.store .vpn5-banner {
  padding: 88px 0px 0px;
  background: url(../2023vpn5sale/store_bg.jpg) center top/cover no-repeat;
  min-height: 852px;
  position: relative;
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
  text-align: center;
}

.store .vpn5-banner .offer-box {
  position: relative;
  padding: 22px 46px 40px 50px;
  margin: 30px auto;
  width: 100%;
  max-width: 1170px;
  background: #fff;
  box-shadow: 0px 20px 40px rgba(49, 0, 123, 0.68);
  border-radius: 12px;
  gap: 46px;
}

.store .vpn5-banner img {
  max-width: none;
  width: auto;
}

.store .vpn5-banner .vpn5-title {
  text-indent: -9999px;
  height: 124px;
  background: url(../2023vpn5sale/store_title.png) center bottom no-repeat;
}

.store .vpn5-banner .vpn5-subtitle {
  margin-top: -4px;
  padding: 0 0 30px;
  text-align: center;
  color: #B4BAF0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.store .vpn5-banner .vpn5-subtitle > b {
  font: inherit;
  color: #FC7AA9;
  font-weight: 600;
}

.store .vpn5-banner .feature-list .feature-desc {
  color: rgba(255, 255, 255, 0.8);
}

.store .vpn5-banner .br-sale {
  text-align: center;
}

.store .vpn5-banner .br-sale p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #888;
}

.store .vpn5-banner .note-bf {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 16px;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}

.store .vpn5-banner .note-bf a {
  color: #fff;
  font: inherit;
  text-decoration: underline;
}

.store .vpn5-banner .note-bf a:hover {
  color: #d9d5d5;
}

.store .vpn5-banner .offer-box {
  justify-content: space-between;
  padding: 40px 160px 10px;
}

.store .vpn5-banner .offer-box ._left {
  width: auto;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: right;
  right: 0;
}

.store .vpn5-banner .offer-box ._left .pc {
  height: 70%;
}

.store .down {
  margin-top: 30px;
  animation: moveUpDown 6s linear infinite;
  display: flex;
  justify-content: center;
}

.store .down > img {
  width: auto;
  max-width: none;
  height: auto;
  vertical-align: top;
}

.page-store .header-nav.nav-bg.header-main {
  position: fixed;
  -webkit-backdrop-filter: saturate(90%) blur(15px);
  backdrop-filter: saturate(90%) blur(15px);
  background: rgba(213, 135, 251, 0.4);
}

.page-store .header-nav.nav-bg.header-main.on {
  position: sticky;
  background-color: transparent;
  -webkit-backdrop-filter: saturate(180%) blur(35px);
  backdrop-filter: saturate(180%) blur(35px);
}

.page-store .pop_wrap .popup-box {
  width: 498px;
  height: 388px;
  background: url(../2023vpn5sale/store_popup_bg.jpg);
}

.nav-vpn5-icon {
  position: relative;
  z-index: 1;
  margin-right: 128px;
  cursor: default;
}

.nav-vpn5-icon::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-55%);
  margin: 0 auto;
  width: 125px;
  height: 48px;
  pointer-events: none;
  cursor: default;
  background: url(../2023vpn5sale/btn_shadow.png) center center no-repeat;
}

.vpn5-buybtn {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 368px;
  padding: 16px 20px 14px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0;
  font-weight: 500;
  box-shadow: inset 0px 10px 20px #FF00AA, 0px 12px 13px #FF9A4DA3;
  border: none;
  outline: 4px solid rgba(255, 119, 0, 0.2);
  background: linear-gradient(267deg, #FF2C00 0%, #CE00FF 100%);
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
}

.vpn5-buybtn.nav-buybtn {
  outline: 0;
  max-width: 300px;
  font-size: 15px;
  padding: 9px 20px 8px;
  box-shadow: inset 0px 10px 20px #FF00AA;
  border-radius: 9999px;
}

.vpn5-buybtn.nav-buybtn::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  cursor: default;
}

.vpn5-buybtn.nav-buybtn::before {
  top: -10px;
  left: -38px;
  width: 60px;
  height: 51px;
  background: url(../2023vpn5sale/btn_lb.png) center center no-repeat;
}

.vpn5-buybtn.vpn5-btnsm {
  position: relative;
  z-index: 1;
  padding: 10px 12px 9px;
  max-width: 98%;
  min-width: 180px;
  font-size: 14px;
  box-shadow: inset 0px 10px 20px #FF00AA, 0px 2px 6px rgba(49, 23, 126, 0.6);
  outline: 3px solid rgba(33, 0, 120, 0.259);
  border-radius: 9999px;
}

