@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%;
        height: 100%;
        overflow: hidden;
        background:#fff;
    }
body{
        width:100%; 
        height: 100%;
        overflow: hidden;
        -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: 4.22rem;
  }
  .video_player{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .video_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    visibility: hidden;
  }
  .video_box.active{
    visibility: visible;
  }
  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: 1.28rem;
    height: 1.28rem;
    margin: 0 auto;
  }
  .back_text{
    font-size: .3rem;
    text-align: center;
    color: #666;
    background: #fff;
    padding: 0 0.2rem;
  }
  .close{
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
  }
  .waiting{
    text-align: center;
    font-size: .4rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .logo_left{
    width: 1.58rem;
    position: absolute;
    top: .2rem;
    left: .28rem;
  }
  .logo_right{
    width: 1.32rem;
    position: absolute;
    top: .21rem;
    right: .23rem;
  }
  .liveLink{
    padding: .2rem;
  }
  .livelogos{
    width: 1.4rem;
    height: 0.77rem;
  }
  .livelogos img{
      width: 85%;
      margin: 0 auto;
      height: auto;
      margin-top: 0.07rem;
    }
.activity{
  border-top: 1px solid #dedede;
  width: 100%;
  }
  .activity_nav{
    width: 6rem;
    margin:0 auto;
  }
  .activity_nav li{
    float: left;
    width: 2rem;
    font-size: .29rem;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
  }
  .activity_nav span{
    border-bottom: 0.03rem solid #fff;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
  }
  .activity_nav li.active span{
    border-bottom: 0.03rem solid #128dea;
  }


.content{
  width: 100%;
  }
  .connet_main{
    display: none;
  }
  .connet_main.active {
    display: block;
  }
  .chatBox{
    background: #eee;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .enterArea{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .emojiSwiper .swiper-slide span{
    width: .5rem;
    height: .5rem;
    float: left;
    margin: 0.25rem;
  }
  .emoji{
    width: .5rem;
    height: .5rem;
    display: inline-block;
  }
  .emojiSwiper{
    width: 7.1rem;
    height: 0;
    padding:0 0.2rem;
    margin: auto 0;
    background: #ececec;
    text-align: center;
  }
  .emojiSwiper.active{
    height: 3.3rem;
  }
  .swiper-pagination{
    overflow: hidden;
    height: 0.2rem;
  }
  .emojiSwiper .swiper-pagination .swiper-pagination-bullet{
    vertical-align: top;
    margin: 0 0.1rem;
    outline: none;
  }
  .inputbox{
    padding-bottom: 0.25rem;
    margin-top: 0.18rem;
  }
  .chatmessage{
    min-height: 100%;
  }
  .enterInput{
    font-size: .3rem;
    width: 5.65rem; 
    border: 1px solid #a6a6a6;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
    margin-left: .15rem;
    line-height: .66rem;
    height: .66rem;
  }
  .enterInput.active{
    width: 4.5rem; 
  }
  .iconsBtn{
    width: .7rem;
    height: .7rem;
    margin: 0 .17rem;
  }
  .sendMsg{
    display: none;
    width: 1rem;
    height: .7rem;
    font-size: .26rem;
    color: #ccc;
    background: #eee;
    border-radius: 0.1rem;
    line-height: .7rem;
    text-align: center;
  }
  .sendMsg.active{
    color: #fff;
    background: #128dea;
  }
  .chatContent{
    height: calc(100% - 1rem);
  }
  .chat_time{
    font-size: .2rem;
    text-align: center;
    color: #8f8f8f;
    line-height: .6rem;
  }
  .chatDetail{
    margin-bottom: 0.35rem;
  }
  .user_headImg{
    width: .74rem;
    height: .74rem;
    border-radius: 50%;
    overflow: hidden;
    margin:0 0.28rem 0 0.2rem;
  }
  .user_message{
    max-width: 4.6rem;
    padding: 0.15rem 0.3rem 0.15rem 0.15rem;
    background: #fff;
    border-radius: 0.1rem;
  }
  .user_nickname{
    font-size: .26rem;
    color: #afafaf;
  }
  .myself .user_headImg{
    margin:0 0.2rem 0 0.28rem;
  }
  .myself .user_message{
    background: #128dea;
  }
  .myself .message_text{
    color: #fff;
  }
  .myself .user_nickname{
    color: #eee;
  }
  .message_text{
    font-size: .3rem;
    color: #525252;
    word-break: break-word;
  }
  .message_text img{
    display: inline-block;
    width: 1em;
    vertical-align: middle;
  }
  .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);
      }
  }
.introduce{
  height: 100%;
  background: url(../images/intro_bg.jpg) no-repeat;
  background-size: cover;
  font-size: .23rem;
  color: #fff;
  line-height: .41rem;
  padding:0 1rem;
  }
  .introduce_text{
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .introduce p,.noticeBox p{
    margin-bottom: .5rem;
  }
.noticeBox{
  height: 100%;
  background: url(../images/intro_bg.jpg) no-repeat;
  background-size: cover;
  font-size: .23rem;
  color: #fff;
  padding:0 .7rem;
  }
  .notice_text{
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
.msgSend_notice{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: .2rem;
  color: #fff;
  text-align: center;
  line-height: .4rem;
  width: 2rem;
  height: 2rem;
  background: rgba(0,0,0,.5);
  border-radius: 0.1rem;
  z-index: 9;
  }
  .msgSend_notice img{
    width: 0.6rem;
    margin: 0.5rem auto 0.2rem;
    animation:circle 1s linear infinite;
    -webkit-animation:circle 1s linear infinite;
  }
    .vcp-player{
    margin: 0 auto!important;
  }
.vcp-error-tips{
    font-size: .3rem!important;
    text-align: center!important;
    color: #666!important;
    background: #fff!important;
    padding: 0 0.2rem!important;
    height: auto!important;
    width: auto!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    margin-top: 0!important;
}
}




