.footer,
.footer-mobile,
.itop-ad {
  display: none; }

@keyframes moveUpDown {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  10% {
    transform: translate(0, -17px);
    -webkit-transform: translate(0, -17px); }
  20% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  30% {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px); }
  50% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }
.store .page-wrapper {
  margin: 0 auto;
  width: 1170px; }
.store .loading-icon {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url(../images/common/load-icon.svg) no-repeat;
  animation: loading 1s linear infinite; }
.store .banner {
  padding-top: 110px;
  padding-bottom: 48px;
  text-align: center;
  background: url(../images/store/img_banner_bg.png) no-repeat bottom center; }
  .store .banner .title {
    font-size: 48px;
    line-height: 60px; }
    .store .banner .title em {
      color: #ff334d;
      font-style: normal;
      font-weight: bold; }
  .store .banner .sub-title {
    position: relative;
    margin: 13px auto 55px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .store .banner .sub-title span {
      font-weight: 500; }
    .store .banner .sub-title::after {
      content: "";
      position: absolute;
      right: 300px;
      bottom: -7px;
      width: 144px;
      height: 9px;
      background: url(../images/store/sub_title_line.png) no-repeat; }
  .store .banner .offer-box {
    display: flex;
    margin-bottom: 70px; }
    .store .banner .offer-box ._left {
      position: relative;
      right: 100px;
      margin-right: 50px;
      width: 520px;
      height: 369px; }
      .store .banner .offer-box ._left .mob {
        display: none; }
    .store .banner .offer-box ._right {
      width: 368px; }
      .store .banner .offer-box ._right .offer-name {
        padding-bottom: 5px;
        font-size: 28px;
        line-height: 35px;
        font-weight: bold; }
      .store .banner .offer-box ._right ul {
        padding-top: 15px;
        padding-bottom: 10px;
        border-top: 1px solid rgba(30, 28, 44, 0.1);
        border-bottom: 1px solid rgba(30, 28, 44, 0.1); }
        .store .banner .offer-box ._right ul li {
          display: flex;
          justify-content: space-between;
          padding: 0 12px;
          width: 100%; }
          .store .banner .offer-box ._right ul li:first-child {
            margin-bottom: 14px; }
          .store .banner .offer-box ._right ul li .year {
            width: 100px;
            font-weight: 500;
            text-align: left; }
          .store .banner .offer-box ._right ul li .off {
            width: 68px;
            height: 17px;
            border-radius: 2px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            font-weight: bold;
            line-height: 17px;
            background-color: #ff334d; }
          .store .banner .offer-box ._right ul li .price {
            width: 100px;
            text-align: right; }
            .store .banner .offer-box ._right ul li .price span {
              font-size: 14px;
              line-height: 18px;
              font-weight: 400; }
            .store .banner .offer-box ._right ul li .price del {
              font-size: 12px;
              line-height: 15px;
              color: rgba(30, 28, 44, 0.5);
              font-weight: 600; }
      .store .banner .offer-box ._right .price-off {
        padding: 15px 0 4px; }
        .store .banner .offer-box ._right .price-off > div {
          padding: 0 12px;
          display: flex;
          justify-content: space-between;
          margin-bottom: 9px; }
          .store .banner .offer-box ._right .price-off > div .name,
          .store .banner .offer-box ._right .price-off > div .price {
            font-size: 14px;
            line-height: 18px;
            font-weight: 500; }
        .store .banner .offer-box ._right .price-off .original .name {
          color: rgba(30, 28, 44, 0.5); }
        .store .banner .offer-box ._right .price-off .discount {
          height: 30px;
          border-radius: 6px;
          background-color: rgba(255, 51, 77, 0.08); }
          .store .banner .offer-box ._right .price-off .discount .name {
            line-height: 30px;
            color: #ff334d; }
          .store .banner .offer-box ._right .price-off .discount .price {
            line-height: 30px;
            color: #ff334d;
            font-weight: bold; }
        .store .banner .offer-box ._right .price-off .total .name,
        .store .banner .offer-box ._right .price-off .total .price {
          font-size: 18px;
          font-weight: bold;
          line-height: 27px; }
      .store .banner .offer-box ._right .email-box {
        position: relative; }
        .store .banner .offer-box ._right .email-box .form-item {
          display: flex;
          justify-content: end;
          height: 46px; }
        .store .banner .offer-box ._right .email-box .submit-btn {
          position: relative;
          width: 100%;
          height: 100%;
          text-align: center;
          line-height: 46px;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          background-color: #ff334d;
          border-radius: 6px;
          cursor: pointer; }
          .store .banner .offer-box ._right .email-box .submit-btn .cart {
            display: inline-block;
            position: absolute;
            left: 60px;
            bottom: -16px;
            width: 16px;
            height: 16px;
            background: url(../images/store/cart.png) no-repeat;
            opacity: 0;
            transition: all 0.3s; }
          .store .banner .offer-box ._right .email-box .submit-btn span {
            position: relative;
            right: 0;
            font-weight: bold;
            transition: all 0.3s; }
          .store .banner .offer-box ._right .email-box .submit-btn:hover .cart {
            left: 110px;
            bottom: 15px;
            opacity: 1; }
          .store .banner .offer-box ._right .email-box .submit-btn:hover span {
            right: -20px; }
          .store .banner .offer-box ._right .email-box .submit-btn.on .cart,
          .store .banner .offer-box ._right .email-box .submit-btn.on span {
            display: none; }
          .store .banner .offer-box ._right .email-box .submit-btn.on .loading-icon {
            display: block; }
      .store .banner .offer-box ._right .money-back {
        margin-top: 5px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: rgba(30, 28, 44, 0.3);
        line-height: 15px; }
  .store .banner .feature-list {
    display: flex;
    justify-content: space-between;
    padding: 0px 90px; }
    .store .banner .feature-list .feature-item {
      display: flex; }
      .store .banner .feature-list .feature-item .feature-icon {
        width: auto;
        height: auto; }
      .store .banner .feature-list .feature-item .feature-desc {
        margin-left: 5px;
        text-align: left;
        font-size: 14px;
        line-height: 20px; }
  .store .banner .down {
    margin-top: 58px;
    animation: moveUpDown 6s linear infinite; }
    .store .banner .down img {
      width: auto;
      height: auto; }
.store .banner-new {
  padding-top: 110px;
  padding-bottom: 48px;
  text-align: center;
  background: url(../images/v4-store/store-banner.jpg) no-repeat bottom center; }
  .store .banner-new h1 {
    font: normal normal bold 48px/60px Lexend; }
    .store .banner-new h1 span {
      color: #ff334d; }
  .store .banner-new h2 {
    margin-top: 13px;
    font: normal normal 14px/18px Lexend; }
    .store .banner-new h2 span {
      color: #ff334d; }
  .store .banner-new .message-box {
    display: flex;
    width: 925px;
    margin: 0px auto;
    margin-top: 145px;
    justify-content: space-between; }
    .store .banner-new .message-box .offer {
      width: 440px;
      height: 380px;
      background: #fff;
      border-radius: 15px;
      border: 2px solid #e8e6e8; }
      .store .banner-new .message-box .offer.itopbox {
        box-shadow: 0px 10px 30px #ffb8c1;
        border: 2px solid #ff546a; }
      .store .banner-new .message-box .offer img {
        width: auto;
        margin-top: -125px; }
      .store .banner-new .message-box .offer p {
        margin-top: 13px;
        font: normal normal 13px/21px Lexend;
        color: rgba(30, 28, 44, 0.6); }
      .store .banner-new .message-box .offer ul {
        width: 380px;
        margin: 0px auto;
        margin-top: 30px;
        background: #f5f5f5;
        border-top: solid #dfdfdf 1px;
        border-bottom: solid #dfdfdf 1px; }
        .store .banner-new .message-box .offer ul li {
          padding: 0px 20px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .store .banner-new .message-box .offer ul li span {
            font-size: 14px; }
            .store .banner-new .message-box .offer ul li span smail {
              font-size: 12px; }
            .store .banner-new .message-box .offer ul li span del {
              color: #8e8d95; }
          .store .banner-new .message-box .offer ul li.last {
            border-top: solid #dfdfdf 1px; }
            .store .banner-new .message-box .offer ul li.last strong {
              color: #01b85e; }
      .store .banner-new .message-box .offer dl {
        margin-top: 25px;
        text-align: center; }
        .store .banner-new .message-box .offer dl strong {
          font: normal normal bold 28px/35px Lexend; }
        .store .banner-new .message-box .offer dl del {
          font: normal normal 14px/21px Lexend;
          color: #8e8d95; }
        .store .banner-new .message-box .offer dl .submit-btn {
          display: block;
          position: relative;
          width: 330px;
          height: 49px;
          margin: 0px auto;
          text-align: center;
          line-height: 46px;
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          background-color: #ff334d;
          border-radius: 6px;
          cursor: pointer; }
          .store .banner-new .message-box .offer dl .submit-btn .cart {
            display: inline-block;
            position: absolute;
            left: 60px;
            bottom: -16px;
            width: 16px;
            height: 16px;
            background: url(../images/store/cart.png) no-repeat;
            opacity: 0;
            transition: all 0.3s; }
          .store .banner-new .message-box .offer dl .submit-btn span {
            position: relative;
            right: 0;
            font-weight: bold;
            transition: all 0.3s; }
          .store .banner-new .message-box .offer dl .submit-btn:hover .cart {
            left: 110px;
            bottom: 15px;
            opacity: 1; }
          .store .banner-new .message-box .offer dl .submit-btn:hover span {
            right: -20px; }
          .store .banner-new .message-box .offer dl .submit-btn.on .cart,
          .store .banner-new .message-box .offer dl .submit-btn.on span {
            display: none; }
          .store .banner-new .message-box .offer dl .submit-btn.on .loading-icon {
            display: block; }
        .store .banner-new .message-box .offer dl dd {
          font-weight: 600;
          margin-top: 5px;
          font-size: 12px;
          color: rgba(30, 28, 44, 0.3); }
.store .products h2 {
  padding-top: 76px;
  padding-bottom: 50px;
  font-size: 38px;
  text-align: center;
  line-height: 48px; }
.store .products .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500; }
  .store .products .tabs li {
    width: 250px;
    border-right: 1px solid #cfced4;
    text-align: center;
    cursor: pointer; }
    .store .products .tabs li:last-child {
      border: none; }
    .store .products .tabs li.on {
      font-size: 20px;
      font-weight: bold; }
.store .products .product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.store .products .product {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
  padding: 67px 54px 50px 52px;
  border-radius: 6px;
  background-color: rgba(30, 28, 44, 0.04); }
  .store .products .product.product-inline {
    flex-direction: column;
    padding-top: 67px;
    padding-bottom: 35px;
    width: 566px; }
    .store .products .product.product-inline .product-info dl {
      margin-bottom: 15px; }
    .store .products .product.product-inline .product-price {
      margin-top: 25px;
      margin-left: 0;
      width: 100%; }
      .store .products .product.product-inline .product-price .offer-item {
        padding: 11px 11px 11px 42px;
        height: 74px; }
        .store .products .product.product-inline .product-price .offer-item:last-child {
          border: 1px solid #dddce5; }
        .store .products .product.product-inline .product-price .offer-item .name {
          margin-top: 0; }
        .store .products .product.product-inline .product-price .offer-item .price {
          margin-top: 0; }
        .store .products .product.product-inline .product-price .offer-item .off {
          width: 74px; }
        .store .products .product.product-inline .product-price .offer-item .email-box {
          width: 200px; }
          .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn {
            width: 140px;
            height: 52px;
            line-height: 52px;
            font-size: 14px; }
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn:hover .cart {
              left: 8px;
              bottom: 16px; }
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn:hover span {
              right: -15px; }
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn.on .cart,
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn.on span {
              display: none; }
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn.on .loading-icon {
              display: block; }
  .store .products .product .tag-box {
    position: absolute;
    top: 0;
    left: 58px;
    display: flex; }
  .store .products .product .tag {
    margin-right: 6px;
    padding: 0 12px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: #b8b9c7; }
  .store .products .product .num {
    padding: 0 17px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #616484;
    text-align: center;
    line-height: 30px;
    background-color: #e4e5f1; }
  .store .products .product .product-info dl {
    display: flex;
    margin-bottom: 40px; }
    .store .products .product .product-info dl dt {
      margin-right: 8px;
      width: 46px;
      height: 46px; }
    .store .products .product .product-info dl dd {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .store .products .product .product-info dl .name {
      font-size: 22px;
      font-weight: bold;
      line-height: 28px; }
    .store .products .product .product-info dl .platform {
      font-size: 14px;
      line-height: 18px; }
  .store .products .product .product-info ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px; }
    .store .products .product .product-info ul li::before {
      content: "";
      display: inline-block;
      margin-right: 8px;
      width: 10px;
      height: 10px;
      background: url(../images/store/icon_right.png) no-repeat;
      background-size: 100%; }
  .store .products .product .product-info .desc {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500; }
  .store .products .product .product-price {
    margin-left: 90px;
    width: 668px; }
    .store .products .product .product-price .offer-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 11px;
      padding: 15px 15px 15px 40px;
      width: 100%;
      height: 98px;
      border: 1px solid #dfdeff;
      border-radius: 4px;
      background-color: #fff; }
      .store .products .product .product-price .offer-item:last-child {
        margin-bottom: 0;
        border: 1px solid #ff334d; }
        .store .products .product .product-price .offer-item:last-child .email-box .submit-btn {
          border: 1px solid #ff334d;
          color: #fff;
          background-color: #ff334d; }
      .store .products .product .product-price .offer-item > div:nth-child(2) {
        width: 125px;
        text-align: right; }
      .store .products .product .product-price .offer-item .name {
        margin-top: 10px;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px; }
      .store .products .product .product-price .offer-item .off {
        width: 83px;
        height: 17px;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        line-height: 17px;
        background-color: #ff334d; }
        .store .products .product .product-price .offer-item .off.off-none {
          background-color: transparent; }
      .store .products .product .product-price .offer-item .price {
        margin-top: 10px;
        margin-bottom: 7px;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px; }
      .store .products .product .product-price .offer-item .billed {
        font-size: 12px;
        font-weight: 600;
        text-align: right;
        line-height: 15px; }
        .store .products .product .product-price .offer-item .billed del {
          font-weight: 600; }
      .store .products .product .product-price .offer-item .email-box {
        width: 250px; }
        .store .products .product .product-price .offer-item .email-box .form-item {
          display: flex;
          justify-content: flex-end;
          position: relative;
          height: 100%; }
        .store .products .product .product-price .offer-item .email-box .submit-btn {
          display: inline-block;
          position: relative;
          width: 178px;
          height: 100%;
          border-radius: 4px;
          text-align: center;
          line-height: 68px;
          border: 1px solid #cdcbfc;
          color: #3f3af5;
          cursor: pointer;
          transition: width 0.3s; }
          .store .products .product .product-price .offer-item .email-box .submit-btn .cart {
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -16px;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            background: url(../images/store/cart.png) no-repeat;
            opacity: 0;
            transition: all 0.3s; }
          .store .products .product .product-price .offer-item .email-box .submit-btn span {
            position: relative;
            right: 0;
            font-weight: bold;
            transition: right 0.3s; }
          .store .products .product .product-price .offer-item .email-box .submit-btn:hover {
            border: 1px solid #ff334d;
            color: #fff;
            background-color: #ff334d; }
            .store .products .product .product-price .offer-item .email-box .submit-btn:hover .cart {
              left: 18px;
              bottom: 21px;
              opacity: 1; }
            .store .products .product .product-price .offer-item .email-box .submit-btn:hover span {
              right: -20px; }
          .store .products .product .product-price .offer-item .email-box .submit-btn.on .cart,
          .store .products .product .product-price .offer-item .email-box .submit-btn.on span {
            display: none; }
          .store .products .product .product-price .offer-item .email-box .submit-btn.on .loading-icon {
            display: block; }
        .store .products .product .product-price .offer-item .email-box .err-box .tips {
          display: none;
          font-size: 12px; }
  .store .products .product.vpn {
    padding-bottom: 60px; }
    .store .products .product.vpn .tips {
      position: absolute;
      bottom: 0px; }
  .store .products .product.isr .product-price {
    margin-left: 40px;
    margin-top: 80px; }
.store .service {
  padding-top: 35px;
  padding-bottom: 50px; }
  .store .service .service-list {
    display: flex;
    justify-content: center; }
    .store .service .service-list .service-item {
      display: flex;
      align-items: center; }
      .store .service .service-list .service-item .icon {
        width: 50px;
        height: 50px; }
      .store .service .service-list .service-item .text {
        margin-left: 12px;
        font-size: 14px;
        line-height: 20px; }
      .store .service .service-list .service-item:nth-child(2) {
        margin: 0 168px; }
.store .copy {
  width: 100%;
  height: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 80px;
  background-color: #1e1c2c; }
@media screen and (max-width: 768px) {
  .store .page-wrapper {
    width: 100%; }
  .store .banner {
    padding-top: 0.7142857143rem;
    padding-bottom: 1.2857142857rem;
    background: url(../images/store/img_banner_bg_mob.png) no-repeat bottom center;
    background-size: 100%; }
    .store .banner .title {
      font-size: 2.0714285714rem;
      line-height: 2.5714285714rem; }
    .store .banner .sub-title {
      margin-top: 0.7142857143rem;
      margin-bottom: 1.4285714286rem;
      font-size: 0.8571428571rem; }
      .store .banner .sub-title span {
        font-weight: bold;
        color: #ff334d; }
      .store .banner .sub-title::after {
        display: none; }
    .store .banner .offer-box {
      display: block;
      margin-bottom: 0; }
      .store .banner .offer-box ._left {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 14.7142857143rem;
        height: 10.7142857143rem; }
        .store .banner .offer-box ._left .pc {
          display: none; }
        .store .banner .offer-box ._left .mob {
          display: block; }
      .store .banner .offer-box ._right {
        margin-top: 1.4285714286rem;
        padding: 0 1.1428571429rem;
        width: 100%; }
        .store .banner .offer-box ._right .offer-name {
          padding-bottom: 0.8571428571rem;
          font-size: 1rem;
          line-height: 1.2857142857rem; }
        .store .banner .offer-box ._right .price-off .discount {
          border-radius: 0.2142857143rem; }
        .store .banner .offer-box ._right ul li .year {
          font-size: 1rem; }
        .store .banner .offer-box ._right ul li .price {
          width: 7rem;
          text-align: right; }
        .store .banner .offer-box ._right .email-box .form-item {
          justify-content: center; }
        .store .banner .offer-box ._right .email-box .submit-btn {
          width: 100%;
          border-radius: 0.2142857143rem; }
          .store .banner .offer-box ._right .email-box .submit-btn:hover .cart {
            display: none; }
          .store .banner .offer-box ._right .email-box .submit-btn:hover span {
            right: 0; }
        .store .banner .offer-box ._right .money-back .text {
          width: 100%;
          text-align: center; }
    .store .banner .tips {
      padding: 10px !important;
      margin-top: 0px !important; }
    .store .banner .feature-list {
      display: none; }
    .store .banner .down {
      margin-top: 2.8571428571rem; }
  .store .products .page-wrapper {
    padding: 0 1.1428571429rem; }
  .store .products h2 {
    padding-top: 2.1428571429rem;
    padding-bottom: 1.4285714286rem;
    font-size: 1.7142857143rem;
    line-height: 2.1428571429rem; }
  .store .products .tabs {
    justify-content: space-between;
    margin-bottom: 2.1428571429rem; }
    .store .products .tabs li {
      padding: 0 1rem;
      width: auto;
      font-size: 1rem;
      line-height: 1.4285714286rem; }
      .store .products .tabs li.on {
        font-size: 1.1428571429rem; }
      .store .products .tabs li:first-child {
        padding-left: 0; }
      .store .products .tabs li:last-child {
        padding-right: 0; }
  .store .products .product {
    display: block;
    margin-bottom: 1.0714285714rem;
    padding: 3.5714285714rem 1.4285714286rem 2.8571428571rem 1.4285714286rem;
    border-radius: 0.2142857143rem; }
    .store .products .product .tag-box {
      left: 2.7857142857rem; }
    .store .products .product .product-info {
      padding-left: 19px; }
      .store .products .product .product-info dl {
        margin-bottom: 1.1428571429rem; }
        .store .products .product .product-info dl dt {
          margin-right: 0.7142857143rem; }
        .store .products .product .product-info dl .name {
          font-size: 1.2857142857rem;
          line-height: 1.9285714286rem; }
        .store .products .product .product-info dl .platform {
          display: none; }
      .store .products .product .product-info ul li {
        font-size: 0.8571428571rem;
        line-height: 1.8571428571rem; }
    .store .products .product .product-price {
      margin-left: 0 !important;
      margin-top: 1.1428571429rem !important;
      width: 100%; }
      .store .products .product .product-price .offer-list {
        display: flex;
        flex-direction: column-reverse; }
      .store .products .product .product-price .offer-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin-bottom: 0.6428571429rem;
        padding: 1.1428571429rem 2.2857142857rem;
        border-radius: 0.1428571429rem; }
        .store .products .product .product-price .offer-item:first-child {
          margin-bottom: 0; }
        .store .products .product .product-price .offer-item:last-child {
          margin-bottom: 0.6428571429rem;
          border: 1px solid #ff334d; }
          .store .products .product .product-price .offer-item:last-child .email-box .submit-btn {
            border: none; }
        .store .products .product .product-price .offer-item > div:nth-child(2) {
          margin: 0 auto;
          width: 100%; }
        .store .products .product .product-price .offer-item .name {
          margin-top: 0;
          margin-bottom: 0.1428571429rem;
          font-size: 1.1428571429rem;
          line-height: 1.4285714286rem;
          text-align: center; }
        .store .products .product .product-price .offer-item .off {
          margin: 0 auto;
          width: 7.2857142857rem;
          height: 1.5rem;
          font-size: 1rem;
          line-height: 1.5rem;
          border-radius: 0.1428571429rem; }
        .store .products .product .product-price .offer-item .price {
          margin-top: 1.1428571429rem;
          margin-bottom: 0.1428571429rem;
          font-size: 1.2857142857rem;
          line-height: 1.5714285714rem;
          text-align: center; }
        .store .products .product .product-price .offer-item .billed {
          margin-bottom: 0.3571428571rem;
          font-size: 0.8571428571rem;
          text-align: center; }
        .store .products .product .product-price .offer-item .email-box {
          width: 100%; }
          .store .products .product .product-price .offer-item .email-box .submit-btn {
            width: 100%;
            height: 3.2857142857rem;
            line-height: 3.2857142857rem;
            border-radius: 0.2142857143rem;
            border: 0.1428571429rem solid #cdcbfc;
            font-size: 1rem; }
            .store .products .product .product-price .offer-item .email-box .submit-btn:hover .cart {
              display: none; }
            .store .products .product .product-price .offer-item .email-box .submit-btn:hover span {
              right: 0; }
    .store .products .product.product-inline {
      padding-top: 3.5714285714rem;
      padding-bottom: 2.5714285714rem; }
      .store .products .product.product-inline .product-price .offer-item {
        display: block;
        padding: 1.1428571429rem 2rem;
        height: auto; }
        .store .products .product.product-inline .product-price .offer-item:last-child {
          border: 1px solid #ff334d; }
        .store .products .product.product-inline .product-price .offer-item .off {
          width: 7.2857142857rem; }
        .store .products .product.product-inline .product-price .offer-item .price {
          margin-top: 1.1428571429rem; }
        .store .products .product.product-inline .product-price .offer-item .email-box {
          width: 100%; }
          .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn {
            width: 100%; }
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn:hover .cart {
              display: none; }
            .store .products .product.product-inline .product-price .offer-item .email-box .submit-btn:hover span {
              right: 0; }
  .store .service {
    padding-bottom: 1.1428571429rem; }
    .store .service .service-list {
      display: block; }
      .store .service .service-list .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 1.7142857143rem; }
        .store .service .service-list .service-item:nth-child(2) {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 1.7142857143rem; }
        .store .service .service-list .service-item .text {
          margin-top: 0.4285714286rem; }
  .store .copy {
    font-size: 0.8571428571rem; } }

/*# sourceMappingURL=store.css.map */
