@font-face {
  font-family: "Lexend Deca";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/LexendDeca-Regular.ttf"), url("./fonts/LexendDeca-Regular.ttf") format("ttf")
}

@font-face {
  font-family: "Spartan";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Spartan-Regular.ttf"), url("./fonts/Spartan-Regular.ttf") format("ttf")
}

@font-face {
  font-family: "Spartan";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Spartan-Medium.ttf"), url("./fonts/Spartan-Medium.ttf") format("ttf")
}

@font-face {
  font-family: "Spartan";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Spartan-Bold.ttf"), url("./fonts/Spartan-Bold.ttf") format("ttf")
}

* {
  margin: 0;
  padding: 0
}

body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-family: 'Lexend', sans-serif;
  outline: 0;
  vertical-align: baseline
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ul,
ul li {
  list-style-type: none
}

img {
  border: none
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden
}

.clearfix {
  zoom: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.all_wrap {
  max-width: 1920px;
  margin: 0 auto 0;
  font-family: 'Lexend', sans-serif;
}

.promotion_new .logo {
  display: block;
  width: 200px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/common/logo.svg) no-repeat center / cover;
  background-size: 200px;
  position: absolute;
  top: 12px;
  left: 130px;
}

.promotion_new .logo:hover {
  opacity: 0.8;
}

.promotion_new .title {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0 auto 0;
}

.promotion_new .banner_buy {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 55px;
  border: 2px solid #E80008;
  border-radius: 27px;
  display: block;
  margin: 19px auto 0;
  transition: all 0.3s ease;
}

.promotion_new .banner_buy.red {
  /* background: #F8000A; */
  box-shadow: inset -4px -7px 6px #D60000, 0px 9px 9px #A4000763;
  background-image: linear-gradient(0deg, #CE0000, #E90009 80%);
}

.promotion_new .banner_buy.red:hover {
  background-image: linear-gradient(0deg, #CE0000, #E90009 80%);
}

.promotion_new .banner_buy.red span {
  color: #fff;
}

.promotion_new .banner_buy:hover {
  background: #E80008;
  border-color: #E80008;
}

.promotion_new .banner_buy:hover span {
  transform: translate(-35%, -50%);
  color: #fff;
}

.promotion_new .banner_buy:hover img {
  opacity: 1;
  left: 29%;
  top: 50%;
}

.promotion_new .banner_buy span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  color: #E80008;
  transition: all 0.3s ease;
}

.promotion_new .banner_buy.isr-popup-btn {
  margin-top: 0;
}

.promotion_new .banner_buy.isr-popup-btn span {
  width: 60%;
}

.promotion_new .banner_buy.isr-popup-btn:hover img {
  left: 23%;
}

.promotion_new .banner_buy img {
  opacity: 0;
  position: absolute;
  left: 5%;
  top: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.promotion_new .banner {
  position: relative;
  box-sizing: border-box;
  padding: 105px 0 90px;
  width: 100%;
}

.promotion_new .banner .title {
  color: #1E1C2C;
  font-size: 38px;
  position: relative;
}

.promotion_new .banner .title span {
  padding: 2px 10px;
  background-color: #FFCC3E;
  border-radius: 25px;
}

.promotion_new .banner .title::after {
  content: '';
  display: block;
  position: absolute;
  width: 231px;
  height: 83px;
  right: 23.6%;
  top: -123%;
  background: url(../images/promotion_new/55.png) no-repeat center / cover;
}

.promotion_new .banner>h2 {
  font-size: 18px;
  font-weight: 400;
  color: #929090;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}

.promotion_new .banner .banner_ul {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 65px auto 0;
}

.promotion_new .banner .banner_ul>li {
  width: 385px;
  background: #F8F8F8;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 38px 36px 42px;
}

.promotion_new .banner .banner_ul>li.three {
  background: #fff;
  box-shadow: 0px 5px 20px #D0CDCA;
}

.promotion_new .banner .banner_ul .sale_percent {
  width: 99px;
  height: 54px;
  background: url(../images/promotion_new/percent_bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0% 0 0 4%;
  font-size: 13px;
  font-weight: 600;
  color: #D9842D;
  position: absolute;
  right: 10px;
  top: -6px;
}

.promotion_new .banner .banner_ul .sale_percent p {
  margin-top: -10px;
}

.promotion_new .banner .banner_ul .sale_percent p:nth-of-type(2) {
  line-height: 0.8;
}

.promotion_new .banner .banner_ul .sale_percent .big {
  font-size: 29px;
  font-weight: 600;
  color: #D9842D;
}

.promotion_new .banner .banner_ul .sale_percent span {
  display: block;
  transform: scale(0.8);
  transform-origin: left;
}

.promotion_new .banner .banner_ul .top_spec {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  top: -35px;
  z-index: -1;
  background-color: #2F2B47;
  border-radius: 12px;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 60px;
  padding-top: 7px;
}

.promotion_new .banner .banner_ul h3 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #1E1C2C;
}

.promotion_new .banner .banner_ul .price {
  font-size: 22px;
  font-weight: 500;
  color: #1E1C2C;
  margin: 0;
  margin-top: 13px;
  text-align: center;
}

.promotion_new .banner .banner_ul .price .big {
  font-size: 52px;
}

.promotion_new .banner .banner_ul .price .old {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
  color: #86858E;
}

.promotion_new .banner .banner_ul .price .gray {
  font-size: 12px;
  font-weight: 300;
  color: #86858E;
}

.promotion_new .banner .des_ul {
  margin: 25px auto 0;
  padding-left: 20px;
}

.promotion_new .banner .des_ul li {
  margin-top: 10px;
  position: relative;
}

.promotion_new .banner .des_ul li .notice {
  font-size: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  cursor: pointer;
  background: url(../images/promotion_new/notice.png) no-repeat center / cover;
}

.promotion_new .banner .des_ul li .hide_part {
  padding: 1px 3px;
  background-color: #515270;
  border-radius: 8px;
  height: 16px;
  width: 210px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  transform: scale(0.95);
  position: absolute;
  top: -20px;
  left: 4%;
  display: none;
}

.promotion_new .banner .des_ul li .hide_part:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #515270;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 43%;
  z-index: -1;
}

.promotion_new .banner .des_ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #514F5D;
  position: relative;
  display: flex;
  align-items: center;
}

.promotion_new .banner .des_ul li p::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/promotion_new/correct.png) no-repeat center / cover;
}

