.totop {
  margin-left: 0;
  right: 30px;
  left: auto;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/HelveticaNeue/HelveticaNeue.eot");
  src: url("./fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeue/HelveticaNeue.woff2") format("woff2"), url("./fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("./fonts/HelveticaNeue/HelveticaNeue.svg#chalkboard_sebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("./fonts/HelveticaNeue/HelveticaNeue-Bold.woff") format("woff"), url("./fonts/HelveticaNeue/HelveticaNeue-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
.xmas-sales h3, .xmas-sales p {
  font-family: Helvetica;
}
.xmas-sales .sp-font-stroke {
  overflow: visible;
}

#scrollUp {
  width: 50px;
  height: 50px;
  background-image: url(./images/gotop.svg);
}
@media ( min-width: 768px) {
  #scrollUp {
    display: none;
  }
}
@media ( max-width: 768px) {
  #scrollUp {
    right: 0;
  }
}

h2 {
  font-family: "HelveticaNeue-Bold";
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #3f0090;
  text-align: center;
}
@media ( max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
h2 span {
  color: #ff56fa;
}
h2 strong {
  color: #ff56fa;
  font-size: 46px;
}
@media ( max-width: 768px) {
  h2 strong {
    font-size: 30px;
  }
}

.xmas-banner {
  position: relative;
}

.banner-bg {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #5900c9;
}
@media ( max-width: 768px) {
  .banner-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media ( min-width: 768px) {
  .banner-bg img[alt="banner background"] {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner-bg .tree {
  right: calc(50% - 840px);
  bottom: 0;
  width: 337px;
}
@media ( max-width: 768px) {
  .banner-bg .tree {
    right: 12px;
    bottom: 0;
    width: 78px;
  }
}
.banner-bg .pink {
  right: calc(50% - 475px);
  bottom: 0;
  width: 108px;
}
@media ( max-width: 768px) {
  .banner-bg .pink {
    right: 97px;
    bottom: 0;
    width: 26px;
  }
}
.banner-bg .tow-box {
  bottom: 0;
  left: calc(50% - 800px);
}
@media ( max-width: 768px) {
  .banner-bg .tow-box {
    bottom: 0;
    left: 20px;
    width: 145px;
  }
}
.banner-bg .bulb {
  top: 0;
  left: calc(50% - 625px);
  width: 63px;
}
@media ( max-width: 768px) {
  .banner-bg .bulb {
    top: 0;
    left: 34px;
    width: 22px;
  }
}
.banner-bg .crutch {
  top: 0;
  left: calc(50% - 727px);
  width: 84px;
}
@media ( max-width: 768px) {
  .banner-bg .crutch {
    top: 0;
    left: 0;
    width: 29px;
  }
}
.banner-bg .star-1 {
  top: 454px;
  left: calc(50% - 960px + 406px);
}
.banner-bg .star-4 {
  top: 152px;
  right: calc(50% - 960px + 227px);
}
.banner-bg .star-3 {
  top: 660px;
  left: calc(50% - 160px);
}
.banner-bg .star-2 {
  top: 366px;
  right: calc(50% - 960px + 180px);
}

.banner-icon {
  position: absolute;
  height: auto;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 150px 15px 0;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
@media ( max-width: 768px) {
  .banner-content {
    position: relative;
    padding: 79px 15px 114px;
    z-index: 1;
  }
}

.banner-title .banner-title__img {
  max-width: 100%;
  height: auto;
}
.banner-title span {
  display: block;
  margin-top: 37px;
  font-weight: bold;
  font-family: HelveticaNeue;
  font-size: 36px;
  color: #fefefe;
}
@media ( max-width: 768px) {
  .banner-title span {
    margin-top: 20px;
    font-size: 20px;
  }
}

.valid-time {
  display: block;
  margin-top: 37px;
  font-size: 24px;
  color: #ffe08c;
}
@media ( max-width: 768px) {
  .valid-time {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .valid-time {
    margin: 10px 0;
  }
}

.time-limited {
  margin: 47px auto 0;
  max-width: 626px;
}
@media ( max-width: 768px) {
  .time-limited {
    margin: 32px auto 0;
    max-width: 335px;
  }
}
@media ( max-width: 498px) {
  .time-limited {
    display: none;
  }
}
.time-limited .item {
  position: relative;
  padding-top: 16px;
  width: 116px;
  height: 116px;
  background-color: #3f0090;
  border: solid 2px #3f0090;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
@media ( min-width: 992px) and (max-width: 1200px) {
  .time-limited .item {
    padding-top: 10px;
    width: 100px;
    height: 100px;
  }
}
@media ( max-width: 992px) {
  .time-limited .item {
    margin: 0 20px;
    flex-shrink: 0;
  }
}
@media ( max-width: 768px) {
  .time-limited .item {
    padding-top: 9px;
    margin: 0 13px;
    width: 63px;
    height: 63px;
  }
}
@media ( max-width: 498px) {
  .time-limited .item {
    margin: 0;
  }
}
.time-limited .display-area {
  font-size: 50px;
}
@media ( max-width: 768px) {
  .time-limited .display-area {
    font-size: 26px;
  }
}
.time-limited .desc {
  margin-top: 9px;
  font-size: 16px;
}
@media ( max-width: 768px) {
  .time-limited .desc {
    margin-top: 7px;
    font-size: 11px;
  }
}
.time-limited .time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-limited .colon {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
@media ( min-width: 992px) and (max-width: 1200px) {
  .time-limited .colon {
    right: -50px;
  }
}
@media ( max-width: 768px) {
  .time-limited .colon {
    right: -16px;
  }
}
.time-limited .colon span {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #fff;
}
@media ( max-width: 768px) {
  .time-limited .colon span {
    width: 4px;
    height: 4px;
  }
}
.time-limited .colon span:last-child {
  margin-top: 18px;
}
@media ( max-width: 768px) {
  .time-limited .colon span:last-child {
    margin-top: 9px;
  }
}

.ie .time-limited .item, .ie .customize-box__left, .ie .customize-box__right, .ie .select-img__item, .ie .select__buy-group .buy-now, .ie .rules-box__title, .ie .rules-box__content {
  display: inline-block;
  vertical-align: middle;
}
.ie .customize-box__right {
  width: 792px;
}
.ie .time-limited .item:nth-child(1) {
  margin-right: 20px;
}
.ie .time-limited .item:nth-child(4) {
  margin-left: 20px;
}
.ie .time-limited .item:nth-child(2), .ie .time-limited .item:nth-child(3) {
  margin: 0 20px;
}
.ie .rules-box {
  text-align: center;
}
.ie .rules-box__content {
  text-align: left;
}
.ie .product-img, .ie .product-content {
  display: inline-block;
  vertical-align: middle;
}
.ie .product {
  text-align: center;
}

.code-tips {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 200px;
  height: 20px;
  transform: translateX(-50%);
  background: transparent;
  opacity: 0;
  transition: all 0.3s;
  line-height: 20px;
  text-align: center;
  color: #3f0090;
}

.tips-active {
  top: -25px;
  opacity: 1;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(63, 63, 63, 0.5);
  opacity: 1;
  z-index: 99;
}
.layer .content {
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding-top: 80px;
  margin-top: -100.5px;
  max-width: 673px;
  width: 90%;
  min-height: 280px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
}
@media (max-width: 498px) {
  .layer .content {
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.layer .share__box {
  margin-top: 32px;
}
.layer .close-btn {
  position: absolute;
  right: 33px;
  top: 29px;
  width: 18px;
  height: 18px;
  background: url(./images/part-three/xx.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.25s;
}

.vwz-overlay-message {
  position: fixed;
  display: flex;
  align-items: center;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 12px 6px 8px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #191919;
  transition: ease 0.25s;
  opacity: 0;
  z-index: 10;
}
.vwz-overlay-message .arco-message-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.vwz-overlay-message .arco-message-content {
  vertical-align: middle;
  white-space: nowrap;
}
@media ( max-width: 768px) {
  .vwz-overlay-message .arco-message-content {
    font-size: 14px;
  }
}
.vwz-overlay-message .arco-message-content + img {
  margin-left: 7px;
  cursor: pointer;
}

.buy-now {
  display: none;
  margin: 10px;
  width: 200px;
  height: 60px;
  transition: background 0.3s;
  background-color: #3f0090;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
  text-indent: 74px;
}
@media ( max-width: 768px) {
  .buy-now {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 101px;
    border-radius: 7.5px;
  }
}
.buy-now a {
  text-align: left;
  display: block;
}
.buy-now a:hover,
.buy-now a:focus {
  color: #fff;
  text-decoration: none;
}

.buy-group__btn {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.buy-group__btn:hover, .buy-group__btn:focus {
  text-decoration: underline;
}
.active {
  display: block;
}

.foot-language.active {
  display: inline-block;
}

.main-menu ul {
  border-bottom: none;
}

.win a {
  background: url(./images/buy-icon/win.svg) no-repeat;
  background-size: 30px 30px;
  background-position: 30px 16px;
}
@media ( max-width: 768px) {
  .win a {
    background-size: 24px 24px;
    background-position: 69px center;
  }
}

.mac a {
  background: url(./images/buy-icon/mac.svg) no-repeat;
  background-size: 30px 36px;
  background-position: 33px 11px;
}
@media ( max-width: 768px) {
  .mac a {
    background-size: 23px 26px;
    background-position: 70px center;
  }
}

.win-mac a {
  background: url(./images/buy-icon/win-mac.svg) no-repeat;
  background-size: 41px 34px;
  background-position: 29px center;
  text-indent: 85px;
}
@media ( max-width: 768px) {
  .win-mac a {
    text-indent: 113px;
    background-size: 31px 26px;
    background-position: 71px center;
  }
}

.buy-now:hover {
  background-color: rgb(40.6875, 0, 93);
}

body[data-expired=true] .share__box {
  position: relative;
}
body[data-expired=true] .share__box::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Sales Promotion has Expired!";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
body[data-expired=true] .select-price .discount,
body[data-expired=true] .license-price .discount {
  display: block;
  font-size: 16px;
}

.part1 {
  padding: 72px 0 80px;
  background-image: url("./images/part-one/background.svg");
  background-color: #fff3cd;
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 0;
}
@media ( max-width: 768px) {
  .part1 {
    padding: 36px 0 38px;
  }
}
.part1 h2 strong {
  font-size: 40px;
}
@media ( max-width: 768px) {
  .part1 h2 strong {
    font-size: 24px;
  }
}

.part1-box {
  margin-top: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(197, 171, 90, 0.45);
  border-radius: 20px;
  overflow: hidden;
}
@media ( min-width: 1412px) {
  .part1-box {
    margin-left: 50%;
    min-width: 1200px;
    transform: translateX(-50%);
  }
}
@media ( max-width: 768px) {
  .part1-box {
    margin-top: 24px;
  }
}

.text-center {
  text-align: center;
}

.part1-select {
  display: inline-block;
  margin-bottom: 40px;
  width: 520px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media ( max-width: 768px) {
  .part1-select {
    display: flex;
    margin: 0 auto 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.part1-select span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: #f0f0f0;
  vertical-align: middle;
  font-size: 16px;
  color: #191919;
  cursor: pointer;
}
@media ( max-width: 768px) {
  .part1-select span {
    padding: 0 10px;
    font-size: 14px;
  }
}
.part1-select .active {
  font-size: 18px;
  color: #ffdd53;
  background-color: #5900c9;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .part1-select .active {
    font-size: 16px;
  }
}

.part1-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media ( max-width: 768px) {
  .part1-icon {
    width: 80px;
  }
}
.part1-icon .hat {
  position: absolute;
  right: -12%;
  top: -18%;
  width: 50%;
  height: auto;
}

.part1-content {
  padding-left: 30px;
  width: calc(100% - 100px);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media ( max-width: 768px) {
  .part1-content {
    margin-top: 10px;
    padding-left: 0;
    display: block;
    width: auto;
    text-align: center;
  }
}
.part1-content a {
  font-family: HelveticaNeue;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media ( max-width: 768px) {
  .part1-content a {
    font-size: 20px;
    line-height: 24px;
  }
}
.part1-content p {
  margin-top: 10px;
  max-width: 777px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media ( max-width: 768px) {
  .part1-content p {
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
  }
}

.part1-license {
  display: inline-block;
  vertical-align: top;
  margin: 26px 30px 35px;
  position: relative;
  width: 420px;
  height: 415px;
  background-image: url("./images/part-one/sticky-notes.svg");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
@media ( min-width: 1412px) {
  .part1-license:nth-of-type(3) {
    left: -10px;
  }
  .part1-license:nth-of-type(4) {
    right: -10px;
  }
}
@media ( max-width: 768px) {
  .part1-license {
    display: block;
    margin: 20px auto 0;
    padding: 0 0 5px;
    height: auto;
    min-height: 325px;
    width: 100%;
    max-width: 315px;
    background-size: 100% 100%;
  }
}
.part1-license h3 {
  padding-top: 12px;
  height: 14%;
  font-size: 22px;
  color: #3f0090;
  font-weight: bold;
}
@media ( max-width: 768px) {
  .part1-license h3 {
    padding: 11px 0;
    height: 10%;
    font-size: 16px;
  }
}

.license-p-t {
  display: none;
}
.license-p-t .desc {
  margin: 15px 20px 20px;
  color: #3F0090;
  font-size: 16px;
  text-align: center;
  font-family: HelveticaNeue;
  font-weight: 500;
  line-height: 22px;
}
.license-p-t .desc strong {
  color: #7E1AFD;
  font-family: HelveticaNeue-Bold;
}
@media ( max-width: 768px) {
  .license-p-t .desc {
    margin: -10px 15px 15px;
    font-size: 13px;
  }
}
.license-p-t a {
  margin-right: 38px;
}
@media ( max-width: 768px) {
  .license-p-t a {
    margin-right: 28px;
  }
}
.license-p-t a img {
  border-radius: 8px;
}
.license-p-t a img:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media ( max-width: 768px) {
  .license-p-t a img {
    width: 38px;
  }
}
.license-p-t a:last-child {
  margin: 0;
}

.license-p-t.active {
  display: block;
}

.license-info {
  margin-top: 13px;
  color: #222222;
}
@media ( max-width: 768px) {
  .license-info {
    margin-top: 0px;
  }
}
.license-info dt {
  margin-bottom: 18px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
@media ( max-width: 768px) {
  .license-info dt {
    margin-bottom: 14px;
  }
}
.license-info dt p {
  position: relative;
  z-index: 1;
  font-family: Arial;
  font-weight: 500;
}
@media ( max-width: 768px) {
  .license-info dt p {
    font-size: 14px;
  }
}
.license-info dt img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
@media ( max-width: 768px) {
  .license-info dt img {
    width: 160px;
    height: auto;
  }
}
.license-info dt span {
  font-weight: 700;
}
.license-info dd {
  font-family: Arial;
  font-size: 16px;
  vertical-align: middle;
}
.license-info dd:not(:last-child) {
  margin-bottom: 8px;
}
@media ( max-width: 768px) {
  .license-info dd:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media ( max-width: 768px) {
  .license-info dd {
    margin-bottom: 7px;
    font-size: 13px;
  }
}

.no-support, .support {
  display: inline-block;
  margin-left: 30px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("./images/part-one/not-support.svg");
  background-size: 100% auto;
  background-position: center;
}
@media ( max-width: 768px) {
  .no-support, .support {
    margin-left: 22px;
    width: 12px;
    height: 12px;
  }
}

.support {
  width: 17px;
  height: 17px;
  background-image: url("./images/part-one/support.svg");
}
@media ( max-width: 768px) {
  .support {
    width: 12px;
    height: 12px;
  }
}

.only-hundred {
  display: block;
  margin-top: 25px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  color: #ff00f8;
}
@media ( max-width: 768px) {
  .only-hundred {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  .buy-now + .only-hundred {
    margin-top: -1px !important;
    font-weight: normal;
  }
}

.part1-version {
  margin: 25px 0 20px;
  font-size: 16px;
  color: #191919;
}
@media ( max-width: 768px) {
  .part1-version {
    margin: 18px 0 14px;
    font-size: 13px;
  }
}

.part1-version-item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.part1-version-item span, .part1-version-item svg {
  display: inline-block;
  fill: #818181;
  vertical-align: middle;
}
.part1-version-item span {
  margin-right: 5px;
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media ( max-width: 768px) {
  .part1-version-item span {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
.part1-version-item span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}

.part1-version-item.active span {
  background-color: #3f0090;
}

.part1-selectbox {
  display: none;
}
.part1-selectbox .part1-t {
  padding: 35px 130px 20px;
  background-color: #5900C9;
}
@media ( max-width: 992px) {
  .part1-selectbox .part1-t {
    padding: 30px 15px 25px;
  }
}

.part1-selectbox.active {
  display: block;
}
@media ( max-width: 768px) {
  .part1-selectbox.active {
    padding-bottom: 24px;
  }
}

.part1-version-item.active span::after {
  width: 6px;
  height: 6px;
}

.part1-version-item.active svg {
  fill: #3f0090;
}

.part1-version-win {
  margin-left: 15px;
}
.part1-version-win svg {
  width: 24px;
  height: 24px;
}
@media ( max-width: 768px) {
  .part1-version-win svg {
    width: 18px;
    height: 18px;
  }
}

.part1-version-mac {
  margin-left: 35px;
}
@media ( max-width: 498px) {
  .part1-version-mac {
    margin-left: 15px;
  }
}
.part1-version-mac svg {
  width: 22px;
  height: 25px;
}
@media ( max-width: 768px) {
  .part1-version-mac svg {
    width: 17px;
    height: 20px;
  }
}

.part1-input {
  display: inline-block;
  vertical-align: middle;
  width: 258px;
  height: 45px;
  border-radius: 10px 0px 0px 10px;
  border: solid 1px #3f0090;
  outline: none;
  font-size: 16px;
  text-indent: 30px;
}
@media ( max-width: 768px) {
  .part1-input {
    width: 193px;
    max-width: calc(100% - 90px);
    height: 34px;
    border-radius: 5px 0 0 5px;
    text-indent: 5px;
    font-size: 14px;
  }
}

.part1-input::-moz-placeholder {
  text-indent: 49px;
  font-family: Arial;
  font-size: 16px;
  color: #818181;
}

.part1-input::placeholder {
  text-indent: 49px;
  font-family: Arial;
  font-size: 16px;
  color: #818181;
}
@media ( max-width: 768px) {
  .part1-input::-moz-placeholder {
    text-indent: 37px;
    font-size: 12px;
  }
  .part1-input::placeholder {
    text-indent: 37px;
    font-size: 12px;
  }
}

.part1-submit {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 103px;
  background-color: #3f0090;
  border-radius: 0px 10px 10px 0px;
  outline: none;
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  border: none;
  transition: ease 0.25s;
}
.part1-submit:hover {
  background-color: #29005d;
}
@media ( max-width: 768px) {
  .part1-submit {
    width: 80px;
    height: 34px;
    font-size: 12px;
  }
}

.part1-desc {
  margin: 16px auto 0;
  max-width: 346px;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
}
@media ( max-width: 768px) {
  .part1-desc {
    margin: 13px auto 0;
    font-size: 12px;
    line-height: 14px;
  }
}

.success-desc {
  display: none;
  margin: 16px auto 0;
  max-width: 300px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
}
@media ( max-width: 768px) {
  .success-desc {
    margin: 10px auto 0;
    font-size: 12px;
    line-height: 14px;
  }
}

.discount-tag {
  position: absolute;
  top: 15px;
  width: 105px;
  height: 108px;
  border-radius: 50%;
  background-size: 100% auto;
  font-size: 32px;
  font-weight: bold;
}
.discount-tag img {
  max-width: 100%;
  height: auto;
}
@media ( max-width: 768px) {
  .discount-tag {
    top: 18px;
    width: 64px;
    height: 66px;
  }
}

.left-0 {
  left: -18px;
}
@media ( max-width: 768px) {
  .left-0 {
    left: -3px;
  }
}

.right-0 {
  right: -18px;
}
@media ( max-width: 1200px) {
  .right-0 {
    right: auto;
    left: -18px;
  }
}
@media ( max-width: 768px) {
  .right-0 {
    left: -3px;
  }
}

.part1-price {
  margin-top: 9px;
  margin-bottom: 16px;
}
.part1-price .discount {
  font-family: HelveticaNeue-Bold;
  color: #ff00f8;
  font-size: 48px;
}
.part1-price .origin {
  font-family: HelveticaNeue;
  color: #191919;
  font-size: 24px;
  text-decoration: line-through;
  margin-left: 18px;
}
.part1-price span {
  vertical-align: middle;
}
.part1-price .origin {
  position: relative;
  top: 3px;
}

.part1-license .buy-now {
  display: block;
  width: 240px;
  margin: 0 auto;
}
@media ( min-width: 768px) {
  .part1-license .buy-now {
    text-indent: 98px;
  }
}
@media ( max-width: 768px) {
  .part1-license .buy-now {
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-indent: 70px;
  }
}
.part1-license .buy-now:not(:last-child) {
  margin-bottom: 10px;
}
@media ( min-width: 768px) {
  .part1-license .buy-now a {
    background-position-x: 55px;
  }
}
@media ( max-width: 768px) {
  .part1-license .buy-now a {
    background-position-x: 34px;
  }
}

.h-0 {
  height: 0;
  overflow: hidden;
}

.loading .loading-box {
  display: block;
}

.loading-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading-box img.active {
  opacity: 1;
}

.success-icon {
  display: none;
}
.success-icon span {
  margin-left: 12px;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e;
  vertical-align: middle;
}
@media ( max-width: 768px) {
  .success-icon span {
    font-size: 16px;
  }
}
.success-icon img {
  vertical-align: middle;
}
@media ( max-width: 768px) {
  .success-icon img {
    width: 36px;
    height: 36px;
  }
}

.success .only-hundred, .success .part1-version {
  display: none;
}
.success .part1-input, .success .part1-submit {
  display: none;
}
.success .part1-desc {
  display: none;
}
.success .success-icon {
  display: block;
}
.success .success-desc {
  display: block;
}
.success > div:not([class]) {
  padding: 34px 23px 45px;
  margin: 29px auto 0;
  width: 338px;
  height: 184px;
  background-color: #fff7e0;
  border-radius: 20px;
}
@media ( max-width: 768px) {
  .success > div:not([class]) {
    border-radius: 10px;
    margin: 20px 15px 0;
    padding: 25px 15px 30px;
    width: auto;
    height: auto;
  }
}

@media ( max-width: 768px) {
  .part1-price .discount {
    display: inline-block;
    font-size: 36px;
    margin: 0;
  }
  .part1-price .origin {
    margin-left: 12px;
    font-size: 18px;
  }
}

.snow-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.snow-ball {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 2s;
}

.show-ball {
  opacity: 1;
}

.star {
  position: absolute;
  animation: star 0.5s linear infinite;
  opacity: 0;
  transform: scale(0);
}
@media ( max-width: 768px) {
  .star {
    width: 20px;
    height: 20px;
  }
}

.star-1, .star-2 {
  animation: star 0.5s 0.25s linear infinite;
}

@keyframes star {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.6);
  }
}
.single {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background: url(./images/part-two/background.svg) top center repeat-y;
  background-color: #5900c9;
  background-repeat: no-repeat;
  text-align: center;
}
@media ( max-width: 768px) {
  .single {
    padding: 40px 0;
  }
}
.single h2 {
  padding: 0 15px;
  margin-bottom: 39px;
  color: #fff;
}
@media ( max-width: 768px) {
  .single h2 {
    margin: 0 15px 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
}
.single .container {
  padding: 0;
}
@media ( max-width: 1412px) {
  .single .row {
    margin: 0;
  }
}
@media ( max-width: 1200px) {
  .single .row {
    margin: 0 15px;
  }
}
@media (max-width: 360px) {
  .single .row {
    margin: 0 5px;
  }
}

.gift {
  position: absolute;
  bottom: 0;
  right: 11.1%;
  width: 4.688%;
}
.gift img {
  width: 100%;
  height: auto;
}

.single .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.single .row::before, .single .row::after {
  display: none;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .single .row > *:nth-child(2n) {
    margin-left: 40px;
  }
  .single .row > *:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media ( max-width: 992px) {
  .single .row {
    gap: 20px;
  }
}

.single__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 450px;
  min-height: 424px;
  font-size: 0;
  border-radius: 20px;
  overflow: hidden;
}

.single-item__left {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 30px 20px;
  flex-grow: 1;
  background-color: #fff3cd;
}
@media ( max-width: 768px) {
  .single-item__left {
    padding: 20px 15px 25px;
    gap: 10px;
    flex-direction: column;
  }
}

.product-img {
  margin-top: 21px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media ( max-width: 768px) {
  .product-img {
    margin-top: 10px;
  }
  .product-img img {
    width: 80px;
    height: 80px;
    max-width: none;
  }
}
.product-img::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-50%);
  width: 50px;
  height: 38px;
  background: url(images/part-two/icon-hat.svg) no-repeat;
}
@media ( max-width: 768px) {
  .product-img::before {
    top: -19px;
    width: 40px;
    height: 29px;
  }
}

.product-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media ( max-width: 768px) {
  .product-content {
    text-align: center;
  }
}

.product-title {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
.product-title:hover, .product-title:focus {
  color: currentColor;
}
@media ( max-width: 768px) {
  .product-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.product-desc {
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #191919;
}
@media ( max-width: 1200px) {
  .product-desc {
    max-width: none;
    margin: 15px 0 0 0;
  }
}
@media ( max-width: 768px) {
  .product-desc {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}

.license {
  text-align: center;
}

.license-item {
  display: inline-block;
  position: relative;
  padding: 34px 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.license-item--lt, .license-item--md {
  border-right: 2px dashed #7e1afd;
}
.license-item--lt .license-discount {
  left: 0;
  right: auto;
  background-position: 13px center;
  border-radius: 0px 0px 38px 0px;
  -webkit-border-radius: 0px 0px 38px 0px;
  -moz-border-radius: 0px 0px 38px 0px;
  -ms-border-radius: 0px 0px 38px 0px;
  -o-border-radius: 0px 0px 38px 0px;
}
@media ( max-width: 498px) {
  .license-item--lt .license-discount {
    border-radius: 5px 0 20px 5px;
  }
}
@media ( min-width: 768px) {
  .license-item--md .license-discount {
    left: 50%;
    right: auto;
    background-position: 13px center;
    border-radius: 0px 0 38px 38px;
    -webkit-border-radius: 0px 0 38px 38px;
    -moz-border-radius: 0px 0 38px 38px;
    -ms-border-radius: 0px 0 38px 38px;
    -o-border-radius: 0px 0 38px 38px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.license-discount {
  position: absolute;
  right: 0;
  top: -10px;
  width: 126px;
  height: 36px;
  border-radius: 0px 0px 0 20px;
  background-color: #00eaa0;
  background-size: 73.3% auto;
  background-repeat: no-repeat;
  background-position: 28px center;
  overflow: visible;
}
@media ( max-width: 498px) {
  .license-discount {
    border-radius: 0 5px 5px 20px;
    top: -17px;
  }
}

.svg--text-stroke {
  margin-top: 3px;
  fill: #fbff4a;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
}
.svg--text-stroke text {
  text-anchor: middle;
}
.svg--text-stroke tspan {
  font-size: 20px;
}
.svg--text-stroke use {
  stroke: #3f0090;
  stroke-width: 5px;
  stroke-linejoin: round;
  text-anchor: middle;
}
@media ( max-width: 768px) {
  .svg--text-stroke use {
    stroke-width: 4px;
  }
}
.svg--text-stroke .text-stroke {
  fill: none;
  stroke: #3f0090;
  stroke-width: 5px;
  stroke-linejoin: round;
}
@media ( max-width: 768px) {
  .svg--text-stroke .text-stroke {
    stroke-width: 4px;
  }
}
.svg--text-stroke .text-fill {
  fill: #fbff4a;
  stroke: none;
}
.license-item--lt .svg--text-stroke {
  margin-left: -7px;
}
.license-item--rt .svg--text-stroke {
  margin-right: -10px;
}

.license-title {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
}
@media ( max-width: 768px) {
  .license-title {
    font-size: 16px;
  }
}

.license-price {
  font-family: HelveticaNeue;
  margin-top: 14px;
}
.license-price .discount {
  font-family: HelveticaNeue-Bold;
  color: #ff00f8;
  font-size: 34px;
}
.license-price .origin {
  font-family: HelveticaNeue;
  color: #191919;
  font-size: 20px;
  text-decoration: line-through;
  margin-left: 18px;
}
@media ( max-width: 768px) {
  .license-price .discount {
    margin-top: 14px;
    font-size: 28px;
  }
}
.license-price .origin {
  position: relative;
  bottom: 2px;
  font-size: 18px;
  vertical-align: text-bottom;
}
@media ( max-width: 768px) {
  .license-price .origin {
    margin-left: 10px;
    font-size: 16px;
  }
}

@media ( max-width: 768px) {
  .license__buy-group {
    margin-top: 14px;
  }
}
.license__buy-group .buy-now {
  margin: 20px auto;
}
@media ( max-width: 768px) {
  .license__buy-group .buy-now {
    margin: 8px auto;
    width: 135px;
    height: 45px;
    line-height: 45px;
    text-indent: 52px;
  }
  .license__buy-group .buy-now.mac {
    margin-top: 13px;
  }
}
@media ( max-width: 768px) {
  .license__buy-group .buy-now a {
    background-position: 20px center;
  }
}/*# sourceMappingURL=style.css.map */