*{
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;    
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}

.livebroadcast{
  border-radius: 10px;
  position: fixed;
  bottom: -105px;
  width: 88%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 76px;
  /* border-radius: 15px 15px 0px 0px; */
  background-color: rgba(22, 22, 22, 0.5);
  /* display: none; */
  transition: 0.5s all;
}
.livebroadcast .liveleft{
  height: 100%;
  width: 105px;
  color: #fff;
  margin-left: 10px;
}
.livebroadcast .livebtn{
  height: 100%;
  flex: 1;
  padding-right: 12px;
}
.livebroadcast .livelefthead{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(248, 89, 15, 0.65);
  overflow: hidden;
  margin-left: 23px;
  margin-top: -20px;
  margin-bottom: 10.5px;
  float: left;
}
.livebroadcast .livelefthead img{
  margin: 2.4px 0px 0px 2.4px;
  width: 60.5px;
  height: 60.5px;
  border-radius: 50%;
}
.livebroadcast .liveBroker{
  text-align: center;
  width: 65px;
  /* float: left; */
  line-height: 12px;
  margin-left: 24px;
  margin-top: 8px;
}
.livebroadcast .liveBroker h4{
width: 65px;
  font-weight: normal;
  font-size: 12px; 
  margin-bottom: 1.5px;
  letter-spacing:2px;
  /* line-height: 0; */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.livebroadcast .liveBroker p{
  font-size: 9px;
}
.livebroadcast .livebtn{
  display: flex;
}
.livebroadcast .livebtn li{
  flex: 1;
  color: #fff;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}
.livebroadcast .livebtn li:nth-child(1){
  margin-left: -5px;
}
.livebroadcast .livebtn li h4 {
  width: 100%;
  height: 32px;
  margin-bottom: 2px;
  margin-top: 14px;
}
.livebroadcast .livebtn li:nth-child(1) h4{
  background: url("../../public/uiskin/img/conversation@2x.png") no-repeat center center;
  background-size: 23.5px 23px;
}
.livebroadcast .livebtn li:nth-child(2) h4{
  background: url("../../public/uiskin/img/Smartbelt@2x.png") no-repeat center center;
  background-size: 27px 17px;
}
.livebroadcast .livebtn li:nth-child(3) h4{
  background: url("../../public/uiskin/img/VRband@2x.png") no-repeat center center;
  background-size:26px 19px;
}


/* 閫氳瘽 */
.conversationshow{
  width: 80%;
  height: 222px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  border-radius: 14px;
  overflow: hidden;
  display: none;
}
.conversationshowtop{
  height: 174px;
  width: 100%;

  text-align: center;
}
.conversationshowtophead {
height: 118px;
}
.conversationshowtophead img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-top: 39px;
}
.conversationshowtopTips{
  font-size: 13px;
  /*margin-top: -9px;*/
  color: rgba(0,0,0,.7);
}
.conversationshowtopname{
  font-size: 12px;
  margin-top: -8px;
  margin-left: 1px;
  color: rgba(0,0,0,.7);
}

.conversationshowleft{
  width: 50%;
  height: 48px;
  background: #dfdddd;
  float: left;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.conversationshowright{
  width: 50%;
  height: 48px;
  background: #fe9551;
  float: left;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
/* 杩炴帴閫氳瘽 */
.Callconnectionbox{
  display: none;
}
.Callconnection{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  display: flex;
  height: 76px;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 1);

}
.Callconnectionleft{
  height: 100%;
  width: 105px;
  color: #fff;
  margin-left: 10px;
}
.Callconnectionleft .Callconnectionlefthead{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(248, 89, 15, 0.65);
  overflow: hidden;
  margin-left: 23px;
  margin-top: -20px;
  margin-bottom: 10.5px;
  float: left;
}
.Callconnectionleft .Callconnectionlefthead img{
  margin: 2.4px 0px 0px 2.4px;
  width: 60.5px;
  height: 60.5px;
  border-radius: 50%;
}
.CallBroker{
  text-align: center;
  width: 65px;
  /* float: left; */
  line-height: 12px;
  margin-left: 24px;
  margin-top: 8px;
}
.CallBroker  h4{ 
  font-weight: normal;
  font-size: 12px; 
  margin-bottom: 1.5px;
  letter-spacing:2px;
  line-height: 0;
}
.CallBroker p{
  font-size: 9px;
}
.Callconnectionright{
  height: 100%;
  width: calc(100% - 145px);
  float: left;
  display: flex;
}
.Calltxt{
  color: rgba(254, 150, 81, 1);
  font-size: 12px;
  margin-left: 33px;
  line-height: 80px;
  width: 56%;
  float: left;
  flex: 1;
}
.Call{
  float: left;
  width: 42px;
  height: 100%;
  margin-left: 5px;
  margin-top: 15px;
  background: url("../../public/uiskin/img/Hangup.png") no-repeat;
  background-size: 38.5px 38.5px;
  cursor: pointer;
  text-align: center;
}

.Call span{
  font-size: 12px;
  color: #fff;
  margin-left: 6.5px;
  margin-top: 30px;
  float: left;
}
.conversationbox{
  display: none;
}
.conversationsuccess{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  display: flex;
  height: 76px;
  border-radius: 15px;
  background-color: rgba(22, 22, 22, 1);

}
.converleft{
  width: 105px;
  height: 100%;
  position: relative;
  float: left;
  flex: 1;
}
.converleft .converleftthead{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(248, 89, 15, 0.65);
  overflow: hidden;
  margin-left: 33px;
  margin-top: -20px;
  margin-bottom: 4.5px;
  float: left;

}
.converleft .converleftthead img{
  margin: 2.4px 0px 0px 2.4px;
  width: 60.5px;
  height: 60.5px;
  border-radius: 50%;
}
.convercenner{
  flex: 1;
  height: 100%;
  text-align: center;
  line-height: 76px;
  color: #fff;
}
.converright{
  flex: 1;
  height: 100%;
  text-align: center;
  line-height: 76px;
  color: #fff;
}
.convername{
  font-weight: normal;
  font-size: 12px; 
  margin-bottom: 1.5px;
  letter-spacing:2px;
  line-height: 0;
  color: #fff;
  text-align: center;
  width: 65px;
  /* float: left; */
  line-height: 12px;
  margin-left: 34px;
}
.converend{
  width: 84px;
  height: 31px;
  border-radius: 15px;
  background: #fd9550!important;
  border: none;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}




.bottom_explain{
  position: absolute;
  bottom: 15px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 76px;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 0.5);
  display: none;
}
.Controlpause{
  width: 75px;
  height:calc(100% - 25px);
  float: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #d0c1a1;
  margin-top: 12.5px;
}
.Controlpause span{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 30px;
  background: url("../../public/uiskin/img/suspend.png") no-repeat center center;
  background-size: 17.5px 21.5px;
}
.Controlpause h4{
  font-size: 12px;
  color: #fff;
}
.bottom_explain ul{
  width: calc(100% - 86px);
  height: 100%;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  height: 58px;
  overflow: hidden;
  overflow-y: auto;
}
.bottom_explain ul::-webkit-scrollbar {
width: 6px;
}
.bottom_explain ul::-webkit-scrollbar-track{
background-color: #fff;
}
.bottom_explain ul::-webkit-scrollbar-thumb  {
background-color: #c5c5c5;
}

.bottom_explain ul li{
  float: left;
  width: 21%;
  margin: 1.9% 1% 0.9% 2.1%;
  cursor: pointer;
  /* margin-bottom: 5px; */
}
.bottom_explain h5{
  font-size: 11px;
  width: calc(100% - 8px);
  height: 18px;
  background-color: rgba(153, 153, 153, 0);
  border: 1px solid #fff;
  border-radius: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 19px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  color: #fff;    
  padding-left:4px;
  padding-right:4px;
}
.bottom_explain h5 span{
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #eed7aa!important;
  display: block;
  z-index: 1;
}
.bottom_explain h5 p{
  z-index: 2;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.livebroadcast_back{
  width: 22px;
  height: 23px;
  position: absolute;
  right: 8px;
  bottom: 80px;
  background: url("../../public/uiskin/img/Returnkey.png") no-repeat;
  background-size: 20.5px 23px;
}

/* vr甯︾湅 */
.VRbelt{
  width: 80%;
  height: 222px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  border-radius: 14px;
  overflow: hidden;
  display: none;
}
.VRbeltshowtop{
  height: 174px;
  width: 100%;
  text-align: center;
}
.VRbeltshowtopTips{
  margin-top: 3px;
  margin-left: 44px;
  font-size: 13px;
}
.VRbeltshowtopTips span{
  font-size: 11px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
.VRbeltshowtophead img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-top: 39px;
}


.VRbeltshowleft{
  width: 50%;
  height: 48px;
  background: #dfdddd;
  float: left;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.VRbeltshowright{
  width: 50%;
  height: 48px;
  background: #fe9551;
  float: left;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.VRbetxtbox{
  display: none;
}
.VRbetxt{
  position: absolute;
  bottom: 15px;
  width: 88%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 76px;
  border-radius: 10px;
  background-color: rgba(22, 22, 22, 1);
}
.VRbetxtleft{
  height: 100%;
  width: 105px;
  color: #fff;
  margin-left: 10px;
  
}
.VRbetxtleft .VRbetxtlefthead{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(248, 89, 15, 0.65);
  overflow: hidden;
  margin-left: 23px;
  margin-top: -20px;
  margin-bottom: 10.5px;
  float: left;
}
.VRbetxtleft .VRbetxtlefthead img{
  margin: 2.4px 0px 0px 2.4px;
  width: 60.5px;
  height: 60.5px;
  border-radius: 50%;
}
.VRbetxtCallBroker{
  text-align: center;
  width: 65px;
  /* float: left; */
  line-height: 12px;
  margin-left: 24px;
  margin-top: 8px;
}
.VRbetxtCallBroker  h4{ 
  font-weight: normal;
  font-size: 12px; 
  margin-bottom: 1.5px;
  letter-spacing:2px;
  line-height: 0;
}
.VRbetxtCallBroker p{
  font-size: 9px;
}
.VRbetxttionright{
  height: 100%;
  width: calc(100% - 145px);
  float: left;
  display: flex;
}
.VRbetxtCalltxt{
  color: rgba(254, 150, 81, 1);
  font-size: 12px;
  margin-left: 33px;
  line-height: 80px;
  flex: 1;
  float: left;
}
.VRbetxtCall{
 float: left;
  width: 42px;
  height: 100%;
  margin-left: 5px;
  margin-top: 15px;
  background: url("../../public/uiskin/img/Hangup.png") no-repeat;
  background-size: 38.5px 38.5px;
  cursor: pointer;
  text-align: center;
}

.VRbetxtCall span{
  font-size: 12px;
  color: #fff;
  margin-left: 6.5px;
  margin-top: 30px;
  float: left;
}


.return_wrapbtn{
  width: 22px;
  height: 23px;
  position: absolute;
  right: 8px;
  bottom: 80px;
  background: url(../../public/uiskin/img/Returnkey.png) no-repeat;
  background-size: 20.5px 23px;
  cursor: pointer;
}

/* 娑堟伅鎻愮ず寮圭獥 */
.Messagepopup{
display: none;
  width: 80%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  border-radius: 14px;
  overflow: hidden;;
}
.Messagepopuptisp{
  height: 129px;
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.Messagepopuptisp .Messagepopuptispimg{
  background: url("../../public/uiskin/img/newstisp.png") center no-repeat;
  background-size: 45px 45px;
  width: 100%;
  padding-top: 20px;
  height: 25px;
  margin-bottom: 15px;
}
.Messagepopuptisp p{
  font-size: 14px;
  color: #000000;
  padding-left: 4px;
  font-weight: 750;
}
.Messagepopupbottom{
  text-align: center;
  line-height: 48px;
  height: 48px;
  font-size: 12px;
  cursor: pointer;
  background: #fe9651;
  padding-left: 5px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
.bottom_explain ul{
  height: 65px;
}
  .conversationsuccess{
      width: 428px!important;
      left: 50%;
      transform: translateX(-50%);
  }
  .livebroadcast{

      width: 428px!important;
      left: 50%;
      transform: translateX(-50%);
  }
  .VRbetxt{
      width: 428px!important;
      left: 50%;
      transform: translateX(-50%);
  }
  .conversationshow{
      width: 328px!important;
  }
  .VRbelt{
      width: 328px!important;
  }
  .Callconnection{
      width: 428px!important;
      transform: translateX(-50%);
      left: 50%;
  }
  .bottom_explain{
      width: 428px!important;
      left: 50%;
      bottom: 20px!important;
      transform: translateX(-50%);
  }
  .bottom_explain ul {
      width: calc(100% - 107px)!important;
      margin-left: 17.5px!important;
      margin-top: 5px!important;
  }
.Messagepopup{
    display: none;
        width: 328px;
        height: 200px;
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        left: 50%;
        top: 45%;
        transform: translate(-50%,-50%);
        border-radius: 14px;
        overflow: hidden;;
    }
} 

.Controlpauseshow{
  animation: myfirst 1.5s linear infinite;
}
@keyframes myfirst
{
  
  50% { opacity: 0; }
}

@media screen and (min-width: 600px) {
  .Soundoperation{
      margin-left: 10%!important;
  }
  .converend{
      margin-left: 25px!important;
  }
}
.converend{
  float: left;
   width: 42px;
   height: 100%;
   margin-left: 10px;
   margin-top: 15px;
   background: url("../../public/uiskin/img/Hangup.png") no-repeat!important;
   background-size: 38.5px 38.5px!important;
   cursor: pointer;
   text-align: center;
   line-height: 22px!important;
}
.converend span{
  font-size: 12px;
  color: #fff;
  margin-left: 6.5px;
  margin-top: 30px;
  float: left;
  
}
.Soundoperation{
  background: url("../../public/uiskin/img/liaison.png") no-repeat 5px 5px;
  background-size: 25px 22px;
  cursor: pointer;
  float: left;
  width: 42px;
  height: 100%;
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
  margin-left: 5%;
}

.Soundoperation span{
  font-size: 12px;
  color: #fff;
  margin-left: 6.5px;
  margin-top: 30px;
  float: left;
  line-height: 22px;
}



@media screen and (max-width: 600px) {
  .live-Number{
      right:6px!important;
      top: 9px!important;
      width: 85px!important;
      background-position: 16px center!important;
  }
  .live-Number span{
      margin-right: 17px!important;
  }
  
}

.live-Number{
  position: absolute;
  right:10px;
  top: 10px;
  background: rgba(20, 20, 20, 0.5);
  background-image: url("../../public/uiskin/img/people.png");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: 18px center;
  width: 90px;
  height: 30px;
  border-radius: 45px;
  z-index: 9;

}
.live-Number span{
  float: right;
  color: #fff;
  line-height: 31px;
  font-size: 12px;
  margin-right: 18px;
}

/* 甯︾湅鎻愮ず */
.takealooktips{
  width: 225px;
  height:300px;
  position: fixed;
  left: 50%;
  top: 38%;
  transform: translate(-50%,-50%);
  display: none;
}
.takealooktips .top{
  width: 100%;
  background: rgba(255,255,255, 0.6) ;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.takealooktips .top h4{
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #000000;
}
.takealooktips .top img{
  width: 100%;
  height: 220px;
}
.looktipsclose{
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../public/uiskin/img/iosplayclose.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
/* ios鎾斁瑙嗛 */
.iosplay{
  width: 190px;
  height:205px;
  position: fixed;
  left: 50%;
  top: 38%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255, 0.6) ;
  border-radius: 10px;
  text-align: center;
  display: none;
}
.iosplay img{
  width: 130px;
 margin-top: 20px;
}
.iosplay h4{
  font-size: 15px;
}
.iosplayclose{
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../public/uiskin/img/iosplayclose.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}


.conversation_bl {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 15px;
  z-index: -1;
}

.conversation_waves {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  transform: none;
}

.conversation_parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.conversation_parallax>use:nth-child(1) {
  animation-delay: -4s;
  animation-duration: 3s;

}

.conversation_parallax>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 6s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media screen and (max-width: 600px) {
  .iosplay{
      width: 50%;
  }
  .iosplay img{
      margin-bottom: 5px;
  }
  .takealooktips{
      width: 62%;
      top: 41%;
  }
}

.intelligencescrolling {
  position: relative;
  width: fit-content;
  animation: move1 10.5s linear infinite;
  padding-left: 0px;
}

.intelligencescrolling::after {
  position: absolute;
  right: -130%;
  content: attr(text);
}

@keyframes move1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-130%);
  }
}