.promotion_new .banner .pay {
  display: flex;
  align-items: center;
  padding-left: 120px;
  max-width: 1200px;
  margin: 42px auto 0;
}

.promotion_new .banner .pay p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.promotion_new .banner .pay img {
  width: 434px;
  height: 42px;
}

.promotion_new .banner .icon_ul {
  display: flex;
  max-width: 1100px;
  align-items: center;
  justify-content: space-between;
  margin: 32px auto 0;
}

.promotion_new .banner .icon_ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promotion_new .banner .icon_ul li p {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.promotion_new .compare {
  position: relative;
  box-sizing: border-box;
  padding-top: 53px;
  background: #fafafa;
  min-height: 1100px;
}

.promotion_new .compare .versionTable {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  color: #000001;
  font-size: 14px;
  margin-top: 160px;
}

.promotion_new .compare .versionTable span {
  font-weight: 600;
}

.promotion_new .compare .buyPro span {
  font-weight: 600;
  width: 70%;
  left: 57%;
}

.promotion_new .compare .buyPro .banner_buy:hover img {
  left: 19%;
}

.promotion_new .compare .buyPro .banner_buy:hover span {
  transform: translate(-40%, -50%);
}

.promotion_new .compare .versionTable .versionDesc {
  float: left;
  width: calc(100% - 542px);
  border-top: 1px solid #ECE8F3;
  background-color: #FAFAFA;
}

.promotion_new .compare .versionTable .versionDesc ul {
  border-bottom: 1px solid #ECE8F3;
}

.promotion_new .compare .versionTable .versionDesc ul li {
  display: flex;
  align-items: center;
  height: 42px;
}

.promotion_new .compare .versionTable .versionDesc ul li img {
  margin-right: 8px;
  width: 26px;
}

.powerful-new {
  margin-left: 8px;
  display: inline-block;
  padding: 0 12px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background: #34F1A5;
  border-radius: 0px 10px 10px 0px;
  vertical-align: middle;
  color: #000;
}


.promotion_new .compare .versionTable .versionFree {
  float: left;
  width: 223px;
  position: relative;
  background-color: #FCFCFC;
  border-top: 1px solid transparent;
}

.promotion_new .compare .versionTable .versionFree b {
  color: #686666;
}

.promotion_new .compare .versionTable .versionFree .topTitle {
  width: 100%;
  height: 95px;
  font-size: 24px;
  color: #302D2D;
  background-color: #CFCECE;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  top: -95px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion_new .compare .versionTable .versionFree ul {
  border-bottom: 1px solid #ECE8F3;
}

.promotion_new .compare .versionTable .versionFree ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 14px;
}

