.videoColumn{
	margin: 0 auto;
	padding-bottom: .28rem;
}
.border{
	border-bottom: 1px #C3C3C3 solid;
}
.videoColumn .title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .38rem;
}
.videoColumn .title .left{
	display: flex;
}
.videoColumn .title .left .item{
	width: 2.15rem;
	height: 0.5rem;
	line-height: .5rem;
	text-align: center;
	background: #fff;
	border: 1px solid #E3E3E3;
	color: #333333;
	font-size: 0.18rem;
	margin-right: .24rem;
}
.videoColumn .title .left .item:hover{
    cursor: pointer;
}
.videoColumn .title .left .item.act{
	color: #00A19C;
	border: 1px solid #00A19C;
	font-weight: bold;
	background: rgba(247,252,252,0.3900);
}
.videoColumn .title .rig{
	position: relative;
}
.videoColumn .title .rig input{
	width: 2.8rem;
	height: 0.36rem;
	line-height: .36rem;
	border: 1px solid #EEEEEE;
	padding: 0 .38rem 0 .21rem;
	font-size: 0.16rem;
	color: #959595;
}
.videoColumn .title .rig img{
	width: 0.17rem;
	height: 0.17rem;
	position: absolute;
	right: .21rem;
	top: .1rem;
}
.videoColumn .title .rig img:hover{
    cursor: pointer;
}
.videoColumn .list{
	margin-top: .5rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .4rem;
}
.videoColumn .list .item{
	width: 3.73rem;
	margin-right: .4rem;
	margin-bottom: .4rem;
	border-bottom: 2px #fff solid;
}
.videoColumn .list .item:hover{
	border-bottom: 2px #00A19C solid;
}
.videoColumn .list .item:nth-of-type(3n){
	margin-right: 0;
}
.videoColumn .list .item .content{
	background-color: #F6F7F9;
	padding: .2rem .3rem .3rem;
}
.videoColumn .list .item .content .tit{
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .2rem;
}
.videoColumn .list .item .content .tit:hover{
    cursor: pointer;
}
.videoColumn .list .item .content .time{
	font-size: 0.14rem;
	color: #999999;
}
.videoColumn .list .item .content .time:hover{
    cursor: pointer;
}
.videoColumn .list .item .imgbox{
	width: 100%;height: 2.2rem;
	position: relative;
}
.videoColumn .list .item .imgbox:hover{
    cursor: pointer;
}
.videoColumn .list .item .imgbox .top{
	width: 0.59rem;height: 0.59rem;
	position: absolute;
	left: 1.57rem;
	top: .81rem;
}
.videoColumn .list .item .imgbox .bg{
	width: 100%;height: 100%;
}


.listt{
	display: none;
}
.listt.active{
	display: block;
}


.share{
	margin: 0 auto;
}
.share .list{
	margin-bottom: .3rem;
}
.share .list .item{
	width: 100%;
	display: flex;
	margin-bottom: .5rem;
}
.share .list .item .left{
	width: 3.8rem;
	height: 2.15rem;
}
.share .list .item .left img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.share .list .item .rig{
	width: calc(100% - 3.8rem);
	padding-left: .3rem;
}
.share .list .item .rig .time{
	font-size: 0.14rem;
	color: #999999;
	margin-top: .2rem;
	cursor: pointer;
}
.share .list .item .rig .tit{
	font-size: 0.18rem;
	font-weight: 500;
	color: #222222;
	margin: .2rem 0 .15rem;
		cursor: pointer;
}
.share .list .item .rig .text{
	font-size: 0.14rem;
	line-height: 0.25rem;
	color: #666666;
		cursor: pointer;
}
.share .list .item:hover .rig .tit{
	color: #00A19C;
}

.ware_tab{
	margin: .4rem auto 1.08rem;
}
.ware_tab .tab{
	width: 100%;
	display: flex;
	border-bottom: 1px #DDDDDD solid;
}
.ware_tab .tab .nav{
	width: 2.59rem;
}
.ware_tab .tab .nav .text{
	display: inline-block;
	font-size: 0.24rem;
	color: #000000;
	padding-bottom: .15rem;
	border-bottom: 2px #fff solid;
}
.ware_tab .tab .nav.act .text{
	color: #00A19C;
	border-bottom: 2px #00A19C solid;
}
.ware_tab .tab .nav:hover .text{
	color: #00A19C;
	border-bottom: 2px #00A19C solid;
	cursor: pointer;
}
.ware_tab .list{
	width: 100%;
	padding-top: .05rem;
	display: flex;
	flex-wrap: wrap;
	display: none;
}
.ware_tab .list.active{
	display: flex;
}
.ware_tab .list .item{
	width: 2.59rem;
	margin-right: .5rem;
	padding: .2rem 0 .11rem;
	border-bottom: 1px #DDDDDD solid;
	cursor: pointer;
}
.ware_tab .list .item:nth-of-type(4n){
	margin-right: 0%;
}
.ware_tab .list .item.act{
	color: #00A19C;
	border-bottom: 1px #00A19C solid;
}
.ware_tab .list .item:hover{
	color: #00A19C;
	border-bottom: 1px #00A19C solid;
}

.ware_table{
	margin: .22rem auto 0;
	padding-bottom: .97rem;
}
.ware_table table{
	width: 100%;
	border: none;
	border-spacing: 0;
}

