body,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h6,
html,
input,
ol,
p,
ul,
li,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.3;
  font-family: "PT Sans", sans-serif;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
body {
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
del {
  text-decoration: line-through;
  color: #999;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.s-fc-org {
  color: #999;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-dib {
  display: inline-block;
  vertical-align: middle;
}
header {
  z-index: 999;
  background: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
header .container {
  margin: auto;
  width: 100%;
  height: 60px;
  max-width: 1300px;
  color: #000000;
}
header .container:lang(de),
header .container:lang(es),
header .container:lang(fr),
header .container:lang(it) {
  max-width: 1400px;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header img {
  vertical-align: middle;
  display: inline-block;
}
header .slider-nav {
  display: flex;
}
header .slider-nav li {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #000000;
  border: 1px solid transparent;
}
header .slider-nav li:hover {
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #111111;
}
header .slider-nav li a {
  color: #000000;
}
header .slider-nav li::after {
  content: "";
  display: block;
  width: 1%;
  height: 2px;
  background: 0 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .slider-nav li.active {
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #111111;
}
header .slider-nav li.active a {
  position: relative;
}
header .slider-nav li.active a::before {
  position: absolute;
  left: 0px;
  bottom: -18px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 1272px) {
  header ul:lang(es),
  header ul:lang(it) {
    display: none;
  }
  header li {
    margin: 0 10px;
  }
}
@media (max-width: 1024px) {
  .slider-nav {
    display: none;
  }
}
.timeout {
  min-height: 77px;
}
.countdown {
  text-align: center;
  min-width: 303px;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0px;
}
.countdown span {
  width: 29px;
  height: 50px;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/entry/bg-TIME@2x.png") no-repeat;
  background-size: 100% 100%;
}
.countdown-x {
  display: inline-block;
}
.countdown > div {
  display: inline-block;
  padding: 0;
  width: 88px;
}
.countdown > div > div {
  width: 100%;
  display: flex;
  gap: 2px;
  vertical-align: middle;
}
.countdown > div > divdiv:nth-child(1) span:nth-child(1) {
  width: 38px;
}
.countdown .d {
  display: none;
}
.countdown i {
  display: none;
  font-size: 20px;
  height: 40px;
  color: #646464;
  line-height: 25px;
  margin: 0 4px;
  line-height: 54px;
  font-style: normal;
  font-weight: 700;
}
.countdown i:nth-last-child(1) {
  display: none;
}
.countdown i {
  opacity: 0;
}
.countdown .h + i,
.countdown .min + i,
.countdown .s + i {
  display: inline-block;
}
.countdown span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  width: 45%;
}
.countdown p {
  vertical-align: bottom;
  text-align: center;
  color: #b3b3b3;
  margin: 0;
  font-size: 12px;
  padding: 0;
  font-weight: 400;
  margin-left: 3px;
  line-height: 1;
}
.countdown .countdownImg {
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/2022-flash-sale/number.png) no-repeat;
  width: 30px;
  height: 38px;
  background-position-y: 10px;
}
.countdown .countdownImg0 {
  background-position-x: 7px;
}
.countdown .countdownImg1 {
  background-position-x: -70px;
}
.countdown .countdownImg2 {
  background-position-x: -135px;
}
.countdown .countdownImg3 {
  background-position-x: -205px;
}
.countdown .countdownImg4 {
  background-position-x: -275px;
}
.countdown .countdownImg5 {
  background-position-x: -345px;
}
.countdown .countdownImg6 {
  background-position-x: -415px;
}
.countdown .countdownImg7 {
  background-position-x: -485px;
}
.countdown .countdownImg8 {
  background-position-x: -555px;
}
.countdown .countdownImg9 {
  background-position-x: -625px;
}
.title-box h2 {
  padding: 0 28px;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 46px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.title-box h2:lang(it) {
  font-size: 35px;
}
.title-box .desc {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
}
.title-box .two-title {
  max-width: 1120px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/title-bg@2x.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.bnr {
  padding: 130px 0 147px;
  text-align: center;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/banner-bg.png") no-repeat;
  background-size: 100% 100%;
}
.bnr .text {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
  .bnr {
    padding: 50px 0;
    background-size: 100% 100%;
  }
  .title-box .two-title {
    height: auto;
    text-align: center;
  }
  .best-sale::after {
    background: none !important;
  }
  .best-sale-info .btn {
    width: 100% !important;
  }
  .coupons-box .discount-code {
    width: auto !important;
  }
}
.best {
  padding: 0px 0 84px 0;
  background: #F3FCFF;
}
.best-sale {
  position: relative;
  max-width: 1280px;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/kuang-bg@2x.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 24px;
  padding: 64px 40px;
  margin: 60px 0;
}
.best-sale::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 110px;
  height: 100%;
  top: 0;
  right: 0;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg-right@2x.png") no-repeat;
  background-size: 100% 100%;
}
.best-sale-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best-sale-tit {
  position: absolute;
  left: 50%;
  top: 23px;
  transform: translate(-50%, -50%);
  display: inline-block;
  min-width: 240px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  background: #0BAAC2;
  border-radius: 0px 0px 12px 12px;
}
.best-sale-text {
  width: 56.7%;
}
.best-sale-text .item {
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
}
.best-sale-text .item-2:not(:last-child) {
  margin-bottom: 16px !important;
}
.best-sale-text .item:not(:last-child) {
  margin-bottom: 4px;
}
.best-sale-text .item-txt h4 {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  margin-right: 5px;
}
.best-sale-text .item-txt .support {
  font-size: 12px;
  color: #000000;
}
.best-sale-text .item-txt .ms {
  font-size: 12px;
  color: #888888;
}
.best-sale-text .item .price {
  color: #000000;
  white-space: nowrap;
  margin-left: 20px;
  text-decoration: line-through;
}
.best-sale-info {
  width: 40%;
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
}
.best-sale-info .prd-img {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.best-sale-info .discount {
  position: absolute;
  right: calc(50% - 33px);
  bottom: 50px;
  width: 63px;
  height: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.7;
  background: linear-gradient(-90deg, #ffc89c 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.best-sale-info .discount span {
  font-size: 20px;
}
.best-sale-info .discount-off {
  font-size: 24px;
}
.best-sale-info .discount-off:lang(it) {
  font-size: 16px;
}
.best-sale-info .prd-price {
  color: #FF4000;
  font-weight: 600;
  margin-bottom: 6px;
}
.best-sale-info .prd-price .sym,
.best-sale-info .prd-price .decimal {
  font-size: 24px;
  color: #FF4000;
}
.best-sale-info .prd-price .integer {
  font-size: 40px;
}
.best-sale-info .prd-price del {
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.best-sale-info .btn {
  display: inline-block;
  width: 280px;
  height: 60px;
  background: #FF5900;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0px 4px 10px 0px rgba(90, 5, 9, 0.3);
  color: #fff;
  line-height: 1;
  padding: 13px 0;
  margin-bottom: 32px;
}
.best-sale-info .btn .bought-num {
  font-size: 12px;
  font-weight: 40;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}
.best-sale-info .btn .bought-num::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: url(https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/icon-bought.svg) no-repeat;
  vertical-align: -2px;
}
.best-sale-info .btn:hover {
  box-shadow: 0px 6px 15px 0px rgba(90, 5, 9, 0.4);
  background: #BE5015;
}
.best-sale-tech .best-sale-text .item {
  padding: 10px 24px;
}
.best-sale-tech .best-sale-tit {
  background: #0894DF;
  border-radius: 0px 0px 12px 12px;
}
.best-sale-tech .item-txt .ms {
  position: relative;
  padding-left: 10px;
}
.best-sale-tech .item-txt .ms::before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .best {
    background-size: cover;
  }
  .best-sale-text,
  .best-sale-info {
    width: 100%;
    margin-top: 20px;
  }
  .best-sale-cont {
    flex-direction: column;
  }
  .best .best-sale-info .discount {
    line-height: 1;
    font-size: 18px;
    line-height: 0.8;
    bottom: 28px;
  }
  .best .best-sale-info .discount span {
    font-size: 15px;
  }
}
.gifts {
  padding: 120px 0;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg2-GIFT@2x.png") no-repeat;
  background-size: cover;
}
.gifts-sale {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 80px;
}
.gifts-sale-box {
  display: flex;
  justify-content: space-between;
  width: 622px;
  padding: 20px;
  border-radius: 24px;
  background: #EFFAFF;
}
.gifts-sale-box .l-box {
  width: 284px;
  padding: 30px 20px 10px;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  color: #000000;
}
.gifts-sale-box .l-box span {
  color: #eb3940;
}
.gifts-sale-box .l-box h4 {
  font-size: 16px;
  margin: 10px 0 5px;
}
.gifts-sale-box .l-box dl dd {
  position: relative;
  font-size: 12px;
  padding-left: 10px;
}
.gifts-sale-box .l-box dl dd::before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.gifts-sale-box .l-box .price {
  display: inline-block;
  font-size: 20px;
  color: #eb3940;
  margin-top: 13px;
  font-size: 30px;
}
.gifts-sale-box .l-box .price .sym {
  font-size: 18px;
  vertical-align: middle;
  color: #eb3940;
}
.gifts-sale-box .r-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.gifts-sale-box .r-box:lang(en) {
  height: 340px;
}
.gifts-sale-box .r-box .gifts-box {
  position: relative;
  width: 262px;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  padding: 11px 20px 11px;
  margin-bottom: 20px;
  height: auto !important;
}
.gifts-sale-box .r-box .gifts-box:lang(en) {
  height: 270px !important;
}
.gifts-sale-box .r-box .gifts-box .add {
  position: absolute;
  left: -18px;
  top: 118px;
  transform: translate(-50%, 0%);
}
.gifts-sale-box .r-box .prd-imgbox {
  position: relative;
  text-align: center;
}
.gifts-sale-box .r-box .prd-imgbox .gifts-txt {
  position: absolute;
  left: 50.5%;
  bottom: 0px;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: auto;
  color: #ffffff;
}
.gifts-sale-box .r-box .prd-imgbox .gifts-txt span {
  display: inline-block;
  width: 60px;
  height: 26px;
  background: linear-gradient(90deg, #FF0701 0%, #E1212F 0%, #A30724 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 20px 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-stroke: 3px #000;
  -webkit-text-stroke: 3px #000;
  color: #FFEDA5;
}
.gifts-sale-box .r-box .prd-imgbox .gifts-txt span:lang(it),
.gifts-sale-box .r-box .prd-imgbox .gifts-txt span:lang(es),
.gifts-sale-box .r-box .prd-imgbox .gifts-txt span:lang(fr),
.gifts-sale-box .r-box .prd-imgbox .gifts-txt span:lang(de) {
  font-size: 14px;
}
.gifts-sale-box .r-box .prd-imgbox .gifts-txt [data-content]::before {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #FFEDA5;
}
.gifts-sale-box .r-box h5 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0px auto 4px;
}
.gifts-sale-box .r-box .ms {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 8px;
}
.gifts-sale-box .r-box .price {
  font-size: 20px;
  color: #ff0000;
}
.gifts-sale-box .r-box del {
  font-size: 14px;
}
.gifts-sale-box .r-box .btn {
  display: inline-block;
  width: 260px;
  height: 60px;
  background: #FF5900;
  box-shadow: 0px 4px 10px 0px rgba(90, 5, 9, 0.3);
  border-radius: 30px 30px 30px 30px;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
}
.gifts-sale-box .r-box .btn .sym,
.gifts-sale-box .r-box .btn .decimal {
  font-size: 16px;
}
.gifts-sale-box .r-box .btn .integer {
  font-size: 24px;
}
.gifts-sale-box .r-box .btn .integer:lang(jp) {
  font-size: 18px;
}
.gifts-sale-box .r-box .btn .price-forbtn {
  display: inline-block;
  margin-left: 15px;
  line-height: 1;
}
.gifts-sale-box .r-box .btn .price-forbtn:lang(jp) {
  font-size: 12px;
}
.gifts-sale-box .r-box .btn:hover {
  box-shadow: 0px 6px 15px 0px rgba(90, 5, 9, 0.4);
  background: #BE5015;
}
.gifts .gifts-sale-box:nth-child(1):lang(es) .r-box .ms,
.gifts .gifts-sale-box:nth-child(2):lang(es) .r-box .ms,
.gifts .gifts-sale-box:nth-child(1):lang(it) .r-box .ms,
.gifts .gifts-sale-box:nth-child(2):lang(it) .r-box .ms {
  min-height: 54px;
}
.gifts .gifts-sale-box:nth-child(3):lang(es) .r-box .ms,
.gifts .gifts-sale-box:nth-child(4):lang(es) .r-box .ms,
.gifts .gifts-sale-box:nth-child(3):lang(it) .r-box .ms,
.gifts .gifts-sale-box:nth-child(4):lang(it) .r-box .ms {
  min-height: 90px;
}
@media screen and (max-width: 1280px) {
  .gifts {
    background-size: cover;
  }
  .gifts .gifts-sale {
    justify-content: center;
    zoom: 0.7;
  }
}
@media screen and (max-width: 992px) {
  .gifts {
    padding: 80px 0;
    background-size: cover;
  }
  .gifts .gifts-sale {
    justify-content: center;
    zoom: unset;
  }
  .gifts .gifts-sale-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .gifts .gifts-sale-box dl {
    display: inline-block;
    text-align: left;
  }
  .gifts .gifts-sale-box .l-box .price {
    display: block;
  }
  .gifts .gifts-sale-box .l-box,
  .gifts .gifts-sale-box .r-box {
    width: 100%;
  }
  .gifts .btn {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .gifts {
    text-align: center;
  }
  .gifts .gifts-sale-box {
    width: 100%;
  }
  .gifts .gifts-sale-box .r-box .gifts-box .add {
    top: 0px;
    left: 50%;
    transform: translate(-50%, -120%);
  }
  .gifts .gifts-sale-box .r-box .gifts-box {
    width: 100%;
  }
}
.coupons {
  padding: 70px 0 103px;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg3-Coupons@2x.png") no-repeat;
  background-size: cover;
}
.coupons-sale {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.coupons-box {
  position: relative;
  width: 622px;
  height: 466px;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg-code-kuang@2x.png") no-repeat;
  background-size: cover;
  text-align: center;
}
.coupons-box-2 .coupons-box-tit {
  background: #0894DF;
}
.coupons-box-tit {
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  background: #0BAAC2;
  border-radius: 0px 0px 16px 16px;
  line-height: 50px;
  width: 254px;
  height: 50px;
}
.coupons-box .discount {
  font-size: 80px;
  font-weight: 700;
  color: #dd202f;
  margin: 78px 0 24px 0;
  line-height: 88px;
  -webkit-text-stroke: 18px #FFFFFF;
}
.coupons-box .discount::before {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #dd202f;
  font-weight: 700;
}
.coupons-box .discount-code {
  width: 368px;
  height: 80px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  margin: auto;
  border: 2px dashed #45C7FB;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 80px;
  letter-spacing: 8px;
}
.coupons-box .input {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.coupons-box .code-used {
  font-size: 14px;
  padding: 8px 0 58px;
  font-weight: 400;
}
.coupons-box .btn {
  min-width: 287px;
  display: inline-block;
  height: 60px;
  background: #FF5900;
  border-radius: 30px 30px 30px 30px;
  padding: 0 36px;
  line-height: 60px;
  box-shadow: 0px 4px 10px 0px rgba(90, 5, 9, 0.3);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.coupons-box .btn:hover {
  box-shadow: 0px 6px 15px 0px rgba(90, 5, 9, 0.4);
  background: #BE5015;
}
.coupons-box .btn.copied {
  box-shadow: 0px 6px 15px 0px rgba(90, 5, 9, 0.4);
  background: #BE5015;
}
.coupons-box .btn-2 .coupons-box-tit {
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/xmas-img-plate-3-title-2.png") no-repeat;
  background-size: cover;
}
.coupons .tips {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .coupons {
    padding: 80px 0;
  }
  .coupons-sale {
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .coupons-box {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .coupons-box {
    width: 100%;
  }
}
.footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 90px;
}
.guarantee {
  background-color: #040710;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  padding: 19px 0;
}
.guarantee .ft-ic {
  display: flex;
  justify-content: space-between;
}
.guarantee .f-dib {
  display: inline-block;
  vertical-align: middle;
}
.guarantee .g-cnt {
  max-width: 1170px;
  padding: 15px;
}
.guarantee .txt {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .guarantee {
    position: static !important;
  }
}
@media screen and (max-width: 673px) {
  .guarantee {
    text-align: center;
  }
  .guarantee .txt {
    text-align: center;
  }
}
@media screen and (max-width: 473px) {
  .guarantee {
    text-align: center;
    zoom: 0.8;
  }
  .guarantee .ft-ic {
    flex-wrap: wrap;
    text-align: left;
  }
  .guarantee .f-dib {
    font-size: 12px;
    display: block;
    margin: 10px auto;
  }
  .guarantee li {
    width: 45%;
  }
}
.dp-cs .best-sale-tech .discount {
  right: calc(50% - 100px);
}
.dp-cs .bnr {
  padding: 100px 0 55px 0;
  background: url(https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/banner-bg@2x.png);
  background-size: 100% 100%;
}
.dp-cs .best {
  background: url(https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg1-DP.png) no-repeat;
  background-size: cover;
}
.dp-cs .best-sale-tech {
  padding: 40px 30px 30px;
}
.popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  height: 600px;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg-jieshu-TAN@2x.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 24px 36px 32px;
}
.popup .head-little {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  min-width: 300px;
  padding: 0px 28px;
  background: #78D5DD;
  border-radius: 20px 20px 20px 20px;
}
.popup .discount-img {
  margin-top: 20px;
}
.popup-tit {
  line-height: 1.2;
}
.popup-tit p {
  font-size: 18px;
  font-weight: 400;
  color: #0E5778;
  line-height: 16px;
}
.popup-tit h2 {
  font-size: 48px;
  font-weight: 700;
  color: #0E5778;
  line-height: 40px;
  margin: 13px 0 16px;
}
.popup-top {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}
.popup .discount {
  font-size: 64px;
  margin: 60px 0 18px;
  line-height: 72px;
}
.popup-coupon {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.popup-coupon:lang(en) {
  margin-top: 40px;
}
.popup-coupon-box {
  width: 390px;
}
.popup-coupon-box.coupons-box {
  height: 380px;
  background: url("https://static.aomeisoftware.com/img/amtcstatic/1/2023-summer-sale/bg-kuang-jstc@2x.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.popup-coupon-box .coupon-tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  background: #0BAAC2;
  border-radius: 0px 0px 12px 12px;
  min-width: 200px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 40px;
}
.popup-coupon-box .blue {
  background: #0894DF;
}
.popup-coupon-box .coupon-num {
  font-size: 40px;
  font-weight: bold;
  color: #dd202f;
  line-height: 46px;
  text-shadow: 1px 1px 1px #dd202f;
  margin-top: 10px;
}
.popup-coupon-box .coupon-lisens {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px dashed #45C7FB;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  color: #312ca2;
  line-height: 60px;
  width: 260px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 5px;
}
.popup-coupon-box .input {
  position: absolute;
  left: 0px;
  top: -100%;
  opacity: 0;
}
.popup-coupon-box .code-used {
  font-size: 14px;
  color: #000000;
}
.popup-coupon-box .btn {
  min-width: 267px;
  display: inline-block;
  height: 60px;
  border-radius: 30px 30px 30px 30px;
  padding: 0 36px;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.popup-coupon-box .btn:hover {
  background: #BE5015;
}
.popup-coupon-box .btn.copied {
  background: #BE5015;
}
.popup .tips {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
@media screen and (max-width: 992px) {
  .popup-box {
    zoom: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .popup-box {
    zoom: 0.5;
  }
}
@media screen and (max-width: 467px) {
  .popup-box {
    zoom: 0.3;
  }
}