.promotion_new .compare .versionTable .versionPro {
  float: left;
  width: 319px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-top: 1px solid transparent;
  border-radius: 0 0 8px 8px;
}

.promotion_new .compare .versionTable .versionPro b {
  color: #000;
}

.promotion_new .compare .versionTable .versionPro .banner_buy.red {
  margin-top: 0;
  margin-bottom: 7px;
  width: 260px;
}

.promotion_new .compare .versionTable .versionPro .topTitle {
  width: 100%;
  height: 95px;
  font-size: 30px;
  color: #fff;
  background-color: #2F2B47;
  font-weight: 600;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  position: absolute;
  top: -95px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion_new .compare .versionTable .versionPro ul {
  border-bottom: 1px solid #ECE8F3;
}

.promotion_new .compare .versionTable .versionPro ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 14px;
}

.promotion_new .tableIcon {
  width: 17px;
  height: 17px;
}

.promotion_new .red-yes {
  background: url(../images/promotion_new/red_check.png) no-repeat center / cover;
}

.promotion_new .gray-yes {
  background: url(../images/promotion_new/gray_check.png) no-repeat center / cover;
}

.promotion_new .gray-no {
  width: 16px;
  height: 16px;
  background: url(../images/promotion_new/close.png) no-repeat center / cover;
}

.promotion_new .up {
  width: 9px;
  height: 13px;
  margin-left: 3px;
  background: url(../images/promotion_new/up.png) no-repeat center / cover;
}

.promotion_new .media {
  position: relative;
  box-sizing: border-box;
  padding-top: 51px;
}

.promotion_new .media .media_img {
  display: block;
  margin: 63px auto 0;
}

.promotion_new .footer {
  width: 100%;
  background: #EBEBEB;
  position: relative;
  box-sizing: border-box;
  padding: 12px 0;
  margin-top: 50px;
}

.promotion_new .footer .wrap {
  width: 1200px;
  margin: 0 auto 0;
}

.promotion_new .footer .wrap .text {
  font-size: 14px;
  font-weight: 400;
  color: #000000B5;
}

.about {
  margin-top: 90px;
}

.about .title {
  margin-bottom: 40px
}

.about .about_box {
  position: relative
}

.about .about_box .left_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50px;
  top: 60%;
  background: url(../images/promotion_new/sprites_ic.png) no-repeat 0 -173px;
  cursor: pointer
}

.about .about_box .left_btn:not(.swiper-button-disabled) {
  background-position: 0 -221px
}

.about .about_box .right_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 50px;
  top: 60%;
  background: url(../images/promotion_new/sprites_ic.png) no-repeat -60px -173px;
  cursor: pointer
}

.about .about_box .right_btn:not(.swiper-button-disabled) {
  background-position: -61px -221px
}

.about .about_box .swiper-container {
  width: 834px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 auto;
  position: relative
}

.about .about_box .swiper-container .swiper-slide {
  width: 100%;
  display: flex
}

.about .about_box .swiper-container .swiper-slide .comment {
  width: 834px
}

.about .about_box .swiper-container .swiper-slide .comment .name {
  margin-top: 23px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #242427;
  line-height: 24px;
  text-align: center;
}

.about .about_box .swiper-container .swiper-slide .comment .main {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #777575;
  line-height: 30px
}

.about .about_box .swiper-container .swiper-slide .comment .star-four {
  width: 95px;
  height: 15px;
  background: url(../images/promotion_new/sprites_ic.png) no-repeat 0 -47px;
  margin: 0 auto
}

.about .about_box .swiper-container .swiper-slide .comment .star-five {
  width: 95px;
  height: 15px;
  background: url(../images/promotion_new/sprites_ic.png) no-repeat 0 -78px;
  margin: 0 auto
}

.page-wrapper {
  margin: 0 auto;
  width: 1200px;
}

.page-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}