body {
  padding: 0px !important;
  }
  
  .modal-open{
    overflow-y:scroll !important;;
  }
  .header {
    background-color: #8cbcdd;
  }
  
  .nav{
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: 3em;
    width: 100%;
  }
  
  .top_right{
   position: absolute;
   right: 83%;
  }
  
  .top_left{
   position: absolute;
   right: 2%;
  }
  
  .header .nav{
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
  }
  
  .nav-item a:first-child {
    color: #000000;
    font-weight: bold;
  }
  
  .nav-item .logo {
    
    height: 9em;
  }
  
  .nav-item .lt {
    width: 5rem;
  }
  
  
  
  .content{
    margin: 0px;
    height: 1050px;
  
  }
  
  .content img>first-child{
    width: 100%;
    display: block;
  }
  
  .player_botton {
    position: absolute;
      width: 8.5em;
      display: block;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  #myModal,#myResultModal,#myvideoModal{
    padding: 0px !important;
    position: fixed;
    /* height: auto; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #committs{
    transform: translate(10%, 0%);
  }
  #committsTwo{
    /*transform: translate(10%, 0%);*/
  }

  #myvideoModal .modal-header{
    padding: 0px;
    border-bottom: none;
  }
  
  #myvideoModal .modal-body{
    padding:0px;
    width: 700px;
  }
  
  .yy_numbers {
    width: 100%;
    position: absolute;
    bottom: 22.5rem;
    display: flex;
    justify-content: center;
    height: 5rem;
  }
  .peple_numbers  {
    width: 100%;
    position: absolute;
    bottom: 18rem;
    display: flex;
    justify-content: center;
    height: 4.5rem;
  }
