html,body{
  width: 100%;
  height: 100%;
  overflow:hidden;
  font-family:微软雅黑;
}
/************pc****************/
.pcBox{
  width: 100%;
  height: 100%;
  overflow:hidden;
  background-image: url(../images/pcBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /*background-clip: content-box;
  background-origin: border-box;*/
  background-size: 100% 100%;
  position: relative;
}
.pcTitle{
  width: 100%;
  overflow:hidden;
  position: absolute;
  left: 0;
  top: 4%;
  text-align: center;
}
.pcLogo{
  width: 15%;
}
.pcT1,.pcT2,.pcT3{
  width: 100%;
  overflow:hidden;
  color: #666;
}
.pcT1{
  font-size: 30px;
  font-size: 1.54vw;
  margin-top: 0.5%;
  font-weight: bold;
}
.pcT2,.pcT3{
  font-size: 24px;
  font-size: 1.25vw;
  margin-top: 2px;
}
.pcTbg{
  width:47%;
  overflow:hidden;
  margin:0.5% auto 0;
  background: url(../images/pcTbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.pcbtnBox{
  width: 100%;
  overflow:hidden;
  position: absolute;
  left: 0;
}
.liveBtn{
  width:120px;
  height: 45px;
  background: url(../images/btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  float: left;
  margin-left: 4%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mettingBtn{
  width:120px;
  height: 45px;
  background: url(../images/btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  float: left;
  margin-left: 3%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.moreBtn{
  width:120px;
  height: 45px;
  background: url(../images/btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  float: right;
  margin-right: 4%;;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.libraryBtn{
  width:120px;
  height: 45px;
  background: url(../images/btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  float: right;
  margin-right: 3%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pcVideo{
  width: 84%;
  overflow:hidden;
  margin:30px auto 0;
  border:1px solid #ddd;
  background: transparent url('../images/pcVideo.jpg') 0 0 / cover no-repeat ;
  position: relative;
  cursor: pointer;
}
.pcVideo span{
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  align-items: center;
  justify-content: center;
}
.pcVideo span img{
  width: 22px;
}
.pcVideo:hover span{
  background: rgba(0,0,0,0.4);
}
.pcSwiper{
  width: 84%;
  /*overflow:hidden;*/
  position: relative;
  margin:30px auto 0;
  /*border:1px solid #ddd;*/
}
.pcSwiper .swiper-container {
  width: 100%;
  height: 100%;
}
.pcSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiperA{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.swiperTitlebox{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.4);
}
.swiperTitle span{
  width: 100%;
  display: block;
  font-size: 0.75vw;
}
.swiperTitle{
  position: absolute;
  width: 100%;
  text-align:center;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.swiperA img{
  width: 100%;
  height: 100%;
}
.pcBox .swiper-button-prev{
    background-image:url("../images/leftB.png");
    left: -39px;
}
.pcBox .swiper-button-next{
    background-image:url("../images/rightB.png");
    right: -39px;
}
.pcDateModule,.pcMettingModule,.pcMorezModule{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top:0;
  left: 0;
  background:rgba(0,0,0,0.6);
  z-index: 111111111111111111111111;
}
.pcMorez{
  width: 400px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,1);
  border-radius: 8px;
  min-height: 120px;
  padding:20px;
  text-align:left;
  border:1px solid #3dcd58;
}
.pcDate{
  width: 600px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,1);
  border-radius: 8px;
  min-height: 120px;
  padding:20px;
  text-align:left;
  border:1px solid #3dcd58;
}
.pcDelete{
  position:absolute;
  right: 8px;
  top:8px;
  width: 25px;
  cursor: pointer;
}
.pcDatetitle{
  width: 100%;
  text-align: left;
  overflow: hidden;
  color: #3dcd58;
  font-size: 20px;
  margin:10px 0;
}
.pcDatetable{
  width: 100%;
  border-collapse: collapse;
}
.pcDatetable thead tr th{
  height: 32px;
  background:#3dcd58;
  font-size: 15px;
  color: #fff;
  text-indent: 8px;
  padding: 2px 0;
  border:0;
}
.pcDatetable tbody tr td{
  height: 32px;
  font-size: 15px;
  color: #333;
}
.pcDatetable tbody tr td:nth-child(1){
  text-indent: 8px;
  width: 22%;
}
.pcDatetable tbody tr td:nth-child(2){
  width: 78%;
  padding: 2px 8px;
}
.pcDatetable tbody tr:nth-child(odd){
  background:#fff;
}
.pcDatetable tbody tr:nth-child(even){
  background:#EEEEEE;
}
.pcMettingtext{
  width: 100%;
  overflow: hidden;
}
.pcMettingTitle{
  width: 100%;
  font-size:15px;
  color: #333;
  text-align: justify;
  margin-bottom: 18px;
  line-height: 1.6;
}






.pcSwiper .swiper-button-next, .pcSwiper .swiper-button-prev{
  width: 32px;
  height: 32px;
  background-size:100% 100%;
  margin-top: -15px;
}

@media only screen and (min-height: 520px){
   .pcTbg{
       height: 390px;
   }
   .pcVideo{
    height:230px;
   }
   .pcSwiper{
    height: 85px;
    margin-top: 15px;
   }
   .pcbtnBox{
     top:22%;
   }
}

@media only screen and (min-height: 620px){
   .pcTbg{
       height: 390px;
   }
   .pcVideo{
    height:230px;
   }
   .pcSwiper{
    height: 85px;
    margin-top: 15px;
   }
   .pcbtnBox{
     top:22%;
   }
}
@media only screen and (min-height: 750px){
   .pcTbg{
       height: 490px;
   }
   .pcVideo{
       height:290px;
   }
   .pcSwiper{
      height: 110px;
      margin-top: 20px;
   }
   .pcbtnBox{
     top:23%;
   }
}
@media only screen and (min-height: 930px){
   .pcTbg{
       height: 590px;
   }
   .pcVideo{
       height: 360px;
   }
   .pcSwiper{
       height: 120px;
   }
   .pcbtnBox{
     top:26%;
   }
}






/************mobile****************/
.mbBox{
  width: 100%;
  height: 100%;
  display: none;
  /*background:url(../images/mBg.jpg) 0 0 no-repeat;*/
  background-size: 100% 100%;
}
.mbContent{
  width: 100%;
  height: 100%;
  background:url(../images/mBg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align:center;
  position: relative;
  top:0;
  left: 0
}
.mLogo{
  width:28%;
  padding-top: 3%;
}
.mTitle1{
   width: 100%;
   overflow: hidden;
   font-size:18px;
   margin-top: 5%;
   color: #333;
}
.mTitle2{
   width: 100%;
   overflow: hidden;
   font-size:14px;
   margin-top: 2px;
   color: #333;
}
.mVideo{
  width:86%;
  height: 160px;
  padding:8px;
  background: #fff;
  border:1px solid #3dcd58;
  border-radius: 6px;
  margin:3px auto 0;
  background: transparent url('../images/pcVideo.jpg') 0 0 / cover no-repeat ;
  position: relative;
  cursor: pointer;
}
.mVideo span{
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  align-items: center;
  justify-content: center;
}
.mVideo span img{
  width: 20px;
}
.mVideo:hover span{
  background: rgba(0,0,0,0.4);
}
.mSwiper{
  width: 80%;
  /*overflow:hidden;*/
  position: relative;
  margin:10px auto 0;
  height: 80px;
  /*border:1px solid #ddd;*/
}
.mSwiper .swiper-container{
  width: 100%;
  height: 100%;
}
.mbBox .swiper-button-prev{
    background-image:url("../images/leftB.png");
    left: -30px;
}
.mbBox .swiper-button-next{
    background-image:url("../images/rightB.png");
    right: -30px;
}
.mSwiper .swiperA{
  width: 98%;
  border:1px solid #3dcd58;
  border-radius: 5px;
  height: 97%;
  display: block;
  position: relative;
  background:#fff;
}
.mSwiper .swiperA img{
  width: 96%;
  height: 92%;
  position: absolute;
  top:4%;
  left: 2%;
}
.mSwiper .swiperTitle span {
    width: 100%;
    display: block;
    font-size: 0.7rem;
}
.mSwiper .swiperTitlebox {
    width: 96%;
    height: 92%;
    position: absolute;
    top:4%;
    left: 2%;
    background: rgba(0,0,0,0.4);
}
.mSwiper .swiper-button-next, .mSwiper .swiper-button-prev{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border:1px solid #3dcd58;
  background-size:18px 18px;
  margin-top: -15px;
  background-position: center center;
  background-color: #fff;
}
.mbtnBox{
  width: 100%;
  /*overflow:hidden;*/
  position: relative;
  text-align: center;
  margin-top: 1%;
}
.mbliveBtn,.mbmettingBtn,.mbmoreBtn,.mblibraryBtn{
  width:23%;
  height: 45px;
  background: url(../images/mbtn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  line-height: 45px;
  font-size: 13px;
  color: #fff;
  outline-style: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mDateModule,.mMettingModule{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top:0;
  left: 0;
  background:rgba(0,0,0,0.6);
  z-index: 111111111111111111111111;
}
.mDate{
  width: 82%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,1);
  border-radius: 8px;
  min-height: 120px;
  padding: 10px 4%;
  text-align:left;
  border:1px solid #3dcd58;
}
.mDelete{
  position:absolute;
  right: 5px;
  top:5px;
  width: 22px;
}
.mDatetitle{
  width: 100%;
  text-align: left;
  overflow: hidden;
  color: #3dcd58;
  font-size: 16px;
  margin:5px 0;
}
.mDatetable{
  width: 100%;
  border-collapse: collapse;
}
.mDatetable thead tr th{
  height: 25px;
  background:#3dcd58;
  font-size: 13px;
  color: #fff;
  text-indent: 5px;
  padding: 2px 0;
  border:0;
}
.mDatetable tbody tr td{
  height: 25px;
  font-size: 13px;
  color: #333;
}
.mDatetable tbody tr td:nth-child(1){
  text-indent: 5px;
  width: 30%;
}
.mDatetable tbody tr td:nth-child(2){
  width: 70%;
  padding: 2px 5px;
}
.mDatetable tbody tr:nth-child(odd){
  background:#fff;
}
.mDatetable tbody tr:nth-child(even){
  background:#EEEEEE;
}
.mMettingtext{
  width: 100%;
  overflow: hidden;
}
.mMettingTitle{
  width: 100%;
  font-size:13px;
  color: #333;
  text-align: justify;
  margin-bottom: 15px;
  line-height: 1.5;
}

/*mobile*/
@media (max-width: 750px){
  .mbBox {
      display: block !important;
  }
  .pcBox {
      display: none !important;
  }
}


.videoBox,.videoP{
  width: 100%;
  height: 100%;
}
.pcVideo .video-js .vjs-big-play-button{
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  border:0;
  margin-left: -0.9em;
}
.mVideo .video-js .vjs-big-play-button{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  border:0;
  margin-left: -0.8em;
}




.commingMain{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 11111111111111;
}
.commingBox{
  position: fixed;
  padding:8px 20px 8px 25px;
  text-align:center;
  color: #fff;
  font-size:1.1rem;
  background:rgba(0,0,0,0.6);
  top:10%;
  left: 50%;
  transform: translate(-50%,-10%);
  border-radius: 5px;
  display: none;
}



.pcVideoModule,.mbVideoModule{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top:0;
  left: 0;
  background:rgba(0,0,0,0.6);
  z-index: 111111111111111111111111;
}
.pcVideocontent{
  width: 600px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,1);
  border-radius: 8px;
  min-height: 120px;
  padding:20px;
  text-align:left;
  border:1px solid #3dcd58;
}
.mbVideocontent{
  /*width: 82%;*/
  width: 100%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,1);
  border-radius: 8px;
  min-height: 120px;
  height: 100%;
  padding:20px;
  text-align:left;
  /*border:1px solid #3dcd58;*/
}
.pcVideoliMul {
    max-height: 550px;
    overflow-y: auto;
    width: 100%;
}
.mbVideoliMul{
    /*height: 430px;*/
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    position:relative;
    z-index: 1111111111111111111111;
}
.pcVideoliMli{
    width: 100%;
    overflow: hidden;
}
.pcVideohtmlTile{
    width: 96%;
    padding: 8px 2%;
    overflow: hidden;
    color: #3dcd58;
    font-size: 14px;
    background:#eee;
}
.pcVideotxVideo {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.pcvideoTitle{
    width: 80px;
    height: 30px;
    text-align: center;
    background: #626469;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    display: block;
}
.videoPc{
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    height: 336px;
}
.videoMb{
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
  height: 220px;
}
.f-srcollOne::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 2px;
  background-color: #F5F5F5;
}
.f-srcollOne::-webkit-scrollbar{
  width: 3px;
  background-color: #F5F5F5;
}
.f-srcollOne::-webkit-scrollbar-thumb{
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #CCCCCC;
}
