@charset "UTF-8";

::-webkit-scrollbar {
  display: none;
}

html, body {
  color: #333;
  width: 100%;
  /* max-width: 640px; */
  margin: 0 auto;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

/*ҳ����ض���?*/
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

#andbook_room_block_dialog img{
	
	max-width:90%;
	margin:auto;
}


.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.sk-wave {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -25px;
  margin-top: -20px;
}

.sk-wave .sk-rect {
  background-color: #fff;
}

.pubilc-load {
  height: 7rem;
  width: 100%;
  padding: .3rem 0;
}

.pubilc-loading>div {
  width: 10rem;
  margin: 0 auto;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  padding: .14rem;
  color: #888;
  text-align: left
}

.pubilc-loading .loading {
  text-align: left;
  padding-left: 5rem;
  position: relative
}

.pubilc-loading .loading:after {
  content: " ";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  left: 2rem;
  top: .5rem;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAt9JREFUeNrEV01rFEEQ3RlX4o4fiLp+EDWSGEVEb3r1kj0Jeor4F7wJQvQfBP0D4j/IxYtHFw+eIsSDGESIRqOiZNeoibrZjZPsWCWvsah0z/TMrljwYLpnuqu6u+r1myBJkpKv1Wo187iDcIdwCe0HhAnCT27U63XvOculYjZFuCja1wiDhMt5JwrMDojVZdkZwnPHu7OEWZ9JzC6FKd9UCNst/YMpY2zvThCG8xwBOx4lRGi3Ca8JLbRn0VdR47jvmXI8SRhCm+e4SXgnB+kdCJRzGZD59iPhhiXw64RFPA8QbgvnbMfRF6btQKScG9uGzP+O9l2sVlbBtMqFI5Z5OIiThJeuANJyQr+bVk4LzaMD4DruYMXSfhF++NQ4qol3p0nYr15/kKu3Rco1+Yqwppxz30aO8ubxtxCEsU9Iwm5WFbRQ5xGSspXTuTGe4wrhFCEmzBFWN5Whg4A2zJb3aHykM2m0XlbltgU5sK4Zy9f092qBTGxVcEbDBMBORwh78FEXZNEo9dcuEMYJW9F+QbjHSXhUODeJeYyws4/Oeb6rwjnbaQ6Ine2zXVIqqF7tnIMbzoel/2wcwGdLP/PBlz76mdH1D3sSgp2+ik7+cMGomz7ZAkRMLPo4Ce+XUfNzKMMyyjD+B7v9mPCUcAgc09A80M7QgV68kKGsWtAFf5nQTKgGhtiRAPTZLbhqLru9Iqc2EZztLoggoQbQ5uOYF4rI1w4QxoSs421/qJPbpoikc7OKkYw73ib1xpSmZGKrwYfzNqwo5zKIP4rIUz0fdAjaXbgLmr3+F5ij2o3nZdtV67BUPdB2KKI1xQtVaL5ArPg9YQntRZy5vk++ZeVAgoTriD5+fisi56APq7MMEJBZEGf7I6UpltGXZCmiDljKqONVy9aHDlqPhHJugv2qCH4p77+h60zTWDK27GjT698w59/xKDJa2ophuTwqquh1PI9bNAb4+U2RiX4LMAAh8b0jDJHrHAAAAABJRU5ErkJggg==) no-repeat 0 0;
  background-size: 100%;
}

@keyframes rotate {
  0% {
      transform: rotate(0)
  }

  50% {
      transform: rotate(-180deg)
  }

  100% {
      transform: rotate(-360deg)
  }
}

.pubilc-loading .noloading {
  width: 5.5rem;
  text-align: center
}

div.dimmer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1100;
  opacity: 0;
  display: none;
}

div.dimmer.dimmer-active {
  opacity: 1;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background: grey;
}

.user-prefer-orange .tabbar-item.active {
  color: #FF7043 !important;
}

.user-prefer-orange #indicator {
  background-color: #FF7043 !important;
}

.user-prefer-orange .tabbar-item.follow {
  background-color: #FF7043 !important;
  border-color: #FF7043 !important;
}

.user-prefer-orange .input-bar .send-btn {
  background-color: #FF7043 !important;
}

.user-prefer-orange.switch-tabs {
  border: 1px solid #FF7043 !important;
}

.user-prefer-orange.switch-tabs li {
  color: #FF7043 !important;
}

.user-prefer-orange.switch-tabs li.active {
  color: #fff !important;
  background-color: #FF7043 !important;
}

.user-prefer-red .tabbar-item.active {
  color: #FF5151 !important;
}

.user-prefer-red #indicator {
  background-color: #FF5151 !important;
}

.user-prefer-red .tabbar-item.follow {
  background-color: #FF5151 !important;
  border-color: #FF5151 !important;
}

.user-prefer-red .input-bar .send-btn {
  background-color: #FF5151 !important;
}

.user-prefer-red.switch-tabs {
  border: 1px solid #FF5151 !important;
}

.user-prefer-red.switch-tabs li {
  color: #FF5151 !important;
}

.user-prefer-red.switch-tabs li.active {
  color: #fff !important;
  background-color: #FF5151 !important;
}

.user-prefer-green .tabbar-item.active {
  color: #00C853 !important;
}

.user-prefer-green #indicator {
  background-color: #00C853 !important;
}

.user-prefer-green .tabbar-item.follow {
  background-color: #00C853 !important;
  border-color: #00C853 !important;
}

.user-prefer-green .input-bar .send-btn {
  background-color: #00C853 !important;
}

.user-prefer-green.switch-tabs {
  border: 1px solid #00C853 !important;
}

.user-prefer-green.switch-tabs li {
  color: #00C853 !important;
}

.user-prefer-green.switch-tabs li.active {
  color: #fff !important;
  background-color: #00C853 !important;
}

.user-prefer-blue .tabbar-item.active {
  color: #00A8F4 !important;
}

.user-prefer-blue #indicator {
  background-color: #00A8F4 !important;
}

.user-prefer-blue .tabbar-item.follow {
  background-color: #00A8F4 !important;
  border-color: #00A8F4 !important;
}

.user-prefer-blue .input-bar .send-btn {
  background-color: #00A8F4 !important;
}

.user-prefer-blue.switch-tabs {
  border: 1px solid #00A8F4  !important;
}

.user-prefer-blue.switch-tabs li {
  color: #00A8F4  !important;
}

.user-prefer-blue.switch-tabs li.active {
  color: #fff !important;
  background-color: #00A8F4 !important;
}

.user-prefer-skyBlue.switch-tabs li.active{
  color: #fff !important;
    background-color: #00ACC1 !important;
}

.user-prefer-skyBlue.switch-tabs{
  border: 1px solid #00ACC1 !important;
}

.user-prefer-skyBlue .tabbar-item.active {
  color: #00ACC1 !important;
}

.user-prefer-skyBlue #indicator {
  background-color: #00ACC1 !important;
}

.user-prefer-skyBlue .tabbar-item.follow {
  background-color: #00ACC1 !important;
  border-color: #00ACC1 !important;
}

.user-prefer-skyBlue .input-bar .send-btn {
  background-color: #00ACC1 !important;
}

.user-prefer-skyBlue.switch-tab {
  border: 1px solid #00ACC1  !important;
}

.user-prefer-skyBlue.switch-tab li {
  color: #00ACC1  !important;
}

.user-prefer-skyBlue.switch-tab li.active {
  color: #fff !important;
  background-color: #00ACC1 !important;
}

.fixed-box{
  position: sticky;top: 0;width: 100%;z-index: 20;
}

/* 消息置顶 */
.fixed-box .msgSettop_box{
  width:100%;
  white-space:nowrap;
  height:2.5rem;
  line-height:2.5rem;
  color:white;
}
.msgSettop_box{
  background:rgba(0, 0, 0, 0.6);
}

.msgSettop_box .msgTopAvatar{
  width:2rem;
  height:2rem;
  border-radius:25%;
  position:relative;
  top:50%;
  margin:0rem 1rem;
  margin-top: -1rem;
  float:left;
}

