@charset "UTF-8";
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px; } }
sup {
  display: inline-block;
  font-size: 12px;
  padding: 0px 10px 0px;
  border-radius: 50px;
  transform: scale(0.8);
  line-height: normal;
  background: #DFFFE1 0% 0% no-repeat padding-box;
  border: 1px solid #24D430;
  color: #24D430; }

.purchaseb {
  background-color: #fff; }
  .purchaseb .logo-box-pc {
    display: none !important; }
  .purchaseb .footer,
  .purchaseb .footer-mobile {
    display: none !important; }
  .purchaseb .header-nav.header-main {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: all 0.4s ease;
    position: absolute; }
    .purchaseb .header-nav.header-main.on {
      position: relative !important; }
      .purchaseb .header-nav.header-main.on .nav-left .nav-logo {
        background: url(../images/common/logo.svg) no-repeat;
        background-size: 114px; }
      .purchaseb .header-nav.header-main.on .nav-btns a {
        color: #1e1c2c; }
    .purchaseb .header-nav.header-main .nav-left .nav-logo {
      width: 115px;
      background: url(../images/common/logo_white.svg) no-repeat;
      background-size: 115px;
      background-position: center; }
      .purchaseb .header-nav.header-main .nav-left .nav-logo .logo {
        display: none; }
    .purchaseb .header-nav.header-main .nav-menu {
      display: none; }
    .purchaseb .header-nav.header-main .nav-btns .button-link {
      display: none; }
    .purchaseb .header-nav.header-main .nav-btns a {
      color: #000; }
    .purchaseb .header-nav.header-main .nav-btns .nav-help:last-child {
      display: none; }

.purchase-order {
  display: block;
  position: relative;
  background-color: #f9f6f2;
  background-image: url(../images/purchase/purchasesum/bg.png);
  background-size: 100% 935px;
  background-position: center top;
  background-repeat: no-repeat; }
  .purchase-order .purchase-top .ph-logo {
    width: 115px;
    height: 33px; }
  .purchase-order .title {
    width: 100%;
    height: 160px;
    overflow: hidden;
    opacity: 1; }
    .purchase-order .title h1 {
      display: none; }
    .purchase-order .title img {
      display: block;
      margin: 0px auto; }
      .purchase-order .title img:last-child {
        margin-top: -20px; }
  .purchase-order h2 {
    margin-top: -15px;
    text-align: center;
    font-size: 20px;
    color: #151744; }
    .purchase-order h2 span {
      color: #FF563B;
      font-weight: 600;
      font-size: inherit; }
  .purchase-order .steptit {
    margin-top: 44px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px; }
    .purchase-order .steptit .step {
      display: inline-block;
      padding: 4px 17px;
      font-size: 14px;
      line-height: 18px;
      background-color: #1e1c2c;
      border-radius: 20px;
      color: #fff;
      margin-right: 10px; }
    .purchase-order .steptit .num {
      display: none; }
  .purchase-order .purchase-list {
    width: 1276px !important; }
    .purchase-order .purchase-list .list {
      margin: 40px auto 0;
      display: flex;
      justify-content: space-around; }
      .purchase-order .purchase-list .list > li {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 316px;
        background: #fff;
        padding: 22px 15px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.1s;
        border: 1px solid #E6E9F1;
        transition: background-color 0.3s; }
        .purchase-order .purchase-list .list > li.one {
          order: 1; }
        .purchase-order .purchase-list .list > li.two {
          order: 3; }
        .purchase-order .purchase-list .list > li.three {
          order: 2; }
        .purchase-order .purchase-list .list > li.free {
          transform: translate(12px, 0); }
          .purchase-order .purchase-list .list > li.free .pro-price {
            margin-top: 35px;
            font-size: 20px;
            line-height: 25px;
            color: #1e1c2c; }
          .purchase-order .purchase-list .list > li.free .button-link {
            margin-top: 96px;
            color: #fff;
            background-color: #23decb;
            border: 1px solid #23decb; }
            .purchase-order .purchase-list .list > li.free .button-link:hover {
              color: #1c1c2c;
              background-color: #fff;
              border: 1px solid #23decb; }
          .purchase-order .purchase-list .list > li.free.itop {
            cursor: default; }
            .purchase-order .purchase-list .list > li.free.itop .button-link {
              display: block;
              color: #1e1c2c;
              font-size: 16px;
              text-align: left;
              line-height: 38px;
              border-radius: 0;
              cursor: default;
              background-color: #fff;
              border: 1px solid #fff; }
              .purchase-order .purchase-list .list > li.free.itop .button-link:hover {
                color: #1c1c2c;
                background-color: #fff;
                border: 1px solid #fff; }
            .purchase-order .purchase-list .list > li.free.itop:hover {
              border: 1px solid #ffb9b9; }
        .purchase-order .purchase-list .list > li:hover {
          border: 1px solid #FF6A6A;
          box-shadow: 0px 10px 10px #A8B4E3;
          transition: all 0.3s ease; }
        .purchase-order .purchase-list .list > li.on {
          background: linear-gradient(180deg, #FFFFFF 0%, #EFF7FF 100%) 0% 0% no-repeat padding-box;
          border: 2px solid #FF6A6A; }
          .purchase-order .purchase-list .list > li.on:hover {
            box-shadow: 0px 10px 10px #A8B4E3; }
          .purchase-order .purchase-list .list > li.on .date-time {
            position: absolute;
            width: 100%;
            height: 27px;
            left: 0;
            top: 0;
            text-align: center;
            line-height: 27px;
            font-size: 12px;
            color: #7A7A7A;
            background-color: #fff;
            border: 1px solid rgba(249, 68, 111, 0.3); }
            .purchase-order .purchase-list .list > li.on .date-time span {
              color: #FF563B; }
              .purchase-order .purchase-list .list > li.on .date-time span:last-child {
                display: inline-block;
                width: 44px; }
          .purchase-order .purchase-list .list > li.on .pro-comparisonTable li .icon {
            background: url(../images/purchase/v2/check-circle-red.svg) no-repeat; }
          .purchase-order .purchase-list .list > li.on .button-link {
            color: #fff;
            background: #FF3B3B;
            border: 1px solid #FF3B3B; }
            .purchase-order .purchase-list .list > li.on .button-link:hover {
              box-shadow: 0px 8px 16px #FF3B3B; }
            .purchase-order .purchase-list .list > li.on .button-link .check_box {
              opacity: 1;
              transition: opacity 0.3s ease; }
      .purchase-order .purchase-list .list .discount {
        display: block;
        position: absolute;
        right: -1px;
        top: 26px;
        width: 96px;
        height: 79px;
        background: url("../images/purchase/_sale.png") no-repeat; }
        .purchase-order .purchase-list .list .discount span {
          display: block;
          position: absolute;
          top: 27px;
          right: -4px;
          color: #000;
          font-size: 12px;
          transform: rotate(40deg); }
        .purchase-order .purchase-list .list .discount.soldout {
          top: -2px; }
      .purchase-order .purchase-list .list .pro-type {
        font-size: 18px;
        line-height: 24px;
        margin-top: 7px;
        margin-bottom: 18px; }
        .purchase-order .purchase-list .list .pro-type > span {
          color: #E92404; }
      .purchase-order .purchase-list .list .pro-price {
        position: relative;
        font-size: 14px;
        margin-top: 44px; }
        .purchase-order .purchase-list .list .pro-price ._big {
          text-align: left;
          font-size: 20px;
          line-height: 38px;
          display: inline-block;
          color: #1e1c2c; }
          .purchase-order .purchase-list .list .pro-price ._big big {
            text-align: left;
            font-size: 36px;
            line-height: 38px;
            display: inline-block;
            color: #1e1c2c; }
        .purchase-order .purchase-list .list .pro-price span {
          font-size: 14px;
          color: #8e8b9d; }
        .purchase-order .purchase-list .list .pro-price .sale {
          display: block;
          position: absolute;
          font-size: 14px;
          line-height: 28px;
          left: 0;
          top: -28px;
          color: #5C8EFF; }
      .purchase-order .purchase-list .list .pro-billed {
        line-height: 20px;
        font-size: 14px; }
        .purchase-order .purchase-list .list .pro-billed .rebate {
          position: relative;
          color: #747280;
          line-height: 20px;
          font-size: 14px; }
          .purchase-order .purchase-list .list .pro-billed .rebate::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            display: inline-block;
            width: 100%;
            height: 2px;
            background-color: #de3030; }
      .purchase-order .purchase-list .list .pop {
        position: absolute;
        bottom: -65px;
        width: 100%;
        padding: 11px 38px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.69) 0% 0% no-repeat padding-box;
        border: 1px solid rgba(141, 83, 235, 0.49);
        color: rgba(141, 83, 235, 0.7);
        font-size: 14px;
        line-height: 18.5px;
        text-align: left;
        opacity: 0; }
      .purchase-order .purchase-list .list ._sale {
        position: absolute;
        top: -26px;
        font-size: 20px;
        line-height: 30px;
        left: 50%;
        transform: translate(-50%);
        padding: 9px 30px;
        background: #ff3a3a;
        border-radius: 26px;
        color: #fff; }
    .purchase-order .purchase-list .button-link {
      margin-top: 20px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 258px;
      height: 48px;
      font-size: 14px;
      line-height: 28px;
      background: #fff;
      border-radius: 24px;
      border: 1px solid #1c1c2c;
      color: #1c1c2c;
      transition: all 0.3s; }
      .purchase-order .purchase-list .button-link .check_box {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background: url(../images/purchase/check-circle2.svg) no-repeat;
        opacity: 0;
        transition: opacity 0.3s ease; }
      .purchase-order .purchase-list .button-link:hover {
        background: #fc4140;
        color: #fff;
        border: 1px solid transparent;
        transition: all 0.3s; }
    .purchase-order .purchase-list .pro-comparisonTable {
      display: flex;
      flex-direction: column;
      margin-top: 20px; }
      .purchase-order .purchase-list .pro-comparisonTable > li {
        display: flex;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 28px;
        color: #1e1c2c;
        margin-left: 8px; }
        .purchase-order .purchase-list .pro-comparisonTable > li.gray {
          color: #cfced4; }
        .purchase-order .purchase-list .pro-comparisonTable > li span {
          display: block;
          max-width: 248px; }
        .purchase-order .purchase-list .pro-comparisonTable > li .icon {
          margin-right: 8px;
          width: 16px;
          height: 12px;
          vertical-align: top;
          margin-top: 8px;
          background: url(../images/purchase/check-circle.svg) no-repeat; }
          .purchase-order .purchase-list .pro-comparisonTable > li .icon.fork {
            background: url(../images/purchase/v2/check-circle.svg) no-repeat; }
        .purchase-order .purchase-list .pro-comparisonTable > li del {
          text-decoration: none; }
        .purchase-order .purchase-list .pro-comparisonTable > li ._del {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          text-decoration: line-through; }
  .purchase-order .icon {
    display: block;
    width: 15px;
    height: 13px;
    background: url(../images/purchase/check.svg) no-repeat; }
  .purchase-order .purchase-day {
    padding: 0 2px;
    display: inline-block; }
  .purchase-order .err-box {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #ff7e7e;
    background-color: #ffe9e9;
    border-radius: 6px;
    padding-left: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease; }
    .purchase-order .err-box.error {
      display: block;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease; }

.purchase-mob {
  display: none; }
  .purchase-mob .order-top {
    position: relative;
    background-color: #f3f6fd;
    background-image: url("../images/pricing/bannerBg.svg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 880px;
    background-size: cover; }
  .purchase-mob .title {
    width: 100%;
    height: 7.7142857143rem;
    background: url("../images/purchaseb/title.svg") center top no-repeat;
    background-size: 100%;
    overflow: hidden; }
    .purchase-mob .title h1 {
      display: none; }
  .purchase-mob .steptit {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px; }
    .purchase-mob .steptit .step {
      display: inline-block;
      padding: 4px 17px;
      font-size: 14px;
      line-height: 18px;
      background-color: #1e1c2c;
      border-radius: 20px;
      color: #fff;
      margin-right: 10px; }
    .purchase-mob .steptit .num {
      display: none; }
  .purchase-mob .order-list {
    height: 990px;
    margin-top: -110px !important; }
    .purchase-mob .order-list .list {
      margin-top: 45px; }
      .purchase-mob .order-list .list:before, .purchase-mob .order-list .list:after {
        content: "";
        display: table; }
      .purchase-mob .order-list .list:after {
        clear: both; }
      .purchase-mob .order-list .list > li {
        float: left;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 450px;
        height: 300px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(240, 230, 255, 0.8) 100%);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        text-align: center;
        box-shadow: 0px 20px 40px transparent;
        cursor: pointer;
        transition: all 0.3s; }
        .purchase-mob .order-list .list > li.one {
          transform: translate(-450px, 0); }
        .purchase-mob .order-list .list > li.two {
          transform: translate(457px, 0); }
          .purchase-mob .order-list .list > li.two:hover .pop {
            display: none !important; }
          .purchase-mob .order-list .list > li.two.on:hover .pop {
            display: none !important; }
        .purchase-mob .order-list .list > li.three {
          transform: translate(14px, 0); }
          .purchase-mob .order-list .list > li.three::before {
            content: "";
            display: block;
            position: absolute;
            top: -46px;
            right: -92px;
            width: 254px;
            height: 164px;
            background: url("../images/pricing/point.svg") no-repeat;
            background-size: 254px; }
        .purchase-mob .order-list .list > li:hover {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(250, 239, 255, 0.8)); }
          .purchase-mob .order-list .list > li:hover .pop {
            opacity: 1;
            transition: all 0.3s; }
        .purchase-mob .order-list .list > li.on {
          background: white;
          box-shadow: 0px 20px 40px rgba(141, 83, 235, 0.53);
          border: 3px solid #ff6a6a85; }
          .purchase-mob .order-list .list > li.on .check_box {
            background-image: url("../images/pricing/checkmark-circle.svg"); }
          .purchase-mob .order-list .list > li.on:hover .pop {
            opacity: 0; }
      .purchase-mob .order-list .list .check_box {
        display: block;
        position: absolute;
        left: 16px;
        top: 20px;
        width: 24px;
        height: 24px;
        background-image: url("../images/pricing/checkmark-circle-outline.svg"); }
      .purchase-mob .order-list .list .pro-type {
        font-size: 20px;
        line-height: 30px;
        margin-top: 60px;
        margin-bottom: 15px; }
        .purchase-mob .order-list .list .pro-type > span {
          color: #30deb4; }
      .purchase-mob .order-list .list .pro-price {
        position: relative;
        font-size: 20px;
        margin-bottom: 55px; }
        .purchase-mob .order-list .list .pro-price ._big big {
          text-align: left;
          font-size: 58px;
          line-height: 73px;
          display: inline-block; }
        .purchase-mob .order-list .list .pro-price .sale {
          display: block;
          position: absolute;
          font-size: 16px;
          line-height: 24px;
          left: 50%;
          transform: translate(-50%);
          text-decoration: line-through; }
      .purchase-mob .order-list .list .pro-billed .rebate {
        position: relative;
        color: #747280; }
        .purchase-mob .order-list .list .pro-billed .rebate::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          display: inline-block;
          width: 100%;
          height: 2px;
          background-color: #de3030; }
      .purchase-mob .order-list .list ._sale {
        position: absolute;
        top: -26px;
        font-size: 20px;
        line-height: 30px;
        left: 50%;
        transform: translate(-50%);
        padding: 9px 30px;
        background: #ff3a3a;
        border-radius: 26px;
        color: #fff; }
  .purchase-mob .email-list .steptit {
    margin-top: 80px; }
  .purchase-mob .email-list .input_box {
    position: relative;
    width: 1364px; }
    .purchase-mob .email-list .input_box ._input {
      width: 100%;
      padding: 21px 25px;
      border: 1px solid rgba(141, 83, 235, 0.17);
      border-radius: 10px;
      margin-top: 20px;
      /* 文本输入框删除按钮 */
      /* 密码框小眼睛 */ }
      .purchase-mob .email-list .input_box ._input::-ms-clear {
        display: none; }
      .purchase-mob .email-list .input_box ._input::-ms-reveal {
        display: none; }
      .purchase-mob .email-list .input_box ._input::-webkit-input-placeholder {
        color: #e3e3e8; }
      .purchase-mob .email-list .input_box ._input:-moz-placeholder {
        /* Firefox 18- */
        color: #e3e3e8; }
      .purchase-mob .email-list .input_box ._input::-moz-placeholder {
        /* Firefox 19+ */
        color: #e3e3e8; }
      .purchase-mob .email-list .input_box ._input:-ms-input-placeholder {
        color: #e3e3e8; }
    .purchase-mob .email-list .input_box .input_icon {
      position: absolute;
      right: 25px;
      top: 45px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .purchase-mob .email-list .input_box .input_icon.success {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }
  .purchase-mob .email-list .submit-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 170px;
    border-top: 1px solid rgba(141, 83, 235, 0.17); }
    .purchase-mob .email-list .submit-box .pricing-text {
      padding-top: 30px; }
      .purchase-mob .email-list .submit-box .pricing-text p {
        font-size: 20px;
        line-height: 30px;
        color: #1e1c2c;
        margin-bottom: 13px; }
      .purchase-mob .email-list .submit-box .pricing-text ul li {
        position: relative;
        font-size: 14px;
        line-height: 28px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .purchase-mob .email-list .submit-box .pricing-text ul li .txt_icon {
          margin-right: 10px; }
    .purchase-mob .email-list .submit-box ._left {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: relative;
      top: -20px; }
      .purchase-mob .email-list .submit-box ._left img {
        position: relative;
        width: 190px;
        margin-left: -35px;
        top: 23px; }
    .purchase-mob .email-list .submit-box ._right {
      text-align: center; }
      .purchase-mob .email-list .submit-box ._right .fb4 {
        margin-top: 10px; }
  .purchase-mob .email-list .button-link {
    background: #fc4140; }
    .purchase-mob .email-list .button-link:hover {
      background-color: #fc3c54; }
  .purchase-mob .icon {
    display: block;
    width: 15px;
    height: 13px;
    background: url(../images/pricing/check.svg) no-repeat; }
  .purchase-mob .pricing-day {
    padding: 0 2px;
    display: inline-block; }
  .purchase-mob .purchase-text p {
    font-size: 14px;
    line-height: 24px;
    color: #8e8b9d; }
  .purchase-mob .err-box {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #ff7e7e;
    background-color: #ffe9e9;
    border-radius: 6px;
    padding-left: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease; }
    .purchase-mob .err-box.error {
      display: block;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease; }

.purchase-enjoy {
  padding-bottom: 80px;
  width: 1216px !important; }
  .purchase-enjoy ._title {
    margin-top: 105px;
    text-align: center;
    padding: 154px 0 44px;
    font-size: 40px;
    line-height: 60px; }
  .purchase-enjoy .tab_ul {
    width: 1170px;
    height: 58px;
    border-radius: 29px;
    padding: 0 6px;
    border: 1px solid #B3B5C8;
    margin: 29px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .purchase-enjoy .tab_ul.on:after {
      transition: all .3s ease-in-out;
      transform: translateX(580px) translateY(-50%); }
    .purchase-enjoy .tab_ul:after {
      content: '';
      display: block;
      width: 576px;
      height: 46px;
      background-color: #616484;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 29px;
      left: 6px;
      transition: all .3s ease;
      z-index: 1; }
    .purchase-enjoy .tab_ul li {
      cursor: pointer;
      width: 576px;
      height: 46px;
      border-radius: 29px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      z-index: 5;
      color: #616484;
      transition: all 1s ease; }
      .purchase-enjoy .tab_ul li:hover {
        transition: all .3s ease;
        background: #EBEAEF 0% 0% no-repeat padding-box; }
      .purchase-enjoy .tab_ul li.on {
        color: #fff;
        transition: all 1s ease; }
        .purchase-enjoy .tab_ul li.on:hover {
          background: none; }
  .purchase-enjoy .ul_wrap {
    margin-top: 60px; }
    .purchase-enjoy .ul_wrap .show_ul {
      display: none; }
      .purchase-enjoy .ul_wrap .show_ul.on {
        display: block; }
  .purchase-enjoy ._list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .purchase-enjoy ._list li {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 400px;
      min-height: 160px;
      margin-bottom: 8px;
      padding: 0 30px;
      margin-bottom: 35px; }
      .purchase-enjoy ._list li .pic {
        font-size: 0;
        display: flex;
        align-items: center;
        gap: 13px; }
      .purchase-enjoy ._list li ._t {
        font-size: 16px;
        line-height: 18px;
        margin-top: 14px; }
      .purchase-enjoy ._list li ._t {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600; }
        .purchase-enjoy ._list li ._t sup {
          display: inline-block;
          font-size: 12px;
          padding: 0px 10px 0px;
          border-radius: 50px;
          transform: scale(1);
          line-height: normal;
          background: #A5FFB4 0% 0% no-repeat padding-box;
          border: none;
          font-weight: 600;
          border-radius: 5px;
          color: #008D17; }
      .purchase-enjoy ._list li ._v {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        color: #1e1c2c;
        font-size: 14px;
        line-height: 22px; }

.purchase-table {
  width: 1080px !important; }
  .purchase-table ._title {
    text-align: center;
    padding: 120px 0 58px;
    color: #1e1c2c;
    font-size: 36px;
    line-height: 54px; }
  .purchase-table ._table {
    position: relative; }
    .purchase-table ._table::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 58px;
      width: 342px;
      height: 100%;
      border: 2px solid #FF6A6A;
      border-radius: 18px 18px 0px 0px;
      box-sizing: border-box; }
    .purchase-table ._table .tab-list {
      padding: 0 58px;
      height: 42px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .purchase-table ._table .tab-list.pink {
        background: #fffaf8;
        border-top: 1px solid #ffe5e5;
        border-bottom: 1px solid #ffe5e5; }
      .purchase-table ._table .tab-list.title {
        height: 74px; }
        .purchase-table ._table .tab-list.title .right {
          position: relative;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FF6A6A;
          font-size: 22px;
          line-height: 24px; }
          .purchase-table ._table .tab-list.title .right::before {
            content: "";
            display: block;
            position: absolute;
            top: -18px;
            left: 50%;
            width: 36px;
            height: 36px;
            transform: translate(-50%, 0);
            background: url(../images/purchaseb/premium-quality.png) no-repeat;
            background-size: 36px; }
      .purchase-table ._table .tab-list .left {
        margin-left: 0;
        width: 378px;
        text-align: left; }
        .purchase-table ._table .tab-list .left i {
          display: inline-block;
          width: 42px;
          height: 16px;
          border-radius: 8px 8px 8px 0;
          background: #FF6A6A;
          color: #fff;
          font-size: 12px;
          font-style: initial;
          margin-left: 10px;
          text-align: center;
          line-height: 15px; }
      .purchase-table ._table .tab-list .center {
        margin-left: 0;
        color: #8e8b9d;
        width: 120px;
        text-align: center; }
      .purchase-table ._table .tab-list .right {
        margin-right: 0;
        width: 342px;
        text-align: center; }
      .purchase-table ._table .tab-list span {
        display: block;
        color: #1e1c2c;
        font-size: 14px; }
      .purchase-table ._table .tab-list .icon {
        display: block;
        margin: 0 auto;
        width: 16px;
        height: 16px;
        background-image: url(../images/purchaseb/check-circle.svg);
        background-repeat: no-repeat;
        background-size: 16px; }
        .purchase-table ._table .tab-list .icon.red {
          background-image: url(../images/purchaseb/ios-checkmark-circle.png); }
        .purchase-table ._table .tab-list .icon.err {
          background-image: url(../images/purchaseb/close-outline.svg); }

.purchase-about {
  padding: 120px 0 0px; }
  .purchase-about .wrapper {
    padding: 0 74px 0px; }
  .purchase-about .dots {
    display: none !important; }
  .purchase-about ._title {
    display: none !important; }
  .purchase-about .tabs .tab_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .purchase-about .tabs .tab_head ._lab {
      padding: 25px 53px;
      margin-top: 32px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .purchase-about .tabs .tab_head ._lab.on {
        color: #0054ff;
        border-color: #0054ff; }
      .purchase-about .tabs .tab_head ._lab:hover {
        background-color: #f2f6ff; }
  .purchase-about .tabs .tab_cnt {
    margin-top: 15px;
    min-height: 280px; }
    .purchase-about .tabs .tab_cnt .component-fade-enter-active,
    .purchase-about .tabs .tab_cnt .component-fade-leave-active {
      transition: opacity 0.3s ease; }
    .purchase-about .tabs .tab_cnt .component-fade-enter,
    .purchase-about .tabs .tab_cnt .component-fade-leave-to {
      opacity: 0; }
    .purchase-about .tabs .tab_cnt .mob {
      display: none !important; }
    .purchase-about .tabs .tab_cnt ._tech {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 280px; }
      .purchase-about .tabs .tab_cnt ._tech .tech_tab {
        width: 604px;
        height: 257px;
        border: 1px solid #e2e0eb;
        padding: 49px 60px 38px 60px;
        border-radius: 4px; }
        .purchase-about .tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-right: 8px; }
        .purchase-about .tabs .tab_cnt ._tech .tech_tab p {
          font-size: 14px;
          line-height: 25px;
          color: #1e1c2c;
          margin-top: 20px; }
    .purchase-about .tabs .tab_cnt .user {
      position: relative;
      padding: 0 90px;
      min-height: 280px; }
      .purchase-about .tabs .tab_cnt .user.swiper {
        height: 280px; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 340px;
          height: 257px;
          border: 1px solid #e2e0eb;
          margin-right: 8px;
          border-radius: 4px;
          padding: 44px 34px; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #1e1c2c; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 14px;
            line-height: 22px;
            color: #1e1c2c; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-pagination {
          display: none;
          bottom: -5px; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev,
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 140px;
          width: 16px;
          height: 28px;
          background-image: url("../images/ac-register/angle-right.svg"); }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev:hover,
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next:hover {
            opacity: 0.8; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev::after,
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next::after {
            display: none !important; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev {
          left: 0;
          transform: rotate(180deg); }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next {
          right: 0;
          transform: rotate(0deg); }
    .purchase-about .tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .purchase-about .tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

.purchase-footer {
  padding-bottom: 55px;
  padding-top: 24px; }
  .purchase-footer .mob {
    display: none; }
  .purchase-footer .pc {
    display: block; }
  .purchase-footer ._list {
    padding: 0 74px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .purchase-footer ._list ._item {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 400px;
      height: 120px;
      padding: 30px 0;
      background-color: #ecebef;
      border-radius: 4px; }
      .purchase-footer ._list ._item:nth-child(2) {
        margin: 0 8px; }
      .purchase-footer ._list ._item span {
        font-size: 16px;
        line-height: 24px;
        color: #8e8b9d;
        margin-left: 22px; }
  .purchase-footer .copyRight {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #8e8b9d;
    margin-top: 44px;
    padding-bottom: 80px; }

.purchase-float {
  position: fixed;
  z-index: -99;
  bottom: -130px;
  height: 100px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -5px 10px #6011111c;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .purchase-float.on {
    bottom: 0;
    z-index: 99;
    visibility: visible; }
  .purchase-float .wrapper {
    width: 1216px !important;
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .purchase-float .list {
    margin-left: 0;
    display: flex; }
    .purchase-float .list li {
      position: relative;
      padding: 0 20px;
      margin-right: 5px;
      width: 280px;
      height: 60px;
      cursor: pointer;
      border: 1px solid #cfced4;
      border-radius: 10px;
      background-color: #fff;
      display: flex;
      align-items: center;
      transition: all 0.4s ease; }
      .purchase-float .list li.on {
        cursor: default;
        border: 1px solid #FF6A6A;
        transition: all 0.4s ease; }
        .purchase-float .list li.on .icon {
          border: 5px solid #FF6A6A; }
        .purchase-float .list li.on .discount {
          color: #fff;
          background: #FF6A6A; }
      .purchase-float .list li .icon {
        display: block;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #cfced4;
        box-sizing: border-box; }
      .purchase-float .list li p > span {
        display: block;
        color: #8e8b9d;
        font-size: 14px;
        line-height: 22px; }
        .purchase-float .list li p > span.sale {
          color: #1e1c2c; }
          .purchase-float .list li p > span.sale strong {
            font-size: 18px; }
          .purchase-float .list li p > span.sale del {
            display: inline-block;
            padding-left: 8px; }
      .purchase-float .list li .discount {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 86px;
        height: 28px;
        color: #1e1c2c;
        font-size: 12px;
        line-height: 28px;
        text-align-last: center;
        border-radius: 0px 10px;
        background: #cfced4; }
  .purchase-float .btn {
    margin-right: 0; }
    .purchase-float .btn .button-link {
      margin: 0 auto;
      width: 258px;
      height: 48px;
      color: #fff;
      font-size: 14px;
      justify-content: center;
      border-radius: 24px;
      background: #FF6A6A;
      transition: all 1s; }
      .purchase-float .btn .button-link .combe-text {
        left: 0;
        transform: translate(0);
        transition: all 0.3s; }
      .purchase-float .btn .button-link .arrow-right {
        position: absolute;
        transition: all 0.3s; }
      .purchase-float .btn .button-link:hover {
        transition: all 1s; }
        .purchase-float .btn .button-link:hover .combe-text {
          left: 0;
          transform: translate(-12px, 0);
          transition: all 0.3s; }
        .purchase-float .btn .button-link:hover .arrow-right {
          position: relative;
          transition: all 0.3s; }

body.purchaseb .button-link.on {
  background: #fc4140;
  border-color: #fc4140; }
  body.purchaseb .button-link.on span {
    display: none; }
  body.purchaseb .button-link.on .load-icon {
    position: absolute;
    margin-left: -13px; }
body.purchaseb .purchase-order .purchase-list .list > li.on .button-link.on .load-icon {
  background: url(../images/common/load-icon-red.svg) no-repeat; }

/* moblie */
@media (max-width: 768px) {
  .purchaseb .header-nav .nav-left .nav-logo {
    width: 5.3571428571rem;
    height: 1.5714285714rem;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 5.3571428571rem; }
  .purchaseb .header-nav .nav-menu {
    display: block; }
  .purchaseb .header-nav .nav-btns .button-link {
    display: flex; }

  .purchase-order {
    display: none; }

  .purchase-mob {
    width: 100%;
    display: block;
    background-color: #f9f6f2; }
    .purchase-mob .order-top {
      position: relative;
      background: url("../images/purchaseb/bg-mob.jpg") #f9f6f2 no-repeat top center;
      background-size: 100% auto;
      padding: 0;
      padding-top: 5.3571428571rem;
      height: auto; }
    .purchase-mob .title {
      margin-bottom: 1.7857142857rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .purchase-mob .order-discount {
      width: 5.2857142857rem;
      height: 5rem;
      text-indent: -9999px;
      background: url(../images/purchase/badge.svg) no-repeat;
      background-size: 5.2857142857rem 5rem; }
    .purchase-mob .steptit {
      margin-top: 0;
      margin-bottom: 1.7857142857rem;
      font-size: 1.7142857143rem;
      line-height: 2.4285714286rem; }
      .purchase-mob .steptit .step {
        display: none; }
      .purchase-mob .steptit .num {
        display: inline-block; }
    .purchase-mob .order-list {
      padding: 0 1.1428571429rem;
      height: auto;
      overflow: visible !important;
      margin-top: 0 !important;
      padding-bottom: 3.2142857143rem; }
      .purchase-mob .order-list .list {
        margin-top: 0; }
        .purchase-mob .order-list .list:before, .purchase-mob .order-list .list:after {
          content: "";
          display: table; }
        .purchase-mob .order-list .list:after {
          clear: both; }
        .purchase-mob .order-list .list > li {
          margin-bottom: 0.3571428571rem;
          float: none;
          width: 100%;
          height: auto;
          background: #fff;
          border: 0.0357142857rem solid #ffb9b9;
          border-radius: 0.2857142857rem;
          box-shadow: none;
          transition: all 0s ease; }
          .purchase-mob .order-list .list > li.one, .purchase-mob .order-list .list > li.two, .purchase-mob .order-list .list > li.three {
            transform: translate(0, 0); }
          .purchase-mob .order-list .list > li.two {
            background: #fc4140;
            border: 0.2142857143rem solid #fc4140;
            transition: all 0s ease; }
            .purchase-mob .order-list .list > li.two:hover {
              background: #fc4140; }
            .purchase-mob .order-list .list > li.two .pop {
              display: block !important; }
            .purchase-mob .order-list .list > li.two ._top {
              width: 100%;
              background: #fff;
              border-radius: 0.1785714286rem; }
            .purchase-mob .order-list .list > li.two:hover .pop {
              display: block !important;
              background: #fc4140; }
            .purchase-mob .order-list .list > li.two .pop {
              position: relative;
              bottom: 0;
              color: #fff;
              font-size: 0.8571428571rem;
              line-height: 1.1428571429rem;
              padding: 1.7857142857rem 2.1428571429rem 2.1428571429rem;
              margin-top: 0rem;
              text-align: left;
              opacity: 1 !important;
              visibility: visible !important;
              background: #fc4140;
              border-radius: 0 0 0.2857142857rem 0.2857142857rem; }
              .purchase-mob .order-list .list > li.two .pop .pop-title,
              .purchase-mob .order-list .list > li.two .pop .pop-list > li {
                display: flex;
                align-items: center;
                justify-content: space-between; }
                .purchase-mob .order-list .list > li.two .pop .pop-title .icon,
                .purchase-mob .order-list .list > li.two .pop .pop-list > li .icon {
                  display: inline-block;
                  margin-right: 0.5714285714rem;
                  width: 1.1428571429rem;
                  height: 1.0714285714rem;
                  background: url(../images/purchase/crown-icon.png) no-repeat;
                  background-size: 1.1428571429rem; }
                .purchase-mob .order-list .list > li.two .pop .pop-title .fb4,
                .purchase-mob .order-list .list > li.two .pop .pop-list > li .fb4 {
                  font-size: 1rem;
                  line-height: 1.5714285714rem; }
                .purchase-mob .order-list .list > li.two .pop .pop-title ._left,
                .purchase-mob .order-list .list > li.two .pop .pop-list > li ._left {
                  margin-left: 0; }
                .purchase-mob .order-list .list > li.two .pop .pop-title ._right,
                .purchase-mob .order-list .list > li.two .pop .pop-list > li ._right {
                  display: block;
                  margin-right: 10px;
                  width: 4.4285714286rem;
                  text-align: center; }
              .purchase-mob .order-list .list > li.two .pop .pop-title {
                padding: 0rem 0 0.7142857143rem;
                border-bottom: 0.1428571429rem solid rgba(255, 255, 255, 0.3); }
              .purchase-mob .order-list .list > li.two .pop .pop-list {
                padding: 0.7142857143rem 0 0rem; }
                .purchase-mob .order-list .list > li.two .pop .pop-list > li {
                  font-size: 0.8571428571rem;
                  line-height: 1.7142857143rem; }
                  .purchase-mob .order-list .list > li.two .pop .pop-list > li .icon {
                    margin-right: 0;
                    width: 0.5714285714rem;
                    height: 0.5714285714rem;
                    background: url(../images/purchase/purchase-close.png) no-repeat;
                    background-size: 0.5714285714rem; }
          .purchase-mob .order-list .list > li.three::before {
            display: none; }
          .purchase-mob .order-list .list > li:hover {
            background: #fff; }
            .purchase-mob .order-list .list > li:hover .pop {
              opacity: 1;
              transition: 0; }
          .purchase-mob .order-list .list > li.one .pro-type, .purchase-mob .order-list .list > li.three .pro-type {
            margin-top: 2.1428571429rem; }
          .purchase-mob .order-list .list > li.one .pro-price, .purchase-mob .order-list .list > li.three .pro-price {
            margin-top: 0.7142857143rem; }
          .purchase-mob .order-list .list > li.one .button-link, .purchase-mob .order-list .list > li.three .button-link {
            margin-top: 1.1428571429rem;
            color: #1e1c2c;
            background: #fff;
            border: 0.0357142857rem solid #1e1c2c; }
        .purchase-mob .order-list .list .pro-type {
          margin-top: 0;
          margin-bottom: 0;
          font-size: 1.4285714286rem;
          line-height: 1.1428571429rem;
          padding-top: 1.2857142857rem; }
          .purchase-mob .order-list .list .pro-type > span {
            color: #30deb4; }
        .purchase-mob .order-list .list .pro-price {
          font-size: 1.2857142857rem;
          line-height: 2rem;
          margin-top: 1.4285714286rem;
          margin-bottom: 0; }
          .purchase-mob .order-list .list .pro-price ._big big {
            font-size: 2.2857142857rem;
            line-height: 2.8571428571rem; }
          .purchase-mob .order-list .list .pro-price .sale {
            color: #1e1c2c;
            font-size: 1rem;
            line-height: 1.2857142857rem; }
        .purchase-mob .order-list .list .pro-billed {
          color: #1e1c2c;
          font-size: 1rem;
          line-height: 1.4285714286rem;
          margin-top: 0.7142857143rem;
          padding-bottom: 1.7857142857rem; }
          .purchase-mob .order-list .list .pro-billed .rebate::before {
            height: 0.0714285714rem; }
        .purchase-mob .order-list .list ._sale {
          position: relative;
          padding: 0 1rem;
          margin: 1rem auto 0;
          width: 8.7142857143rem;
          height: 2rem;
          font-size: 1.2857142857rem;
          line-height: 2rem;
          top: -1rem;
          top: 0;
          left: 0;
          color: #1e1c2c;
          transform: translate(0%);
          border-radius: 0.1428571429rem;
          background: #26ffcb; }
        .purchase-mob .order-list .list .check_box,
        .purchase-mob .order-list .list .pro-type,
        .purchase-mob .order-list .list .pro-price,
        .purchase-mob .order-list .list .pro-billed {
          position: relative;
          z-index: 1; }
        .purchase-mob .order-list .list .button-link {
          display: flex !important;
          margin: 2.5rem auto 0;
          width: 20.2857142857rem;
          height: 4rem;
          color: #fff;
          font-size: 1rem;
          border-radius: 2rem;
          align-items: center;
          justify-content: center;
          background: #fc4140; }
    .purchase-mob .icon {
      width: 1.0714285714rem;
      height: 0.9285714286rem;
      background-size: cover; }
    .purchase-mob .purchase-text {
      margin-top: 0.7142857143rem; }
      .purchase-mob .purchase-text p {
        font-size: 0.8571428571rem;
        line-height: 1.4285714286rem; }

  .purchase-enjoy {
    padding-bottom: 6rem;
    width: 100% !important; }
    .purchase-enjoy ._title {
      text-align: center;
      padding: 6.1428571429rem 0 1.7142857143rem;
      font-size: 1.7142857143rem;
      line-height: 2.5rem; }
    .purchase-enjoy ._list {
      display: block;
      padding: 0 1.1428571429rem; }
      .purchase-enjoy ._list li {
        width: 100%;
        height: auto;
        margin-bottom: 1.1428571429rem;
        padding: 0 2.8571428571rem; }
        .purchase-enjoy ._list li img {
          margin-top: 2.3571428571rem; }
        .purchase-enjoy ._list li ._t {
          font-size: 1.2857142857rem;
          line-height: 2rem;
          margin-top: 0.3571428571rem; }
        .purchase-enjoy ._list li ._v {
          margin-top: 0.3571428571rem;
          font-size: 0.8571428571rem;
          line-height: 1.2857142857rem; }

  .purchase-table {
    width: 100% !important; }
    .purchase-table ._title {
      padding: 3.8571428571rem 1.1428571429rem 2.4285714286rem;
      font-size: 2.1428571429rem;
      line-height: 2.7142857143rem; }
    .purchase-table ._table::before {
      right: 1.1428571429rem;
      width: 8.2857142857rem;
      border: 0.0714285714rem solid #fc4140;
      border-radius: 0.6428571429rem 0.6428571429rem 0px 0px; }
    .purchase-table ._table .tab-list {
      padding: 0 1.1428571429rem;
      height: 2.8571428571rem; }
      .purchase-table ._table .tab-list.title {
        height: 3.1428571429rem; }
        .purchase-table ._table .tab-list.title .right {
          font-size: 1.2857142857rem;
          line-height: 2rem; }
          .purchase-table ._table .tab-list.title .right::before {
            top: -0.8571428571rem;
            width: 1.7857142857rem;
            height: 1.7857142857rem;
            background-size: 1.7857142857rem; }
      .purchase-table ._table .tab-list .left {
        width: 6.4285714286rem; }
      .purchase-table ._table .tab-list .center {
        width: 5.4285714286rem; }
      .purchase-table ._table .tab-list .right {
        width: 8.2857142857rem; }
      .purchase-table ._table .tab-list span {
        font-size: 0.8571428571rem; }
      .purchase-table ._table .tab-list .icon {
        width: 1.1428571429rem;
        height: 1.1428571429rem;
        background-size: 1.1428571429rem; }

  .purchase-about {
    position: relative;
    visibility: visible !important;
    padding: 0 1.1428571429rem; }
    .purchase-about .wrapper {
      padding: 0; }
    .purchase-about.wrapper {
      visibility: visible !important; }
    .purchase-about .dots {
      display: flex !important;
      position: absolute;
      left: 50%;
      bottom: -1.5714285714rem;
      z-index: 1;
      transform: translate(-50%, 0);
      align-items: center;
      justify-content: center; }
      .purchase-about .dots.on {
        display: none !important; }
      .purchase-about .dots span {
        display: block;
        margin: 0 0.3571428571rem;
        width: 0.8571428571rem;
        height: 0.8571428571rem;
        border-radius: 0.8571428571rem;
        background: #e2e0eb; }
        .purchase-about .dots span.on {
          background: #0054ff; }
    .purchase-about ._title {
      display: block !important;
      font-size: 2.1428571429rem;
      line-height: 2.2857142857rem;
      text-align: center; }
    .purchase-about .tabs .tab_head ._lab {
      padding: 1rem 2.3571428571rem;
      margin-top: 1.2857142857rem;
      font-size: 1.1428571429rem;
      line-height: 0.8571428571rem;
      border-bottom: 0.1428571429rem solid transparent; }
    .purchase-about .tabs .tab_cnt {
      position: relative;
      overflow: hidden;
      margin-top: 0.7142857143rem;
      min-height: 25rem; }
      .purchase-about .tabs .tab_cnt .mob {
        display: block !important; }
      .purchase-about .tabs .tab_cnt ._tech {
        position: relative;
        display: block !important;
        min-height: 25rem; }
        .purchase-about .tabs .tab_cnt ._tech .tech_tab {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          width: 100%;
          height: 25rem;
          border: 0.0357142857rem solid #e2e0eb;
          padding: 3.1428571429rem 1.8571428571rem;
          border-radius: 0.1428571429rem;
          background: #fff;
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.3s ease; }
          .purchase-about .tabs .tab_cnt ._tech .tech_tab.on {
            z-index: 1;
            opacity: 1;
            visibility: visible;
            transition: opacity 0.3s ease; }
          .purchase-about .tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
            margin-right: 0; }
          .purchase-about .tabs .tab_cnt ._tech .tech_tab p {
            font-size: 1rem;
            line-height: 2rem;
            margin-top: 2.1428571429rem; }
      .purchase-about .tabs .tab_cnt .user {
        position: relative;
        padding: 0 1.8571428571rem;
        min-height: 25rem; }
        .purchase-about .tabs .tab_cnt .user.swiper {
          height: 25rem; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
            width: 90%;
            height: 25rem;
            border: 0.0714285714rem solid #e2e0eb;
            margin-right: 0;
            border-radius: 0.1428571429rem;
            padding: 3.1428571429rem 1.8571428571rem; }
            .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
              font-size: 1rem;
              line-height: 1.1428571429rem; }
            .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
              font-size: 1rem;
              line-height: 2rem;
              margin-top: 2.1428571429rem; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-pagination {
            bottom: -0.3571428571rem; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev,
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next {
            position: absolute;
            top: 10rem; }
      .purchase-about .tabs .tab_cnt ._list {
        position: relative;
        z-index: -9999;
        opacity: 0;
        min-height: 0 !important;
        height: 0 !important;
        visibility: hidden;
        transition: opacity 0.3s ease; }
        .purchase-about .tabs .tab_cnt ._list.on {
          z-index: 1;
          height: 25rem !important;
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s ease; }

  .purchase-footer {
    margin-top: 5.7142857143rem !important;
    padding: 3.5714285714rem 1.1428571429rem;
    background: #1e1c2c; }
    .purchase-footer ._list {
      padding: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .purchase-footer ._list ._item {
        display: block;
        width: 7.4285714286rem;
        height: 10.7142857143rem;
        padding: 2.2857142857rem 0.5714285714rem;
        text-align: center;
        background-color: #282637;
        border-radius: 0.1428571429rem; }
        .purchase-footer ._list ._item:nth-child(2) {
          margin: 0; }
        .purchase-footer ._list ._item span {
          font-size: 0.8571428571rem;
          line-height: 1.2857142857rem;
          color: #fff;
          margin-left: 0; }
        .purchase-footer ._list ._item img {
          display: block;
          margin: 0 auto 1.4285714286rem;
          width: 2.1428571429rem; }
          .purchase-footer ._list ._item img.mob {
            display: block !important; }
    .purchase-footer .mob {
      display: block; }
    .purchase-footer .copyRight {
      font-size: 0.8571428571rem;
      line-height: 1.4285714286rem;
      margin-top: 2.5714285714rem;
      padding-bottom: 0px; }

  .purchase-float {
    display: none !important;
    position: fixed;
    z-index: -99;
    bottom: -130px;
    height: 100px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -5px 10px #6011111c;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .purchase-float.on {
      bottom: 0;
      z-index: 99;
      visibility: visible; }
    .purchase-float .wrapper {
      width: 1216px !important;
      height: inherit;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .purchase-float .list {
      margin-left: 0;
      display: flex; }
      .purchase-float .list li {
        position: relative;
        padding: 0 20px;
        margin-right: 5px;
        width: 280px;
        height: 60px;
        cursor: pointer;
        border: 1px solid #cfced4;
        border-radius: 10px;
        background-color: #fff;
        display: flex;
        align-items: center;
        transition: all 0.4s ease; }
        .purchase-float .list li.on {
          cursor: default;
          border: 1px solid #FF6A6A;
          transition: all 0.4s ease; }
          .purchase-float .list li.on .icon {
            border: 5px solid #FF6A6A; }
          .purchase-float .list li.on .discount {
            color: #fff;
            background: #FF6A6A; }
        .purchase-float .list li .icon {
          display: block;
          margin-right: 10px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #fff;
          border: 1px solid #cfced4;
          box-sizing: border-box; }
        .purchase-float .list li p > span {
          display: block;
          color: #8e8b9d;
          font-size: 14px;
          line-height: 22px; }
          .purchase-float .list li p > span.sale {
            color: #1e1c2c; }
            .purchase-float .list li p > span.sale strong {
              font-size: 18px; }
            .purchase-float .list li p > span.sale del {
              display: inline-block;
              padding-left: 8px; }
        .purchase-float .list li .discount {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 66px;
          height: 28px;
          color: #1e1c2c;
          font-size: 12px;
          line-height: 28px;
          text-align-last: center;
          border-radius: 0px 10px;
          background: #cfced4; }
    .purchase-float .btn {
      margin-right: 0; }
      .purchase-float .btn .button-link {
        margin: 0 auto;
        width: 258px;
        height: 48px;
        color: #fff;
        font-size: 14px;
        justify-content: center;
        border-radius: 24px;
        background: #FF6A6A;
        transition: all 1s; }
        .purchase-float .btn .button-link .combe-text {
          left: 0;
          transform: translate(0);
          transition: all 0.3s; }
        .purchase-float .btn .button-link .arrow-right {
          position: absolute;
          transition: all 0.3s; }
        .purchase-float .btn .button-link:hover {
          transition: all 1s; }
          .purchase-float .btn .button-link:hover .combe-text {
            left: 0;
            transform: translate(-12px, 0);
            transition: all 0.3s; }
          .purchase-float .btn .button-link:hover .arrow-right {
            position: relative;
            transition: all 0.3s; } }

/*# sourceMappingURL=purchasec.css.map */
