@font-face {
  font-family: "Qanelas Soft ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Qanelas Soft ExtraBold"), url("QanelasSoftExtraBold.woff") format("woff");
}
body {
  background-color: #002f41;
}
.logo_link{display:block; position: absolute; left:7rem; top:2.5rem;background:url("../img/logo-light1.png") 0rem 0 no-repeat;width:167px;height:60px;background-size: 167px 60px; overflow:hidden;line-height:7.5rem;}
.module-1 {
  position: relative;
  text-align: center;
}
.module-1 .bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
}
.module-1 .content {
  position: relative;
  padding: 92px 0 0 0;
}
@media ( max-width: 1200px) {
  .module-1 img {
    max-width: 100%;
    height: auto;
  }
}

.time-limited {
  margin-top: 97px;
}
@media ( max-width: 768px) {
  .time-limited {
    margin-top: 25px;
  }
}
.time-limited .item, .time-limited .colon-box {
  display: inline-block;
  vertical-align: middle;
}
.time-limited .item {
  width: 88px;
  height: 92px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #002f41;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
@media ( max-width: 768px) {
  .time-limited .item {
    width: 50px;
    height: 60px;
  }
}
.time-limited .desc {
  margin: 0 0 9px;
  height: 22px;
  background-color: #db634b;
  border-radius: 10px 10px 0px 0px;
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
}
@media ( max-width: 768px) {
  .time-limited .desc {
    font-size: 10pt;
    line-height: 1.4;
  }
}
@media ( max-width: 768px) {
  .time-limited .desc {
    margin-bottom: 0;
  }
}
.time-limited .display-area {
  font-size: 42px;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .time-limited .display-area {
    font-size: 17pt;
    font-weight: 800;
    line-height: 1.2;
  }
}

.colon-box {
  position: relative;
  width: 44px;
  height: 92px;
}
@media ( max-width: 768px) {
  .colon-box {
    width: 10px;
    height: 60px;
  }
}
.colon-box::after, .colon-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media ( max-width: 768px) {
  .colon-box::after, .colon-box::before {
    width: 6px;
    height: 6px;
  }
}
.colon-box::before {
  top: 29px;
}
@media ( max-width: 768px) {
  .colon-box::before {
    top: 35px;
  }
}
.colon-box::after {
  bottom: 29px;
}
@media ( max-width: 768px) {
  .colon-box::after {
    bottom: 35px;
  }
}

.module-2 {
  position: -webkit-sticky;
  position: sticky;
  top: -148px;
  margin-top: 125px;
  text-align: center;
  z-index: 2;
}
@media ( max-width: 1200px) {
  .module-2 {
    top: -125px;
  }
}
@media ( max-width: 992px) {
  .module-2 {
    top: -80px;
  }
}
@media ( max-width: 768px) {
  .module-2 {
    top: -10vw;
    margin-top: 10vw;
  }
}

@media ( min-width: 1200px) {
  .module-2 .container, .module-3 .container, .module-4 .container, .module-5 .container, .module-vd .container {
    width: 1230px;
  }
}

.module-2 .nav {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: flex-end;
}
@media ( max-width: 1200px) {
  .module-2 .nav {
    width: 100%;
  }
}
@media ( max-width: 768px) {
  .module-2 .nav {
    width: auto;
    align-items: stretch;
    margin: 0 -15px;
  }
}
.module-2 .nav dd {
  margin: 0;
}
@media ( max-width: 1200px) {
  .module-2 .nav img {
    max-width: 100%;
    height: auto;
  }
}
@media ( max-width: 768px) {
  .module-2 .nav img {
    width: auto;
    height: 10vw;
  }
}
@media ( max-width: 768px) {
  .module-2 .nav img.active-bg {
    display: none;
  }
}

.module-2 .nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.18s;
}
.module-2 .nav-item:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
@media ( max-width: 768px) {
  .module-2 .nav-item {
    height: 100%;
  }
}

.nav-item .default-bg, .nav-item .active-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.has-fix .default-bg {
  opacity: 1;
}

.has-fix .nav-item:hover .active-bg {
  opacity: 1;
}

.nav-item.active .active-bg {
  opacity: 1;
}

