@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  letter-spacing: initial;
}

ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
input,
select {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
i {
}
a {
  blr: expression(this.onFocus=this.blur());
}
a:focus {
  outline: none;
}
a.hidefocus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input[type="text"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input {
  outline: none;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
img {
  width: 100%;
  display: block;
}
body {
  min-width: 320px;
  max-width: 1080px;
  position: relative;
  background-size: 100%;
  background: #fff;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.clear {
  clear: both;
}



@charset "utf-8";

body {
  background: #ffffff;
  letter-spacing: initial;
}
div {
  box-sizing: border-box;
}
.dn {
  display: none;
}
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
@font-face {
  font-family: Roboto-black;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Roboto-Black_fa0a8325-6a97-4e85-8ee4-7814539a5daf.ttf?v=1710495228");
}
@font-face {
  font-family: Roboto-Bold;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Roboto-Bold_1dc1bdeb-b5b8-4827-8d1c-33a524f59bf9.ttf?v=1710495228");
}
@font-face {
  font-family: Roboto-Medium;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Roboto-Medium_4fd22fca-0c34-4987-9fd1-6b86fc70ad65.ttf?v=1710495228");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Roboto-Regular_ca2a4f02-741f-49ae-803b-baa34fb564f2.ttf?v=1710495228");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/MontserratSemiBold_ff0149d2-fa6e-4f82-b6ca-1b933db58f41.otf?v=1710495228");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Montserrat-Medium_c8a12108-f5d4-4473-b9d6-376d52bc7e6d.otf?v=1710495228");
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Montserrat-Bold_e76b5cfe-e195-4d37-a579-cbae8f43ea04.otf?v=1710495228");
}
@font-face {
  font-family: Cambria-Bold;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Cambria-Bold_4c66f3fa-bc3a-4f78-b177-4d5800c942bb.ttf?v=1710495228");
}
@font-face {
  font-family: Lobster-Regular;
  src: url("https://cdn.shopify.com/s/files/1/0575/4100/1258/files/Lobster-Regular_f1609091-27d8-4686-b24b-f9524778fd79.TTF?v=1710495228");
}
@keyframes ani2 {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scaleAni {
  from {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(0);
  }
  15% {
    transform: scale(1.2) rotate(-10deg);
  }
  20% {
    transform: scale(1.2) rotate(10deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  30% {
    transform: scale(1.2) rotate(10deg);
  }
  35% {
    transform: scale(1.2) rotate(-10deg);
  }
  40% {
    transform: scale(1.2) rotate(10deg);
  }
  45% {
    transform: scale(1.2) rotate(0);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  to {
    transform: scale(1) rotate(0);
  }
}

.content {
  padding: 260px 0 0;
  background-size: cover;
  overflow: hidden;
  max-width: 1080px;
}
.head {
  position: fixed;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  height: 130px;
  z-index: 20;
  background: #ffffff;
}
.head .logo {
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  line-height: 130px;
}
.head .logo a {
  color: #000000;
  font-weight: bold;
}
.head .logo img {
  width: 230px;
  margin-left: 20px;
}
.head .buy a {
  position: absolute;
  display: block;
  right: 30px;
  top: 20%;
  width: 290px;
  text-align: center;
  font-size: 31px;
  background: url(/cdn/shop/files/buyBg.png?v=1705480935)
    center no-repeat;
  background-size: cover;
  font-family: Roboto-Bold;
  line-height: 78px;
  color: #ffffff;
  white-space: nowrap;
  animation: ani2 1s infinite linear;
}
.head .buy a span {
  display: inline-block;
  width: 16px;
  height: 24px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/jt_6fd8a19b-c8f8-43de-9034-19e510a4b2a2.png?v=1710495210)
    center no-repeat;
  background-size: cover;
  margin-left: 23px;
  vertical-align: 1px;
}
.head a.gwc {
  display: block;
  width: 86px;
  position: absolute;
  top: 50%;
  right: 341px;
  transform: translateY(-50%);
}
.head a.gwc span {
  position: absolute;
  top: -9px;
  right: -16px;
  display: block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: rgb(242, 74, 0);
}
.timeBox {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #000000;
  height: 138px;
  max-width: 1080px;
  z-index: 20;
  background: url(/cdn/shop/files/timeBg.jpg)
    center no-repeat;
  background-size: cover;
}
.timeBox i {
  position: absolute;
  right: 450px;
  top: 21px;
  color: #ffffff;
  font-size: 20px;
  font-family: Montserrat-Bold;
  font-style: normal;
}
.timeBox .timeTxt {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.timeBox .timeTxt p {
  font-size: 55px;
  line-height: 1;
  font-family: Roboto-Medium;
}
.timeBox .lxftime {
  position: absolute;
  right: 33px;
  top: 22%;
  transform: translateY(-50%);
  font-size: 82px;
  color: #ffffff;
  font-family: font2;
  float: right;
  height: 100px;
}
.timeBox .lxftime span {
  font-size: 56px;
  color: #191919;
  background: #ffffff;
  width: 100px;
  line-height: 113px;
  height: 113px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin: 0 14px;
  font-family: Roboto-Bold;
  color: #343434;
}
.timeBox .lxftime span:last-child {
  margin-right: 0;
}
.gunDong {
  width: 100%;
  max-width: 1080px;
  background: #4b0088;
  line-height: 114px;
  font-size: 37px;
  color: #ffffff;
  z-index: 99;
  height: 114px;
  overflow: hidden;
}
.gunDong .tempWrap {
  width: 100% !important;
}
.gunDong i {
  display: inline-block;
  width: 56px;
  height: 30px;
  background: url(/cdn/shop/files/car2.png)
    center no-repeat;
  background-size: cover;
  vertical-align: -5px;
  margin-right: 30px;
}
.gunDong li {
  width: auto !important;
  margin: 0 70px;
  font-family: Roboto-Regular;
  text-align: center;
  font-size: 40px;
}
.banner {
  height: 1416px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/banner_e780b1ba-da6c-4bfd-bed0-b70670a2a296.jpg?v=1710495210)
    center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.banner .banTit {
  margin-bottom: 115px;
  padding-top: 50px;
}
.banner .banTit h2 {
  font-size: 84px;
  color: #480882;
  line-height: 1;
  font-family: Cambria-Bold;
}
.banner ul {
  margin-left: 58px;
  width: 224px;
}
.banner li {
  margin-bottom: 50px;
}
.banner li p {
  font-size: 35px;
  color: #4e1186;
  font-family: Roboto-Medium;
  margin-top: 10px;
  line-height: 38px;
}
.banner .banTxt {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 600px;
}
.banner .banTxt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 324px;
  background: #c1c1c1;
}
.banner .banTxt h2 {
  font-size: 133px;
  color: #000000;
  font-family: Roboto-Bold;
  line-height: 1;
  background: linear-gradient(
    239deg,
    #4e1186 0%,
    #6908c0 0%,
    #8a4dc6 49.755859375%,
    #b76dfb 98.1201171875%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.banner .banTxt p {
  font-size: 45px;
  color: #1e1e1e;
  line-height: 1;
  font-family: Roboto-Bold;
  opacity: 0.34;
  margin-bottom: 17px;
}
.banner .banTxt .buy {
  width: 455px;
  line-height: 100px;
  border-radius: 100px;
  font-size: 50px;
  color: #ffffff;
  font-family: Roboto-black;
  background: linear-gradient(0deg, #582e89, #bd59e6);
  margin: 0 auto;
  /* animation: ani2 1s infinite linear; */
}
.banner .off {
  position: absolute;
  left: 65px;
  bottom: 16px;
  width: 348px;
}
.layer1 {
  position: relative;
  padding: 36px 0;
  background: #f6ebff;
}
.layer1 .txtMarquee-left {
  width: 100%;
}
.layer1 .tempWrap {
  width: 100% !important;
}
.layer1 .swiper-pagination {
  bottom: 41px;
  top: auto;
  width: 452px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  border-radius: 30px;
  border: 4px solid #dcc5f1;
  background: none;
}
.layer1 .swiper-pagination-progressbar-fill {
  background: #a86edd;
  border-radius: 30px;
}
.layer2 {
  padding: 45px 48px 63px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/bg1_56bbede6-ac8e-4edc-9a7f-6f4e9e43f751.jpg?v=1710495209)
    center no-repeat;
  background-size: cover;
  text-align: center;
}
.yuTit {
  font-size: 65px;
  color: #480882;
  line-height: 1.1;
  font-family: Cambria-Bold;
  text-align: center;
  position: relative;
}
.yuTit::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(/cdn/shop/files/yuan.png)
    center no-repeat;
  background-size: cover;
}
.layer2 .yuTit {
  margin-bottom: 30px;
}
.layer2 .l2Box {
  background: #ffffff;
  border: 3px solid rgba(62, 0, 117, 0.38);
  box-shadow: 0px 11px 6px 0px rgba(86, 39, 0, 0.16);
  border-radius: 35px;
  padding: 69px 0 22px;
}
.layer2 .l2Box ul {
  overflow: hidden;
}
.layer2 .l2Box li {
  float: left;
  width: 33.33%;
  margin-bottom: 48px;
}
.layer2 .l2Box li img {
  width: 107px;
  margin: 0 auto 8px;
}
.layer2 .l2Box li p {
  font-size: 26px;
  color: #000000;
  font-family: Roboto-Regular;
  line-height: 1.3;
  margin-top: 15px;
}
.layer3 {
  height: 459px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/bg2_74554bca-4286-4f20-ac62-703dbefccd51.jpg?v=1710495210)
    center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30px;
}
.layer3 h2 {
  font-size: 65px;
  color: #480882;
  font-family: Cambria-Bold;
  line-height: 1.1;
}
.layer4 {
  height: 1494px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/bg3_129573bc-95c8-4f12-be95-9be771aea807.jpg?v=1710495210)
    center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 55px;
}
.layer4 .yuTit {
  margin-bottom: 50px;
}
.layer4 .yuTit::after {
  right: 250px;
}
.layer4 p {
  font-size: 35px;
  color: #49008a;
  font-family: Roboto-Medium;
  margin-bottom: 43px;
}
.layer4 .icon {
  margin-bottom: 66px;
  position: relative;
}
.layer4 .icon .gif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  width: 328px;
  border-radius: 50%;
  border: 8px solid #ffffff;
}
.layer4 h2 {
  font-size: 58px;
  color: #480882;
  line-height: 1;
  font-family: Cambria-Bold;
  margin-bottom: 40px;
}
.layer4 ul {
  padding: 0 20px;
  overflow: hidden;
}
.layer4 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.layer4 li:last-child {
  margin-right: 0;
}
.layer4 li h3 {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 239px;
  line-height: 56px;
  border-radius: 56px;
  background: #ffffff;
  font-size: 25px;
  color: #480882;
  font-family: Roboto-Medium;
}
.buyNow {
  font-size: 75px;
  color: #ffffff;
  line-height: 160px;
  background: #4b0088;
  text-align: center;
  font-family: Roboto-black;
}
.buyNow p {
  animation: ani2 1s infinite linear;
  font-family: Roboto-black;
}
.layer5 {
  padding: 46px 74px 51px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/bg4_4f3a3a5c-a1d0-4e52-8f32-05ab7bfaa711.jpg?v=1710495210)
    center no-repeat;
  background-size: cover;
  text-align: center;
}
.layer5 .yuTit {
  margin-bottom: 50px;
}
.layer5 .yuTit::after {
  right: 130px;
}
.layer5 p {
  font-size: 35px;
  color: #49008a;
  line-height: 1;
  margin-bottom: 44px;
  font-family: Roboto-Medium;
}
.layer6 {
  position: relative;
}
.layer6 img {
  width: 1082px;
  transform: translateX(-1px);
}
.layer6 p {
  font-size: 35px;
  color: #49008a;
  line-height: 1;
  font-family: Roboto-Medium;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 200px;
}
.layer6 .yuan180 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -57px;
  width: 126px;
  height: 126px;
  background: url(/cdn/shop/files/yuan2.png)
    center no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 126px;
  font-size: 30px;
  color: #ffffff;
  font-family: Lobster-Regular;
}
.layer7 {
  padding: 83px 33px 45px;
  background: url(/cdn/shop/files/bg6.jpg)
    center no-repeat;
  background-size: cover;
}
.layer7 h3 {
  font-size: 35px;
  color: #480882;
  font-family: Roboto-Medium;
  margin-bottom: 22px;
}
.layer7 .gif {
  margin-bottom: 43px;
}
.layer7 ul {
  overflow: hidden;
}
.layer7 li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layer7 li:last-child {
  margin-right: 0;
}
.layer7 li p {
  font-size: 30px;
  color: #480882;
  font-family: Roboto-Medium;
  margin-top: 18px;
  text-align: center;
  line-height: 1.4;
}
.layer8 {
  text-align: center;
  height: 1100px;
  background: url(/cdn/shop/files/bg7.jpg)
    center no-repeat;
  background-size: cover;
  padding-top: 37px;
  position: relative;
}
.layer8 .yuTit {
  margin-bottom: 25px;
}
.layer8 .yuTit::after {
  right: 234px;
}
.layer8 p {
  font-size: 35px;
  color: #480882;
  font-family: Roboto-Medium;
}
.layer8 .pic {
  position: absolute;
  bottom: 56px;
  right: 79px;
  width: 467px;
}
.layer8 .gif {
  position: absolute;
  left: 84px;
  bottom: 135px;
  width: 480px;
  height: 535px;
  border-radius: 20px;
}
.layer9 {
  height: 1145px;
  background: url(/cdn/shop/files/bg8.jpg)
    center no-repeat;
  background-size: cover;
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.layer9 .yuTit {
  margin-bottom: 50px;
}
.layer9 .yuTit::after {
  right: 325px;
}
.layer9 p {
  font-size: 35px;
  color: #480882;
  font-family: Roboto-Medium;
}
.layer9 .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.layer9 .icon span {
  position: absolute;
  top: 192px;
  left: 319px;
  font-size: 40px;
  color: #000000;
  font-family: Roboto-Regular;
  line-height: 1;
}
.layer9 .icon .gif {
  position: absolute;
  bottom: 50px;
  right: 42px;
  width: 351px;
  height: 351px;
  border-radius: 50%;
  border: 8px solid #ffffff;
}
.whole {
  font-size: 55px;
  color: #ffffff;
  line-height: 120px;
  font-family: Roboto-Medium;
  text-align: center;
  background: #4b0088;
}
.buyBox {
  padding: 30px 30px 40px;
  overflow: hidden;
}
.buyBox .buyTop {
  overflow: hidden;
  margin-bottom: 40px;
}
.buyBox .buyIcon {
  width: 425px;
  height: 458px;
  float: left;
  border: 2px solid #000000;
  border-radius: 25px;
  position: relative;
}
.buyBox .buyIcon .swiper {
  width: 364px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.buyBox .buyTxt {
  float: right;
  width: calc(100% - 425px);
  padding: 22px 0 0 50px;
}
.buyBox .buyTxt .buyTit {
  font-size: 45px;
  color: #000000;
  font-family: Roboto-Medium;
  margin-bottom: 30px;
  line-height: 50px;
}
.buyBox .priceBox {
  margin-bottom: 30px;
}
.buyBox .priceBox h2 {
  font-size: 71px;
  color: #dc0000;
  line-height: 1;
  font-family: Roboto-Bold;
}
.buyBox .priceBox h2 .dprice {
  font-size: 118px;
  font-family: Roboto-Bold;
}
.buyBox .priceBox h2 span {
  font-size: 45px;
  color: #1e1e1e;
  font-family: Roboto-Bold;
  opacity: 0.34;
  vertical-align: 8px;
  text-decoration: line-through;
}
.buyBox .priceBox h2 span b {
  font-family: Roboto-Bold;
}
.buyBox .priceBox h2 i {
  display: inline-block;
  width: 24px;
  height: 44px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/down_a8bc164e-c50b-4814-a00e-c452170591be.png?v=1710495210)
    center no-repeat;
  background-size: cover;
  margin-left: 26px;
}
.buyBox .buyTxt h3 {
  width: 168px;
  line-height: 63px;
  background: #a90000;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  font-family: Roboto-Medium;
}
.buyBox .colorBox {
  margin-bottom: 22px;
}
.buyBox .colorBox p {
  font-size: 33px;
  color: #353535;
  line-height: 1;
  font-family: Roboto-Medium;
  margin-bottom: 30px;
}
.buyBox .colorBox ul {
  overflow: hidden;
}
.buyBox .colorBox li {
  float: left;
  width: 284px;
  margin-right: 13px;
  text-align: center;
  font-size: 36px;
  color: #353535;
  margin-bottom: 22px;
  line-height: 88px;
  height: 88px;
  font-family: Roboto-Medium;
  border: 3px solid #666666;
  border-radius: 20px;
  box-sizing: border-box;
}
/* 
.buyBox .colorBox li:nth-child(1) {
  width: 350px;
}
.buyBox .colorBox li:nth-child(2) {
  width: 288px;
} */
.buyBox .colorBox li:nth-child(3) {
  /* width: 350px; */
  margin-right: 0px;
}
.buyBox .colorBox li:nth-child(7) {
  margin-right: 0;
}
.buyBox .colorBox li.on {
  border: 6px solid #4b0088;
  line-height: 82px;
  height: 88px;
}
.buyBox .colorBox li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ecc4de;
  margin-right: 20px;
}
.buyBox .colorBox li:nth-child(2) span {
  background: #d7ccec;
}
.buyBox .colorBox li:nth-child(3) span {
  background: #b2e0d3;
}
.buyBox .colorBox li:nth-child(4) span {
  background: #e5e5e5;
}
.buyBox .colorBox li:nth-child(5) span {
  background: #000;
}
.buyBox .colorBox li:nth-child(6) span {
  background: #d7ccec;
}
.buyBox .colorBox li:nth-child(7) span {
  background: #ff6f19;
}
.buyBox .colorBox li:nth-child(8) span {
  background: #fbe76c;
}
.buyBox .colorBox li:nth-child(9) span {
  background: #d9fb64;
}
.buyBox .sizeBox {
  margin-bottom: 30px;
}
.buyBox .sizeBox p {
  font-size: 33px;
  color: #353535;
  line-height: 1;
  font-family: Roboto-Medium;
  margin-bottom: 30px;
}
.buyBox .sizeBox ul {
  overflow: hidden;
}
.buyBox .sizeBox li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  font-size: 36px;
  color: #353535;
  line-height: 88px;
  height: 88px;
  font-family: Roboto-Medium;
  border: 3px solid #666666;
  border-radius: 20px;
  box-sizing: border-box;
}
.buyBox .sizeBox li:last-child {
  margin-right: 0;
}
.buyBox .sizeBox li.on {
  border: 6px solid #4b0088;
  line-height: 82px;
  height: 88px;
}
.buyBox .quan {
  margin-bottom: 28px;
}
.buyBox .quan p {
  font-size: 33px;
  color: #353535;
  line-height: 1;
  font-family: Roboto-Medium;
  margin-bottom: 30px;
}
.buyBox .quanBox {
  overflow: hidden;
}
.buyBox .p_number {
  float: left;
  position: relative;
  width: 413px;
  border: 3px solid #030303;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.buyBox .p_number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 100%;
  background: #eeeeee;
  border-right: 2px solid #646464;
}
.buyBox .p_number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 108px;
  height: 100%;
  background: #eeeeee;
  border-left: 2px solid #646464;
}
.buyBox .p_number input {
  display: block;
  width: 100%;
  height: 110px;
  outline: none;
  border: 0;
  text-align: center;
  font-size: 50px;
  padding: 0;
  font-weight: bold;
}
.buyBox .p_number .reduce {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #0d0d0d;
  font-weight: bold;
}
.buyBox .p_number .add {
  position: absolute;
  right: 35px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 70px;
  color: #0d0d0d;
  font-weight: bold;
  z-index: 10;
}
.buyBox .addCart {
  display: block;
  float: right;
  width: 554px;
  line-height: 110px;
  border: 5px solid #000000;
  border-radius: 25px;
  text-align: center;
  font-size: 53px;
  color: #000000;
  font-family: Roboto-Medium;
}
.buyBox a.buy {
  display: block;
  font-size: 70px;
  color: #ffffff;
  line-height: 142px;
  font-family: Roboto-Medium;
  background: #4b0088;
  border-radius: 25px;
  text-align: center;
  animation: ani2 1s infinite linear;
  margin-bottom: 50px;
}
.buyBox .pay {
  margin-bottom: 46px;
}
.buyBox .size {
  width: 955px;
  margin: 0 auto 49px;
}
.buyBox .free {
  text-align: center;
  font-size: 37px;
  color: #1a1a1a;
  font-family: Roboto-Medium;
}
.buyBox .free span {
  display: inline-block;
  width: 56px;
  height: 30px;
  background: url(https://cdn.shopify.com/s/files/1/0575/4100/1258/files/car_b183befc-9aa1-4884-af71-6dd997ca8e55.png?v=1710495210)
    center no-repeat;
  background-size: cover;
  margin-right: 30px;
  vertical-align: -5px;
}
.payBox {
  background: #1c1c1c;
  padding-top: 43px;
}
.payBox ul {
  overflow: hidden;
}
.payBox li {
  float: left;
  width: 50%;
  font-size: 40px;
  color: #ffffff;
  font-family: Roboto-Regular;
  line-height: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
  height: 50px;
}
.payBox li:nth-child(1) {
  padding-left: 55px;
}
.payBox li:nth-child(3) {
  padding-left: 55px;
}
.payBox li span {
  display: inline-block;
  width: 48px;
  margin-right: 37px;
  vertical-align: -7px;
}
.payBox li:nth-child(2) span {
  width: 48px;
}
.payBox li:nth-child(3) span {
  width: 48px;
}
.payBox li:nth-child(4) span {
  width: 40px;
  margin: 0 40px 0 5px;
  vertical-align: -8px;
}

.yesBuy {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 30px 0;
  text-align: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.yesBuy h2 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  font-family: font2;
}





.c_toast {
  background-color: #000;
  color: #fff;
  font-size: 50px;
  padding: 2%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 640px;
  text-align: center;
}
@media screen and (max-width: 748px){
   .footer-paypal img {
    margin: 0 auto !important;
  }
  .timeBox .lxftime {
    top: 28%;
  }
}
.product-recommendations{
  display: none !important;
}
.footer_multicolumn{
  display: none !important;
}
.footer__content-top{
  display: none !important;
}
.lt_back_to_top {
  display: none !important;
}
.footer__column{
  display: none !important;
}
#shopify-section-footetheme {
  display: none !important;
}
footer.footer, #vitals-end-section {
  display: none !important;
}
.mf-bundle-product {
  zoom: 2;
}
.mf-bundle-checkout-warning{
  font-size: 0.5rem !important;
}
.txtMarquee-left2 .swiper-wrapper .swiper-slide{
  margin-right: 20px;
}