small {
  font-size: 80%;
}
svg:not(:root) {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.bot-txt .txt h4 {
  min-height: 63px;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1365px) {
  .container {
    padding: 0 15px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
#back-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  fill: #fff;
  width: 50px;
  height: 50px;
  background: url(/assets/images/icon/ft-ic-backtop@2x.png) no-repeat;
  background-size: contain;
  opacity: 0.8;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
}
#back-top:hover,
.fade.in {
  opacity: 1;
}
.row {
  display: flex;
}
@font-face {
  font-family: "MierB-Bold";
  src: url(/assets/fonts/MierB-Bold.reot);
  src: url(/assets/fonts/MierB-Bold.woff2) format("woff2"), url(/assets/fonts/MierB-Bold.woff) format("woff"), url(/assets/fonts/MierB-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MierB-B";
  src: url(/assets/fonts/balck.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MierB-Heavy";
  src: url(/assets/fonts/MierB-Heavy.eot);
  src: url(/assets/fonts/MierB-Heavy.woff2) format("woff2"), url(/assets/fonts/MierB-Heavy.woff) format("woff"), url(/assets/fonts/MierB-Heavy.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MierB-Regular";
  src: url(/assets/fonts/MierB-Regular.eot);
  src: url(/assets/fonts/MierB-Regular.woff2) format("woff2"), url(/assets/fonts/MierB-Regular.woff) format("woff"), url(/assets/fonts/MierB-Regular.ttf) format("truetype");
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  font-family: "MierB-Regular", "microsoft yahei", Tahoma, Arial, sans-serif, helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.2;
  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%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "MierB-Bold";
}
h1 {
  font-size: 4.8rem;
  line-height: 64px !important;
}
h2 {
  font-size: 4.6rem;
}
h3 {
  font-size: 4rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.2rem;
}
h6 {
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.desc {
  font-size: 20px;
  color: #000000;
}
@media all and (max-width: 991px) {
  h1,
  h2 {
    line-height: 1.2;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
li,
dt,
dd {
  list-style: none;
}
input,
textarea,
select {
  outline: none;
  line-height: normal;
  border: none;
  background: 0 0;
}
textarea {
  resize: none;
  overflow: hidden;
}
button {
  cursor: pointer;
}
img {
  border: none;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
}
em {
  font-style: normal;
}
.f-dpf {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.f-dib {
  display: inline-block;
  vertical-align: middle;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-tal {
  text-align: left;
}
.cl::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.btn {
  position: relative;
  min-width: 220px;
  background: #ff5900;
  border-radius: 288px 288px 288px 288px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  z-index: 6;
}
.btn:hover {
  opacity: 0.8;
}
.bought {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}
.bought::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/images/summer-sale/ic-bought@2x.png) no-repeat;
  background-size: 12px 12px;
  margin-top: 3px;
  vertical-align: -2px;
}
.bnr {
  background: url(/assets/images/summer-sale/banner-bg@2x.png) no-repeat;
  background-size: 100% 690px;
  text-align: center;
}
.bnr .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 128px 0 160px;
}
.bnr .logo {
  position: absolute;
  left: 0px;
  top: 16px;
}
.bnr .time-tips {
  display: inline-block;
  background: #00a3ee;
  border-radius: 84px 84px 84px 84px;
  padding: 12px 24px;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
}
.bnr .countdown {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.bnr .countdown > div {
  width: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bnr .countdown > div > div {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0px !important;
  border: 2px solid #1392e1;
  line-height: 55px;
}
.bnr .countdown > div span {
  color: #1392e1;
  font-size: 20px;
  font-weight: 800;
}
.bnr .countdown i {
  display: none;
}
.bnr .countdown .txt {
  color: #1392e1;
  font-size: 16px;
  font-weight: 800;
  margin-top: 6px;
}
.bnr-tit {
  position: relative;
  font-size: 40px;
  font-family: "MierB-B";
  font-weight: 700;
  text-stroke: 6px #097cc4;
  -webkit-text-stroke: 6px #097cc4;
  color: #fff;
  text-shadow: 0px 5px 0 #097cc4, -1px -1px 0 #097cc4, 0px 0px 0 #097cc4, -3px 3px 0 #097cc4;
}
.bnr-tit::before {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #fff;
}
.bnr .big-tit {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin: 30px 0;
}
.bnr .big-tit span {
  position: relative;
  font-size: 90px;
  font-family: "MierB-B";
  font-weight: 700;
  line-height: 1;
  text-stroke: 8px #097cc4;
  -webkit-text-stroke: 8px #097cc4;
  color: #fff;
  text-shadow: 0px 10px 0 #1392e1, -1px -1px 0 #1392e1, 0px 0px 0 #1392e1, -3px 3px 0 #1392e1;
  letter-spacing: -2px;
}
.bnr .big-tit span::before {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #fff;
  font-weight: 700;
}
.bnr .big-tit .yel {
  color: #edff25;
  font-size: 118px;
  text-stroke: 8px #097cc4;
  -webkit-text-stroke: 8px #097cc4;
  text-shadow: 0px 8px 0 #1392e1, -1px -1px 0 #1392e1, 0px 0px 0 #1392e1, -3px 3px 0 #1392e1;
}
.bnr .big-tit .yel::before {
  color: #edff25;
}
@media screen and (max-width: 991px) {
  .bnr {
    min-height: auto;
  }
  .bnr .container {
    padding: 80px 15px;
  }
  .bnr-tit {
    zoom: 0.5;
  }
  .bnr .big-tit {
    zoom: 0.6;
  }
}
@media screen and (max-width: 468px) {
  .bnr-tit {
    zoom: 0.45;
  }
  .bnr .big-tit {
    zoom: 0.45;
  }
}
.saleBox {
  padding: 160px 0;
  text-align: center;
  background: linear-gradient(180deg, #ffddc7 0%, #eefbff 4%);
}
.saleBox .desc {
  margin: 24px 0 40px 0;
}
.saleBox h2 {
  font-size: 40px;
}
.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
  margin-top: 20px;
  font-family: "MierB-Bold";
}
.price .sym {
  font-size: 24px;
  margin-left: 3px;
}
.price .nums {
  font-size: 40px;
}
.price .small {
  font-size: 16px;
}
.price .small:lang(jp) {
  margin-left: 3px;
}
.best-sale {
  position: relative;
  width: 100%;
  background: linear-gradient(169deg, #b0ebff 0%, #aceaff 22%, #a0e8ff 42%, #8de4ff 63%, #72dfff 84%, #57daff 99%);
  padding: 40px 40px 40px 30px;
  border-radius: 40px 40px 40px 40px;
  overflow: hidden;
}
.best-sale .sea-1 {
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 99;
}
.best-sale .sea-2 {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 99;
}
.best-sale::before,
.best-sale::after {
  position: absolute;
  z-index: 12;
  content: "";
  display: inline-block;
  width: 100%;
  height: 160px;
}
.best-sale::before {
  left: 0px;
  top: 0px;
  background: url(/assets/images/summer-sale/tu1-shang@2x.png) no-repeat;
  background-size: cover;
}
.best-sale::after {
  left: 0px;
  bottom: 0px;
  height: 40px;
  background: url(/assets/images/summer-sale/ft-summer-sea.svg) no-repeat;
}
.best-sale .item-box {
  display: flex;
  align-items: center;
}
.best-sale .item:nth-child(1) {
  position: relative;
  z-index: 11;
  width: 31.66%;
  height: 380px;
  padding: 28px 30px 28px 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 163, 238, 0.3);
  border-radius: 24px 24px 24px 24px;
  transform: translateX(10px);
}
.best-sale .item:nth-child(2),
.best-sale .item:nth-child(3) {
  width: 34.58%;
  height: 362px;
  border-radius: 0px;
  background: #ffff;
  text-align: center;
  padding: 40px 60px;
}
.best-sale .item:nth-child(2) {
  position: relative;
  z-index: 4;
}
.best-sale .item:nth-child(2)::before {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  background: #eff1f2;
}
.best-sale .item .list {
  font-size: 14px;
  text-align: left;
  margin-top: 24px;
}
.best-sale .item .list:lang(it),
.best-sale .item .list:lang(es) {
  font-size: 12px;
}
.best-sale .item .list li {
  position: relative;
  padding-left: 20px;
}
.best-sale .item .list li:not(:last-child) {
  margin-bottom: 10px;
}
.best-sale .item .list li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/summer-sale/ic-gou-16-green@2x.png) no-repeat;
  background-size: cover;
}
.best-sale .pd-img {
  position: relative;
}
.best-sale .pd-txt {
  position: absolute;
  right: calc(50% - 106px);
  bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(10deg);
}
.best-sale .pd-txt .pd-disnum {
  position: relative;
  font-size: 38px;
  font-family: "MierB-B";
  font-weight: 700;
  text-stroke: 6px #fdfeed;
  -webkit-text-stroke: 6px #fdfeed;
  color: #fff;
}
.best-sale .pd-txt .pd-disnum::before {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #c52e2f;
}
.best-sale .pd-txt .pd-up,
.best-sale .pd-txt .pd-off {
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}
.best-sale .pd-txt .pd-up {
  zoom: 0.8;
  transform: translate(10px, 5px) rotate(-90deg);
}
.best-sale .pd-txt .pd-off {
  transform: translateX(-3px) rotate(-90deg);
}
.best-sale .ms {
  font-size: 14px;
  margin: 20px 0;
}
.best-sale .tips {
  display: inline-block;
  font-size: 16px;
  border-radius: 4px 4px 4px 4px;
  background: #f9dec3;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  padding: 0 5px;
}
.best-sale .ed {
  font-size: 20px;
  font-weight: 700;
  font-family: "MierB-Bold";
}
.best-sale del {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.best-sale .pricing-box {
  position: relative;
  margin-top: 18px;
}
.best-sale .pricing-box .discount {
  position: absolute;
  right: -30px;
  top: -130%;
}
@media screen and (max-width: 1200px) {
  .best-sale .item-box {
    flex-direction: column;
    gap: 24px;
  }
  .best-sale .item-box .item {
    width: 100%;
    height: auto;
    border-radius: 14px;
    transform: unset;
    padding: 28px 15px;
  }
}
.bundle {
  margin-top: 120px;
}
.bundle-sale {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  background: linear-gradient(169deg, #b0ebff 0%, #aceaff 22%, #a0e8ff 42%, #8de4ff 63%, #72dfff 84%, #57daff 99%);
  padding: 40px 40px 40px 30px;
  border-radius: 40px 40px 40px 40px;
  overflow: hidden;
}
.bundle-sale::before,
.bundle-sale::after {
  position: absolute;
  z-index: 4;
  content: "";
  display: inline-block;
  width: 100%;
  height: 180px;
}
.bundle-sale::before {
  left: 0px;
  top: 0px;
  background: url(/assets/images/summer-sale/tu2-shang@2x.png) no-repeat;
  background-size: cover;
}
.bundle-sale::after {
  left: 0px;
  bottom: 0px;
  background: url(/assets/images/summer-sale/tu2-xia@2x.png) no-repeat;
  background-size: cover;
}
.bundle-sale .priceBox {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  color: #999999;
  font-weight: 700;
}
.bundle-sale .priceBox:lang(fr) {
  font-size: 12px;
}
.bundle-sale .sym {
  font-size: 16px;
  margin-left: 3px;
}
.bundle-sale .nums {
  font-size: 24px;
}
.bundle-sale .txt-box {
  text-align: left;
  margin-left: 20px;
}
.bundle-sale .list .lss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  padding: 16px 24px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 163, 238, 0.3);
  border-radius: 16px 16px 16px 16px;
}
.bundle-sale .list .lss img {
  width: 60px;
  height: 60px;
}
.bundle-sale .list .lss-l {
  display: flex;
  align-items: center;
}
.bundle-sale .list .lss:not(:last-child) {
  margin-bottom: 16px;
}
.bundle-sale .list .lcs {
  margin-top: 10px;
  max-width: 280px;
}
.bundle-sale .list .lcs li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}
.bundle-sale .list .lcs li:not(:last-child) {
  margin-bottom: 5px;
}
.bundle-sale .list .lcs li::before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
.bundle-sale .list .price {
  margin: 0 0 0 5px;
}
.bundle-sale .list h4 {
  font-size: 20px;
}
.bundle-sale .pdBox {
  width: 480px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 163, 238, 0.3);
  border-radius: 24px 24px 24px 24px;
  padding: 40px;
}
.bundle-sale .pdBox .priceBox {
  color: #000;
  justify-content: center;
  margin: 20px 0 16px 0;
}
.bundle-sale .pdBox .priceBox .price {
  margin: 0;
}
.bundle-sale .pdBox .sym {
  font-size: 24px;
  margin-left: 3px;
}
.bundle-sale .pdBox .nums {
  font-size: 40px;
}
.bundle-sale .pdBox del {
  margin-left: 5px;
  color: #999999;
  font-size: 20px;
  font-weight: 400;
}
.bundle-sale .pd-img2 {
  display: inline-block;
  position: relative;
}
.bundle-sale .pd-img2-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 13px;
  transform: translate(-50%);
}
.bundle-sale .pd-img2 .pd-ttx,
.bundle-sale .pd-img2 .pd-off,
.bundle-sale .pd-img2 .pd-disnum {
  position: relative;
  font-size: 24px;
  font-family: "MierB-B";
  font-weight: 700;
  text-stroke: 6px #fdfeed;
  -webkit-text-stroke: 6px #fdfeed;
  color: #fff;
}
.bundle-sale .pd-img2 .pd-ttx::before,
.bundle-sale .pd-img2 .pd-off::before,
.bundle-sale .pd-img2 .pd-disnum::before {
  content: attr(data-content);
  position: absolute;
  -webkit-text-stroke: 0;
  color: #c52e2f;
}
.bundle-sale .pd-img2 .pd-disnum {
  font-size: 40px;
}
.bundle-sale .checkbox {
  position: relative;
  display: inline-block;
}
.bundle-sale .current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  min-width: 140px;
  height: 38px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e6e8e9;
  line-height: 38px;
  margin: auto;
  color: #000000;
  position: relative;
  z-index: 12;
  font-size: 16px;
  cursor: pointer;
}
.bundle-sale .current::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/images/summer-sale/ic-xiala@2x.png) no-repeat;
  background-size: 12px 12px;
}
.bundle-sale .current:lang(fr) {
  min-width: 160px;
}
.bundle-sale .checklist {
  display: none;
  position: absolute;
  left: 0px;
  background: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eff1f2;
  border-radius: 14px;
  transform: translateY(-15px);
  z-index: 11;
  padding: 20px 0 10px 0;
  border: 1px solid #e6e8e9;
}
.bundle-sale .checklist li {
  padding: 5px 0;
  cursor: pointer;
}
.bundle-sale .btn {
  min-width: 250px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .bundle-sale {
    flex-direction: column;
  }
  .bundle-sale .list .lss {
    width: 100%;
  }
  .bundle-sale .pdBox {
    width: 100%;
  }
}
@media screen and (max-width: 673px) {
  .bundle-sale {
    flex-direction: column;
  }
  .bundle-sale .list .lss {
    flex-direction: column;
  }
  .bundle-sale .btn {
    min-width: 180px;
  }
}
.grt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 145px auto 0;
  max-width: 1100px;
}
.grt .lsg {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.grt h5 {
  color: #0097c1;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .grt {
    flex-wrap: wrap;
    gap: 8px;
  }
  .grt .lsg {
    width: 48%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .grt h5 {
    font-size: 12px;
  }
}
.faq {
  display: none;
  padding: 160px 0 280px 0;
}
.faq h2 {
  text-align: center;
  color: #000;
  margin-bottom: 80px;
}
.faq .box {
  transition: 0.5s all;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 24px 24px 24px 24px;
  background: #ffffff;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  border: 1px solid #e6e8e9;
}
.faq .box:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .box h5 {
  margin-bottom: 0;
  padding: 40px 3% 40px 0;
  position: relative;
  color: #000;
  cursor: pointer;
}
.faq .box .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 24px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.faq .box .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.faq .box p {
  max-width: 880px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding-right: 20px;
  display: none;
}
.faq .box .link {
  color: #2258f6;
}
.faq .box.active {
  padding-bottom: 40px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.faq .box.active p {
  display: block;
}
.faq .box.active .tt-ic::after {
  opacity: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 476px) {
  .faq {
    padding: 40px 0 0;
  }
  .faq .container {
    padding: 0;
  }
  .faq .box,
  .faq .faq-mn {
    padding: 24px;
    clip-path: none;
    border-radius: 10px;
  }
  .faq .faq-mn {
    background-size: auto;
  }
  .faq .box .title {
    align-items: flex-start;
  }
  .faq .box.active h5 {
    padding-bottom: 17px;
  }
  .faq .box p {
    font-size: 12px;
  }
  .faq .box h5 {
    font-size: 14px;
    padding: 0 3% 0 0;
  }
  .faq .box .tt-ic {
    transform: scale(0.6);
  }
}
.contact {
  display: none;
  padding: 80px 0px;
  background: linear-gradient(225deg, #ecfcf9 0%, #f4efff 100%);
  background-size: cover;
}
.contact-box {
  position: relative;
}
.contact-l {
  max-width: 1050px;
  margin: auto;
}
.contact-l .desc {
  max-width: 620px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 25px 0 40px 0;
}
.contact-img {
  position: absolute;
  right: 0px;
  top: -208px;
}
.contact .btn {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px;
  font-weight: 400;
  min-width: 311px;
  line-height: 64px;
  background: linear-gradient(90deg, #2c98ff 0%, #2fbfff 100%);
}
.contact .btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/summer-sale/dp-purchase-ic-email-16@2x.png) no-repeat;
  background-size: 24px 24px;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .contact {
    padding: 80px 0;
  }
  .contact-box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .contact-img {
    position: unset;
  }
  .contact-l .desc {
    padding: 0px;
  }
}
.slider {
  position: fixed;
  right: 0px;
  top: 30%;
  width: 216px;
  height: 210px;
  background: url(/assets/images/summer-sale/bg-xuanfu@2x.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
  z-index: 99999;
}
.slider .slider-box {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.slider .sl-item {
  width: 160px;
  height: 44px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #00a3ee;
  color: #00a3ee;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.slider .sl-item:lang(it),
.slider .sl-item:lang(es),
.slider .sl-item:lang(fr) {
  font-size: 12px;
}
.slider .sl-item a {
  color: #00a3ee;
}
.slider .sl-item.active {
  background: #00a3ee;
}
.slider .sl-item.active a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .slider {
    display: none;
  }
}