.ware_table table th{
	height: 0.49rem;
	line-height: 0.49rem;
	font-size: 0.2rem;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0;
}
.ware_table table td{
	text-align: center;
	height: 0.5rem;
	line-height: .5rem;
	font-size: 0.18rem;
	font-weight: bold;
	color: #666666;
	border: 1px solid #EEEEEE;
	border-top: 0;
	border-right: 0;
	width: 15%;
}
.ware_table table td:first-child{
    width: 15%;
    padding: 0 .15rem;
    text-align: center;
}

.ware_table table tr td:nth-last-of-type(1){
	border-right: 1px solid #EEEEEE;
}
.ware_table table tr{
	background: #F7FCFC;
}

.ware_table table tr:nth-of-type(2n){
	background: #fff;
}
.ware_table table tr:nth-of-type(1){
	background: rgba(0,161,156);
	border: none;
}
.ware_table .line{
	width: 0.24rem;height: 1px;
	background: #038EBF;
	margin: 0 auto;
}
.ware_table a{
	color: #038EBF;
	font-size: .2rem;
	font-weight: 400;
}







.videoColumn-3 + .ware_tab  .list{
    padding-top: 25px;
}
.videoColumn-3 + .ware_tab  .list .item {
    margin-bottom: 15px;
    margin-right: 20px;
    width: fit-content;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
}

.ware_tab {
    margin-top: 25px;    
    margin-bottom: 25px;    
}





.intro_skill + .intro_skill {
    background: #fff;
}










@media only screen and (max-width: 1024px) {




    
    /*资源中心 安装与操作 开始*/
    .videoColumn {
        padding: 15px;
    }
    .pub_tit .rig input {
        width: 150px;
        height: 30px;
        font-size: 14px
    }
    .pub_tit .rig img {
        width: 15px;
        height: 15px;
    }
    
    .videoColumn .list {
        justify-content: space-between;
    }
    .videoColumn .list .item {
        width: 48%;
        margin: 10px 0;
    }
    
    .videoColumn .list .item .imgbox .top {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    
    .videoColumn .list .item .content {
        padding: 10px  15px;
    }
    .videoColumn .list .item .content .tit {
        font-size: 14px;
    }
    .videoColumn .list .item .content .time {
        font-size: 12px;
    }
    .videoColumn .result {
         text-align: center;
         font-size: 14px;
    }
    .videoColumn .result b {
         text-align: center;
         font-size: 14px;
    }
    .videoColumn .list {
        margin-top: 10px;
    }
    /*资源中心 安装与操作 结束*/
    
    
    
    /*资源中心 技术分享 开始*/
    .videoColumn .title {
        /*flex-direction: column;*/
    }
    .videoColumn .title .left .item {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
      .videoColumn .title .left .item:last-child {
         margin-right: 0;
    }
    
     .videoColumn .title form{
        margin-top: 0;
    }
    .videoColumn .title .rig input {
        width: 130px;
        height: 30px;
        font-size: 14px;
    }
    
    .videoColumn .title .rig img{
        width: 15px;
        height: 15px;
    }
    
    /**/
    .share .list {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .share .list .item {
        flex-direction: column;
        width: 48%;
    }
    
    
    .share .list .item .left {
        width: 100%;
        height: 50vw;
        height: 25vw;
        border: 1px solid #eee;
    }
    .share .list .item .rig {
        width: 100%;
        padding: 0 10px;
    }
    .share .list .item .rig .time {
        font-size: 12px;
    }
    .share .list .item .rig .tit {
        font-size: 14px;
    }
    .share .list .item .rig .text {
        font-size: 12px;
        line-height: 1.5;
    }
    /*资源中心 技术分享 结束*/
    
    
    /*资源中心 文档资源 开始*/
    .videoColumn .pub_tit{
        margin-top: 0;
    }
    .videoColumn .pub_tit span {
        font-size: 16px;
    }
    .ware_tab {
        padding:  15px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .ware_tab .tab .nav .text {
        font-size: 14px;
    }
    .ware_tab .list .item {
        width: 45%;
        font-size: 14px;
        margin-right: 0;
    }
    .ware_tab .list .item:nth-child(odd) {
        margin-right: 10px;
    }
    
    
    .ware_tab + .videoColumn {
        margin-top: 0;
        padding-top: 0;
    }
    .videoColumn .title .left {
        font-size: 14px;
    }
    .ware_table table th {
        font-size: 14px;
        height: 30px;
    }
   
    /*资源中心 文档资源 结束*/
    
    
    /*资源中心 视频专栏 开始*/
     .shipin-wrap .title{
        flex-direction: column;
    }
    .shipin-wrap .videoColumn .title form {
        margin-top: 15px;
        
        position: absolute;
        top: 50px;
        z-index: 94;
        right: 15px;
    }
    /*资源中心 视频专栏 结束*/
    
    
    .ware_tab .list {
        padding-top: 15px;
    }
    .ware_tab .list .item {
        margin-bottom: 10px !important;
        margin-right: 10px !important;
        width: fit-content !important;
        border: 1px solid #ddd !important;
        border-radius: 5px !important;
        padding: 3px 5px !important;
        font-size: 12px !important;
    }
    
    .ware_tab .list .item:nth-of-type(4n) {
        margin-right: 10px;
    }
    
    .ware_tab .list .item.act {
       border: 1px solid #00A19C  !important;
    }
    
    
   .videoColumn-2 .resources_search {
        position: absolute;
        top: 60px;
        right: 15px;
    }
    
    
    

}









/* pad  端 */

@media screen and (min-width: 420px) and (max-width: 1024px) { 
    .videoColumn .title .rig input {
        width: 200px;
    } 
}


  






