@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; } }
@media (min-width: 415px) and (max-width: 768px) {
  /*414px之上的*/
  html {
    font-size: 18px; } }
.purchaseseo.scroll-header .header-nav .header-wrapper {
  width: 95%; }

.logo {
  display: none; }

.purchaseb {
  background-color: #fff; }
  .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 .nav-left {
      margin-top: 20px; }
    .purchaseb .header-nav.header-main .logo-box-pc,
    .purchaseb .header-nav.header-main .logo-box-mob {
      display: none !important; }
    .purchaseb .header-nav.header-main .header-wrapper {
      width: 100%;
      padding: 0 60px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .purchaseb .header-nav.header-main.on {
      position: relative !important; }
      .purchaseb .header-nav.header-main.on .nav-left {
        margin-top: 20px; }
        .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: #fff; }
    .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/purchaseb/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat; }
  .purchase-order .title {
    width: 100%;
    height: 236px;
    background: url("../images/purchase/bannerBg_2.png") bottom center no-repeat;
    overflow: hidden; }
    .purchase-order .title h1 {
      display: none; }
  .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: 24px auto 0;
      /* new ---------- */
      /* new ---------- */ }
      .purchase-order .purchase-list .list:before, .purchase-order .purchase-list .list:after {
        content: "";
        display: table; }
      .purchase-order .purchase-list .list:after {
        clear: both; }
      .purchase-order .purchase-list .list > li {
        float: left;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 316px;
        height: 560px;
        background: #fff;
        padding: 22px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.1s;
        border: 1px solid #ffb9b9;
        transition: background-color 0.3s; }
        .purchase-order .purchase-list .list > li.one {
          transform: translate(-316px, 0); }
        .purchase-order .purchase-list .list > li.two {
          transform: translate(-312px, 0); }
        .purchase-order .purchase-list .list > li.three {
          transform: translate(640px, 0); }
        .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 #ffb7b7;
          transition: all 0.3s ease; }
        .purchase-order .purchase-list .list > li.on {
          background: #fc4140;
          border: 1px solid #ff6a6a; }
          .purchase-order .purchase-list .list > li.on:hover {
            background: #fc4140;
            border: 1px solid #ff6a6a; }
          .purchase-order .purchase-list .list > li.on .pro-type,
          .purchase-order .purchase-list .list > li.on .pro-price,
          .purchase-order .purchase-list .list > li.on .pro-billed,
          .purchase-order .purchase-list .list > li.on .pro-billed .rebate,
          .purchase-order .purchase-list .list > li.on .pro-comparisonTable li,
          .purchase-order .purchase-list .list > li.on .pro-price .sale,
          .purchase-order .purchase-list .list > li.on .pro-price span,
          .purchase-order .purchase-list .list > li.on .pro-price ._big,
          .purchase-order .purchase-list .list > li.on .pro-price ._big big {
            color: #fff; }
          .purchase-order .purchase-list .list > li.on .pro-comparisonTable li .icon {
            background: url(../images/purchase/v2/check-circle2.svg) no-repeat; }
          .purchase-order .purchase-list .list > li.on .pro-billed .rebate::before {
            background-color: #fff; }
          .purchase-order .purchase-list .list > li.on .button-link {
            color: #ff607b;
            background: #fff;
            border: 1px solid #fff; }
            .purchase-order .purchase-list .list > li.on .button-link:hover {
              color: #ff607b;
              background: #fff;
              border: 1px solid #fff;
              box-shadow: 0px 8px 16px #ac0000; }
            .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: -1px;
        width: 110px;
        height: 92px;
        background: url("../images/purchase/_sale.svg") no-repeat; }
        .purchase-order .purchase-list .list .discount span {
          display: block;
          position: absolute;
          top: 26px;
          right: 10px;
          color: #23253b;
          transform: rotate(40deg); }
      .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: #30deb4; }
      .purchase-order .purchase-list .list .pro-price {
        position: relative;
        font-size: 18px;
        margin-top: 22px; }
        .purchase-order .purchase-list .list .pro-price ._big {
          text-align: left;
          font-size: 24px;
          line-height: 42px;
          display: inline-block;
          color: #1e1c2c; }
          .purchase-order .purchase-list .list .pro-price ._big big {
            text-align: left;
            font-size: 40px;
            line-height: 42px;
            display: inline-block;
            color: #1e1c2c; }
        .purchase-order .purchase-list .list .pro-price span {
          font-size: 18px;
          color: #8e8b9d; }
        .purchase-order .purchase-list .list .pro-price .sale {
          display: block;
          position: absolute;
          font-size: 14px;
          line-height: 28px;
          left: 0;
          top: -28px;
          text-decoration: line-through; }
      .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 .list .color-w {
        color: #fff; }
      .purchase-order .purchase-list .list .pro-top-new {
        height: 136px; }
      .purchase-order .purchase-list .list .pro-type-new {
        font-size: 18px;
        line-height: 24px; }
      .purchase-order .purchase-list .list .pro-price-new {
        padding: 18px 0 20px;
        font-size: 14px;
        line-height: 20px; }
        .purchase-order .purchase-list .list .pro-price-new strong {
          font-size: 20px;
          line-height: 38px; }
          .purchase-order .purchase-list .list .pro-price-new strong big {
            font-size: 36px; }
        .purchase-order .purchase-list .list .pro-price-new del {
          display: inline-block;
          padding-left: 16px; }
      .purchase-order .purchase-list .list .pro-sale-new {
        color: #30deb4;
        font-size: 14px;
        line-height: 20px; }
        .purchase-order .purchase-list .list .pro-sale-new ._yellw {
          color: #e9f538; }
        .purchase-order .purchase-list .list .pro-sale-new ._red {
          color: #de3030;
          font-weight: 700; }
    .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;
        align-items: center;
        font-size: 14px;
        line-height: 18px;
        color: #1e1c2c;
        margin-left: 0px;
        margin-bottom: 12px; }
        .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: 12px;
          height: 12px;
          background: url(../images/purchase/v2/check-circle.svg) no-repeat; }
          .purchase-order .purchase-list .pro-comparisonTable > li .icon.fork {
            background: url(../images/purchase/v2/check-circle-gray.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;
          color: #cfced4 !important; }
          .purchase-order .purchase-list .pro-comparisonTable > li ._del::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            top: 50%;
            left: 0;
            margin-top: -1px;
            background-color: #cfced4; }
  .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; }

.christmas .purchase-order {
  background-color: #fff;
  background-image: url("../images/purchaseb/xmas/bannerBg.jpg"); }
  .christmas .purchase-order .title {
    height: 185px;
    background: url("../images/purchaseb/xmas/banner-title.png") bottom center no-repeat; }
  .christmas .purchase-order .purchase-list .list {
    margin: 24px auto 0;
    /* new ---------- */ }
    .christmas .purchase-order .purchase-list .list > li {
      height: 570px;
      border: 1px solid #ffb9b9;
      transition: background-color 0.3s; }
      .christmas .purchase-order .purchase-list .list > li::after {
        content: "";
        display: block;
        width: 125px;
        height: 33px;
        background: url("../images/purchaseb/xmas/snow.png") no-repeat;
        background-size: cover;
        position: absolute;
        top: -16px;
        left: -3px;
        display: none; }
      .christmas .purchase-order .purchase-list .list > li.free .button-link {
        margin-top: 96px;
        color: #1c1c2c;
        background-color: #fff;
        border: 1px solid #1e1c2c; }
        .christmas .purchase-order .purchase-list .list > li.free .button-link:hover {
          color: #fff;
          border: 1px solid #ffa200;
          background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%); }
      .christmas .purchase-order .purchase-list .list > li.free.itop:hover {
        border: 1px solid #ff4f4e; }
      .christmas .purchase-order .purchase-list .list > li:hover {
        padding: 20px;
        border: 3px solid transparent;
        border: 3px solid;
        border-image: linear-gradient(180deg, #fff350 0%, #c48425 100%) 1; }
      .christmas .purchase-order .purchase-list .list > li.on {
        background: #12743a;
        border: 3px solid;
        border-image: linear-gradient(180deg, #fff350 0%, #c48425 100%) 1; }
        .christmas .purchase-order .purchase-list .list > li.on::after {
          display: block; }
        .christmas .purchase-order .purchase-list .list > li.on:hover {
          padding: 22px;
          border: 3px solid;
          border-image: linear-gradient(180deg, #fff350 0%, #c48425 100%) 1; }
        .christmas .purchase-order .purchase-list .list > li.on .pro-comparisonTable li .icon {
          background: url(../images/purchase/v2/check-circle3.svg) no-repeat; }
        .christmas .purchase-order .purchase-list .list > li.on .pro-comparisonTable > li span {
          max-width: 244px; }
        .christmas .purchase-order .purchase-list .list > li.on .button-link {
          color: #fff;
          border: 1px solid #ffa200;
          background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%); }
          .christmas .purchase-order .purchase-list .list > li.on .button-link:hover {
            box-shadow: 0px 5px 20px #042110; }
    .christmas .purchase-order .purchase-list .list .discount {
      background: url("../images/purchaseb/xmas/_sale.svg") no-repeat; }
    .christmas .purchase-order .purchase-list .list .pro-type > span {
      color: #ffb300; }
    .christmas .purchase-order .purchase-list .list .pro-billed .rebate::before {
      content: "";
      background: none; }
  .christmas .purchase-order .purchase-list .button-link.on {
    border-color: #cf0000;
    background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%); }
    .christmas .purchase-order .purchase-list .button-link.on:hover {
      box-shadow: 0px 5px 20px #042110;
      border-color: #cf0000;
      background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%); }
  .christmas .purchase-order .purchase-list .button-link:hover {
    background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%); }
.christmas .purchase-enjoy ._title {
  padding-top: 184px; }
.christmas .purchase-enjoy ._list li {
  background-color: #f9f6f2; }

.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/purchase/bannerBg_2.png") 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; }

.christmas .purchase-mob {
  display: none; }
  .christmas .purchase-mob .order-top {
    position: relative;
    background-color: #f3f6fd;
    background-image: url("../images/purchaseb/xmas/bannerBg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 880px;
    background-size: cover; }
  .christmas .purchase-mob .title {
    margin: 0 auto;
    width: 90%;
    height: 5.2857142857rem;
    background: url("../images/purchaseb/xmas/banner-title.png") center top no-repeat;
    background-size: 100%; }

.purchase-enjoy {
  padding-bottom: 120px;
  width: 1216px !important; }
  .purchase-enjoy ._title {
    text-align: center;
    padding: 154px 0 44px;
    font-size: 40px;
    line-height: 60px; }
  .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: center;
      justify-content: flex-start;
      width: 400px;
      height: 305px;
      background-color: #fff;
      margin-bottom: 8px;
      padding: 0 35px; }
      .purchase-enjoy ._list li img {
        margin-top: 56px; }
      .purchase-enjoy ._list li ._t {
        font-size: 16px;
        line-height: 18px;
        margin-top: 14px; }
      .purchase-enjoy ._list li ._v {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        color: #1e1c2c;
        font-size: 14px;
        line-height: 22px;
        text-align: center; }

.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;
      z-index: 0;
      width: 342px;
      height: 100%;
      border: 2px solid #fc4140;
      border-radius: 18px 18px 0px 0px;
      box-sizing: border-box; }
    .purchase-table ._table .tab-list {
      padding: 0 58px;
      height: 50px;
      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: #fc4140;
          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.svg) no-repeat;
            background-size: 36px; }
      .purchase-table ._table .tab-list .left {
        margin-left: 0;
        width: 378px;
        text-align: left; }
      .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 {
        position: relative;
        z-index: 1;
        display: block;
        color: #1e1c2c;
        font-size: 14px; }
        .purchase-table ._table .tab-list span label {
          display: inline-block;
          padding: 0 60px; }
      .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.svg); }
        .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 ._title {
    display: none !important; }

.purchase-footer {
  padding-bottom: 130px;
  padding-top: 24px; }
  .purchase-footer .mob {
    display: none; }
  .purchase-footer .pc {
    display: block; }
  .purchase-footer ul {
    display: flex;
    justify-content: space-between;
    width: 1216px;
    margin: 0 auto; }
    .purchase-footer ul li {
      width: 300px;
      height: 120px;
      background: #ecebef;
      border-radius: 4px;
      padding: 28px 0;
      text-align: center; }
      .purchase-footer ul li img {
        margin-bottom: 12px; }
      .purchase-footer ul li p {
        font-size: 12px;
        line-height: 24px;
        font-weight: 700;
        color: #8e8b9d; }
  .purchase-footer .copyRight {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #8e8b9d;
    margin-top: 44px; }

.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: 300px;
      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 8px;
        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: #fc4140;
      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; }

.christmas .purchase-float .list li.on {
  border: 1px solid #ff0000; }
  .christmas .purchase-float .list li.on .icon {
    border: 5px solid #ff0000; }
  .christmas .purchase-float .list li.on .discount {
    background: #ff0000; }
.christmas .purchase-float .btn .button-link {
  border: 1px solid #ffa200;
  background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%); }
  .christmas .purchase-float .btn .button-link.on, .christmas .purchase-float .btn .button-link:hover {
    border: 1px solid #ffa200;
    background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%);
    box-shadow: 0px 5px 20px #042110; }
    .christmas .purchase-float .btn .button-link.on:hover, .christmas .purchase-float .btn .button-link:hover:hover {
      border: 1px solid #ffa200;
      background: linear-gradient(90deg, #ff0000 0%, #cf0000 100%);
      box-shadow: 0px 5px 20px #042110; }

body.purchaseb .button-link.on {
  background: #fc4140;
  border-color: #fc4140; }
  body.purchaseb .button-link.on span {
    color: #fff !important; }
  body.purchaseb .button-link.on .load-icon {
    display: none !important;
    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; }

.purchase-mob {
  display: none; }

/* moblie */
@media (max-width: 768px) {
  .purchaseb .header-nav.header-main .header-wrapper {
    padding: 0; }
  .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; }
  .purchaseb .header-nav .mobile-nav {
    display: none; }

  body {
    font-family: "Lexend Deca", sans-serif !important; }

  .pc {
    display: none; }

  .purchase-mob {
    display: block;
    background-color: #e8e7ff; }
    .purchase-mob .order-top {
      position: relative;
      background: url("../images/purchase/bannerBg_m.png") #e8e7ff no-repeat top center;
      background-size: 100% auto;
      padding: 0 1.1428571429rem;
      padding-top: 7.8571428571rem;
      height: auto;
      min-height: 35.7142857143rem; }
    .purchase-mob .order-list {
      height: auto;
      width: 100%;
      margin-top: 8.9285714286rem !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: 1.0714285714rem;
          float: none;
          width: 100%;
          height: auto;
          background: rgba(250, 246, 255, 0.8);
          border: 0.2142857143rem solid transparent;
          border: none;
          border-radius: 1.0714285714rem;
          box-shadow: none;
          transition: all 0s ease; }
          .purchase-mob .order-list .list > li .btn {
            position: relative;
            display: flex;
            width: 65%;
            margin: 0px auto;
            margin-top: 15px;
            height: 50px;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            background: transparent linear-gradient(90deg, #FFA947 0%, #FC4E00 100%) 0% 0% no-repeat padding-box;
            color: #fff;
            border-radius: 5px; }
          .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: #8e8b9d;
            border: 0.2142857143rem solid #8e8b9d;
            transition: all 0s ease; }
            .purchase-mob .order-list .list > li.two .pop {
              display: block !important; }
            .purchase-mob .order-list .list > li.two:hover .pop {
              display: block !important; }
            .purchase-mob .order-list .list > li.two::before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 0;
              width: 100%;
              height: 100%;
              background: #fff;
              border-radius: 1.0714285714rem; }
            .purchase-mob .order-list .list > li.two.on {
              background: #30deb4;
              transition: all 0s ease; }
              .purchase-mob .order-list .list > li.two.on .pop {
                display: block !important;
                opacity: 1 !important;
                visibility: visible !important;
                background: #30deb4;
                border: 0.2142857143rem solid #30deb4; }
              .purchase-mob .order-list .list > li.two.on:hover .pop {
                display: block !important; }
            .purchase-mob .order-list .list > li.two .pop {
              position: relative;
              width: 101%;
              bottom: -0.2142857143rem;
              left: -0.0714285714rem;
              color: #fff;
              font-size: 0.8571428571rem;
              line-height: 1.1428571429rem;
              padding: 0.4285714286rem 0.6428571429rem;
              margin-top: 0.4285714286rem;
              text-align: left;
              opacity: 1 !important;
              visibility: visible !important;
              background: #8e8b9d;
              border: 0.2142857143rem solid #8e8b9d;
              border-radius: 0 0 0.9285714286rem 0.9285714286rem; }
              .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: 0.7142857143rem 0;
                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 1.2857142857rem; }
                .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: rgba(250, 246, 255, 0.8); }
            .purchase-mob .order-list .list > li:hover .pop {
              opacity: 0;
              transition: 0; }
          .purchase-mob .order-list .list > li.on {
            background: rgba(250, 246, 255, 0.8);
            box-shadow: none;
            border: 0.2142857143rem solid #30deb4; }
            .purchase-mob .order-list .list > li.on .check_box {
              background-image: url("../images/pricing/ios-checkmark-circle_m.svg");
              background-size: 1.6428571429rem; }
            .purchase-mob .order-list .list > li.on:hover .pop {
              opacity: 0; }
        .purchase-mob .order-list .list .check_box {
          left: 0.8571428571rem;
          top: 0.8571428571rem;
          width: 1.6428571429rem;
          height: 1.6428571429rem;
          background-size: 1.6428571429rem; }
        .purchase-mob .order-list .list .pro-type {
          margin-top: 0;
          margin-bottom: 0;
          font-size: 1.2857142857rem;
          line-height: 2rem;
          padding-top: 2.5714285714rem; }
          .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: 0.9285714286rem;
          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 {
            font-size: 1rem;
            line-height: 1.2857142857rem; }
        .purchase-mob .order-list .list .pro-billed {
          font-size: 1rem;
          line-height: 1.2857142857rem;
          margin-top: 2rem;
          padding-bottom: 1.7857142857rem; }
          .purchase-mob .order-list .list .pro-billed .rebate::before {
            height: 0.0714285714rem; }
        .purchase-mob .order-list .list ._sale {
          padding: 0 1rem;
          height: 2rem;
          font-size: 1.2857142857rem;
          line-height: 2rem;
          top: -1rem;
          border-radius: 1rem;
          background: linear-gradient(90deg, #ffb1b3 0%, #ff5876 100%); }
        .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 .email-list {
      padding: 0 1.1428571429rem; }
      .purchase-mob .email-list .steptit {
        margin-top: 3.5714285714rem;
        margin-bottom: 0; }
      .purchase-mob .email-list ._p1 {
        font-size: 0.8571428571rem;
        line-height: 1.1428571429rem; }
      .purchase-mob .email-list .input_box {
        margin-top: 0.7142857143rem;
        width: 100%; }
        .purchase-mob .email-list .input_box ._input {
          margin-top: 0;
          width: 100%;
          font-size: 0.8571428571rem;
          line-height: 1.1428571429rem;
          padding: 1.0714285714rem 1.7857142857rem; }
        .purchase-mob .email-list .input_box .input_icon {
          right: 0.8571428571rem;
          top: 50%;
          margin-top: -0.4642857143rem; }
      .purchase-mob .email-list .submit-box {
        margin-top: 2.3571428571rem;
        padding-top: 2.6428571429rem;
        padding-bottom: 5.7142857143rem;
        display: flex;
        flex-wrap: wrap;
        flex-flow: wrap-reverse !important; }
        .purchase-mob .email-list .submit-box .pricing-text {
          margin-top: 3.1428571429rem;
          padding: 1.2857142857rem 0.7857142857rem;
          padding-right: 0;
          background-color: #ebeef5;
          border-radius: 0.3571428571rem;
          margin-bottom: 3.1428571429rem; }
          .purchase-mob .email-list .submit-box .pricing-text p {
            font-size: 1rem;
            line-height: 1.2857142857rem;
            margin-bottom: 0.4285714286rem; }
          .purchase-mob .email-list .submit-box .pricing-text ul li {
            font-size: 0.8571428571rem;
            line-height: 1.2857142857rem;
            color: #8e8b9d; }
            .purchase-mob .email-list .submit-box .pricing-text ul li .txt_icon {
              margin-right: 0.5714285714rem; }
        .purchase-mob .email-list .submit-box ._left {
          position: relative;
          display: block;
          width: 100%;
          top: 0; }
          .purchase-mob .email-list .submit-box ._left img {
            display: none; }
        .purchase-mob .email-list .submit-box ._right {
          width: 100%;
          text-align: center; }
          .purchase-mob .email-list .submit-box ._right .button-link {
            margin: 0 auto;
            display: flex;
            width: 100%;
            height: 3.2142857143rem;
            justify-content: center;
            align-items: center; }
            .purchase-mob .email-list .submit-box ._right .button-link .combe-text {
              left: 0 !important;
              font-size: 1rem;
              line-height: 1.2857142857rem;
              transform: translate(0%) !important; }
      .purchase-mob .email-list .button-link {
        background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%);
        transition: all 0s ease !important; }
        .purchase-mob .email-list .button-link:hover {
          background: linear-gradient(90deg, #6584ff 0%, #0054ff 100%); }
    .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; } }

/*# sourceMappingURL=purchaseb.css.map */
