@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  outline: 0;
  vertical-align: baseline;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  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: "";
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}

.all-icons {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
}
.right {
  background: url(../images/right.png) no-repeat;
}
.wrong {
  background: url(../images/wrong.png) no-repeat;
}
/* price */

.price {
  height: 63px;
  font-size: 22px;
  font-weight: 900;
  line-height: 63px;
  text-align: center;
}

.price big {
  font-size: 46px;
}

.price del {
  font-size: 16px;
  font-weight: 700;
  color: #a2a2a2;
}

.price .red {
  color: #ec2513;
  font-weight: 900;
}

/* save */

.save {
  text-align: center;
}

.save span {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 20px;
  padding: 0 7px;
  line-height: 18px;
  background: url("../images/tag.png") 0 0 no-repeat;
}

/* buybtn */

.buybtn {
  display: block;
  width: 244px;
  height: 47px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  background: #ff631f;
  -webkit-box-shadow: 0 10px 15px 0.75px rgba(10, 53, 7, 0.39);
  box-shadow: 0 5px 12px 0.75px rgba(227, 69, 0, 0.39);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.buybtn:hover {
  background: #ffb321;
}

/* banner */

.banner {
  min-width: 1100px;
  height: 825px;
  background: url("../images/banner-bg.jpg") top center no-repeat;
  overflow: hidden;
}

/* logo */

.banner .logo {
  display: block;
  z-index: 9;
  position: absolute;
  top: -13px;
  left: 0;
  width: 35px;
  height: 12px;
  text-indent: -9999px;
  background: url("../images/logo.svg") center no-repeat;
}

/* title */

.banner h1 {
  width: 615px;
  height: 206px;
  background: url(../images/banner-title.png) no-repeat;
  margin: 0 auto;
}

.banner h2 {
  font: normal normal 600 23px/32px League Spartan;
  letter-spacing: 3.92px;
  color: #0f87ce;
  text-shadow: 1px 1px 0px #ffffff;
  text-transform: capitalize;
  text-align: center;
  margin-top: -52px;
}

/* countdown */

.banner .countdown {
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
}

.banner .countdown strong {
  display: inline-block;
  font-weight: 900;
  color: #333333;
  margin: 0 5px;
}

/* content */

.banner .content {
  position: relative;
  width: 100%;
  margin: 80px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* offer */

.banner .content .offer {

  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* type */

.banner .content .offer .type {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  font-weight: lighter;
  color: #fff;
  margin-top: -18px;
}

.banner .content .offer .type-add {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* price */

.banner .content .offer .price {
  height: auto;
  font-size: 14px;
  margin: 22px 0 0 0;
  line-height: 14px;
  font-weight: normal;
  color: #666666;
}
.banner .content .offer.small .price {
  margin: -13px 0 0 0;
}
.banner .content .offer .price .origin {
  width: 280px;
  margin: 35px auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .content .offer.small .price .origin,
.banner .content .offer.small .price .offprice,
.banner .content .offer.small .price .total {
  width: 255px;
}

.banner .content .offer .price .offprice {
  width: 280px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.banner .content .offer .price .offprice::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 80px;
  width: 319px;
  height: 1px;
  background: url(../images/banner-line.png) no-repeat;
}

.banner .content .offer .price .cdown {
  width: 303px;
  height: 24px;
  margin: 27px auto 30px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffe7d4;
  border-radius: 10px;
  font-weight: 900;
  color: #666666;
}

.banner .content .offer .price .cdown p:nth-of-type(1) {
  color: #333333;
  font: normal normal normal 14px/17px Lato;
}

.banner .content .offer .price .block {
  width: 280px;
  height: 38px;
}

.banner .content .offer .price .total {
  width: 280px;
  margin: 0 auto 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-weight: 900;
}

/* buybtn */

.banner .content .offer .buybtn {
  margin: 11px auto 0;
}

/* large */

.banner .content .large {
  position: relative;
  width: 433px;
  height: 490px;
  background: url(../images/large-bg.png) center no-repeat;
}

.banner .content .large .box {
  position: relative;
  width: 100%;
}

.banner .content .large .box > img {
  display: block;
  margin: 0 auto;
  margin-top: -48px;
}

.banner .content .large .box::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 1px;
  width: 176px;
  height: 89px;
  background: url("../images/86off.png") 0 0 no-repeat;
}

.banner .content .large .box.extra::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 11px;
  width: 162px;
  height: 72px;
  background: url("../images/86off.png") 0 0 no-repeat;
}

.banner .content .large .box > p > b {
  font-size: 62px;
}
.banner .content .offer.small.soldout {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.banner .content .offer.small.soldout::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 261px;
  height: 119px;
  top: 128px;
  left: 60px;
  background: url(https://purchase.iobit.com/2025/asc/junesaleit/images/esaurito.png) center no-repeat;
}
.banner .content .offer.small.soldout:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 34px;
  width: 317px;
  height: 416px;
  border-radius: 10px;
  z-index: 1;
  background: #fff;
  opacity: 0.6;
}
.banner .content .large.soldout {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.banner .content .large.soldout:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -56px;
  left: -9px;
  width: 414px;
  height: 556px;
  background: url("../images/banner-soldout.png") center no-repeat;
}

@keyframes stamp {
  form {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* small */

.banner .content .small {

  width: 391px;
  height: 414px;
  background: url(../images/small-bg.png) center no-repeat;
}
.banner .content .small.right {
  left: inherit;
  right: 134px;
}
.banner .content .small .box {
  position: relative;
  width: 100%;
}

.banner .content .small .box > img {
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}

.banner .content .small .box::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -11px;
  width: 162px;
  height: 72px;
  background: url("../images/65off.png") 0 0 no-repeat;
}
.banner .content .small.right .box::after {
  display: none;
}
.banner .content .small .type {
  color: #000000;
  margin-top: -3px;
}

.banner .content .small .buybtn {
  background: #fff;
  border: 2px solid #ff631f;
  color: #ff631f;
  box-shadow: none;
}
.banner .content .offer.large .price .offprice::before {
  content: "-86%";
  width: 54px;
  height: 19px;
  background: #3d98ff 0% 0% no-repeat padding-box;
  font: normal normal bold 16px/19px Lato;
  color: #fafafa;
  position: absolute;
  left: 73px;
}

.banner .content .offer.small .price .offprice::after {
  top: 59px;
  width: 290px;
}
.banner .content .offer.small.right .price .offprice::after {
  top: 40px;
}
/* product-list */
.product-list {
  padding-top: 68px;
  /* font-family: "Lato"; */
}
.product-list .wrapper {
  width: 1200px;
  min-width: 1200px;
}
.product-list h2 {
  font-size: 34px;
  font-weight: 900;
  color: #3e4050;
  text-align: center;
}
.product-list h2 span {
  color: #eb2629;
}

.product-list .list_three {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  font-family: "Lexend";
}

.product-list .list_three .three_box {
  width: 385px;
  height: 378px;
  background: #fffaf3 0% 0% no-repeat padding-box;
  border: 1px solid #f8e4c9;
  border-radius: 10px;
  padding: 116px 34px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-list .list_three .three_box img {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -25px;
}

.product-list .list_three .three_box h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.product-list .list_three .three_box h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #878787;
}

.product-list .list_three .three_box > ul {
  margin: 10px 0px 18px 10px;
}
.product-list .list_three .three_box > ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}
.product-list .list_three .three_box > ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  margin-left: -7px;
  margin-top: 9px;
}
.product-list .list_three .three_box .buybtn {
  margin-top: 5px;
}

.product-list .list_three .three_box .item-tag {
  margin: 7px 0px;
}
.product-list .price strong {
  font-size: 27px;
  font-weight: bold;
}

.product-list .price strong big {
  font-size: 45px;
}

.product-list .price del {
  font-size: 24px;
  font-weight: 500;
  color: #878787;
}
.product-list .list_three .three_box:nth-of-type(2) {
  padding: 116px 14px 0px;
}
.product-list .list_three .three_box:nth-of-type(2) .price,
.product-list .list_three .three_box:nth-of-type(3) .price {
  margin-top: 21px;
}

/* revive */
.revive .wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.revive {
  box-sizing: border-box;
  height: 871px;
  padding-top: 82px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.revive h2 {
  font-size: 34px;
  font-weight: bold;
  color: #3e4050;
  text-align: center;
}

.revive .revive_main {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 54px;
  padding-left: 64px;
}

.revive .revive_main li {
  position: relative;
}

.revive .revive_main li:nth-of-type(2n-1) {
  margin-right: 220px;
}

.revive .revive_main li img {
  margin-left: -15px;
}

.revive .revive_main li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222827;
  margin-top: -4px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.revive .revive_main li h4 span {
  width: 69px;
  height: 15px;
  border: 1px solid #ff3e0e;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #fe6029;
  padding-left: 5px;
  line-height: 14px;
  margin-left: 8px;
}

.revive .revive_main li p {
  width: 423px;
  font-size: 14px;
  font-weight: 400;
  color: #45464b;
  line-height: 24px;
}
.revive .revive_main li.revive1 {
  left: -62px;
}
.revive .revive_main li.revive2 {
  top: -11px;
}

.revive .revive_main li.revive3 {
  top: 54px;
  left: -119px;
}

.revive .revive_main li.revive3 p {
  width: 335px;
}

.revive .revive_main li.revive4 {
  top: 30px;
  left: 170px;
}

.revive .revive_main li.revive4 p {
  width: 330px;
}

.revive .revive_main li.revive5 {
  top: 100px;
  left: -43px;
}

.revive .revive_main li.revive6 {
  top: 162px;
  left: -251px;
}

.revive .revive_main li.revive6 p {
  width: 368px;
}

.revive .revive_main li.revive7 {
  top: -124px;
  left: 785px;
}

.revive .computer_img {
  width: 577px;
  height: 525px;
  position: absolute;
  top: 268px;
  left: 50%;
  transform: translateX(-55%);
  background: url(../images/computer_bg.png) no-repeat center;
  z-index: -1;
}

.revive .computer_img .pointer {
  position: absolute;
  top: 191px;
  left: 279px;
  transform-origin: 24px 46px;
  transform: rotate(-74deg);
  transition: all ease-out 1s;
}

.revive .computer_img .full_box {
  width: 101px;
  height: 54px;
  position: absolute;
  top: 185px;
  left: 255px;
  overflow: hidden;
  transform-origin: center bottom;
  transition: all ease-out 1s;
  transform: rotate(-10deg);
}

.revive .computer_img .full_box img {
  position: absolute;
  transform-origin: center bottom;
  transform: rotate(-180deg);
  transition: all ease-out 1s;
}

.revive .computer_img.on .pointer {
  transform: rotate(110deg);
}

.revive .computer_img.on .full_box img {
  transform: rotate(0deg);
}

.revive.on .computer_img img {
  transform: rotate(115deg);
}

.down {
  height: 25px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.down img {
  width: 26px;
  height: 25px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -13px;
  animation: move 0.5s alternate infinite ease-in-out;
}

@keyframes move {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(10px);
  }
}

/* comparison */

.comparison {
  position: relative;
  margin: 40px auto;
}

.comparison table {
  width: 105%;
}

.comparison table thead th {
  height: 65px;
}

.comparison table thead th.pro {
  font-size: 26px;
  text-align: left;
  text-indent: 78px;
  color: #fff;
  background: #486ffe;
  border-left: 2px solid #486ffe;
  border-right: 2px solid #486ffe;
}

.comparison table thead th.free {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #90909c;
}

.comparison table thead th.pro,
.comparison table tbody td.pro {
  width: 698px;
}

.comparison table thead th.space,
.comparison table tbody td.space {
  width: 22px;
}

.comparison table thead th.free,
.comparison table tbody td.free {
  width: 380px;
}

.comparison table tbody td {
  height: 47px;
}

.comparison table tbody td.pro {
  font-size: 16px;
  border-bottom: 1px solid #ead7d1;
  background: #ffffff;
  border-left: 2px solid #486ffe;
  border-right: 2px solid #486ffe;
  box-shadow: 0px 16px 22px #486ffe57;
}
.comparison table tbody td.last {
  border-bottom: 2px solid #486ffe;
}
.comparison table tbody td.free {
  text-align: center;
  border-bottom: 1px solid #e3e3e4;
  background: #ececfe;
}

.comparison table i {
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

.comparison table tbody td.pro i {
  margin: 0 20px 0 34px;
}

/* review */

.review {
  min-width: 1100px;
  height: 888px;
  background: url("../images/review-bg.jpg") top center no-repeat;
}

.review h2 {
  padding-top: 126px;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.review h2 b {
  display: inline-block;
  height: 42px;
  font-size: 42px;
  font-weight: 900;
  color: #f1750c;
}

.review .content {
  position: relative;
  width: 100%;
  margin: 197px 0 0 0;
}

/* point */

.review .content .point {
  position: relative;
  width: 100%;
}

.review .content .point > span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(255, 117, 0, 0.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.review .content .point > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgba(255, 114, 0, 1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.review .content .point > span.span0 {
  top: 135px;
  left: 35px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

.review .content .point > span.span1 {
  top: 118px;
  left: 50px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span2 {
  top: 112px;
  left: 61px;
  -webkit-animation: largest 1.5s ease-in-out infinite 0.1s;
  animation: largest 1.5s ease-in-out infinite 0.1s;
}

.review .content .point > span.span3 {
  top: 37px;
  left: 100px;
  -webkit-animation: larger 1s linear infinite 0.2s;
  animation: larger 1s linear infinite 0.2s;
}

.review .content .point > span.span4 {
  top: 93px;
  left: 111px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

.review .content .point > span.span5 {
  top: 101px;
  left: 141px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span6 {
  top: 99px;
  left: 185px;
  -webkit-animation: smaller 1s linear infinite 0.3s;
  animation: smaller 1s linear infinite 0.3s;
}

.review .content .point > span.span7 {
  top: 113px;
  left: 209px;
  -webkit-animation: smaller 1s linear infinite 0.15s;
  animation: smaller 1s linear infinite 0.15s;
}

.review .content .point > span.span8 {
  top: 219px;
  left: 210px;
  -webkit-animation: larger 1s linear infinite 0.15s;
  animation: larger 1s linear infinite 0.15s;
}

.review .content .point > span.span9 {
  top: 85px;
  left: 464px;
  -webkit-animation: smallest 1s ease-in-out infinite;
  animation: smallest 1s ease-in-out infinite;
}

.review .content .point > span.span10 {
  top: 124px;
  left: 469px;
  -webkit-animation: smaller 1s linear infinite 0.1s;
  animation: smaller 1s linear infinite 0.1s;
}

.review .content .point > span.span11 {
  top: 113px;
  left: 489px;
  -webkit-animation: smaller 1s linear infinite 0.3s;
  animation: smaller 1s linear infinite 0.3s;
}

.review .content .point > span.span12 {
  top: 107px;
  left: 505px;
  -webkit-animation: largest 1s ease-in-out infinite;
  animation: largest 1s ease-in-out infinite;
}

.review .content .point > span.span13 {
  top: 60px;
  left: 524px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span14 {
  top: 82px;
  left: 570px;
  -webkit-animation: smallest 1s ease-in-out infinite 0.15s;
  animation: smallest 1s ease-in-out infinite 0.15s;
}

.review .content .point > span.span15 {
  top: 112px;
  left: 574px;
  -webkit-animation: larger 1s linear infinite 0.3s;
  animation: larger 1s linear infinite 0.3s;
}

.review .content .point > span.span16 {
  top: 102px;
  left: 584px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span17 {
  top: 128px;
  left: 599px;
  -webkit-animation: smaller 1s linear infinite;
  animation: smaller 1s linear infinite;
}

.review .content .point > span.span18 {
  top: 250px;
  left: 616px;
  -webkit-animation: largest 1s ease-in-out infinite;
  animation: largest 1s ease-in-out infinite;
}

.review .content .point > span.span19 {
  top: 117px;
  left: 678px;
  -webkit-animation: larger 1s linear infinite 0.3s;
  animation: larger 1s linear infinite 0.3s;
}

.review .content .point > span.span20 {
  top: 192px;
  left: 891px;
  -webkit-animation: larger 1s linear infinite 0.15s;
  animation: larger 1s linear infinite 0.15s;
}

.review .content .point > span.span21 {
  top: 50px;
  left: 925px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

.review .content .point > span.span22 {
  top: 94px;
  left: 947px;
  -webkit-animation: smaller 1s linear infinite 0.3s;
  animation: smaller 1s linear infinite 0.3s;
}

.review .content .point > span.span23 {
  top: 102px;
  left: 958px;
  -webkit-animation: larger 1s linear infinite 0.1s;
  animation: larger 1s linear infinite 0.1s;
}

.review .content .point > span.span24 {
  top: 134px;
  left: 995px;
  -webkit-animation: larger 1s linear infinite 0.2s;
  animation: larger 1s linear infinite 0.2s;
}

.review .content .point > span.span25 {
  top: 90px;
  left: 1043px;
  -webkit-animation: larger 1s linear infinite;
  animation: larger 1s linear infinite;
}

/* dl */

.review .content dl {
  position: absolute;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.review .content dl.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.review .content dl dt {
  float: left;
  width: 10px;
  margin: 0;
}

.review .content dl dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 101px;
  height: 12px;
  background: url("../images/arrow-shadow.png") center no-repeat;
}

.review .content dl dt .line {
  width: 100%;
  background-image: url("../images/line.png");
  background-position: 0 0;
}

.review .content dl dt .arrow {
  display: block;
  width: 13px;
  height: 24px;
  margin-left: -6px;
  background: url("../images/arrow.png") center no-repeat;
}

.review .content dl dd {
  float: left;
  position: relative;
  margin: -2px 0 0 23px;
  padding: 2px 14px 7px 26px;
  text-align: left;
  border: 1px solid #d6dae2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 7px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}

.review .content dl.five dd {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.review .content dl.on dd {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.review .content dl dd > h4 {
  font-size: 14px;
  font-weight: 900;
  line-height: 33px;
}

.review .content dl dd > p {
  font-size: 12px;
  line-height: 16px;
  color: #939393;
}

.review .content dl dd > img {
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
}

/* one */

.review .content dl.one {
  top: -95px;
  left: 111px;
}

.review .content dl.one dt {
  height: 172px;
}

.review .content dl.one dt .line {
  height: 148px;
}

/* two */

.review .content dl.two {
  top: 39px;
  left: 178px;
}

.review .content dl.two dt {
  height: 102px;
}

.review .content dl.two dt .line {
  height: 78px;
}

/* three */

.review .content dl.three {
  top: 132px;
  left: 236px;
}

.review .content dl.three dt {
  height: 118px;
}

.review .content dl.three dt .line {
  height: 94px;
}

/* four */

.review .content dl.four {
  top: -122px;
  left: 620px;
}

.review .content dl.four dt {
  height: 226px;
}

.review .content dl.four dt .line {
  height: 202px;
}

/* five */

.review .content dl.five {
  top: 230px;
  left: auto;
  right: -34px;
}

.review .content dl.five dt {
  float: right;
  height: 124px;
}

.review .content dl.five dt .line {
  height: 100px;
  background-position: -10px 0;
}

.review .content dl.five dt .arrow {
  display: block;
  width: 13px;
  height: 24px;
  margin-left: 3px;
  background: url(../images/arrow.png) center no-repeat;
}

.review .content dl.five dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: auto;
  right: -101px !important;
  width: 101px;
  height: 12px;
  background: url(../images/arrow-shadow.png) center no-repeat;
}

.review .content dl.five dd {
  float: right;
  margin: -2px 23px 0 0;
  padding: 2px 26px 7px 14px;
}

.review .content dl.five dd > img {
  display: block;
  position: absolute;
  top: -2px;
  left: auto;
  right: -20px;
}

@keyframes larger {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes largest {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  30% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  40% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  60% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes smaller {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes smallest {
  0%,
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
}

/* bottombuy */

.bottombuy {
  min-width: 1100px;
  height: 412px;
  background: url("../images/bottombuy-bg.jpg") top center no-repeat;
}

.bottombuy h2 {
  font: normal normal bold 34px/41px Lato;
  color: #fafafa;
  text-align: center;
  padding-top: 41px;
}
.bottombuy h2 span {
  color: #ffeb37;
}
.bottombuy .content {
  position: relative;
  width: 1124px;
  height: 248px;
  margin: 43px auto 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bottombuy .content::after {
  content: "";
  background: url("../images/sale_86.png") bottom center no-repeat;
  width: 175px;
  height: 177px;
  position: absolute;
  margin: -111px 0 0 -980px;
}
.bottombuy .content .box {
  display: block;
  float: left;
  margin-left: 75px;
}
.bottombuy .content .tag82 {
  width: 174px;
  height: 174px;
  position: absolute;
  margin: -109px 0 0 -981px;
}
.bottombuy .content dl {
  float: left;
  width: 482px;
  margin: 17px 0 0 -70px;
}

.bottombuy .content dl dt {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.bottombuy .content dl dd {
  margin-top: 10px;
}
.bottombuy .price {
  height: 55px;
  line-height: 55px;
}

.bottombuy .price big {
  font-size: 40px;
}

.bottombuy .buybtn {
  width: 244px;
  height: 47px;
  margin: 3px auto 0;
  font-size: 18px;
  line-height: 47px;
}

.bottombuy .content.soldout:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: -16px;
  left: -14px;
  width: 1140px;
  height: 266px;
  background: url("../images/bottombuy-soldout.png?t=5") center no-repeat;
}
.bottombuy .content.soldout:after {
  opacity: 0;
}

/* .bottombuy .content.soldout:after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 16px;
  left: 257px;
  width: 315px;
  height: 143px;
  background: url("../images/soldout02.png?t=332") center no-repeat;
  -webkit-animation: stamp 0.5s ease 1;
  animation: stamp 0.5s ease 1;
} */

/* service */

.service {
  height: 353px;
}

.service .payment {
  display: block;
  margin: 60px auto 0;
}

.service dl {
  float: left;
  width: 25%;
  margin-top: 59px;
}

.service dl.one {
  padding-right: 45px;
}

.service dl.two {
  padding-right: 0;
}

.service dl.three {
  padding-left: 50px;
}

.service dl.four {
  padding-left: 90px;
}

.service dl dt {
  line-height: 57px;
  text-align: center;
}

.service dl dt img {
  vertical-align: middle;
}

.service dl dd {
  margin-top: 13px;
  text-align: center;
}

.service dl dd h3 {
  font-size: 16px;
  line-height: 26px;
}

.service dl dd p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #939393;
}

/* footer */

.footer {
  min-width: 1100px;
  height: 142px;
  padding-top: 22px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #939393;
  background: #e7e9ed;
}

.footer .copyright {
  font-size: 14px;
  margin-top: 14px;
}
.popbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.6);
}

.popbg.on {
  z-index: 9998;
  opacity: 1;
  transform: scale(1);
}

.pop-warp {
  position: fixed;
  width: 878px;
  height: 684px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: url(../images/pop_bg.png);
  box-sizing: border-box;
  padding: 0;
  font-family: Lexend;
}

.pop-warp.on {
  z-index: 9999;
  opacity: 1;
  transform: scale(1);
}

.pop-warp .pop_cont {
  position: relative;
  padding-top: 188px;
  width: 660px;
  margin-left: 114px;
}

.pop-warp .close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 20px;
  top: 125px;
  cursor: pointer;
  z-index: 120;
  background: rgba(172, 168, 167, 0.5);
}

.pop-warp .close img {
  display: block;
  width: 100%;
  height: 100%;
}

.pop-warp .close:hover {
  background: #aca8a7;
}

.pop-warp .title {
  text-align: center;
}

.pop-warp .title p {
  font-size: 14px;
  font-weight: 500;
}

.pop-warp .title h3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  color: #ff0034;
}

.pop-warp .pro_box {
  margin-top: 22px;
  display: flex;
  justify-content: left;
  gap: 12px;
  padding-left: 44px;
  align-items: center;
}

.pop-warp .right-message {
  width: 265px;
}

.pop-warp .right-message .price_box p,
.pop-warp .right-message .price_box ul,
.pop-warp .right-message .price_box div {
  padding: 0px 10px;
}

.pop-warp .right-message .price_box p,
.pop-warp .right-message .price_box ul {
  border-bottom: 2px solid #cb7c7c30;
}

.pop-warp .right-message .price_box p {
  font-size: 14px;
  color: #e1abab;
  font-weight: 600;
  padding-bottom: 7px;
}

.pop-warp .right-message .price_box ul {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pop-warp .right-message .price_box ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop-warp .right-message .price_box ul li span {
  font-size: 12px;
  font-weight: 600;
}

.pop-warp .right-message .price_box ul li span.green {
  color: #4aaf68;
}

.pop-warp .right-message .price_box ul li.extra {
  position: relative;
  left: -10px;
  width: 265px;
  padding: 0px 10px;
  height: 22px;
  background: #ff5744 0% 0% no-repeat padding-box;
  color: #fff;
}

.pop-warp .right-message .price_box .total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.pop-warp .right-message .price_box .total span {
  font-size: 16px;
  font-weight: 600;
}

.pop-warp .right-message .price_box .total span:last-of-type {
  font-size: 18px;
  font-weight: bold;
}

.pop-warp .right-message > p {
  font-size: 10px;
  color: #b85e04;
  text-align: center;
}

.pop-warp .buybtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent
    linear-gradient(180deg, #ff7d7d 0%, #ff5353 41%, #fb3655 54%, #df0026 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #ff00006e;
  border: 2px solid #ff5347;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 265px;
  height: 42px;
  margin: 10px auto;
  text-decoration: none;
}
.pop-warp .buybtn:hover {
  background: transparent
    linear-gradient(180deg, #ffb2b2 0%, #ff5353 57%, #ff042f 100%) 0% 0%
    no-repeat padding-box;
}