.vpn5-buybtn.vpn5-btnsm:hover {
  background: linear-gradient(97deg, #FF2C00 0%, #CE00FF 100%);
}

.vpn5-buybtn.vpn5-btnmid {
  margin: 0 auto;
  font-weight: 600;
  border-radius: 9990px;
  outline: 4px solid rgba(33, 0, 120, 0.26);
  box-shadow: inset 0px 10px 20px #FF00AA, 0px 8px 23px rgba(49, 23, 126, 0.78);
}

.vpn5-buybtn:hover {
  background: linear-gradient(92deg, #FF2C00 0%, #CE00FF 100%);
}

.vpn5-buybtn .cart {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../store/cart.png) no-repeat;
  opacity: 0;
  transition: all 0.3s;
}

.vpn5-buybtn small {
  position: relative;
  display: flex;
  font-size: 16px;
  right: 0;
  transition: right 0.3s;
}

.vpn5-buybtn span {
  width: 1px;
  height: 15px;
  margin: 0px 15px;
  text-indent: -9999px;
  background-color: #fff;
  font: inherit;
}

.vpn5-buybtn:hover .cart {
  left: 82px;
  bottom: 16px;
  opacity: 1;
}

.vpn5-buybtn:hover small {
  right: -20px;
}

.vpn5-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;
}

.vpn5-pop-wrap.on {
  transform: scale(1);
  z-index: 99998;
}

.vpn5-pop-wrap.on .vpn5-popbg {
  opacity: 1;
  z-index: 99999;
}

