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

html,
body {
  overflow-x: hidden;
  line-height: 1;
}

body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  outline: 0;
  vertical-align: baseline;
  position: relative;
}

.pricebox span.reducenum {
  display: block;
  position: absolute;
  top: 120px;
  right: 100px;
  width: 23px;
  text-align: center;
  height: 34px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  background: transparent linear-gradient(180deg, #FFCF4100 0%, #FFEE9A 46%, #FFCF4100 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: reduce 2s ease-out 1;
  animation: reduce 2s ease-out 1;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ul li {
  list-style-type: none;
}

img {
  border: none;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

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

.buybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 255px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  background: transparent linear-gradient(180deg, #FF8316 0%, #F80000 100%) 0% 0% no-repeat padding-box;
  border-radius: 200px;
  transition: all .3s ease-out;
}

.buybtn:hover {
  background: transparent linear-gradient(180deg, #FFBA60 0%, #F82200 100%) 0% 0% no-repeat padding-box;
}

.store {
  background-color: #fff;
}

.store .xmams-banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
  /* background: url(../images/banner_bg.jpg) center no-repeat; */
  margin-bottom: 100px;
  font-family: 'Montserrat';
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
}

.store .xmams-banner .logo {
  position: absolute;
  width: 43px;
  height: 22px;
  top: 4%;
  left: 10%;
  display: block;
  opacity: 0.8;
  transition: all .3s ease;
}

.store .xmams-banner .logo:hover {
  opacity: 1;
}

.store .xmams-banner .logo {
  position: absolute;
  z-index: 5;
  display: block;
  width: 54px;
  height: 17px;
  left: -14px;
  top: 34px;
}

.store .xmams-banner .logo>svg {
  pointer-events: none;
}

.store .xmams-banner .title {
  display: block;
  margin: 0px auto;
}

.store .xmams-banner .container {
  width: 1330px;
}

.store .xmams-banner h2 {
  text-align: center;
  font: normal normal 600 18px/35px Montserrat;
  color: #000000;
  margin-top: 24px;
}

.store .xmams-banner h2 span {
  font: normal normal bold 18px/35px Montserrat;
  color: #FB0B0B;
}

.store .xmams-banner .xmams-banner-box {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 6px #E5BA6454;
  border-radius: 35px;
  padding: 17px;
}

.store .xmams-banner .xmams-banner-box .left-message {
  display: flex;
  width: 750px;
  height: 477px;
  border-radius: 30px;
  border-right: none;
  justify-content: space-between;
  background: transparent linear-gradient(90deg, #FFF2E2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding-left: 48px;
  padding-right: 30px;
}

.store .xmams-banner .xmams-banner-box .left-message .text_wrap {
  width: 308px;
  height: 44px;
  /* background: url(../images/ban_text_bg.png) no-repeat center/cover; */
  position: relative;
  padding: 22px 0 0 46px;
  font: normal normal bold 14px/1 Montserrat;
  letter-spacing: 0px;
  color: #DB6701;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box {
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-top: 46px;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box img {
  margin-top: 32px;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box h3 {
  margin-top: 12px;
  font: normal normal bold 26px/35px Montserrat;
  color: #000000;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box p.p1 {
  font: normal normal 500 14px/35px Montserrat;
  color: #000000;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box .price {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box .price>strong {
  display: inline-flex;
  align-items: baseline;
  font: normal normal bold 20px/20px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box .price .ct_price {
  top: 0px;
  left: 2px;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box .price del {
  position: relative;
  font: normal normal 600 16px/35px Montserrat;
  color: #646081;
  opacity: 0.59;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box .price span {
  font-weight: bold;
}

.store .xmams-banner .xmams-banner-box .left-message .img-box .price span b {
  font-size: 26px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle {
  width: 235px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle.soldout:after {
  content: "";
  display: block;
  z-index: 999;
  position: absolute;
  top: 107px;
  left: 82px;
  width: 123px;
  height: 117px;
  /* background: url(../images/soldout-big.png) center no-repeat; */
  -webkit-animation: show 0.3s ease 1;
  animation: show 0.3s ease 1;
}

.store .xmams-banner .xmams-banner-box .left-message .middle h3 {
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 235px;
  box-sizing: border-box;
  padding: 14px 0 0 0;
  margin-bottom: 4px;
  position: relative;
  background: transparent linear-gradient(90deg, #F5F5F5 0%, #EEEEEE 100%) 0% 0% no-repeat padding-box;
  height: 210px;
  position: relative;
  cursor: pointer;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .box-line {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent linear-gradient(270deg, #B4B4B4 0%, #FFFFFF00 90%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li:hover .hint {
  opacity: 1;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li:nth-of-type(1) .hint {
  left: 8px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li:nth-of-type(2) {
  margin-top: 10px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li:nth-of-type(2) .hint {
  left: 0px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li:nth-of-type(3) .hint {
  left: 18px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .choosebtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 27px;
  height: 24px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #fff;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.soldout {
  cursor: auto;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.soldout::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(222, 222, 222, 0.65);
  left: 0px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.soldout::after {
  position: absolute;
  content: "";
  width: 123px;
  height: 47px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  /* background: url(../images/soldout.png); */
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox .packsNum {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  padding: 0 2px;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  margin-top: -4px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox .packs-list {
  float: left;
  display: block;
  line-height: 22px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox .packs-list>em {
  display: block;
  font-style: normal;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox .num {
  color: #19191D;
  font-size: 12px;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox strong {
  font-size: 28px;
  font-weight: bold;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox del {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  padding-top: 10px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .pricebox b {
  font-size: 32px;
  font-weight: bold;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .hint {
  background: #fff;
  color: #505050;
  font-size: 12px;
  border-radius: 25px;
  border: 1px solid rgba(30, 210, 0, 0.28);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  padding: 0 20px;
  transition: all 0.3s;
  opacity: 0;
  display: none !important;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li p {
  width: 202px;
  text-align: center;
  font: normal normal 500 12px/20px Montserrat;
  letter-spacing: 0px;
  color: #B87D38;
  margin-top: 4px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li .price {
  margin: 40px 0 0 -25px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.active {
  background: #FFF5E2 0% 0% no-repeat padding-box;
  border: 1px solid #FFBF77;
  border-radius: 10px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.active .packsNum {
  color: #FE1C43;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.active .box-line {
  background: transparent linear-gradient(270deg, #33BC55 0%, #fff 90%) 0% 0% no-repeat padding-box;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.active .choosebtn {
  background-color: #00A511;
  border: 2px solid #fff;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.active .choosebtn:after {
  content: '';
  display: block;
  width: 32px;
  height: 30px;
  /* background: url(../images/ban_check.png) no-repeat center/cover; */
  position: absolute;
  left: -2px;
  top: -10px;
}

.store .xmams-banner .xmams-banner-box .left-message .middle ul li.active strong {
  color: #FE1C43;
}

.store .xmams-banner .xmams-banner-box .message {
  box-sizing: border-box;
  width: 465px;
  margin-left: 44px;
  position: relative;
  z-index: 10;
}

.store .xmams-banner .xmams-banner-box .message h3 {
  padding-bottom: 12px;
  padding-top: 12px;
  font: normal normal 600 16px/20px Montserrat;
  border-bottom: 1px solid #FFDAAF;
  color: #DC943C;
}

.store .xmams-banner .xmams-banner-box .message .ms_offer {
  padding: 18px 0px 0;
}

.store .xmams-banner .xmams-banner-box .message .ms_offer p {
  width: 100%;
  margin-bottom: 14px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}

.store .xmams-banner .xmams-banner-box .message .ms_offer p:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: #000;
}

.store .xmams-banner .xmams-banner-box .message .ms_offer p span {
  margin-left: 5px;
  flex: 1 1 0;
  font-size: 12px;
  font-weight: 600;
  color: #757575;
}

.store .xmams-banner .xmams-banner-box .message .ms_offer p strong {
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message .ms_offer p strong:last-child {
  font-size: 14px;
  margin-right: 35px;
}

.store .xmams-banner .xmams-banner-box .message ul {
  position: relative;
  width: 100%;
  margin-top: 0px;
  border-bottom: 1px dashed #FFDAAF;
}

.store .xmams-banner .xmams-banner-box .message ul li {
  padding: 0px 15px 14px 10px;
  display: flex;
  align-items: center;
  color: #9D9D9D;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.store .xmams-banner .xmams-banner-box .message ul li.soldout {
  position: relative;
}

.store .xmams-banner .xmams-banner-box .message ul li.soldout::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 25%;
  margin: 0px auto;
  height: 100%;
  /* background: url(../images/soldout.png) center no-repeat; */
  transform: rotate(6deg);
  background-size: auto 100%;
}

.store .xmams-banner .xmams-banner-box .message ul li.soldout del {
  color: #9D9D9D;
}

.store .xmams-banner .xmams-banner-box .message ul li strong {
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message ul li:first-child {
  border-radius: 8px 8px 0px 0px;
}

.store .xmams-banner .xmams-banner-box .message ul li:last-child {
  border-radius: 0px 0px 8px 8px;
}

.store .xmams-banner .xmams-banner-box .message ul li span {
  flex: 1 1 0;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message ul li b {
  margin-left: 10px;
  font-size: 14px;
}

.store .xmams-banner .xmams-banner-box .message ul li del {
  width: 42px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
}

.store .xmams-banner .xmams-banner-box .message ul li:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #646464;
  border-radius: 4px;
  margin-right: 6px;
  background-color: #C4C4C4;
}

.store .xmams-banner .xmams-banner-box .message ul li.active {
  background: rgba(255, 255, 255, 0);
  -webkit-filter: grayscale(0);
  /* Chrome, Safari, Opera */
  filter: grayscale(0);
  color: #000;
}

.store .xmams-banner .xmams-banner-box .message ul li.active:after {
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: -2px;
  /* background: url(../images/ban_check_gray.png) no-repeat center/cover; */
}

.store .xmams-banner .xmams-banner-box .message ul li.active span {
  color: #505050;
}

.store .xmams-banner .xmams-banner-box .message ul li.active b {
  font-size: 14px;
  color: #F63129;
}

.store .xmams-banner .xmams-banner-box .message ul li.active del {
  font-size: 14px;
  font-weight: 500;
  color: #717171;
}

.store .xmams-banner .xmams-banner-box .message .price-box {
  width: 450px;
  padding: 10px 16px 5px 0px;
  margin: 0px auto;
  box-sizing: border-box;
  padding-bottom: 8px;
  border-bottom: 1px solid #FFDAAF;
}

.store .xmams-banner .xmams-banner-box .message .price-box p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  align-items: center;
}

.store .xmams-banner .xmams-banner-box .message .price-box p strong {
  width: 72px;
  color: #000;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message .price-box p.dis span {
  color: #F63129;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message .price-box p.dis span b {
  display: inline-block;
  background: transparent linear-gradient(94deg, #FF5A26 0%, #FB0B0B 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
  width: 83px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font: normal normal bold 14px/20px Lexend;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.store .xmams-banner .xmams-banner-box .message .price-box p.dis strong {
  width: 77px;
  color: #F63129;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message .price-box p span.sub {
  color: #505050;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message p.surprise {
  display: flex;
  justify-content: space-between;
  width: 450px;
  padding: 10px 16px 5px 0px;
  margin: 0px auto;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  align-items: center;
}

.store .xmams-banner .xmams-banner-box .message p.surprise strong {
  width: 72px;
  color: #000;
  font-weight: 600;
}

.store .xmams-banner .xmams-banner-box .message p.surprise span {
  font-weight: bold;
}

.store .xmams-banner .xmams-banner-box .message p.surprise strong {
  width: 71px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.store .xmams-banner .xmams-banner-box .message p.surprise strong i {
  font-size: 30px;
  font-style: normal;
}

.store .xmams-banner .xmams-banner-box .message .xmas-btn {
  margin: 20px auto 0px;
  width: 100%;
  height: 48px;
  border-radius: 200px;
  font-size: 18px;
}

.store .xmams-banner .xmams-banner-box .message .xmas-btn::after {
  width: 233px;
  /* background: url(../images/smail-snow.png) no-repeat center; */
}

.store .xmams-banner .xmams-banner-box .message .day {
  font: normal normal normal 12px/24px Lexend;
  margin-top: 5px;
  letter-spacing: 0px;
  color: #0000008A;
  width: 100%;
  text-align: center;
}

.store .xmams-banner .arrow {
  display: block;
  margin: 0px auto;
  margin-top: 30px;
}

.xmas-store .main .product-all {
  list-style: none;
  margin-top: 20px;
  padding-bottom: 85px;
}

.xmas-store .main .product-all .product_title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}

.xmas-store .main .product-all .product_title h4 {
  font-size: 26px;
  position: relative;
}

.xmas-store .main .product-all .product_title h2 {
  font-size: 36px;
  padding-top: 10px;
}

.xmas-store .main .product-all .product_title h2 span {
  font-size: 40px;
  color: #F63129;
}

.xmas-store .main .product-all .product_title p {
  font-weight: 700;
  font-size: 16px;
}

.xmas-store .main .product-all .product-part {
  display: flex;
  margin: 0 auto;
  margin-bottom: 45px;
  justify-content: space-between;
}

.xmas-store .main .product-all .product-part .product {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 15px #4848481C;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 12px 30px 25px 25px;
  width: 570px;
}

.xmas-store .main .product-all .product-part .product .top {
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
  min-height: 210px;
}

.xmas-store .main .product-all .product-part .product .top img {
  width: auto;
  height: fit-content;
}

.xmas-store .main .product-all .product-part .product .top .info-box {
  width: 100%;
  padding: 0px 0px 0px 30px;
}

.xmas-store .main .product-all .product-part .product .top .info-box h3 {
  text-align: left;
  font: normal normal bold 16px/32px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  border-bottom: 1px solid #FFE2E2;
}

.xmas-store .main .product-all .product-part .product .top .info-box ul {
  margin-top: 10px;
  position: relative;
}

.xmas-store .main .product-all .product-part .product .top .info-box ul li {
  text-align: left;
  font: normal normal 500 12px/26px Lexend;
  color: #000000;
  opacity: 1;
  position: relative;
  padding-right: 12px;
}

.xmas-store .main .product-all .product-part .product .top .info-box ul li b {
  font-weight: 600;
}

.xmas-store .main .product-all .product-part .product .price-box {
  width: 100%;
  height: 117px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: left;
}

.xmas-store .main .product-all .product-part .product .price-box .price-type ul {
  list-style: none;
  margin-left: 20px;
  margin-top: 20px;
}

.xmas-store .main .product-all .product-part .product .price-box .price-type ul li {
  width: 210px;
  text-align: left;
  font: normal normal bold 14px/28px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  display: flex;
  justify-content: space-between;
}

.xmas-store .main .product-all .product-part .product .price-box .price-type ul li:nth-of-type(1) {
  font: normal normal 501 14px/28px Montserrat;
}

.xmas-store .main .product-all .product-part .product .price-box .price-type ul li:nth-of-type(3) {
  color: #F63129;
}

.xmas-store .main .product-all .product-part .product .price-box img {
  width: 41px;
  height: 117px;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now {
  margin-left: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now p {
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now p:nth-of-type(1) span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding-right: 3px;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now p:nth-of-type(1) b {
  font-size: 20px;
  color: #F63129;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now p:nth-of-type(2) {
  font: normal normal 500 12px/20px Montserrat;
  color: #000000;
  margin-top: 7px;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now .price-button {
  margin-top: 6px;
  width: 217px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  background: transparent linear-gradient(280deg, #C90000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 200px;
  transition: all .3s ease-out;
}

.xmas-store .main .product-all .product-part .product .price-box .price-now .price-button:hover {
  background: transparent linear-gradient(280deg, #FF2E2E 0%, #FF5353 100%) 0% 0% no-repeat padding-box;
}

.popbg,
.xmas-pop-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
}

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

.ct_price {
  display: flex;
  width: inherit;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -6px;
  left: 0px;
}

.ct_price .scroll-tick {
  width: 24px;
  height: 40px;
  line-height: 40px;
}

.ct_price .scroll-tick strong {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}

.store-pop {
  position: fixed;
  width: 694px;
  height: 360px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  text-align: center;
  font-family: 'Montserrat';
  /* background: url(../images/pop_bg.png) no-repeat; */
}

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

.store-pop.on .raduice.on {
  top: -71px;
  opacity: 1;
}

.store-pop .raduice {
  position: absolute;
  display: flex;
  height: 47px;
  width: 38px;
  left: 33px;
  top: -51px;
  /* background: url(../images/extra.png) no-repeat center/cover; */
  opacity: 0;
  transition: all 0.8s;
}

.store-pop .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -10px;
  cursor: pointer;
  z-index: 120;
  /* background: url(../images/close.png) no-repeat; */
  opacity: .6;
  transition: all .3s ease;
}

.store-pop .close:hover {
  opacity: 1;
}

.store-pop h2 {
  padding-top: 65px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.store-pop h2 strong {
  color: #FB0B0B;
}

.store-pop .message {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding: 0 40px;
}

.store-pop .message .left_mes {
  position: relative;
}

.store-pop .message .left_mes p {
  position: absolute;
  width: fit-content;
  left: 90px;
  top: 106px;
  height: 36px;
  font: normal normal bold 16px/36px Lexend;
  letter-spacing: 0.16px;
  color: #FFFFFF;
  text-shadow: 0px 2px 3px #B10000;
}

.store-pop .message .left_mes p span {
  font-weight: inherit;
  color: inherit;
}

.store-pop .message .left_mes .spec.on {
  animation: zoom-scaling 1s ease-in-out infinite;
}

@keyframes zoom-scaling {
  0% {
    font: normal normal bold 16px/35px Lexend;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #B10000;
  }

  50% {
    font: normal normal bold 18px/35px Lexend;
    color: #FFF456;
    text-shadow: 0px 2px 3px #B10000;
  }

  100% {
    font: normal normal bold 16px/35px Lexend;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #B10000;
  }
}

.store-pop .message .right-message {
  margin-left: 30px;
  width: 232px;
  margin-top: 50px;
  text-align: center;
}

.store-pop .message .right-message h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.store-pop .message .right-message h3 p {
  display: inline-flex;
  color: #000;
  font: normal normal bold 20px/1 Montserrat;
  margin-top: 0;
}

.store-pop .message .right-message h3 p .ct_price strong {
  font: normal normal bold 40px/1 Montserrat;
}

.store-pop .message .right-message h3 p b {
  font-size: 48px;
}

.store-pop .message .right-message h3 del {
  color: #B87D38;
  font-size: 14px;
}

.store-pop .message .right-message h3 .del1 {
  text-decoration: none;
  position: relative;
  font: normal normal bold 18px/1 Montserrat;
  color: #FB0B0B;
  padding: 0 3px;
  display: none;
}

.store-pop .message .right-message h3 .del1.on {
  display: inline;
}

.store-pop .message .right-message h3 .del1:after {
  content: '';
  display: block;
  width: 70px;
  height: 16px;
  position: absolute;
  /* background: url(../images/del_bg.png) no-repeat center/cover; */
  left: -5px;
  top: 2px;
}

.store-pop .message .right-message .xmas-btn {
  width: 100%;
  height: 42px;
  margin: 0px auto;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 200px;
}

.store-pop .message .right-message p {
  margin-top: 8px;
  color: #BC5555;
  font-size: 12px;
}

.store .xmams-banner .disappear {
  position: absolute;
  right: -30px;
  top: 198px;
  z-index: 99;
  opacity: 0;
}

.store .xmams-banner .disappear.active {
  animation: disappear 2s linear;
  animation-fill-mode: forwards;
}

.store-right-pop {
  position: fixed;
  width: 232px;
  height: 219px;
  top: -280px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  /* background: url(../images/store-right-pop.png); */
  transition: all 0.3s;
}

.store-right-pop.on {
  top: 25%;
}

.store-right-pop .top-tips {
  position: absolute;
  top: -40px;
  right: 22px;
  max-width: 233px;
  height: 87px;
  padding: 15px 30px 0px 34px;
  display: inline-block;
  color: #505050;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  pointer-events: none;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  /* background: url(../images/top-tips.png) center no-repeat; */
  text-align: center;
}

.store-right-pop .top-tips.on {
  z-index: 9;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  animation: anim-open 0.3s forwards;
}

@keyframes anim-open {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.store-right-pop .top-tips>span {
  font: inherit;
  transform: scale(0.8);
}

.store-right-pop .arrow {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 18px;
  bottom: -5px;
  /* background: url(../images/store-right-arrow.png); */
  animation: arrow 8s linear infinite;
  -webkit-animation: arrow 8s linear infinite;
}

@-webkit-keyframes arrow {
  0% {
    bottom: -5px;
  }

  10% {
    bottom: 15px;
  }

  20% {
    bottom: -5px;
  }

  30% {
    bottom: 15px;
  }

  40% {
    bottom: -5px;
  }

  50% {
    bottom: 15px;
  }

  100% {
    bottom: 15px;
  }
}

@keyframes minus {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes disappear {
  0% {
    top: 198px;
    opacity: 1;
  }

  100% {
    top: 148px;
    opacity: 0;
    animation-fill-mode: forwards;
  }
}

@keyframes reduce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-28px);
    opacity: 0;
    animation-fill-mode: forwards;
  }
}

.store .xmams-banner.soldout .message .message-right ul::before {
  bottom: 10px;
}

.b-award {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 126px;
  text-align: center;
}

.b-award .award-title {
  padding-bottom: 28px;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
}

.salereview {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 50px;
  /* background: url(../../../../tpl/images/christmas/review_bg.png) center center no-repeat; */
}

.salereview::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 1200px;
  border-bottom: 1px solid #E6C3C2;
  box-sizing: border-box;
}

.salereview .salearrow {
  display: block;
  position: absolute;
  top: 152px;
  z-index: 9;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e3e5e8;
  box-sizing: border-box;
}

.salereview .salearrow.sold {
  background-color: #fff;
}

.salereview .salearrow.sold::before,
.salereview .salearrow.sold::after {
  background: #000;
}

.salereview .salearrow::before,
.salereview .salearrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
}

.salereview .salearrow::before {
  top: 32px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(45deg);
}

.salereview .salearrow::after {
  top: 22px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(-45deg);
}

.salereview .salearrow.prev {
  left: 80px;
}

.salereview .salearrow.next {
  right: 80px;
}

.salereview .salearrow.next::before {
  top: 22px;
}

.salereview .salearrow.next::after {
  top: 32px;
}

.salereview .salearrow:hover {
  background-color: #F63129;
  transition: all 0.3s ease;
}

.salereview .reviewdes {
  position: relative;
  margin: 0 auto;
  width: 820px;
  height: inherit;
  text-align: center;
  overflow: hidden;
}

.salereview .reviewdes .reviewroll {
  position: relative;
  z-index: 3;
}

.salereview .reviewdes dl {
  position: relative;
  z-index: 1;
  float: left;
  width: 820px;
  height: inherit;
}

.salereview .reviewdes dl dt {
  position: relative;
  margin: 0 auto 18px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.salereview .reviewdes dl dt>img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -50px auto 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.salereview .reviewdes dl h3 {
  padding: 0px 0 12px;
  font-size: 26px;
  line-height: 30px;
  color: #282525;
}

.salereview .reviewdes dl p {
  margin: 24px auto 0;
  color: #504528;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}

.salereview .reviewdes dl h4 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #282525;
}

.saleservice {
  padding-top: 70px;
}

.saleservice .service-list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0px auto;
}

.saleservice dl {
  text-align: center;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid rgba(178, 177, 177, 0.44);
  background: #fff;
  padding: 22px 16px;
  display: flex;
}

.saleservice dl.fl {
  width: 50%;
}

.saleservice dl.fr {
  flex-direction: column;
  width: 49%;
}

.saleservice dl dt {
  margin-right: 20px;
}

.saleservice dl dt>img {
  display: inline-block;
  vertical-align: middle;
}

.saleservice dl h3 {
  padding-top: 0px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #28282C;
}

.saleservice dl p {
  margin: 0;
  color: #7C7C7F;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.saleservice .note {
  width: 1100px;
  margin: 0px auto;
  padding-top: 50px;
  color: #7B7B7E;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.saleservice .team {
  color: #7B7B7E;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: underline;
}

.saleservice .team:hover {
  opacity: 0.8;
}

.saleservice .copyright {
  text-align: center;
  padding: 30px 0 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #7B7B7E;
}

.sec-bottom {
  position: relative;
}

.bottom-buy {
  position: relative;
  padding-top: 40px;
  height: 273px;
  width: 100%;
  /* background: url(../images/bottom_bg.png) no-repeat center/cover; */
}

.bottom-buy .bottom-title {
  text-align: center;
}

.bottom-buy .bottom-title h2 {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  z-index: 3;
}

.bottom-buy .bottom-title h2 b {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
}

.bottom-buy .bottom-title h2 b::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 8px #FFFFFF;
  text-shadow: 0px 8px 5px #B707006B;
}

.bottom-buy .bottom-title h2 strong {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  -webkit-background-clip: text;
  color: #000000;
  text-align: center;
}

.bottom-buy .bot-content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.bottom-buy .bot-content .cont-left {
  display: flex;
  align-items: center;
}

.bottom-buy .bot-content .cont-center {
  position: relative;
  padding-top: 50px;
}

.bottom-buy .bot-content .cont-center h2 {
  font-size: 16px;
  font-weight: 600;
}

.bottom-buy .bot-content .cont-center h2 span,
.bottom-buy .bot-content .cont-center h2 b {
  font-size: 18px;
  font-weight: bold;
}

.bottom-buy .bot-content .cont-center h2 span {
  color: #F63129;
}

.bottom-buy .bot-content .cont-center h2 b {
  color: #20973D;
}

.bottom-buy .bot-content .cont-center p {
  margin: 25px 100px;
  width: 236px;
  height: 24px;
  background: transparent linear-gradient(94deg, #FFF08F 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-buy .bot-content .cont-center p img {
  margin-right: 5px;
}

.bottom-buy .bot-content .cont-center p span {
  font-size: 12px;
  font-weight: 600;
}

.bottom-buy .bot-content .cont-right {
  padding-left: 10px;
}

.bottom-buy .bot-content .cont-right .bottom-price {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.bottom-buy .bot-content .cont-right .bottom-price b {
  font-size: 40px;
}

.bottom-buy .bot-content .cont-right .bottom-price del {
  color: #5E5E5E;
  font-weight: 500;
  padding-left: 7px;
}

.bottom-buy .bot-content .cont-right .btn-box {
  display: flex;
  justify-content: flex-end;
}

.bottom-buy .bot-content .cont-right .btn-box .xmas-btn {
  width: 254px;
  height: 49px;
  border-radius: 8px;
  font-size: 20px;
  border-radius: 200px;
}

.bottom-buy .bot-content .cont-right .btn-box .xmas-btn::after {
  width: 233px;
  /* background: url(../images/smail-snow.png) no-repeat center; */
}