* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Lexend;
}
.wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.purchaseofficial {
  width: 100%;
}
.banner {
  width: 100%;
  height: 798px;
  background: url(../purchaseofficial/banner_bg.png) no-repeat center center;
}
/* .banner::after {
  content: "";
  width: 1920px;
  height: 120px;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
} */
.banner .logo {
  margin-top: 25px;
  display: inline-block;
  position: relative;
  z-index: 9999;
}
.banner h1 {
  text-align: center;
  position: relative;
  top: -31px;
  left: -40px;
  color: transparent;
}
.banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.banner ul::after {
  position: absolute;
  content: "";
  width: 954px;
  height: 28px;
  background: url(../purchaseofficial/ul_shadow.png) no-repeat center center;
  margin: 24px 0 0 0;
}
.banner ul li {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 240px;
  height: 48px;
  background: #dbdbdb 0% 0% no-repeat padding-box;
  border-radius: 12px 12px 0px 0px;
  cursor: pointer;
  font: normal normal bold 18px/36px Lexend;
  letter-spacing: 0px;
  color: #ffffff;
  z-index: 1;
}
.banner ul li p {
  font: normal normal bold 18px/36px Lexend;
  margin-left: 25px;
}
.banner ul li:nth-of-type(2) p {
  margin-left: 33px;
}
.banner ul .discount44 {
  pointer-events: none;
}
.banner ul .discount44 p::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 23px;
  background: url(../purchaseofficial/off44_gray.png) no-repeat center center;
  margin: 7px 0 0 7px;
}
.banner ul .discount86 p::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 23px;
  background: url(../purchaseofficial/off86_gray.png) no-repeat center center;
  margin: 7px 0 0 7px;
}
.banner ul li.active {
  background: #ffefd3 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 20px #ffe7c6;
  border: 2px solid #ffc377;
}
.banner ul li.active p {
  color: #ff4200;
  font: normal normal bold 18px/36px Lexend;
}
.banner ul .discount86.active p::after {
  background: url(../purchaseofficial/off86.png) no-repeat center center;
}
.banner ul .discount44.active p::after {
  background: url(../purchaseofficial/off44.png) no-repeat center center;
}
.banner .content1 {
  width: 100%;
  position: relative;
  padding-top: 20px;
}
.banner .content1 > div {
  /* display: flex; */
  /* align-items: center; */
  justify-content: center;
  gap: 20px;
  margin-left: 55px;
  display: none;
}
.banner .content1 > div.on {
  display: block;
}
.banner .content1 > div > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 348px;
  height: 395px;
  background: transparent url(../purchaseofficial/year_bg65.png) 0% 0% no-repeat
    padding-box;
}
.banner .content1 .month .year65 {
  background: transparent url(../purchaseofficial/month_bg.png) 0% 0% no-repeat
    padding-box;
}
.banner .content1 > div .year65 {
  margin-top: 40px;
  margin-left: 223px;
}
.banner .content1 > div > div p {
  font: normal normal bold 18px/36px Lexend;
  letter-spacing: 0px;
  color: #252e44;
}
.banner .content1 > div > div p:nth-of-type(1) {
  padding: 20px 0 50px 0;
}
.banner .content1 .month > div p:nth-of-type(1) {
  padding: 20px 0 85px 0;
}
.banner .content1 > div > div p:nth-of-type(2) strong {
  font: normal normal bold 46px/36px Lexend;
}
.banner .content1 > div > div .price {
  color: #a8a8a8;
  font: normal normal normal 16px/24px Lexend;
}
.banner .content1 > div > div .price > span {
  margin-right: 8px;
}
.banner .content1 > div .year65 .buybtn_year65 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 54px;
  background: linear-gradient(92deg, #ff7709 0%, #ff570d 100%) 0% 0% no-repeat
    padding-box;
  box-shadow: 0px 5px 9px #feb498;
  border-radius: 8px;
  font: normal normal bold 18px/36px Lexend;
  color: #ffffff;
  margin-top: 30px;
}
.banner .content1 > div .year65 .buybtn_year65:hover {
  background: #ff8929 0% 0% no-repeat padding-box;
}
.banner .content1 > div .year86 {
  width: 483px;
  height: 530px;
  background: transparent url(../purchaseofficial/year_bg86.png) 0% 0% no-repeat
    padding-box;
  margin-right: 217px;
}
.banner .content1 > div .year86 p:nth-of-type(1) {
  padding: 70px 0 40px 0;
}
.banner .content1 > div .year86 .year86_del {
  position: absolute;
  margin-top: 45px;
  font: normal normal normal 14px/36px Lexend;
  color: #252e44;
}
.banner .content1 > div .year86 .buybtn_year86 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 54px;
  background: #fd0045 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 9px #feb498;
  border-radius: 8px;
  font: normal normal bold 18px/36px Lexend;
  color: #ffffff;
  margin-top: 30px;
}
.banner .content1 > div .year86 .buybtn_year86:hover {
  background: #ff6262 0% 0% no-repeat padding-box;
}
.banner .content1 > div .year86 .tag {
  position: absolute;
  width: 110px;
  height: 92px;
  background: transparent url(../purchaseofficial/redtag.png) 0% 0% no-repeat
    padding-box;
  margin: 38px 0 0 236px;
}
.banner .content1 > div .year86 .tag p {
  font: normal normal bold 17px/24px Lexend;
  color: #ffea00;
  padding: 0;
  transform: rotate(42deg);
  margin: 29px 0 0 33px;
}
.banner .content1 .month .year86 > p:nth-of-type(1) {
  padding: 60px 0 85px 0;
}
.banner .content1 .month .year86 .tag p {
  margin: 29px 0 0 28px;
}
/* freegift */
.banner .content1 .year .year86 .freegift {
  width: 308px;
  height: 70px;
  background: #d9ffdb 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 35px;
  gap: 10px;
}
.banner .content1 .year .year86 .freegift.soldout::after {
  content: "";
  width: 308px;
  height: 70px;
  background: transparent url(../purchaseofficial/soldout.png) 0% 0% no-repeat
    padding-box;
  position: absolute;
}
.banner .content1 .year .year86 .freegift p {
  font: normal normal normal 14px/24px Lexend;
  padding: 0;
}
.banner .content1 .year .year86 .freegift div .progress-container {
  width: 193px;
  height: 6px;
  border-radius: 4px;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.banner
  .content1
  .year
  .year86
  .freegift
  div
  .progress-container
  .progress-bar {
  height: 100%;
  background: transparent linear-gradient(270deg, #20aa2f 0%, #61c659 100%) 0%
    0% no-repeat padding-box;
  width: 100%;
  position: absolute;
  left: 0;
  /* transition: width 0.3s ease-out; */
}

.banner .content1 .year .year86 .freegift div .progress-text {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  font: normal normal normal 12px/24px Lexend;
  letter-spacing: 0px;
  color: #3bac44;
}

@keyframes progress {
  0% {
    width: 100%;
  }
  10% {
    width: 96%;
  }
  100% {
    width: 0%;
  }
}

/* section1 */
.section1 {
  text-align: center;
}
.section1 h1 {
  font: normal normal bold 52px/36px Lexend;
  color: #313131;
  margin-top: 50px;
}
.section1 .wrapper > p {
  font: normal normal normal 22px/36px Lexend;
  color: #363636;
  margin-top: 12px;
}
.section1 .wrapper .sec1 {
  width: 1250px;
  height: 409px;
  background: #f0f6ff 0% 0% no-repeat padding-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 52px auto 0;
}
.section1 .wrapper .sec1 div {
  width: 506px;
  text-align: left;
}
.section1 .wrapper .sec1 div dl {
  color: #313131;
}
.section1 .wrapper .sec1 div dl::after,
.section1 .wrapper .sec3 div dl::after {
  content: "";
  width: 506px;
  height: 0px;
  border: 1px solid #d0e2ff;
  position: absolute;
}
.section1 .wrapper .sec1 div dl dt {
  font: normal normal 600 32px/36px Lexend;
}
.section1 .wrapper .sec1 div dl dd,
.section1 .wrapper .sec3 dd {
  font: normal normal normal 16px/22px Lexend;
  margin: 23px 0 23px 0;
}
.section1 .wrapper .sec1 div p {
  font: normal normal bold 26px/36px Lexend;
  color: #1971fb;
}
.section1 .wrapper .sec1 div div {
  display: flex;
  gap: 347px;
  margin-top: 46px;
}
.section1 .wrapper .sec1 div div p span {
  font: normal normal normal 16px/22px Lexend;
  display: block;
  color: #313131;
}
.section1 .wrapper .sec2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 70px;
}
.section1 .wrapper .sec2 div {
  /* width: 555px; */
  width: 567px;
  text-align: left;
  color: #313131;
}
.section1 .wrapper .sec2 dt,
.section1 .wrapper .sec3 dt {
  font: normal normal 600 32px/36px Lexend;
}
.section1 .wrapper .sec2 dd {
  font: normal normal normal 16px/22px Lexend;
  margin: 20px 0 44px 0;
}
.section1 .wrapper .sec2 ul li {
  list-style: disc;
  margin-left: 21px;
  font: normal normal 600 20px/36px Lexend;
}
.section1 .wrapper .sec2 ul li span {
  font: normal normal normal 14px/36px Lexend;
  letter-spacing: 0px;
  color: #1971ff;
  display: block;
}
.section1 .wrapper .sec3 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 70px;
}
.section1 .wrapper .sec3 div {
  width: 555px;
  text-align: left;
  color: #313131;
}
.section1 .wrapper .sec3 div dl::after {
  width: 555px;
  border: 1px solid #c6c6c6;
}
.section1 .wrapper .sec3 div div {
  margin-top: 40px;
}
.section1 .wrapper .sec4 {
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1250px;
  height: 730px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 18px #00000019;
  border-radius: 12px;
}
.section1 .wrapper .sec4 .sec4_left {
  width: 555px;
}
.section1 .wrapper .sec4 .sec4_left h1 {
  font: normal normal 600 32px/36px Lexend;
  text-align: left;
  margin-top: 0px;
}
.section1 .wrapper .sec4 .sec4_left div {
  margin-top: 48px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 78px;
  grid-row-gap: 38px;
}
.section1 .wrapper .sec4 .sec4_left dl dt {
  font: normal normal 600 20px/36px Lexend;
  display: flex;
  width: 255px;
}
.section1 .wrapper .sec4 .sec4_left dl dt img {
  margin-right: 10px;
}
.section1 .wrapper .sec4 .sec4_left dl dd {
  width: 211px;
  margin-top: 14px;
  font: normal normal normal 16px/22px Lexend;
  color: #8e8e8e;
}
.section1 .wrapper .sec4 .sec4_right {
  width: 450px;
  height: 545px;
  background: transparent url(../purchaseofficial/sec4_right.png) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 12px 24px #b0d1e272;
  border: 3px solid #3dfebe;
  border-radius: 10px;
}
.section1 .wrapper .sec4 .sec4_right img {
  margin-top: 18px;
}
.section1 .wrapper .sec4 .sec4_right p {
  font: normal normal bold 32px/59px Lexend;
  color: #252e44;
  margin-top: 25px;
}
.section1 .wrapper .sec4 .sec4_right p strong {
  font: normal normal bold 75px/59px Lexend;
}
.section1 .wrapper .sec4 .sec4_right a {
  width: 304px;
  height: 54px;
  background: #fd0045 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 9px #feb498;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 65px auto 0;
  font: normal normal bold 18px/36px Lexend;
  color: #ffffff;
  cursor: pointer;
}
.section1 .wrapper .sec4 .sec4_right a:hover {
  background: #ff6262 0% 0% no-repeat padding-box;
}
.section1 .wrapper .sec4 .sec4_right span {
  font: normal normal 600 16px/36px Lexend;
  color: #2c2c2c;
  margin-top: 20px;
}
.review {
  margin-top: 160px;
}
.review h1 {
  margin: 90px auto 0;
  text-align: center;
  font: normal normal bold 52px/36px Lexend;
  color: #313131;
}
.review > p {
  text-align: center;
  font: normal normal normal 22px/36px Lexend;
  color: #363636;
  margin: 18px 0 103px 0;
  font-weight: 500;
}
.review .content {
  position: relative;
  width: 1130px;
  height: 301px;
  margin: 0 auto;
  background: transparent url(../purchaseofficial/review-bg.png) 0% 0% no-repeat
    padding-box;
}