.peple_numbers .peple_numbersbgm{
  width: 43em;
  background-image: url(../img/peplenumber.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peple_numbersbgm img{
  /* text-align: center;
  font-size: 3rem;
  color: #fff; */
  width:2rem;
}
  .yy_numbers .yy-title{
    width: 25rem;
    display: inline-block;
  }
  
  .yy_numbers img{
    width: 3rem;
    display: inline-block;
    height: auto;
  }
  
  .middle_botton {
    position: absolute;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    bottom: 11em;
    z-index:888;
  }
  
  .middle_botton img{
    display: inline-block;
    margin: 0px 30px;
    width: 16em;
  }

  .yy_activities {
    position: absolute;
    bottom: 4em;
    right: 0em;
    z-index: 888;
  }
  .yy_activities a{
    display: flex;
    justify-content: center;
  }


  #myModal .modal-content {
    background-image: url(../img/yy_infobg.png);
    background-repeat: no-repeat;
    min-height: 786px;
    width:920px;
    background-color: transparent !important;
    border:transparent !important;
   
  }
  .yy_from{
    width: 497px;
    padding-top: 95px;
    padding-right: -20px;
    margin-left: 351px;
  }
  .zd_box{
    margin-top: 2%;
  }
  #myModal .modal-header .close{
    margin: -2rem 57rem;
    padding:0px;
    opacity: 1;
    outline: none;
  }
  
  #myModal .form-control{
      background-color: #fff;
  }
  
  #myModal .primary {
    margin: 0 0 0 15px;
    padding: 0;
    border: transparent; 
    outline: none;
    background-color: transparent;
  }
  #cooperation .form-control {
    background-color: #fff;
  }

  #cooperation .primary {
    margin: 0;
    padding: 0;
    border: transparent; 
    outline: none;
    background-color: transparent;
  }
  .btn-footer{
    margin-top: 58%;
    margin-left: 10%;
    position: relative;
  }
  #myModal .form-check{
      margin: 0 auto;
      background-color: #779ecb;
      margin-bottom: 1rem;
      padding-left: 4rem;
      text-align: center;
  }
  
  #myModal .col-sm-10{
    margin: 0 auto;
  }
  
  #myModal .form-check-label{
    margin-left: 2rem;
  }
  
  .form-check-input{
     -webkit-appearance:none;/*去除默认样式*/
     -moz-appearance:none;
     -o-appearance:none;
     -ms-appearance:none;
     outline: none;
  }
  /* 首页选择终端-未选 */
  .modal-header{
    border-bottom: none !important;
  }
  .zd_box_fist{
    height: 50%;
    display: flex;
    justify-content: space-around;
    width: 76%;
  }
  .zd_content{
    width: 20%;
    height: 20%;
  }
  input[type="checkbox"]#pc::after{
   
    width: 151px;
    height: 110px;
    background-image: url(../img/pc_zc.png);
    /* background-size: 100% 100%; */
       position: absolute;
       /* left: 20%; */
       /* background-color: #526f8f;
       width: 15px;
       height: 15px; */
       /* text-align: center; */
       content: ' ';
       outline: none;
       -webkit-appearance:none;
  }
  input[type="checkbox"]#Android::after{
   
    width: 151px;
    height: 110px;
    background-image: url(../img/ad_zc.png);
       position: absolute;
       content: ' ';
       outline: none;
       -webkit-appearance:none;
  }
  input[type="checkbox"]#ios::after{
   
    width: 151px;
    height: 110px;
    background-image: url(../img/ios_zc.png);
       position: absolute;
       top: 138px;
    left: 55px;
       content: ' ';
       outline: none;
       -webkit-appearance:none;
  }
          
  input[type="checkbox"]#pc:checked::after{
   

          width: 151px;
          height: 110px;
           background-image: url(../img/pc_xf.png);
          position: absolute;
          content: ' ';
          outline: none;
          -webkit-appearance:none;
          backface-visibility: hidden;
          margin-left: 1px;
       
  }
  input[type="checkbox"]#Android:checked::after{
    width: 151px;
    height: 110px;
    background-image: url(../img/ad_xf.png);
       position: absolute;
       content: ' ';
       outline: none;
       -webkit-appearance:none;
       margin-left: 1px;
       
  }
  input[type="checkbox"]#ios:checked::after{
    width: 151px;
    height: 110px;
    background-image: url(../img/ios_xf.png);
       position: absolute;
       top: 138px;
    left: 55px;
       content: ' ';
       outline: none;
       -webkit-appearance:none;
       margin-left: 1px;
       
  }
  
  #myResultModal .modal-content
  {
      border: 10px solid transparent;
      border-image: url(../img/modal_yy.png) 10 round;
      -webkit-border-image: url(../img/modal_yy.png) 10 round;
      height: 25rem;
  }
  
  #myResultModal .modal-header
  {
     border-bottom:none;
  }
  
  #myResultModal .modal-title
  {
    margin:0 auto;
  }
  #myResultModal .modal-body
  {
    text-align: center;
  }
  
  #myResultModal .content
  {	
    height: auto;
    margin: 0px;
      padding: 1.5em 0px;
      display: flex;
      justify-content: space-evenly;
  }
  
  #myResultModal .content div{
    width: 11em
  }
  #myResultModal .content div img{
    width: 11em
  }
  
  #myResultModal .content div span
  {
     display: inline-block;
     width: inherit;
     text-align: center;
  }
  
  #myResultModal .modal-header img{
    width: 2rem;
  }
  
  #myResultModal .modal-header .close{
    margin: -2.5rem -2.5rem 0 0;
    padding:0px;
    opacity: 1;
  }
  
  .gl{
    background: url(../img/cooperation2.png) no-repeat; 
    background-size: 100% 100%; 
    width: 100%;
    height: 100%;
    z-index: -1;
  
  }
  .gl-bgm{
    background: url(../img/cooperation.png) no-repeat; 
    /* background: url(../img/合作.png) no-repeat;  */
    background-size: 100% 100%; 
    width: 100%;
    height: 100%;
    background-position-y: 6vh;

  }
  
  .gl .list{
    position: relative;
    width: 65%;
    height: 80%;
    left: 30%;
    transform: translateX(-50%);
    top: 0%;
    background-image: url(../img/zx_db1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  .list_title {
    position: relative;
    width: 17rem;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  
  .list_title img {
    width: 100%
  }
  
  .list_tab {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    /* margin-top: 10rem; */
    position: absolute;
    top: 8%;
    width: 100%;
  }
  .list_tab .nav {
    width: 95%;
    height: 4.2rem;
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: normal; */
    margin-left: 3%;
    top:1rem !important;
    /* padding: 0px 15em 0 0; */
    border-bottom: 1px dotted #9099a0;
    /* background-image: url(../img/underline.png);
    background-repeat: no-repeat;
    background-position-y: bottom; */
   
  }
  
  .list_tab .nav li {
    min-width: 11.2rem;
      text-align: center;
      list-style: none;
  }
   
  
  .list_tab .nav li a {
    width: 10rem;
    color: #FFF;
    text-decoration:none;
    display: block;
    border: 20px solid transparent;
  }
  
  .list_tab .nav li .active {
      border: 20px solid transparent;
    
    
  }
 
  .list_tab .nav li a:hover,a:visited {
    color: #FFF;
    text-decoration: none;
  }
  .tab-content {
    width: 100%;
    margin: 0 auto;
    color: #445874;
    min-height: 38rem;
    padding-right: 71px;
    position: relative;
    /* top: 7rem; */
	top: 5rem;
  }
  .tab-content .container{
    width: 100%;
  }
  
  .tab-content ul {
    width: 100%;
  }
  
  .tab-content li{
    width: 100%;
    list-style: none;
    font-size: 1.25rem;
    padding:1rem;
    margin-top: 5px;
    margin-bottom: 5px; 
    color: #f4f9fb;
  }
  
  .tab-content li a
  {	
    text-decoration: none;
    color: #f4f9fb;
  }
  
  .date-right
  {
    float: right;
  }
  
  .tab-content li:hover {
    /* background-image: url(../img/li-hover.png); 
    background-position: right;
    background-repeat: no-repeat;
    color: #FFF;
    background-color: #5c7b9e; */
   
    color: #fff7a0;
  }
  
  .tab-content li:hover a {
    color: #fff7a0;

  }
  
  .tab-content li:hover span>last-child{
    background-color: red;
  }
  

  .contact .kefu {
    width: 20rem;
    border: 10px solid transparent;
    border-image: url(../img/bottom-left.png) 8 round;
    -webkit-border-image: url(../img/bottom-left.png) 8 round;
    height: 12rem;
    margin-right: 30px; 
  }
  
  .contact i {
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 1rem;
  }
  
  .kefu .title {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  
  
  .contact .gm {
    width: 40rem;
    border: 10px solid transparent;
    border-image: url(../img/bottom-right.png) 8 round;
    -webkit-border-image: url(../img/bottom-right.png) 8 round;
    height: 12rem;
    margin-left: 30px;
  }
  
  .lx div {
    text-align: center;
  }
  
  .lx span>first-child{
        font-size: 1.5rem;
  }
  
  .lx div span{
    /* font-size: 1.5rem; */
    font-size: 1rem;
  }
  
  .gm .title {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  
  .gm .content_info{
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center; 
    height: 100%;
  }
  .gm .info{
    font-size: 0.4rem;
    margin-left: 4px;
  }
  
  .info .search{
    display: block;
    background:url('../img/search.png') no-repeat;
    background-size: 20%;
    text-align: left;
    background-position-x:right; 
    border: 1px solid #d0b67f;
    width: auto;
  }
  .info p {
    color: #FFFFFF;
    display: block;
    text-align: center;
  }
  .conten_info span{
    font-size: 0.55rem;
    display: block;
  }
  
  .gm .sub_div {
    height: 80%;
    color: #d0b67f; 
    display: flex;
    justify-content: space-around;
  }
  .sub_div img{
    height:6rem;
  }
  
  .pt-commont-footer
  {
    position: relative;
    /* top: 11em; */
  }
  
  .more_button {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 7%;
    text-align: center;
    top: -6%;
  }
  
  .more_button a {
      width: 100%;
      height: 100%;
      display: block;
      background-image: url(../img/more_button_zc.png);
      background-repeat: no-repeat;
      background-size: 100%;
      line-height: 50px;
      color: #FFF;
      font-size: 1.5em;
  }
  
  .more_button a:hover {
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: block;
      background-image: url(../img/more_button_xf.png);
      background-size: 100%;
      line-height: 50px;
      color: #FFF;
      font-size: 1.5em;
  }
  
  .slide3{
    
  }
  
  #em1{
    background:url('../img/em_background.png') no-repeat;
      background-size: cover;
  }
  
  #qc2{
    background:url('../img/qc_background.png') no-repeat;
      background-size: cover;
  }
  
  #fz3{
    background:url('../img/fz_background.png') no-repeat;
      background-size: cover;
  }
  
  #bm4{
    background:url('../img/bm_background.png') no-repeat;
      background-size: cover;
  }
  
  #wt5{
    background:url('../img/wt_background.png') no-repeat;
      background-size: cover;
  }
  
  #mj6{
    background:url('../img/mj_background.png') no-repeat;
      background-size: cover;
  }  
 
  
  .s_bg {
    width: 0.5625em;
    height: 100%;
    position: absolute;
    left: 98%;
    top: 21.5em;
    z-index: 2;
  }
  .s_bg1{
    width: 5em;
    height: 42%;
    border: 1px solid;
    position: absolute;
    left: -24%;
    top: 6.5em;
  }
  .s_bg_sy{
    width: 5em;
    height: 20%;
    border: 1px solid;
    position: relative;
  }
  
  .middle_line {
    width: 9px;
    height: 53px;
    background: url(../img/middle_line.png) no-repeat;
    position: absolute;
    left: -1.35em;
    top: 5.5em;
    z-index: 2;
  }
  
  .middle_line2 {
    width: 9px;
    height: 53px;
    background: url(../img/middle_line.png) no-repeat;
    position: absolute;
    left: -1.35em;
    top: 9.5em;
    z-index: 2;
  }
  
  .middle_line3 {
    width: 9px;
    height: 53px;
    background: url(../img/middle_line.png) no-repeat;
    position: absolute;
    left: -1.35em;
    top: 13.5em;
    z-index: 2;
  }
  .middle_line4 {
    width: 9px;
    height: 53px;
    background: url(../img/middle_line.png) no-repeat;
    position: absolute;
    left: -1.35em;
    top: 17.5em;
    z-index: 2;
  }
  
  .content swiper-slide{
    background: url(../img/page1_background.png);
    width: 100%;
    height: 100%;
  }
  
  /*slides first page */
  .arrow1{
    width: 0.01em; 
    height: 4em; 
    display: block; 
    position: relative; 
    right: 53%; top: 41%; 
    animation: arrow 2s infinite ease;
  }
  .arrow1 span{
    writing-mode:horizontal-tb; 
    color:#e2ecf2; 
    display: inline-block; 
    margin: 1em 0 0 0; 
    font-size: 1.25em; 
    width: 10em;
  }
  
  /*slides second page */
  .arrow2{
    width: 0.01em; 
    height: 4em; 
    display: block; 
    position: relative; 
    right: -29%; 
    top: 41%; 
    animation: arrow 2s infinite ease;
  }
  .arrow2 span{
    writing-mode:horizontal-tb; 
    color:#e2ecf2; 
    display: inline-block; 
    margin: 1em 0 0 0; 
    font-size: 1.25em; 
    width: 10em;
  }
  
  /*slides third page */
  .arrow3{
    width: 0.01em; 
    height: 4em; 
    display: block; 
    position: relative; 
    right: -46%; 
    top: 41%; 
    z-index: 1000; 
    animation: arrow 2s infinite ease;
  }
  .arrow3 span{
    writing-mode:horizontal-tb; 
    color:#e2ecf2; 
    display: inline-block; 
    margin: 1em 0 0 0; 
    font-size: 1.25em; 
    width: 10em;
  }
  
  #e1{
    font-size: 
    2.5em; color: 
    #bad1eb; 
    position: absolute; 
    left: 30%; 
    top: 80%; 
    z-index: 100;
  }
  #emei{
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0.6;
  }
  #q1{
    font-size: 2.5em; 
    color: #bad1eb; 
    position: absolute; 
    left: 30%; 
    top: 80%; 
    z-index: 100;
  }
  #qingcheng{
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0.6;
  }
  #f1{
    font-size: 2.5em; 
    color: #bad1eb;
    position: absolute; 
    left: 36%; 
    top: 80%; 
    z-index: 100;
  }
  #fozong{
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0.6;
  }
  #b1{
    font-size: 2.5em; 
    color: #bad1eb; 
    position: absolute; 
    left: 35%; 
    top: 80%; 
    z-index: 100;
  }
  #baiman{
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0.6;
  }
  #w1{
    font-size: 2.5em; 
    color: #bad1eb; 
    position: absolute; 
    left: 35%; 
    top: 80%; 
    z-index: 100;
  }
  #wutai{
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0.6;
  }
  #m1{
    font-size: 2.5em; 
    color: #bad1eb; 
    position: absolute; 
    left: 36%; 
    top: 80%; 
    z-index: 100;
  }
  #mojiao{
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0.6;
  }
  /*slides last page temporary none */
  
  /* pagination */
  /* 直播专区样式 */
  .Live-center{
    width: 80%;
    /* margin-left: 10%; */
    /* border:1px solid red; */
    height: 100%;
  }
  
  .Live-carousel{
    width: 100%;
    height: 10%;
    /* border:1px solid red; */
  }
  .Live-carousel img{
    width: 100%;
      height: 100%;
      border-radius: 8px;
      margin-top: 5px;
  }
  .Live-title{
    width: 100%;
    height: 6%;
    /* border:1px solid red; */
  }
  .Live-title1{
    width: 100%;
    height: 6%;
    /* border:1px solid red; */
  }
  .box {
    width: 600px;
    height: 300px;
    background-color: pink;
    margin: 100px auto;
  }
  .Live-title-text{
    height: 6vh;
      line-height: 6vh;
      font-weight: 900;
      color: fff;
  }
  .Live-title-text1{
    height: 6vh;
      line-height: 6vh;
      font-weight: 900;
      color: fff;
  }
  .Live-box1{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box2{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box3{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box4{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box5{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box5{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box6{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box7{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box8{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box9{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-box10{
    width: 18%;
    height: 44%;
    background-color: #f9f8f8;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
  }
  .Live-footer{
    width: 100%;
    height: 25%;
    /* border:1px solid red; */
  }
  .Live-header img{
    /* width: 80%;
    height: 95%; */
    margin-left: 10%;
  
  }
  .seeimg{
    position: absolute;
    right: 12%;
    top: 66%;
  }
  .footer-content{
    color: #7c7878;
      font-size: 10px;
      display: flex;
      justify-content: space-between;
  }
  .im{
    /* margin-left: 60%; */
    min-width: 40px;
  }
  .Live-hot1{
    width: 15%;
    height: 90%;
  
    /* border:1px solid red; */
  }
  .hotimg1{
    width: 100%;
    height: 100%;
    border-radius: 6px;
  transition: -webkit-transform 1s;
  z-index: 2;
  position: relative;
  object-fit: cover;
  object-position: 5px 10%;
  }
  .hot-heder1{
    /* margin-top: -6vh; */
    color: fff;
    width: 100%;
    margin-left: 10px;
    
    z-index: 10;
    position: relative;
   
  }
  .hotconent1{
    display:none;
  }
  
  .Live-hot2{
    width: 15%;
    height: 90%;
  
    /* border:1px solid red; */
  }
  .hotimg2{
    width: 100%;
    height: 100%;
    border-radius: 6px;
  transition: -webkit-transform 1s;
  z-index: 2;
  position: relative;
  object-fit: cover;
  object-position: 5px 10%;
  }
  .hot-heder2{
    /* margin-top: -6vh; */
    color: fff;
    width: 100%;
    margin-left: 10px;
    
    z-index: 10;
    position: relative;
   
  }
  .hotconent2{
    display:none;
  }
  
  .Live-hot3{
    width: 15%;
    height: 90%;
  
    /* border:1px solid red; */
  }
  .hotimg3{
    width: 100%;
    height: 100%;
    border-radius: 6px;
  transition: -webkit-transform 1s;
  z-index: 2;
  position: relative;
  object-fit: cover;
  object-position: 5px 10%;
  }
  .hot-heder3{
    /* margin-top: -6vh; */
    color: fff;
    width: 100%;
    margin-left: 10px;
    
    z-index: 10;
    position: relative;
   
  }
  .hotconent3{
    display:none;
  }
  
  .Live-hot4{
    width: 15%;
    height: 90%;
  
    /* border:1px solid red; */
  }
  .hotimg4{
    width: 100%;
    height: 100%;
    border-radius: 6px;
  transition: -webkit-transform 1s;
  z-index: 2;
  position: relative;
  object-fit: cover;
  object-position: 5px 10%;
  }
  .hot-heder4{
    /* margin-top: -6vh; */
    color: fff;
    width: 100%;
    margin-left: 10px;
    
    z-index: 10;
    position: relative;
   
  }
  .hotconent4{
    display:none;
  }
  
  .Live-hot5{
    width: 15%;
    height: 90%;
  
    /* border:1px solid red; */
  }
  .hotimg5{
    width: 100%;
    height: 100%;
    border-radius: 6px;
  transition: -webkit-transform 1s;
  z-index: 2;
  position: relative;
  object-fit: cover;
  object-position: 5px 10%;
  }
  .hot-heder5{
    /* margin-top: -6vh; */
    color: fff;
    width: 100%;
    margin-left: 10px;
    
    z-index: 10;
    position: relative;
   
  }
  .hotconent5{
    display:none;
  }
  .hot-content{
    /* width: 80%; */
      height: 100%;
    /* border:1px solid red; */
    overflow: hidden;
  }
  .hot-text{
    display: flex;
      justify-content: space-between;
      width: 90%;
      font-size: 2px;
      margin-top: -3vh;
  }
  .Live-hotbox{
    width: 100%;
    height: 24%;
    /* border:1px solid red; */
    
      flex-wrap: nowrap;
      display: flex;
      justify-content: space-around;
  }
  
  /* 改版2的直播区样式 */
  .live-box{
    width: 100%;
    height: 73%;
    /* margin: 0px auto; */
     /* border:1px solid red; */

  }
  .live-header{
    width: 100%;
    /* height: 18%; */
    position: relative;
  }

  /* 直播-菜单 */
 .jt_box1{
  position: fixed;
 
  width: 89px;
  height: 39px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 3px;
  z-index: 999;
  cursor: pointer;
  margin-left: 65%;
  margin-top: 1%;
 }
 .jt_box2{
  position: fixed;
  
  width: 89px;
  height: 39px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 3px;
  z-index: 999;
  cursor: pointer;
  margin-top: 53.5vh;
    margin-left: 65%;
 }
 .jt_img1{
  width: 2rem;
  position: absolute;
  rotate: 90deg;
  top: 4px;
  left: 30px;
 }
 .jt_img2{
  width: 2rem;
  position: absolute;
  rotate: 270deg;
  top: 4px;
  left: 30px;
 }
  .live-header .nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 15em 0 0;
    position: relative;
    top: 1em;
    border-bottom: 1px solid #bad1eb;
  }
  
  .live-header .nav li {
    width: 10rem;
      text-align: center;
      list-style: none;
  }
   
  
  .live-header .nav li a {
    width: 10rem;
    color: #FFF;
    text-decoration:none;
    display: block;
    border: 20px solid transparent;
  }
  
  .live-header .nav li .active {
    background-color: hwb(199deg 43% 17% / 20%);
   
  }
  

  .two-menu{
    position: absolute;
  }
  .two-menu li{
    height: 3rem;
    background-color: hwb(199deg 43% 17% / 20%);
    line-height: 1rem;
    border-bottom: 1px solid #7e8082;
  }
  .activehover {
     
    background-color: hwb(199deg 43% 17% / 20%);
  }
  /* 直播内容-推荐 */
  .live-content{
    width: 77%;
    height: 80%;
    margin: 0px auto;
    background-color: #080103;
    border-radius: 10px;
    display: flex;
  }
  .content-left{
   /* width: 76%; */
   width: 73%;
    height: 95%;
    margin: 15px;
  }
  .content-left img{
    width: 100%;
    height: 100%;
  }
 
  .content-right::-webkit-scrollbar{
    display: none;
    
  }
  .content-right{
    /* width: 21%; */
    width: 24%;
    height: 100%;
    padding-top: 9px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    
  }

  
  .right-box{
    /* width: 100%;
    height: 24%; */
    width: 100%;
    height: 19.8%;
    border-radius: 5px;
    
    position: relative;


  }
  .tp{
    /* margin-top: 1.7vh; */
  } 
  .right-box img{
    border-radius: 5px;
    image-rendering: pixelated;
    width: 91.5%;
    height: 90%;
    position: absolute;
    left: 6.5%;
    top: 5%;

  }

  

  .boshow{
    /* box-shadow: 0px 0px 10px 2px #eddba6; */
    background-image: url(../img/selected.png);
     background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;

   
  }
  /* 弹出层-合作 */
  .yy_from2{
    width: 494px;
    height: 780px;
    margin: 0px auto;
  }
  .cooperation-box{
    width: 100%;
    height: 40%;
    position: relative;
  }
  .cooperation-btn{
    height: 100%;
    position: absolute;
    left: 15%;
    top: 69%;
  }
  #cooperation,#myResultModal,#myvideoModal{
    /* padding: 0px !important;
    overflow: hidden;
    position: fixed;
    height: auto;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%); */
    padding: 0px !important;
    /* overflow: hidden; */
    position: fixed;
    height: 100%;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #cooperation .modal-content {
   
    background-image: url(../img/sq_infobgm2.png);
    background-repeat: no-repeat;
    width: 593px;
    height: 897px;
    border: transparent;
}
.uploadfmt{
  width: 394px;
  height: 156px;
  background-color: #fff;
  border-radius: 2px;
}
.mystyle {

  width: 161px;
  /* height: 250px; */
  position: absolute;
  cursor: pointer;
  outline: medium none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  top: 35%;
  /* left: -5px; */
  right: 25%;
  }
.fmtbox{
  position: absolute;
  top: 7%;
  left: 25%;
  text-align: center;
  line-height: 4vh;
  font-size: 1.2rem;
  color: #787f83;
}
#cooperation .modal-header .close{
  margin: -2rem 36.5rem;
  padding:0px;
  opacity: 1;
  outline: none;
}
.modal-open {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}



#cooperation .btn-primary {
  background-image: url(../img/confirm.png);
  background-size: cover;
  width: 6rem;
  height: 2rem;
}

#cooperation .form-check{
    margin: 0 auto;
    background-color: #779ecb;
    margin-bottom: 1rem;
    padding-left: 4rem;
    text-align: center;
}

#cooperation .col-sm-10{
  margin: 0 auto;
}

#cooperation .form-check-label{
  margin-left: 2rem;
}
.videoElement{
  object-fit: fill;
}

  /*整个控制栏都隐藏掉*/
  video::-webkit-media-controls-enclosure{
    display: none;
}
/* 首页添加的样式 */
.footerqq{
 width: 100%;
     height: 20rem;
     position: absolute;
     display: flex;
     justify-content: left;
     bottom: 0rem;
}
.kefu-left{
  width: 15%;
  height: 100%;
  /* display: flex; */
  /* border: 1px solid; */
  margin-left: 0px;
}
.kefu-left img{
  width: 3rem;
}
.wx_left{
  width: 100%;
        padding: 10 0px 10 0px;
    text-align: center;
}
.qq_left{
  width: 100%;
        padding: 10 0px 10 0px;
    text-align: center;
}
.codecontent1{
  position: absolute;
  top: 20px;
  left: 50px;
  line-height: 3rem;
  color: #fff;
}
.wx_right{
  width: 100%;
  height: 20%;
position: relative;
}
.codecontent{
  position: absolute;
  width: 90%;
  left: 44px;
  display: flex;
  top: 11px;
}
 .tilte1 span{
  font-size: 1rem;
    color: #6ad8f4;
}
 .tilte1 p{
  font-size: 0.5rem;
    color: #fff;
}
.codecontent-right{
  min-width: 165px;
  text-align: center;
  padding-right: 37px;
  line-height: 24px;
}

.qq_right{
  width: 100%;
  height: 20%;

}
.kefu-right{
  min-width: 30%;
  height: 100%;
  /* display:flex;
  flex-wrap: nowrap;
  padding-left: 100px; */
}
.kefu {
  width: 10rem;
  border: 4px solid transparent;
  border-image: url(../img/bottom-left.png) 8 round;
  height: 9rem;
  margin-right: 30px;
  color: #fff;
}
.gm {
  width: 25rem;
  height: 12rem;
  margin-left: 30px;
}
.kefu i {
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
/* 论坛样式 */
.acnvtop {
  width: 100%;
  height: 100%;  
}
.contact{
  width: 100%;
  height: 100%;
}

.acnvtop-header{
  width: 100%;
  height: 6.25rem;
  display:flex;
  flex-wrap:nowrap;
}
.acnvtop-content{
  width: 50%;
  min-height: 87%;
  margin: 20px auto;
  background-color: #fff;
}
.sect{
  width: 100%;
  height: 100%;
}
.acnvtop-cl{
  width: 100%;
  background-color: #fff;
}
.header-cy{
  height: 75px;
    background-color: #d0ddef;
    background-image: url(../img/left_bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 1.5rem;
    
}
.ctent-titleleft{
  margin-left: 62px;
  margin-top: 14px;
    float: left;
}
.ctent-titleright{
  min-width: 9%;
    float: right;
    margin-top: 17px;
}
.ctent-titleleft a{
  color: #333;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 10px
}
.ctent-titleleft span{
  font-size: 0.5rem;
  line-height: 30px;
  color: #7e9ec8;
  letter-spacing: 1px;
}
.content-cy{
  width: 100%;
}
.ctentdata{
  width: 100%;
  margin-top: 10px;
  display:flex;
  flex-wrap: nowrap;
}
.data1-left{
  width: 50%;
  height: 100%;
  display:flex;
  flex-wrap: nowrap;

}
.data1-right{
  width: 50%;
  height: 100%;
  display:flex;
  flex-wrap: nowrap;
  padding-left: 15%;
}
.left1{
  height: 100%;
  padding-left: 10%;

}
.right1{
      height: 100%;
      padding: 15px;

}
.left2{
  width: 65%;
  height: 100%;
  padding: 15px;
  font-size: 0.5rem;
  padding: 15px;

}

.xi1  {
  color: #0087e0;
  font-size: 15px;
  font-weight: 400;
}
.right2{
  width: 75%;
  height: 100%;
  font-size: 0.5rem;
  margin-top: 34px;
}
.right2 p{
  white-space: nowrap;/*内容超宽后禁止换行显示*/

            overflow: hidden;/*超出部分隐藏*/

            text-overflow:ellipsis;/*文字超出部分以省略号显示*/
}
.acnvtop-content a:hover, a:visited {
  color: #FFF;
  text-decoration: none;
}
.footersm{
  width:100%;
  height: 9.25rem;
  background-image: url(../img/footer_bg.png);
  background-size: 100% 100%;
background-repeat: no-repeat;
}
.footer-box{
  width: 50%;
  height: 100%;
  /* border:1px solid red; */
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-left{
  width: 20%;
  height: 6vh;
  margin: auto 0px;
  /* border:1px solid red; */
}
.footer-right{
  width: 75%;
  height: 100%;
  /* border: 1px solid red; */
  font-size: 0.5rem;
  padding-top: 48px;
  color: #fff;
}
.acnvtop-he1{
  width: 30%;
  height: 100%;
  text-align: right;
}
.acnvtop-he2{
  width: 40%;
  height: 100%;
}
.acnvtop-he3{
  width: 30%;
  height: 75%;
  line-height: 9vh;
  text-align: center;
  color: #b1babd;
}
.official{
  position: relative;
  width: 90px;
  height: 30px;
  background-size: 100% 100%;
  float: right;
  top: 60px;
background-image: url(../img/office.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.acnvtop-he2 p{
  font-size: 40px;
    color: #FFF;
    text-align: right;
    line-height: 10vh;
}
.noemen{
  display: none;
}
.contact{
background-image: url(../img/zxbgm.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
@media (min-width: 920px){
.modal-dialog {
    min-width: 920px;
    margin: 1.75rem auto;
}}
.acnvtop-box{
  width:100%;
  height: 100%;
  border: 1px solid;
  display:flex;
}
.acnvtop-cleft{
  width:22%;
  height: 100%;
  border: 1px solid;
}
.acnvtop-cright{
  width:78%;
  height: 100%;
  border: 1px solid;
}
.cleft1{
  width: 60%;
  height: 100%;
  border: 1px solid;
  float: right;
}
.cleft2{
  width: 100%;
  height: 4%;
  border: 1px solid;
  background-image: url(../img/zkl.png);
background-size: 100%;
background-repeat: no-repeat;
    font-size: 1.2rem;
    display: flex;
    line-height: 4.5vh
   
}
.cleft3{
  width: 100%;
  height: 30%;
  border: 1px solid;
}
.cleft2 img{
  /* float: left; */
    width: 1rem;
}
.commit{
 
  width: 100%;
  padding: 10 0px 10 0px;
  text-align: center;
}
.commit-box{
  border: 1px solid #f3f4f4;
  border-radius: 5px;
  width: 38px;
  height: 28px;
  margin: auto;
  cursor: pointer;
}
 
#myModal .modal-content {
  background-image: url(../img/yy_infobg.png);
  background-repeat: no-repeat;
  min-height: 786px;
  background-color: transparent !important;
  border:transparent !important;
 
}
.yy_from{
  width: 497px;
  padding-top: 95px;
  padding-right: -20px;
  margin-left: 351px;
}

#committs .modal-header .close{
  margin: -2rem 41rem;
  padding:0px;
  opacity: 1;
  outline: none;
}

#committs .form-control{
    background-color: #fff;
}
#committs .yy_from{
  width: 497px;
  padding-top: 50px;
  padding-right: -20px;
  margin-left: 100px;
}
#committs .primary {
 
  margin: 0;
  padding: 0;
  border: transparent; 
  outline: none;
  background-color: transparent;
}

#committs .form-check{
    margin: 0 auto;
    background-color: #779ecb;
    margin-bottom: 1rem;
    padding-left: 4rem;
    text-align: center;
}

#committs .col-sm-10{
  margin: 0 auto;
}

#committs .form-check-label{
  margin-left: 2rem;
}
#committs .modal-content {
  background-image: url(../img/modal_yy.png);
  background-repeat: no-repeat;
  min-height: 738px;
  background-color: transparent !important;
  border:transparent !important;
  width: 660px;
  background-size: 100% 100%;
}
.modal-content{
  background-color: transparent !important;
}
#committs .btn-footer{
  position: absolute;
  top: 46%;
  left: 8%;
}
/* 领取激活码 */
#committsTwo .modal-header .close{
  margin: -2rem 32rem;
  padding:0px;
  opacity: 1;
  outline: none;
}