.module-2 .nav-title {
  display: block;
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 34px;
  width: 220px;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
@media ( max-width: 768px) {
  .module-2 .nav-title {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media ( max-width: 1200px) {
  .module-2 .nav-title {
    bottom: 22px;
    width: 195px;
    font-size: 18px;
  }
}
@media ( max-width: 768px) {
  .module-2 .nav-title {
    position: relative;
    left: unset;
    bottom: unset;
    transform: none;
    padding-top: 8px;
    width: 100%;
    height: 14vw;
    background-color: #f3f3f3;
    font-size: 9pt;
    line-height: 1.2;
  }
}

@media ( max-width: 768px) {
  .module-2 .active .nav-title {
    background-color: #fbb820;
  }
}

.module-3 {
  position: relative;
  margin-top: 134px;
  text-align: center;
}
@media ( max-width: 768px) {
  .module-3 {
    margin-top: 18vw;
  }
}

.bg-deco {
  position: absolute;
  height: auto;
}

.bg-ball {
  left: 5%;
  bottom: -6.7%;
  width: 6.875%;
}

.bg-umbrella {
  right: 0;
  top: -9.1%;
  width: 8.5%;
}

.bg-tree {
  left: 0;
  bottom: 0;
  width: 13.54%;
}

.bg-lifebuoy {
  right: 5.5%;
  bottom: 29.375vw;
  width: 7.55%;
}

.bg-starfish {
  left: 0;
  top: 0;
  width: 17.55%;
}

.bg-Leaves {
  right: 0;
  bottom: 0;
  width: 20.27%;
}

.module-title {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  font-family: "Inter",sans-serif;
  font-size: 32px;
  color: #31b4f5;
  font-weight: bold;
}
@media ( max-width: 768px) {
  .module-title {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media ( max-width: 1200px) {
  .module-title {
    font-size: 26px;
  }
}
@media ( max-width: 768px) {
  .module-title {
    display: block;
    font-size: 1.125rem;
    text-align: center;
  }
}
.module-title span {
  display: inline-block;
  vertical-align: middle;
}
.module-title svg {
  margin: 8px 8px 0;
}
@media ( max-width: 768px) {
  .module-title svg {
    margin: 8px 0 0;
  }
}

.svgStroke {
  fill: lightblue;
  stroke: #fff;
  stroke-width: 8px;
  stroke-linejoin: round;
}
@media ( max-width: 768px) {
  .svgStroke {
    stroke-width: 4px !important;
  }
}

.svgText {
  fill: #ff9600;
}

.win-product-box {
  position: relative;
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 40px;
  text-align: left;
}
@media ( max-width: 992px) {
  .win-product-box {
    text-align: center;
  }
}
@media ( max-width: 768px) {
  .win-product-box {
    padding: 10vw 15px;
  }
}
.win-product-box img, .win-product-box .win-product-content {
  display: inline-block;
  vertical-align: middle;
}
@media ( max-width: 1200px) {
  .win-product-box > img {
    width: 330px;
    height: auto;
  }
}
.win-product-box .rules {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 104px;
  height: 38px;
  background-color: #29885f;
  border-radius: 19px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  cursor: pointer;
  background-image: url(/special-offer/2022-black-friday-sale/img/rule.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media ( max-width: 768px) {
  .win-product-box .rules {
    font-size: 11pt;
    line-height: 1.5;
  }
}

.rules dl, .rules dd, .rules dt {
  margin: 0;
}

.rules:hover .rules-detail {
  opacity: 1;
  z-index: 1;
}

.rules-detail {
  position: absolute;
  padding: 32px 40px 60px;
  right: 10px;
  top: 6px;
  width: 100vw;
  max-width: 740px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 2px rgba(58, 58, 58, 0.1);
  border-radius: 20px;
  color: #333;
  line-height: 28px;
  font-weight: normal;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  cursor: auto;
}
@media ( max-width: 768px) {
  .rules-detail {
    position: fixed;
    left: 0;
    top: 20px;
  }
}
.rules-detail > dd {
  position: relative;
  padding-left: 20px;
  margin-top: 22px;
  text-align: left;
  font-size: 18px;
}
@media ( max-width: 768px) {
  .rules-detail > dd {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.rules-detail > dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50%;
}
.rules-detail .other-tips {
  font-size: 16px;
}
@media ( max-width: 768px) {
  .rules-detail .other-tips {
    font-size: 11pt;
    line-height: 1.5;
  }
}

.rules-title {
  font-size: 24px;
  font-weight: 600;
}
@media ( max-width: 768px) {
  .rules-title {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}

.win-product-content {
  margin-left: 140px;
  width: 460px;
}
@media ( max-width: 1200px) {
  .win-product-content {
    margin-left: 40px;
    max-width: 100%;
  }
}
@media ( max-width: 768px) {
  .win-product-content {
    margin-left: 0;
    margin-top: 4vw;
  }
}
.win-product-content h3 {
  margin: 0;
  font-size: 28px;
  color: #282828;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .win-product-content h3 {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
.win-product-content h3 strong {
  color: #f55e44;
}

.win-product__btn-box {
  margin-top: 54px;
}
@media ( max-width: 768px) {
  .win-product__btn-box {
    margin-top: 4vw;
  }
}
.win-product__btn-box .btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  background-color: #fbb820;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
@media ( max-width: 768px) {
  .win-product__btn-box .btn {
    width: 150px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}
.win-product__btn-box .btn:hover {
  text-decoration: none;
}
.win-product__btn-box .btn-buy {
  margin-right: 15px;
  color: #333;
  transition: transform 0.18s;
}
.win-product__btn-box .btn-buy:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.win-product__btn-box .btn-share {
  position: relative;
  background-image: url(/special-offer/2022-black-friday-sale/img/btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  color: #ffffff;
}
.win-product__btn-box .share-box {
  position: absolute;
  padding: 20px;
  right: -82px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: -14px center;
  max-width: 100px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 2px rgba(51, 51, 51, 0.1);
  border-radius: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  cursor: auto;
}
@media ( max-width: 768px) {
  .win-product__btn-box .share-box {
    right: -20px;
    padding: 10px;
    transform: translateY(-50%);
  }
}
@media ( max-width: 768px) {
  .win-product__btn-box .share-box img {
    width: 30px;
    height: auto;
  }
}
.win-product__btn-box .share-box a {
  display: block;
}
.win-product__btn-box .share-box a:hover {
  text-decoration: none;
}
.win-product__btn-box .share-box::before {
  content: "";
  position: absolute;
  display: block;
  left: -14px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-right: 14px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.btn-share:hover .share-box {
  opacity: 1;
  z-index: 1;
  transform: translateY(-50%);
}

.my-24 {
  margin: 24px 0;
}

.win-product__desc {
  margin: 30px 0 0;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
@media ( max-width: 768px) {
  .win-product__desc {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.win-product__desc strong {
  font-size: 18px;
  color: #f55e44;
}
@media ( max-width: 768px) {
  .win-product__desc strong {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.win-product__desc .note {
  display: inline-block;
  width: 52px;
  height: 22px;
  background-color: #14acd5;
  border-radius: 11px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
@media ( max-width: 768px) {
  .win-product__desc .note {
    font-size: 11pt;
    line-height: 1.5;
  }
}

.module-4 {
  position: relative;
  padding-bottom: 104px;
  text-align: center;
}
@media ( max-width: 768px) {
  .module-4 {
    margin-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media ( max-width: 768px) {
  .module-4 .discount-tip {
    top: 15px;
  }
}

.switch-box {
  display: inline-block;
  margin: 55px 0 40px;
  text-align: center;
}
@media ( max-width: 768px) {
  .switch-box {
    margin: 10vw 0 0 0;
    border-bottom: 3px solid #888;
  }
}

.switch-item {
  display: inline-block;
  width: 222px;
  height: 60px;
  background-color: #ffffff;
  font-size: 20px;
  color: #000105;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
@media ( max-width: 768px) {
  .switch-item {
    font-size: 11pt;
    line-height: 1.5;
  }
}
@media ( max-width: 768px) {
  .switch-item {
    padding: 12px 15px;
    width: 50%;
    height: auto;
  }
}

.switch-item.active {
  background-color: #f06826;
}
.switch-item.active span{
  color: #ffffff;
}
.switch-item:first-child {
  border-radius: 10px 0px 0px 10px;
}
@media ( max-width: 768px) {
  .switch-item:first-child {
    border-radius: 0;
  }
}

.switch-item:last-child {
  border-radius: 0px 10px 10px 0px;
}
@media ( max-width: 768px) {
  .switch-item:last-child {
    border-radius: 0;
  }
}

.switch-rela {
  position: relative;
  border-radius: 40px;
  background-color: #2e5282;
  text-align: left;
}
@media ( max-width: 768px) {
  .switch-rela {
    padding-bottom: 10vw;
    border-radius: 0 0 40px 40px;
  }
}
.switch-rela .bundle-box.active,
.switch-rela .giveaway-box.active {
  display: block;
}

.bundle-box {
  display: none;
  padding: 60px 60px 60px 40px;
  width: 100%;
}
@media ( max-width: 1200px) {
  .bundle-box {
    padding: 10px 20px;
    text-align: center;
  }
}

.giveaway-box {
  display: none;
  padding: 60px 60px 60px 40px;
  color: #ffffff;
}
@media ( max-width: 1200px) {
  .giveaway-box {
    padding: 10px 20px;
  }
}
@media ( max-width: 768px) {
  .giveaway-box {
    padding-top: 8vw;
  }
}

.giveaway-pro {
  padding: 60px 40px;
  width: 483px;
  background-color: #2371b3;
  border-radius: 40px;
}
@media ( max-width: 1200px) {
  .giveaway-pro {
    margin: 0 auto;
  }
}
@media ( max-width: 768px) {
  .giveaway-pro {
    padding: 20px;
    max-width: 100%;
  }
}

.giveaway-pro__title {
  margin: 0 0 28px;
  font-size: 28px;
}
@media ( max-width: 768px) {
  .giveaway-pro__title {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
.giveaway-pro__title a, .giveaway-pro__title img {
  vertical-align: middle;
}
.giveaway-pro__title a {
  display: inline-block;
  margin-left: 14px;
  max-width: 209px;
  color: #ffffff;
}

.giveaway-pro__list {
  margin: 0;
}
.giveaway-pro__list dd {
  position: relative;
  padding-left: 25px;
  margin: 16px 0 0;
  font-size: 16px;
}
@media ( max-width: 768px) {
  .giveaway-pro__list dd {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.giveaway-pro__list dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.system-switch {
  margin-top: 32px;
  padding-left: 130px;
}
@media ( max-width: 1200px) {
  .system-switch {
    padding-left: 0;
    text-align: center;
  }
}

.switch-mac {
  margin-left: 20px;
}

.switch-win, .switch-mac {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  color: #2d2d2d;
}
@media ( max-width: 768px) {
  .switch-win, .switch-mac {
    font-size: 10pt;
    line-height: 1.4;
  }
}
.switch-win span, .switch-win svg, .switch-mac span, .switch-mac svg {
  display: inline-block;
  vertical-align: middle;
}
.switch-win svg, .switch-mac svg {
  margin: 0 5px;
  fill: #181818;
}
.switch-win .ball, .switch-mac .ball {
  width: 12px;
  height: 12px;
  border: solid 2px #181818;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 50%;
}
.switch-win.active .ball, .switch-mac.active .ball {
  background-color: #ff9600;
  border-color: #ff9600;
}
.switch-win.active svg, .switch-mac.active svg {
  fill: #ff9600;
}
.switch-win.active, .switch-mac.active {
  color: #ff9600;
}

.license-box {
  position: absolute;
  right: 60px;
  top: 60px;
  padding-top: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #2371b3;
  background-image: url(/special-offer/2022-black-friday-sale/img/big-bg.png);
  text-align: center;
  border-radius: 20px;
}
@media ( max-width: 1200px) {
  .license-box {
    position: static;
    margin: 50px auto 0;
  }
}
@media ( max-width: 992px) {
  .license-box {
    max-width: 100%;
  }
}
@media ( max-width: 768px) {
  .license-box {
    margin: 15px auto 0;
    background-image: none;
  }
}

.license-item:first-child {
  margin-right: 90px;
   margin-left: 20px;
}
@media ( max-width: 992px) {
  .license-item:first-child {
    margin-right: 70px;
  }
}
@media ( max-width: 768px) {
  .license-item:first-child {
    margin-right: 0;
  }
}

.drink {
  position: absolute;
  left: 24px;
  bottom: 0;
}

.license-item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: -33px;
  top: 50%;
  width: 1px;
  height: calc(100% + 30px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url(/special-offer/2022-black-friday-sale/img/line.png);
}

.license-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media ( max-width: 768px) {
  .license-item {
    padding-top: 35px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    width: 100%;
  }
}
.license-item h3 {
  margin: 0 0 26px;
  font-size: 24px;
  color: #ffffff;
}
@media ( max-width: 768px) {
  .license-item h3 {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
.license-item .license-num, .license-item dd {
  font-size: 16px;
  color: #ffffff;
}
@media ( max-width: 768px) {
  .license-item .license-num, .license-item dd {
    font-size: 10pt;
    line-height: 1.4;
  }
}
.license-item .license-num {
  font-weight: 600;
}
.license-item dl, .license-item dd {
  margin: 0;
}
.license-item dl {
  margin-bottom: 28px;
}
.license-item dd {
  margin-top: 18px;
}
.license-item dd img {
  margin-left: 22px;
}
.license-item form {
  margin-top: 38px;
}
.license-item input {
  width: 211px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #f0f0f0;
  font-size: 15px;
  color: #999999;
  text-indent: 12px;
}
@media ( max-width: 768px) {
  .license-item input {
    font-size: 10pt;
    line-height: 1.4;
  }
}
.license-item button {
  margin-left: 10px;
  width: 92px;
  height: 40px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(/special-offer/2022-black-friday-sale/img/btn.png);
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: transform 0.18s;
}
@media ( max-width: 768px) {
  .license-item button {
    font-size: 11pt;
  }
}
.license-item button:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
@media ( max-width: 768px) {
  .license-item button {
    margin: 10px 0 0;
  }
}

.license-item .discount-tip {
  top: -90px;
}
@media ( max-width: 768px) {
  .license-item .discount-tip {
    top: 0;
  }
}

.license-item:first-child .discount-tip {
  right: -30px;
}
@media ( max-width: 768px) {
  .license-item:first-child .discount-tip {
    right: 0;
  }
}

.license-item:last-child .discount-tip {
  right: -60px;
}
@media ( max-width: 768px) {
  .license-item:last-child .discount-tip {
    right: 0;
  }
}

.license-btn {
  margin-top: 13px;
}

.license-tips {
  font-size: 14px;
  color: #f55e44;
}
@media ( max-width: 768px) {
  .license-tips {
    font-size: 10pt;
    line-height: 1.4;
  }
}

.license-desc {
  margin: 18px 0 0;
  max-width: 302px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
@media ( max-width: 768px) {
  .license-desc {
    font-size: 10pt;
    line-height: 1.4;
  }
}

.submit-done, .submit-box {
  display: none;
  width: 313px;
  max-width: 100%;
}
.submit-done.active, .submit-box.active {
  display: block;
}

.pop-ups .submit-done, .pop-ups .submit-box {
  width: 100%;
}
.pop-ups .submit-done {
  padding: 20px 0 10px;
}
.pop-ups .submit-done img, .pop-ups .submit-done span {
  vertical-align: middle;
}
.pop-ups .submit-done span {
  margin-left: 24px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .pop-ups .submit-done span {
    font-size: 11pt;
    line-height: 1.5;
  }
}
@media ( max-width: 768px) {
  .pop-ups .submit-done span {
    margin-left: 0;
  }
}
@media ( max-width: 768px) {
  .pop-ups .submit-done img {
    display: block;
    margin: 0 auto 10px;
  }
}

.submit-done-desc {
  margin: 18px auto 0;
  max-width: 255px;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 28px;
}
@media ( max-width: 768px) {
  .submit-done-desc {
    font-size: 11pt;
    line-height: 1.5;
  }
}

.product-list, .bundle-content {
  display: inline-block;
  vertical-align: middle;
}

.bundle-box .product-list {
  display: inline-block;
  vertical-align: middle;
  max-width: 555px;
}
@media ( max-width: 768px) {
  .bundle-box .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14vw;
  }
}
.bundle-box .product-item {
  display: inline-block;
  padding: 20px 30px 20px 24px;
  margin: 0 15px 20px 0;
  width: 260px;
  background-image: url(/special-offer/2022-black-friday-sale/img/product-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media ( max-width: 768px) {
  .bundle-box .product-item {
    margin: 10px 2%;
    padding: 4vw 10px;
    width: 46%;
    text-align: center;
    background: none;
    border: 4px solid #36caef;
    border-radius: 12px;
  }
}
.bundle-box .product-item:hover {
  text-decoration: none;
}
.bundle-box .product-item:hover span {
  text-decoration: underline;
}
@media ( max-width: 768px) {
  .bundle-box .product-item img {
    display: block;
    width: 12vw;
    height: auto;
  }
}
.bundle-box .product-item img, .bundle-box .product-item span {
  display: inline-block;
  vertical-align: middle;
}
.bundle-box .product-item span {
  margin-left: 15px;
  width: calc(100% - 100px);
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
@media ( max-width: 768px) {
  .bundle-box .product-item span {
    font-size: 11pt;
    line-height: 1.5;
  }
}
@media ( max-width: 768px) {
  .bundle-box .product-item span {
    display: block;
    margin-top: 6px;
    line-height: 1;
    width: auto;
  }
}
.bundle-box .bundle-content {
  display: inline-block;
  vertical-align: middle;
}

.bundle-content {
  margin-left: 100px;
}
@media ( max-width: 1200px) {
  .bundle-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

.bundle-title {
  margin: 0;
  font-size: 32px;
  color: #333;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .bundle-title {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}

.bundle-desc {
  margin: 14px 0 47px;
  max-width: 368px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
}
@media ( max-width: 768px) {
  .bundle-desc {
    font-size: 11pt;
    line-height: 1.5;
  }
}
@media ( max-width: 768px) {
  .bundle-desc {
    margin: 4vw 0;
  }
}

.discount {
  font-weight: bold;
  font-size: 48px;
  color: #19adf4;
}
@media ( max-width: 768px) {
  .discount {
    font-size: 20pt;
    line-height: 1.5;
  }
}

.orginal {
  margin-left: 20px;
  text-decoration: line-through;
  font-size: 24px;
  color: #b5cbcc;
}
@media ( max-width: 768px) {
  .orginal {
    font-size: 14pt;
    line-height: 1.5;
  }
}

.btn-buy-now {
  display: inline-block;
  margin: 5px;
  width: 140px;
  height: 60px;
  background-color: #1aabf4;
  border-radius: 10px;
  font-weight: 500;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: transform 0.18s;
}
@media ( max-width: 768px) {
  .btn-buy-now {
    font-size: 14pt;
  }
}
.btn-buy-now:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.btn-buy-now:hover {
  text-decoration: none;
}
.btn-buy-now svg {
  margin: -4px 10px 0 0;
  vertical-align: middle;
  fill: #4f8d8f;
}

.bundle-btns {
  margin-top: 22px;
}

.discount-tip {
  position: absolute;
  right: -10px;
  top: -23px;
  padding: 7px 16px 7px 12px;
  min-width: 186px;
  text-align: center;
  background-image: url(/assets/img/discount-bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size: 100% 100%;
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
}
@media ( max-width: 768px) {
  .discount-tip {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media ( max-width: 768px) {
  .discount-tip {
    right: 0;
    width: 106px;
  }
}
.discount-tip span {
  margin-right: 3px;
}

.module-5 {
  position: relative;
  padding-bottom: 105px;
  background-color: #002f41;
}

.module-5 .module-title {
  margin: 76px 0 82px;
  color: #fff;
}
@media ( max-width: 768px) {
  .module-5 .module-title {
    margin: 16vw 0 8vw 0;
  }
}

.products-box__product {
  position: relative;
  padding: 40px;
  padding-right: 24px;
  margin-bottom: 40px;
  display: inline-block;
  max-width: 373px;
  vertical-align: top;
  background-color: #2371b3;
  border-radius: 20px;
  color: #ffffff;
}
@media ( max-width: 1200px) {
  .products-box__product {
    padding: 20px;
    max-width: 310px;
  }
}
@media ( max-width: 1200px) {
  .products-box__product {
    max-width: 100%;
  }
}
.products-box__product a {
  color: #4f8d8f;
}
@media ( max-width: 768px) {
  .products-box__product > img {
    width: 14vw;
    height: auto;
  }
}
.products-box__product .sys-togger-btn {
  margin-left: 12px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
@media ( max-width: 768px) {
  .products-box__product .sys-togger-btn {
    font-size: 10pt;
    line-height: 1.4;
  }
}
.products-box__product h3 {
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
@media ( max-width: 768px) {
  .products-box__product h3 {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media ( max-width: 768px) {
  .products-box__product h3 {
    margin-top: 10px;
  }
}
.products-box__product .product-desc {
  margin: 16px 0 36px;
  line-height: 28px;
  font-size: 18px;
  color: #ffffff;
}
@media ( max-width: 768px) {
  .products-box__product .product-desc {
    font-size: 11pt;
    line-height: 1.5;
  }
}
@media ( max-width: 768px) {
  .products-box__product .product-desc {
    margin: 10px 0;
  }
}
.products-box__product .product-price {
  margin: 31px 0 13px;
}
@media ( max-width: 768px) {
  .products-box__product .product-price {
    margin: 10px 0;
  }
}
.products-box__product .product-plan {
  position: relative;
  display: inline-block;
  background-color: #456566;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
}
.products-box__product .product-plan span {
  display: inline-block;
  width: 95px;
  height: 40px;
  color: #ffffff;
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px;
  opacity: 0.5;
  text-align: center;
  transition: opacity 0.3s;
}
@media ( max-width: 768px) {
  .products-box__product .product-plan span {
    font-size: 10pt;
    line-height: 1.4;
  }
}
@media ( max-width: 768px) {
  .products-box__product .product-plan span {
    height: 30px;
    line-height: 30px;
  }
}
.products-box__product .product-plan span.active {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  opacity: 1;
}

.product-plan::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #0b465d;
  border-radius: 20px;
  transition: all 0.3s;
}

.product-plan.switch-right::after {
  left: 50%;
}

.sys-item, .plan-item {
  display: none;
}

.sys-item.active, .plan-item.active {
  display: block;
}

@media ( min-width: 1200px) {
  .lg-mx--36 {
    margin: 0 36px;
  }
}

.module-vd {
  position: relative;
  padding-bottom: 104px;
}
.module-vd .module-title {
  margin: 60px 0 63px;
}
@media ( max-width: 768px) {
  .module-vd .module-title {
    margin: 16vw 0 8vw 0;
  }
}

.vo-customizable-box {
  position: relative;
  padding: 60px 60px 40px;
  background-color: #28b7f7;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media ( max-width: 1200px) {
  .vo-customizable-box {
    padding: 20px;
  }
}
@media ( max-width: 768px) {
  .vo-customizable-box {
    padding: 16vw 15px;
  }
}

.utility-list, .multimedia-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media ( max-width: 768px) {
  .utility-list, .multimedia-list {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.multimedia-list {
  margin-left: 77px;
}
@media ( max-width: 768px) {
  .multimedia-list {
    margin-left: 0;
    margin-top: 30px;
  }
}

.utility-list::before, .utility-list::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background-color: #ffffff;
  border-radius: 5px;
  transform: translateY(-50%);
}
@media ( max-width: 768px) {
  .utility-list::before, .utility-list::after {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
}

.utility-list::before {
  right: -60px;
  width: 40px;
  height: 10px;
}
@media ( max-width: 768px) {
  .utility-list::before {
    bottom: -16px;
    width: 20px;
    height: 5px;
  }
}

.utility-list::after {
  right: -45px;
  width: 10px;
  height: 40px;
}
@media ( max-width: 768px) {
  .utility-list::after {
    bottom: -24px;
    width: 5px;
    height: 20px;
  }
}

.customizable-pro {
  position: relative;
  padding: 22px 40px;
  margin-bottom: 24px;
  max-width: 280px;
  background-color: #5fa4a6;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media ( max-width: 1200px) {
  .customizable-pro {
    padding: 15px;
  }
}
@media ( max-width: 768px) {
  .customizable-pro {
    padding: 5px;
    width: 20%;
    margin: 0 5px;
    text-align: center;
  }
}
.customizable-pro:hover {
  background-color: #0a8484;
}
.customizable-pro img, .customizable-pro a, .customizable-pro span {
  display: inline-block;
  vertical-align: middle;
}
.customizable-pro a {
  display: none;
}
@media ( max-width: 768px) {
  .customizable-pro img {
    width: 40px;
    height: auto;
  }
}
.customizable-pro a, .customizable-pro span {
  margin-left: 8px;
  max-width: 103px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 600;
}
@media ( max-width: 768px) {
  .customizable-pro a, .customizable-pro span {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.customizable-pro a:hover, .customizable-pro span:hover {
  text-decoration: none;
}
@media ( max-width: 768px) {
  .customizable-pro a, .customizable-pro span {
    display: none !important;
  }
}

.customizable-pro.active {
  overflow: hidden;
  background-color: #ffffff;
}
.customizable-pro.active a {
  display: inline-block;
  text-decoration: underline;
}
.customizable-pro.active span {
  display: none;
}

.customizable-pro::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 69px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(/special-offer/2022-christmas-sale/img/choose.png);
  opacity: 0;
  transition: all 0.3s;
}
@media ( max-width: 768px) {
  .customizable-pro::after {
    display: none;
  }
}

.customizable-pro.active::after {
  opacity: 1;
}

.customizable-choose {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  width: 442px;
  background-color: #2371b3;
  border-radius: 40px;
  text-align: center;
}
@media ( max-width: 1200px) {
  .customizable-choose {
    width: 320px;
  }
}
@media ( max-width: 1200px) {
  .customizable-choose {
    position: static;
    width: 100%;
  }
}
@media ( max-width: 768px) {
  .customizable-choose {
    margin-top: 8vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.utility-img-list, .multimedia-img-list {
  display: inline-block;
  margin: 10px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  overflow: hidden;
}
@media ( max-width: 768px) {
  .utility-img-list, .multimedia-img-list {
    width: 18vw;
    height: 18vw;
  }
}

.img-show-box {
  transition: all 0.3s;
}
@media ( max-width: 768px) {
  .img-show-box img {
    width: 18vw;
    height: 18vw;
  }
}

.customizable-price {
  margin: 45px 0 20px;
}
@media ( max-width: 768px) {
  .customizable-price {
    margin: 4vw 0;
  }
}

.customizable-btns .btn-buy-now {
  display: block;
  margin: 0 auto 16px;
}
.customizable-btns a:hover{
  color:#fff;
}

.customizable-license {
  font-size: 18px;
  color: #545c66;
}
@media ( max-width: 768px) {
  .customizable-license {
    font-size: 10pt;
    line-height: 1.4;
  }
}

.customizable-info-item {
  display: none;
}

.customizable-info-item.active {
  display: block;
}

.loading {
  position: relative;
}
.loading::before, .loading::after {
  content: "";
  display: block;
  position: absolute;
}
.loading::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.loading::after {
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  background-image: url(/special-offer/2022-black-friday-sale/img/loading.gif);
  z-index: 2;
}

.pop-ups {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  text-align: center;
}
.pop-ups .close-btn {
  position: absolute;
  display: block;
  right: -46px;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(/special-offer/2022-black-friday-sale/img/close.png) no-repeat;
  background-position: center;
  background-size: 100% auto;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .pop-ups .close-btn {
    right: 0;
    top: -48px;
  }
}

.pop-ups-box {
  position: absolute;
  padding: 60px;
  left: 50%;
  top: 150px;
  background-color: #ffffff;
  border-radius: 40px;
  transform: translateX(-50%);
}
@media ( max-width: 768px) {
  .pop-ups-box {
    top: 100px;
    padding: 10px;
    width: 80%;
  }
}
.pop-ups-box .line {
  display: block;
  margin: 38px 0 34px;
  width: 100%;
  height: auto;
}

.pop-box__item h2 {
  margin: 0 0 26px;
  font-size: 28px;
  color: #333;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .pop-box__item h2 {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
.pop-box__item input {
  width: 340px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: solid 2px #f0f0f0;
  font-size: 20px;
  color: #999999;
  text-indent: 20px;
}
@media ( max-width: 768px) {
  .pop-box__item input {
    font-size: 11pt;
    line-height: 1.5;
  }
}
@media ( max-width: 768px) {
  .pop-box__item input {
    width: 80%;
  }
}
.pop-box__item input:focus {
  background-color: #fff;
  outline: none;
  color: #333;
}
.pop-box__item button {
  margin-left: 24px;
  width: 140px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url(/special-offer/2022-black-friday-sale/img/pop-btn.png);
  border: none;
  cursor: pointer;
}
@media ( max-width: 768px) {
  .pop-box__item button {
    font-size: 11pt;
  }
}
@media ( max-width: 768px) {
  .pop-box__item button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.pop-box__item form {
  display: inline-block;
}
.pop-box__item .tips {
  display: block;
  margin-top: 22px;
  font-size: 16px;
  color: #f55e44;
  text-align: left;
}
@media ( max-width: 768px) {
  .pop-box__item .tips {
    font-size: 10pt;
    line-height: 1.4;
  }
}
.pop-box__item .code, .pop-box__item .copy {
  display: inline-block;
  vertical-align: middle;
}
.pop-box__item .code {
  width: 340px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url(/special-offer/2022-black-friday-sale/img/code-bg.png);
  font-size: 40px;
  color: #f55e44;
  line-height: 60px;
  font-weight: bold;
}
@media ( max-width: 768px) {
  .pop-box__item .code {
    font-size: 14pt;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media ( max-width: 768px) {
  .pop-box__item .code {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.pop-box__item .copy {
  margin-left: 24px;
  width: 140px;
  height: 60px;
  background-color: #f5c200;
  border-radius: 10px;
  line-height: 60px;
  font-size: 24px;
  color: #3a3a3a;
  cursor: pointer;
}
@media ( max-width: 768px) {
  .pop-box__item .copy {
    font-size: 11pt;
  }
}
@media ( max-width: 768px) {
  .pop-box__item .copy {
    margin-left: 0;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */