@charset "UTF-8";
@font-face {
  font-family: "Protest-Strike";
  src: url("./fonts/Protest-Strike/ProtestStrike-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main::before, .main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.main::before {
  left: 0;
  width: 375px;
  height: 1594px;
  background: url("./images/main-left-icon.png") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 1840px) {
  .main::before {
    width: 262.5px;
    height: 1115.8px;
  }
}
@media (max-width: 1420px) {
  .main::before {
    width: 204.4px;
    height: 140px;
    background: url("./images/main-left-m.png") no-repeat center center;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .main::before {
    width: 146px;
    height: 100px;
  }
}
.main::after {
  right: 0;
  width: 375px;
  height: 718px;
  background: url("./images/main-right-icon.png") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 1840px) {
  .main::after {
    width: 262.5px;
    height: 502.6px;
  }
}
@media (max-width: 1420px) {
  .main::after {
    width: 204.4px;
    height: 140px;
    background: url("./images/main-right-m.png") no-repeat center center;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .main::after {
    width: 146px;
    height: 100px;
  }
}

.main-content {
  position: relative;
  background-color: #1A1B1F;
}
@media (min-width: 1520px) {
  .main-content .container {
    width: 1200px;
    padding: 0;
  }
}

.main-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
@media (max-width: 1519px) {
  .main-bg {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .main-bg {
    display: none;
  }
}

.common-h2 {
  position: relative;
  display: inline-block;
  padding: 11px 50px;
  color: #201810;
  text-align: center;
  background: #D4772A;
}
@media (max-width: 767px) {
  .common-h2 {
    padding: 8px 33px;
  }
}
.common-h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  font-family: "Protest-Strike";
}
@media (max-width: 767px) {
  .common-h2 span {
    font-size: 28px;
    line-height: 29px;
  }
}
@media (max-width: 479px) {
  .common-h2 span {
    font-size: 24px;
    line-height: 25px;
  }
}
.common-h2 .sp-font-stroke {
  display: inline-block;
  vertical-align: middle;
  color: #F8F3E3;
  text-align: center;
  font-family: "Protest-Strike";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
}
@media (max-width: 767px) {
  .common-h2 .sp-font-stroke {
    font-size: 28px;
    line-height: 29px;
  }
}
@media (max-width: 479px) {
  .common-h2 .sp-font-stroke {
    font-size: 24px;
    line-height: 25px;
  }
}
.common-h2 .h2-triangle-icon {
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 24px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 21px) 0, 100% 50%, calc(100% - 21px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 21px) 0, 100% 50%, calc(100% - 21px) 100%, 0 100%);
  background: linear-gradient(89deg, #D4772A 0%, #D4772A calc(100% - 26px), #1A1B1F calc(100% - 26px)); /* 控制三角颜色 */
}
@media (max-width: 767px) {
  .common-h2 .h2-triangle-icon {
    width: 15px;
    -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
    background: linear-gradient(89deg, #D4772A 0%, #D4772A calc(100% - 18px), #1A1B1F calc(100% - 26px)); /* 控制三角颜色 */
  }
}
.common-h2 .h2-triangle-after {
  left: auto;
  right: -1px;
  transform: rotate(180deg);
}
.common-h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -36px;
  top: -29px;
  display: block;
  width: 74px;
  height: 68px;
  background: url("./images/title-big-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .common-h2::before {
    left: -22px;
    top: -19px;
    width: 46px;
    height: 43px;
  }
}
.common-h2::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -16px;
  bottom: -25px;
  display: block;
  width: 53px;
  height: 49px;
  background: url("./images/title-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .common-h2::after {
    right: -9px;
    bottom: -16px;
    width: 33px;
    height: 30px;
  }
}

.common-price {
  margin: 15px 0;
  color: #FC7200;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .common-price {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .common-price {
    margin: 12px 0;
    font-size: 32px;
    line-height: 32px;
  }
}
.common-price span {
  color: #201810;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
  vertical-align: bottom;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .common-price span {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .common-price span {
    font-size: 14px;
    line-height: 20px;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background-color: #1A1B1F;
}
@media (max-width: 991px) {
  .banner {
    height: auto;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 22vw;
  }
}
@media (max-width: 479px) {
  .banner {
    padding-bottom: 0;
    height: 423px;
  }
}
@media (max-width: 479px) {
  .banner .container {
    padding: 0;
  }
}
@media (max-width: 374px) {
  .banner .container {
    padding: 0 5px;
  }
}
.banner .license__countdown {
  position: relative;
  margin: 36px auto 0;
  display: flex;
  justify-content: center;
  font-family: Helvetica;
  max-width: 350px;
}
@media (max-width: 767px) {
  .banner .license__countdown {
    margin: 0 auto;
    transform: scale(0.7);
  }
}
@media (max-width: 479px) {
  .banner .license__countdown {
    display: none;
  }
}
.banner .license__countdown .countdown-item {
  position: relative;
  text-align: center;
}
.banner .license__countdown .countdown-item:not(:last-child) {
  margin-right: 35px;
}
.banner .license__countdown .countdown-item:not(:last-child) .value::after {
  position: absolute;
  top: 0;
  right: -21px;
  display: block;
  content: "";
  width: 7.5px;
  height: 47.5px;
  background: url("./images/banner/countdown-dot.png") no-repeat center center;
  background-size: auto 100%;
}
.banner .license__countdown .countdown-item .value {
  position: relative;
  margin-top: 4px;
  padding: 10px 12px;
  margin-top: 0;
  color: #F8F3E3;
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  border-radius: 6px;
  border-bottom: 3.624px solid #563513;
  background: #C55622;
}
.banner .license__countdown .countdown-item .label {
  margin: 8px 0 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  color: #201810;
  font-size: 17px;
  line-height: 1;
  font-family: Helvetica;
  font-weight: 400;
  opacity: 0.86;
}

.banner-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 1921px) {
  .banner-bg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .banner-bg {
    top: 0;
    max-width: unset;
    width: auto;
    height: 100%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 479px) {
  .banner-bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .banner-bg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 375px) {
  .banner-bg {
    width: auto;
    height: 100%;
  }
}

.banner-icon {
  position: absolute;
}
@media (max-width: 479px) {
  .banner-icon {
    display: none;
  }
}

.banner-left-icon {
  bottom: 90px;
  left: calc(50% - 717px);
}
@media (max-width: 1440px) {
  .banner-left-icon {
    left: 10px;
    width: 20%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .banner-left-icon {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .banner-left-icon {
    bottom: 0;
  }
}

.banner-right-icon {
  bottom: 114px;
  right: calc(50% - 759px);
}
@media (max-width: 1440px) {
  .banner-right-icon {
    right: 10px;
    width: 20%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .banner-right-icon {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .banner-right-icon {
    bottom: 0;
  }
}

.banner-top-icon {
  top: 0;
  right: calc(50% - 708px);
}
@media (max-width: 1440px) {
  .banner-top-icon {
    width: 12%;
    height: auto;
    right: 10px;
  }
}

.container {
  position: relative;
}

.banner-text {
  display: block;
  margin: 84px auto 0;
  width: 876.5px;
  height: auto;
}
@media (max-width: 1440px) {
  .banner-text {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .banner-text {
    margin: 60px auto 0;
  }
}
@media (max-width: 479px) {
  .banner-text {
    width: 327px;
  }
}
@media (max-width: 375px) {
  .banner-text {
    width: 87%;
  }
}

.banner-title {
  margin: 36.5px auto 0;
  max-width: 934px;
  height: auto;
}
@media (max-width: 1199px) {
  .banner-title {
    margin: 20px auto 0;
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .banner-title {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .banner-title {
    margin: 11px auto 0;
    width: 365px;
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .banner-title {
    width: 100%;
  }
}
.banner-title img {
  width: 100%;
  height: auto;
}

.banner-tips {
  margin: 0 auto;
  color: #563513;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media (max-width: 479px) {
  .banner-tips {
    margin-top: 12px;
    font-size: 18px;
  }
}

.special-super {
  position: relative;
  padding: 51px 0 53px;
  text-align: center;
}
@media (max-width: 479px) {
  .special-super {
    padding: 53px 0 30px;
  }
}
.special-super .common-h2 {
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
}
.special-super .common-h2 .sp-font-stroke {
  margin-right: 10px;
}
@media (max-width: 479px) {
  .special-super .common-h2 .sp-font-stroke {
    margin-right: 5px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .special-super .common-h2 {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .special-super .common-h2 {
    padding: 8px 30px;
    z-index: 2;
    width: 75%;
    max-width: 280px;
    top: -29px;
    background: url("./images/title-bg.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .special-super .common-h2 .h2-triangle-icon {
    display: none;
  }
}
@media (min-width: 1520px) {
  .special-super .container {
    width: 1278px;
    padding: 0;
  }
}
.special-super .super-box {
  padding: 34px 160px 88px 80px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 642px;
  background: url("./images/special-super/super-bg.png") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 1519px) {
  .special-super .super-box {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .special-super .super-box {
    padding: 75px 101px 123px 44px;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .special-super .super-box {
    padding: 40px 44px 79px 44px;
    flex-direction: column;
    background: url("./images/special-super/super-bg-m.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
@media (max-width: 479px) {
  .special-super .super-box {
    padding: 44px 28px 63px;
  }
}
.special-super .super-left {
  max-width: 614px;
}
@media (min-width: 992px) and (max-width: 1519px) {
  .special-super .super-left {
    max-width: 54%;
  }
}
@media (max-width: 767px) {
  .special-super .super-left {
    max-width: 100%;
  }
}
.special-super .super-left .super-item-box {
  display: flex;
  position: relative;
}
.special-super .super-left .super-item-box:not(:last-of-type) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .special-super .super-left .super-item-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.special-super .super-left .super-item-box:first-of-type .super-item:first-of-type, .special-super .super-left .super-item-box:last-of-type .super-item:first-of-type {
  position: relative;
}
.special-super .super-left .super-item-box:first-of-type .super-item:first-of-type::after, .special-super .super-left .super-item-box:last-of-type .super-item:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 52px;
  height: 25px;
  background-color: #f8f3e3;
}
@media (max-width: 767px) {
  .special-super .super-left .super-item-box:first-of-type .super-item:first-of-type::after, .special-super .super-left .super-item-box:last-of-type .super-item:first-of-type::after {
    right: -20px;
    width: 20px;
  }
}
@media (max-width: 479px) {
  .special-super .super-left .super-item-box:first-of-type .super-item:first-of-type::after, .special-super .super-left .super-item-box:last-of-type .super-item:first-of-type::after {
    height: 15px;
  }
}
.special-super .super-left .super-item-box:nth-child(2) .super-item {
  position: relative;
}
.special-super .super-left .super-item-box:nth-child(2) .super-item::before, .special-super .super-left .super-item-box:nth-child(2) .super-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 48px;
  background-color: #f8f3e3;
}
@media (max-width: 767px) {
  .special-super .super-left .super-item-box:nth-child(2) .super-item::before, .special-super .super-left .super-item-box:nth-child(2) .super-item::after {
    height: 20px;
  }
}
@media (max-width: 479px) {
  .special-super .super-left .super-item-box:nth-child(2) .super-item::before, .special-super .super-left .super-item-box:nth-child(2) .super-item::after {
    width: 15px;
  }
}
.special-super .super-left .super-item-box:nth-child(2) .super-item::before {
  top: -48px;
}
@media (max-width: 767px) {
  .special-super .super-left .super-item-box:nth-child(2) .super-item::before {
    top: -20px;
  }
}
.special-super .super-left .super-item-box:nth-child(2) .super-item::after {
  bottom: -48px;
}
@media (max-width: 767px) {
  .special-super .super-left .super-item-box:nth-child(2) .super-item::after {
    bottom: -20px;
  }
}
.special-super .super-left .super-item-box .super-item:not(:last-of-type) {
  margin-right: 52px;
}
@media (max-width: 1199px) {
  .special-super .super-left .super-item-box .super-item:not(:last-of-type) {
    margin-right: 42px;
  }
}
@media (max-width: 767px) {
  .special-super .super-left .super-item-box .super-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.special-super .super-left .super-item {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  width: 281px;
  box-sizing: border-box;
  text-align: left;
  padding: 20px;
  border-radius: 6px;
  background: #F8F3E3;
}
@media (min-width: 1200px) and (max-width: 1519px) {
  .special-super .super-left .super-item {
    width: calc(50% - 26px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-super .super-left .super-item {
    padding: 15px;
    width: calc(50% - 21px);
  }
}
@media (max-width: 991px) {
  .special-super .super-left .super-item {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .special-super .super-left .super-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .special-super .super-left .super-item {
    padding: 10px 5px 10px 10px;
  }
}
@media (max-width: 374px) {
  .special-super .super-left .super-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .special-super .super-left .super-item > img {
    max-width: 45px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 479px) {
  .special-super .super-left .super-item > img {
    max-width: 35px;
    width: 35px;
    height: 35px;
  }
}
.special-super .super-left .super-item span {
  display: inline-block;
  margin-left: 16px;
  color: #201810;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1199px) {
  .special-super .super-left .super-item span {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .special-super .super-left .super-item span {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .special-super .super-left .super-item span {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .special-super .super-left .super-item span {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.special-super .arrow-icon {
  margin: 0 16px 0 20px;
}
@media (max-width: 1199px) {
  .special-super .arrow-icon {
    margin: 0 12px 0 15px;
  }
}
@media (max-width: 991px) {
  .special-super .arrow-icon {
    transform: rotate(90deg);
    width: 30px;
    height: 46px;
  }
  .special-super .arrow-icon img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 479px) {
  .special-super .arrow-icon {
    margin: 13px;
  }
}
.special-super .super-right {
  position: relative;
  padding: 10px;
  width: 340px;
  min-height: 416px;
  text-align: center;
  border-radius: 6px;
  background-color: #F8F3E3;
}
@media (max-width: 1199px) {
  .special-super .super-right {
    width: 40%;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .special-super .super-right {
    width: 100%;
  }
}
.special-super .super-right .super-right-box {
  padding: 25px;
  border-radius: 6px;
  border: 1px dashed #201810;
}
@media (max-width: 1199px) {
  .special-super .super-right .super-right-box {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .special-super .super-right .super-right-box {
    padding: 25px;
  }
}
@media (max-width: 479px) {
  .special-super .super-right .super-right-box {
    padding: 18px 19px;
  }
}
.special-super .super-right img {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .special-super .super-right img {
    margin: 0 0 11px;
    width: 40px;
    height: auto;
  }
}
.special-super .super-right h3 a {
  margin: 0;
  color: #201810;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 479px) {
  .special-super .super-right h3 a {
    font-size: 14px;
  }
}
.special-super .super-right .discount {
  position: absolute;
  top: -48px;
  right: -11px;
  padding: 43px 18px 0;
  width: 101px;
  height: 115px;
  background: url("./images/special-super/save-bg.png") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .special-super .super-right .discount {
    top: -38px;
  }
}
@media (max-width: 767px) {
  .special-super .super-right .discount {
    padding: 32px 12px 0;
    width: 71.25px;
    height: 81px;
  }
}
.special-super .super-right .discount span,
.special-super .super-right .discount svg {
  display: block;
  color: #201810;
  text-align: center;
  font-family: "Protest-Strike";
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .special-super .super-right .discount span,
.special-super .super-right .discount svg {
    font-size: 16px;
  }
}
.special-super .super-right .discount span:last-of-type,
.special-super .super-right .discount svg:last-of-type {
  font-size: 29px;
}
@media (max-width: 767px) {
  .special-super .super-right .discount span:last-of-type,
.special-super .super-right .discount svg:last-of-type {
    font-size: 20px;
  }
}
.special-super .super-right .discount span:first-of-type,
.special-super .super-right .discount svg:first-of-type {
  padding-left: 9px;
}
@media (max-width: 767px) {
  .special-super .super-right .discount span:first-of-type,
.special-super .super-right .discount svg:first-of-type {
    padding-left: 7px;
  }
}
.special-super .super-right .btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.special-super .super-right .btn-group.mac .buy-win {
  order: 2;
}
.special-super .super-right .btn-group.mac .buy-mac {
  order: 1;
}
.special-super .super-right .buy-now {
  margin-bottom: 15px;
  width: 199px;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  border-radius: 10px;
  background: #F96137;
}
.special-super .super-right .buy-now:hover, .special-super .super-right .buy-now:focus {
  background-color: #ce370f;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 479px) {
  .special-super .super-right .buy-now {
    margin-bottom: 10px;
    width: 175px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
  }
}
.special-super .super-right .buy-now::before {
  content: "";
  margin-top: -2px;
  margin-right: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.special-super .super-right .buy-win::before {
  background: url("./images/icon-win.svg") no-repeat;
}
.special-super .super-right .buy-mac::before {
  background: url("./images/icon-mac.svg") no-repeat;
}
.special-super .super-right .tips {
  color: #201810;
  font-size: 14px;
  line-height: 1;
}

.special-single {
  padding: 80px 0 70px;
  text-align: center;
}
@media (max-width: 479px) {
  .special-single {
    padding: 30px 0;
  }
}
.special-single .common-h2 {
  margin-bottom: 45px;
}
@media (max-width: 479px) {
  .special-single .common-h2 {
    margin-bottom: 34px;
  }
}
.special-single .common-h2 .h2-triangle-icon {
  width: 40px;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  background: linear-gradient(90deg, #D4772A 0%, #D4772A calc(100% - 45px), #1A1B1F calc(100% - 45px)); /* 控制三角颜色 */
}
@media (max-width: 767px) {
  .special-single .common-h2 .h2-triangle-icon {
    width: 15px;
    -webkit-clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
    background: linear-gradient(89deg, #D4772A 0%, #D4772A calc(100% - 18px), #1A1B1F calc(100% - 26px)); /* 控制三角颜色 */
  }
}
.special-single .single-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px 24px;
}
@media (max-width: 479px) {
  .special-single .single-box {
    gap: unset;
  }
}
.special-single .single-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 580px;
  border-radius: 6px;
  border: 8px solid #D4772A;
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(44, 53, 48, 0.14);
}
@media (min-width: 992px) and (max-width: 1519px) {
  .special-single .single-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 479px) {
  .special-single .single-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .special-single .single-item .single-item-top img {
    margin-bottom: 10px;
    max-width: unset;
    width: 50px;
    height: 50px;
  }
}
.special-single .single-item-top {
  display: flex;
  align-items: center;
  padding: 30px 35px 20px;
  background-color: #fff;
}
@media (max-width: 479px) {
  .special-single .single-item-top {
    flex-direction: column;
    padding: 30px 15px 20px;
  }
}
.special-single .single-item-top .single-item-msg {
  margin-left: 25px;
  text-align: left;
}
@media (max-width: 479px) {
  .special-single .single-item-top .single-item-msg {
    margin-left: 0;
    text-align: center;
  }
}
.special-single .single-item-top .single-item-msg a {
  display: block;
  padding-right: 30px;
  margin-bottom: 5px;
  color: #201810;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 479px) {
  .special-single .single-item-top .single-item-msg a {
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.special-single .single-item__bottom {
  background-color: #F8F3E3;
}
.special-single .single-item-desc {
  color: #201810;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 479px) {
  .special-single .single-item-desc {
    font-size: 14px;
  }
}
.special-single .license {
  display: flex;
  text-align: center;
  margin-top: auto;
}
@media (max-width: 479px) {
  .special-single .license {
    flex-direction: column;
  }
}
.special-single .license-item {
  display: inline-block;
  position: relative;
  padding: 35px 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1199px) {
  .special-single .license-item {
    padding: 20px 5px;
    width: 100%;
  }
}
.special-single .license-item--lt, .special-single .license-item--md {
  border-right: 1px dashed #1A1B1F;
}
@media (max-width: 479px) {
  .special-single .license-item--lt, .special-single .license-item--md {
    border-right: none;
    border-bottom: 1px dashed #1A1B1F;
  }
}
.special-single .license-title {
  font-size: 18px;
  font-weight: bold;
  color: #201810;
}
@media (max-width: 767px) {
  .special-single .license-title {
    font-size: 16px;
  }
}

.single-discount {
  position: absolute;
  top: -28px;
  right: -5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-discount {
    right: -21px;
  }
}
@media (max-width: 767px) {
  .single-discount {
    transform: scale(0.8);
    top: -40px;
    right: -13px;
  }
}
@media (max-width: 479px) {
  .single-discount {
    transform: scale(0.75);
    top: -19px;
    right: -10px;
  }
}
.single-discount span,
.single-discount svg {
  color: #201810;
  text-align: center;
  font-family: "Protest-Strike";
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.single-discount span:last-of-type,
.single-discount svg:last-of-type {
  font-size: 20px;
  line-height: 1;
}

.buy-btn-group,
.buy-btn-group-v1 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  .buy-btn-group,
.buy-btn-group-v1 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.buy-btn-group .buy-now,
.buy-btn-group-v1 .buy-now {
  display: block;
  margin: 0 auto;
  width: 199px;
  height: 52px;
  line-height: 52px;
  border-radius: 10px;
  background-color: #F96137;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 479px) {
  .buy-btn-group .buy-now,
.buy-btn-group-v1 .buy-now {
    margin: 0;
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
  }
}
.buy-btn-group .buy-now:focus, .buy-btn-group .buy-now:hover,
.buy-btn-group-v1 .buy-now:focus,
.buy-btn-group-v1 .buy-now:hover {
  text-decoration: none;
  background-color: #ce370f;
}
.buy-btn-group .buy-now::before,
.buy-btn-group-v1 .buy-now::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
@media (max-width: 479px) {
  .buy-btn-group .buy-now::before,
.buy-btn-group-v1 .buy-now::before {
    margin-top: -4px;
    margin-left: 7px;
  }
}
.buy-btn-group .buy-now.buy-win::before,
.buy-btn-group-v1 .buy-now.buy-win::before {
  width: 32px;
  height: 32px;
  background: url("./images/icon-win.svg") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 479px) {
  .buy-btn-group .buy-now.buy-win::before,
.buy-btn-group-v1 .buy-now.buy-win::before {
    width: 23px;
    height: 23px;
  }
}
.buy-btn-group .buy-now.buy-mac::before,
.buy-btn-group-v1 .buy-now.buy-mac::before {
  width: 32px;
  height: 32px;
  background: url("./images/icon-mac.svg") no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 479px) {
  .buy-btn-group .buy-now.buy-mac::before,
.buy-btn-group-v1 .buy-now.buy-mac::before {
    width: 23px;
    height: 23px;
  }
}
.buy-btn-group .text-btn,
.buy-btn-group-v1 .text-btn {
  display: block;
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.buy-btn-group .text-btn::before,
.buy-btn-group-v1 .text-btn::before {
  display: none;
}
.buy-btn-group.win .buy-win,
.buy-btn-group-v1.win .buy-win {
  order: 1;
}
.buy-btn-group.win .buy-mac,
.buy-btn-group-v1.win .buy-mac {
  order: 2;
}
.buy-btn-group.mac .buy-win,
.buy-btn-group-v1.mac .buy-win {
  order: 2;
}
.buy-btn-group.mac .buy-mac,
.buy-btn-group-v1.mac .buy-mac {
  order: 1;
}

.buy-btn-group-v1.win .buy-win {
  order: 1;
}
.buy-btn-group-v1.win .buy-mac {
  order: 2;
  margin-top: 13px;
}
.buy-btn-group-v1.mac .buy-win {
  order: 2;
  margin-top: 13px;
}
.buy-btn-group-v1.mac .buy-mac {
  order: 1;
}

.accept-payment {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .accept-payment {
    padding-bottom: 30px;
  }
}
.accept-payment .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .accept-payment .row {
    padding: 0 15px;
    flex-direction: column;
  }
}
.accept-payment .accept-payment-label {
  margin-right: 20px;
  color: #F8F3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
}
@media (max-width: 480px) {
  .accept-payment .accept-payment-label {
    font-size: 14px;
  }
}
.accept-payment .accept-img {
  display: flex;
}
@media (max-width: 768px) {
  .accept-payment .accept-img {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .accept-payment .accept-img {
    margin-top: 20px;
    padding: 0 15px;
    gap: 6.5px;
  }
}
.accept-payment .accept-img img {
  margin-right: 16px;
  width: auto;
  height: 44.5px;
}
@media (max-width: 1520px) {
  .accept-payment .accept-img img {
    height: 33.5px;
  }
}
@media (max-width: 768px) {
  .accept-payment .accept-img img {
    height: auto;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .accept-payment .accept-img img {
    width: 59px;
  }
}
.accept-payment .accept-img img:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .accept-payment .accept-img img:last-of-type {
    margin-bottom: 0;
  }
}

.footer-support-v1 {
  background-color: transparent;
}
.footer-support-v1 .item-box {
  display: flex;
  padding: 80px 0 82px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .footer-support-v1 .item-box {
    padding: 30px 0 105px;
    flex-direction: column;
  }
}
.footer-support-v1 .item {
  width: 31.7%;
  margin-right: 30px;
  float: none;
  padding: 15px 32px;
}
@media (max-width: 991px) {
  .footer-support-v1 .item {
    margin-right: 15px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .footer-support-v1 .item {
    width: 100%;
    margin-right: 0;
  }
  .footer-support-v1 .item:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .footer-support-v1 .item {
    padding: 15px;
  }
  .footer-support-v1 .item:first-of-type {
    margin-top: 0;
  }
}
.footer-support-v1 .item:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer-support-v1 .item:last-of-type {
    margin-bottom: 0;
  }
}
.footer-support-v1 .item h3 {
  padding-top: 24px;
  padding-bottom: 8px;
  color: #F8F3E3;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 480px) {
  .footer-support-v1 .item h3 {
    padding-top: 12px;
    padding-bottom: 4px;
    font-size: 18px;
  }
}
.footer-support-v1 .item p {
  color: #F8F3E3;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 480px) {
  .footer-support-v1 .item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-support-v1 .img img {
  width: auto;
  height: 70px;
}
@media (max-width: 480px) {
  .footer-support-v1 .img img {
    width: auto;
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */