@font-face {
  font-family: "myriad pro";
  font-display: swap;
  src: url(../../fonts/MyriadPro-Regular.otf);
  src: url(../../fonts/MyriadPro-Regular.woff2) format("woff2"), url(../../fonts/MyriadPro-Regular.woff) format("woff"), url(../../fonts/MyriadPro-Regular.ttf) format("truetype"), url(../../fonts/MyriadPro-Regular.svg) format("svg");
}
@font-face {
  font-family: "myriad blod";
  font-display: swap;
  src: url(../../fonts/MyriadPro-Bold.otf);
  src: url(../../fonts/MyriadPro-Bold.woff2) format("woff2"), url(../../fonts/MyriadPro-Bold.woff) format("woff"), url(../../fonts/MyriadPro-Bold.ttf) format("truetype"), url(../../fonts/MyriadPro-Bold.svg) format("svg");
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
html {
  font-family: "myriad pro", "microsoft yahei", Tahoma, Arial, sans-serif, helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  height: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 55.5%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    font-size: 62.5%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
body {
  font-size: 16px\0;
  font-size: 1.6rem;
  color: #222;
  position: static !important;
}
del {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myriad blod";
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 3.2rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.2rem;
}
h6 {
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
@media all and (max-width: 991px) {
  h1,
  h2 {
    line-height: 1.2;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
dd,
dt,
li {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  line-height: normal;
  border: 0;
  background: 0;
}
textarea {
  resize: none;
  overflow: hidden;
}
button {
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}
em {
  font-style: normal;
}
.container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
}
.blods {
  font-family: "myriad blod";
}
.org {
  color: #F33039;
  padding: 0 2px;
}
.under {
  position: relative;
  font-weight: 700;
  border-bottom: 1px dashed #878181;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
}
.under:hover .io {
  display: block;
}
.io {
  display: none;
  position: absolute;
  width: 240px;
  padding: 14px 20px;
  background: #333;
  border-radius: 8px 8px 8px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  left: calc(50% - 120px);
  bottom: 28px;
  border-top-color: #333;
  z-index: 99;
  font-family: "PT Sans", sans-serif;
}
.io::before {
  content: "";
  display: inline-block;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 110px;
}
.btn {
  position: relative;
  min-width: 232px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(270deg, #FFB547 4%, #FF7300 100%);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px 30px 30px 30px;
  line-height: 48px;
  color: #ffffff;
  margin-top: 20px;
}
.btn::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  width: 15px;
  height: 8px;
  background: url(/assets/images/christmas-deals/bt-pic.svg) no-repeat;
}
.btn i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/christmas-deals/ic-buy.svg) no-repeat;
  vertical-align: -3px;
}
.btn:hover {
  background: linear-gradient(90deg, #FFB547 4%, #FF7300 100%);
}
.bnr {
  padding: 32px 0 60px;
  position: relative;
  background: url(/assets/images/christmas-deals/banner-bg@2x.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.bnr .logo {
  position: absolute;
  left: 90px;
  top: 28px;
}
.bnr .start-text {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin: 36px 0 50px;
}
.bnr .timeout {
  margin-top: 25px;
}
.bnr .countdown {
  display: flex;
  align-items: center;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  position: relative;
  font-family: "PT Sans", sans-serif;
  background: url(/assets/images/christmas-deals/bg-time1.png) no-repeat;
  background-size: 100% 70%;
}
.bnr .countdown-x {
  display: inline-block;
}
.bnr .countdown > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  text-align: center;
  height: 52px;
}
.bnr .countdown > div > div {
  width: 100%;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.bnr .countdown .d {
  display: none;
}
.bnr .countdown i {
  color: transparent;
  font-size: 48px;
  font-style: normal;
  margin-top: -28px;
}
.bnr .countdown i:nth-child(1) {
  display: none;
}
.bnr .countdown .h + i,
.bnr .countdown .min + i,
.bnr .countdown .s + i {
  display: inline-block;
}
.bnr .countdown span {
  width: 28px;
  height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #FFCC00;
  line-height: 46px;
}
.bnr .countdown p {
  vertical-align: bottom;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.6;
}
.bnr .salebox {
  display: flex;
  justify-content: center;
  padding: 40px;
  border-radius: 24px 24px 24px 24px;
  background: url(/assets/images/christmas-deals/bg-kuang@2x.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  color: #fff;
}
.bnr .salebox h2 {
  font-size: 32px;
  margin: 20px 0 12px 0;
}
.bnr .salebox h3 {
  font-size: 20px;
}
.bnr .salebox .item {
  position: relative;
  text-align: center;
}
.bnr .salebox .item:nth-child(1) {
  width: 34%;
  padding: 40px 15px 0 0;
}
.bnr .salebox .item:nth-child(2) {
  margin-right: 20px;
}
.bnr .salebox .item:nth-child(2),
.bnr .salebox .item:nth-child(3) {
  width: 360px;
  color: #000;
  padding: 40px 40px 24px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
}
.bnr .salebox .item:nth-child(2) .list,
.bnr .salebox .item:nth-child(3) .list {
  margin-top: 20px;
}
.bnr .list {
  display: inline-block;
  text-align: left;
}
.bnr .list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}
.bnr .list li::before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/christmas-deals/gou.svg) no-repeat;
}
.bnr .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin: 30px 0 8px 0;
}
.bnr .price .sym {
  font-size: 24px;
  font-weight: 700;
}
.bnr .price strong {
  font-size: 40px;
}
.bnr .price small {
  font-size: 14px;
}
.bnr .tips {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bnr .out-s {
  position: absolute;
  width: 240px;
  padding: 16px 20px 16px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px 8px 8px 8px;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  display: none;
  line-height: normal;
  font-weight: normal;
}
.bnr .out-s::before {
  content: "";
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}
.bnr .icon {
  position: relative;
  width: 16px;
  height: 16px;
  background: url(/assets/images/christmas-deals/xinxi.svg) no-repeat;
  background-size: cover;
}
.bnr .icon:hover > .out-s {
  display: block;
}
.bnr .buy-tips {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}
.bnr .item-tp {
  padding-bottom: 16px;
  border-bottom: 1px dashed #d8d8d8;
}
.bnr .discount {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: url(/assets/images/christmas-deals/zhekou.svg) no-repeat;
  background-size: cover;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.bnr .discount span {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(45deg);
}
.bnr .discount span:lang(en) {
  right: 2px;
}
.bnr .discount span:lang(cn) {
    right: 14px;
}
@media screen and (max-width: 991px) {
  .bnr .logo {
    position: unset;
    margin-bottom: 24px;
  }
  .bnr .salebox {
    flex-direction: column;
    padding: 40px 10px;
  }
  .bnr .salebox .item {
    width: 100% !important;
    margin: 15px 0 0 0px !important;
    padding: 40px 10px 24px !important;
  }
  .bnr .salebox .btn {
    min-width: 200px;
  }
}
.cnt {
  background: url(/assets/images/christmas-deals/bg1+2@2x.jpg) no-repeat;
  background-size: 100% 102%;
  background-position: 100% 97%;
}
.best {
  padding: 120px 0;
  text-align: center;
  color: #000;
}
.best h2 {
  font-size: 40px;
}
.best .desc {
  font-size: 18px;
  margin-top: 10px;
}
.best-box {
  max-width: 1000px;
  padding: 42px 24px 24px;
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  margin: 60px auto 0;
  background: url(/assets/images/christmas-deals/bg-kuang2@2x.png) no-repeat;
  background-size: cover;
}
.best-box .lists {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.best-box li {
  width: 280px;
  background: #11785B;
  border-radius: 12px 12px 12px 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
}
.best-box li:lang(de),
.best-box li:lang(fr) {
  padding: 10px 5px;
}
.best-box li img {
  margin-right: 6px;
}
.best-box li img:lang(de),
.best-box li img:lang(fr) {
  margin-right: 0;
}
.best-box li.active {
  color: #000;
  background: #fff;
  width: auto !important;
}
.best .img-box {
  padding: 0 98px;
}
.best .img-box .item {
  max-width: 500px;
  display: none;
}
.best .img-box .item .ms {
  font-size: 14px;
  margin-top: 28px;
  color: #FFFFFF;
}
.best .img-box .item.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .best-box {
    flex-direction: column;
  }
  .best-box li {
    width: 100%;
  }
  .best-box .lists {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .best-box .img-box {
    padding: 40px 0;
  }
}
.honest {
  color: #000;
  padding: 120px 0;
}
.honest h2 {
  text-align: center;
  margin-bottom: 100px;
}
.honest-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.honest .item {
  position: relative;
  max-width: 580px;
    height: 386px;
  padding: 40px;
  background: url(/assets/images/christmas-deals/bg-kuang3@2x.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 24px 24px 24px 24px;
}
.honest .its-tp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honest .ms {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  min-height: 156px;
  line-height: 26px;
  margin: 24px 0 40px 0;
}
.honest .slick-slide img {
  display: inline-block;
  margin: 0;
}
.honest .slick-dots {
  left: 0px;
  bottom: 40px;
}
.honest .slick-dots .slick-active button,
.honest .slick-dots li button:focus,
.honest .slick-dots li button:hover {
  background: #FFCC00;
}
.honest .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
}
.honest .userinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.honest .txt {
  color: #fff;
}
.honest .txt strong {
  font-size: 16px;
}
.honest .txt .wr {
  font-size: 14px;
}
.honest .txt .wr:lang(jp){
    font-size: 13px;
}

@media screen and (max-width: 991px) {
  .honest {
    padding: 0;
  }
  .honest .its-tp {
    flex-direction: column;
  }
  .honest .item {
    max-width: 100%;
    background-size: cover;
    padding: 40px 10px;
  }
}
.ends {
  color: #fff;
  padding: 120px 0 230px;
  background: url(/assets/images/christmas-deals/bg3@2x.jpg) no-repeat;
  background-size: 120% 100%;
  background-position: left 20% top 20%;
  text-align: center;
  position: relative;
}
.ends .desc {
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  margin-top: 26px;
}
.ends .discount {
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  margin-top: 26px;
}
.ends .countdown {
  display: flex;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
  line-height: 90px;
}
.ends .countdown-x {
  color: #fff;
  margin: auto;
  width: 250px;
  height: 68px;
  background: url(/assets/images/christmas-deals/bg-time2@2x.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  line-height: 40px;
  padding: 0 25px;
}
.ends .countdown > div {
  display: flex;
  align-items: baseline;
  padding: 0;
  border-radius: 24px 24px 24px 24px;
  text-align: center;
  align-items: center;
}
.ends .countdown > div > div {
  width: 100%;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.ends .countdown .d {
  display: none;
}
.ends .countdown i {
  color: #000;
  margin: 0 5px;
  font-style: normal;
  line-height: 88px;
}
.ends .countdown i:nth-child(1) {
  display: none;
}
.ends .countdown i:last-child {
  display: none !important;
}
.ends .countdown .h + i,
.ends .countdown .min + i,
.ends .countdown .s + i {
  display: inline-block;
}
.ends .countdown span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #F33039;
}
.ends .countdown p {
  color: #000;
  vertical-align: bottom;
  text-align: center;
  margin: 0;
  font-size: 16px;
  padding-left: 5px;
  font-weight: 400;
  line-height: 40px;
}
.ends .endBtn {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 64px;
  height: 64px;
  width: 280px;
  margin-top: 41px;
}
.ends .endBtn .up {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background: url(/assets/images/christmas-deals/ic-up.svg) no-repeat;
  vertical-align: -3px;
}
footer {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .ends .salebox {
    flex-direction: column;
  }
  .ends .salebox .item {
    width: 100%;
    padding: 40px 10px 24px;
  }
}
.pops-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.pops-box.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pops-box .popup {
  position: relative;
  width: 880px;
  background: url(/assets/images/christmas-deals/bg-tan-js@2x.png) #e3ebff no-repeat;
  background-size: cover;
  border-radius: 24px;
  text-align: center;
  padding: 40px 48px 40px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pops-box .popup::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #ffcc00;
  content: "";
  display: inline-block;
  width: 100%;
  height: 130px;
  background: url(/assets/images/christmas-deals/bg-tan-js-pic@2x.png) no-repeat;
  background-size: cover;
}
.pops-box .thanks {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 22px;
}
.pops-box h2 {
  font-size: 44px;
  font-weight: 700;
  color: #F0C723;
  line-height: 36px;
  margin-top: 16px;
}
.pops-box .zq {
  width: 800px;
  margin-top: 24 px;
}
.pops-box .zq-tit {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin: 24px 0 28px;
}
.pops-box .zq-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.pops-box .item {
  width: 382px;
  padding-bottom: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
}
.pops-box .item-tit {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  padding: 0 25px;
  background: #0E785A;
  border-radius: 0px 0px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.pops-box .item .copy-txt {
  display: inline-block;
  height: 50px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px dashed #140a32;
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
  padding: 0 36px;
  line-height: 50px;
  min-width: 200px;
}
.pops-box .item .img-dis {
  margin: 32px 0 27px;
}
.pops-box .item .input {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.pops-box .item .copy-tips {
  font-size: 12px;
  margin: 6px 0 18px 0;
}
.pops-box .item .copy-tips span {
  vertical-align: 3px;
}
.pops-box .item .btn {
  min-width: 260px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  margin: 0px;
  letter-spacing: 1px;
}
.pops-box .text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
.pops-box .tips-zq {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  display: none;
}
.pops-box .copied {
  background: #6c5548;
  border-radius: 30px 30px 30px 30px;
  min-width: 240px !important;
}
@media screen and (max-width: 991px) {
  .pops-box .popup {
    width: 98%;
  }
  .pops-box .zq {
    width: 100%;
  }
  .pops-box .zq-box {
    flex-direction: column;
  }
  .pops-box .zq-box .item {
    width: 100%;
  }
  .pops-box .zq-box .item .btn {
    min-width: 240px;
    font-size: 14px;
  }
}
.pops-warning {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.pops-warning .popup {
  position: relative;
  width: 520px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  padding: 40px 64px 40px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pops-warning .warn-strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 32px;
  padding: 24px 0 28px;
}
.pops-warning .warn-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.pops-warning .warn-text a {
  color: #5683F4;
}
@media screen and (max-width: 991px) {
  .pops-warning .popup {
    width: 98%;
  }
  .pops-warning .zq {
    width: 100%;
  }
  .pops-warning .zq-box {
    flex-direction: column;
  }
  .pops-warning .zq-box .item {
    width: 100%;
  }
  .pops-warning .zq-box .item .btn {
    min-width: 240px;
    font-size: 14px;
  }
}
.pops-succeed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.pops-succeed .popup {
  position: relative;
  width: 520px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  padding: 40px 64px 40px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pops-succeed .warn-strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 32px;
  padding: 24px 0 28px;
}
.pops-succeed .sucess-text {
  background: #F5F7FF;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 10px;
  margin-bottom: 24px;
}
.pops-succeed .sucess-text p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.pops-succeed .sucess-title {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
  display: block;
}
.pops-succeed .sucess-red {
  color: #F33039;
  font-weight: 700;
}
.pops-succeed .warn-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  max-width: 392px;
}
.pops-succeed .fist {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .pops-succeed .popup {
    width: 98%;
  }
  .pops-succeed .zq {
    width: 100%;
  }
  .pops-succeed .zq-box {
    flex-direction: column;
  }
  .pops-succeed .zq-box .item {
    width: 100%;
  }
  .pops-succeed .zq-box .item .btn {
    min-width: 240px;
    font-size: 14px;
  }
}
.pops-confirm {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.pops-confirm .popup {
  position: relative;
  max-width: 800px;
  background: url(/assets/images/christmas-deals/bg-tan-js@2x.png) no-repeat;
  background-size: 110% 110%;
  background-position: left -20px top -20px;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  padding: 40px 32px 32px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pops-confirm h2 {
  font-size: 52px;
  font-weight: 700;
  color: #FF3C45;
  line-height: 50px;
}
.pops-confirm .confirm-cnt {
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 24px 48px;
}
.pops-confirm .text-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.pops-confirm h3 {
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}
.pops-confirm .confirm-detail {
  margin-top: 48px;
  display: flex;
  text-align: left;
  gap: 78px;
}
.pops-confirm .confirm-detail strong {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}
.pops-confirm .detail {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 24px;
}
.pops-confirm .detial-text1 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 16px;
  position: relative;
}
.pops-confirm .detial-text1 img {
  position: relative;
  top: -2px;
}
.pops-confirm .btn {
  margin-top: 14px;
  background: linear-gradient(270deg, #F11F1F 0%, #A30707 100%);
}
.pops-confirm .btn:hover {
  background: linear-gradient(90deg, #F11F1F 1%, #A30707 100%);
}
.pops-confirm .red {
  color: #F33039;
  font-weight: 700;
}
.pops-confirm .unline-prcing {
  color: #999999;
  text-decoration: line-through;
}
.pops-confirm .under {
  position: relative;
  font-weight: 700;
  border: 1px dotted #000;
}
.pops-confirm .under:hover {
  text-decoration: underline;
}
.pops-confirm .under:hover + .io {
  display: block;
}
.pops-confirm .io {
  display: none;
  position: absolute;
  width: 240px;
  padding: 14px 20px;
  background: #333;
  border-radius: 8px 8px 8px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  right: -80px;
  bottom: 28px;
  border-top-color: #333;
  z-index: 99;
  font-family: "PT Sans", sans-serif;
}
.pops-confirm .io::before {
  content: "";
  display: inline-block;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 110px;
}
.close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/assets/images/christmas-deals/close2-shou.svg) no-repeat;
  background-size: cover;
  right: 10px;
  top: 10px;
}
.close:hover {
  background: url(/assets/images/christmas-deals/close1-tan.svg) no-repeat;
  background-size: cover;
}
.timeout-box {
  display: none;
}
.slick-next,
.slick-prev {
  width: 24px !important;
  height: 24px !important;
  background: #FFFFFF !important;
  border-radius: 4px 4px 4px 4px !important;
  bottom: 38px !important;
  top: auto !important;
}
.slick-prev {
  left: auto !important;
  right: 76px !important;
}
.slick-prev::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url(/assets/images/christmas-deals/icon_left.svg) no-repeat center;
  background-size: cover;
}
.slick-prev:hover::after {
  background: url(/assets/images/christmas-deals/icon_right.svg) no-repeat center;
  background-size: cover;
  transform: rotate(-180deg);
}
.slick-next {
  right: 40px !important;
}
.slick-next::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 23px;
  background: url(/assets/images/christmas-deals/icon_left.svg) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
}
.slick-next:hover::after {
  background: url(/assets/images/christmas-deals/icon_right.svg) no-repeat center;
  background-size: cover;
  transform: rotate(0deg);
}
.ends .timeout-box {
  margin-top: 28px;
}
