



body * {
    box-sizing: border-box;
    flex-shrink: 0;
  
  
  }
  .swiper{
    width: 6.4rem;
    height: 3.7rem;
    overflow: hidden;
  }
  .swiper-pagination span{
    /* width: 16px!important;
    height: 16px!important;
    --swiper-pagination-color: red!important; */
}
  body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
      Arial, PingFang SC-Light, Microsoft YaHei;
    margin: 0 auto !important;
    min-width: 1280px;
  }
  button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
  }
  img{
    border: none;
  }
  button:active {
    opacity: 0.6;
  }
  .flex-col {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
  }
  .flex-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
  }
  .justify-start {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
  }
  .justify-center {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
  }
  
  .justify-end {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
  }
  .justify-evenly {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-evenly;
  }
  .justify-around {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-around;
  }
  .justify-between {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
  }
  .align-start {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: flex-start;
  }
  .align-center {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
  }
  .align-end {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: flex-end;
  }





.swiper-pagination-bullets{
    /* bottom: 1.28rem; */
      /* left: 50%; */
      /* width: 100%; */
      /* margin: 0 auto; */
      /* text-align: center; */
      /* height: 0px; */

    bottom: auto !important;
    left: 0;
    width: 6.4rem !important;
    /* margin-left: 3.6rem; */
    margin-top: -1rem
  }
  .swiper-pagination-bullet{
    background: url("https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/White-dot.png");
    background-size: 100% 100%;
    z-index: 9999;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background: url("https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/Orange-dot.png");
    background-size: 100% 100%;
    opacity: 1;
  }
  /* .swiper-pagination-bullet:nth-child(2){
    background: url("https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/Orange-dot.png");
    background-size: 100% 100%;
  } */
  .swiper-pagination{
    cursor: pointer;
  }
  /* .swiper-tag{
    position: absolute;
    width: 1.51rem;
    height: 0.35rem;
    background: url("https://zjcdn-web.yxhyu.com/ow_materials/images/tag.png");
    z-index: 999999;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.35rem;
    padding-left: 0.15rem;
    display: none;
  }
  .swiper-tag img{
    width: 100%;
    height: 100%;
  } */
  .video_play{
    display: none;
    width: .59rem;
    height: .59rem;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
 
  .box_1_1{
    width: 12.026rem;
    margin-left: 3.6rem;
    flex-direction: row;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .audition_ph{
    width: 100%;
    height: 2.133rem;
    display: block;
    
  }
  .audition_d{
   position: relative;
   width: 3.8rem;
   height: 2.75rem;
   display: inline-block;
   /* margin-right: 0.18rem; */
   background: rgba(1,52,76,0.4);
  /* border: 1px solid #684F4F; */
   margin-top: 0.3rem;
   transition: all 0.2s;
  }
  .audition_d:hover{
    transform: scale(1.05);
  }
  .audition_d:hover .video_play{
    display: block;
  }
  .audition_d div{
    font-size: .19rem;
    /* margin: 0; */
    color: #FCF5C5;
   
    padding-top: .2rem;
    /* margin-left: 0.21rem; */
    padding-left: 0.21rem;
    height: 0.61rem;
    border: 0.5px solid #684F4F;
    
    
  }
  .audition_d div .audition_ph_m{
    width: 2.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .audition_d div .audition_ph_t{
    /* margin-left: .47rem; */
    color: #FCF5C5;
    display: inline-block;
    vertical-align: top;
    /* margin-left: .43rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1rem;
    text-align: right;
  }
  .audition_d .video-info{
    display: none;
  }
  .box_1{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1rem;
  }
  .audition{
    width: 8.28rem;
    height: .43rem;
  }
  .label1-2 {
    width: .24rem;
    height: .24rem;
    margin-left: .4rem;
    margin-top: .04rem;
    
  }
  .img3-box{
    width: 100%;
    height: 2.54rem;
    position: absolute;
    /* left: 50%; */
    /* bottom: 0.75rem; */
    bottom: 0.64rem;
    /* transform: translate(-50%, 0); */
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/download-bg.png) no-repeat center;
    background-size: 5.98rem auto;
    
  }
  .img3-box a{
    width: 2.25rem;
    height: .58rem;
    margin-right: 0.15rem;
    margin-top: -0.15rem;
    cursor: pointer;
  }
  /* .img3-box a:nth-child(1){
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/download1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .img3-box a:nth-child(2){
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/download2.png) no-repeat center;
    background-size: 100% 100%;
  } */
  @keyframes vGo{
   0%{transform: scale(1.1);-webkit-transform: scale(1.1);}
   50%{transform: scale(1);-webkit-transform: scale(1);}
   100%{transform: scale(1.1);-webkit-transform: scale(1.1);}
  }
  .img2-box{
    width: 4.62rem;
    height: 4.79rem;
    /* margin: -0.6rem auto 0 auto; */
    margin: -0.92rem auto 0 auto;
    text-align: center;
    /* background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/new_play_quan.png) no-repeat center; */
    /* background-size: 100% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    left: 50%;
    bottom: 1.7rem;
    transform: translate(-50%, 0); */
    
  }
  .img2-box .play-quan{
    /* animation: vGo 2s linear infinite; */
    width: 4.62rem;
    height: 4.79rem;
  }
  .img2-box .btn-video-play{
    cursor: pointer;
    margin-top: 0.2rem;
  }
  .img2-box .btn-video-play img{
    width: 1.13rem;
    height: 1.21rem;
    animation: vGo 2s linear infinite;
  }
  .banner-text-box{
    text-align: center;
    margin-top: -1.35rem;
  }
  .banner-text-box img{
    width: 12.42rem;
    height: auto;
  }
  .img3-1{
    width: 2.65rem;
    height: .78rem;
    margin: 0 0.06rem;
    cursor: pointer;
  }
  .label1-2-4{
      position: absolute;
      left: 16.7rem;
      top: .73rem;
      width: 1.94rem;
      height: 2.07rem;
  }
  .label1-2-3{
    width: .51rem;
    height: .51rem;
    margin-right: .15rem;
    margin-top: -.08rem;
    cursor: pointer;
  }
  .s-load{
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #201E1E;
    line-height: .30rem;
    margin-left: .07rem;
  }
  .lanel-i{
        height: 0.24rem;
    
      border: 1px solid #201E13;
      margin-left: .4rem;
      margin-top: 0.04rem;
  }
  
  .word-2{
    width: 1.04rem;
    height: .26rem;
    overflow-wrap: break-word;
    color: rgba(233, 147, 47, 1);
    font-size: .26rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: .26rem;
    margin-left: .19rem;
    display: block;
    cursor: pointer;
  }
  .word1-1{
    color: rgb(153, 153, 153);
    width: 1.03rem;
    height: .26rem;
    overflow-wrap: break-word;
    
    font-size: .26rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: .26rem;
    display: block;
    cursor: pointer;
  }
  .group7-e {
    background-color: rgba(233, 147, 47, 1);
    height: .44rem;
    margin-top: .40rem;
    width: 2.34rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
  }
   .group7-2{
      color: rgba(153, 153, 153, 1);
      height: 0.44rem;
      margin-top: 0.4rem;
      width: 2.34rem;
      cursor: pointer;
      background: none;
   }
   .group7-0{
      margin-top: 0.01rem;
     
      height: 0.44rem;
      margin-top: 0.1rem;
      width: 2.34rem;
      color: rgba(153, 153, 153, 1);
      cursor: pointer;
   }
   .group7-1{
      background-color: rgb(233, 147, 47);
      height: 0.44rem;
      margin-top: 0.1rem;
      width: 2.34rem;
      color: rgb(255, 255, 255);
      cursor: pointer;
   }
   .option:hover{
     color: #E9932F;
     cursor: pointer;
   }
   .select-box{
     border: none;
      background: none;
      color: rgb(255, 255, 255);
      width: .76rem;
      padding: 0;
      cursor: pointer;
      outline: none;
      font-size: 0.16rem;
   }
   ::v-deep .my-bullet{
      z-index: 99999999999;
      width: .1rem !important;
      height: .1rem!important;
      
      border-radius: 50%!important;
      
      background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/White-dot.png);
      background-size: 100% 100%;
      margin: 0 auto;
      text-align: center;
      display: inline-block;
      
    }
    ::v-deep .my-bullet :nth-child(2){
        margin: 0 0.1rem!important;
      }
    ::v-deep .my-bullet-active{
   
      background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/Orange-dot.png);
      background-size: 100% 100%;
    }
  
  .swiper-container{
   
    width: 6.4rem !important;
    height: 3.7rem !important;
 
    
  }  
  .swiper-container .swiper-slide{
   
    cursor: pointer;
    line-height: 200px;
   
  }
 
  .i-footer {
      width: 100%;
      height: 1.60rem;
      background: #1B1B1B;
      clear: both;
      
  
  }
  .i-footer img{
    overflow: hidden;
  vertical-align: top;
}
  .i-footer .i-fotcon {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    height: 1.40rem;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    
  
}
.i-footer .i-fotcon .i-fot-text {
    float: left;
    display: block;
    margin-top: .22rem;
    padding-left: .25rem;
    
  }
  .i-footer .i-fotcon .i-fot-text .i-fot-left{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .i-footer .i-fotcon .i-fot-text p{
    font-size: .11rem;
    line-height: .22rem;
    color: #C5C5C5;
    text-align: left;
    float: left;
    margin: 0;
    
  
  }
  .i-footer .i-fotcon .i-fot-text p a{
    display: inline-block;
    /* width: 15px; */
    /* height: 15px; */
    /* vertical-align: middle; */
    margin: 0 .03rem;
    color: #C5C5C5;
  }
  .i-footer .i-fotcon .i-fot-text p a.i-fot-border-left {
    border-left: 1px solid #484747;
    padding-left: .05rem;
  }
.i-footer .i-fotcon .i-fot-logo {
   
    height: 1.00rem;
    margin-top: .26rem;
    float: left;
    border-right: 1px solid #666666;
    display: block;
    overflow: hidden;
    
  }
  .i-footer .i-fotcon .i-fot-logo img{
    display: block;
    float: right;
    width: 2.58rem;
    height: 1.00rem;
    margin: .08rem .25rem 0 0;
  }
  
  
  .page {
    position: relative;
    
  }
  
  .page-index .group1-1 {
   
    background: url('../img/home-bg.png') 100% no-repeat;
    background-size: 100% 100.1%;
    
  }
  
 
  
  .box8 {
    height: 8.59rem;
    /* background: url(https://zjcdn-web.yxhyu.com/ow_materials/images/banner-bg.png) -1px -1px no-repeat; */
    background-size: 100% 100%;
    position: relative;
    margin-top: -2px;
  }
  
  .main2 {
    margin: .56rem 0 0 .73rem;
    z-index: 9999;
  }
  
  .img1 {
    /* width: 2.45rem;
    height: 1.68rem; */
    width: 1.715rem;
    height: 1.176rem;
    position: relative;
      /* left: -5.80rem; */
      z-index: 99;
  }
  
  .label1 {
    width: .24rem;
    height: .24rem;
    margin-left: 14.24rem;
    margin-top: .04rem;
  }
  
  .infoBox1 {
    width: .66rem;
    height: 1.08rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: .16rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    line-height: .30rem;
    white-space: nowrap;
    display: block;
    margin: .0rem 0 0 .11rem;
  }
  
  .icon1 {
    width: .15rem;
    height: .09rem;
    margin: .08rem 0 0 .0rem;
    cursor: pointer;
  }
  
  .bd2 {
    width: 6.75rem;
    height: 2.74rem;
    margin: -1.1rem 0 2.61rem 6.75rem;
  }
  
  .img3 {
    width: 5.84rem;
      height: 2.35rem;
  }
  
  .box9 {
    
    letter-spacing: 1px;
    margin-top: -0.7rem;
    padding-top: 0.5rem;
  }
  .box1-index{
    width: 2.70rem;
    height: .26rem;
    margin: .18rem 0 0 3.70rem;
    position: relative;
  }
  .box1 {
    width: 2.70rem;
    height: .26rem;
    margin: .68rem 0 0 3.70rem;
    position: relative;
  }
  
  .word1 {
    width: 1.03rem;
    height: .26rem;
    overflow-wrap: break-word;
    color: #E9932F;
    font-weight: bold;
    font-size: .26rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: .26rem;
    display: block;
    cursor: pointer;
  }
  
  .group4 {
    width: 1px;
    height: .24rem;
  
    border-left: 1px solid #323a44;
    margin: 1px 0 0 .20rem;
  }
  
  .info1-2 {
    width: 1.04rem;
    height: .26rem;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .26rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: .26rem;
    margin-left: .19rem;
    display: block;
    cursor: pointer;
  }
  
  .group5 {
 
    width: .08rem;
    height: .14rem;
    margin: .07rem 0 0 .15rem;
    width: 0;
    height: 0;
    border: .08rem solid transparent;
    /* border-top: none; */
    border-left-color: rgb(50, 58, 68);
  }
  .more{
    position: absolute;
    right: -9.25rem;
    cursor: pointer;
  }
  .more img{
    float: right;
    width: 0.57rem;
    height: 0.19rem;
    margin-top: -0.01rem;
  }
  .box2 {

    /* height: 4.26rem; */
    margin: .05rem 0 0 3.60rem;
  }
  
  .mod1 {
    width: 12.03rem;
    /* height: 4.26rem; */
  }
  .news-title-index{
    width: 12.04rem;
    height: .49rem;
    margin-left: 0;
    margin-top: -0.45rem;
  }
  .pic1-1 {
    width: 12.03rem;
    height: .08rem;
  }
  
  .box3 {
    width: 100%;
    height: 3.7rem;
    margin-top: .1rem;
  }
  .newyear-banner{
    position: relative;
  }
  .newyear-bg-box{
    position: absolute;
    width: 6.41rem;
    height: 3.7rem;
    background: url(../img/news-kuang.png) no-repeat center;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
  .outer1 {
    height: 3.7rem;
   
    background-size: 100% 100%;
    width: 6.4rem;
    z-index: 8;
    /* >>> */
     
    /* >>>  */
    
  }
  .outer1-copy{
    height: 3.7rem;
   
    background-size: 100% 100%;
    width: 6.4rem;
    position: absolute;
    z-index: 19;
  }
  .swiper .swiper-wrapper .swiper-slide a{
    display: block;
    width: 6.4rem;
    height: 3.7rem;
   }
  .outer1 .my-bullet{
    z-index: 99999999999;
    width: .1rem !important;
    height: .1rem!important;
  
    border-radius: 50%!important;
   
    background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/White-dot.png);
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    
  }
  .outer1 .my-bullet :nth-child(2){
    margin: 0 0.1rem!important;
  }
  .outer1 .my-bullet-active{
    
    background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/Orange-dot.png);
    background-size: 100% 100%;
  }
  
  .outer2 {
    width: .95rem;
    height: .15rem;
    margin: 4.64rem 0 0 1.97rem;
  }
  
  .icon2 {
    width: .15rem;
    height: .15rem;
  }
  
  .icon3 {
    width: .15rem;
    height: .15rem;
  }
  
  .icon4 {
    width: .15rem;
    height: .15rem;
  }
  
  .label2 {
    width: .15rem;
    height: .15rem;
  }
  
  .label3 {
    width: .15rem;
    height: .15rem;
  }
  
  .outer3 {
    width: 5.4rem;
    height:3.7rem;
  }
  .outer3 .hot-title{
    height: 1.14rem;
    padding: 0 0.1rem 0 0.12rem;
    background: rgba(115, 115, 115, 0.1);
  }
  .word2 {
    width: .76rem;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    line-height: .14rem;
    margin-left: 1px;
    display: block;
  }
  .outer3 .hot-title span{
    font-size: 0.12rem;
    color: #9D9FC4;
    text-indent: 0.2rem;
    /* display: block; */
    line-height: 0.25rem;
    height: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
  }
  .word3 {
    /* width: 3.82rem;
    height: .22rem;
    overflow-wrap: break-word;
    color: rgba(211, 211, 211, 1);
    font-size: .22rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: .22rem;
    margin-top: .12rem;
    display: block; */
    font-size: 0.22rem;
    text-indent: 0.2rem;
    font-weight: bold;
    color: #E9932F;
    line-height: 0.5rem;
    margin: 0 !important;
  }
  .hot-box{
    font-size: 0.22rem;
    text-indent: 0.2rem;
    font-weight: bold;
    color: #E9932F;
    line-height: normal;
    margin: 0 !important;
    overflow: hidden;
  }
  .outer3 .hot-title .word3 a{
    display: block;
    max-width: 4.4rem;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.22rem;
    text-indent: 0.2rem;
    font-weight: bold;
    color: #FCF5C5;
    line-height: 0.5rem;
    text-decoration: none;
  }
  .word3 img{
    width: 0.28rem;
    height: auto;
    margin-top: 0.05rem;
    float: left;
    margin-left: 0.05rem;
  }
  li{
    list-style: none;
    line-height: 0.42rem;
  }
  .outer3 ul{
    margin: 0;
    /* margin-top: 0.16rem; */
    padding: 0;
    
  }
  .outer3 li{
    padding-left: 0.1rem;
    
    padding: 0 0.1rem 0 0.25rem;
    line-height: 0.42rem;
    position: relative;
    /* margin-top: 0.03rem; */
  }
  .outer3 li a{
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: baseline;
    text-decoration: none;
  }
 
  .outer3 li:first-child{
    margin-top: 0;
  }
  .outer3 li .word3_text{
    padding-left: 4px;
  }
  .outer3 li span{
    /* width: 361px; */
    /* height: 19px; */
    display: block;
    font-size: 0.14rem; 
    font-weight: bold;
    color: #9D9FC4;
    vertical-align: middle;
    /* padding-left: 74px; */
    opacity: 1;
    /* line-height: 19px; */
  }
  .outer3 li:hover span{
    color: #FCF5C5;
    cursor: pointer;
  }
  .outer3 li:hover a{
    text-decoration: none;
  }
  .outer3 li .title-time{
    font-weight: normal;
  }
  .outer3 li .title::before{
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    top: 0.16rem;
    left: 0.07rem;
    background: url("../img/defalt_icon.png") no-repeat;
    background-size: 100% 100%;
  }
  .outer3 li:hover .title::before{
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    top: 0.16rem;
    left: 0.07rem;
    background: url("../img/active-fangkuai.png") no-repeat;
    background-size: 100% 100%;
  }
  /* .outer3 li:first-child span{
    color: #E9932F;
  } */
  .outer3 li .i-icon{
    /* background: url("https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/zhongfangkuai.png") no-repeat; */
    background: url("../img/defalt_icon.png");
    vertical-align: middle;
    padding-left: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .outer3 li:nth-child(even){
    background:rgba(115, 115, 115, 0.1);
    padding-left: -10px;
  }
  .outer3 .outer3-news li .title{
    padding-left: 0;
    width: 3.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* .outer3 li:nth-child(even){

  } */
  .infoBox2 {
    width: 7.1rem;
    height: 3.99rem;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: justifyLeft;
    line-height: .24rem;
 
    display: block;
    margin: .20rem 0 0 .04rem;
    overflow: auto;
    padding-right: .1rem;
  
    scrollbar-color:  #E9932F #37424D;  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
        scrollbar-width: thin;  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
        -ms-overflow-style:none;  /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
   
       
        /* &::-webkit-scrollbar-thumb {
              border-radius: .03rem;
              -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
              background: #E9932F;
      } 
       &::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
              border-radius: 3px;
              background: #37424D;
        } */
  }
  .infoBox2::-webkit-scrollbar {/*滚动条整体样式*/
        width: .03rem;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
  }
  .infoBox2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: .03rem;
    box-shadow: inset 0 0 1px rgba(0,0,0,0);
    background: #E9932F;
    }
    .infoBox2::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px rgba(0,0,0,0);
        border-radius: 3px;
        background: #37424D;
  }
  .mod2 {
    height: 2.22rem;
    background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/Download-box.png) 0px 0px no-repeat;
    background-size: 100% 100%;
    margin-top: .07rem;
    width: 2.42rem;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
  }
  
  .outer-4 {
    width: 2.34rem;
    height: 1.67rem;
    margin: .52rem 0 0 .08rem;
  }
  
  .group6 {
    height: .54rem;
    background: url(https://dftk-hw-cdn-ali.yingxiong.com/web/c_tank/assets/PC-c-slices/Black-box.png) no-repeat;
    background-size: 100% 100%;
    width: 1.88rem;
 
    margin: -.02rem 0 0 .22rem;
    cursor: pointer;
  }
  
  .section1 {
    height: .43rem;
 
    width: 1.57rem;

    align-items: center;
    justify-content: end;
  }
  
  .layer1 {
    width: 1.23rem;
    height: .28rem;
  
  }
  
  .icon5 {
    width: .34rem;
    height: .28rem;
  }
  
  .TextGroup1 {
    height: .17rem;
    margin-top: .05rem;
    width: .79rem;
  }
  
  .word4 {
    width: .79rem;
    height: .17rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: .16rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    white-space: nowrap;
    line-height: .16rem;
    display: block;
  }
  
  
  
  .word5-e {
    width: .64rem;
    height: .16rem;
    overflow-wrap: break-word;
 
    font-size: .16rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: center;
    white-space: nowrap;
    line-height: .16rem;
    display: block;
    margin: .14rem 0 0 .84rem;
  }
  
  .info2-1 {
    width: .64rem;
    height: .16rem;
    overflow-wrap: break-word;
    
    font-size: .16rem;
    font-family: MicrosoftYaHei;
    text-align: center;
    white-space: nowrap;
    line-height: .14rem;
    display: block;
    margin: .15rem 0 0 .84rem;
  }
  
  .main3 {
    width: 4.68rem;
  
    margin: 1.17rem 0 0 10.95rem;
  }
  
  .ImageText-1 {
    width: 4.68rem;
 
  }
  
  .pic-2 {
    width: 1.68rem;
    height: .38rem;
  }
  
  .TextGroup2 {
   
    margin-top: .14rem;
    width: 4.68rem;
  }
  
  .paragraph1 {
    width: 4.68rem;
   
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: .18rem;
    font-family: MicrosoftYaHei-Bold;
    text-align: left;
    line-height: .26rem;

    display: block;
  }
  
  .box6 {
    width: .39rem;
    height: .04rem;
    margin: .30rem 0 0 10.97rem;
  }
  
  .bd-1 {
    background-color: rgba(233, 147, 47, 1);
    width: .39rem;
    height: .04rem;
  }
  
  .box7 {
    width: 4.65rem;
    height: 4.23rem;
    margin: .20rem 0 2.51rem 10.95rem;
  }
  
   
  .video_show{
    visibility: hidden;
  }
  .block1 {
    width: 4.65rem;
    height: 4.23rem;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: MicrosoftYaHei;
    text-align: justifyLeft;
    letter-spacing: 1px;
  }
  
  .infoBox3 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;
  }
  
  .paragraph2 {

    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;

  }
  
  .infoBox4 {
 
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;
 
  }
  
  .paragraph3 {

    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;

  }
  
  .paragraph4 {
   
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;

  }
  
  .paragraph5 {
 
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;
 
  }
  
  .paragraph6 {
 
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;
  
  }
  
  .paragraph7 {

    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;
 
  }
  
  .paragraph8 {
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: .14rem;
    font-family: MicrosoftYaHei;
    text-align: left;
    line-height: .24rem;
 
  }
  .img2 {
    width: 2.58rem;
    height: 1.00rem;
    margin: .25rem 0 0 4.68rem;
  }

  /* 礼包领取css */
  .gift-bag-box{
    position: fixed;
    right: 0.12rem;
    top: 33%;
    width: 3.17rem;
    height: 2.04rem;
    box-sizing: border-box;
    z-index: 99998;
  }
  .gift-box{
    display: inline-block;
    width: 100%;
    height: 100%;
    /* background: url(https://zjcdn-web.yxhyu.com/ow_materials/images/giftbag-icon.png) no-repeat center; */
    background: url("../img/giftbag-icon.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    padding: 0.15rem;
    box-sizing: border-box;
    transition: all .3s;
  }
  .gift-bag-box .gift-info{
    width: 1.14rem;
    height: 0.2rem;
    position: relative;
  }
  .gift-bag-box .receive-btn{
    width: .96rem;
    height: 0.2rem;
    /* line-height: 0.2rem; */
    background: linear-gradient(360deg, #FFF4C6 0%, #FEFEFD 100%);
    transform: skew(-10deg);
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0;
    
  }
  .gift-bag-box .text{
    height: 0.2rem;
    width: .96rem;
    font-size: 13px;
    line-height: 0.2rem;
    color: #111418;
    /* transform: skew(10deg); */
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .gift-bag-box .text img{
   
  }
  .gift-bag-box .text span{
    display: none;
    margin-top: 1px;
  }
  .gift-box:hover{
    transform: scale(1.02);
    transform-origin: 70% 50%;
  }
  @media screen and (max-width: 1520px) {
    .gift-bag-box .text{ 
      font-size: 12px;
    }
    /* .gift-bag-box:hover .text{
      line-height: 0.21rem;
    } */
  }
  @media screen and (max-width: 1440px) {
    .gift-bag-box .text{ 
      font-size: 12px;
      transform: scale(0.9);   
    }
    /* .gift-bag-box:hover .text{
      line-height: 0.21rem;
    } */
  }
  .gift-bag-box .gift-modal{
    /* position: fixed;
    right: 50%;
    top: 30%;
    width: 2.64rem;
    height: 0.96rem;
    box-sizing: border-box; */
  }
  .gift-modal_show{
    visibility: hidden;
  }
  .gift-modal_show .gift-modal{
    /* width: 10.28rem;
    height: 5.76rem; */
    width: 11.3rem;
    height: 6.28rem;
    /* background: url(../img/gift-bg.png) no-repeat center;
    background-size: 100% auto; */
    position: relative;
  }
  .gift-modal_show .gift-modal.bg1{
    background: url(../img/gift-bg.png) no-repeat center;
    background-size: 100% auto;
  }
  .gift-modal_show .gift-modal.bg2{
    background: url(../img/gift-bg-2.png) no-repeat center;
    background-size: 100% auto;
  }
  .gift-modal_show .gift-modal .gift-code{
    position: absolute;
    bottom: 1rem;
    right: 0.43rem;
    width: 4.68rem;
    height: 1.1rem;
    cursor: pointer;
  }
  .gift-modal_show .gift-modal .gift-code img{
    width: 100%;
    height: auto;
  }
  .gift-modal_show .gift-modal .copy-tip{
    position: absolute;
    top: 2.65rem;
    left: 0.4rem;
    width: 100%;
    height: 1.06rem;
    visibility: hidden;
  }
  .gift-modal_show .gift-modal .copy-tip img{
    width: 100%;
    height: auto;
  }
  .gift-tab {
    width: 1.12rem;
    height: 0.41rem;
    margin-bottom: 10px;
    border: none;
    background: url(../img/zj-tab-blue.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  #tab2.gift-tab {
    background: url(../img/zj-tab-blue.png) no-repeat center center;
    background-size: 100% 100%;
  }
  #tab1.gift-tab.active {
    background: url(../img/zj-tab-yellow.png) no-repeat center center;
    background-size: 100% 100%;
  }
  #tab2.gift-tab.active {
    background: url(../img/zj-tab-yellow.png) no-repeat center center;
    background-size: 100% 100%;
  }
   /* 公共头部处理页面样式 对应css */
   .p-t-52{
    padding-top: 0.52rem;
   }