.common-overlay {
  position: fixed;
  outline: 0px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff');
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 999999;
}
.common-wrap {
  width: auto;
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.common-header {
  padding: 0;
  border: 0 none;
  background: transparent;
  white-space: nowrap;
}
.common-close {
  position: relative;
  float: right;
  top: 13px;
  right: 13px;
  padding: 0 4px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.common-title {
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  cursor: default;
}
.common-button {
  width: auto;
  overflow: visible;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #4e4e4e;
  background-color: #ffffff;
  border-color: #cccccc;
  text-align: center;
}
.modal-overlay {
  position: fixed;
  outline: 0px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff');
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 999999;
  padding: 4px;
  background: rgba(255, 255, 255, 0.4);
}
.modal-overlay .modal-wrap {
  width: auto;
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.modal-overlay .modal-wrap .modal-header,
.modal-overlay .modal-wrap .modal-body,
.modal-overlay .modal-wrap .modal-footer {
  padding: 0;
  border: 0 none;
  background: transparent;
  white-space: nowrap;
}
.modal-overlay .modal-wrap .modal-close {
  position: relative;
  float: right;
  top: 13px;
  right: 13px;
  padding: 0 4px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-overlay .modal-wrap .modal-title {
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  cursor: default;
  padding: 15px 15px 5px;
}
.modal-overlay .modal-wrap .modal-body {
  padding: 10px 15px;
  text-align: center;
}
.modal-overlay .modal-wrap .modal-body .modal-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
  text-align: left;
  min-width: 260px;
  color: #4E4E4E;
}
.modal-overlay .modal-wrap .modal-footer {
  padding: 0 20px 20px 20px;
  text-align: right;
}
.modal-overlay .modal-wrap .modal-footer a {
  padding: 6px 12px;
}
.modal-overlay .modal-wrap .modal-footer a.cancel:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.modal-overlay .modal-wrap .modal-footer a.confirm {
  margin-left: 5px;
  color: #ffffff;
  background-color: #C751A5;
  border-color: #C751A5;
  outline: none;
}
.dialog-overlay {
  position: fixed;
  outline: 0px;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff');
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 999999;
  color: #333;
}
.dialog-overlay .dialog-wrap {
  width: auto;
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #999;
}
.dialog-overlay .dialog-wrap .dialog-header {
  padding: 0;
  border: 0 none;
  background: transparent;
  white-space: nowrap;
  background: #f5f5f5;
}
.dialog-overlay .dialog-wrap .dialog-header .dialog-title {
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  cursor: default;
  padding: 8px 15px;
  font-size: 14px;
}
.dialog-overlay .dialog-wrap .dialog-header .dialog-close {
  position: relative;
  float: right;
  top: 13px;
  right: 13px;
  padding: 0 4px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  top: 8px;
  z-index: 10;
}
.dialog-overlay .dialog-wrap .dialog-body {
  padding: 32px 20px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}
.dialog-overlay .dialog-wrap .dialog-footer {
  padding: 0 20px 24px 20px;
  text-align: center;
}
.dialog-overlay .dialog-wrap .dialog-footer a {
  width: auto;
  overflow: visible;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #4e4e4e;
  background-color: #ffffff;
  border-color: #cccccc;
  text-align: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: bold;
}
.dialog-overlay .dialog-wrap .dialog-footer a.cancel {
  color: #666;
  background-color: #FAFAFA;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F7F7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F7F7F7', GradientType='0');
  border-color: #D8D8D8;
}
.dialog-overlay .dialog-wrap .dialog-footer a.cancel:hover {
  color: #666;
  background: #EFEFEF;
  border-color: #D8D8D8;
}
.dialog-overlay .dialog-wrap .dialog-footer a.confirm {
  margin-left: 24px;
  color: #ffffff;
  background: #EA6703;
  border-color: #FA740D;
  filter: none;
}
.dialog-overlay .dialog-wrap .dialog-footer a.confirm:hover {
  background-color: #FF7203;
  border-color: #FF7203;
}

body {
  font-size: 12px;
  font-family: "Lantinghei SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.login_overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  min-width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  font-family: "Lantinghei SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login_overlay .login_mask {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.login_overlay .login_main {
  width: 352px;
  height: 460px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid transparent;
  font-family: PingFang SC, PingFang SC-Regular;
  position: relative;
  margin: 0 auto;
}
.login_overlay .login_main .login_head a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/user/close_ico.png) 12px 24px;
  margin-top: 17px;
  margin-right: 17px;
  cursor: pointer;
}
.login_overlay .login_main .login_head a:hover {
  background: url(/images/user/close_ico.png) 0 12px;
}
.login_overlay .container {
  color: #616161;
  font-size: 14px;
  width: 300px;
  margin: 0 auto;
}
.login_overlay .container .title {
  color: #2b2b2b;
  font-size: 20px;
  margin: 20px auto 18px;
  text-align: left;
  position: relative;
  border-left: 2px solid #ff7601;
  width: 291px;
  height: 22px;
  padding-left: 5px;
  line-height: 21px;
}
.login_overlay .container .title a {
  position: absolute;
  right: 2px;
  bottom: 1px;
  color: #616161;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.login_overlay .container .items .tabs {
  display: flex;
  margin: 30px 0;
}
.login_overlay .container .items .tabs span {
  font-size: 16px;
  font-weight: 400;
  text-align: CENTER;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  margin-right: 30px;
}
.login_overlay .container .items .tabs .active::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #ffd630;
  border-radius: 11px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
.login_overlay .container .items .tabs .active {
  color: #333333;
}
.login_overlay .container .items .input_item {
  position: relative;
}
.login_overlay .container .items .input_item .item {
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  width: 282px;
  padding: 0 9px;
  color: #2c2c2c;
  font-size: 14px;
  -moz-border-radius: 2px;
  /* Gecko browsers */
  -webkit-border-radius: 2px;
  /* Webkit browsers */
  border-radius: 2px;
  /* W3C syntax */
  font-family: "Microsoft Yahei";
  border: 0.5px solid #e3e3e3;
  color: #333;
}
.login_overlay .container .items .input_item input::-webkit-input-placeholder {
  color: #999;
}
.login_overlay .container .items .input_item input:-moz-placeholder {
  color: #999;
}
.login_overlay .container .items .input_item input::-moz-placeholder {
  color: #999;
}
.login_overlay .container .items .input_item input:-ms-input-placeholder {
  color: #999;
}
.login_overlay .container .items .input_item .item:focus {
  color: #2c2c2c;
  border: 0.5px solid #ffd630;
}
.login_overlay .container .items .input_item .item.error {
  border: 0.5px solid #ff0000;
}
.login_overlay .container .items .input_item .empty {
  content: '';
  display: block;
  background-image: url(/images/user/del_input.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 12px;
  cursor: pointer;
}
.login_overlay .container .items .btn {
  display: inline-block;
  width: 300px;
  height: 40px;
  cursor: pointer;
  margin: 15px 0 10px;
  background: #ffd630;
  border-radius: 5px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.login_overlay .container .items .margin15 {
  margin-top: 15px;
}
.login_overlay .container .items .margin48 {
  margin-top: 48px;
}
.login_overlay .container .items .btn.disabled {
  color: #333333;
  background-color: #ffd630;
  cursor: default;
}
.login_overlay .container .items .btn:hover {
  background-color: #ffc830;
}
.login_overlay .container .items .btn.disabled:hover {
  background-color: #ffd630;
}
.login_overlay .container .items .btn.ing {
  background-color: #ffc830;
}
.login_overlay .container .items .btn .loading {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  text-align: left;
}
.login_overlay .container .items .btn .loading i {
  opacity: 0;
  filter: alpha(opacity=0);
}
.login_overlay .container .items .btn .loading i:first-child {
  transition: all 0.165s linear;
  -webkit-transition: all 0.165s linear;
}
.login_overlay .container .items .btn .loading i:nth-child(2) {
  transition: all 0.165s linear 0.165s;
  -webkit-transition: all 0.165s linear 0.165s;
}
.login_overlay .container .items .btn .loading i:last-child {
  transition: all 0.165s linear 0.33s;
  -webkit-transition: all 0.165s linear 0.33s;
}
.login_overlay .container .items .btn .loading.show i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.login_overlay .container .items .tools {
  position: relative;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #666;
}
.login_overlay .container .items .tools .ck_cookie {
  display: flex;
}
.login_overlay .container .items .tools .ck_cookie::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(/images/user/check1.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
}
.login_overlay .container .items .tools .checked::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(/images/user/check2.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
}
.login_overlay .container .items .tools input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.login_overlay .container .items .tools .forget_pass {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #666;
}
.login_overlay .container .items .msg_label {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  display: block;
  background-color: #f64a4a;
  -moz-border-radius: 2px;
  /* Gecko browsers */
  -webkit-border-radius: 2px;
  /* Webkit browsers */
  border-radius: 2px;
  /* W3C syntax */
  text-align: left;
  text-indent: 6px;
  color: #fff;
}
.login_overlay .container .items .code_div {
  position: relative;
}
.login_overlay .container .items .code_div .item {
  width: 180px;
  box-sizing: border-box;
}
.login_overlay .container .items .code_div .item.code.disabled {
  background-color: #F4F4F4;
}
.login_overlay .container .items .code_div .get_code {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 94px;
  padding: 0 6px;
  height: 38px;
  line-height: 38px;
  display: block;
  -moz-border-radius: 5px;
  /* Gecko browsers */
  -webkit-border-radius: 5px;
  /* Webkit browsers */
  border-radius: 5px;
  /* W3C syntax */
  text-align: center;
  cursor: pointer;
  background-color: #ffd630;
  color: #333;
}
.login_overlay .container .items .code_div .get_code.disabled {
  color: #a1a1a1;
  background-color: #ececec;
  cursor: default;
}
.login_overlay .container .items .register_div {
  text-align: left;
  font-size: 13px;
  color: #999999;
}
.login_overlay .container .items .register_div .go_register {
  color: #333;
  cursor: pointer;
}
.login_overlay .container .items .geetest ._ver_code_ {
  width: 100%;
  height: 44px;
}
.login_overlay .container .items .geetest ._ver_code_ .bar {
  width: 100%;
  height: 44px;
  display: inline-block;
  border: 1px solid transparent;
  background: url(/images/user/btn_bg.png) no-repeat;
  background-size: 100%;
  position: relative;
}
.login_overlay .container .items .geetest ._ver_code_ .bar .label {
  width: 100%;
  height: 100%;
  line-height: 44px;
  font-size: 14px;
  color: #999;
}
.login_overlay .container .items .geetest ._ver_code_ .bar .icon {
  width: 13px;
  height: 14px;
  position: absolute;
  background: url(/images/user/lock.png) no-repeat;
  background-size: 100%;
  margin: 0;
  left: 48px;
  top: 15px;
}
.login_overlay .container .items .success ._ver_code_ {
  height: 33px;
}
.login_overlay .container .items .success ._ver_code_ .bar {
  width: 100%;
  height: 33px;
  background: #fff;
  border: 0.5px solid #6fcf97;
  border-radius: 5px;
}
.login_overlay .container .items .success ._ver_code_ .bar .label {
  color: #6fcf97;
  line-height: 33px;
  text-align: center;
}
.login_overlay .container .items .success ._ver_code_ .bar .success {
  width: 13px;
  height: 11px;
  position: absolute;
  background: url(/images/user/check3.png) no-repeat;
  background-size: 100%;
  margin: 0;
  left: 80px;
  top: 10px;
}
.login_overlay .container .error_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/images/user/icons.png) 0 -14px;
  margin-right: 3px;
  margin-bottom: -2px;
}
.login_overlay .login_third {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.login_overlay .login_third .text {
  text-align: center;
  color: #999;
  font-size: 14px;
  height: 1px;
  position: relative;
}
.login_overlay .login_third .text span {
  display: block;
  position: absolute;
  top: 0;
  left: 84px;
  width: 132px;
  background-color: #fff;
  height: 14px;
  font-size: 14px;
  color: #666;
}
.login_overlay .login_third .icon {
  position: relative;
  height: 43px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.login_overlay .login_third .icon .third {
  background-image: url(/images/user/third.png);
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.login_overlay .login_third .icon .qq {
  display: inline-block;
  background: url(/images/user/qq.png) no-repeat;
  background-size: 100%;
  margin: 0 25px;
}
.login_overlay .login_third .icon .weibo {
  display: inline-block;
  background: url(/images/user/wb.png) no-repeat;
  background-size: 100%;
}
.login_overlay .login_third .icon .weixin {
  display: inline-block;
  background: url(/images/user/wx.png) no-repeat;
  background-size: 100%;
}
.login_overlay .errmargin25 {
  margin-top: 25px;
}
.login_overlay .agreeBox {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
}
.login_overlay .agreeBox .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://rescdn.kktv8.com/kk-web-res/main/agree/unselect.png);
  background-size: 100% 100%;
}
.login_overlay .agreeBox .checkbox.select {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://rescdn.kktv8.com/kk-web-res/main/agree/select.png);
  background-size: 100% 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.blacklist-dialog-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
}
.blacklist-dialog-mask.show {
  background-color: transparent;
}
.blacklist-dialog-mask .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
}
.blacklist-dialog-mask .wrap .main {
  position: relative;
  margin-top: -50%;
  margin-left: -50%;
  width: 382px;
  padding: 0 58px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Microsoft Yahei", "微软雅黑", Helvetica, Arial, sans-serif;
  color: #666666;
  background: #ffffff;
  box-shadow: 0 8px 20px 0 rgba(31, 31, 31, 0.5);
}
.blacklist-dialog-mask .wrap .main .close {
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 14px;
  color: #C5C6C7;
  cursor: pointer;
}
.blacklist-dialog-mask .wrap .main .close::before {
  content: '\2716';
}
.blacklist-dialog-mask .wrap .main .title {
  padding-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font: 18px bold;
  color: #333333;
}
.blacklist-dialog-mask .wrap .main .subtitle {
  margin-top: 10px;
  color: #333333;
}
.blacklist-dialog-mask .wrap .main .desc {
  line-height: 24px;
  word-break: break-word;
}
.blacklist-dialog-mask .wrap .main .close-btn-wrap {
  padding: 10px 0 20px;
  text-align: center;
}
.blacklist-dialog-mask .wrap .main .close-btn {
  display: inline-block;
  width: 126px;
  height: 30px;
  line-height: 30px;
  background: #FF7E3A;
  border: 1px solid #FF7E3A;
  border-radius: 2px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
}

.toast_wrap {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  box-sizing: border-box;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.toast_wrap.show {
  animation: fadeIn 1.2s linear;
  -webkit-animation: fadeIn 1.2s linear;
  -moz-animation: fadeIn 1.2s linear;
}
.toast_wrap.show_common {
  animation: fadeIn 2.7s linear;
  -webkit-animation: fadeIn 2.7s linear;
  -moz-animation: fadeIn 2.7s linear;
}
.toast_wrap.show_long {
  animation: fadeIn 4.7s linear;
  -webkit-animation: fadeIn 4.7s linear;
  -moz-animation: fadeIn 4.7s linear;
}
.toast_wrap.hide {
  animation: fadeOut 0.3s linear;
  -webkit-animation: fadeOut 0.3s linear;
  -moz-animation: fadeOut 0.3s linear;
  transition: all 0.3s linear;
}
.toast_wrap div {
  display: inline-block;
  background: #222;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  max-width: 78%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  90% {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  90% {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

* {
  position: relative;
}
.write_off_wrap {
  position: fixed;
  top: calc((100vh - 438px) / 2);
  left: 50%;
  width: 380px;
  height: 438px;
  margin-left: -190px;
  padding: 70px 16px 0;
  background: #FFFFFF;
  box-shadow: 0 16px 22px 0 rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  z-index: 10;
}
.write_off_wrap .right_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  background: url("/images/user/right_icon.png") no-repeat;
}
.write_off_wrap .text {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.write_off_wrap ul {
  padding-left: 18px;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
.write_off_wrap li {
  list-style-type: disc;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}
.write_off_wrap .empty_block {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  border-bottom: 1px solid #F3F5F9;
}
.write_off_wrap .submit_btn {
  background: #FFD630;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 50px;
  height: 46px;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.login_safe {
  position: fixed;
  top: calc((100vh - 254px) / 2);
  left: 50%;
  width: 380px;
  height: 254px;
  margin-left: -190px;
  background-color: #fff;
  font-family: "Lantinghei SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 10;
}
.login_safe .login_head {
  height: 36px;
  background: #f5f5f5;
  position: relative;
}
.login_safe .login_head span {
  margin-left: 15px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 36px;
}
.login_safe .login_head a {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(/images/user/close_ico.png) 12px 24px;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
.login_safe .login_head a:hover {
  background: url(/images/user/close_ico.png) 0 12px;
}
.login_safe .container {
  width: 300px;
  margin: auto;
}
.login_safe .container .title {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding-top: 28px;
  padding-bottom: 18px;
}
.login_safe .container .title .phoneNum {
  color: #4a4a4a;
  margin: 0 7px;
}
.login_safe .container .code {
  height: 38px;
  line-height: 38px;
  border: 1px solid #d6d6d6;
  width: 282px;
  padding: 0 9px;
  color: #2c2c2c;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "Microsoft Yahei";
}
.login_safe .container .code_div {
  position: relative;
}
.login_safe .container .code_div .get_code {
  position: absolute;
  font-size: 14px;
  top: 5px;
  right: 5px;
  min-width: 100px;
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  display: block;
  background-color: #fe8b4d;
  color: #fff;
  -moz-border-radius: 3px;
  /* Gecko browsers */
  -webkit-border-radius: 3px;
  /* Webkit browsers */
  border-radius: 3px;
  /* W3C syntax */
  text-align: center;
  cursor: pointer;
}
.login_safe .container .code_div .get_code.disabled {
  color: #a1a1a1;
  background-color: #ececec;
  cursor: default;
}
.login_safe .container .btn {
  margin: 22px 0 0;
  display: inline-block;
  width: 300px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background-color: #ff7601;
  -moz-border-radius: 2px;
  /* Gecko browsers */
  -webkit-border-radius: 2px;
  /* Webkit browsers */
  border-radius: 2px;
  /* W3C syntax */
  cursor: pointer;
}
.login_safe .container .btn.disabled {
  color: #ffcc99;
  background-color: #ffa16b;
  cursor: default;
}
.login_safe .container .btn:hover {
  background-color: #f55702;
}
.login_safe .container .btn.disabled:hover {
  background-color: #ffa16b;
}
.login_safe .container .btn.ing {
  background-color: #f55702;
}
.login_safe .container .btn .loading {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  text-align: left;
}
.login_safe .container .btn .loading i {
  opacity: 0;
  filter: alpha(opacity=0);
}
.login_safe .container .btn .loading i:first-child {
  transition: all 0.165s linear;
  -webkit-transition: all 0.165s linear;
}
.login_safe .container .btn .loading i:nth-child(2) {
  transition: all 0.165s linear 0.165s;
  -webkit-transition: all 0.165s linear 0.165s;
}
.login_safe .container .btn .loading i:last-child {
  transition: all 0.165s linear 0.33s;
  -webkit-transition: all 0.165s linear 0.33s;
}
.login_safe .container .btn .loading.show i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.login_safe .container .msg_label {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  display: block;
  margin: 10px 0 0;
  background-color: #f64a4a;
  -moz-border-radius: 2px;
  /* Gecko browsers */
  -webkit-border-radius: 2px;
  /* Webkit browsers */
  border-radius: 2px;
  /* W3C syntax */
  text-align: left;
  text-indent: 6px;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, body, p {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  body {
    font-size: 12px;
  }
  
  * {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  /*浮动*/
  .fl {
    float: left
  }
  
  .fr {
    float: right;
  }
  
  .cf {
    clear: both;
    height: 0;
    width: 0;
    overflow: hidden;
    display: block;
  }
  
  .hide {
    display: none;
  }
  
  .kill_display {
    display: none !important;
  }
  
  .hidden {
    visibility: hidden;
  }
  
  a {
    text-decoration: none;
    color: #626262;
    outline: none;
  }
  
  .show {
    display: block;
  }
  
  .oneline {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
.nav_wrap {
    width: 100%;
    font-family: "microsoft yahei";
    min-height: 60px;
    background-color: #fff;
    transition-duration: 1s;
}

.nav_wrap.show_listen {
    height: 301px;
}

.nav_wrap .nav_bg {
    background: url("/images/nav/icon.png?v=2") no-repeat;
    cursor: pointer;
}

.nav_wrap .sub_wrap {
    width: 1200px;
}

.nav_wrap .nav_scroll {
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: 0;
    min-height: 59px;
    /* border-bottom: 1px solid #eaeaea; */
}

.nav_wrap .nav_scroll .nav_listen {
    width: 100%;
    margin: 0 auto;
}

.nav_wrap .nav_scroll .nav_listen .poster_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/nav/poster_hover.png") no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url("/images/nav/listen_bg.png") repeat-x;
    transition-timing-function: ease;
    overflow: hidden;
    transition-duration: 1s;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .listen_actor {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .listen_actor .listen_num {
    color: #ff6428;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .listen_actor .listen_arrow {
    margin-left: 8px;
    display: inline-block;
    width: 14px;
    height: 9px;
    background-position: 0 -2px;
    cursor: pointer;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .nav_close {
    position: absolute;
    right: -320px;
    top: 13px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/images/nav/del.png") no-repeat;
    background-position: 0 0;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_init .nav_close:hover {
    background-position: -24px 0;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list {
    width: 100%;
    margin: 0 auto;
    height: 243px;
    background: url("/images/nav/listen_list_bg.png") repeat-x;
    transition-duration: 1s;
    transition-timing-function: ease;
    overflow: hidden;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list.closed {
    height: 0;
    transition-duration: 1s;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item {
    display: inline-block;
    margin-right: 20px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .poster_part {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go {
    vertical-align: top;
    height: 150px;
    margin-right: 0;
    background: url("/images/nav/listen_go.jpg") no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go:hover {
    background: url("/images/nav/listen_go_hover.jpg") no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go:hover .listen_txt {
    opacity: 1;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.listen_go .listen_txt {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 6;
    opacity: 0.6;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .poster {
    width: 100%;
    height: 100%;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .poster_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/nav/poster_cover.png) no-repeat;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .online_count {
    background-position: 9px -337px;
    position: absolute;
    left: 0;
    padding-left: 28px;
    bottom: 5px;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .nick_name {
    width: 100px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 10;
    margin: 8px 0 0 10px;
    text-align: left;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item .video-play {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    background-image: url("/images/play_new.png");
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .poster_cover {
    display: none;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .poster_bg {
    display: inline-block;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .video-play {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_container .listen_item.actor:hover .poster {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_up {
    margin-top: 8px;
    display: inline-block;
    width: 26px;
    height: 15px;
    background-position: 0 -177px;
}

.nav_wrap .nav_scroll .nav_listen .nav_listen_list .nav_listen_list_main .listen_up:hover {
    background-position: -36px -177px;
}

.nav_wrap .nav_scroll .sub_wrap {
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .logo {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .logo img {
    height: 34px;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    background-color: #ffffff;
    /* -moz-box-shadow: 0 3px 9px #999999;
    -webkit-box-shadow: 0 3px 9px #999999;
    box-shadow: 0 3px 9px #999999; */
    border-top: 2px solid #FFD630;
    border-radius: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category {
    width: 270px;
    position: relative;
    border-top: 0;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:after,
.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .nav_live_category:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container {
    /* overflow: hidden; */
    line-height: 1em;
    padding: 5px 20px 20px 20px;
    /* border-radius: 10px; */
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
    background-color: #F1F2F4;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a.last {
    margin-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a.all {
    width: 100%;
    margin-top: 10px;
    color: #666666;
    background: #f1f2f4;
    border-radius: 100px;
}

.nav_wrap .nav_scroll .sub_wrap .sild_panel .container a:hover {
    background: #ffd630;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .arrow {
    position: absolute;
    top: -7px;
    left: 47%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eaeaea;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li {
    float: left;
    padding: 0 15px;
    position: relative;
    height: 65px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square {
    margin-right: 11px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item {
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
    transition: all .15s;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item::before {
    display: none;
    content: "";
    width: 16px;
    height: 3px;
    background: #ffd630;
    border-radius: 85px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.selected,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item:hover {
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.selected::before,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item:hover::before {
    display: block;
    background: #ffd630;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square:hover::before {
    background: #ffd630;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
    display: inline-block;
    width: 9px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:after,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:before {
    position: absolute;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 3px;
    margin-left: -7px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square i:before {
    border-color: rgba(153, 153, 153, 0);
    border-width: 5px;
    margin-left: -9px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:after,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:before {
    top: 100%;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:after {
    border-top-color: #ffffff;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_down:before {
    border-top-color: #666666;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up {
    display: none;
    top: 14px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:after,
.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:before {
    bottom: 100%;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:after {
    border-bottom-color: #ffffff;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li a.nav_item.square .arrow_up:before {
    border-bottom-color: #333333;
}

/* .nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover a.square {
    color: #ff6428;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff6428;
} */

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover a.square .arrow_down {
    display: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover a.square .arrow_up {
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_menu li.nav_square:hover .sild_panel {
    display: block;
}

.nav_wrap .nav_scroll .sub_wrap .search-input {
    position: relative;
    float: left;
    color: #fff;
    margin-left: 15px;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search::-webkit-input-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search:-moz-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search::-moz-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input input.search:-ms-placeholder {
    color: #999999;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search {
    margin: 0 0;
    padding: 0 15px 0 15px;
    width: 158px;
    height: 32px;
    border: none;
    border-radius: 30px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    transition: all .3s;
    box-sizing: border-box;
    background-color: #F1F2F4;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search:focus {
    color: #333333;
    width: 180px;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search-icon {
    border: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/images/nav/newui/search_default.png');
    background-size: 100%;
    cursor: pointer;
}

.nav_wrap .nav_scroll .sub_wrap .search-input .search-icon:hover {
    background: url('/images/nav/newui/search_hover.png');
    background-size: 100%;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right {
    position: absolute;
    right: 0;
    top: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item {
    float: left;
    padding: 0 10px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a {
    font-size: 15px;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a:hover {
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a.message {
    padding-left: 1px;
    padding-right: 1px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item a.message .num {
    color: #D38F21;
    font-size: 13px;
    font-weight: bold;
    margin-left: 3px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_item_last {
    padding-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_line {
    color: #dedede;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 15;
    width: 286px;
    border-top: 2px solid #FFD630;
    border-radius: 10px;
    background: #ffffff;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:before {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:after {
    border-color: rgba(255, 241, 233, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container {
    font-size: 14px;
    /* overflow: hidden;  */
    /* border-radius: 10px; */
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .nick_name {
    position: relative;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .nick_name .nickname {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name {
    height: 50px;
    line-height: 23px;
    position: relative;
    padding: 15px 20px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .charge {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    text-align: center;
    color: #fff;
    width: 56px;
    height: 28px;
    line-height: 28px;
    background: #ffd630;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .charge:hover {
    background: #ffc738;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 175px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name input.nickname {
    border: medium none;
    color: #666666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 3px 8px;
    vertical-align: middle;
    width: 143px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar img {
    width: 50px;
    height: 50px;
    border: 0;
    display: block;
    border-radius: 50%
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar .stealth {
    position: absolute;
    left: 0;
    bottom: -10px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 50px;
    height: 19px;
    background: linear-gradient(180deg, #e2e2e2, #9d9d9d 100%);
    border-radius: 5px;
    font-weight: 400;
    color: #333333;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.25) inset;
    cursor: pointer;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .name .photo_img .avatar .stealth.set {
    background: linear-gradient(180deg, #ffe997, #f9d655 100%);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_info_base {
    position: absolute;
    left: 80px;
    top: 20px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure {
    position: relative;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure .my_money {
    width: 150px;
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure .my_money .asset_value {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .treasure .pay {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list {
    position: relative;
    padding: 0 20px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list .user_bg {
    display: inline-block;
    width: 50px;
    height: 32px;
    background: url("/images/nav/newui/user_center_icon.png") no-repeat;
    background-size: 230px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li {
    display: inline-block;
    float: left;
    line-height: normal;
    width: 25%;
    height: 64px;
    text-align: center;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a {
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    padding-top: 32px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a:hover {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_profile {
    background-position: 0 -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_prop {
    background-position: -60px -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_anchor {
    background-position: -120px -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li a.nav_setting {
    background-position: -180px -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list ul li.last {
    margin-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container .user_panel_list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container_bg.user_main {
    width: 100%;
    height: 82px;
    /* background: url("/images/nav/user_bg.png") no-repeat; */
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container_bg.user_mys {
    width: 100%;
    height: 82px;
    /* background: url("/images/nav/ismys_bg.png") no-repeat; */
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .container.have_stealth {
    /* background: url("/images/container_bg.png") no-repeat;
    background-size: 100% 100%; */
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .exit {
    display: block;
    /* width: 100%; */
    text-align: center;
    height: 55px;
    line-height: 55px;
    color: #666666;
    font-size: 14px;
    border-top: 1px solid #F1F2F4;
    font-weight: 400;
    margin: 0 20px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .user_info_panel .exit:hover {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 15;
    width: 180px;
    border-top: 2px solid #FFD630;
    background-color: #ffffff;
    text-align: center;
    line-height: normal;
    border-radius: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .container {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 15px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .down_text {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 13px;
    margin: 0 auto 5px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down {
    display: inline-block;
    width: 116px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f2f4;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down .poster {
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down img {
    width: 115px;
    height: 115px;
}

/* .nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down .nav_txt {
    margin: 20px 0 16px;
    font-size: 12px;
    color: #292929;
} */

/* .nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_down:hover .nav_txt {
    color: #ff6428;
} */

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_daobo {
    width: 152px;
    margin: 0 auto;
    text-align: center;
    height: 33px;
    line-height: 33px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_daobo a {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item .nav_dialog_down .nav_daobo a:hover {
    color: #D38F21;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item:hover .user_info_panel {
    display: block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item:hover .nav_dialog_down {
    display: block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite {
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 15;
    width: 230px;
    background-color: #ffffff;
    border-top: 2px solid #FFD630;
    box-sizing: border-box;
    border-radius: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:before,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:after,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history:before,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow:before {
    border-color: rgba(255, 100, 40, 0);
    border-bottom-color: #FFD630;
    border-width: 8px;
    margin-left: -8px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul {
    padding: 14px 1.5px;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul::before,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px solid #F1F2F4;
    box-sizing: border-box;
    border-top: 0;
    border-radius: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li {
    width: 100%;
    position: relative;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.item,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.item {
    height: 40px;
    line-height: 40px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.item:hover,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.item:hover {
    background-color: #F1F2F4;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.more,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.more {
    text-align: center;
    line-height: normal;
    margin-top: 10px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.more a,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.more a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #666666;
    background: #ffffff;
    font-weight: 400;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border: 1.2px solid #ffd630;
    border-radius: 100px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.more a:hover,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.more a:hover {
    color: #333333;
    background: #FFD630;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .h_poster,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .h_poster {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .nick_name,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .nick_name {
    position: absolute;
    left: 60px;
    top: 0;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 13px;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li a.container .nick_name:hover,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li a.container .nick_name:hover {
    color: #666666;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li .live_icon,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li .live_icon {
    position: absolute;
    right: 20px;
    top: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/nav/newui/live_icon.png);
    background-size: 100%;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view .nav_history ul li.no_data,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite .nav_follow ul li.no_data {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #999999;
    text-align: center;
    font-size: 13px;
    margin: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_view:hover .nav_history,
.nav_wrap .nav_scroll .sub_wrap .nav_right ul li.nav_item.nav_favourite:hover .nav_follow {
    display: inline-block;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user {
    float: left;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .photo {
    width: 36px;
    height: 36px;
    border: 0;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_register {
    padding-right: 0;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_register a {
    width: 68px;
    height: 32px;
    border: 1.5px solid #D9D9D9;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_register a:hover {
    border-color: #FFD630;
    background-color: #FFD630;
    color: #333333;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_login a {
    width: 68px;
    height: 32px;
    background: #ffd630;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.nav_wrap .nav_scroll .sub_wrap .nav_right ul .nav_user .nav_item_login a:hover {
    background: #FFC738;
    color: #333333;
}

@media (max-width: 1680px) {
    .nav_wrap .nav_scroll .sub_wrap {
        width: 1023px;
    }

    .nav_wrap .nav_scroll .sub_wrap .search-input .search-icon {
        right: 20px;
    }
}

@media (min-width: 1681px) {
    .nav_scroll .sub_wrap {
        width: 1221px;
    }
}

/* @media (max-width: 1440px) {
    .nav_scroll .sub_wrap {
        width: 1205px !important;

        .search-input {
            .search {
                width: 180px;
            }

            .search-icon {
                right: 20px;
            }
        }

        .nav_right ul li.nav_item {
            padding: 0 15px;
        }
    }
}

@media (min-width: 1440px) {
    .nav_scroll .sub_wrap {
        width: 1614px !important;
    }
} */
.show-wrap {
  position: relative;
  font-family: "微软雅黑", "Microsoft YaHei", "PingFangSC-Regular", "宋体", "SimSun", sans-serif;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
}
.show-wrap.wrap-4 {
  padding-top: 276px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_bg4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 1920px 500px;
  background-position: center top;
  background-repeat: repeat-y;
}
.show-wrap.wrap-4 .show-date {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 30px;
  margin: 0 auto;
  background: #194FE8;
  border-radius: 15px;
  font-size: 16px;
  z-index: 10;
}
.show-wrap.wrap-4 .part-1 {
  width: 978px;
  height: 378px;
  margin-top: 156px;
  padding-top: 127px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_4_bg1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .part-1 ul {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}
.show-wrap.wrap-4 .part-1 ul li {
  position: relative;
  width: 130px;
}
.show-wrap.wrap-4 .part-1 ul li .num-box {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  background: linear-gradient(180deg, #ff0000 0%, #c80202 100%), #143aa1;
  border-radius: 12px;
  font-size: 16px;
  color: #FFF;
  box-sizing: border-box;
}
.show-wrap.wrap-4 .part-1 ul li .prop-box {
  width: 100%;
  height: 140px;
  padding-top: 12px;
  box-sizing: border-box;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/prop4_bgs.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 260px 140px;
  background-position: 0 0;
}
.show-wrap.wrap-4 .part-1 ul li .prop-box.active {
  background-position: -130px 0;
}
.show-wrap.wrap-4 .part-1 ul li .prop-box .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.show-wrap.wrap-4 .part-1 ul li .prop-box .avatar img {
  display: block;
  width: 100%;
}
.show-wrap.wrap-4 .part-1 ul li .prop-box .prop-name {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.show-wrap.wrap-4 .part-1 ul li .send-btn {
  width: 130px;
  height: 30px;
  margin: 10px auto 0;
  background: #5C5F8F;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  color: #EBF5FE;
  cursor: default;
}
.show-wrap.wrap-4 .part-1 ul li .send-btn.active {
  background: linear-gradient(0deg, #cd1212 0%, #f5730a 100%), #fed6a6;
  cursor: pointer;
}
.show-wrap.wrap-4 .swiper-wrap {
  position: relative;
  width: 624px;
  height: 60px;
  margin: 11px auto 30px;
  line-height: 60px;
  text-align: center;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/swiper_bg@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  overflow: hidden;
}
.show-wrap.wrap-4 .swiper-wrap .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-wrap.wrap-4 .swiper-wrap .swiper-slide span {
  color: #FFF186;
}
.show-wrap.wrap-4 .equip-wrap {
  width: 430px;
  margin-left: 45px;
  padding-top: 48px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box {
  position: relative;
  width: 430px;
  height: 180px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li {
  position: absolute;
  width: 90px;
  height: 30px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/icons_4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 540px 60px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(1) {
  top: 100px;
  left: 0;
  background-position: 0 -30px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(1).active {
  background-position: 0 0;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(2) {
  top: 100px;
  right: 10px;
  background-position: -90px -30px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(2).active {
  background-position: -90px 0;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(3) {
  top: 150px;
  right: 20px;
  background-position: -180px -30px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(3).active {
  background-position: -180px 0;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(4) {
  top: 0;
  left: 20px;
  background-position: -270px -30px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(4).active {
  background-position: -270px 0;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(5) {
  top: 50px;
  right: 0;
  background-position: -360px -30px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(5).active {
  background-position: -360px 0;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(6) {
  top: 50px;
  left: 10px;
  background-position: -450px -30px;
}
.show-wrap.wrap-4 .equip-wrap .equip-box li:nth-child(6).active {
  background-position: -450px 0;
}
.show-wrap.wrap-4 .equip-wrap .play-btn {
  width: 240px;
  height: 72px;
  margin: 36px auto 0;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/play_btns.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 240px 144px;
  background-position: 0 0;
  cursor: default;
}
.show-wrap.wrap-4 .equip-wrap .play-btn.active {
  background-position: 0 -72px;
  cursor: pointer;
}
.show-wrap.wrap-4 .award-wrap {
  width: 420px;
  margin-left: 31px;
}
.show-wrap.wrap-4 .award-wrap .award-title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #FFE945;
}
.show-wrap.wrap-4 .award-wrap .award-tip {
  margin-top: 4px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
.show-wrap.wrap-4 .award-wrap .prop-list {
  display: flex;
  justify-content: center;
  width: 410px;
  margin: 9px auto 0;
}
.show-wrap.wrap-4 .award-wrap .prop-list li {
  width: 130px;
  margin-right: 10px;
}
.show-wrap.wrap-4 .award-wrap .prop-list li:last-child {
  margin-right: 0;
}
.show-wrap.wrap-4 .award-wrap .prop-list li .gift-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_prop_bg@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .award-wrap .prop-list li .gift-box.active {
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_prop_light_bg@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .award-wrap .prop-list li .gift-box img {
  display: block;
  width: 80%;
}
.show-wrap.wrap-4 .award-wrap .prop-list li p {
  margin-top: 5px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
.show-wrap.wrap-4 .award-wrap .prop-line {
  width: 420px;
  height: 4px;
  margin: 13px auto 10px;
  background: #659AFF;
}
.show-wrap.wrap-4 .part-2 {
  display: flex;
  height: 423px;
  padding-top: 57px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_4_bg5.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .part-3 {
  display: flex;
  height: 424px;
  margin-top: 20px;
  padding-top: 58px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_4_bg4.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .part-3 .equip-wrap .equip-box li:nth-child(6) {
  display: none;
}
.show-wrap.wrap-4 .part-3 .equip-wrap .equip-box li:nth-child(1) {
  top: 50px;
  left: 10px;
}
.show-wrap.wrap-4 .part-4 {
  display: flex;
  height: 424px;
  margin-top: 20px;
  padding-top: 58px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_4_bg3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .part-4 .equip-wrap .equip-box li:nth-child(5),
.show-wrap.wrap-4 .part-4 .equip-wrap .equip-box li:nth-child(6) {
  display: none;
}
.show-wrap.wrap-4 .part-4 .equip-wrap .equip-box li:nth-child(1) {
  top: 50px;
  left: 10px;
}
.show-wrap.wrap-4 .part-5 {
  display: flex;
  height: 423px;
  margin-top: 20px;
  padding-top: 141px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_4_bg2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap.wrap-4 .part-5 .equip-wrap {
  margin-top: -36px;
  padding-top: 0;
}
.show-wrap.wrap-4 .part-5 .equip-wrap .equip-box li:nth-child(4),
.show-wrap.wrap-4 .part-5 .equip-wrap .equip-box li:nth-child(5),
.show-wrap.wrap-4 .part-5 .equip-wrap .equip-box li:nth-child(6) {
  display: none;
}
.show-wrap.wrap-4 .part-5 .equip-wrap .equip-box li:nth-child(1) {
  top: 50px;
  left: 10px;
}
.show-wrap .banner-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_banner4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 1920px 800px;
}
.show-wrap .rule-btn {
  position: fixed;
  top: 373px;
  right: 18%;
  cursor: pointer;
  z-index: 30;
}
.show-wrap .rule-btn.btn-4 {
  width: 110px;
  height: 40px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/w_rule_4@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.show-wrap .show-part {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.show-wrap .show-footer {
  width: 100%;
  height: 100px;
  margin-top: 50px;
  padding: 30px 0;
  background: #4360B6;
  color: #FDFEFF;
  box-sizing: border-box;
}
.show-wrap .show-footer p {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow: auto;
}
.modal-overlay .modal-close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 34px;
  height: 34px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/bounced/close@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  cursor: pointer;
}
.modal-overlay .send-wrap {
  position: relative;
  width: 440px;
  height: 440px;
  padding-top: 110px;
  box-sizing: border-box;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/send_bg4@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.modal-overlay .send-wrap ul {
  width: 330px;
  margin: 0 auto;
}
.modal-overlay .send-wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #2E2E2E;
}
.modal-overlay .send-wrap ul li:last-child {
  margin-bottom: 0;
}
.modal-overlay .send-wrap ul li .present-btn {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  background: #EEEEEE;
  color: #505050;
  cursor: default;
}
.modal-overlay .send-wrap ul li .present-btn.active {
  background: linear-gradient(180deg, #ffad85, #e73939 100%), #ff3e3e;
  color: #FFF;
  cursor: pointer;
}
.modal-overlay .send-wrap .page-footer {
  display: flex;
  justify-content: center;
  width: 330px;
  height: 35px;
  margin: 25px auto 0;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
}
.modal-overlay .send-wrap .page-footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  border-radius: 35px;
  cursor: pointer;
}
.modal-overlay .send-wrap .page-footer .btn.prev {
  margin-right: 30px;
  background: #EEEEEE;
  color: #505050;
}
.modal-overlay .send-wrap .page-footer .btn.next {
  background: linear-gradient(180deg, #ffad85, #e73939 100%), #fed6a6;
  color: #FFF;
}
.modal-overlay .send-wrap .page-footer .btn:last-child {
  margin-right: 0;
}
.modal-overlay .rule-wrap {
  position: relative;
  width: 480px;
  height: 760px;
  padding-top: 110px;
  box-sizing: border-box;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/rule_4_bg@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 100% 100%;
}
.modal-overlay .rule-wrap .rule-box {
  width: 100%;
  height: 645px;
  overflow: auto;
}
.modal-overlay .rule-wrap .rule-box .rule-title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #505050;
  font-weight: bold;
}
.modal-overlay .rule-wrap .rule-box .activity-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 380px;
  margin: 32px auto 40px;
}
.modal-overlay .rule-wrap .rule-box .activity-list li {
  position: relative;
  width: 110px;
  margin-right: 25px;
}
.modal-overlay .rule-wrap .rule-box .activity-list li:first-child {
  margin-bottom: 40px;
}
.modal-overlay .rule-wrap .rule-box .activity-list li:nth-child(3),
.modal-overlay .rule-wrap .rule-box .activity-list li:last-child {
  margin-right: 0;
}
.modal-overlay .rule-wrap .rule-box .activity-list li .desc {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 70px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #80AFF1;
  border-radius: 12px;
  transform: translateX(-50%);
  font-size: 14px;
  color: #FFF;
  z-index: 5;
}
.modal-overlay .rule-wrap .rule-box .activity-list li .activity-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 100px;
  background: #EEEEEE;
  border-radius: 10px;
}
.modal-overlay .rule-wrap .rule-box .activity-list li .activity-box img {
  display: block;
  width: 80%;
}
.modal-overlay .rule-wrap .rule-box .activity-list li .name {
  margin-top: 10px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #505050;
}
.modal-overlay .rule-wrap .rule-box .activity-list li .price {
  margin-top: 6px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  color: #505050;
}
.modal-overlay .rule-wrap .rule-box .rule-text {
  width: 430px;
  margin: 24px auto 15px;
  line-height: 24px;
  font-size: 16px;
  color: #505050;
}
.modal-overlay .rule-wrap .rule-box .egg-table {
  width: 430px;
  margin: 0 auto;
  border: 1px solid #575757;
  box-sizing: border-box;
  color: #505050;
  border-collapse: collapse;
}
.modal-overlay .rule-wrap .rule-box .egg-table thead tr {
  height: 35px;
  border-bottom: 1px solid #575757;
  box-sizing: border-box;
  font-size: 16px;
  background: #EEE;
}
.modal-overlay .rule-wrap .rule-box .egg-table thead tr th:nth-child(1) {
  width: 100px;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  font-weight: normal;
}
.modal-overlay .rule-wrap .rule-box .egg-table thead tr th:nth-child(2) {
  width: 330px;
  border-bottom: 1px solid #575757;
  font-weight: normal;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr {
  height: 150px;
  border-bottom: 1px solid #575757;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr:nth-child(3) {
  height: 175px;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr:nth-child(3) td {
  border-bottom: 0 !important;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr td {
  line-height: 26px;
  border-bottom: 1px solid #575757;
  padding: 10px 15px;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr td:nth-child(1) {
  width: 100px;
  border-right: 1px solid #575757;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr td:nth-child(2) {
  width: 330px;
  text-align: justify;
}
.modal-overlay .rule-wrap .rule-box .egg-table tbody tr td:nth-child(2) span {
  color: #2677E5;
}
.modal-overlay .rule-wrap .rule-box .rule-tip {
  width: 430px;
  margin: 12px auto 42px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #505050;
  text-align: left;
}
.modal-overlay .rule-wrap .rule-box .text-box {
  width: 430px;
  margin: 24px auto 15px;
  color: #505050;
}
.modal-overlay .rule-wrap .rule-box .text-box p {
  margin-bottom: 10px;
  line-height: 20px;
}
.modal-overlay .rule-wrap .rule-box .text-box p:last-child {
  margin-bottom: 0;
}
.modal-overlay .rule-wrap .rule-box .game-table {
  width: 430px;
  margin: 0 auto;
  border: 1px solid #575757;
  box-sizing: border-box;
  color: #505050;
  border-collapse: collapse;
}
.modal-overlay .rule-wrap .rule-box .game-table thead tr {
  height: 35px;
  border-bottom: 1px solid #575757;
  box-sizing: border-box;
  font-size: 16px;
  background: #EEE;
}
.modal-overlay .rule-wrap .rule-box .game-table thead tr th:nth-child(1) {
  width: 80px;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  font-weight: normal;
}
.modal-overlay .rule-wrap .rule-box .game-table thead tr th:nth-child(2) {
  width: 120px;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  font-weight: normal;
}
.modal-overlay .rule-wrap .rule-box .game-table thead tr th:nth-child(3) {
  width: 230px;
  border-bottom: 1px solid #575757;
  font-weight: normal;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr {
  height: 155px;
  border-bottom: 1px solid #575757;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr:nth-child(4) td {
  border-bottom: 0 !important;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr td {
  line-height: 26px;
  border-bottom: 1px solid #575757;
  padding: 10px 15px;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr td:nth-child(1) {
  width: 80px;
  border-right: 1px solid #575757;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr td:nth-child(2) {
  width: 120px;
  border-right: 1px solid #575757;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr td:nth-child(3) {
  width: 230px;
  text-align: justify;
}
.modal-overlay .rule-wrap .rule-box .game-table tbody tr td:nth-child(3) span {
  color: #2677E5;
}
.modal-overlay .update-wrap {
  position: relative;
  width: 480px;
  height: 650px;
  background-image: url('https://rescdn.kktv8.com/kk-web-res/activity3/play_2466/page/update_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-size: 480px 650px;
}

