@charset "UTF-8";
/**
 * 登录、注册样式
 */
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999; }

input[type=password]::-ms-reveal {
  display: none; }

.mask-login,
.maskbacAgrement,
.loginBac {
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 110; }

.login-layout {
  width: 802px;
  height: 550px;
  background: #fff;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  z-index: 112;
  /* 滑动码 */ }
  .login-layout .login-layout-close,
  .login-layout .close-checking {
    background: url(https://static.huanxi.com/img/FDS8a8286e56dca435a016ded7d49ff007d.png) no-repeat center;
    background-size: cover;
    cursor: pointer; }
  .login-layout .form-agreement {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 50px;
    margin-left: 60px; }
    .login-layout .form-agreement a {
      color: #AA0000; }
    .login-layout .form-agreement .checkBox {
      margin-right: 6px;
      cursor: pointer; }
      .login-layout .form-agreement .checkBox input {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0; }
      .login-layout .form-agreement .checkBox input[type=checkbox] + span {
        background: url(https://static.huanxi.com/img/login-checkbox.png) no-repeat left center;
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        display: inline-block; }
      .login-layout .form-agreement .checkBox input[type=checkbox]:checked + span {
        background: url(https://static.huanxi.com/img/hx_select.png) no-repeat center;
        background-size: 100% 100%; }
  .login-layout .checking {
    width: 500px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    z-index: 114;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .login-layout .checking .tit {
      font-family: PingFangSC-Semibold, PingFang SC;
      font-size: 18px;
      font-weight: 600;
      height: 79px;
      line-height: 79px;
      color: #000;
      border-bottom: solid 1px #999999; }
    .login-layout .checking .close-checking {
      width: 20px;
      height: 20px;
      top: 30px;
      right: 30px; }
  .login-layout .login-layout-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 30px; }

.reg-layout {
  width: 500px; }

.form-layout-login, .form-layout-reg {
  width: 500px;
  height: 550px;
  float: left; }
  .form-layout-login .form-layout-menus, .form-layout-reg .form-layout-menus {
    width: 100%;
    position: relative;
    margin-top: 43px;
    height: 33px; }
    .form-layout-login .form-layout-menus .left, .form-layout-reg .form-layout-menus .left,
    .form-layout-login .form-layout-menus .right,
    .form-layout-reg .form-layout-menus .right {
      font-size: 18px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #111111;
      line-height: 28px;
      text-align: center;
      cursor: pointer;
      position: absolute; }
    .form-layout-login .form-layout-menus .left, .form-layout-reg .form-layout-menus .left {
      left: 113px; }
    
    .form-layout-login .form-layout-menus .right,
    .form-layout-reg .form-layout-menus .right {
      right: 113px; }
    .form-layout-login .form-layout-menus .active, .form-layout-reg .form-layout-menus .active {
      color: #AA0000; }
    .form-layout-login .form-layout-menus .active + p, .form-layout-reg .form-layout-menus .active + p {
      width: 32px;
      height: 3px;
      background: #AA0000;
      border-radius: 100px;
      margin: 0px auto; }
    .form-layout-login .form-layout-menus .close, .form-layout-reg .form-layout-menus .close {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 30px; }
  .form-layout-login .form-content, .form-layout-reg .form-content {
    margin: 46px 60px 0 60px;
    height: 228px; }
    .form-layout-login .form-content .tips, .form-layout-reg .form-content .tips {
      width: 100%;
      height: 12px;
      line-height: 12px;
      font-size: 12px;
      font-family: PingFangSC-Medium, PingFangSC;
      font-weight: 500;
      color: #b22020; }
    .form-layout-login .form-content .phone, .form-layout-reg .form-content .phone {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3);
      padding: 1.14rem 0 0.78rem;
      overflow: hidden; }
      .form-layout-login .form-content .phone select, .form-layout-reg .form-content .phone select {
        width: 8.85rem;
        height: 2.14rem;
        font-size: 1.14rem;
        font-family: PingFangSC-Medium, PingFangSC;
        color: #111111;
        line-height: 1.14rem;
        letter-spacing: 1px;
        border: none;
        background: none;
        outline: none;
        position: relative;
        left: 0px; }
      .form-layout-login .form-content .phone input, .form-layout-reg .form-content .phone input {
        font-size: 1.14rem;
        font-family: PingFangSC-Medium, PingFangSC;
        color: #999999;
        margin-left: 1.5rem;
        outline: none;
        width: 100%;
        height: 2.14rem; }
    .form-layout-login .form-content .code, .form-layout-reg .form-content .code {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3);
      padding: 0.78rem 0px 0.78rem 0px;
      overflow: hidden; }
      .form-layout-login .form-content .code input, .form-layout-reg .form-content .code input {
        outline: none;
        font-size: 1.14rem;
        font-family: PingFangSC-Medium, PingFangSC;
        color: #999999;
        width: 50%;
        height: 2.57rem; }
      .form-layout-login .form-content .code .get-qrcode, .form-layout-reg .form-content .code .get-qrcode {
        height: 2.57rem;
        background: #B22020;
        border-radius: 1.54rem;
        font-size: 0.86rem;
        font-family: PingFangSC-Medium, PingFangSC;
        color: white;
        line-height: 2.57rem;
        text-align: center;
        cursor: pointer;
        padding: 0px 1.29rem 0px 1.29rem; }
      .form-layout-login .form-content .code .send, .form-layout-reg .form-content .code .send {
        background: #999999; }
    .form-layout-login .form-content .voiceCode, .form-layout-reg .form-content .voiceCode {
      font-size: 12px;
      line-height: 12px;
      margin-top: 21px; }
      .form-layout-login .form-content .voiceCode span, .form-layout-reg .form-content .voiceCode span {
        color: #111111; }
      .form-layout-login .form-content .voiceCode span.red, .form-layout-reg .form-content .voiceCode span.red {
        cursor: pointer;
        color: #B22020; }
    .form-layout-login .form-content .form-submit, .form-layout-reg .form-content .form-submit,
    .form-layout-login .form-content #fp1_next,
    .form-layout-reg .form-content #fp1_next,
    .form-layout-login .form-content #phonebind_btn,
    .form-layout-reg .form-content #phonebind_btn {
      width: 380px;
      height: 42px;
      line-height: 42px;
      background: #b22020;
      border-radius: 4px;
      font-size: 18px;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 55px;
      cursor: pointer; }
    .form-layout-login .form-content .form-submit-2, .form-layout-reg .form-content .form-submit-2 {
      margin-top: 30px; }
    
    .form-layout-login .form-content #phonebind_btn,
    .form-layout-reg .form-content #phonebind_btn {
      margin-bottom: 13.5rem; }
    .form-layout-login .form-content .passwordCheck, .form-layout-reg .form-content .passwordCheck {
      margin-top: 19px;
      overflow: hidden;
      color: #111111;
      font-family: PingFangSC-Medium, PingFang SC; }
      .form-layout-login .form-content .passwordCheck .fl, .form-layout-reg .form-content .passwordCheck .fl {
        font-size: 12px;
        font-weight: 500;
        line-height: 12px; }
      .form-layout-login .form-content .passwordCheck .fr, .form-layout-reg .form-content .passwordCheck .fr {
        font-size: 0.86rem;
        line-height: 0.86rem; }
      .form-layout-login .form-content .passwordCheck span:last-child, .form-layout-reg .form-content .passwordCheck span:last-child {
        color: #B22020;
        cursor: pointer; }
    .form-layout-login .form-content .password, .form-layout-reg .form-content .password {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3);
      padding: 1.14rem 0px 1rem 0px;
      overflow: hidden; }
      .form-layout-login .form-content .password input, .form-layout-reg .form-content .password input {
        font-size: 1.14rem;
        font-family: PingFangSC-Medium, PingFangSC;
        color: #999999;
        line-height: 1.14rem;
        outline: none;
        background: none;
        border: none;
        width: 100%;
        line-height: normal; }
      .form-layout-login .form-content .password .close-pwd, .form-layout-reg .form-content .password .close-pwd, .form-layout-login .form-content .password .open-pwd, .form-layout-reg .form-content .password .open-pwd {
        width: 20px;
        height: 20px;
        cursor: pointer;
        background: url(https://pic1.huanxi.com/qaa2df0c04328b40b28820932abecdd504.png) no-repeat 0px 1px;
        background-size: auto 100%; }
      .form-layout-login .form-content .password .open-pwd, .form-layout-reg .form-content .password .open-pwd {
        background-position: -22px 0; }
    .form-layout-login .form-content .registerMain .passwordCheck, .form-layout-reg .form-content .registerMain .passwordCheck,
    .form-layout-login .form-content .forgetPasswordMain .passwordCheck,
    .form-layout-reg .form-content .forgetPasswordMain .passwordCheck {
      overflow: hidden; }
      .form-layout-login .form-content .registerMain .passwordCheck .fr, .form-layout-reg .form-content .registerMain .passwordCheck .fr,
      .form-layout-login .form-content .forgetPasswordMain .passwordCheck .fr,
      .form-layout-reg .form-content .forgetPasswordMain .passwordCheck .fr {
        font-size: 12px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #111111;
        line-height: 12px; }
        .form-layout-login .form-content .registerMain .passwordCheck .fr span + span, .form-layout-reg .form-content .registerMain .passwordCheck .fr span + span,
        .form-layout-login .form-content .forgetPasswordMain .passwordCheck .fr span + span,
        .form-layout-reg .form-content .forgetPasswordMain .passwordCheck .fr span + span {
          color: #B22020;
          cursor: pointer; }
  .form-layout-login .third-login, .form-layout-reg .third-login {
    width: 380px;
    height: 110px; }
    .form-layout-login .third-login .third-login-title, .form-layout-reg .third-login .third-login-title {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .form-layout-login .third-login .third-login-title span.wz, .form-layout-reg .third-login .third-login-title span.wz {
        font-size: 0.71rem;
        font-family: PingFangSC-Regular, PingFangSC;
        color: #666666;
        width: 20%;
        text-align: center;
        display: block;
        position: relative;
        top: 0; }
      .form-layout-login .third-login .third-login-title span.line, .form-layout-reg .third-login .third-login-title span.line {
        width: 40%;
        height: 1px;
        background: rgba(153, 153, 153, 0.3);
        display: block; }
    .form-layout-login .third-login .third-login-logo, .form-layout-reg .third-login .third-login-logo {
      width: 55%;
      margin: 0px auto;
      margin-top: 1.63rem;
      margin-bottom: 2.14rem;
      overflow: hidden; }
      .form-layout-login .third-login .third-login-logo .qq, .form-layout-reg .third-login .third-login-logo .qq {
        background: url(https://static.huanxi.com/img/FDS8a8286e56d4764e0016daf59c1b30101.png) no-repeat center;
        width: 2.86rem;
        height: 2.86rem;
        background-size: 100% 100%;
        cursor: pointer; }
      .form-layout-login .third-login .third-login-logo .wx, .form-layout-reg .third-login .third-login-logo .wx {
        background: url(https://static.huanxi.com/img/FDS8a8286e56d4764e0016daf5a25570102.png) no-repeat center;
        width: 2.86rem;
        height: 2.86rem;
        background-size: 100% 100%;
        margin: 0px 2.79rem 0px 2.79rem;
        cursor: pointer; }
      .form-layout-login .third-login .third-login-logo .wb, .form-layout-reg .third-login .third-login-logo .wb {
        background: url(https://static.huanxi.com/img/FDS8a8286e56d4764e0016daf5978eb0100.png) no-repeat center;
        width: 2.86rem;
        height: 2.86rem;
        background-size: 100% 100%;
        cursor: pointer; }

.form-layout-reg .form-layout-menus {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 28px; }

.form-layout-reg .form-agreement {
  margin-left: 0; }

.qr-code {
  float: left;
  width: 302px; }
  .qr-code .line {
    width: 2px;
    height: 473px;
    background: #999999;
    opacity: 0.3;
    margin-top: 47px;
    float: left; }
  .qr-code .qr-code-cont {
    margin-left: 60px;
    margin-top: 112px; }
    .qr-code .qr-code-cont .tit {
      text-align: center;
      font-size: 14px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #111111;
      line-height: 22px; }
      .qr-code .qr-code-cont .tit span {
        color: #B22020; }
    .qr-code .qr-code-cont .qr-code-pic {
      width: 180px;
      height: 180px;
      margin-top: 12px;
      overflow: hidden;
      position: relative; }
      .qr-code .qr-code-cont .qr-code-pic .qr-code-mask {
        position: absolute;
        background: rgba(17, 17, 17, 0.7);
        top: 0;
        left: 0;
        width: 180px;
        height: 180px;
        font-family: PingFangSC-Medium, PingFang SC;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 18px;
        cursor: pointer; }
      .qr-code .qr-code-cont .qr-code-pic .fail {
        height: 48px;
        text-align: center;
        line-height: 24px;
        margin-top: 70px; }
      .qr-code .qr-code-cont .qr-code-pic .refresh {
        flex-direction: column;
        margin-top: 50px; }
        .qr-code .qr-code-cont .qr-code-pic .refresh img {
          width: 32px;
          height: 32px;
          margin-bottom: 12px; }
        .qr-code .qr-code-cont .qr-code-pic .refresh span {
          height: 24px;
          line-height: 24px; }
    .qr-code .qr-code-cont .qr-code-sucess {
      width: 170px;
      height: 60px;
      font-size: 12px;
      color: #111111;
      line-height: 20px;
      text-align: center;
      margin-top: 20px; }
      .qr-code .qr-code-cont .qr-code-sucess span {
        background: url(https://pic9.huanxi.com/old5a3c089cc1346e8a07f0450b74b7251.png) no-repeat top left;
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 35px; }

.mask {
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
  z-index: 113; }

/* 滑动码 over*/
.loginBac {
  z-index: 111;
  display: none; }

.maskbacAgrement {
  z-index: 112;
  display: none; }
  .maskbacAgrement .close {
    background: url(https://static.huanxi.com/img/FDS8a8286e56d4764e0016dc99ce82f015b.png) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .maskbacAgrement .userAgreement {
    width: 49.07rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16.85rem;
    margin-left: -24.53rem; }
    .maskbacAgrement .userAgreement .title {
      width: 49.2rem;
      height: 3.86rem;
      line-height: 3.86rem;
      text-align: center;
      background: #666666;
      font-size: 1rem;
      font-family: PingFangSC-Semibold, PingFangSC;
      color: white;
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -16.85rem;
      margin-left: -24.53rem; }
    .maskbacAgrement .userAgreement .content {
      padding: 5.65rem 2.07rem 30px 2.07rem;
      background: #333333;
      height: 30rem;
      overflow-x: hidden;
      overflow-y: scroll; }
      .maskbacAgrement .userAgreement .content p {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFangSC;
        font-weight: 400;
        color: #999999;
        margin-top: 2.14rem; }
      .maskbacAgrement .userAgreement .content p:first-child {
        margin-top: 0px; }

@charset "UTF-8";
/**
 * 产品列表样式
 */
.vip-agreement,
.vip-list-layout {
  width: 822px;
  height: 536px;
  border-radius: 20px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.vip-list-close,
.vip-agreement-close {
  width: 20px; }

.loading-img {
  width: 28px;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  left: 50%;
  top: 50%;
  margin-top: -14px;
  margin-left: -14px;
  z-index: 3; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.vip-list-layout {
  background: url(https://pic6.huanxi.com/qadfc2118dcdde4ba6971ca0cc954aefab.png) no-repeat right top, linear-gradient(192deg, #1A1A1A 0%, #4D4C4C 100%);
  z-index: 111;
  padding: 14px 16px; }
  .vip-list-layout .vip-list-cont {
    height: 100%;
    flex-direction: column;
    color: #A0A0A0; }
    .vip-list-layout .vip-list-cont .vip-list-close {
      right: 4px;
      top: 4px; }
  .vip-list-layout .qrcode-bg {
    width: 160px;
    height: 160px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    color: #FFFFFF;
    margin-top: 20px;
    border: 1px solid #6B6B6B; }
    .vip-list-layout .qrcode-bg .qrcode {
      width: 148px;
      top: 6px;
      left: 6px; }
    .vip-list-layout .qrcode-bg .qrcode-login {
      height: inherit;
      background: rgba(0, 0, 0, 0.7);
      top: 0;
      left: 0;
      flex-direction: column;
      border-radius: 8px;
      z-index: 4; }
      .vip-list-layout .qrcode-bg .qrcode-login div {
        line-height: 26px;
        height: 26px; }
      .vip-list-layout .qrcode-bg .qrcode-login > div:first-child {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 16px; }
      .vip-list-layout .qrcode-bg .qrcode-login > div:last-child {
        width: 72px;
        background: linear-gradient(144deg, #CC4B4B 0%, #AA0000 100%);
        border-radius: 13px; }
  .vip-list-layout .vip-list-user .face-novip {
    width: 52px;
    height: 52px;
    border-radius: 50px;
    background: #9B9B9B;
    position: relative;
    margin-top: 7px; }
    .vip-list-layout .vip-list-user .face-novip .face {
      width: 46px;
      border-radius: 50px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      z-index: 3; }
    .vip-list-layout .vip-list-user .face-novip .face-icon {
      top: -4px;
      right: -8px;
      width: 28px;
      z-index: 1; }
  .vip-list-layout .vip-list-user .face-vip {
    background: linear-gradient(139deg, #d5ba93 0%, #a8865b 100%); }
  .vip-list-layout .vip-list-user .face-super-vip {
    background: linear-gradient(139deg, #FFD993 0%, #E8B74F 100%); }
  .vip-list-layout .vip-list-user .info {
    margin-left: 15px;
    flex-direction: column; }
    .vip-list-layout .vip-list-user .info div {
      height: 22px;
      line-height: 22px; }
    .vip-list-layout .vip-list-user .info .name {
      font-weight: 500;
      color: #fff; }
  .vip-list-layout .vip-list-product {
    height: 426px;
    border-radius: 20px;
    margin-top: 14px; }
    .vip-list-layout .vip-list-product .product-left {
      width: 568px;
      height: 426px;
      background: #222;
      border-radius: 8px; }
    .vip-list-layout .vip-list-product .product-tab:before {
      background: #333;
      content: "";
      height: 8px;
      position: absolute;
      width: 80%;
      left: 20px;
      top: 0; }
    .vip-list-layout .vip-list-product .product-menus {
      width: 284px;
      height: 64px;
      background: #333; }
      .vip-list-layout .vip-list-product .product-menus > div:first-child {
        color: #A5A6A8;
        font-size: 16px;
        line-height: 26px;
        margin-top: 8px; }
      .vip-list-layout .vip-list-product .product-menus > div:last-child {
        line-height: 22px;
        color: #808080; }
    .vip-list-layout .vip-list-product .product-menus:first-of-type {
      border-radius: 8px 8px 8px 0px; }
    .vip-list-layout .vip-list-product .product-menus:last-of-type {
      border-radius: 8px 8px 0px 8px; }
    .vip-list-layout .vip-list-product .product-menus-active {
      background-color: #222; }
      .vip-list-layout .vip-list-product .product-menus-active > div:first-child {
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #E5C5A4;
        background: url(https://pic0.huanxi.com/qa897edf8e7db44632ac4eafddc1b2be3b.png) no-repeat 64px 0;
        background-size: 24px 24px; }
      .vip-list-layout .vip-list-product .product-menus-active > div:last-child {
        color: #B3B3B3; }
    .vip-list-layout .vip-list-product .product-swiper-container {
      height: 360px; }
    .vip-list-layout .vip-list-product .scroll-wrap-next,
    .vip-list-layout .vip-list-product .scroll-wrap-prev {
      width: 35px;
      height: 66px;
      background: url(https://pic2.huanxi.com/qa1585189ab56b45feb75a478df7ee2071.png) no-repeat 1px 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      z-index: 3;
      background-size: auto 100%; }
    .vip-list-layout .vip-list-product .scroll-wrap-next {
      right: 0; }
    .vip-list-layout .vip-list-product .scroll-wrap-prev {
      background-position: -36px 0;
      left: 0; }
    .vip-list-layout .vip-list-product .product-items {
      margin-top: 22px;
      box-sizing: border-box; }
      .vip-list-layout .vip-list-product .product-items .scroll-wrap {
        padding-top: 10px; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap ul {
          padding: 0 0 0 16px; }
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tit,
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .price,
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tips-1,
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-2 {
        width: 100%;
        overflow: hidden; }
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab {
        width: 150px;
        height: 134px;
        padding: 14px 8px;
        background: url(https://pic8.huanxi.com/qacb4579932ca242d483c949ea434913fa.png) no-repeat;
        background-size: 100% auto;
        box-sizing: border-box; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tit,
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-1,
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-2,
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-2 {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tit {
          height: 26px;
          font-size: 16px;
          font-weight: 500;
          color: #999999;
          line-height: 26px; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .price {
          width: 134px;
          height: 36px;
          font-weight: 600;
          color: #E6C6A7;
          line-height: 36px; }
          .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .price span {
            font-size: 32px; }
        
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-1,
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-2 {
          height: 20px;
          line-height: 20px;
          font-size: 12px;
          font-family: PingFangHK-Regular, PingFangHK;
          color: #808080; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-2 {
          width: auto;
          min-width: 40px;
          max-width: 124px;
          border-radius: 4px;
          border: 1px solid #665F5F;
          color: #665F5F;
          padding: 0 4px;
          display: inline-block;
          margin-top: 4px; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .tab .tips-float {
          max-width: 132px;
          padding: 0 4px;
          height: 20px;
          line-height: 20px;
          background: linear-gradient(135deg, #43444D 0%, #313238 100%);
          border-radius: 4px;
          font-size: 12px;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #CCAA89;
          top: -10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          right: -1px; }
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-item:not(:first-child) {
        margin-left: 16px; }
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-active .tab {
        background: linear-gradient(135deg, #FAEADE 0%, #DDB68D 100%);
        border-radius: 8px;
        position: relative;
        z-index: 2; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-active .tab .tit {
          color: #4D4848; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-active .tab .price {
          color: #292727; }
        .vip-list-layout .vip-list-product .product-items .scroll-wrap-active .tab .tips-1, .vip-list-layout .vip-list-product .product-items .scroll-wrap-active .scroll-wrap-item .tab .tips-2, .vip-list-layout .vip-list-product .product-items .scroll-wrap-item .scroll-wrap-active .tab .tips-2 {
          color: #665F5F; }
      .vip-list-layout .vip-list-product .product-items .scroll-wrap-active .countdown {
        width: 150px;
        height: 24px;
        padding-top: 10px;
        background: linear-gradient(144deg, #CC4B4B 0%, #AA0000 100%);
        border-radius: 0px 0px 8px 8px;
        margin-top: -10px;
        position: relative;
        z-index: 1;
        color: #fff; }
    .vip-list-layout .vip-list-product .product-subs,
    .vip-list-layout .vip-list-product .product-subs-arrow {
      background: #292929; }
    .vip-list-layout .vip-list-product .product-subs {
      width: 536px;
      height: 94px;
      border: 1px solid #424242;
      margin: 18px auto 0 auto;
      border-radius: 8px;
      padding-left: 10px;
      box-sizing: border-box;
      font-size: 12px;
      font-weight: 500; }
      .vip-list-layout .vip-list-product .product-subs .product-subs-arrow {
        width: 16px;
        height: 16px;
        transform: translate(51px, 0px) rotate(-135deg);
        top: -9px;
        border-right: 1px solid #424242;
        border-bottom: 1px solid #424242;
        border-radius: 0 0 2px; }
      .vip-list-layout .vip-list-product .product-subs .scroll-wrap-next,
      .vip-list-layout .vip-list-product .product-subs .scroll-wrap-prev {
        width: 26px;
        height: 47px;
        background-size: 51px 47px; }
      .vip-list-layout .vip-list-product .product-subs .scroll-wrap-prev {
        background-position: -27px 0; }
      .vip-list-layout .vip-list-product .product-subs .tit {
        width: 50px;
        height: 20px;
        line-height: 20px;
        color: #B39C87;
        overflow: hidden;
        padding: 4px 0 2px 0; }
      .vip-list-layout .vip-list-product .product-subs .subs-item {
        width: 164px;
        height: 56px;
        padding: 0 8px;
        box-sizing: border-box;
        background: #333333;
        border-radius: 4px; }
        .vip-list-layout .vip-list-product .product-subs .subs-item img {
          width: 36px;
          height: 36px;
          border-radius: 18px;
          margin-right: 6px; }
        .vip-list-layout .vip-list-product .product-subs .subs-item p {
          width: 106px;
          height: 20px;
          line-height: 20px;
          color: #E4C2A0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block; }
        .vip-list-layout .vip-list-product .product-subs .subs-item p:last-child {
          color: #998674; }
        .vip-list-layout .vip-list-product .product-subs .subs-item p.only {
          color: #E4C2A0; }
      .vip-list-layout .vip-list-product .product-subs .subs-item:not(:first-child) {
        margin-left: 8px; }
    .vip-list-layout .vip-list-product .product-switch-btn,
    .vip-list-layout .vip-list-product .product-icons {
      width: 536px;
      margin: 10px auto 0 auto;
      font-size: 12px; }
    .vip-list-layout .vip-list-product .product-switch-btn {
      justify-content: space-between;
      min-height: 20px;
      max-height: 40px;
      line-height: 20px;
      font-size: 12px; }
      .vip-list-layout .vip-list-product .product-switch-btn .time {
        color: #808080; }
        .vip-list-layout .vip-list-product .product-switch-btn .time img {
          width: 16px;
          height: 16px;
          margin-left: 6px; }
        .vip-list-layout .vip-list-product .product-switch-btn .time span {
          color: #D0021B; }
      .vip-list-layout .vip-list-product .product-switch-btn .btn {
        color: #E4C2A0;
        font-weight: 500;
        top: 0;
        right: 0; }
        .vip-list-layout .vip-list-product .product-switch-btn .btn img {
          width: 12px;
          height: 12px; }
    .vip-list-layout .vip-list-product .product-info {
      min-height: 20px;
      max-height: 40px;
      max-width: 436px;
      line-height: 20px;
      font-weight: 400;
      color: #808080;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      word-break: break-all;
      white-space: normal; }
    .vip-list-layout .vip-list-product .product-info-2 {
      max-width: 536px; }
    .vip-list-layout .vip-list-product .product-icons {
      border-top: 1px solid #333;
      padding-top: 10px; }
      .vip-list-layout .vip-list-product .product-icons .icons-tit {
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        font-weight: 500;
        color: #999999; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list,
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list {
        margin-top: 16px;
        margin-bottom: 20px;
        justify-content: space-between; }
        .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div:first-child,
        .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div:first-child {
          width: 40px;
          height: 40px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: 0 0;
          margin-bottom: 6px; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div:first-child {
        background-image: url(https://pic0.huanxi.com/qac341d776eb194a59b4c1cd7d8e56bf95.png); }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div:last-child {
        height: 32px;
        width: 60px;
        font-size: 12px;
        transform: scale(0.75);
        color: #808080; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div.pic-2 {
        background-position: -79px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div.pic-3 {
        background-position: -159px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div.pic-4 {
        background-position: -238px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div.pic-5 {
        background-position: -317px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div.pic-6 {
        background-position: -397px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-vip-list .item div.pic-7 {
        background-position: -479 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div:first-child {
        background-image: url(https://pic3.huanxi.com/qa4f550634f3e84b88a4a49a06a39e89f6.png); }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div:last-child {
        height: 18px;
        line-height: 18px;
        color: #808080;
        font-size: 12px; }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div.pic-2 {
        background-position: -107px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div.pic-3 {
        background-position: -214px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div.pic-4 {
        background-position: -321px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item div.pic-5 {
        background-position: -428px 0; }
      .vip-list-layout .vip-list-product .product-icons .icons-svip-list .item:not(:first-child) {
        margin-left: 37px; }
    .vip-list-layout .vip-list-product .product-right {
      flex: 1;
      flex-direction: column;
      margin-left: 8px; }
      .vip-list-layout .vip-list-product .product-right .yen {
        font-size: 24px;
        font-weight: 600;
        color: #E6C6A7; }
        .vip-list-layout .vip-list-product .product-right .yen span {
          font-size: 60px; }
      .vip-list-layout .vip-list-product .product-right .discount {
        height: 20px;
        line-height: 20px;
        padding: 0 4px;
        font-size: 12px;
        border-radius: 4px;
        color: #fff;
        background: linear-gradient(144deg, #CC4B4B 0%, #AA0000 100%); }
      .vip-list-layout .vip-list-product .product-right .pay {
        margin-top: 13px;
        height: 20px;
        line-height: 20px;
        color: #B3B3B3; }
        .vip-list-layout .vip-list-product .product-right .pay img {
          width: 20px;
          margin-right: 6px; }
      .vip-list-layout .vip-list-product .product-right .pay-status {
        color: white;
        align-items: center;
        padding-top: 113px; }
        .vip-list-layout .vip-list-product .product-right .pay-status img {
          width: 58px; }
        .vip-list-layout .vip-list-product .product-right .pay-status .text {
          padding-top: 20px;
          color: #999999;
          line-height: 22px; }
      .vip-list-layout .vip-list-product .product-right .agreement {
        width: 280px;
        font-size: 12px;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        color: #999;
        left: -26px;
        bottom: 0; }
        .vip-list-layout .vip-list-product .product-right .agreement .agree {
          margin-left: 8px; }
        .vip-list-layout .vip-list-product .product-right .agreement .agree:last-child {
          margin-top: 7px; }

.vip-agreement {
  background: #1F1F1F;
  z-index: 112; }
  .vip-agreement .vip-agreement-tit {
    background: #292929;
    height: 60px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px; }
    .vip-agreement .vip-agreement-tit .vip-agreement-close {
      right: 20px;
      top: 20px; }
  .vip-agreement .vip-agreement-content {
    margin: 20px 30px 0 30px;
    color: #999999;
    line-height: 23px;
    height: 436px; }
    .vip-agreement .vip-agreement-content .sub-title {
      font-size: 14px;
      font-family: PingFangSC-Medium, PingFang SC;
      color: #fff;
      line-height: 14px;
      margin-top: 20px; }
    .vip-agreement .vip-agreement-content .gray {
      font-size: 14px;
      color: #999;
      line-height: 23px;
      margin-top: 10px; }
    .vip-agreement .vip-agreement-content .line {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin: 30px 0; }

.open-vip {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #222222;
  border-radius: 8px;
  justify-content: center;
  z-index: 115; }
  .open-vip img {
    width: 66px;
    margin-top: 16px; }
  .open-vip .success {
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    margin-top: 18px; }
  .open-vip .time {
    width: 112px;
    height: 40px;
    color: #999999;
    line-height: 20px;
    padding-top: 16px; }


/*# sourceMappingURL=header.css.map*/