.store .products .product .product-info ul li,
.store .products .product.product-inline .product-price .offer-item .email-box .submit-btn {
  font-size: 16px; }

.store .products .product .product-price .offer-item .name {
  font-size: 18px; }

.store .products .product .product-price .offer-item .billed {
  font-size: 14px; }

.store .products .product .product-info dl .name {
  font-size: 24px; }

.store .products .product .product-price .offer-item > div:nth-child(2) {
  width: 135px; }

.store-main {
  font-family: League Spartan;
  position: relative; }
  .store-main .down {
    margin-top: -10px; }
  .store-main:after {
    display: block;
    content: '';
    width: 100%;
    background: url(../new/bottom_bg.png) no-repeat center/cover;
    height: 793px;
    z-index: -1;
    position: absolute;
    bottom: 190px; }
  .store-main .zoom {
    animation: zoom-scaling 1s ease-in-out 1; }
@keyframes swi {
  0%,
    100% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); } }
@keyframes glass_ani {
  0% {
    transform: rotate(0deg); }
  25%,
    75% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes butt_ani {
  0%,
    100% {
    transform: rotate(0deg) translateY(0px); }
  20% {
    transform: rotate(-5deg) translateY(-5px); }
  40% {
    transform: rotate(3deg) translateY(3px); }
  60% {
    transform: rotate(-3deg) translateY(-3px); }
  80% {
    transform: rotate(5deg) translateY(5px); } }
@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  25%,
    75% {
    /* transform: scale(1.5); */
    transform: scale(1.3);
    opacity: 1; }
  50% {
    /* transform: scale(0.5); */
    transform: scale(0.6);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }
  .store-main .buybtn {
    display: block;
    margin: 0px auto;
    width: 285px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #FFD37F;
    border-radius: 6px;
    text-align: center;
    font: normal normal bold 16px/23px Lexend;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFB31E;
    position: relative; }
    .store-main .buybtn.red {
      color: #fff;
      background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #FF9A4D;
      border: none;
      border-radius: 5px; }
      .store-main .buybtn.red::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -4px;
        left: -4px;
        border: 4px solid #FF77002B; }
      .store-main .buybtn.red:hover {
        background: transparent linear-gradient(98deg, #FF7031 0%, #FF116A 100%) 0% 0% no-repeat padding-box; }
    .store-main .buybtn:hover {
      color: #fff;
      box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
      background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box; }
  .store-main .wrapper,
  .store-main .review-tabs {
    width: 1200px !important;
    margin: 0px auto; }
  .store-main .buybtn {
    min-width: 228px;
    max-width: 85%;
    height: 46px;
    border-radius: 5px;
    font-weight: 500; }
    .store-main .buybtn::before {
      border-radius: 50px; }
    .store-main .buybtn.ext::after {
      content: "+5% OFF";
      display: block;
      position: absolute;
      width: 58px;
      height: 16px;
      line-height: 19px;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      background: transparent linear-gradient(107deg, #4EF6A3 0%, #00CE30 100%) 0% 0% no-repeat padding-box;
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 3px 3px 0px 0px;
      right: 25px;
      top: -17px;
      color: #004B12; }
  .store-main .time_cont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0px auto; }
    .store-main .time_cont > p {
      font-size: 14px;
      font-family: Lexend;
      font-weight: 500;
      color: #4A1503; }
    .store-main .time_cont .countdown {
      position: relative;
      display: flex;
      vertical-align: bottom;
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      text-align: center;
      line-height: 20px;
      margin: 0 3px; }
      .store-main .time_cont .countdown .scroll-tick {
        height: 20px; }
        .store-main .time_cont .countdown .scroll-tick:last-child {
          margin-right: 0; }
        .store-main .time_cont .countdown .scroll-tick strong,
        .store-main .time_cont .countdown .scroll-tick span {
          display: block;
          font-weight: bold;
          color: #FF0707; }
  .store-main .sp_banner {
    position: relative;
    height: 842px;
    text-align: center;
    background: #fff url(../new/easter_bg.jpg) no-repeat center bottom;
    box-sizing: border-box;
    padding-top: 80px; }
    .store-main .sp_banner img {
      width: auto; }
    .store-main .sp_banner.banner1 {
      height: 938px;
      background: #fff url(../new/easter_bg.jpg) no-repeat center/cover; }
      .store-main .sp_banner.banner1 .message {
        margin-top: 30px; }
    .store-main .sp_banner .logo {
      display: block;
      position: absolute;
      top: 30px;
      left: 0px;
      transform: scale(1);
      z-index: 10; }
    .store-main .sp_banner .ban_list {
      width: 1348px;
      height: 124px;
      background: url(../new/white_bg.png) no-repeat center/cover;
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between;
      padding: 0 160px;
      align-items: center;
      position: relative; }
      .store-main .sp_banner .ban_list .flag {
        background: transparent linear-gradient(90deg, #FFD284 0%, #FFF59A 50%, #FFE08D 100%) 0% 0% no-repeat padding-box;
        height: 20px;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        padding: 0 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px; }
        .store-main .sp_banner .ban_list .flag:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          left: -19px;
          top: 0px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid transparent;
          border-right: 10px solid #FFD284; }
        .store-main .sp_banner .ban_list .flag:before {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          right: -19px;
          top: 0px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid transparent;
          border-left: 10px solid #FFE08D; }
      .store-main .sp_banner .ban_list .item {
        display: flex;
        align-items: flex-start;
        gap: 4px; }
        .store-main .sp_banner .ban_list .item .text_part {
          padding-top: 10px; }
        .store-main .sp_banner .ban_list .item .p1 {
          color: #000000;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 14px;
          text-align: left; }
        .store-main .sp_banner .ban_list .item .p2 {
          color: #2B2B2B;
          font-size: 16px;
          font-weight: 400;
          max-width: 275px;
          line-height: 1.2;
          text-align: left; }
    .store-main .sp_banner .title_box {
      text-align: center;
      position: relative;
      z-index: 2; }
      .store-main .sp_banner .title_box .title_img {
        margin-right: 0px;
        width: 641px;
        height: 86px; }
      .store-main .sp_banner .title_box .butt_img {
        position: absolute;
        width: 28px;
        height: 24px;
        right: 323px;
        top: 3px;
        animation: butt_ani 3s infinite ease-in-out; }
      .store-main .sp_banner .title_box .glass_img {
        position: absolute;
        right: 403px;
        width: 17px;
        height: 22px;
        bottom: 12px;
        transform-origin: center bottom;
        animation: glass_ani 3s infinite ease-in-out; }
      .store-main .sp_banner .title_box .flower_img {
        width: 50px;
        height: 77px;
        position: absolute;
        left: 300px;
        top: 10px;
        z-index: -1;
        transform-origin: right bottom;
        animation: swi 5s infinite ease-in-out; }
    .store-main .sp_banner .title-subtitle {
      margin-top: 6px;
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
      font-family: "Lexend", Arial, "Microsoft Yahei", sans-serif !important;
      color: #1E1C2C; }
      .store-main .sp_banner .title-subtitle span {
        font: inherit;
        color: #FF5604;
        font-weight: 600; }
    .store-main .sp_banner .message {
      width: 1200px;
      display: flex;
      justify-content: center;
      margin-top: 70px;
      align-items: flex-end;
      gap: 38px; }
      .store-main .sp_banner .message.message-r2 {
        gap: 32px; }
        .store-main .sp_banner .message.message-r2.message-r1 {
          gap: 20px; }
        .store-main .sp_banner .message.message-r2 .active-outer::before {
          left: -5px;
          width: 100%;
          height: 100%; }
      .store-main .sp_banner .message .active-outer {
        position: relative;
        z-index: 1;
        background: #fff; }
        .store-main .sp_banner .message .active-outer.vpn1 {
          transform: translateY(46px); }
        .store-main .sp_banner .message .active-outer::before {
          content: '';
          display: block;
          position: absolute;
          top: -4px;
          left: -16px;
          z-index: -1;
          width: calc(100% + 20px);
          height: 98%;
          box-shadow: 0px 15px 25px rgba(255, 119, 0, 0.5);
          border: 5px solid #FF7700;
          border-radius: 4px; }
        .store-main .sp_banner .message .active-outer .box h4 {
          font-weight: 700;
          font-size: 26px; }
          .store-main .sp_banner .message .active-outer .box h4 strong {
            font-weight: 700;
            font-size: 42px; }
        .store-main .sp_banner .message .active-outer .box .buybtn {
          margin-top: 20px; }
        .store-main .sp_banner .message .active-outer .box-bottom {
          background: transparent linear-gradient(270deg, #FFF7BB 0%, #FFFAD8 47%, #FFF7B8 100%) 0% 0% no-repeat padding-box;
          width: 100%;
          height: 47px;
          position: relative;
          box-sizing: border-box;
          padding-left: 50px;
          z-index: 2;
          padding-top: 10px; }
          .store-main .sp_banner .message .active-outer .box-bottom img {
            position: absolute;
            bottom: 0;
            left: 25px; }
          .store-main .sp_banner .message .active-outer .box-bottom .p1 {
            font-size: 16px;
            font-weight: bold;
            color: #000; }
          .store-main .sp_banner .message .active-outer .box-bottom .time_cont {
            background: none;
            width: auto;
            padding: 0;
            min-width: fit-content;
            box-shadow: none;
            font-size: 16px;
            top: 20px;
            left: 44.3%; }
            .store-main .sp_banner .message .active-outer .box-bottom .time_cont > p {
              color: #000;
              font-weight: 400; }
            .store-main .sp_banner .message .active-outer .box-bottom .time_cont .countdown::before, .store-main .sp_banner .message .active-outer .box-bottom .time_cont .countdown::after {
              display: none; }
            .store-main .sp_banner .message .active-outer .box-bottom .time_cont .countdown .scroll-tick {
              width: 10px; }
              .store-main .sp_banner .message .active-outer .box-bottom .time_cont .countdown .scroll-tick strong {
                color: #FF7700;
                font-size: 16px; }
      .store-main .sp_banner .message .time_cont {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        min-width: 300px;
        max-width: 100%;
        height: 36px;
        border-radius: 0px 0px 14px 14px;
        background: #FFDA44;
        position: absolute;
        z-index: 999;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        white-space: nowrap;
        box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5); }
        .store-main .sp_banner .message .time_cont > p {
          font-weight: 600;
          color: #4A1503; }
          .store-main .sp_banner .message .time_cont > p:last-child {
            padding-top: 4px; }
          .store-main .sp_banner .message .time_cont > p > span {
            font-size: 24px;
            font-family: "Yesteryear";
            color: #4A1503;
            margin-right: 5px; }
        .store-main .sp_banner .message .time_cont .countdown {
          position: relative;
          display: flex;
          vertical-align: bottom;
          height: 20px;
          line-height: 20px;
          overflow: hidden;
          text-align: center;
          flex-shrink: 0;
          top: 2px; }
          .store-main .sp_banner .message .time_cont .countdown::after, .store-main .sp_banner .message .time_cont .countdown::before {
            position: absolute;
            content: "";
            display: block;
            height: 15px;
            border-right: 1px solid #5E1800;
            top: 0px; }
          .store-main .sp_banner .message .time_cont .countdown::before {
            left: 27px; }
          .store-main .sp_banner .message .time_cont .countdown::after {
            right: 27px; }
          .store-main .sp_banner .message .time_cont .countdown .scroll-tick {
            width: 27px;
            height: 20px; }
            .store-main .sp_banner .message .time_cont .countdown .scroll-tick:last-child {
              margin-right: 0; }
            .store-main .sp_banner .message .time_cont .countdown .scroll-tick strong,
            .store-main .sp_banner .message .time_cont .countdown .scroll-tick span {
              font-size: 18px;
              display: block;
              font-weight: bold;
              color: #FF001B; }
      .store-main .sp_banner .message .box {
        width: 350px;
        padding: 40px 32px;
        background: #FBFBFB;
        border: 1px solid #CCCEE2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center; }
        .store-main .sp_banner .message .box .box-body {
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: center; }
        .store-main .sp_banner .message .box h3 {
          margin-bottom: 30px;
          height: 27px;
          font-size: 18px;
          line-height: 28px;
          color: #8D6218;
          font-weight: 500;
          padding: 0 16px;
          background: #FEF7DF 0% 0% no-repeat padding-box; }
          .store-main .sp_banner .message .box h3 span,
          .store-main .sp_banner .message .box h3 strong {
            font: inherit;
            color: inherit; }
          .store-main .sp_banner .message .box h3 strong {
            height: 27px;
            line-height: 28px;
            background: transparent linear-gradient(90deg, #A2FFDA 0%, #55FFA9 61%, #24FF8A 100%) 0% 0% no-repeat padding-box;
            font-weight: inherit;
            font-size: inherit;
            color: #000000;
            padding: 0 16px;
            padding-left: 8px;
            display: inline-block;
            font-weight: 500;
            margin-left: 8px; }
        .store-main .sp_banner .message .box h4 {
          font-weight: 600;
          font-size: 24px;
          line-height: 1; }
          .store-main .sp_banner .message .box h4 p {
            font: inherit;
            color: inherit; }
          .store-main .sp_banner .message .box h4 strong {
            font: inherit;
            color: inherit;
            font-weight: 600;
            font-size: 42px; }
        .store-main .sp_banner .message .box .ext_price {
          position: absolute;
          color: #878686;
          text-decoration: line-through;
          left: -55px;
          top: 18px;
          font-size: 18px;
          opacity: 0; }
          .store-main .sp_banner .message .box .ext_price.on {
            opacity: 1; }
        .store-main .sp_banner .message .box .buybtn {
          margin-top: 12px; }
        .store-main .sp_banner .message .box .box-p {
          margin-top: 15px;
          text-align: center;
          color: #606060;
          font-size: 14px; }
          .store-main .sp_banner .message .box .box-p span {
            display: inline-block;
            padding: 0 6px;
            color: #878686;
            position: relative; }
            .store-main .sp_banner .message .box .box-p span:after {
              content: "";
              position: absolute;
              width: 60px;
              height: 20px;
              background: url(../new/del_bg.svg);
              background-size: contain;
              left: 0px;
              top: -2px; }
          .store-main .sp_banner .message .box .box-p del {
            color: #878686;
            padding-left: 4px; }
        .store-main .sp_banner .message .box .p1 {
          color: #8D8D8D;
          margin-top: 14px;
          font-size: 14px; }
        .store-main .sp_banner .message .box .des {
          display: flex;
          gap: 6px;
          margin-top: 26px;
          align-items: center; }
          .store-main .sp_banner .message .box .des p {
            color: #CBB18A;
            font-weight: 400;
            font-size: 14px; }
        .store-main .sp_banner .message .box ul {
          padding-top: 24px;
          margin-top: 21px;
          border-top: 1px solid #75685b24;
          font: normal normal normal 16px/24px League Spartan;
          color: #5D5D5D;
          padding-left: 9px;
          text-align: left; }
          .store-main .sp_banner .message .box ul li {
            position: relative;
            list-style: unset;
            color: #5D5D5D; }
        .store-main .sp_banner .message .box .spec_span {
          margin-top: 23px;
          color: #8D8D8D;
          font-size: 14px;
          display: block;
          text-align: left; }
        .store-main .sp_banner .message .box.active-box {
          position: relative;
          z-index: 1;
          width: 370px;
          background: #fff;
          border: 0; }
          .store-main .sp_banner .message .box.active-box h3 {
            color: #fff;
            background: transparent linear-gradient(98deg, #FF607F 0%, #FF8D1A 100%) 0% 0% no-repeat padding-box;
            padding-right: 0; }
          .store-main .sp_banner .message .box.active-box h4 {
            position: relative;
            color: #FF150C; }
          .store-main .sp_banner .message .box.active-box ul {
            padding-left: 12px; }
            .store-main .sp_banner .message .box.active-box ul li {
              display: flex;
              align-items: center;
              list-style: none;
              color: #000; }
              .store-main .sp_banner .message .box.active-box ul li::before {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                background: url(../new/check_green.svg);
                position: absolute;
                left: -18px;
                top: 4px; }
        .store-main .sp_banner .message .box.free {
          max-width: 270px;
          background: rgba(255, 249, 249, 0.6); }
          .store-main .sp_banner .message .box.free .box-body {
            justify-content: space-between;
            padding-bottom: 25px; }
          .store-main .sp_banner .message .box.free h4 {
            padding-bottom: 42px;
            font-size: 16px;
            font-weight: 400;
            color: #606060; }
          .store-main .sp_banner .message .box.free ul {
            padding-left: 0px;
            min-height: 220px; }
            .store-main .sp_banner .message .box.free ul li {
              list-style: none;
              text-align: center;
              color: #5D5D5D; }

.store-vpn {
  background-image: url(./store_vpn_bg.jpg); }
  .store-vpn.store-sold .store-vpn-title .title-left::before, .store-vpn.store-sold .store-vpn-title .title-left::after,
  .store-vpn.store-sold .store-vpn-title .title-right::before,
  .store-vpn.store-sold .store-vpn-title .title-right::after {
    bottom: 30px; }
  .store-vpn.store-sold .store-vpn-title .title-left::after,
  .store-vpn.store-sold .store-vpn-title .title-right::after {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    left: 42px; }
  .store-vpn.store-sold .store-vpn-title .title-right:before {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  .store-vpn.store-sold .store-vpn-title .title-right::after {
    bottom: 60px; }
  .store-vpn.store-sold .store-vpn-title .vpn-pic {
    display: none !important; }
  .store-vpn.store-sold .store-vpn-title .vpn-pic-sold {
    display: block !important; }
  .store-vpn-title {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 255px;
    width: 100%;
    height: 363px; }
    .store-vpn-title .title-left span,
    .store-vpn-title .title-left strong,
    .store-vpn-title .title-right span,
    .store-vpn-title .title-right strong {
      opacity: 0;
      visibility: hidden; }
    .store-vpn-title .title-left::before, .store-vpn-title .title-left::after,
    .store-vpn-title .title-right::before,
    .store-vpn-title .title-right::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 26px;
      opacity: 0;
      z-index: -1;
      visibility: hidden;
      flex-shrink: 0;
      width: 321px;
      height: 141px;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat; }
    .store-vpn-title .title-left::before,
    .store-vpn-title .title-right::before {
      z-index: 1;
      opacity: 1;
      visibility: visible;
      left: 42px;
      background-image: url(./store_vpn_title_left.png); }
    .store-vpn-title .title-right::before, .store-vpn-title .title-right::after {
      bottom: 47px;
      width: 335px;
      height: 119px; }
    .store-vpn-title .title-right::before {
      left: 14px;
      bottom: 47px;
      background-image: url(./store_vpn_title_right.png); }
    .store-vpn-title .title-right::after {
      background-image: url(./store_vpn_title_sold_right.png); }
  .store-vpn-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px; }
  .store-vpn-item {
    position: relative;
    z-index: 1;
    min-width: 372px;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFEEC;
    box-shadow: 0px 7px 11px #BE49484F;
    border-radius: 6px;
    font-family: Lexend; }
    .store-vpn-item.vpn-active {
      min-width: 395px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 8px 18px #F93A3A54;
      border: 3px solid #FF7700;
      border-radius: 0; }
      .store-vpn-item.vpn-active .store-vpn-inner {
        padding-bottom: 14px; }
      .store-vpn-item.vpn-active .vpn-off {
        color: #720023; }
        .store-vpn-item.vpn-active .vpn-off em {
          opacity: 1;
          color: #000; }
        .store-vpn-item.vpn-active .vpn-off .vpn-off-bg path {
          fill: rgba(255, 158, 187, 0.82) !important; }
      .store-vpn-item.vpn-active .vpn-name {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 5px 0 24px;
        font-size: 18px;
        color: #FF0000;
        font-weight: 500; }
        .store-vpn-item.vpn-active .vpn-name::before {
          content: '';
          display: block;
          position: absolute;
          left: 5%;
          right: 0;
          bottom: 14px;
          z-index: 0;
          width: 90%;
          height: 2px;
          border-radius: 6px;
          background-color: #EDEBEA; }
        .store-vpn-item.vpn-active .vpn-name em {
          color: #38B75A; }
      .store-vpn-item.vpn-active .vpn-price {
        color: #FF150C; }
        .store-vpn-item.vpn-active .vpn-price strong > big {
          font-size: 46px; }
      .store-vpn-item.vpn-active .vpn-before del {
        opacity: 0.5; }
      .store-vpn-item.vpn-active .vpn-desc {
        color: #fff;
        opacity: 0.6; }
  .store-vpn-inner {
    padding-bottom: 26px;
    width: inherit; }
  .store-vpn-body {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .store-vpn-footer {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28292D;
    color: #7F8084;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 0px 0px 12px 12px; }
    .store-vpn-footer span {
      display: inline-block;
      font: inherit;
      font-style: normal;
      color: inherit;
      font-variant-numeric: tabular-nums;
      color: #FFEA61;
      font-size: 18px; }
  .store-vpn .vpn-before {
    margin-top: 12px; }
  .store-vpn .vpn-name,
  .store-vpn .name-before,
  .store-vpn .vpn-price,
  .store-vpn .vpn-before,
  .store-vpn .vpn-desc,
  .store-vpn .vpn-off {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    color: #000; }
    .store-vpn .vpn-name.gray,
    .store-vpn .name-before.gray,
    .store-vpn .vpn-price.gray,
    .store-vpn .vpn-before.gray,
    .store-vpn .vpn-desc.gray,
    .store-vpn .vpn-off.gray {
      color: #555151; }
    .store-vpn .vpn-name del,
    .store-vpn .vpn-name strong,
    .store-vpn .vpn-name span,
    .store-vpn .vpn-name big,
    .store-vpn .vpn-name b,
    .store-vpn .vpn-name em,
    .store-vpn .name-before del,
    .store-vpn .name-before strong,
    .store-vpn .name-before span,
    .store-vpn .name-before big,
    .store-vpn .name-before b,
    .store-vpn .name-before em,
    .store-vpn .vpn-price del,
    .store-vpn .vpn-price strong,
    .store-vpn .vpn-price span,
    .store-vpn .vpn-price big,
    .store-vpn .vpn-price b,
    .store-vpn .vpn-price em,
    .store-vpn .vpn-before del,
    .store-vpn .vpn-before strong,
    .store-vpn .vpn-before span,
    .store-vpn .vpn-before big,
    .store-vpn .vpn-before b,
    .store-vpn .vpn-before em,
    .store-vpn .vpn-desc del,
    .store-vpn .vpn-desc strong,
    .store-vpn .vpn-desc span,
    .store-vpn .vpn-desc big,
    .store-vpn .vpn-desc b,
    .store-vpn .vpn-desc em,
    .store-vpn .vpn-off del,
    .store-vpn .vpn-off strong,
    .store-vpn .vpn-off span,
    .store-vpn .vpn-off big,
    .store-vpn .vpn-off b,
    .store-vpn .vpn-off em {
      display: inline-block;
      font: inherit;
      font-style: normal;
      color: inherit;
      font-weight: 700; }
  .store-vpn .vpn-off {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    width: 87px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .store-vpn .vpn-off em {
      position: relative;
      z-index: 2;
      opacity: 0.8; }
    .store-vpn .vpn-off .vpn-off-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: inherit;
      height: inherit; }
  .store-vpn .name-before {
    padding: 30px 0 0;
    color: #fff; }
    .store-vpn .name-before span {
      display: inline-block;
      position: relative;
      z-index: 1;
      font: inherit;
      color: #656565; }
      .store-vpn .name-before span::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -5%;
        width: 110%;
        height: 3px;
        border-radius: 6px;
        transform: rotate(5deg) translateY(-50%);
        background-color: rgba(24, 25, 30, 0.6); }
  .store-vpn .vpn-name {
    padding: 34px 0 18px;
    display: block; }
  .store-vpn .vpn-price {
    font-size: 16px; }
    .store-vpn .vpn-price strong {
      font-size: 22px;
      font-weight: 600; }
      .store-vpn .vpn-price strong > big {
        font-size: 46px; }
  .store-vpn .vpn-before b {
    font-weight: 500; }
  .store-vpn .vpn-before del {
    padding-left: 2px;
    opacity: 0.4; }
  .store-vpn .store-vpn-btn {
    margin: 15px auto 10px;
    max-width: 78%;
    display: block;
    line-height: 40px;
    color: #F60000;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    background: #FFFEEC 0% 0% no-repeat padding-box;
    border: 2px solid #F60000;
    border-radius: 8px; }
    .store-vpn .store-vpn-btn.red {
      background: transparent linear-gradient(97deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #FF9A4D;
      outline: 4px solid #FF77002B;
      border-radius: 5px;
      color: #fff; }
  .store-vpn .vpn-desc {
    opacity: 0.4;
    font-size: 12px; }

.popbg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -1000; }
  .popbg.on {
    transform: scale(1);
    z-index: 999;
    display: block !important; }

.easater-store-pop {
  position: fixed;
  width: 607px;
  height: 334px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1000;
  margin: auto;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -999;
  background: url(../new/pop_bg.png) center center no-repeat;
  box-sizing: border-box;
  padding-top: 70px; }
  .easater-store-pop.on {
    transform: scale(1);
    z-index: 1000;
    display: block !important; }
  .easater-store-pop > img {
    display: block;
    margin: 0px auto;
    position: relative;
    top: -44px; }
  .easater-store-pop > p {
    display: none; }
  .easater-store-pop .pop_tit {
    font-size: 0;
    color: transparent;
    width: 380px;
    height: 107px;
    position: absolute;
    background: url(../new/pop_tit.png) no-repeat center/cover;
    top: -60px;
    left: 130px; }
  .easater-store-pop .xmas-close {
    display: block;
    margin: 10px auto 0;
    font-size: 12px;
    color: #5B5B5B;
    font-weight: 400;
    opacity: .8;
    cursor: pointer; }
    .easater-store-pop .xmas-close:hover {
      opacity: 1; }
  .easater-store-pop .title_info {
    text-align: center;
    font: normal normal 600 16px League Spartan;
    letter-spacing: 0px;
    color: #000000; }
  .easater-store-pop .pop_cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 12px;
    width: 94%; }
    .easater-store-pop .pop_cont .pop_save {
      display: inline-block;
      padding: 0 38px;
      height: 48px;
      line-height: 50px;
      font-size: 22px;
      font-weight: bold;
      color: #F5230B;
      text-align: center;
      background: linear-gradient(90deg, rgba(251, 134, 75, 0), #fff 46%, rgba(255, 68, 61, 0) 100%); }
    .easater-store-pop .pop_cont .pop_price {
      margin: 18px 0px;
      color: #000;
      text-align: center; }
      .easater-store-pop .pop_cont .pop_price span {
        font-size: 24px;
        font-weight: bold; }
      .easater-store-pop .pop_cont .pop_price b {
        font-size: 40px;
        font-weight: bold; }
      .easater-store-pop .pop_cont .pop_price del {
        font-size: 18px;
        color: #504F4F; }
    .easater-store-pop .pop_cont .p1 {
      color: #000;
      font-size: 16px;
      font-weight: 400;
      margin-top: 32px; }
    .easater-store-pop .pop_cont .buybtn {
      margin: 18px auto 0;
      min-width: 240px;
      width: 240px;
      height: 46px;
      color: #fff;
      background: linear-gradient(99deg, #F60000 0%, #FF0060 100%);
      border: 1px solid #FFD688;
      transition: none; }
      .easater-store-pop .pop_cont .buybtn::before {
        display: none; }
      .easater-store-pop .pop_cont .buybtn span {
        font-weight: 500; }
      .easater-store-pop .pop_cont .buybtn:hover {
        background: linear-gradient(99deg, #FF0060 0%, #F60000 100%); }
        .easater-store-pop .pop_cont .buybtn:hover::before {
          display: none; }

.ext-pop .pop_cont {
  margin-top: 0px;
  flex-grow: 1;
  height: inherit;
  transform: translateX(28px); }
  .ext-pop .pop_cont h4 {
    width: 291px;
    height: 41px;
    background: transparent linear-gradient(86deg, #FFF06A 0%, #FBFF7C 46%, #FFE668 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 28px;
    padding-top: 4px; }
    .ext-pop .pop_cont h4 strong {
      color: #21AC00;
      font-weight: 700;
      padding-left: 5px; }
  .ext-pop .pop_cont .btn-red {
    margin: 40px auto 0;
    cursor: pointer; }

@media (max-width: 768px) {
  .store .products .product.product-inline {
    width: 100%; }

  .store .products .product .product-info ul li {
    white-space: wrap !important;
    font-size: 14px; }

  .store-vpn {
    padding-bottom: 50px;
    min-height: 0;
    padding-top: 80px;
    background-image: url(./store_bg.jpg);
    background-size: cover; }
    .store-vpn-title {
      align-items: center;
      height: auto;
      padding: 0;
      gap: 0px; }
      .store-vpn-title .box1 {
        width: 162px;
        height: 186px; }
      .store-vpn-title .box2 {
        width: 178px;
        height: 39px; }
      .store-vpn-title .box3 {
        width: 179px;
        height: 78px;
        margin-top: 10px;
        transform: translateX(16px); }
    .store-vpn-offer {
      margin-top: 32px;
      gap: 22px;
      flex-wrap: wrap;
      padding: 0 24px; }
    .store-vpn-item {
      min-width: 100%;
      max-width: 100%; }
      .store-vpn-item.vpn-active {
        min-width: 100%; }
    .store-vpn-inner {
      padding-bottom: 14px; }
    .store-vpn-footer {
      display: none !important; } }

/*# sourceMappingURL=stylestore.css.map */
