@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: 999999;
  width: 100%;
  height: 80px;
  border-bottom: 4px solid #ff2938;
  border-image: -webkit-linear-gradient(#ff2938, #fe646d) 30 30;
  border-image: -moz-linear-gradient(#ff2938, #fe646d) 30 30;
  border-image: -ms-linear-gradient(#ff2938, #fe646d) 30 30;
  border-image: -o-linear-gradient(#ff2938, #fe646d) 30 30;
  border-image: linear-gradient(#ff2938, #fe646d) 30 30;
  background: -webkit-linear-gradient(180deg, #ffffff, #f5f5f5);
  background: -moz-linear-gradient(180deg, #ffffff, #f5f5f5);
  background: -ms-linear-gradient(180deg, #ffffff, #f5f5f5);
  background: -o-linear-gradient(180deg, #ffffff, #f5f5f5);
  background: linear-gradient(180deg, #ffffff, #f5f5f5);
  /* 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;
  /* background: red; */
  /* background-repeat: no-repeat;
    background-position: center; */
  top: 550px;
  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;
  /* padding-top: 90px; */
  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: 175px;
  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,rgba(255,125,126,1) 0%,rgba(245,72,75,1) 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 #FD6365;
  color: #FD6365;
  line-height: 22px;
}
.msg-chat .opt-user .opt-user-infos .opt-user-copy:active {
  background: #FFF;
  border: 1px solid #FD6365;
  color: #FD6365;
  line-height: 22px;
  transform: scale(0.9);
}
.msg-chat .opt-user .opt-user-options {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8px;
  display: flex;
}
.msg-chat .opt-user .opt-user-options input {
  flex:1;
  height: 25px;
  border: 1px solid #FD6365;
  border-radius: 2px;
  background: #FFF;
  font-size: 12px;
  color: #FD6365;
  margin-right: 10px;
  cursor: pointer;
}
.msg-chat .opt-user .opt-user-options input:nth-last-child(1){
  margin-right:0 ;
}
.msg-chat .opt-user .opt-user-options input:hover {
  background: #FD6365;
  border-color: transparent;
  color: #FFF;
}
.req-to-black {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 370px;
  height: 268px;
  margin-left: -185px;
  margin-top: -134px;
  background: #FFF;
  border-radius: 5px;
  z-index: 1000;
  box-sizing: border-box;
  box-sizing: 0 0 8px #DDD;
}
.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("/memberCenter/images/close_white.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;
  background: #FF6365;
  border-radius: 5px 5px 0 0;
}
.req-to-black .req-to-black-reason {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin-top: 10px;
}
.req-to-black .req-to-black-ct {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin-top: 10px;
  color: #666;
}
.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/add.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;
}


@keyframes rt360 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.upgrade_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 333;
  display: none; }
  .upgrade_popup .upgrade_popup_mask {
    width: 100vw;
    height: 100vh;
    background-color: #707070;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }
  .upgrade_popup .upgrade {
    display: block;
    width: 434px;
    height: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    z-index: 1; }
    .upgrade_popup .upgrade .upgrade_header {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      background-color: #FF6365;
      color: #FFFFFF;
      font-size: 16px;
      position: relative; }
      .upgrade_popup .upgrade .upgrade_header .upgrade_header_close {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
    .upgrade_popup .upgrade .upgrade_body {
      display: flex;
      align-items: center;
      margin-top: 28px;
      justify-content: center; }
    .upgrade_popup .upgrade .upgrade_body_download_icon {
      width: 120px;
      height: 120px; }
    .upgrade_popup .upgrade .upgrade_body_content {
      width: 240px;
      margin-left: 17px;
      color: #707070;
      font-size: 14px; }
      .upgrade_popup .upgrade .upgrade_body_content .upgrade_body_content_tiem {
        display: flex;
        color: #FD6365;
        margin-top: 12px; }
        .upgrade_popup .upgrade .upgrade_body_content .upgrade_body_content_tiem .upgrade_body_content_time_item {
          width: 28px;
          height: 28px;
          background-color: #FD6365;
          font-size: 16px;
          color: #fff;
          line-height: 28px;
          text-align: center;
          border-radius: 4px; }
        .upgrade_popup .upgrade .upgrade_body_content .upgrade_body_content_tiem .upgrade_body_content_time_dot {
          margin: 0 6px; }
    .upgrade_popup .upgrade .upgrade_later {
      width: 208px;
      height: 35px;
      border-radius: 18px;
      background: linear-gradient(211deg, #FF7D7E 0%, #F5484B 100%);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px auto;
      cursor: pointer; }
  .upgrade_popup .upgrade_popup_two {
    display: none;
    width: 388px;
    height: 186px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    z-index: 2; }
    .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body {
      background-color: #fff; }
      .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        background-color: #FF6365;
        color: #FFFFFF;
        font-size: 16px;
        position: relative; }
        .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_header .upgrade_popup_two_header_close {
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%); }
      .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_body {
        color: #707070;
        padding: 0 40px;
        font-size: 14px;
        margin-top: 28px; }
      .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_btn {
        margin-top: 20px;
        padding: 0 83px;
        display: flex;
        justify-content: space-between; }
        .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_btn .upgrade_popup_two_btn_common {
          width: 101px;
          height: 35px;
          font-size: 16px;
          border-radius: 18px;
          line-height: 35px;
          text-align: center;
          cursor: pointer; }
        .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_btn .upgrade_popup_two_btn_confirm {
          border: 1px solid #FF6365;
          color: #FF6365;
          background-color: #fff; }
        .upgrade_popup .upgrade_popup_two .upgrade_popup_two_body .upgrade_popup_two_btn .upgrade_popup_two_btn_close {
          background: linear-gradient(211deg, #FF7D7E 0%, #F5484B 100%);
          color: #fff; }
