.footer,
.footer-mobile {
  display: none !important; }

.to-top-etc.show {
  bottom: 2%; }

.scroll-header .header-nav.header-main {
  position: fixed !important;
  background-color: transparent !important; }
  .scroll-header .header-nav.header-main.on {
    background-color: #fff !important;
    position: sticky !important; }
    .scroll-header .header-nav.header-main.on .nav-left .nav-logo.logo-itop {
      background: url(../common/itop_new_icon.svg) center center no-repeat;
      background-size: 76px; }
    .scroll-header .header-nav.header-main.on .nav-left .nav-menu .nav-list.nav-pdf em {
      color: #1e1c2c !important; }
    .scroll-header .header-nav.header-main.on .nav-left .nav-menu .nav-list > .fb2 {
      color: #1e1c2c !important; }
    .scroll-header .header-nav.header-main.on .nav-left .nav-menu .nav-list:hover > .fb2,
    .scroll-header .header-nav.header-main.on .nav-left .nav-menu .nav-list:hover > a.fb2 {
      color: #1e1c2c !important; }
  .scroll-header .header-nav.header-main .nav-left .nav-logo.logo-itop {
    width: 76px;
    height: 40px;
    background: url(../common/itop_new_icon_white.svg) center center no-repeat;
    background-size: 76px; }
    .scroll-header .header-nav.header-main .nav-left .nav-logo.logo-itop > img {
      display: none; }
  .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list.nav-pdf em {
    color: #fff !important; }
  .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list > .fb2,
  .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list > a.fb2 {
    color: #fff !important; }
  .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list:hover > .fb2 {
    color: #0054ff !important; }

.store-vpn-btn,
.store-isr-btn,
.product-btn {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 90%;
  padding: 0 12px;
  height: 44px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 700;
  border: none;
  font-family: "Lexend", Arial, "Microsoft Yahei", sans-serif !important;
  flex-shrink: 0;
  white-space: nowrap; }
  .store-vpn-btn span,
  .store-vpn-btn em,
  .store-isr-btn span,
  .store-isr-btn em,
  .product-btn span,
  .product-btn em {
    font: inherit;
    color: inherit;
    font-style: normal;
    display: inline-block;
    white-space: nowrap; }

.store-vpn-btn.vpn-white-btn {
  color: #BC9F6C;
  outline: 2px solid #FFDF0E;
  background: #fff; }
  .store-vpn-btn.vpn-white-btn:hover {
    background: linear-gradient(95deg, #FFF5B7 0%, #FFE250 100%);
    box-shadow: 0px 5px 10px rgba(158, 158, 158, 0.48);
    outline: 1px solid rgba(255, 255, 255, 0.812); }
.store-vpn-btn.vpn-yellow-btn {
  color: #18191E;
  background: linear-gradient(95deg, #FFEE7E 0%, #FFCA39 100%);
  box-shadow: 0px 12px 13px rgba(148, 0, 45, 0.48);
  outline: 1px solid rgba(255, 255, 255, 0.812); }
  .store-vpn-btn.vpn-yellow-btn:hover {
    background: linear-gradient(95deg, #FFF5B7 0%, #FFE250 100%); }
.store-vpn-btn.vpn-red-btn {
  color: #fff;
  background: #FF004E; }
  .store-vpn-btn.vpn-red-btn:hover {
    background: linear-gradient(279deg, #FF004E 0%, #FF0090 100%); }

.store-isr-btn {
  height: 46px; }
  .store-isr-btn.isr-red-btn {
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(267deg, #FF004E 0%, #FF0045 100%);
    box-shadow: inset 0px 10px 20px #FF00AA, 0px 12px 13px #FF9A4DA3;
    outline: 4px solid #FF77002B;
    gap: 8px;
    align-items: center; }
    .store-isr-btn.isr-red-btn small {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font: inherit;
      color: inherit;
      line-height: 2;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      gap: 8px; }
      .store-isr-btn.isr-red-btn small::before {
        content: '';
        display: block;
        margin-top: 2px;
        width: 1px;
        height: 12px;
        background: #fff;
        flex-shrink: 0; }
    .store-isr-btn.isr-red-btn:hover {
      color: #fff;
      background: linear-gradient(267deg, #FF0099 0%, #FF215D 100%);
      box-shadow: inset 0px 10px 20px #FF00AA, 0px 12px 13px #FF9A4DA3;
      outline: 4px solid #FF77002B; }

.product-btn {
  min-width: 140px;
  height: 52px;
  font-size: 14px;
  border-radius: 4px;
  background: #FF334D;
  gap: 14px;
  overflow: hidden; }
  .product-btn span {
    display: block;
    white-space: nowrap;
    font: inherit;
    color: inherit;
    transition: transform .3s;
    transform: translateX(-14%); }
  .product-btn::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url(../store/cart.png) center center no-repeat;
    opacity: 0;
    transition: all .3s;
    transform: translate(-50%, 300%); }
  .product-btn:hover {
    color: #fff;
    background: #FF334D; }
    .product-btn:hover span {
      transform: translateX(0%); }
    .product-btn:hover::before {
      opacity: 1;
      transform: translate(0%, 0%); }
  .product-btn.product-white-btn {
    background: #fff;
    color: #3F3AF5;
    outline: 2px solid #CDCBFC; }
    .product-btn.product-white-btn:hover {
      outline-width: 0;
      color: #fff;
      background: #FF334D; }

.store-bf {
  font-family: "Lexend", Arial, "Microsoft Yahei", sans-serif !important; }
  .store-bf img {
    width: 100%;
    max-width: none;
    height: auto; }

.store-right-pop > img {
  width: 100%;
  display: block;
  max-width: none;
  height: auto;
  position: absolute;
  z-index: 0; }

.store-banner {
  background-color: #1E1C2C;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 830px; }

.store-vpn {
  background-image: url(../2024xmasofficial/store/store_banner_bg.jpg); }
  .store-vpn.store-sold .store-vpn-title > img {
    margin-right: -78px; }
  .store-vpn.store-sold .store-vpn-title p {
    margin-top: 0;
    font-weight: 400;
    font-size: 42px; }
    .store-vpn.store-sold .store-vpn-title p strong {
      font-weight: 700; }
    .store-vpn.store-sold .store-vpn-title p.title-right {
      margin-top: -10px; }
      .store-vpn.store-sold .store-vpn-title p.title-right span {
        font-size: 40px;
        font-weight: 700; }
      .store-vpn.store-sold .store-vpn-title p.title-right strong {
        font-size: 40px;
        font-weight: 300; }
  .store-vpn.store-sold .store-vpn-title .pic-text,
  .store-vpn.store-sold .store-vpn-title .pic-bg,
  .store-vpn.store-sold .store-vpn-title .pic-gift {
    display: none !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: 0;
    width: 100%;
    height: 363px;
    transform: translateX(-60px); }
    .store-vpn-title .vpn-pic {
      position: relative;
      z-index: 1;
      margin: 0 -70px;
      flex-shrink: 0; }
      .store-vpn-title .vpn-pic .pic-pc {
        display: block !important; }
      .store-vpn-title .vpn-pic .pic-mobile {
        display: none !important; }
    .store-vpn-title .pic-tag {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: center center; }
    .store-vpn-title .pic-gift {
      z-index: 3;
      left: 102px;
      bottom: 48px;
      width: 43px;
      height: 40px;
      background-image: url(./store_vpn_pic_gift.png); }
    .store-vpn-title .pic-bg {
      left: 138px;
      bottom: 48px;
      width: 126px;
      height: 42px;
      background-image: url(./store_vpn_pic_bg.png); }
    .store-vpn-title .pic-text {
      display: block !important;
      position: absolute;
      bottom: 72px;
      right: 144px;
      z-index: 4; }
      .store-vpn-title .pic-text em {
        display: inline-block;
        position: relative;
        z-index: 1;
        color: #18191E;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.5;
        font-family: "Pacifico", Arial, "Microsoft Yahei", sans-serif !important;
        display: inline-block;
        position: relative;
        z-index: 0;
        transform: rotate(-5deg);
        letter-spacing: -1px; }
        .store-vpn-title .pic-text em::after {
          content: attr(data-text);
          position: absolute;
          left: 0;
          z-index: -1;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 4px #4BFFA2; }
        .store-vpn-title .pic-text em::before {
          content: '';
          display: block;
          position: absolute;
          bottom: -15px;
          left: 50%;
          transform: translateX(-50%);
          z-index: -1;
          width: 90px;
          height: 26px;
          background: url(./store_vpn_title_line.svg) center center/contain no-repeat; }
    .store-vpn-title p {
      margin-top: -16px;
      padding-bottom: 50px;
      position: relative;
      z-index: 1;
      color: #fff;
      font-size: 40px;
      line-height: 1.4;
      font-weight: 300;
      text-align: left;
      display: block !important; }
      .store-vpn-title p.title-mobile {
        display: none !important; }
      .store-vpn-title p span,
      .store-vpn-title p strong {
        font: inherit;
        color: inherit;
        display: block;
        font-weight: 300;
        font-size: 40px; }
      .store-vpn-title p strong {
        font-weight: 700; }
      .store-vpn-title p.title-left span {
        font-size: 42px;
        font-weight: 200;
        color: #fff; }
      .store-vpn-title p.title-left strong {
        font-size: 42px;
        font-weight: 700; }
  .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: rgba(255, 255, 255, 0.94); }
    .store-vpn-item.vpn-active {
      min-width: 395px;
      box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.42);
      background: linear-gradient(322deg, #FF004E 0%, #FF003D 100%); }
      .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; }
        .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 18px;
        font-size: 18px;
        color: #fff;
        font-weight: 500; }
        .store-vpn-item.vpn-active .vpn-name::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 18px;
          z-index: 0;
          width: 100%;
          height: 2px;
          border-radius: 6px;
          background-color: rgba(255, 241, 148, 0.68); }
        .store-vpn-item.vpn-active .vpn-name em {
          color: #FFFF00; }
      .store-vpn-item.vpn-active .vpn-price {
        color: #fff; }
        .store-vpn-item.vpn-active .vpn-price strong > big {
          font-size: 60px; }
      .store-vpn-item.vpn-active .vpn-before del {
        opacity: 0.5; }
      .store-vpn-item.vpn-active .vpn-desc {
        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; }
    .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-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.5;
    font-weight: 500;
    color: #18191E; }
    .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: inherit; }
      .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: 40px; }
  .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%; }
  .store-vpn .vpn-desc {
    opacity: 0.4;
    font-size: 12px; }

.reduce-gift {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #18191E;
  text-align: center; }
  .reduce-gift span,
  .reduce-gift em {
    font: inherit;
    font-style: normal;
    color: #FF2668; }

.giftNum-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  margin-top: -3px; }

.store-reduce {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 26px;
  height: 36px;
  text-indent: -9999px;
  margin-left: -13px;
  background: url(./reduce_num.png) no-repeat;
  transform: translateY(0);
  opacity: 0; }
  .store-reduce.store-on {
    opacity: 1;
    transform: translateY(-40px);
    transition: opacity 0.6s, transform 0.8s ease-out; }

.giftNum {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  overflow: hidden; }
  .giftNum .num-list {
    float: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600; }
  .giftNum em {
    display: block; }

.store-isr {
  background-image: url(./store_vpn_bg.webp); }
  .store-isr-title {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 110px;
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(./store_isr_title_bg.png); }
    .store-isr-title b {
      display: block;
      font-size: 50px;
      line-height: 1.5;
      font-weight: 700;
      background-image: linear-gradient(293deg, #FFF784 0%, #fff 100%);
      -webkit-background-clip: text;
      color: transparent;
      text-align: center; }
  .store-isr-desc {
    padding: 5px 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center; }
    .store-isr-desc b {
      font: inherit;
      color: #1BFF92; }
  .store-isr-offer {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1170px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 20px 40px #060606; }
  .store-isr .isr-offer-left {
    position: relative;
    z-index: 1;
    width: 294px; }
  .store-isr .isr-offer-right {
    flex: 1 1 0; }
  .store-isr .offer-pic {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    width: 197px;
    height: 197px;
    text-align: center; }
    .store-isr .offer-pic.store-on img {
      transform: translateX(0%);
      transition: all 0.3s ease; }
    .store-isr .offer-pic.store-on .pic-gift,
    .store-isr .offer-pic.store-on .pic-off,
    .store-isr .offer-pic.store-on .pic-price,
    .store-isr .offer-pic.store-on .isr-sold-word {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease; }
    .store-isr .offer-pic.store-on .pic-price {
      transition-delay: 0.1s; }
    .store-isr .offer-pic.store-on .pic-gift,
    .store-isr .offer-pic.store-on .pic-price,
    .store-isr .offer-pic.store-on .isr-sold-word, .store-isr .offer-pic.store-on::before {
      transform: translateX(0%); }
    .store-isr .offer-pic.store-on .pic-price {
      transform: translateX(0%) rotate(-10deg); }
    .store-isr .offer-pic.store-on::before {
      z-index: 7; }
    .store-isr .offer-pic.store-on .pic-off {
      transform: translate(0%, 0%); }
    .store-isr .offer-pic img {
      position: relative;
      z-index: 0;
      width: auto;
      max-width: none;
      transform: translateX(10%);
      transition: all 0.3s ease; }
    .store-isr .offer-pic .pic-gift,
    .store-isr .offer-pic .pic-off,
    .store-isr .offer-pic .pic-price,
    .store-isr .offer-pic .isr-sold-word, .store-isr .offer-pic::before {
      position: absolute;
      z-index: 1;
      opacity: 0;
      visibility: hidden; }
    .store-isr .offer-pic::before {
      content: '';
      display: block;
      position: absolute;
      z-index: -7;
      width: 127px;
      height: 127px;
      background: url(./store_isr_small_box_sold.svg) center center no-repeat; }
    .store-isr .offer-pic .pic-gift,
    .store-isr .offer-pic .pic-price, .store-isr .offer-pic::before {
      right: -20px;
      bottom: 10px;
      transform: translateX(50%); }
    .store-isr .offer-pic .isr-sold-word {
      transform: translateX(50%); }
    .store-isr .offer-pic .pic-price {
      transform: translateX(50%) rotate(-10deg); }
    .store-isr .offer-pic .pic-off {
      top: -42px;
      right: -118px;
      transform: translate(50%, -100%); }
    .store-isr .offer-pic .pic-price {
      position: absolute;
      z-index: 1;
      right: -20px;
      bottom: 26px;
      width: 127px;
      height: 127px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      transform: rotate(-10deg);
      opacity: 0;
      visibility: hidden; }
      .store-isr .offer-pic .pic-price strong,
      .store-isr .offer-pic .pic-price span {
        display: block;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 600; }
      .store-isr .offer-pic .pic-price strong {
        display: inline-block;
        position: relative;
        z-index: 0;
        font-size: 18px;
        color: #1BFF92;
        font-family: "Carter One", Arial, "Microsoft Yahei", sans-serif !important;
        transform: scale(0.9); }
        .store-isr .offer-pic .pic-price strong:after {
          content: attr(data-text);
          position: absolute;
          left: 0;
          z-index: -1;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 4px #000; }
      .store-isr .offer-pic .pic-price span {
        margin-top: -2px;
        background-image: linear-gradient(293deg, #FFF784 0%, #fff 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-decoration: line-through;
        position: relative; }
        .store-isr .offer-pic .pic-price span::after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: gray;
          position: absolute;
          left: 0;
          top: 7px; }
  .store-isr .offer-list {
    margin: 0 auto;
    max-width: 280px; }
    .store-isr .offer-list li {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 10px;
      padding: 2px 0;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 500;
      color: #18191E; }
      .store-isr .offer-list li::before {
        content: '';
        display: block;
        flex-shrink: 0;
        margin-top: 6px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #00D182; }
  .store-isr .isr-offer-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1 1 0;
    margin: 0 auto 5px;
    border: 1px solid #CCCEE2;
    border-radius: 8px;
    min-height: 68px;
    padding: 22px 26px;
    background: #fff;
    cursor: pointer; }
  .store-isr .item-left {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }
    .store-isr .item-left::before {
      content: '';
      display: block;
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      background: #fff;
      border: 1px solid #BABABB;
      border-radius: 50%; }
  .store-isr .item-name {
    font-size: 16px;
    color: #18191E;
    line-height: 1.5;
    font-weight: 600; }
  .store-isr .item-center {
    flex-shrink: 0;
    padding: 0 16px;
    padding-left: 40px;
    margin: auto; }
  .store-isr .item-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 6px;
    min-width: 110px;
    background: linear-gradient(107deg, #FF268B 0%, #FF004E 100%);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 9999px; }
    .store-isr .item-discount.free-gift {
      color: #006815;
      background: linear-gradient(120deg, #37FFAF 0%, #00FF77 100%); }
    .store-isr .item-discount b {
      font: inherit;
      color: inherit; }
  .store-isr .item-right {
    position: relative;
    z-index: 1;
    min-width: 160px;
    text-align: end;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .store-isr .item-right.right-on::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 2px;
      height: 25px;
      transform: translateY(-50%);
      display: block;
      background-color: #DBDBDB; }
    .store-isr .item-right del,
    .store-isr .item-right strong {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 600;
      color: #8E8B9D; }
    .store-isr .item-right strong {
      font-size: 16px;
      color: #18191E;
      min-width: 60px;
      text-align: left; }
    .store-isr .item-right .gift-price {
      color: #00AB59; }
  .store-isr .item-active {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #CCCEE2;
    border-radius: 6px; }
    .store-isr .item-active .isr-offer-item {
      margin-bottom: 0;
      border-color: transparent; }
  .store-isr .item-on {
    box-shadow: 0px 10px 19px #FF004E30;
    border: 2px solid #FF004E;
    background: linear-gradient(270deg, #fff 0%, #FFE8E8 100%); }
    .store-isr .item-on .isr-offer-item {
      background: transparent; }
    .store-isr .item-on .item-gift {
      padding: 18px 26px; }
      .store-isr .item-on .item-gift::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 92%;
        height: 1px;
        border-top: 1px dashed #FFBD9B; }
    .store-isr .item-on .item-left::before {
      border-color: transparent;
      background: url(./store_offer_item_check.svg) center center no-repeat; }
  .store-isr .isr-offer-sale {
    margin-top: 52px;
    text-align: center; }
    .store-isr .isr-offer-sale .store-isr-btn {
      display: inline-flex;
      margin: auto; }
  .store-isr .isr-offer-back {
    padding-top: 5px;
    color: #7D3D29;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400; }
  .store-isr .isr-sold-word {
    display: none !important;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58%;
    background: rgba(145, 145, 146, 0.56);
    border-radius: 0 0 6px 6px;
    text-indent: -9999px; }
    .store-isr .isr-sold-word::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      z-index: -8;
      width: 190px;
      height: 72px;
      margin: 0;
      text-indent: -9999px;
      background-image: url(../2023blackfriday/sold_word.svg);
      background-size: 158px 60px;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0;
      transform-origin: center center;
      transform: scale(2) translate(-50%, -50%);
      transition: transform .4s 0.2s ease; }
    .store-isr .isr-sold-word.word-small {
      bottom: 20%;
      left: auto;
      right: 3%;
      background: transparent;
      z-index: 8;
      width: 79px;
      height: 43px;
      margin-top: 0;
      margin-left: 0;
      text-indent: -9999px;
      background-image: url(../2023blackfriday/sold_word_white.svg);
      background-size: 79px 43px; }
      .store-isr .isr-sold-word.word-small::after {
        display: none; }
  .store-isr.store-sold .offer-pic .pic-price strong {
    color: #fff; }
  .store-isr.store-sold .offer-pic .pic-price span {
    margin-top: -4px;
    color: #fff;
    font-weight: 300;
    opacity: 0.6;
    background: transparent; }
  .store-isr.store-sold .offer-pic .pic-gift {
    filter: gray;
    -webkit-filter: grayscale(1); }
  .store-isr.store-sold .offer-pic.store-on::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: all 0.3s ease; }
  .store-isr.store-sold .offer-pic::before {
    z-index: 7;
    right: -16px;
    bottom: 8px;
    transform: translateX(50%);
    transition: all 0.3s ease; }
  .store-isr.store-sold .reduce-gift,
  .store-isr.store-sold .reduce-gift em,
  .store-isr.store-sold .reduce-gift span {
    color: #919192; }
  .store-isr.store-sold .item-active {
    overflow: hidden; }
  .store-isr.store-sold .item-gift {
    overflow: hidden;
    border-radius: 0; }
    .store-isr.store-sold .item-gift .item-name,
    .store-isr.store-sold .item-gift .item-right,
    .store-isr.store-sold .item-gift .gift-price,
    .store-isr.store-sold .item-gift .item-discount {
      color: #919192; }
    .store-isr.store-sold .item-gift .item-discount {
      color: #fff;
      background: #919192; }
  .store-isr.store-sold .item-on .item-gift .item-left::before {
    background: transparent;
    border: 1px solid #BABABB; }
  .store-isr.store-sold .isr-sold-word {
    display: block !important; }
    .store-isr.store-sold .isr-sold-word::after {
      z-index: 8;
      opacity: 1;
      transform: scale(1) translate(-50%, -50%);
      transition: transform .4s 0.2s ease; }
      .store-isr.store-sold .isr-sold-word::after.word-small {
        transition: transform .4s 0.4s ease; }

.store-product-offer {
  padding: 0 16px;
  text-align: center; }

.store-product {
  padding: 0px 16px 0; }
  .store-product-title {
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 82px;
    position: relative;
    z-index: 1;
    color: #1E1C2C;
    font-size: 38px;
    line-height: 2;
    font-weight: 400;
    text-align: center; }
    .store-product-title span,
    .store-product-title em {
      position: relative;
      z-index: 1;
      display: inline-block;
      columns: inherit;
      font-size: 26px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 700; }
    .store-product-title span {
      margin-right: 12px;
      padding: 0 34px; }
      .store-product-title span::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        height: 84px;
        width: 100%;
        min-width: 305px;
        background: url(./product_title_tag.svg) center center/cover no-repeat; }
    .store-product-title em {
      color: #FFEE00;
      font-size: 32px; }
  .store-product-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap; }
  .store-product-list {
    padding: 0px 0 34px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 6px;
    width: calc(50% - 18px); }
    .store-product-list.product-vpn {
      width: 100%;
      flex-direction: row;
      gap: 20px; }
      .store-product-list.product-vpn .store-product-info {
        padding-right: 0px; }
      .store-product-list.product-vpn .product-btn {
        min-width: 178px;
        min-height: 68px; }
      .store-product-list.product-vpn ul {
        padding-top: 30px;
        padding-bottom: 0; }
      .store-product-list.product-vpn .store-product-offer {
        flex: 1 1 0;
        padding: 66px 40px 0;
        padding-left: 0; }
      .store-product-list.product-vpn .store-product-item {
        min-height: 98px;
        padding: 15px;
        padding-left: 40px;
        display: flex;
        min-width: 100%;
        margin-bottom: 10px;
        gap: 46px; }
      .store-product-list.product-vpn .product-name {
        flex: 1 1 0;
        white-space: nowrap; }
      .store-product-list.product-vpn .product-price {
        text-align: right;
        flex: 1 1 0; }
        .store-product-list.product-vpn .product-price p {
          white-space: nowrap; }
          .store-product-list.product-vpn .product-price p:first-child del {
            font-size: 16px; }
      .store-product-list.product-vpn .price-before del:first-child {
        color: #1E1C2C;
        opacity: 0.8;
        display: inline-block;
        padding: 0 2px; }
    .store-product-list ul {
      padding: 10px 0;
      min-height: 188px; }
      .store-product-list ul li {
        padding: 4px 0;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #1E1C2C;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        gap: 9px; }
        .store-product-list ul li::before {
          content: '';
          display: block;
          flex-shrink: 0;
          width: 10px;
          height: 10px;
          background: url(../store/icon_right.png) no-repeat;
          background-size: 100%; }
        .store-product-list ul li span {
          font: inherit;
          color: inherit; }
  .store-product-info {
    padding: 0 58px; }
  .store-product-tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px; }
    .store-product-tag span {
      padding: 8px 16px;
      display: block;
      color: #616484;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      background: #E4E5F1; }
      .store-product-tag span.tag-on {
        color: #fff;
        background: #FF334D; }
  .store-product-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 32px 0 0; }
    .store-product-name dt {
      width: 46px;
      height: 46px;
      flex-shrink: 0; }
      .store-product-name dt > img {
        width: 100%;
        max-width: 100%; }
    .store-product-name dd {
      color: #1E1C2C;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 500; }
      .store-product-name dd p,
      .store-product-name dd b {
        font: inherit;
        color: inherit; }
      .store-product-name dd b {
        font-size: 22px;
        font-weight: 700; }
  .store-product-item {
    padding: 8px 10px 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #DDDCE5;
    border-radius: 4px;
    margin: 0 auto;
    min-width: 454px;
    max-width: 100%;
    text-align: left;
    gap: 12px; }
  .store-product .product-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #1E1C2C; }
    .store-product .product-name span {
      font: inherit;
      color: inherit; }
  .store-product .product-off {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    white-space: nowrap; }
    .store-product .product-off > em {
      padding: 3px 8px;
      display: inline-flex;
      color: #fff;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      background: #FF8923;
      border-radius: 2px;
      font-style: normal; }
      .store-product .product-off > em.add-off {
        color: #18191E;
        background: linear-gradient(121deg, #A2FFDA 0%, #24FF8A 100%); }
  .store-product .product-price {
    color: #1E1C2C;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500; }
    .store-product .product-price p,
    .store-product .product-price strong,
    .store-product .product-price del,
    .store-product .product-price big,
    .store-product .product-price em,
    .store-product .product-price span {
      font: inherit;
      color: inherit; }
    .store-product .product-price strong {
      font-size: 18px;
      font-weight: 700; }
    .store-product .product-price b {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding-right: 2px; }
      .store-product .product-price b::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -5%;
        width: 110%;
        height: 2px;
        border-radius: 6px;
        transform: rotate(5deg) translateY(-50%);
        background-color: rgba(255, 51, 77, 0.7); }
    .store-product .product-price del {
      opacity: 0.6; }

.store-service {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 68px 16px 50px; }
  .store-service .service-list {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center; }
  .store-service .service-item {
    display: flex;
    align-items: center;
    gap: 12px; }
    .store-service .service-item .icon {
      width: 50px;
      height: 50px; }
      .store-service .service-item .icon img {
        width: 100%;
        max-width: 100%; }
    .store-service .service-item .text {
      margin-left: 12px;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 500;
      color: #1E1C2C; }

.store-copy {
  padding: 30px 16px;
  background: #1E1C2C;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center; }

.store-right-pop {
  position: fixed;
  min-width: 168px;
  width: 193px;
  min-height: 190px;
  max-width: 20%;
  max-height: 50%;
  padding-bottom: 12px;
  top: -50%;
  right: 0;
  z-index: 999;
  cursor: pointer;
  background-size: 100% 80%;
  transition: all 0.3s;
  text-align: center; }
  .store-right-pop.store-on {
    top: 30%; }
  .store-right-pop .reduce-gift {
    color: #fff;
    font-size: 12px;
    font-weight: 500; }
    .store-right-pop .reduce-gift span,
    .store-right-pop .reduce-gift em {
      font-size: 14px;
      color: #FFEE00;
      font-weight: 500; }
  .store-right-pop p {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 200; }
  .store-right-pop .right-time {
    padding-top: 158px;
    position: relative;
    z-index: 1;
    color: #E30114;
    font-size: 16px;
    font-weight: 400;
    font-family: "Carter One", Arial, "Microsoft Yahei", sans-serif !important;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0; }
  .store-right-pop .store-right-countdown {
    position: relative;
    z-index: 1;
    margin: 5px auto;
    max-width: 64%;
    color: #121212;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500; }
    .store-right-pop .store-right-countdown b,
    .store-right-pop .store-right-countdown span {
      font: inherit;
      font-size: 14px;
      font-weight: 500;
      color: #0E9F56; }
  .store-right-pop .store-arrow {
    display: block;
    margin: 10px auto 0;
    width: 20px;
    height: 21px;
    background: url(../2024xmasofficial/store/store_right_pop_arrow.svg) no-repeat;
    animation: store-arrow 1s linear infinite; }

.store-popup-svg {
  display: block;
  pointer-events: none;
  width: 11px;
  height: 11px; }
  .store-popup-svg path {
    fill: rgba(148, 148, 148, 0.58) !important; }

.store-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px; }
  .store-popup-close:hover .store-popup-svg path {
    fill: #8A8A8A !important; }

.store-pop-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center center;
  z-index: -99998; }
  .store-pop-wrap.store-on {
    transform: scale(1);
    z-index: 99998; }
  .store-pop-wrap .store-center-popup {
    position: fixed;
    width: 518px;
    min-height: 311px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    z-index: 100000;
    transition: all 0.5s;
    background: none;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    background: #FF003D url(./store_center_pop_bg.png) center top no-repeat; }
    .store-pop-wrap .store-center-popup .bf-buybtn {
      position: relative;
      z-index: 3;
      display: inline-flex;
      flex-shrink: 0; }
    .store-pop-wrap .store-center-popup .store-popup-close {
      top: 10px;
      right: 10px;
      flex-shrink: 0; }
      .store-pop-wrap .store-center-popup .store-popup-close:hover .bf-popup-svg path {
        fill: #fff !important; }
    .store-pop-wrap .store-center-popup .bf-popup-svg path {
      fill: rgba(255, 255, 255, 0.58) !important; }
  .store-pop-wrap .center-pop-title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    z-index: 0;
    color: #fff; }
    .store-pop-wrap .center-pop-title:after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      z-index: -1;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 8px #18191E; }
  .store-pop-wrap .center-pop-desc {
    padding-top: 18px;
    font-size: 15px;
    color: #FF2668;
    font-weight: 500;
    line-height: 1.2; }
  .store-pop-wrap .center-pop-info {
    padding: 36px 0 10px;
    display: flex;
    align-items: stretch;
    justify-content: center; }
  .store-pop-wrap .center-pop-pic {
    width: 192px;
    height: 192px;
    flex-shrink: 0; }
    .store-pop-wrap .center-pop-pic > img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .store-pop-wrap .center-pop-content {
    min-width: 225px;
    max-width: 50%; }
  .store-pop-wrap .center-pop-name,
  .store-pop-wrap .center-pop-point,
  .store-pop-wrap .center-pop-free {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5; }
  .store-pop-wrap .center-pop-point,
  .store-pop-wrap .center-pop-free {
    font-weight: 500; }
  .store-pop-wrap .center-pop-free {
    margin-top: -6px;
    font-size: 12px; }
  .store-pop-wrap .center-pop-price {
    padding-bottom: 4px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500; }
    .store-pop-wrap .center-pop-price strong,
    .store-pop-wrap .center-pop-price del,
    .store-pop-wrap .center-pop-price big {
      position: relative;
      z-index: 1;
      display: block;
      font: inherit;
      color: inherit; }
    .store-pop-wrap .center-pop-price strong {
      color: #FFF126;
      font-weight: 700; }
      .store-pop-wrap .center-pop-price strong big {
        display: inline;
        font-size: 50px;
        font-style: normal; }
    .store-pop-wrap .center-pop-price del {
      padding: 2px 0;
      display: inline-block;
      text-decoration: none; }
      .store-pop-wrap .center-pop-price del::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0;
        width: 64px;
        height: 8px;
        transform: translate(-50%, -50%);
        background: url(./store_center_pop_line.svg) no-repeat; }
    .store-pop-wrap .center-pop-price .before-price {
      padding: 0;
      display: block;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      font-weight: 300;
      text-decoration: line-through; }
      .store-pop-wrap .center-pop-price .before-price::before {
        display: none; }
  .store-pop-wrap .center-pop-back {
    padding: 6px 0;
    color: #6E0021;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500; }

@keyframes store-arrow {
  0% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-10px); } }
@media (max-width: 768px) {
  .scroll-header .header-nav.header-main {
    background-color: rgba(255, 255, 255, 0.72) !important; }
    .scroll-header .header-nav.header-main .nav-left .nav-logo.logo-itop {
      background: url(../common/itop_new_icon.svg) center center no-repeat;
      background-size: 76px; }
    .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list.nav-pdf em {
      color: #1e1c2c !important; }
    .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list.nav-pdf > .fb2 i {
      font-size: 12px;
      line-height: 1.5; }
    .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list > .fb2,
    .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list > a.fb2 {
      color: #1e1c2c !important; }
    .scroll-header .header-nav.header-main .nav-left .nav-menu .nav-list:hover > .fb2 {
      color: #0054ff !important; }

  .store-vpn {
    padding-bottom: 50px;
    min-height: 0;
    background-image: url(./store/mob_bg.png);
    background-size: cover; }
    .store-vpn-title {
      align-items: flex-end;
      height: auto;
      padding: 0;
      gap: 16px;
      transform: translateX(0); }
      .store-vpn-title p {
        margin-top: 0;
        display: none !important; }
        .store-vpn-title p.title-mobile {
          display: block !important; }
          .store-vpn-title p.title-mobile span,
          .store-vpn-title p.title-mobile strong {
            font-size: 20px;
            font-weight: 600; }
          .store-vpn-title p.title-mobile strong {
            font-weight: 700; }
      .store-vpn-title .vpn-pic {
        margin-left: -20px; }
        .store-vpn-title .vpn-pic .pic-pc {
          display: none !important; }
        .store-vpn-title .vpn-pic .pic-mobile {
          display: block !important;
          width: auto;
          height: auto;
          max-width: 220px; }
      .store-vpn-title .pic-text {
        bottom: 20%;
        right: auto;
        left: 24%; }
        .store-vpn-title .pic-text em {
          font-size: 16px; }
          .store-vpn-title .pic-text em::before {
            bottom: -13px;
            width: 66px;
            height: 20px; }
      .store-vpn-title .pic-bg,
      .store-vpn-title .pic-gift {
        display: none !important; }
    .store-vpn-offer {
      gap: 22px;
      flex-wrap: wrap;
      padding: 0 24px; }
    .store-vpn-item {
      min-width: 100%;
      max-width: 100%; }
      .store-vpn-item:nth-child(1) {
        order: 3; }
      .store-vpn-item:nth-child(3) {
        order: 2; }
      .store-vpn-item.vpn-active {
        order: 1;
        min-width: 100%; }
    .store-vpn-inner {
      padding-bottom: 14px; }
    .store-vpn-footer {
      display: none !important; }

  .store-isr {
    padding: 60px 16px 40px; }
    .store-isr-title {
      height: auto;
      padding-top: 40px;
      background-size: contain; }
      .store-isr-title b {
        font-size: 24px; }
    .store-isr-desc {
      padding: 5px 0;
      font-size: 16px; }
    .store-isr-offer {
      margin: 30px auto 0;
      gap: 30px;
      padding: 20px 16px;
      flex-direction: column; }
    .store-isr .isr-offer-item {
      min-height: 40px;
      padding: 6px; }
    .store-isr .item-name {
      font-size: 12px; }
    .store-isr .item-center {
      padding: 0 8px;
      padding-left: 20px; }
    .store-isr .item-discount {
      min-width: 60px;
      height: 20px;
      font-size: 10px; }
    .store-isr .item-right {
      padding-left: 10px;
      min-width: 0px;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      .store-isr .item-right del,
      .store-isr .item-right strong {
        font-size: 10px; }
      .store-isr .item-right strong {
        font-size: 12px;
        min-width: 0px;
        text-align: center; }
    .store-isr .item-on {
      box-shadow: 0px 10px 19px #FF004E30;
      border: 2px solid #FF004E;
      background: linear-gradient(270deg, #fff 0%, #FFE8E8 100%); }
      .store-isr .item-on .isr-offer-item {
        background: transparent; }
      .store-isr .item-on .item-gift {
        padding: 6px; }
    .store-isr .isr-offer-sale {
      width: 100%;
      margin-top: 30px; }
      .store-isr .isr-offer-sale .store-isr-btn.isr-red-btn {
        min-width: 90%;
        max-width: 90%; }
    .store-isr .isr-offer-back {
      font-size: 10px; }

  .store-product {
    padding: 70px 16px 0; }
    .store-product-title {
      margin-bottom: 42px;
      font-size: 16px;
      font-weight: 600; }
      .store-product-title span,
      .store-product-title em {
        font-size: 14px; }
      .store-product-title span {
        margin-right: 6px;
        padding: 0 20px; }
        .store-product-title span::before {
          height: 34px;
          width: 100%;
          min-width: 0; }
      .store-product-title em {
        font-size: 14px; }
    .store-product-box {
      gap: 18px; }
    .store-product-list {
      padding: 0px 0 16px;
      width: 100%; }
      .store-product-list.product-vpn {
        width: 100%;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap; }
        .store-product-list.product-vpn .product-btn {
          min-width: 178px;
          min-height: 42px; }
        .store-product-list.product-vpn .store-product-offer {
          padding: 30px 20px 0; }
        .store-product-list.product-vpn .store-product-item {
          min-height: 0;
          padding: 15px;
          padding-left: 20px;
          gap: 6px; }
      .store-product-list ul {
        padding: 10px 0 10px; }
    .store-product-info {
      padding: 0 20px; }
    .store-product-name {
      padding: 16px 0 0; }
      .store-product-name dd b {
        font-size: 18px; }
    .store-product-item {
      padding: 16px 20px;
      justify-content: center;
      flex-direction: column;
      min-width: 100%;
      gap: 6px;
      text-align: center; }
    .store-product .product-buy {
      width: 100%; }

  .store-service {
    padding: 30px 16px 20px; }
    .store-service .service-list {
      justify-content: center;
      flex-direction: column;
      gap: 12px; }
    .store-service .service-item {
      flex-direction: column; }
      .store-service .service-item .text {
        margin-left: 0px; }

  .store-copy {
    padding: 16px; }

  .store-pop-wrap .store-center-popup {
    transform: scale(0.8); } }

/*# sourceMappingURL=bf_store.css.map */
