@charset "utf-8";

/* CSS Document Start*/
html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
  vertical-align: top;
}

ul,
li,
dl,
dd,
dt {
  list-style-type: none;
}

i,
em,
cite {
  font-style: normal;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
}

.clear,
.cle {
  clear: both;
}

a,
area {
  blr: expression(this.onFocus=this.blur())
}

a:focus,
input {
  outline: none;
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?8p5pb7');
  src: url('fonts/icomoon.eot?8p5pb7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8p5pb7') format('truetype'),
    url('fonts/icomoon.woff?8p5pb7') format('woff'),
    url('fonts/icomoon.svg?8p5pb7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*[class^="icon"], [class*=" icon"] {*/
/*!* use !important to prevent issues with browser extensions that change fonts *!*/
/*font-family: 'icomoon' !important;*/
/*speak: none;*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*font-variant: normal;*/
/*text-transform: none;*/
/*line-height: 1;*/

/*!* Better Font Rendering =========== *!*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*}*/

[class^="icon"],
[class*=" icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/**************/
/*@media only screen and (min-width: 1680px) {*/
/* header start */
.headerholder {
  height: 82px;
}

#header {
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 62px;
  /* background-repeat: no-repeat; */
}

.headerTheme {
  background: url(/public/front/images/top.jpg);
}

.header-warpper {
  min-width: 1240px;
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  width: 1350px;
  height: 45px;
  margin: 0 auto;
  padding: 17px 0 18px;
  clear: both;
  /* background-repeat: no-repeat; */
  /* position: fixed; */
  position: relative;
  background-position: center center;
}

.header-warpper-theme {
  background: url(/public/front/images/top.jpg);
}

.headerLeftGif {
  position: absolute;
  left: -155px;
  top: 5px;
  opacity: 0;
}

.headerLeftGif img {
  width: 138px;
  height: 69px;
}

.headerRightGif {
  position: absolute;
  right: -140px;
  top: 5px;
  opacity: 0;
}

.headerRightGif img {
  width: auto;
  height: 61px;
}

.header-warpper .logo {
  float: left;
  overflow: hidden;
}

.header-warpper .logo img {
  height: 45px;
  width: 194px;
}

.header-warpper .nav-list {
  float: left;
  margin: 0 30px;
  /* overflow: hidden; */
}

.header-warpper .nav-list li {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 4px 3px 0;
  position: relative;
  /* overflow: hidden; */
}

.header-warpper .nav-list li a {
  font-size: 18px;
  color: #5a5a5a;
  /* color: white; */
  display: block;
  padding: 0 15px;
  border-radius: 5px;
}

.header-warpper .nav-list li .child_conn_wrapper {
  position: absolute;
  width: 110px;
  top: 36px;
  left: 50%;
  margin-left: -55px;
  padding-top: 8px;
  text-align: center;
  display: none;

}

.header-warpper .nav-list li .child_conn {
  position: relative;
  width: 110px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 3px gray;
  /* display: none; */

}

.header-warpper .nav-list li .child_conn:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent red;

}

.header-warpper .nav-list li .child_item {
  background-color: white;
  border-top: 1px solid white;
  color: #5a5a5a;
  cursor: pointer;

}

.header-warpper .nav-list li .child_item:nth-child(1) {
  border-top: 1px solid #ff3240;


}

.header-warpper .nav-list li .child_item.curr {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -moz-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -ms-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -o-linear-gradient(90deg, #ff3240, #fe5f69);
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.header-warpper .nav-list li .child_item:hover {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -moz-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -ms-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -o-linear-gradient(90deg, #ff3240, #fe5f69);
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.header-warpper .nav-list li:hover a {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -moz-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -ms-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -o-linear-gradient(90deg, #ff3240, #fe5f69);
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.header-warpper .nav-list li:hover .child_conn_wrapper {
  display: block;
}

.header-warpper .nav-list li.curr a {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -moz-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -ms-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -o-linear-gradient(90deg, #ff3240, #fe5f69);
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.header-warpper .search {
  position: relative;
  overflow: hidden;
  float: right;
  padding: 8px 0;
  margin-right: 30px;
}

.header-warpper .search .keyWords {
  width: 120px;
  height: 27px;
  padding: 0 43px 0 15px;
  background: transparent;
  border: 1px solid red;
  border-radius: 30px;
  box-sizing: content-box;
  color: #5a5a5a;
}

/* .header-warpper .search .keyWords::-webkit-input-placeholder {
  color: red;
}

.header-warpper .search .keyWords:-moz-placeholder {
  color: red;
}

.header-warpper .search .keyWords::-moz-placeholder {
  color: red;
}

.header-warpper .search .keyWords:-ms-input-placeholder {
  color: red;
} */

.header-warpper .search .searchBtn {
  position: absolute;
  right: 0;
  top: 9px;
  height: 27px;
  width: 43px;
  border: 0;
  cursor: pointer;
  background: url(../images/header-search.png) center center no-repeat;
}

.header-warpper .other {
  padding-left: 25px;
  background: url(../images/header-user.png) no-repeat left center /18px 18px;
  overflow: hidden;
  padding: 5px 0 5px 25px;
  float: right;
  color: #5a5a5a;

}

.header-warpper .other a {
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
  font-size: 16px;
  color: #5a5a5a;
}

.header-warpper .other a:hover {
  color: #ff3240;
}

.header-warpper .other span {
  display: block;
  float: left;
  margin: 0 5px;
  color: #5a5a5a;
}

.hd-login {
  float: right;
  height: 36px;
  margin: 4px 0 0;
}

.already-login {
  position: relative;
  height: 36px;
}

.already-login .link {
  display: block;
  overflow: hidden;
  color: #5a5a5a;
  height: 36px;
  line-height: 36px;
  float: left;
}

.already-login .icon-more {
  display: block;
  width: 12px;
  height: 16px;
  float: left;
  margin: 10px 0 10px 0px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/header-slide.png) center center no-repeat;
}

.already-login .icon-avatar {
  float: left;
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #fe4f5a;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 2px;
}

.already-login .icon-avatar img {
  width: 30px;
  height: 30px;
}

.already-login .nickname {
  float: left;
  overflow: hidden;
  width: 70px;
  height: 36px;
  text-overflow: ellipsis;
  display: block;
}

.userInfoMasker {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
}

.userinfo {
  display: none;
  left: -100px;
  position: absolute;
  top: 71px;
  z-index: 10;
  width: 302px;
  background: rgba(249, 249, 249, 1);
  box-sizing: border-box;
  background: #F9F9F9;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px gray;
  /* display:none; */
}

.userinfo::before {
  position: absolute;
  top: -5px;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #F9F9F9;
  left: 50%;
  transform: rotate(45deg);
}



.userinfo .maininfo {
  padding: 15px 0 15px 15px;
  /* height: 80px; */
}

.userinfo .avadar {
  float: left;
  width: 68px;
  height: 68px;
}

.userinfo .avadar img {
  width: 68px;
  height: 68px;
  border-radius: 50%;

}

.userinfo .info_details {
  margin-left: 80px;
  overflow: hidden;
  position: relative;
}

.userinfo .info_details .chargeBtn {
  display: block;
  width: 54px;
  height: 22px;
  position: absolute;
  border-radius: 4px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  background: -webkit-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -moz-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -ms-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -o-linear-gradient(90deg, #ff3240, #fe5f69);
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.userinfo .info_details .exChangeBtn {
  display: block;
  width: 54px;
  height: 22px;
  position: absolute;
  border-radius: 4px;
  right: 70px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  background: -webkit-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -moz-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -ms-linear-gradient(90deg, #ff3240, #fe5f69);
  background: -o-linear-gradient(90deg, #ff3240, #fe5f69);
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.userinfo .info_details .sex-icon {
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 4px;
  width: 14px;
  height: 14px;
  background: url('/public/front/images/male@2x.png') no-repeat center center /100% 100%;
}

.userinfo .info_details .sex-icon.famale {
  background: url('/public/front/images/famale@2x.png') no-repeat center center /100% 100%;
}

.userinfo .info_details .name {
  color: #4B4B4B;
  font-size: 14px;
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.userinfo .info_details .name b {
  color: #4B4B4B;
  font-size: 14px;
  font-weight: normal;
  display: block;
  max-width: 65px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.userinfo .info_details .level {
  color: #CACACA;
  font-size: 14px;
  line-height: 30px;

}

.userinfo .info_details .level .zuanshi-icon {
  display: inline-block;
  /* width: 13px;height: 13px; */
  padding-left: 16px;
  margin-right: 10px;
  background: url('/public/front/images/userCenter/index-gift.png')no-repeat left center /12px 12px;
  color: #5B5B5B;
  font-size: 12px;

}

.userinfo .info_details .progress {
  display: inline-block;
  width: 45px;
  height: 5px;
  background: rgba(231, 231, 231, 1);
  border-radius: 4px;
  margin: 0 5px;
  vertical-align: 3px;

}

.userinfo .info_details .progress .percent {
  height: 5px;
  background: rgba(254, 85, 95, 1);
  border-radius: 4px;
}

.userinfo .info_details .sign {
  color: #5B5B5B;
  font-size: 12px;
  padding-right: 15px;

}

.userinfo .info_details .sign-txt {
  word-break: break-word;

}

.userinfo .info_details .sign .edit_btn {
  color: #5B5B5B;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  cursor: pointer;
  background: url('/public/front/images/signature@2x.png') no-repeat center center /100% 100%;
}

.userinfo .info_details .sign-edit-conn {
  display: none;
}

.userinfo .info_details .sign-edit-conn .sign-input {
  border: 1px solid rgba(255, 0, 0, 0.562);
  padding: 3px;
}

.userinfo .info_details .sign .edit_sure_btn {
  font-size: 12px;
  padding: 0px 3px;
  margin-right: 10px;
  margin-top: 5px;
  /* border :1px solid red; */
  color: red;
  cursor: pointer;
}

.userinfo .info_details .sign .edit_cancel_btn {
  font-size: 12px;
  padding: 0px 3px;
  margin-right: 10px;
  margin-top: 5px;
  color: gray;
  cursor: pointer;
}

.userinfo .new-task-title {
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: 400;
  color: #828080;
  border-bottom: 1px solid #F5F5F5;
  background-color: white;
  padding: 0 21px;
}

.userinfo .new-task-title .sign-icon {
  cursor: pointer;
  width: 49px;
  height: 21px;
  float: right;
  margin-top: 10px;
  background: url('/public/front/images/checkin@2x.png') no-repeat center center /100% 100%;
}

.userinfo .new-task-title .sign-icon.already {

  background: url('/public/front/images/registered@2x .png') no-repeat center center /100% 100%;
}

.userinfo .task-list {
  height: 126px;
  display: flex;
  background-color: #fff;

}

.userinfo .task-item {
  flex: 1;
}

.task-item-icon {
  width: 100%;
  margin-top: 20px;
  text-align: center;

}

.task-item-icon img {
  width: 38px;
  height: 38px;
}

.task-item-name {
  margin-top: 10px;
  font-size: 12px;
  color: #242424;
  text-align: center;
}

.task-item-status {
  color: #A4A4A4;
  text-align: center;
  font-size: 12px;
}

.task-item-status .icon-status {
  margin-top: 10px;
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  background: url('/public/front/images/finish_n@2x.png') no-repeat center center /100% 100%;
}

.task-item-status.finished {
  color: #6D7278;
}

.task-item-status.finished .icon-status {
  color: #6D7278;
  background: url('/public/front/images/finish_y@2x.png')no-repeat center center /100% 100%;
}


.userinfo .short-links {
  margin-top: 10px;
  display: flex;
  padding: 10px;
  background-color: white;
}

.short-links-item {
  flex: 1;
}

.short-links-item .short-links-icon {
  height: 39px;
  text-align: center;
}

.short-links-item .short-links-icon img {
  width: 39px;
  height: 39px;
}

.short-links-item .short-links-name {
  color: gray;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.short-links-item:hover .short-links-name {
  color: red;
}

.short-links-item.disabled:hover {
  cursor: not-allowed;
}

.short-links-item.disabled:hover .short-links-name {
  color: gray;
}


.userinfo .logout {
  width: 282px;
  height: 37px;
  line-height: 37px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px -2px 4px 0px rgba(231, 231, 231, 0.5);
  color: #929292;
  border-radius: 19px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
}

.userinfo .logout:hover {
  color: white;
  background: linear-gradient(90deg, #ff3240, #fe5f69);
}

.huajiaodou {
  display: none;
}


.suofang {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.267);

}

.suofang-containner {
  position: absolute;

  /* height:380px; */
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  /* transform:translate(-50%,-50%); */
  /* border-radius:4px; */
  background: url('/public/front/images/zoom.png') no-repeat center center /100% 100%;
}

.suofang-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8%;
  height: 8%;
  border-radius: 50%;
  /* background: url('/public/front/images/close.png') no-repeat center center /100% 100%; */
}

/* .suofang-title{
    width: 100%;
    line-height: 37px;
    height: 178px;
    color: #999999;
    text-align: center;
    padding: 10px;

  }
  .suofang-title img{height: 178px;}
  .suofang-body{
    background-color: #fff;
  }
  .suofang-body-h1{
    color: #242424;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }
  .suofang-body-p{
    color:#595959;
    line-height: 24px;
    font-size: 12px;
  }*/
.suofang-iknow {
  position: absolute;
  cursor: pointer;
  left: 16%;
  bottom: 5.935%;
  width: 66.259%;
  height: 11.259%;

}

/* 收藏提示 */
.collect_tip_dia, .collect_tip_dia1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.267);
  text-align: center;
}

.collect_tip_containner, .collect_tip_containner1 {
  position: absolute;
  width: 397px;
  height: 280px;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: white;
}



.collect_tip_title, .collect_tip_title1 {
  height: 49px;
  background: rgba(244, 244, 244, 1);
  border-radius: 4px 4px 0px 0px;
  line-height: 49px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.collect_tip_close, .collect_tip_close1 {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url('/public/front/images/close.png') no-repeat center center /100% 100%;
}

.collect_tip_body_p, .collect_tip_body_p1 {
  margin-top: 22px;
}

.collectImg, .collectImg1 {
  width: 70px;
  margin-top: 30px;
}

.collect_tip_iknow, .collect_tip_iknow1 {
  width: 259px;
  height: 47px;
  background: rgba(254, 41, 78, 1);
  border-radius: 4px;
  line-height: 47px;
  color: white;
  margin: 20px auto;
  text-align: center;
  cursor: pointer;
}

/* 直播推荐，主播回放 */

.nolive-dia {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  text-align: center;
  z-index: 10;
  display: none;
}

.nolive-dia-warpper {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .6);


}

.nolive-dia-container {
  position: absolute;
  width: 379px;
  /* height: 280px; */
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: white;
  z-index: 11;

}

.nolive-dia-title {
  height: 49px;
  background: rgba(244, 244, 244, 1);
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  line-height: 49px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.nolive-dia-body {
  text-align: center;
  color: #4B4B4B
}

.nolive-dia-body P {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 9px;
  color: #4B4B4B
}

.nolice-dia-footer {
  margin: 25px auto 16px;
  overflow: hidden;
}

.nolive-dia-submit {
  width: 259px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  text-align: center;
  background: rgba(254, 41, 78, 1);
  border-radius: 4px;
  margin: 0 auto;
  color: white;
  margin-bottom: 16px;
  cursor: pointer;
}

.nolive-dia-cancel {
  width: 259px;
  height: 47px;
  margin: 0 auto;
  background: rgba(234, 234, 234, 1);
  border-radius: 4px;
  color: rgba(63, 63, 63, 1);
  font-size: 18px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 16px;
  cursor: pointer;
}


.vd-dia {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.315);
  text-align: center;
}

.vd-dia-container {
  width: 379px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;

}

.vd-dia .dia-title {
  height: 49px;
  line-height: 49px;
  font-size: 24px;
  color: rgba(51, 51, 51, 1);
  background: rgba(244, 244, 244, 1);
  text-align: center;

}

.vd-dia .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  color: #595959;
}

.vd-dia .close:hover {
  color: rgba(254, 41, 78, 1);
}

.vd-dia .close:after {
  content: '\2715';
  font-size: 20px;
  font-weight: 900;


}

.vd-dia .dia-body {
  padding-top: 20px;
  line-height: 30px;
  font-size: 19px;
  color: gray;
  text-align: center;

}

.vd-dia .dia-body .stand {
  font-size: 20px;
  color: rgba(254, 41, 78, 1);
  font-weight: 700;
}

.vd-dia .dia-footer {
  margin-top: 20px;
  padding-bottom: 20px;
}

.vd-dia .dia-footer .btn {
  width: 259px;
  height: 47px;
  margin: 0 auto;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.vd-dia .dia-footer .submit-btn {
  color: #fff;
  background: rgba(254, 41, 78, 1);
  border-radius: 4px;
}

.vd-dia .dia-footer .cancel-btn {
  color: rgb(94, 94, 94);
  background: rgba(128, 128, 128, 0.178);
  border-radius: 4px;
  margin-top: 14px;
}
#tip_to_password .msgword{
  font-size: 19px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#tip_to_password .room_pass{
  font-size: 16px;
  width: 259px;
  border: 1px solid #aaa9a9;
  margin: 0 auto;
  display: block;
  line-height: 30px;
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

#tip_to_password .room_pass:focus{
  border: 1px solid red;
}

/* header end */


/* footer start */
/**全局广告*/
.indexAdvertisement {
  width: 230px;
  height: 230px;
  position: fixed;
  right: 20px;
  /* background: red; */
  background-repeat: no-repeat;
  background-position: center;
  top: 550px;
  z-index: 100;
  display: none;
  cursor: pointer;
  background-size: cover;
}

.adImg {
  width: 100%;
  height: 100%;
}

.advertisement_tip_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  z-index: 10000000;
  border-radius: 50%;
  background: url("/public/front/images/close.png") no-repeat center center/100% 100%;
}

/* 全局广告轮播 */
.advertise_swiper {
  border-radius: 10px;
  width: 230px;
  height: 230px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 100;
  display: none;
  cursor: pointer;
  overflow: hidden;
  /* background-size: cover; */
}

.swiper-container-ad {
  width: 100%;
  height: 100%;
}

.swiper-container-ad .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.swiper-container-ad .swiper-slide .linkSwiper {
  width: 100%;
  height: 100%;
}

.swiper-container-ad .swiper-slide .linkSwiper img {
  width: 100%;
  height: 100%;
}

.swiper-container-ad .swiper-pagination.swiper-pagination-fraction {
  font-size: 24px;
  color: white;
  font-weight: 600;
}

.swiper-container-ad .swiper-button-next,
.swiper-container-ad .swiper-button-prev {
  z-index: 1000000000000000000000000000;
}
/*

#footer {
  border-top: 2px solid #ff2938;
  background: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.footer-warpper {
  height: auto;
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-main {
  height: auto;
  width: 1700px;
  margin: 0 auto;
  padding: 20px 20px 10px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.footer-nav {
  width: 810px;
  height: auto;
  float: left;
  position: relative;
}

.footer-nav dt {
  clear: both;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
}

.footer-nav dd {
  height: auto;
  float: left;
  overflow: hidden;
}
.footerIcon {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 67px;
  overflow: hidden;
}
.seperateLine {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 35px;
  border:1px solid rgba(112,112,112,1);
  opacity:0.5;
  margin-top: 15px;
}

.footer-nav dd div {
  display: inline-block;
  width: 112px;
  margin-right: 6px;
  overflow: hidden;
  vertical-align: middle;
}

.footer-nav dd div strong {
  font-size: 14px;
  display: block;
  color: #000000;
  /* color: white; */
  /*overflow: hidden;*/
  /*text-align: left;*/
/*}*/

.footer-nav dd div span {
  font-size: 14px;
  display: block;
  color: #999999;
  /* color: white; */
  overflow: hidden;
  text-align: left;
}

/* .footer-nav dd:nth-of-type(1) div {
  background: url('/public/front/images/footer-icon1.png') center top no-repeat;
}

.footer-nav dd:nth-of-type(2) div {
  background: url('/public/front/images/footer-icon2.png') center top no-repeat;
}

.footer-nav dd:nth-of-type(3) div {
  background: url('/public/front/images/footer-icon33.png') center top no-repeat;
}

.footer-nav dd:nth-of-type(4) div {
  background: url('/public/front/images/footer-icon4.png') center top no-repeat;
  margin-right: 0;
} */

.footer-other {
  /* float: left; */
  vertical-align: middle;
  margin-left: 20px;
  display: inline-block;
  margin-top: 15px;
  /* overflow:hidden; */
}

.footer-other dt {
  height:20px;
  font-size:14px;
  font-family:PingFang SC;
  font-weight:400;
  line-height:20px;
  color:rgba(0,0,0,1);
  opacity:1;
}

.footer-other .clearfix {
  /* width: 292px; */
  overflow: hidden;
}

.footer-other .fl {
  float: left;
}

.footer-other .fr {
  float: left;
  margin-left: 5px;
}

.footer-other dd {
  /* padding-left: 30px; */
  /* height:34px; */
  line-height: 25px;
  margin-bottom: 3px;
  overflow: hidden;
  /* color:#787878;
    font-size:14px; */
}

.footer-other dd span {
  /* display:block; */
  color: #595959;
  font-size: 14px;
}

.footer-other .icon-email {
  background: url('/public/front/images/footer-email.png?t=202003111715') no-repeat left 7px/20px 15px;
}

.footer-other .icon-wechat {
  background: url('/public/front/images/footer-wechat.png?t=202003111715') no-repeat left 3px /23px 18px;
}

.footer-other .icon-qqq {
  background: url('/public/front/images/footer-qqq.png?t=202003111715') no-repeat left 3px /23px 18px;
}

.footer-other .icon-soso {
  background: url('/public/front/images/footer-soso.png?t=202003111715') no-repeat left center /20px 15px;
}

.footer-other .icon-skype {
  background: url('/public/front/images/footer-soso.png?t=202003111715') no-repeat left center /20px 15px;
}

.footer-copyright {
  padding: 5px 0;
  color: #595959;
  font-size: 14px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  display: none;
}

/* footer end */


/* page start */
#page {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}

.page-info,
.jump-info {
  display: inline-block;
  overflow: hidden;
}

.page-info li {
  float: left;
  margin: 0 5px;
  overflow: hidden;
}

.page-info li a {
  font-size: 14px;
  color: #666;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  display: block;
  border-radius: 5px;
  border: 1px solid #d3d3d4;
}

.page-info li a:hover {
  color: #fff;
  background: #ff2f3d;
  border: 1px solid #ff2f3d;
}

.page-info li.curr a {
  color: #fff;
  background: #ff2f3d;
  border: 1px solid #ff2f3d;
}

.page-info li.ellipsis a {
  border: 0;
  background: no-repeat;
}

.page-info li.ellipsis a:hover {
  color: #666;
}

.jump-info li {
  float: left;
  margin: 0 2px;
  font-size: 14px;
  color: #666;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.jump-info li .jumpTxt {
  width: 72px;
  height: 40px;
  display: block;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #d3d3d4;
}

.jump-info li .jumpBtn {
  width: 64px;
  height: 40px;
  display: block;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #d3d3d4;
}

/* page end */

.msg-chat {
  position: relative;
}
.msg-chat .opt-user {
  position: absolute;
  left: 6px;
  top: 10px;
  width: 370px;
  height: 117px;
  background: url("/public/images/opt-user.png") no-repeat center/contain;
  border-radius: 8px;
  box-shadow: 0 0 8px #DDD;
  padding: 10px 20px;
  z-index: 10;
  box-sizing: border-box;
  opacity: 1;
  /*transform-style: opacity;*/
  transition-duration: .5s;
}
.msg-chat .opt-user * {
  box-sizing: border-box;
}
.msg-chat .opt-user .opt-user-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("/public/images/opt-user-close.png") no-repeat center/contain;
  z-index: 2;
  cursor: pointer;
}
.msg-chat .opt-user .opt-user-close:hover {
  animation: rt360 1 1s linear none;
}
.msg-chat .opt-user .opt-user-infos {
  position: relative;
  width: 100%;
  height: 60px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-name-id {
  position: relative;
  width: 196px;
  height: auto;
  max-height: 60px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-name-id .opt-user-name {
  position: relative;
  width: 100%;
  height: 21px;
  line-height: 21px;
  text-align: left;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  margin-top: 4px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-name-id .opt-user-id {
  position: relative;
  width: 100%;
  height: 19px;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  margin-top: 7px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-copy {
  position: relative;
  width: 54px;
  height: 24px;
  background:linear-gradient(211deg,#ff7d7e 0%,#f5484b 100%);
  border-radius:12px;
  color: #FFF;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-top: 30px;
  margin-left: 10px;
  cursor: pointer;
}
.msg-chat .opt-user .opt-user-infos .opt-user-copy:hover {
  background: #FFF;
  border: 1px solid #f5484b;
  color: #f5484b;
  line-height: 22px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-copy:active {
  background: #FFF;
  border: 1px solid #f5484b;
  color: #f5484b;
  line-height: 22px;
  transform: scale(0.9);
}
.msg-chat .opt-user .opt-user-options {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.msg-chat .opt-user .opt-user-options input {
  width: 100px;
  height: 25px;
  border: 1px solid #f5484b;
  border-radius: 2px;
  background: #FFF;
  font-size: 12px;
  color: #f5484b;
  cursor: pointer;
  margin-left: 15px;
}
.msg-chat .opt-user .opt-user-options input:first-child {
  margin-left: 0;
}
.msg-chat .opt-user .opt-user-options input:hover {
  background: #f5484b;
  border: none;
  color: #FFF;
}
.msg-chat .silent-user {
  position: absolute;
  left: 31px;
  top: 130px;
  width: 320px;
  height: auto;
  background: #FFF;
  box-shadow: 0 0 10px #EEE;
  color: #333;
  padding: 10px;
}
.msg-chat .silent-user .silent-user-title {
  position: relative;
  width: 100%;
  height: 28px;
  font-size: 14px;
  text-align: center;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.msg-chat .silent-user .silent-user-time {
  position: relative;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin: 5px 0;
}
.msg-chat .silent-user .silent-user-opt {
  position: relative;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
.msg-chat .silent-user .silent-user-opt button {
  width: 80px;
  height: 25px;
  background: #1DF6AE;
  color: #FFF;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.msg-chat .silent-user .silent-user-opt button.silent-user-cancle {
  background: #f5484b;
}
.req-to-black {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 480px;
  height: auto;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 5px;
  z-index: 1000;
  /*box-sizing: border-box;*/
  box-sizing: 0 0 8px #DDD;
  padding-bottom: 20px;
}
.req-to-black * {
  box-sizing: border-box;
}
.req-to-black .req-to-black-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("/public/images/opt-user-close.png") no-repeat center/14px auto;
  cursor: pointer;
  z-index: 2;
}
.req-to-black .req-to-black-close:hover {
  animation: rt360 1 1s linear none;
}
.req-to-black .req-to-black-top {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #333;
  border-radius: 5px 5px 0 0;
}
.req-to-black .req-to-black-reason {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin-top: 30px;
}
.req-to-black .req-to-black-reason #reqToBlackText {
  width: 100%;
  height: 35px;
  border: 1px solid #777;
  border-radius: 2px;
  background: #FFF;
  color: #666;
  font-size: 14px;
  padding: 0 5px;
}
.req-to-black .req-to-black-list {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 0 15px;
  margin-top: 14px;
}
.req-to-black .req-to-black-list li {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  margin-left: 5px;
}
.req-to-black .req-to-black-list li:first-child {
  margin-left: 0;
}
.req-to-black .req-to-black-list li:nth-child(6) {
  display: none;
}
.req-to-black .req-to-black-list .req-to-black-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
}
.req-to-black .req-to-black-list .req-to-black-item:hover .req-to-black-item-abort {
  display: block;
}
.req-to-black .req-to-black-list .req-to-black-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.req-to-black .req-to-black-list .req-to-black-item .req-to-black-item-abort {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/public/images/delete-black.png") no-repeat center/18px 18px, rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.req-to-black .req-to-black-list .req-to-black-add {
  background: url("/public/images/a (1).png") no-repeat center/contain;
  overflow: hidden;
}
.req-to-black .req-to-black-options {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 69px;
  margin-top: 30px;
}
.req-to-black .req-to-black-options input {
  width: 101px;
  height: 32px;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
}
.req-to-black .req-to-black-options .req-to-black-sure {
  background:linear-gradient(211deg,rgba(255,125,126,1) 0%,rgba(245,72,75,1) 100%);
  border: none;
  color: #FFF;
}
.req-to-black .req-to-black-options .req-to-black-sure:hover {
background: #FFF;
  border: 1px solid #FF6365;
  color: #FF6365;
}
.req-to-black .req-to-black-options .req-to-black-sure:active {
background: #FFF;
  border: 1px solid #FF6365;
  color: #FF6365;
  transform: scale(0.9);
}
.req-to-black .req-to-black-options .req-to-black-cancle {
  background: #FFF;
  border: 1px solid #FF6365;
  color: #FF6365;
}
.req-to-black .req-to-black-options .req-to-black-cancle:hover {
  background:linear-gradient(211deg,rgba(255,125,126,1) 0%,rgba(245,72,75,1) 100%);
  border: none;
  color: #FFF;
}
.req-to-black .req-to-black-options .req-to-black-cancle:active {
  background:linear-gradient(211deg,rgba(255,125,126,1) 0%,rgba(245,72,75,1) 100%);
  border: none;
  color: #FFF;
  transform: scale(0.9);
}
.req-to-black .req-to-black-list .req-to-black-add input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.req-to-black .req-to-black-line {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 0 20px;
}
.req-to-black .req-to-black-line .req-to-black-title {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.req-to-black .req-to-black-line .line-title {
  width: auto;
  text-align: right;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  padding-right: 6px;
}
.req-to-black .req-to-black-line .line-content {
  flex: 1;
  height: auto;
}
.req-to-black .req-to-black-line .line-content select {
  width: 120px;
  height: 32px;
  outline: none;
  font-size: 16px;
}
.req-to-black .req-to-black-line .line-content textarea {
  width: 240px;
  height: 60px;
  outline: none;
  font-size: 16px;
  resize: none;
}

@keyframes rt360 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#layoutLoginTips{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 197;
  margin: auto;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.layoutLoginContainer{
  width: 580px;
  height: 447px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 198;
  margin: auto;
  background: #FFFFFF;
  border-radius: 4px;
}
.closeLoginTips{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 199;
  cursor: pointer;
  display: block;
  background:url('/public/front/images/closeLoginTips.png') center center no-repeat;
  background-size: 20px 20px;
}
.loginTipsTitle{
  margin: 0 auto;
  width: 580px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.loginTipsMain{
  height: 325px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
  color: #9C9C9C;
}
.loginTipsBtns{
  width: 240px;
  height: 45px;
  margin: 0 auto;
  overflow: hidden;
}
.loginTipsBtns-login{
  width: 110px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  display: block;
  float: left;
  text-align: center;
  background: linear-gradient(332deg, #1DF6AE 0%, #3BD0C5 50%, #23B6E7 100%);
  border-radius: 23px;
}
.loginTipsBtns-service{
  width: 110px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  display: block;
  float: right;
  text-align: center;
  background: url(/public/front/images/service-icon.png) center center no-repeat;
  background-size: 110px 45px;
  border-radius: 23px;
}
.anchor-lottery-box, .anchor-lottery-box * {
  box-sizing: border-box; }

.anchor-lottery-box {
  position: absolute;
  left: 0;
  top: -490px;
  width: 370px;
  height: 490px;
  padding-top: 39px;
  z-index: 999; }
  .anchor-lottery-box .anchor-lottery-box-close {
    position: absolute;
    right: -8px;
    top: 30px;
    width: 20px;
    height: 20px;
    background: url("/public/images/to-close.png") no-repeat center/contain;
    cursor: pointer;
    z-index: 3; }
  .anchor-lottery-box .anchor-lottery-top {
    position: relative;
    width: 100%;
    height: 45px;
    background: linear-gradient(to right, #E96561, #F8DE76);
    border-radius: 10px 10px 0 0; }
    .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-bg {
      position: absolute;
      left: 75px;
      top: -39px;
      width: 220px;
      height: 84px;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      align-items: flex-start; }
      .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-bg img {
        display: block;
        width: 100%;
        height: auto; }
    .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-help {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #FFF;
      color: #FFF;
      line-height: 23px;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      z-index: 2; }
    .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-back {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 25px;
      height: 25px;
      background: url("/public/images/back.png") no-repeat center/contain;
      cursor: pointer;
      z-index: 2;
      display: none; }
    .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-history {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 25px;
      height: 25px;
      background: url("/public/images/history.png") no-repeat center/auto 80%;
      cursor: pointer;
      z-index: 2; }
    .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-add {
      position: absolute;
      right: 10px;
      top: 0;
      width: auto;
      height: 45px;
      font-size: 14px;
      color: #b5760b;
      line-height: 45px;
      cursor: pointer;
      z-index: 2;
      display: none; }
    .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-nav {
      position: absolute;
      left: 50%;
      top: 30px;
      width: auto;
      height: 30px;
      background: #F0DD79;
      padding: 3px;
      border-radius: 4px;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 0 10px #ceb748; }
      .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-nav .top-nav-item {
        position: relative;
        width: auto;
        height: 100%;
        background: transparent;
        border-radius: 4px;
        font-size: 14px;
        color: #B5760B;
        line-height: 24px;
        padding: 0 6px;
        cursor: pointer;
        word-break: keep-all;
        white-space: nowrap; }
        .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-nav .top-nav-item + .top-nav-item {
          margin-left: 8px; }
        .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-nav .top-nav-item:nth-child(3) {
          margin-left: 0; }
        .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-nav .top-nav-item.nav-active {
          background: #E96561;
          color: #FFF; }
        .anchor-lottery-box .anchor-lottery-top .anchor-lottery-top-nav .top-nav-item.nav-2 {
          display: none; }
  .anchor-lottery-box .anchor-lottery-content {
    position: relative;
    width: 100%;
    height: 406px;
    background: #FEF8E7;
    overflow-y: auto; }
    .anchor-lottery-box .anchor-lottery-content .random-gift-box {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift {
        position: relative;
        width: 325px;
        height: 339px;
        background: url("/public/images/gift-pop-bg.png") no-repeat center/contain;
        padding-top: 107px; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .gift-name {
          position: relative;
          width: 100%;
          height: 25px;
          font-size: 18px;
          color: #FFF;
          text-align: center;
          line-height: 25px; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .open-infos {
          position: relative;
          width: 100%;
          height: 24px;
          margin-top: 7px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .open-infos .open-title {
            font-size: 14px;
            color: #FFF; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .open-infos .open-ctd {
            font-size: 18px;
            color: #FFF;
            margin: 0 16px; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .open-infos .open-type {
            width: auto;
            height: 24px;
            border-radius: 12px;
            padding: 0 9px;
            background: #F0DD79;
            font-size: 14px;
            color: #B5760B;
            line-height: 24px; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition {
          position: relative;
          width: 260px;
          height: 100px;
          margin: 0 auto;
          margin-top: 29px;
          background: #FFF;
          border-radius: 10px;
          padding: 14px 7px; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition .condition-title {
            position: absolute;
            left: 50%;
            top: -14px;
            width: 110px;
            height: 28px;
            margin-left: -55px;
            background: #F0DD79;
            border-radius: 4px;
            color: #B5760B;
            line-height: 28px;
            font-size: 14px;
            text-align: center;
            z-index: 1; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition .condition-list {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition .condition-list .condition-item {
              width: 100%;
              height: 20px;
              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              justify-content: space-between;
              align-items: center;
              font-size: 14px;
              line-height: 20px;
              color: #333; }
              .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition .condition-list .condition-item + .condition-item {
                margin-top: 6px; }
              .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition .condition-list .condition-item .condition-status {
                color: #999; }
                .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-condition .condition-list .condition-item .condition-status.status1 {
                  color: #F0DD79; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .irrespective {
          width: 100%;
          height: 20px;
          font-size: 14px;
          line-height: 20px;
          color: #FFF;
          text-align: center;
          margin-top: 6px; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-now {
          display: block;
          position: relative;
          width: 98px;
          height: 34px;
          margin: 0 auto;
          margin-top: 28px;
          background: url("/public/images/join-now.png") no-repeat center/contain;
          transition-duration: .2s;
          outline: none;
          border: none;
          cursor: pointer; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-now:active {
            transform: scale(0.9); }
          .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .join-now.overed {
            filter: grayscale(1); }
        .anchor-lottery-box .anchor-lottery-content .random-gift-box .random-gift .already {
          width: 98px;
          height: 34px;
          border-radius: 17px;
          margin: 0 auto;
          margin-top: 28px;
          background: linear-gradient(to bottom, #b5760b, #cbbfa8);
          font-size: 14px;
          color: #926313;
          line-height: 34px;
          text-align: center;
          font-weight: bold;
          cursor: default;
          moz-user-select: -moz-none;
          -moz-user-select: none;
          -o-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none;
          user-select: none;
          }
    .anchor-lottery-box .anchor-lottery-content .random-gift-list {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 20px; }
      .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-head {
        position: relative;
        width: 100%;
        height: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-head span {
          flex: 1;
          height: 100%;
          font-size: 14px;
          color: #333;
          text-align: center;
          line-height: 20px;
          font-weight: bold; }
      .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box {
        position: relative;
        width: 100%;
        height: calc(100% - 20px);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box::-webkit-scrollbar {
          display: none; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box .list-item {
          display: block;
          position: relative;
          width: 100%;
          height: 37px;
          border-bottom: 1px solid #EEE;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box .list-item:last-child {
            border-bottom: none; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box .list-item .list-item-col {
            flex: 1;
            height: 100%;
            font-size: 12px;
            line-height: 36px;
            text-align: center;
            color: #333;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center; }
            .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box .list-item .list-item-col:nth-child(1) {
              justify-content:flex-start;
            }
            .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box .list-item .list-item-col .anchor-avatar {
              display: block;
              width: 20px;
              height: 20px;
              border-radius: 50%;
              object-fit: contain; }
            .anchor-lottery-box .anchor-lottery-content .random-gift-list .list-box .list-item .list-item-col .anchor-name {
              width: auto;
              height: 36px;
              max-width: 6em;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; }
    .anchor-lottery-box .anchor-lottery-content .random-gift-case {
      position: relative;
      width: 100%;
      height: auto;
      padding: 0 20px; }
      .anchor-lottery-box .anchor-lottery-content .random-gift-case .random-gift-item {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #EEE;
        padding: 15px 0;
        font-size: 14px;
        line-height: 24px;
        color: #333; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-case .random-gift-item.current-room {
          height: 103px; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-case .random-gift-item:last-child {
          border-bottom: none; }
        .anchor-lottery-box .anchor-lottery-content .random-gift-case .random-gift-item .left {
          flex: 1;
          height: auto; }
          .anchor-lottery-box .anchor-lottery-content .random-gift-case .random-gift-item .left .gift-name {
            text-align: left !important;
          }
        .anchor-lottery-box .anchor-lottery-content .random-gift-case .random-gift-item .right {
          width: auto;
          height: 100%;
          margin-left: 10px;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          flex-direction: column;
          align-items: flex-end; }
      .anchor-lottery-box .anchor-lottery-content .random-gift-case .no-more {
        position: relative;
        width: 100%;
        height: 30px;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        text-align: center; }
  .anchor-lottery-box .s-loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 406px;
    background: rgba(0, 0, 0, 0.3); }
    .anchor-lottery-box .s-loading .s-loading-box {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
    .anchor-lottery-box .s-loading .s-loading-box img {
      display: block;
      width: 26px;
      height: 26px; }
  .anchor-lottery-box .no-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 406px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    opacity: 0.8;
    display: none; }
    .anchor-lottery-box .no-data .no-data-box {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .anchor-lottery-box .no-data .no-data-icon {
      display: block;
      width: 60px;
      height: auto; }

.to-the-corner {
  width: 460px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 8px !important;
  border: 2px solid #F5E195 !important; }
  .to-the-corner .layui-layer-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
    background: transparent !important; }
    .to-the-corner .layui-layer-setwin {
      display: block !important;
    }

.to-the-corner .scan-qrcode {
  position: relative;
  width: 100%;
  height: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to-the-corner .scan-qrcode img {
  display: block;
  width: 180px;
  height: 180px;
}