.msgSettop_box .msgTopName{
  float:left;
  margin:0px 5px;
  width:30%;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.msgSettop_box .clearSetTop{
  height:100%;
  font-size:2rem;
  width:2.5rem;
  height:2.5rem;
  text-align:center;
  line-height: 2.5rem;
  float:right;
}

.msgTopMessage img{
  max-height:2.5rem;
}

.comment-list .comment-bubble .comment-user-name .flag.msgsetTop{
  background: red;
}

/* 赞助商样式 */
.sponsor-box{
  display: flex;width: 100%;height: 7rem;background:#FFF; justify-content: flex-start;align-items: center;
}
.sponsor-box .sponsor-image-box{
  width: 20%;height: 100%;display: flex;align-items: center;justify-content: space-around;
}
.sponsor-box .sponsor-image-box img{
  height: 80%;border-radius: 50%;
}
.sponsor-box .sponsor-content-box{
  height: 100%;display: flex;flex-direction: column;justify-content: space-evenly;
}

.warpper {
  width: 100%;
  visibility: hidden;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 270px;
  background-color: #fff;
}

.promote {
  height: 2.5rem;
  z-index: 1000000;
  width: 100%;
}

.promote marquee {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  background-color: black;
  color: #b4b4b4;
}

.banner {
  width: 100%;
  background-color: tomato;
  z-index: 99;
}

.banner img {
  width: 100%;
  overflow: hidden;
}

.banner2 {
  width: 100%;
  background-color: tomato;
  z-index: 99;
}

.banner2 img {
  width: 100%;
  overflow: hidden;
}

.tabbar {
  width: 100%;
  display: block;
  position: relative;
}

.tabbar ul {
  position: relative;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
}

.tabbar .tabbar-item{
  flex:1;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  float: left;
  background-color: #fff;
  border-bottom: 0.01rem solid #eee;
}

.tabbar .tabbar-item a{
  color: #666;
}

.tabbar .tabbar-item.follow {
  color: #fff;
}

.tabbar #indicator {
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-content .main-content-detail {
  height: auto;
}

.main-content .hudong {
  min-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #eee;
  position: relative;
}

.main-content .hudong .comment-list {
  width: 100%;
  padding-bottom: 5rem;
}

.main-content .hudong .comment-list .comment-bubble {
  display: block;
  padding: 0.4rem 1rem 0.4rem 5.7rem;
  position: relative;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-head {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 0.5rem;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-head img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name {
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #999;
  margin-bottom: .6rem;
  text-align: left;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name span {
  display: inline-block;
  color: #555;
  padding: 0 .5rem 0 0;
  font-weight: 400;
  max-width: 12rem;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.5rem;
}


.main-content .hudong .comment-list .comment-bubble .comment-user-name .admin-control {
  display: inline-block;
  position: relative;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .admin-control ul {
  width: 12rem;
  background-color: #fff;
  position: absolute;
  z-index: 300;
  left: .4rem;
  border: 1px solid #eee;
  border-radius: .4rem;
  display: none;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .admin-control li {
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.8rem;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .admin-control li+li {
  border-top: 1px solid #eee;
}


.main-content .hudong .comment-list .comment-bubble .comment-user-name span:last-of-type {
  margin-right: .5rem;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag {
  color: #fff;
  padding: 0 .4rem;
  border-radius: 3px;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.admin {
  background-color: #00b4e6;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.control {
  background-color: mediumpurple;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.delete {
  background-color: #d2a5a2;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.ban {
  background-color: #d2a5a2;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.approved {
  background-color: #d2a5a2;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.no-approved {
  background-color: #d2a5a2;
}

.main-content .hudong .comment-list .comment-bubble .comment-user-name .flag.unapproved {
  background-color: #d2a5a2;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail {
  position: relative;
  float: left;
  max-width: 80%;
  min-width: 5rem;
  min-height: 3.5rem;
  padding: .5rem;
  margin: 0 4rem 0 0;
  background: #fff;
  border-radius: 6px;
  line-height: 2.4rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.main-content .hudong .comment-list .comment-bubble .comment-detail p {
  padding: 0 .5rem;
  color: #999;
  font-size: 1.5rem;
  word-break: break-all;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail p:last-child {
  color: #333;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail p img {
  max-width: 100%;
  max-height: 12rem;
}

.main-content .hudong .comment-list .comment-bubble .gift_send {
  display: inline-block;
  color: #ff3600;
}

.main-content .hudong .comment-list .comment-bubble .little-gift-packet {
  width: 3.2rem;
  height: 2.9rem;
  display: inline-block;
  background: url(../images/marry-live-02.png) no-repeat 0rem -14.2rem;
  background-size: 50rem;
  vertical-align: middle;
  margin-right: 2px;
}

.main-content .hudong .comment-list .comment-bubble .gift_send img {
  max-width: 100%;
  max-height: 12rem;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail.redPacketDetail {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail.redPacketDetail .lRedPacketSendTip {
  clear: both;
  border: 1px solid #D59154;
  height: 80px;
  width: 200px;
  margin: 0;
  background: url(../images/redPacketIcon.png) 15px center no-repeat #F89F39;
  background-size: 40px;
  border-radius: 3px;
  padding-left: 65px;
  padding-top: 10px;
  cursor: pointer;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail.redPacketDetail .lRedPacketSendTip p {
  width: 120px;
  height: 30px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-content .hudong .comment-list .comment-bubble .comment-detail.redPacketDetail .lRedPacketSendTip .tipRedMessage {
  font-size: 14px;
  line-height: 30px;
}

.main-content .hudong .comment-list .hongbaocenter {
  text-align: center;
  margin-top: .5rem;
}

.main-content .hudong .comment-list .hongbaocenter .lRedPacketReceiveTip {
  display: inline-block;
  /*background: url(../images/redPacketIcon.png) 10px 5px no-repeat rgba(0, 0, 0, 0.2);*/
  background: 10px 5px no-repeat rgba(0, 0, 0, 0.2);
  background-size: 15px;
  border: 1px solid;
  /*padding: 2px 10px 0 35px;*/
  padding: 2px 20px 0 20px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 26px;
}

.main-content .hudong .comment-list .hongbaocenter .lRedPacketReceiveTip .reMoney {
  color: #DE6258;
  margin-left: 5px;
  padding: .8rem 0;
}

.main-content .hudong .comment-list .hongbaocenter .lRedPacketReceiveTip .reName {
  color: #DE6258;
  margin: 0 0.4rem;
  padding: .8rem 0;
  font-weight: 600;
  font-size: larger;
}

.main-content .hudong .comment-list .news-alert-red-packet {
  font-size: 1.3rem;
  text-align: center;
  padding: .8rem 0;
}

.main-content .hudong .comment-list .news-alert-red-packet span {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 0.3rem 0.8rem;
}

/* .main-content .main-content-detail:nth-of-type(2) .comment-list .news-alert-red-packet .little-red-packet {
  width: 1.7rem;
  height: 1.9rem;
  display: inline-block;
  background: url(../images/tips.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}

.main-content .main-content-detail:nth-of-type(3) {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}

.main-content .main-content-detail:nth-of-type(3) {
  font-size: 1.4rem;
  text-align: center;
  padding: 0 .8rem;
  padding-top: .8rem;
  background-color: #fff;
  overflow:scroll;
}

.main-content .main-content-detail:nth-of-type(4) {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
} */

.qlTimerShow{
  background-color:#fff;
  margin:1rem;
  padding:1rem 0rem;
  text-align: center;
}

.qlTimerShow .topic-topicname{
  text-align: center;
  padding: 0 1rem;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.3rem;
  border-bottom: dashed 1px #d0d0d0;
}

.qlTimerShow img{
  width:50%;
  margin:0.5rem;
}

.ql_start_box .ql_timer{
  text-align: center;
  display:block;
  margin:0 3rem;
  border-top:dashed 1px #d0d0d0;
}

.ql_timer span{
  height:2.5rem;
  line-height: 2.5rem;
  color:#999;
  font-size: 1.2rem;
  margin-top: 1rem;
  display: block;
  float: left;
}

.ql_timer span:before{
  content: '';
  display: inline-block;
  width:2rem;
  height:2rem;
  background:url(../img/live_logonew.png?ver=1.0) no-repeat;
  background-size:75rem;
  background-position: -10rem -2rem;
  vertical-align:top;
  margin-top:0.3rem;
  font-size: 1.6rem;
  margin:0.2rem 0.2rem 0 0;
}

.ql_timer dl{
  display: block;
  padding:0.3rem 0.6rem;
  border-radius:0.5rem;
  background-color:#f1faff;
  width:22rem;
  white-space:nowrap;
  list-style: none;
  margin:auto;
  clear:both;
}

.ql_timer dl dd{
  display: inline-block;
  width:5rem;
  height:3rem;
  line-height: 3.5rem;
  font-size:1.2rem;
  background-color:#f1faff;
  color:#00acff;
  border-radius:0.2rem;
  margin:0;
  padding:0;
  text-align: center;
  min-width:5rem;
}

.ql_timer dl dd var{
  color:#00acff;
  font-size: 2rem;
  font-style:normal;
}

/* ??????? start */
.live-detail-head {
  width: 100%;
  padding: .8rem;
}

.live-detail-head dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.live-detail-head dl dt img {
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
}

.live-detail-head dl dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: .6rem;
}

.live-detail-head dl dd .left-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.live-detail-head dl dd .live-detail-title {
  line-height: 3.5rem;
  font-size: 1.6rem;
  color: #333;
}

.live-detail-head dl dd .live-detail-info {
  line-height: 1.4;
  font-size: 1.4rem;
  color: #999;
}

.live-detail-head dl dd .right-content {
  vertical-align: middle;
  text-align: center;
}

.live-detail-head dl dd .right-arrow {
  display: inline-block;
  border-width: 1px 1px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.live-detail-content {
  padding: .8rem;
  font-size: 1.4rem;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
}

.live-detail-content h2 {
  line-height: 3.5rem;
  font-size: 1.6rem;
  color: #333;
  margin: 0;
}

.live-detail-content div {
  padding: .8rem;
  text-align: left;
}

/* ??????? end */

/* ???��? start */
.switch-tabs {
  border-radius: .5rem;
  max-width: 80%;
  margin: 2rem auto 1rem;
  background-color: #fff;
}

.switch-tabs ul {
  width: 100%;
  overflow: hidden;
}

.switch-tabs ul li {
  float: left;
  width: 50%;
  text-align: center;
  color: #01b3e9;
  font-size: 1.4rem;
  padding: 3% 0;
}

.ranking-list .swiper-slide {
  min-height: 500px;
}

.ranking-list li {
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
  border-bottom: 1px solid #f0f0f0;
}

.ranking-list li .ranking-num {
  margin-right: 5%;
  width: 3rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Microsoft YaHei",Arial;
}

.ranking-list li .ranking-num img {
  width: 2.5rem;
}

.ranking-list li .ranking-head img {
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  vertical-align: middle;
}

.ranking-list li .ranking-name {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.user-prefer-blue li .ranking-money {
  float: right;
  color: #00A8F4;
  font-size: 1.4rem;
}

.user-prefer-green li .ranking-money {
  float: right;
  color: #00C853;
  font-size: 1.4rem;
}

.user-prefer-orange li .ranking-money {
  float: right;
  color: #FF7043;
  font-size: 1.4rem;
}

.user-prefer-red li .ranking-money {
  float: right;
  color: #FF5151;
  font-size: 1.4rem;
}

.user-prefer-skyBlue li .ranking-money {
  float: right;
  color: #00ACC1;
  font-size: 1.4rem;
}

/* ???��? end */

.right-tool-bar {
  width: 3.8rem;
  height: 19rem;
  position: absolute;
  right: 2%;
  top: 12%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-tool-bar .tool-bar-item {
  width: 3rem;
  height: 3rem;
  background-size: cover;
}

.right-tool-bar .invite {
  background: url(../images/zhibo_info_invite.png) no-repeat;
  background-size: contain;
}

.right-tool-bar .tips {
  margin-top: .4rem;
  background: url(../images/zhibo_info__tips.png) no-repeat;
  background-size: contain;
}

.right-tool-bar .like {
  margin-top: .4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-tool-bar .like .like-icon {
  background: url(../images/zhibo_info_zan.png) no-repeat;
  background-size: contain;
}

.right-tool-bar .like .like-count {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  border-radius: .7rem;
  background: grey;
  padding: 0 .4rem;
  white-space: nowrap;
  margin-top: .4rem;
}

.right-tool-bar .like .like-view {
  width: 2rem;
  height: 20rem;
  bottom: 2rem;
  left: -2rem;
  z-index: 0;
  position: absolute;
}

.right-tool-bar .like .like-view img {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 10px;
  left: 50%;
  margin-left: -5px
}

@-webkit-keyframes redPacketShift {
  from {
    right: 8px;
  }
  to {
    right: -4px;
  }
}

@keyframes redPacketShift {
  from {
    right: 8px;
  }
  to {
    right: -4px;
  }
}

.new-red-Packet-notice {
  width: 50px;
  height: 50px;
  right: 8px;
  padding-bottom: 5.6rem;
  z-index: 100;
  -webkit-animation: redPacketShift 1s linear 0s infinite alternate;
  animation: redPacketShift 1s linear 0s infinite alternate;
  display: none;
}

.new-red-Packet-notice img {
  width: 45px;
}

.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
}

.footer .input-bar {
  width: 100%;
  height: 5rem;
  padding: 0 .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.01rem solid #eee;
  border-bottom: 0.01rem solid #eee;
}

.footer .input-bar > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .input-bar > div img {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.footer .input-bar .input-box {
  width: 60%;
  min-width: 22px;
  height: 3.5rem;
}

.footer .input-bar .input-box input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  line-height: 3.5rem;
  padding: .8rem 1rem;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  border-radius: .4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .input-bar .input-box input::-webkit-input-placeholder {
  color: #999;
}

.footer .input-bar .send-btn {
  height: auto;
  border-radius: .4rem;
  display: unset;
}

.footer .input-bar .send-btn span {
  display: inline-block;
  padding: .6rem .8rem;
  color: #fff;
}

.footer .emoji-list {
  width: 100%;
  height: 13.5rem;
  padding-top: 1rem;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
}

.footer .emoji-list .swiper-slide {
  padding-left: 1rem;
}

.footer .emoji-list .emoji {
  padding: 0 10px 5px;
  text-align: center;
  float: left;
}

.footer .emoji-list .emoji a {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(../images/qqface.jpg) no-repeat left top;
  background-size: cover;
}

.footer .gift-list {
  width: 100%;
  position: absolute;
  top: 5rem;
  left: 0;
  background-color: #fff;
  visibility: hidden;
}

.footer .gift-list ul {
  width: 100%;
}

.footer .gift-list ul li {
  width: 25%;
  float: left;
  text-align: center;
}

.footer .gift-list ul li a {
  display: block;
  padding: .4rem 0;
}

.footer .gift-list ul li a p{
  margin-top:0.4rem;
  font-size: 1rem;
}

.footer .gift-list ul li a img {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.footer .gift-list ul li .gift-name {
  color: #000;
}

.footer .more-list {
  width: 100%;
  position: absolute;
  top: 5rem;
  left: 0;
  background-color: #fff;
  visibility: hidden;
}

.footer .more-list ul {
  width: 100%;
}

.footer .more-list ul li {
  float: left;
  display: inline-block;
  margin: 0.8rem;
  margin-bottom: 2.5rem;
  margin-top: 0.4rem;
  width: 5.2rem;
  height: 5.2rem;
  background: url(../images/pic7.png) no-repeat;
  background-size: 46rem;
}

.footer .more-list ul li.image {
  background-position: -0.3rem -28.9rem;
}

.footer .more-list ul li.red-Packet {
  background-position: -0.3rem -23.2rem;
}

.footer .more-list ul li.account {
  background-position: -7.1rem -23.2rem;
}

.footer .more-list ul li.allow {
  
  background-position: -14.1rem -23.1rem;
}

.footer .more-list ul li.allowActive {
  background-position: -21.1rem -23.1rem;
}

.footer .more-list ul li.lucky {
  background-position: -7.1rem -28.9rem;
  display: none;
}


.footer .more-list ul li span {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  margin-top: 5.7rem;
  text-align: center;
  margin-left: 0rem;
  white-space: nowrap;
}

.footer .more-list ul li.clearurl{
  background:url(../image/setting.png) no-repeat center;
  border: solid 1px #F2F2F2;
  border-radius: 6px;background-size: 3.3rem;
}

   

.red-Packet-sheet {
  width: 100%;
  padding: 1rem 0;
  border: none;
  background-color: #FFFAF5;
  font-size: 14px;
  position: absolute;
  bottom: -850px;
  left: 0;
  z-index: 1000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: bottom 1s;
  transition: bottom .6s;
  display:none;
}

   

.red-Packet-sheet .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-Packet-sheet .content .reminder {
  width: 88%;
  padding: .8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}

.red-Packet-sheet .content .reminder span {
  width: 50%;
  display: block;
}

.red-Packet-sheet .content .reminder span:nth-of-type(2) {
  text-align: right;
}

.red-Packet-sheet .content .btn-view {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-Packet-sheet .content .btn-view .button {
  width: 88%;
  text-align: center;
  padding: .8rem 0;
}

.red-Packet-sheet .content .btn-view .button.ok {
  margin-bottom: 1rem;
  background-color: #FF5151;
}

.red-Packet-sheet .content .btn-view .button.cancel {
  background-color: #00A8F4;
}

.red-Packet-sheet .Packet-item {
  width: 88%;
  margin-bottom: 1rem;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 2rem 0 0rem;
  font-size: 1.4rem;
}

.red-Packet-sheet .Packet-item .title {
  width: 25%;
  color: #333;
  text-align: left;
}

.red-Packet-sheet .Packet-item .title .luck {
  font-size: 16px;
  padding: 3px 2px;
  margin: 5px;
  line-height: 16px;
  background: #FFBC0D;
}

.red-Packet-sheet .Packet-item.secureItem .title {
  width: 50%;
  padding-left: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-display: flex;
  -webkit-align-items: center;
}

.red-Packet-sheet .Packet-item.secureItem .title > div:nth-of-type(1) {
  margin-right: .8rem;
  white-space: nowrap;
}

.red-Packet-sheet .Packet-item.secureItem .input-box {
  width: 50%;
}

.red-Packet-sheet .Packet-item .input-box {
  width: 72%;
  /*padding-right: .8rem;*/
}

.red-Packet-sheet .Packet-item .input-box input {
  width: 100%;
  text-align: right;
  line-height: 3rem;
  padding-right: 0.8rem;
  outline: none;
  border: none;
}

.red-Packet-sheet .Packet-item .unit {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -10px;
}

/* ���� */
.tips-packet-dialog {
  width: 90%;
  height: 45rem;
  overflow: auto;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  margin-top: -20rem;
  z-index: 1100;
  background-color: #fff;
}

/*������Ľ���?*/
.open-red-packet-dialog{
  width: 90%;
  height: 76%;
  overflow: auto;
  -webkit-appearance : none ;
  transform: rotate(0deg);
  position: absolute;
  top: 38%;
  left: 50%;
  box-sizing: border-box;
  margin-left: -45%;
  margin-top: -20rem;
  z-index: 1100;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  /* ���ƻ������������? */
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.open-red-packet-dialog::-webkit-scrollbar,
.tips-packet-dialog::-webkit-scrollbar {
  display: none;
}

.open-red-packet-dialog .red-packet-top,
.tips-packet-dialog .tips-packet-top {
  width: 100%;
  position: relative;
}

.open-red-packet-dialog .red-packet-top .red-packet-head,
.tips-packet-dialog .tips-packet-top .tips-packet-head {
  width: 100%;
  height: 14.6rem;
  background: url(../images/red_packet_bg.png) no-repeat;
  background-size: contain;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.open-red-packet-dialog .red-packet-top .red-packet-head img,
.tips-packet-dialog .tips-packet-top .tips-packet-head img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -4rem;
  margin-top: 6rem;
}

.open-red-packet-dialog .red-packet-top .close,
.tips-packet-dialog .tips-packet-top .close {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  background: url(../images/close_white.png) no-repeat;
  background-size: cover;
}

.red-packet-dialog-wrapper .close {
  display: block;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    
    left: 44%;
    bottom: 10%;
    float: right;
    margin-top: 1rem;
    margin-right: 1rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAbwUlEQVR4Xu1dCfi+1Zi+72GGiizJGElUCEWLkCylhiuFFhFKVNIIoSJTTQsmy2jXwkgNlYnKliWMKJXKJDuRNjQYsmUZ3K57Oj9+fc77fu/+vct5ruu7/tf1/53lOc8593u259wPkSRZIFkg0wJMtkkWSBbItkACSBodyQI5FkgAScMjWSABJI2BZIFqFkgzSDW7pVwTsUACyEQ6OjWzmgUSQKrZLeWaiAUSQCbS0amZ1SyQAFLNbinXRCyQADKRjk7NrGaBBJBqdku5JmKBBJAFdbSktQDcG8Dt5qjwBwDfJ/mdBak66WoTQFrofkkrAlgPwP0BrA7gvuHffwj/t2rFan8I4FoDBsAN4Xc9gO8C+DLJX1csN2XLsEACSM2hIWllAI8D8GgADw/AuF/NYqtmv8ZAAXAVgEsAXETyl1ULS/mABJCSo0DSCgCeBGBLAE8IgChZSqfJvwjgMwDOJ/mRTmseQWUJIAU6UZL3Ck8DsA2ArQtk6WsSL8HOB3A2gPNI/qSvivZFrwSQjJ6QtC6Ap4ffIzC+2faPAC4G8AEDhqT3MUlmLJAAsswgku4J4PkAdgfwwJZGy00Args/7xl+O6eeOwBYE8Aa4XevlvT6bwCnAngXyZtbqmNwxSaAAJDkmWJPAE9pqAd9yuS1v3/+MhsQ15K8uonyJRm8BowPAwweHw5sAKAp8LwHwIkkP9uEvkMuY9IAkfQiAC8HsE6NTvx6AMKVAPy7YlFfYEk+Pt4wgGX98G+dmfByAEeRPLOGfQaddZIAkbQvgP0B/H2F3vsNgI+Hje4HSf6sQhmdZZF097CP2hHAVhUr9iz4WpLvrJh/sNkmBRBJ3lv8S7i4K9NpPv05F8D7w+nPLWUy9yVtuLPxaZzB4n/LytcAHETStpiETAIgknxfcQKAh5Ts1fcCON0zBknPHKMRSSuFmWXXcK9Tpm0XAtiLpAEzahk1QCStAuBIAM8r0Yt24fh3AG8j6ROn0Yskb/S9H3sBgKJuML8Ptj1kbB+P5R0+WoBIeiGANwO4S8ER/kkAJ5H0JdpkRZJnlL2C60wRO9xocI31ln50AJH0AADvCP5RRTr4WADHN3UEW6TCIaSRZGdLH2TsUlBfL0VfSdIOlaORUQFEkjfghxXsnRMBHD6VZVRBm/xVsvDBsV13LlDGTwG8guRpBdIOIskoACLJriC+BX5oAaufEk5iflAgbUoSLBCA8kYA2xUwyifsjUDS+7lBy6ABIsluGIcD8L3GvIdHXwCwG8kvDbrHFqy8pCcCeHu4wc/Txm72rwr7Oi1Y7crVDxYgwcP2PAC+Mc4T31nsQ9InU0kasoCkg8PHaV6JHwTwbJKDvDsaJEDCksrgsHNhnnwOwE4kfdKSpGELSPLH6QwAD55T9Fd810JycMvawQFE0rNDp8zrbm8Wj56XKP29vgUkvcUnWHNK+pHf05C8rH6N3ZUwKIBIOgTAoXPM4yen25P8dndmTDVJ8rPjs+Z4FNsb4VkkvewahAwGIJJ8dDjvRvyNJA8YhOVHqKSkuwKwQ+O2c5q3L0l7OPReeg8QSXcG4C/OZjnW9AbQG8HBfJl6PzJqKCjJp1c+Es4TX86+tEY1nWTtNUAk3QPABXPuN8wX9RSS3+rEYqmSQhaQtAWAcwCY9SVL/HcvuezX1UvpLUDCqzm/u8ij0PmvsN/o9ZuMXvZ8B0qFy0X3ofnBssR9+DSSv+pApdJV9BIggTDh0wA8g2TJySTtVJekxxYI+xITQzw+R80rAGzeRw6v3gEkfHUumnPHYae4o3o8LpJqMxaQZBcfu9NnyecBbNG3maRXAJHk5ZSpaEzRGRNT1XjN+r40AodnAUnHAXhJjuYmifCF4jyml84a3xuAhA25SQLy9hw7JnB0NjZaqUiS3+jsl1P4h0k+tZXKKxTaJ4D4hnXjnDZsS9Jr2SQDt4CkIwDk3VeZSWXezXwnVugFQCR5ybRDRot9BOib8Q91YpFUSScWKDCT7EHSD98WKgsHSAH3kWdM/RnsQkdIi5VL8kGLecmyZDOSJt5emCwUIJJMPZO3bNqZpJ9yJhmpBeacbv2vye8W+fBqYQAJF4F+xHSnjL73c1g7JyYZsQUk3R6ACTNMzRQTcwZvQvJ3izDDQgAS/KsMDhMsxOR0kkXeQC/CZqnOhi0gycwzPsHMGg+nkDTpX+eyKIDY49Ms6jG5lOQmnVsiVbhQC0iyO4rJvrN8t55J0kR+nUrnAJHkIDRZJ1J+cfYwkj/u1Aqpsl5YIDg4OsDP30QUMmPKQ7pmoekUIOEy0F63d4sYwLenjybpr0iSiVpgjqv8BSQ379I0XQPkwzkhzMz1enKXjU919dMCkkwS7pgtMdmTpFlVOpHOACLpOYEIOtYwB5h8cictTpX03gLBA9grjRhPsOmE1uqKwbETgEjykspvxB2rYlb8mN9ry7Tv6P3Q7U5BSY4k7LckMenMX6srgDhC0U4ZjX0qSS+9kiQL3MYCkk4KrPMxy9ir2yQRrUrrAJH0KACXZrQi3Xe02r3DLjzEMPkmgNUiLfleWGq16hrfBUB8E+oAk7PiGN1rk/TxXZJkgagFJG0JwFy/MXG0q9e3abpWASLJND1ZTN8Lufhp05ip7HYsIMn+eD7kmRVv2Nck6X1sK9IaQCTdEYAZR+4d0fxzJB/bSotSoaOzQOBh9pIqJq1yE7QJED94MSVlTOyhmS4ERzeU22uQJLP4mzB7VvxeyLNIK6EWWgGIpBUBWOHYse5pJLP8sNqzcCp50BYIY8rhqGOE5a2NqbYA8hoA/5rRI/ceIsv3oEfXSJSXtCeALG+LB7VBHtg4QCStAMDrxZi/1ZEkHeymdyLJr9fM4jh58ckRSb/R6J1I8iwSI/Z4F8l53M2l29MGQAyAf4toYua81ft4rCtpHwAOlfAGkp79JivLnsG+nOQxfTOEJC/P/VwithdZg+T3m9S5DYBYwRiv1etJHtSk8k2UtQwcS8VNFiSRN+J9BYkvDx8Y6f+jSb6iiXGxVEajAJG0WwjBPKvjr33cS/LmJpWvW1YEHJMFSQ6BQu9AIsmvC2Mh9RofZ00DxKG2YpFmjyP5sroDusn8IXzYlTllTmYmkeQlcd7esFfH8pIcsNUrldiJ1n4ks64XSg+hxgAiyaRvsfBaPqe+bx9PrnJmkMnMJAWod3o3g7hzJO0P4E2REf8tkg8qjYSMDE0CxMdvPoablTNIPrcphZsuZ8ogGSo4AkAcWOnnGeNhU5LmeK4tjQAkHO36PYcvCGfFjN2OAdFbmSJIhgyOpYEk6VQAu0YG1qkk85jkC4/FpgCS5ZR4Pck1CmuzwIRTAskYwBFmEQcONSP8rHizfneSDhpaS5oCyEcAbBXR5ECSWTfqtRRvI/MUQFKAOLqXe46s/pZ0TUYEq0YiAdQGSHg/7OWVTxaWi8LFYJYXZhtjvHaZYwbJ2MARZhHfrb020vHvI7lj3QHRBECy/GMuIukpcHAyRpCMERwBIGsDuLqtZVYTADnPUWYjCu5N8oTBoSMoPCaQjBUcS2NLkmlsN4yMNYfNOLfOGGwCIN4Q+XHUrKw6dKaSMYBk7OAIs0jWnciJJF+8MIDkvBe+hORj6ijWl7xDBskUwBEAYu8Ne3HMSu1T1FozSI6LwqEkD+vLIK+rxxBBMhVwLFtm/U+G68kDSJqTrZLUBYh9mdaP1GyOXYf1HY0MCSRTA0eYRbIiBtSitK0MEEkOfPOLCAJ+SdJuAKOTIYBkiuAIAHk2gDMig67WQ6o6ADGX7sciCn2A5LajQ0doUJ9BMlVwBID4DVLssdQ1JNeqOh7rACSLZeKVJB2ccbTSR5BMGRzL9iHea8TAcA+SjndYWuoAxGx3Zr2blY1Imk1x1NInkCRw3DrUJDlstB/tzcq2JPOCxWaO1ToAMXXoLDHDr0hmBeUcHWD6AJIEjr8MK0n24D0lMtAqn6pWAoik+wTeq1ldRnP/URTNkl5tsoec9IeRPLRoeWXSJXDc1lqSNgJwRcSG55Lcvoxtl9JWBcjWAGIhC1qlgazSwC7yFADJASTf2KQuCRx/bU1JfwvALu6zMQ6/Q9I+W6WlKkCyiOFeTPLE0lqMIEOXIEngyB4wkr4BIPbkdoUq70OqAsTrvNiLrceTvHAE471SE7oASQJHftdIOhtAbDm1HsmYO0pugVUB4ie0sWijJoa7sdLoGkmmNkFSAByNL+WG1i2SzGhi4vRZqRTJrCpAYq+4fk/Sa8DJSxsgSeAoNqwkmV4qxgj5EpJvLVbKX1JVBcj/Abj9TGWVN0JllR5C+iZBksBRvMclOXy0w0jPyptJvqp4SbemLA0QSVlX+p8iGbs4LKvTaNI3AZIEjnLDQdLDAcRiz1Sin6oCkCwFUkDOSF/WAUkCRzlwOHXOB/wTJB1aupRUAUhWUMXGiYNLtaTHiauAJIGjeodKMmHIrFxJMvYsN7eiKgDJciseFMVPdfNXy1kGJAkc1Wy8lEvSzwCsPFNKpdeFVQDyTwBiZAx7knx7vaaNO7ekAwAckdNKU9iYnfKfc9K8hmSea8u4jVigdZJiXr23kFypQPbbJKkCkCyanwSQAtYvMJPklTL5e44CJvY+xK9ZHxlJe0eSvy1SxlKaKgAxF6o5UWflZSSPK1P5VNNWBEkCR8EBIymLiqr0RXYVgOwE4MyIrvuTjIVeK9isaSUrCZIEjhLDQ9J/ANglkqV0nJMqANkOwDmRyg8m+boS7Zh80oIgSeAoOVIkHQkgForNwUk/Vaa4KgAxi6KnsFk5gmTe5rKMXpNImwDSTjfnnAJuTdJE64WlCkCy7kHeQnK/wjVPPGFBcCxZKc0iJcZLjsNiJzPI4wF8JqJv7+IQlrBpp0lLgiOBpGTvSDoewN6RbI8jeVGZ4qrMII8GcEmkkpNI+o4kSY4FKoIjgaTEqJLk+7g9IlkeSfLyEkVVclbM8sVqLOxVmQYMKW2Bi0K/1LwLAF8oZkm6KJzT6ZLeDSAWF3Ndkl8tM2aqzCAOqXZtpJLzSG5TpvIppS0wc/x5n5FcTeqNDEnnA/jHSCmrkYyRy2VWWAUgWZSjnyfp5VeSGQuUAcdS1gSS6sNIUhZn9N+R9FumwlIaIC5Z0h+aZI4orO0AE1YBRwJJvY6W5Gffq82UUokzuipAPE354dRymRRpXJEurAOOBJIiFo6nyXB3/y7JNcuWWhUgWSGvViFpxsXJSxPgSCApP4wkeeaIEYdcTHLTsiVWBcj7AOwQqWxDkl7/TVqaBEcCSbmhJMkgiN11vJtkzD8rt4KqAHkzgNit+XYkYw/my7VywKnbAEcJkAwqxnkb3SzJx7s+5p2Vw0keUrbOqgBxYMQYhcroQx/kGbgAOGrz9BY43Zo0SCRlxU3flaS9fEtJVYD4jNlnzbPyDpKxG8xSSg0xcQFwvIGkLwJrSwJJtgkl/SeAZ0ZSPIZkzAOklSXWvQD8IFLyZSQfVXsEDKyALsGRllv5g0PS1wGsE0m1IkmHLC8llWYQ1yDJEXvuPlPb70jeoZQGA0+8CHAkkMQHjSSTGfpJ7WLZ3QNAsiJMPZDk1QMf94XUTwF0Cpmps0SSNgZwWaTCs0k+o4oidWaQrJOs3Ug6JO+opQ/gSDPJbYeYJJNWm7x6Vg4i+foqA7IOQHwP4vuQWRm9V2+fwJFA8pfhJ8lxCJ8WGZNbkHREgtJSByCrAPhxpMZaYXdLt6DjDH0ERwLJ/++JPZZ/DmA2RuYfzTVWlu5nyaaVAeICJMXCIPhPpelVOh7nlarrMzimDhJJGwCIRVe+nGSMI6vQGKgLkHcB2DlS0+4kY9FGCynVx0RDAMeUQZJzmliLM7ouQLLC7p5F8ll9HOhVdBoSOKYKEkmfBrBZpH8rRZZqaom1KoAfRpS6meRsDPUqY3PheYYIjqmBRJL5jL3/uN3MgPG7pZVJ3lJ1INWaQcI+5MsA1o0osAnJS6sq1od8QwbHlEAiKYvMsHZQpyYAkhU08ViS+/RhoFfRYQzgmApIJJ0FYMdIP7+KpO/rKksTAMniybqJ5Oyrw8qKdplxTOAYO0gk2bXpZgB3jIyRtUl+p87YqQ2QsMyy46IdGGdlc5IX1FGw67xjBMeYQZLz/qNSRKnZ8dYUQI4GEFtOnUJy964HedX6xgyOZSA5CsDLc2w0qPckORQ/ryb5pqpjYSlfUwDZBMDFEWV+BeCedU4R6jawaP4pgGNsIJG0OoDrMqI1N3JZ3QhAwjLLZHImlZuVPUi+o+hAXUS6KYFjTCCRdDiAgyNj5gKSmzcxlpoEyKsBxGLnXULyMU0o20YZUwTHWEAi6QYA94mMi+eSPKOJ8dIkQOy86EvD2ccq1nNjklc0oXCTZUwZHEMHiaSsaMu+MFyV5O+aGCuNASQss8xo8vSIYu8n6cuc3oik9QHkURRNJiCQJIfO2zencx5G0hfCvRFJWRfUx5DMO4Qo1YamAfJEALEQVw7svg7Jb5XSruXEOTNIYwQLLTehseIlZZ1u9e5US9JWAGKRouzaviZJb9wbkUYBEmYRL6U2imh3GsnnN6J1g4VEQDI5cOQst3oHjjDGzE4SI0pv3Em2DYCYcsXUK7NidPu9eq2bzQax8eeilrlKTxYcEZD0FRxZs4ebUDr+x7zx1DhAAsJN2rB2pPIzST5nnlKL+Lsk3/rbZXry0mdbSPKjKD+OmpVPkHxS053XFkCeB+C0DGXXI/mVphuSyhu/BSRtD+DsjJZuSjJ2WV3LMG0BxOV6Qx6bRT5G0tNkkmSBwhaQ5OuDb2aMqY+SdHjyxqUVgIRlVtY5tf88OCfGxi2fCixlgTl3Vq2tSloDSABJ1ln1V0iuV8pCKfFkLSBpZQDfjTB52iaVSeGKGLRtgGwB4JMZiryY5IlFlExppm0BSY4k4IgCMVmLpNl1WpFWARJmkY8BeHJE+18CeFDZqKOtWCEV2lsL5ATEsc5HkTSbYmvSBUAeCuBLGT5arRzNtWatVHCnFpDkV4LfyPAS/6n/n+Qv2lSqdYCEWeRYAC/NaMguJGMRgdpsdyp7ABaY4yO2F8mT225GVwBZKRzRzYbmdfvsfeml1k1tNzaVPxwLSDLXgZ9rx8boRSQf10VrOgFImEW2BOCQCTFp7IFLF0ZLdbRrAUl3Dh/UGOmHg+DY8fX6drW4tfTOABJA4tt137LHZD+SMer6LuyQ6uiRBSS9B0AWM2encTC7Bkjel8EseL5AvLBHfZVU6dgCkl4G4JiMai8laf6DzqRTgIRZ5AlhbRlr5E+CR2Ys/mFnRkkVLcYC4Uj3MxEKUStkAhAvrW7sUrvOARJAkneq9UUApi39TZeGSHUt1gKBocR9Pxv3ckmxSmGc67ZqUQBZAcDnAWS5m7TqPlDXaCl/sxYIriR+BPWQjJLfQ9K+fZ3LQgASZhFzGtlX6y4ZrZ7Mm/DOe71HFQYvXYdH89I7Jn4aYdKPhawoFgaQABI/cPl4Tn+9gOSpPerPpErDFpBkzrTdMor1bfkGTb4xL6v+QgESQHIAgCNyFH8myfeWbVhK338LSDoOwEtyNN2SZIwEpLPGLRwgASRZodz8Zx//7kDSEUyTjMQCOSwqSy3sxeqhFwAJIPkcgDwGxlqhtEYyrkbRDEkmld4/pzGNclvVMVqfAHIPAJcBuH9Og55BMutNch07pLwdWUCSLwF9GZgl55HcpiN15lbTG4CEWeR+gSU+K/COl1vmXY3RCs1tbEqwWAvM2ZBbuc8CeFLVmOZttK5XAAkgeUAAiWeULNmb5AltGCSV2Y4FJJlMOu8uw4wkBodvzHsjvQNIAMmDw9ckDyTHkcybqntj5CkrIsl9+KEMJsQl05iN84ltP36q0g+9BMiymcRHfL5QzJLzAXhf0uqrsiqGTXkASf7QfTTjReCSifwEYru+zRxLyvUWIAEkjntoEOQxoPhJ5jZ9pDSdMkgkbR0oaP1YLkt8v7UTSdPS9lJ6DZAAErvInwcg7wWZZxDPJAZTkgVbQNLrABw4R403kXTQpV5L7wGyZD1JpwOYx+t7KMnDem3xESsn6Z4A7Bo0jznzRSTfNgRTDAYgYTYp8mW6PMwmnTzJHEInd6GjJFM7+SPmSGNZckvYbwxmph8UQAJIdg1fqbx+95LrFX0PHtrFwG27DkneYzj4zgvn1OVHcFuRvKptnZosf3AACSDxs0vvS+42xxg+Xtyd5I+aNFoq61YLSLJrkN+P5500Oqln9a2H2A+DBEjoHN+6+whxnTkD1s94zaGUPIIbQrakFQE4BHNeXMOl2k4nuXNDVXdezGABEkDijjK/bxZTynKD+q2zN4em0E9S0QIhuqydDWPhl5eX6gdO+w7d42HQAFnqDUn+QhkodyrQ736DcAhJP8ZJUtACISrw8QA2LZDFd1M+dv9qgbS9TjIKgITZZC0AfldShBbGm/ijARxJ8uZe99CClZPkS9pDATi6UxGxj5xnjoU8kS2iYJk0owHIstlkHwA+Di4ymxgonlHemljmbztsJG0W+JSLAsOzxm4kTb4wGhkdQMJsYg5gL7meWqKn3m+wkDSBwCQlHNl6uWon0CyGkZhtDibpj9LoZJQAWTab+BjSwVfWL9Fz/hKaNfzUqSy/JBkMBsVzC868Nqf9p0wle9CYZ99RA2QZUHYJx5I+Gi4j7/Q5/xh9vIIbupdPuwN4ZBmjhDuo/Ul+vWS+wSWfBECWAWVvn2ABWLVkT3kjb9KIM4YMluAr9fTwcGnzkjZw8kv9lpzkRRXyDjLLpAAS9id2jdgvXHLZU7isOJ6Jb+jPIvnBspm7Ti9pDbPC2AcKwGMr1m+CvwNJut2TkskBZNls4lOuFwSw3LdGr38BgP2Lrgy/q0g6/mLnIslLyIcD2DDsuzYo4AaSp6cDsNotPSuuS+dt7LrCyQJkuaEleY+yBwBHNWpCvg3ARMz+8l4bftc1wRAoybzGawMwGDw7mAXmEQEYWTSuZdpkcJsUw3dEXyuTcYxpE0CW9aqkNQE8P8ws81wpqo6H6wAs/5mpJU/Mdm4gLP3uWrXiOfkc7syHEu8l6ShOSbqOMDUUi0vyh8ObWIPFJz15z0aH0qyYnlcH7wMfad8w5Ia0pXuaQeZYNlye7RRivfvZr9/JD1m8V/o0gHNIms0ySY4FEkBKDg9J5u3yXsVg8c/Lsj6Lj2RNyOZ/L1zUAUKfDZSnWwJIzZ4Ldwv2W9o4nBytu8BZxt6zPhjwLHHxlO4ranZjZvYEkBYsK8kvHR8WNtZ+bedjZP+79Kt62uT4fN7gfw+A39x73+DfNUN7ytqC2VspMgGkFbPmFxpe5PmY1jf68/rAbuM3dh28cgFm6WWV8zqnl0onpZIFurJAAkhXlk71DNICCSCD7LakdFcWSADpytKpnkFaIAFkkN2WlO7KAgkgXVk61TNICySADLLbktJdWSABpCtLp3oGaYEEkEF2W1K6KwskgHRl6VTPIC2QADLIbktKd2WBBJCuLJ3qGaQF/gTNxyBf2qWoEwAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover;
    z-index: 1200;
    border-radius: 50%;
    opacity: .6;
}

.open-red-packet-dialog .red-packet-top .red-packet-name {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: .6rem;
}

.red-packet-top .red-packet-name .repacket_name{
  font-weight: 600;
}

.red-packet-top .red-packet-name .repacketType {
    background: #F1BE2F;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
}

.open-red-packet-dialog .red-packet-top .red-packet-message {
  text-align: center;
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: .6rem;
}

.open-red-packet-dialog .red-packet-top .red-packet-luck {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: .6rem;
}

.open-red-packet-dialog .red-packet-bottom {
  width: 100%;
}

.open-red-packet-dialog .red-packet-bottom .red-packet-info {
  padding: .8rem .8rem;
  background-color: #f2f2f2;
  color: #bababa;
  border-top: .01rem solid #ececec;
  border-bottom: .01rem solid #ececec;
}

.open-red-packet-dialog .red-packet-list {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.open-red-packet-dialog .red-packet-list ul {
  width: 100%;
  height: 100%;
}

.open-red-packet-dialog .red-packet-list li {
  padding: .8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.open-red-packet-dialog .red-packet-list li img {
  width: 5rem;
  height: 5rem;
  /*border-radius: 50%;*/
  border-radius: 20%;
}

.open-red-packet-dialog .red-packet-list li .packet-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .8rem;
}

.open-red-packet-dialog .red-packet-list li .packet-content .content-top, .open-red-packet-dialog .red-packet-bottom .red-packet-list li .packet-content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.open-red-packet-dialog .red-packet-list li .packet-content .content-top > p, .open-red-packet-dialog .red-packet-bottom .red-packet-list li .packet-content .content-bottom > p {
  margin: 0;
}

.open-red-packet-dialog .red-packet-list li .packet-content .content-top {
  margin-bottom: .8rem;
}

.open-red-packet-dialog .red-packet-list li .packet-content .content-bottom .bestLuck {
  width: 34%;
  background: url(../image/crown.png) no-repeat left center;
  background-size: 24px;
  color: #E3CC62;
  font-size: 1.4rem;
  /*line-height: 2.8rem;*/
  text-align: right;
  float: right;
}

.open-red-packet-dialog .red-packet-list li:last-child {
  border: none;
}

   

/* ���� */
.profile {
  width: 90%;
  height: 28rem;
  background-color: #fff;
  position: absolute;
  bottom: -120%;
  margin-bottom: -14rem;
  left: 50%;
  margin-left: -45%;
  z-index: 1000;
  border-radius: .4rem;
  -webkit-box-shadow: 0px 0px 10px #ddd;
  box-shadow: 0px 0px 10px #ddd;
  z-index: 1100;
  display:none;
}

   

.profile .head {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -4rem;
  margin-left: -4rem;
  text-align: center;
}

.profile .head img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.profile .head .user-name {
  margin-top: .8rem;
  font-size: 1.4rem;
}

.profile .close {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
}

.profile .content {
  width: 100%;
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile .content li {
  width: 80%;
  margin-bottom: .5rem;
  padding: 1rem;
  color: #999;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.profile .content li.mark {
  width: 100%;
  background-color: #fff;
  border: none;
}

.profile .content span {
  width: 50%;
  /*display: inline-block;*/
  text-align: right;
}

.profile .content span + span {
  text-align: left;
}

/* ???????? */
.popup {
  width: 88%;
  max-width: 100%;
  max-height: 100%;
  border-radius: .6rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1110;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -44%;
  margin-top: -50%;
  display: none;
}

.popup .popup-head {
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.popup .popup-head .popup-title {
  font-size: 1.5rem;
  margin: 0;
}

.popup .popup-head .popup-title span {
  color: #0D96EC;
  font-weight: bold;
  margin: 0 .4rem; 
}

.popup .popup-body {
  padding: 1rem;
  text-align: center;
}

.popup .popup-body img {
  max-width: 100%;
  max-height: 200px;
}

.popup .popup-notice {
  padding: 1.5rem 1rem;
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px solid #eee;
}

/* ???????? */

@media Screen and (max-width: 320px) {
  .footer .emoji-list .emoji {
    padding: 0 6px 5px;
  }
}


/* ������ʽ */
.tips-packet-dialog {
  height: auto;
}

.tips-packet-dialog .tips-packet-top .tips-packet-name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .6rem;
}

.tips-packet-dialog .tips-packet-top .tips-packet-message {
  color: #999;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: .5rem;
  padding: 1rem;
  border-bottom: 1px solid #efefef;
}

.tips-packet-dialog .tips-packet-bottom {
  padding: 2rem 0;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list {
  width: 100%;
  text-align: center;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list ul {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list li {
  width: 30%;
  float: left;
  height: 4rem;
  border: 2px solid #d74751;
  border-radius: .5rem;
  margin-left: 2.5%;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 4rem;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list li.selected {
  background-color: #d74751;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list li.selected a,
.tips-packet-dialog .tips-packet-bottom .tips-price-list li.selected a span {
  color: #fff !important;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.7rem;
  color: #d74751 !important;
  font-family: "Microsoft YaHei",Arial !important;
}

.tips-packet-dialog .tips-packet-bottom .tips-price-list li a span {
  color: #d74751 !important;
  font-size: 2.6rem;
  font-style: italic;
  margin-right: .5rem;
}

.info-popup {
  width: 250px;
  max-width: 100%;
  max-height: 90%;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -83.5px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1100;
  display: none;
}

.popup-top {
  padding: .8rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.popup-top img {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
}

.popup-top .nick-name {
  width: 100%;
  padding: .8rem;
  padding-bottom: 0;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  border: none;
}

.popup-bottom {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.popup-bottom div {
  width: 50%;
  height: 100%;
  font-size: 1.4rem;
  text-align: center;
}

.popup-bottom div:first-of-type {
  border-right: 1px solid #eee;
}

.timeover{
  position: absolute;
  bottom: 0rem;
  left: 47%;
  -webkit-transform: translateX(-45%);
  width: 290px;height: 70px;
  background: url(../image/tvcountdown.png?v=1.01) no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
} 

.timerwrap{
  width:100%;
  height:100%;
}

.rel{
  position: relative;
  height:70px;
  left:0px;
  top:0px;
}

.timeoverin{
  position: absolute;
  right:3.5rem;
  bottom:0rem;
  line-height: 40px;
  font-size: 22px;
  color:#fff;
  word-spacing:5px;
}

.var{font-style:normal;}

.overch{
  position: absolute;
  top:-21px;
  right:-12px;
  font-size: 12px;
  font-style:inherit;
}

.live-qiye-notice{
  background-color: rgba(0,0,0,.6);
  color:#fff;
  height:2rem;
  line-height: 2rem;
  width:100%;
  overflow: hidden;
  white-space:nowrap;
}

.videoicon.icon-refresh{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAHWlUWHRTb2Z0d2FyZQAAAAAAQWRvYmUgSW1hZ2VSZWFkeQatApcAAANxaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTIwYTg5YTEtNTI2MC0yZDQ5LWFjZjktZGRlMjc2OGJkNDU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxMDdEMDZGOTY3NjExRTY4ODk5OTZFNjgwMzE1NEYzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxMDdEMDZFOTY3NjExRTY4ODk5OTZFNjgwMzE1NEYzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMTlmMjRkYy04MDJhLTAwNDQtYWQ2My02NTgxZDA5NzkwM2QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTIwYTg5YTEtNTI2MC0yZDQ5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) no-repeat center;
  background-size: 3rem;
  position: absolute;
  border-radius:50%;
  left:1rem;
  cursor:pointer;
  width:3rem;
  height:3rem;
  z-index: 999999999;
}

.liveHeader{
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA8CAYAAADVPrJMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAHWlUWHRTb2Z0d2FyZQAAAAAAQWRvYmUgSW1hZ2VSZWFkeQatApcAAANxaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTIwYTg5YTEtNTI2MC0yZDQ5LWFjZjktZGRlMjc2OGJkNDU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxMDdEMDZGOTY3NjExRTY4ODk5OTZFNjgwMzE1NEYzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxMDdEMDZFOTY3NjExRTY4ODk5OTZFNjgwMzE1NEYzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMTlmMjRkYy04MDJhLTAwNDQtYWQ2My02NTgxZDA5NzkwM2QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTIwYTg5YTEtNTI2MC0yZDQ5LWFjZjktZGRlMjc2OGJkNDU5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++1AdhgAAB9RJREFUaIHlm21MVNkZx393uA6UtylFnYqgQ5UtVtTG1G7tvOAqL0tXal2pWlfbtIlfjBFjk35ozJRQk6ZNWgwkamJSsutqi66x25X6goLMi2lLP6jL7piysuIiLlp3HBBBCkw/HEZncQbmztw74vb3jXPPPef5hznnPPd5niOhHUlANpAFzAa+DKSPt+vH+wwDQ0A/4AXuAj1A93i7Jkgqj5cOFACLgLmALspxxoDbgAf4APCpYt04aomeD5iBhUQvNBxjwEfAZeCmGgPGKtoEvIIQHQ+6gBZiFB+t6DSgGFgay+QxcA1oQuwFiolG9GKgHLEhPU+GgPcQa14RSkQnAKXAt5VOojH/BM4DI5G+EKnoRGAT8LUojIoHXcCfgcFIOkciOgV4A3HeTmc+BY4AA1N1nEp0EvATYI4KRsWDO8CbTOHYTCY6AdgK5KpoVDz4GHgbGA3XYTLRrwEr1LYoTrQBjeEeymHaF/PiCgZh+03CHGehRKcjzmFNsNvt39i9e3eJJEnU1NScr66u/lCjqcqBT4C+iQ9CiS5DI8fj8OHDL69fv/7lnTt3nvD7/dTV1W3IyclJ2759+z80mC4JoaVh4oOJazoXsVurzsmTJ19ZuXLl10tKSt5ub29/CFBQUJDa1NS0ze12X6+oqGjRYl7gLaAzuGGi6J8B89Se9fTp0yXLli0zrVq16siNGzc+50Dk5eUlNzc3b7ty5UpneXl5k9pzA7eAPwY3BIueD/xUzdl0Oh1nzpwpy8/Pzy4sLDxy8+bNkOenyWRKcjgc2zwezydlZWVnx8bG1DQDoB7htQGfF70FeEmtWXQ6HRcuXHjNZDIZbTbb0e7u7seT9c/Ozk50OBxbOzs7Py0pKWlUWfi/gWOBPwKiU4Cfo1IAQJZl6eLFi+Vz587NtFqtR+/cuTMcyXtZWVmJTqdzS3d393/WrFlzemRkxK+GPYhAxO8Zd1EDor8DvKrG6Hq9XmppaVk3c+ZMg8ViOXbv3r3/Knl/1qxZM9xu95a7d+/6Vq9e/e7w8LBaws8Cf4enolXZwPR6veR0Ol9PS0v7ktVqbbh//74iwQEyMzNnuFyuzT6fb8Bms51SSfiTDU1CnGe/IMafdnJyss7pdG5ITEycYTabj/t8voi/b0NhMBjky5cvbxocHBy22WwnHz16FOsiHwN+BwxJQB7i0zFqUlNTE1wuV4UkSZLZbD7x8OHDsM6+0nHdbvfG0dHRMZvN9o4K4x4FOiTABqyOdpT09PQEt9u9aXh4eKSwsPCkWoIDpKamJjgcjg2yLCdYLJbjfX19sYzfArRKQAUiVq2YjIwM2eVybR4YGBi02WynhoaGVD9gAZKSknROp/P15OTkRIvF0uD1eqNdOu3AOxKwHRGYV0RmZuYMt9v9I6/X219YWPgXFXfZkOj1eqm1tfUHGRkZaWaz+U9RbpK3gcMSsAfxZRUxRqNR73a7t/T09HxWVFT0ntaCA+j1eqm5ufn7RqMxw2KxHOvt7Y3o/A+iD/iDBPySp7mlKRl3IN7o6uq6W1RUdFoDl3FSdDodzc3N5Tk5OTOtVuuxnp6eST29CTwGfiMBVZG+MW/evCSHw7G1o6Ojp7S09G/xFhxAp9Nx7ty57+Xl5WVZLJYjU7m4E6hSJPr69evbOjs7e9euXXv+eQkOoNPpaGxsLM3NzTXm5+e/FeFro8CvFf28V6xYYWhra3smg9je3r7FarUej2FXnZSMjAzZ4XBsXLJkybGJz8LZFIZB4LcyIlwakehwgy9YsGBeSkpKwmSiZVmW6urqvlVWVrY0LS0tBaC/v3+gsbHxWmVl5b8m+7hISUlJWLhwYUg3WYFgEGsaGZEEU7R7K0Wn0+F0OtdnZWV9Zd++fU0ej6cPYNGiRel79+4tXr58ebbZbD4VhyUzAEK0lyjOaSVUV1cXzJ8/f3Z+fv7hYI/K5XJ5Gxoa6j0ez/aqqqoCu93erqUdCK3IiJIHTVm3bt3SAwcOtIZyIfv6+kYPHjzYunHjxm/GQfQ9EKLvaDwRmZmZhqtXr94P9/zatWuf7dixw6C1HYh6FmREbHgM9csmIsbv9/tRv/5lImMIrQR27240iIJOM55ULAWC/R/yxRf9JJMSEP0+UMJz/IlrzBhCI/BU9ACibEm1EPA04yOCkvXBuSw3UYr2+Xz9xcXFxvr6+lsxGheS4uJi44MHD55JxCnAHfxHsOguRMRQ8do+dOjQpZqamors7OwztbW1HbEGBQMYDAa5srLypT179ry6f//+s1EOc4ug7AY8m7W8BPxY6ahVVVUfeL3eoV27dtnsdvsGWZYTlI4xZ86c2X6//1fBbSMjI6NdXV237Xb7u7W1tTeUjjnOpYkNoc7GTYjazi8CHkKkakPlp88gUrbPuzguVoYQWp4hnBe0GPihZubEhxMoKL9gvLOJF7fupI1JyifDiQaR8JqFEP8i0YWwPSxTOfnJiHIMo1oWaUwvonju0WSdIi2T3AZ8VQWjtKQXUV8Sc5lkgERgM9O3elD1gtgAMuKjZLqVPrcB59Cg9DmY6VLk/hj4KxoXuQeThvivL4ny/Vh5H1HYHrfrDMGYELnteAUgbiFyzB/HMohacSkT8F1EVYPasS4/0ME0uqI0EQNizf9fXEYLRfC1QyPi2mEyoa8dPgIeIM5aza8d/g/22JNWWpiHnQAAAABJRU5ErkJggg==) no-repeat center;
  width:3rem;
  height:3rem;
  background-size: 3rem;
  border-radius:50%;
  position: absolute;
  z-index: 999999999;
  left: 1rem;
  cursor:pointer;
}

.danmu_bar .on{
  max-width: 20rem;
}

.danmu_bar{
  position: absolute;
  display: inline-block;
  right:1rem;
  background-color: rgba(0,0,0,0.3);
  z-index: 999999999;
  overflow: hidden;
  -webkit-transition:0.7s;
  border-radius:15px;
  padding:2px 5px;
  height:2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
}


.danmu_bar span{
  text-shadow: 0 0 0.1rem #000;
  color:#fff;
}

.danmu_bar img{
  display:inline-block;
  width:1.6rem;
  height: 1.6rem;
  vertical-align: unset;
  position:relative;
  top:8%;
}

/*�������?*/
.bouncing {
  width: 90%;
  height: 80%;
  overflow: auto;
  border-radius: 1rem;
  position: absolute;
  top: 38%;
  left: 50%;
  margin-left: -45%;
  margin-top: -20rem;
  z-index: 1100;
  background-color: #d84343;
  color:#fff;
}

.openDialogHeadChai{
    margin: 0 auto;
    padding-top: 60px;
    margin-bottom: 15px;
    background-image: url(../image/lListBg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.openDialogHeadChai img{
  border-radius: 50%;
  width: 90px;
}

.open-red-packet-dialog .red-packet-toppart{
  width: 100%;
  position: relative;
  text-align: center;
}
.open-red-packet-dialog .red-packet-toppart .red-packet-username {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: .6rem;
}

.open-red-packet-dialog .red-packet-toppart .red-packet-desc {
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 26px;
}

.bouncing .openBtn{
  width: 100px;
  height: 100px;
  background: #DCBC83;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.bouncing .openAndLook{
  text-align: center;
  color: #FFD7B0;
  padding-top: 40px;
  clear: both;
  display: block;
}

.openBtncCircle{
  border: 1px solid #D2B17B;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 46px;
  color: #41353F;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}

/*�齱*/
.ta_c{text-align: center;
  margin-top: 60%;
  position: absolute;
  z-index: 1000;
  width: 100%;
  z-index: 1200;
  display: none;
}

.ta_c .luckCloseBtn{
  font-size: 37px;
  position: absolute;
  right: 46px;
}

.ta_c .luckyImg{
  width: 50%;height: auto;
}

.ta_c img{
  border-radius: 250px;
}

.ta_c .luckyTitle{
  font-size:24px;
  color: red;
  font-family: 'Microsoft YaHei';
}

/* �ÿͽ���ֱ���� �ÿ�����  */
.overflow-text{
  display: block;
  white-space:nowrap;
  overflow:hidden; 
  text-overflow:ellipsis;
  opacity:0;
  clear: both;
  padding:0 10px;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 100%;
  color:#fff;
  /* animation:colorchange 3s infinite alternate; */
  /* -webkit-animation:colorchange 3s infinite alternate;  */
}
/* @keyframes colorchange{
  0%{
    color:red;
  }
  50%{
    color:green;
  }
  100%{
    color:#6993f9;
  }
} */

.share-btn {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 40, 0.03);
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  border-radius: 5%;
  cursor: auto;
  user-select: none;
  z-index: 1100;
  display:none;
  padding:3rem 0;
}

.share-btn.clicked .onlineCount {
  left: 40px;
  top: 30px;
  transform: translateX(0) translateY(0);
  color: #cfd2d9;
}

.share-btn .onlineCount {
  position: absolute;
  color: #f5ce67;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  transition: all 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.share-btn.clicked .close {
  opacity: 1;
  transform: rotate(0deg);
}

.share-btn .close {
  position: absolute;
  right: 38px;
  top: 31px;
  cursor: pointer;
  color: #cfd2d9;
  font-size: 20px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transform: rotate(-45deg);
  transform-origin: center center;
}

.share-btn .social {
  width: 70%;
  padding-left: 0;
  list-style-type: none;
  margin: 7rem auto 2rem auto;
}

.share-btn.clicked .social li:nth-child(1) {
  transition-delay: .05s;
}

.share-btn.clicked .social li {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
}

.share-btn .social li {
  transform: scale(0.7) translateX(10px) translateY(-10px);
  transition: all 0.25s ease-in-out;
  transform-origin: 0% 0%;
  opacity: 0;
  color: #3b5998;
  font-size:1.5rem;
  padding: 0rem 0rem 2rem 0rem;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.share-btn.clicked .social li:nth-child(2) {
  transition-delay: .1s;
}

.share-btn .clearurl-bottom {
  width: 60%;
  margin: 0 auto;
  background-color: #f3f6fb;
  color: #b2b5bc;
  border-radius: 10px;
  padding: 1.1rem;
  font-size: 1.4rem;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.clearurlButton button{
  float:right;
}

   

.iOS-input-popup {
  width: 76%;
  height: 178px;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -38%;
  margin-top: -120px;
  z-index: 1100;
  display: none;
}

.iOS-popup-title {
  margin-bottom: 1rem;
  padding: 14px 14px 0;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}

.iOS-popup-content {
  width: 100%;
  height: 70px;
  padding: 0 14px 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.iOS-popup-content textarea {
  width: 100%;
  height: 100%;
  padding: .6rem;
  resize: none;
}

/* 10180809 �޸� */

.iOS-popup-toolbar {
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid #eee;
}

.iOS-popup-toolbar span {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
}

/* 10180809 �޸� */

.iOS-popup-toolbar span+span {
  color: #00A8F4;
  border-left: 1px solid #eee;
}

#preloader {
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99999999;
}

#status {
    position: fixed;
    z-index: 99999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/andisk/m/ke01_img/status.gif);
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;
}

#status p {
    top: 60%;
    position: absolute;
    width: 100%;
}

.center-text {
    display: block;
    text-align: center;
}

.mute .bi-mic-mute{
		display:block;
	}
	.mute .bi-mic{
		display:none;
	}
	
	
	.ui-state-default .ui-icon, .ui-state-hover .ui-state-default .ui-icon {
	    background-image: url(/andisk/scripts/igjs2/css/themes/infragistics/images/ui-icons_888888_256x240.png);
	}
	
	.ui-state-default .ui-icon {
	    background-image: url(/andisk/scripts/igjs2/css/themes/infragistics/images/ui-icons_888888_256x240.png);
	}
	.ui-widget-header .ui-icon {
	    background-image: url(/andisk/scripts/igjs2/css/themes/infragistics/images/ui-icons_ffffff_256x240.png);
	}
	.ui-icon, .ui-widget-content .ui-icon {
	    background-image: url(/andisk/scripts/igjs2/css/themes/infragistics/images/ui-icons_888888_256x240.png);
	}
	.ui-icon-close {
	    background-position: -81px -129px;
	}
	.ui-icon {
	    width: 16px;
	    height: 16px;
	    background-position: 16px 16px;
	}
	.ui-icon {
	    display: inline-block;
	    text-indent: -99999px;
	    overflow: hidden;
	    background-repeat: no-repeat;
	}
	
	
	.handupstatus{
 		background: #333;
	    position: fixed;
	    right: 0px;
	    bottom: 70px;
	    color: white;
	    z-index: 999;
	    padding-left: 10px;
	    padding-right: 0px;
	    line-height: 20px;
	    height: 20px;
	    border-radius: 4px;
	    min-width:100px;
	}
	
	.handupstatus span{
		width: calc(100% - 16px);
    	display: inline-block;
	}
	
	.handupstatus i{
	 	 background-position: -81px -129px;
   		 line-height: 20px;
     	vertical-align: middle;
	}
	 
	 
	.smallcheckin {
    position: fixed;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    z-index: 9990999;
    bottom: 60px;
    background: #0D96EC;
    color: white;
    line-height: 64px;
    text-align: center;
    cursor:pointer;
    right:10px;
}
	
   