.review .content > span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 110px;
  cursor: pointer;
  background: url(../purchaseofficial/prev.png);
  opacity: 0.3;
}

.review .content > span.prev {
  left: 50px;
}

.review .content > span.next {
  right: 50px;
  background-position: -55px 0px;
}

.review .content > span:hover {
  background-position: 0px -55px;
}

.review .content > span.next:hover {
  background-position: -55px -55px;
}

.review .content .message {
  width: 820px;
  float: left;
  margin-left: 153px;
  margin-top: -50px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.review .content .message .roll {
  width: 6888px;
}

.review .content .message dl {
  float: left;
  width: 820px;
}
.review .content .message dl dt img {
  border: 3px #d5d5d5 solid;
  border-radius: 50%;
}
.review .content .message h3 {
  margin-top: 35px;
  font: normal normal bold 16px/36px Lexend;
  letter-spacing: 0px;
  color: #000000;
}

.review .content .message p {
  margin-top: 35px;
  font-weight: 500;
  font: normal normal normal 14px/26px Lexend;
  color: #000000;
}

.review .content .message h4 {
  margin-top: -3px;
  font: normal normal 16px/36px Lexend;
  font-weight: 500;
  color: #0054ff;
}
.bottom {
  width: 100%;
  height: 238px;
}
.bottom .bottom-main {
  width: 1170px;
  margin: 0 auto;
  padding: 50px 0;
}
.bottom .bottom-main ul {
  display: flex;
  justify-content: space-between;
}
.bottom .bottom-main ul li {
  margin-right: 6px;
  width: 300px;
  height: 120px;
  background: #ecebef;
  border-radius: 4px;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .bottom-main ul li img {
  margin-bottom: 9px;
}
.bottom .bottom-main ul li p {
  font: normal normal bold 12px/24px Lexend;
  color: #8e8b9d;
}
.bottom .bottom-main > p {
  font: normal normal medium 16px/24px Spartan;
  color: #8e8b9d;
  text-align: center;
  margin-top: 33px;
}
.purchaseofficial .popbg {
  background: rgba(26, 26, 26, 0.88);
}
.purchaseofficial .pop-content {
  width: 641px;
  height: 389px;
  padding-top: 30px;
  box-sizing: border-box;
  background: url(./img_pop_up_bg.png) no-repeat center/cover;
}
.purchaseofficial .pop-content h4 {
  margin-top: 0px;
  color: #4e3718;
  font-size: 19px;
  font-weight: 500;
}
.purchaseofficial .pop-content .save {
  background: url(./save_bg.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  width: 285px;
  height: 31px;
  color: #f5601d;
}
.purchaseofficial .pop-content .mprice {
  margin-top: 24px;
}
.purchaseofficial .pop-content .mprice .price {
  color: #1e1c2c;
  font-size: 22px;
  font-weight: 600;
}
.purchaseofficial .pop-content .mprice .price span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.purchaseofficial .pop-content .mprice .pricebefore {
  color: #8e8b9d;
  font-weight: 400;
}
.purchaseofficial .pop-content .p1 {
  color: #8e8b9d;
  margin-top: 14px;
  font-size: 14px;
}
.purchaseofficial .pop-content .btn {
  background: linear-gradient(274deg, #ff235f 0%, #ffb70e 100%) 0% 0% no-repeat
    padding-box;
  box-shadow: 0px 13px 24px #ff430880;
  border: 2px solid #fbeb04c4;
  border-radius: 28px;
}
.purchaseofficial .pop-content .btn:hover {
  background: linear-gradient(274deg, #ffb70e 0%, #ff235f 100%) 0% 0% no-repeat
    padding-box;
}
.purchaseofficial .pop-content .close {
  top: 57px;
  right: 97px;
}
