.second-tabcontent{
    width: 1298px;
    margin: 0 auto;
}

.second-tabcontent .top-cover-box{
    width: 1173px;
    margin: 0 auto;
    height: 704px;
    margin-top: 42px;
    border-radius: 4px;
    overflow: hidden;
}
.second-tabcontent .text-desc-box{
    margin: 98px auto 80px;
    font-size: 30px ;
    color: white;
    width: 100%;
}
.second-tabcontent .text-desc-box >p{
    text-align: center;
    width: 100%;
    margin-bottom: 54px;

}
.second-tabcontent .text-desc-box >p:last-of-type{
    margin-bottom: 0;
}

.second-tabcontent .top-cover2-box{
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 86px;
}
.second-tabcontent  .October-box{
    width: 100%;
}
.second-tabcontent  .October-box .October-title-box{
    width: 100%;
    margin-bottom: 68px;
}
.second-tabcontent  .October-box .October-title-box p{
    font-size: 36px;
    color: white;
    text-align: center ;
}
.second-tabcontent  .October-box .October-title-box p:first-of-type{
    margin-bottom: 60px;
}
.second-tabcontent  .October-box .October-active-img{
    width: 1042px;
    margin: 0 auto;
    margin-bottom: 108px; 
}
 
.second-tabcontent .wonderful-gather-box{
    width: 100%;
    margin-bottom: 130px;
}
.second-tabcontent .wonderful-gather-box .wonderful-gather-title{
    font-size: 36px;
    text-align: center;
    color: #fae19c;
    margin-bottom: 56px;
    font-weight: bold;
}
.second-tabcontent .wonderful-gather-box .wonderful-gather-cover-box{
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 62px;
    border-radius: 4px;
    overflow: hidden;
}
.second-tabcontent .wonderful-gather-box .wonderful-list{
    width: 100%;
}
.second-tabcontent .wonderful-gather-box .wonderful-list .wonderful-li{
    width: 100%;
}
.second-tabcontent .wonderful-gather-box .wonderful-list .wonderful-li .wonderful-li-title-box{
    width: 100%;
    position: relative;
    height: 66px;
}
.wonderful-li .wonderful-li-title-box .title{
    text-align: center;
    font-size: 24px;
    color: #fae09e;
    position: relative;   /*定位横线（当横线的父元素）*/
}
.wonderful-li .wonderful-li-title-box .title:before,.wonderful-li .wonderful-li-title-box .title:after{
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #fae09e;       /*宽和高做出来的背景横线*/
    width: 254px;
    height: 2px;
}
.wonderful-li .wonderful-li-title-box .title:before{
    left: 16%;
}
.wonderful-li .wonderful-li-title-box .title:after{
    right: 16%;
}

.wonderful-li .wonderful-li-title-box .title span:first-of-type{
    margin-right: 14px;
}
.wonderful-li-title-box .icon{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/5-2-icon.png") ;
    background-repeat: no-repeat;
    background-position: center;
}
.wonderful-li .wonderful-li-desc{
    padding-top: 70px;
    padding-bottom: 80px;
    width: 100%;
}
.wonderful-li .wonderful-li-desc>p{
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 40px;
}
.wonderful-li-desc>p:last-of-type{
    margin-bottom: 0px;
}
.wonderful-img-gather-box{
    width: 1276px;
    margin: 0 auto;
    /* background: lemonchiffon; */
    position: relative;
    overflow: hidden;
    padding:0 30px;

}
.wonderful-img-gather-box .img-gather-list >li{
    width: 270px;
    margin: 0 16px;
}
.wonderful-img-gather-box .img-gather-list .img-gather-item{
    width: 270px;
    background: white;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    padding: 4px;
    box-sizing: border-box;
}
.wonderful-page-contain .wonderful-page{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 22px;
    height: 24px;
    cursor: pointer;
}
.wonderful-page-contain .wonderful-prev-page {
    left: 0px;
    background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/left-page2.png");
    background-position:left;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
  }
  
  .wonderful-page-contain .wonderful-next-page {
    right:0px;
    background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/right-page2.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
  }

  .active-video-box .active-video-title{
    font-size: 36px;
    text-align: center;
    color: #fae19c;
    margin-bottom: 56px;
    font-weight: bold;
  }
  

