.go-back{
    position: absolute;
    top:50%;
    left: 2.6667vw;
    width: 6vw;
    height: 6vw;
    background: url(../images/back.png) no-repeat;
    background-size:100% 100%; 
    transform: translateY(-50%);
}
.header{
    position: relative;
    width: 100%;
    height:12vw;
    background: #ededed;
    
}
.go-title{
    font-size: 4.8vw;
    color: #292828;
    margin-left: 8.2667vw;
    line-height: 12vw;
}
html{
    background: #f7f6f5;
}

.go-home-wrap{
    position: absolute;
    right: 2.6667vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
	height: 6vw;
}
.go-home{
   
    display: inline-block;
    width: 6vw;
    height: 6vw;
    background: url(../images/yuye-home.png) no-repeat;
    background-size:100% 100%; 
}


.icon-home{
    display: inline-block;
 
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 2.4vw;
    height: 2.2667vw; 
}
.home-num{
    position: relative;
    height: 3.7333vw;
    display: inline-block;
    border: 1px solid #838383;
    font-size: 3.2vw;
    line-height: 3.7333vw;
    border-radius: 0.6667vw;
    margin-right: 1.3333vw;
}
.tab-wrap{
    display: flex;
    height: 10.4vw;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 2vw;
    justify-content: center;
    align-items: center;
}
.tab-item{
    color: #333333;
    font-size: 4vw;
    display: flex;

   align-items: center;
   cursor: pointer;
  

}
.tab-selcet-wrap{
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: 0 auto;
}
.tab-arrow{
    width: 1.7333vw;
    height: 2.4vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tab-arrow-left{
    background-image: url(../images/tab-arrow-left.png) ;
}
.tab-arrow-right{
    background-image: url(../images/tab-arrow-right.png) ;
}

.film-wrap{
    padding-top: 3.4667vw;
}
.film-item a{
    display: block;
    box-sizing: border-box;
    padding: 4vw;
    width: 100%;
    background: #ffffff;
    display: flex;
    margin-bottom: 2.6667vw;
}
.file-title{
    color: #363636;
    font-size: 4vw;
    font-family: "微软雅黑";
}
.film-item img{
    width: 25.8667vw;
    height: 22.2667vw;
    margin-right: 2.6667vw;
}
.star-icon{
    display: inline-block;
    width: 20.6667vw;
    height: 3.6vw;
    background: url(../images/star.png) no-repeat;
    background-size:100% 100%; 
    margin-right: 2.6667vw;
}
.see-num{
    margin-top: 1.3333vw ;
}
.sub-time{
    color: #363636;
    font-size: 3.7333vw;
}
.classify{
    padding:  0 1.3333vw;
    background: #ffa5a4;
    border-radius: 0.6667vw;
    color: #ffffff;
}
.file-content{
    flex: 1;
    margin-top:-1.3333vw;
}
.map{
    display: inline-block;
    width: 2.2667vw;
    height: 2.8vw;
     background: url(../images/map.png) no-repeat;
     background-size: 100% 100%; 
     margin-right: 1.3333vw;
}
.classify-wrap{
    display: flex;
    justify-content: space-between;
    color: #221815;
    
}
.two-wrap .film-item>a{
    margin-bottom: 0;
}

/* active */
.tab-active{
 
    color: #ff5b5a;
}
.tab-active-icon{
    background-image: url(../images/subhome-active.png);
   
}
.icon-grey{
    background-image: url(../images/subhome.png) ;
}
.tab-itme{
    position: relative;
}
.tab-itme::after{
    position: absolute;
    content: "";
    width: 100%;
  
    bottom: -1.7vw;
    border-bottom: 2px solid #ff5b5a;
}

.container section{
    display: none;
}
.section-active{
    display: block !important;
}