#committsTwo .form-control{
    background-color: #fff;
}
#committsTwo .yy_from{
  width: 420px;
  padding-top: 46px;
  padding-right: -20px;
  margin-left: 47px;
}
#committsTwo .primary {
 
  margin: 0;
  padding: 0;
  border: transparent; 
  outline: none;
  background-color: transparent;
}

#committsTwo .form-check{
    margin: 0 auto;
    background-color: #779ecb;
    margin-bottom: 1rem;
    padding-left: 4rem;
    text-align: center;
}

#committsTwo .col-sm-10{
  margin: 0 auto;
}

#committsTwo .form-check-label{
  margin-left: 2rem;
}
#committsTwo .modal-content {
  background-image: url(../img/modal_yy.png);
  background-repeat: no-repeat;
  /* min-height: 615px; */
  height: auto;
  background-color: transparent !important;
  border: transparent !important;
  width: 100%;
  background-size: 100% 100%;
 
}

#committsTwo .btn-footer{
  position: absolute;
  top: 26%;
  left: 8%;
}
.modcontentbox{
  width: 80%;
    margin: 0rem auto;
    text-align: left;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.modcontentbox_frougrp{
  margin-top: 35px;
}
.hd_uplode{
  height: 50%;
  display: flex;
  justify-content: center;
  width: 100%;
}

input[type="file"]::-webkit-file-upload-button 
{
  background-color: #546f97;
  border:transparent;
  color: #FFF;
  border-radius:5px;
}
.file-input {
  overflow-x:visible !important;
  height: 200px;
}
.progress{
  display:none !important;
}

.file-preview-frame{
  height: 146px;
}
.file-drop-zone-title {
  color: #f44336 !important;
  font-size: 20px !important;
  padding: 70px 10px !important;
}
/* 查看更多直播 */
.cooper-box{
  width:100%;
  background-image: url(../img/zbinfo_bgm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
}
.cooper-header{
  background-image: url(../img/zbinfo_title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 7rem;
}
.cooper-titel{
  background-image: url(../img/zbinfo_text_zc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 3rem;
    line-height: -11%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooper-titel a{

  /* position: relative;
  left: 40%;
  top: 24%; */
 
  font-size: 1rem;

}
.cooperactive_xf{
  background-image: url(../img/zbinfo_text_xf.png);
  color: #fff;

}
.cooper-header1{
  width: 200px;
}
.smallbox{
  width: 50%;
  height: 100%;
  display: flex;
  margin-left: 10%;
}
.smallbox2{
  width: 80%;
  display: grid;
  grid-template-columns: repeat(5, 25%);
  position: relative;
  height: 3rem;
  padding-top: 4%;

}
.cooper-center{
  width: 95%;
    height: 100%;
    margin-left: 2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.cooper_content{
  width: 13%;
    height: 20%;
    background-color: #fff;
    margin-left: 1%;
    margin-top: 1%;
    border-radius: 5px;
}
.info1{
  width: 100%;
  height: 4rem;
}
.img1{
  
  width: 100%;
  height: 9rem;
  border-radius: 5px 5px 0px 0px;
}
.iconzb{
  font-size: 0.6rem;
   
    position: relative;
    top: -3px;
    left: 2px;
    color: #606265;
}
.bottm{
  display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.top_h{
  font-size: 0.8rem;
  color: #1b1c1e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.info2{
  width: 90%;
  height: 100%;
  line-height: 2rem;
  margin: 0px auto;
  text-overflow: ellipsis;
}
.xxupimg{
  /* width: 13%;
  height: 2rem;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 2%;
  margin-left: 3%;
  display: none;
  padding-top: 1%;
  text-align: center;
  font-size: 0.5rem; */
  position: absolute;
  top: -5%;
  left: 19%;
  display: none;
}
.xxupimg img{
  width: 1rem
}
/* 咨询媒体查询 */
@media (min-width: 1600px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1800px !important;
}

}
@media (min-width: 2560px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2219px !important;
}

}
@media (max-width: 1024px){
  body {
    width:1024px !important;
    height: 768px !important;
    overflow: scroll !important;
  }
  
 
}
@media (max-width: 1024px){

.modal-open .modal{
  overflow-x: scroll !important;
  overflow-y: scroll !important;
  
}

}
@media (min-width: 1024px) and(min-height: 768px){

  .modal-open .modal{
    overflow-y: scroll !important;
   
  

  }
 
  
  }

  .file-preview {
   
    height: 180px;
}
.file-drop-zone{
  margin: 0px;
}
#upload_adv_box{
  text-align: left;
}