@charset "utf-8";
*{ 
  margin:0; 
  padding:0;
}
li{ list-style:none; }
a{ text-decoration:none; }
select,input{ 
  width: 100%;
  display: block;
  vertical-align:top;
  border:0;
  outline: none; 
  -webkit-appearance:none; 
  appearance:none; 
  -moz-appearance:none; 
  -ms-appearance:none;
  background: none;
}
img{
  display: block;
  border:0; 
  width:100%;
  vertical-align:top; 
  pointer-events: none; 
  user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
}
.fl{ float:left; }
.fr{ float:right; }
.clearFix:after{ content:''; display:block; clear:both; }
html{
        font-size:100px;
        width:100%;
        background:#fff;
    }
body{
        width:100%; 
        -webkit-tap-highlight-color:rgba(255,255,255,0);
        position:relative; top:0; left:0;
        background:#fff;
        user-select: none; 
        -moz-user-select: none; 
        -webkit-user-select: none; 
        -ms-user-select: none;
        font-family: '微软雅黑';
    }
.transition{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.header{
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 583px;
  }
  .wrapper{
    width: 1024px;
    margin:0 auto;
  }
  .video_player{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 2;
    visibility: hidden;
  }
  .video_box.active{
    visibility: visible;
  }
  .video_close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .waiting{
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .play_btnimg{
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .back_text{
    font-size: 30px;
    text-align: center;
    color: #666;
    background: #fff;
    padding: 0 20px;
  }
  .logo_left{
    width: 114px;
    position: absolute;
    top: 32px;
    left: 39px;
  }
  .logo_right{
    width: 93px;
    position: absolute;
    top: 33px;
    right: 41px;
  }
  .liveLink{
    padding: 20px 0 20px 30px;
  }
  .live_img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 2.0rem;
  }
  .live_img .fl{
    width: 22%;
  }
  .livelogos{
    width: 195px;
    height: 108px;
    text-align: center;
  }

    .livelogos img{
      width: 75%;
      margin: 0 auto;
      height: auto;
      margin-top: 7px;
    }
    .livelogos-big{
      width: 975px;
      height: 108px;
      overflow: hidden;
    }

.activity{
  border-top: 1px solid #dedede;
  width: 100%;
  }
  .activity_nav{
    width: 450px;
    margin:0 auto;
  }
  .activity_nav li{
    float: left;
    width: 200px;
    font-size: 29px;
    text-align: center;
    height: 80px;
    line-height: 80px;
  }
  .activity_nav span{
    border-bottom: 3px solid #fff;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
  }
  .activity_nav li.active span{
    border-bottom: 3px solid #128dea;
  }


.content{
  width: 100%;
  height: 580px;
  }
  .connet_main{
    display: none;
    height: 580px;
  }
  .connet_main.active {
    display: block;
  }
  .chatBox{
    background: #eee;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .chatmessage{
    min-height: 100%;
  }
  .enterArea{
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .chatContent{
    height: 100%;
  }
  .chat_time{
    font-size: 20px;
    text-align: center;
    color: #8f8f8f;
    line-height: 60px;
  }
  .chatDetail{
    margin-bottom: 35px;
  }
  .user_headImg{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 28px 0 20px;
  }
  .user_message{
    max-width: 460px;
    padding: 15px 30px 15px 15px;
    background: #fff;
    border-radius: 10px;
  }
  .user_nickname{
    font-size: 26px;
    color: #afafaf;
  }
  .myself .user_headImg{
    margin:0 20px 0 28px;
  }
  .myself .user_message{
    background: #128dea;
  }
  .myself .message_text{
    color: #fff;
  }
  .myself .user_nickname{
    color: #eee;
  }
  .message_text{
    font-size: 30px;
    color: #525252;
    word-break: break-word;
  }
  .message_text img{
    display: inline-block;
    width: 1em;
    vertical-align: middle;
  }
.introduce{
  height: 790px;
  background: url(../images/intro_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 23px;
  color: #fff;
  line-height: 41px;
  padding:0 100px;
  overflow: scroll;
  
  }
  .introduce_text{
    /* position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); */
    text-align: center;
  }
  .introduce p,.noticeBox p{
    margin-bottom: 10px;
  }
.noticeBox{
  height: 790px;
  background: url(../images/intro_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 23px;
  color: #fff;
  padding:0 100px;
  }
  .notice_text{
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
.waitLoad{
    position: absolute;
    bottom: 1.2rem;
    width: 0.6rem;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    display: none;
  }
  .waitLoad img{
    animation:circle 1s linear infinite;
    -webkit-animation:circle 1s linear infinite;
  }
  @keyframes circle
  {
      0%{
          -webkit-transform:rotate(0);
          transform:rotate(0);
      }
     100%{
          -webkit-transform:rotate(360deg);
          transform:rotate(360deg);
      }
  }
  @-webkit-keyframes circle
  {
      0%{
          -webkit-transform:rotate(0);
          transform:rotate(0);
      }
     100%{
          -webkit-transform:rotate(360deg);
          transform:rotate(360deg);
      }
  }
.codePage{
  width: 320px;
  height: 320px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  display: none;
  }
  .erweima{
    width: 200px;
    height: 200px;
    margin:40px auto 20px;
  }
  .codePage p{
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  .close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    cursor: pointer;
  }

  .vcp-player{
    margin: 0 auto!important;
  }
  .vcp-error-tips{
    height: auto!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    font-size: 30px!important;
    text-align: center!important;
    color: #666!important;
    background: #fff!important;
    padding: 0 20px!important;
    width: auto!important;
    margin-top: 0!important;
  }
.live_img_title{
  font-size: 22px;
  font-weight: 800;
  height: 0.333rem;
}