.vpn5-pop-wrap .vpn5-popup.popup-box {
  position: fixed;
  width: 498px;
  height: 388px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
  z-index: 100000;
  transition: all 0.5s;
  background: none;
  padding-top: 0px;
  left: 0;
  right: 0;
  background: #4337a8 url(../2023vpn5sale/store_popup_bg.jpg) center top no-repeat;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .email-box {
  margin: 0px;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .email-box .input-box {
  justify-content: center;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .email-box .input-box .submit-btn {
  position: relative;
  z-index: 9;
  display: flex;
  max-width: 368px;
  padding: 16px 20px 14px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  font-weight: 600;
  border: none;
  outline: 4px solid rgba(33, 0, 120, 0.26);
  box-shadow: inset 0px 10px 20px #FF00AA, 0px 8px 23px rgba(49, 23, 126, 0.78);
  background: linear-gradient(267deg, #FF2C00 0%, #CE00FF 100%);
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .email-box .input-box .submit-btn:hover {
  background: linear-gradient(92deg, #FF2C00 0%, #CE00FF 100%);
}

.vpn5-pop-wrap .vpn5-popup.popup-box .email-box .err-box.error {
  width: 100%;
  max-width: 100%;
  padding-left: 115px;
}

.vpn5-pop-wrap .vpn5-popup.popup-box > img {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 498px;
  height: 388px;
  max-width: none;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-close {
  display: block;
  position: absolute;
  right: -33px;
  top: -16px;
  z-index: 6;
  width: 33px;
  height: 33px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-close > svg {
  display: block;
  width: 33px;
  height: 33px;
  pointer-events: none;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-close:hover {
  transform: rotate(90deg);
}

.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price,
.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-desc,
.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-pop-title {
  position: relative;
  z-index: 3;
  text-align: center;
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-pop-title {
  padding: 52px 0 0;
  margin-bottom: -22px;
  text-align: center;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-pop-title > img {
  width: auto;
  max-width: none;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-desc {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-desc > strong {
  font: inherit;
  font-size: 24px;
  font-weight: 700;
  color: #FB059D;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price {
  padding: 16px 0px 30px;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-billed,
.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-sale {
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 232, 230, 0.8);
}

.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-sale {
  display: block;
  margin-bottom: -5px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-sale > big {
  font: inherit;
  font-size: 34px;
  font-weight: 700;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-billed {
  color: rgba(255, 232, 230, 0.8);
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-buybtn {
  position: relative;
  z-index: 3;
}

.vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-buybtn em {
  display: inline-block;
  font: inherit;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.vpn5-pop-wrap .vpn5-popbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -99999;
}

@media screen and (max-width: 768px) {
  .store .vpn5-banner {
    padding: 0;
    padding-bottom: 30px;
    height: auto;
    background-size: cover;
  }
  .store .vpn5-banner .vpn5-title {
    margin: 0 auto;
    width: 98%;
    background-size: contain;
  }
  .store .vpn5-banner .vpn5-subtitle {
    padding: 10px 16px 14px;
    font-size: 16px;
    font-weight: 500;
  }
  .store .vpn5-banner .note-bf {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    margin-top: 0px;
    padding: 0px 30px;
    text-align: center;
  }
  .store .vpn5-banner .br-offer {
    width: 100%;
    background: none;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0px 10px 10px 10px;
    box-shadow: none;
  }
  .store .vpn5-banner .br-offer .offer-left .offer-tag,
  .store .vpn5-banner .br-offer .offer-left .offer-list {
    display: none;
  }
  .store .vpn5-banner .br-offer .offer-left {
    width: 100%;
    margin-right: 0px;
    background-color: #fff;
    border-radius: 12px;
  }
  .store .vpn5-banner .br-offer .offer-left .itop-box {
    width: 100%;
  }
  .store .vpn5-banner .br-offer .offer-left .itop-box .br-vpn.on {
    transform: translateX(0px) translateY(-1px);
    width: 230px;
  }
  .store .vpn5-banner .br-offer .offer-left .itop-box .br-vpn-buddle.on {
    opacity: 1;
    width: 250px;
    transform: translateX(0px) translateY(-9px);
  }
  .store .vpn5-banner .br-offer .offer-left .itop-box img {
    left: 0;
    right: 0;
    margin: auto;
  }
  .store .vpn5-banner .br-offer .offer-right {
    width: 100%;
  }
  .store .vpn5-banner .br-offer .offer-item {
    height: 45px;
    background-color: #fff;
  }
  .store .vpn5-banner .br-offer .offer-item .item-left {
    width: 107px;
  }
  .store .vpn5-banner .br-offer .offer-item .name {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .store .vpn5-banner .br-offer .offer-item .discount {
    border: none;
  }
  .store .vpn5-banner .br-offer .offer-item .price {
    flex: initial;
  }
  .store .vpn5-banner .br-offer .offer-item .offer-inner {
    min-height: 45px;
  }
  .store .vpn5-banner .br-offer .offer-item .price strong,
  .store .vpn5-banner .br-offer .offer-item .price del {
    display: block;
    font-size: 14px;
  }
  .store .vpn5-banner .br-offer .offer-item .discount > b {
    padding: 3px 9px 1px;
    font-size: 14px;
    height: 22px;
    line-height: 19px;
  }
  .store .vpn5-banner .br-offer .buybtn-link {
    width: 80%;
  }
  .store .vpn5-banner .br-offer .buybtn-link:hover .cart {
    left: 55px;
  }
  .store .vpn5-banner .offer-box {
    padding: 20px 0px;
  }
  .store .vpn5-banner .offer-box ._left {
    width: 100%;
    justify-content: center;
  }
  .store .products .product-list {
    justify-content: center;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box {
    width: 94%;
    height: auto;
    max-width: 498px;
    max-height: 388px;
    background-size: cover;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box > img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-close {
    right: 0;
    top: -46px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-pop-title {
    padding-top: 22px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-pop-title > img {
    width: 100%;
    max-width: 100%;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-desc {
    padding: 0 10px;
    font-size: 18px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-desc > strong {
    font-size: 20px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .btn-price {
    padding: 16px 10px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-sale {
    font-size: 20px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .btn-price .btn-price-sale > big {
    font-size: 30px;
  }
  .store .vpn5-pop-wrap .vpn5-popup.popup-box .vpn5-buybtn {
    margin: 0 auto 20px;
    max-width: 90%;
  }
}

.vpn5-right-icon,
.vpn5-right-popup {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .vpn5-right-popup {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 200px;
    height: 247px;
    position: fixed;
    right: 1%;
    bottom: 3%;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    transform: translateY(110%);
    transition: all 0.5s ease-out;
  }
  .vpn5-right-popup.on {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transform: translateY(0);
  }
  .vpn5-right-popup > img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 247px;
    max-width: none;
  }
  .vpn5-right-popup .vpn5-right-close {
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1;
    cursor: pointer;
    display: block;
    width: 11px;
    height: 11px;
  }
  .vpn5-right-popup .vpn5-right-close > svg {
    display: block;
    width: 11px;
    height: 11px;
  }
  .vpn5-right-popup .vpn5-right-close:hover {
    transform: rotate(90deg);
    opacity: 0.6;
  }
  .vpn5-right-popup .vpn5-buybtn {
    margin-bottom: 40px;
  }
}
