* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1120px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  --familyLeague: "Lexend", Arial, Helvetica, sans-serif;
  --familyLexend: "Lexend", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  width: 100%;
}

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

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
del,
b {
  box-sizing: border-box;
}

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

img {
  border: none;
}

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

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.all-icons {
  display: inline-block;
  text-indent: -9999px;
}

.nysale-btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 10px;
  height: 48px;
  min-width: 321px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.28px;
  border: none;
  background: transparent linear-gradient(351deg, #E90505 0%, #FB1F2E 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #A809093B, 0px 9px 10px #F8A18A;
  border-radius: calc(48px / 2);
  text-align: center;
  transition: background 300ms ease-out, box-shadow 300ms ease-out;
  box-sizing: border-box;
  transform-style: preserve-3d;
  z-index: 1;
}

.nysale-btn:hover {
  background: transparent linear-gradient(345deg, #DF0606 0%, #F30019 100%) 0% 0% no-repeat padding-box;
}



.nysale-btn.small-btn {
  min-width: 184px;
  height: 40px;
  line-height: 40px;
  border-radius: calc(40px / 2);
}

.banner {
  position: relative;
  width: 100%;
  height: 840px;
  background-size: cover;
  overflow: hidden;
  background: url(../images/banner_bg.png)center no-repeat;
}

.banner .logo {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 14px;
  left: 0px;
  top: 25px;
  z-index: 3;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat;
}

.banner .title {
  position: relative;
}

.banner .title h1 {
  text-indent: -9999px;
  height: 192px;
  background: url(../images/title.png) center bottom no-repeat;
}
.banner .title .snok {
  position: absolute;
  width: 49px;
  height: 59px;
  left: 300px;
  top: 60px;
  background: url(../images/shake.png);
  animation: 3s swing 1.5s ease infinite;
}

.banner small {

  font-size: 12px;
  transform: scale(0.8);
  opacity: 0.6;
}


@keyframes swing {
  5% {
    transform: rotate(15deg);
  }

  10% {
    transform: rotate(-10deg);
  }

  15% {
    transform: rotate(5deg);
  }

  20% {
    transform: rotate(-5deg);
  }

  25% {
    transform: rotate(0);
  }

  35% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  45% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  55% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.banner .timecount .milliseconds,
.banner .timecount span {
  font-size: 12px;
}

.banner .timecount b {
  font-weight: 400;
}

.banner.soldout .salepro .progift::before {
  width: 684px;
  height: 119px;
  background: url(../images/sold_pop2.png) no-repeat;
}
.banner a {
  overflow: hidden;
}
.banner a span {
  display: block;
  width: 30px;
  height: 113px;
  position: absolute;
  top: -34px;
  left: 87px;
  background: rgba(255, 255, 255, .3);
  animation: lightShadow 6s infinite;
}

@keyframes lightShadow {
  0% {
    transform: translateX(-600px)rotate(50deg);
  }

  100% {
    transform: translateX(600px)rotate(50deg);
  }
}

.banner .checked .progress_bar {
  display: block;
}

.banner .progress_bar {

  margin: 115px auto 0px;
}

.banner .progress_bar .pb_titme .countdown {
  line-height: 20px;
}

.banner .progress_bar .pb_titme .countdown .scroll-tick strong {
  font-size: 14px;
}

.saleoffer {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 558px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 29px;
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
  box-shadow: 0px 10px 45px rgba(159,159,159,.5);
}

.saletop {
  border-bottom: 3px solid rgba(255, 255, 255, 0.698);
  display: flex;
  align-items: stretch;
  justify-content: space-between;

}

.saletop .salegift {
  float: right;
  position: relative;
  width: 446px;
  height: 207px;
  flex-shrink: 0;
  flex-grow: 0;
  left: 5px;
  top: -20px;
  background-image: url(../images/top_gift.png);
  filter: grayscale(1);
  opacity: 0.6;
}

.saletop .salegift::before {
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  left: -25px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-image: url(../images/add_gary.png);
  background-size: 26px;
  background-repeat: no-repeat;
}

.saletop .salegift.checked {
  filter: grayscale(0);
  opacity: 1;
}

.saletop .salegift.checked::before {
  background-image: url(../images/add.png);
}

.saletop .salepacks {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 24px;
  height: 28px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #FFB524;
  border: 2px solid #FC4140;
  border-radius: 6px;
  vertical-align: middle;
}

.saletop .salenum {
  display: inline-block;
  color: #FC4140;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
}

.saletop .salenum .numlist {
  float: left;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.saletop .salenum .numlist i {
  display: block;
  font-style: normal;
}

.saletop .reducenum,
.saletop .salesold {
  display: block;
  position: absolute;
  top: -16px;
  left: 34%;
  z-index: -1;
  opacity: 0;
  width: 26px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/reduce1.png) no-repeat;
}

.saletop .reducenum.on {
  z-index: 1;
  animation: reducenum_animation 1.5s;
}

.saletop .salesold {
  display: none;
  top: 50px;
  left: 145px;
  width: 95px;
  height: 90px;
  text-indent: 0;
  background: url(../images/sold_pop2x.png) no-repeat;
}

.saletop .salesold.on {
  display: block;
  z-index: 2;
  opacity: 1;
  transform: scale(2);
  animation: soldout_animation 0.4s linear forwards;
}

@keyframes soldout_animation {
  0% {
    opacity: 1;
    transform: scale(2);
  }

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

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

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

.salebox {
  float: left;
  justify-content: flex-start;
  text-align: center;
  display: flex;
  display: flex;
  align-items: stretch;
  flex: 1;
  max-width: 642px;
}

.salebox li {
  position: relative;
  float: left;
  margin-right: 18px;
  width: 147px;
  height: 183px;
  line-height: 183px;
  cursor: pointer;
}

.salebox li::before,
.salebox li::after,
.salebox li .check-icon {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}

.salebox li .check-icon {
  right: -20px;
  top: 23px;
  z-index: 2;
  width: 46px;
  height: 37px;
  background-image: url(../images/check.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}

.salebox li::before {
  z-index: 1;
  right: 1px;
  top: 30px;
  width: 26px;
  height: 31px;
  background-color: #A7A7A7;
  border-radius: 0px 14px;
}

.salebox li>img {
  display: inline-block;
  vertical-align: bottom;
}

.salebox li.checked .check-icon {
  opacity: 1;
  transform: scale(1);
  transition: all .3s ease-out;
}

.salebox li.checked::before {
  background-color: #FF8323;
}

.salebox li.checked::after {
  opacity: 0;
}

.salebottom {
  margin: 0px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.salepro {
  width: 680px;
  margin-top: -25px;
}

.salepro .s-name {
  flex: 1 1 0;
}

.salepro .s-off {
  width: 76px;
  text-align: center;
}

.salepro .s-price {
  margin-left: 64px;
  width: 110px;
  text-align: left;
}

.salepro .s-price .price {
  margin-right: 7px;
}

.salepro .sale-title {
  padding: 20px 24px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.salepro .sale-title h3 {
  float: left;
  color: #343434;
  font-size: 14px;
  line-height: 14px;
}

.salepro .sale-title .s-name {
  margin-left: -315px;
}

.salepro .prolist,
.salepro .progift {
  padding: 0 24px;
  margin-top: 22px;
  margin-bottom: 20px;
}

.salepro .prolist li,
.salepro .progift li {
  position: relative;
  margin-bottom: 10px;
  height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.salepro .prolist li span,
.salepro .progift li span {
  display: block;
  float: left;
  color: #aeacb9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.salepro .prolist li .s-name,
.salepro .progift li .s-name {
  line-height: 16px;
  display: flex;
  align-items: center;
}

.salepro .prolist li i,
.salepro .progift li i {
  position: relative;
  top: 0px;
  display: block;
  float: left;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #E8E8E8;
  border: 1px solid #5B5B5B;
  box-sizing: border-box;
}

.salepro .prolist li i::before,
.salepro .progift li i::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  right: 0;
  margin: 0 auto;
  top: -2px;
  width: 15px;
  height: 14px;
  transform: scale(0);
  background: url(../images/check_small.png) no-repeat;
}
.banner .time_box {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center
}

.banner .time_box p {
  color: #ff0b0b;
  font-size: 11px;
  font-weight: 500
}
.salepro .prolist li .s-off,
.salepro .progift li .s-off {
  font-weight: 700;
}

.salepro .prolist li .s-price del,
.salepro .progift li .s-price del {
  display: inline-block;
  color: #aeacb9;
}

.salepro .prolist li.checked,
.salepro .progift li.checked {
  color: #0d0d0d;
  font-weight: 700;
}

.salepro .prolist li.checked span,
.salepro .progift li.checked span {
  color: #000;
  font-weight: 500;
}

.salepro .prolist li.checked .s-off,
.salepro .progift li.checked .s-off {
  color: #F80000;
}

.salepro .prolist li.checked .s-price del,
.salepro .progift li.checked .s-price del {
  color: #8E8B9D;
  text-decoration: none;
  position: relative;
}

.salepro .prolist li.checked .s-price del:after,
.salepro .progift li.checked .s-price del:after {
  content: '';
  display: block;
  width: 52px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/del_bg.png) no-repeat center/cover;
}



.salepro .prolist li.checked i::before,
.salepro .progift li.checked i::before {
  transform: scale(1);
  transition: transform 0.4s ease;
}

.salepro .prolist li.checked .s-off {
  color: #000;
  line-height: 21px;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 21px;
  background: url(../images/s-off_bg.png);
}

.salepro .prolist li:nth-of-type(3) .price {
  margin-right: 9px;
}

.salepro .progift {
  position: relative;
  margin: 0;
  padding: 15px 24px;
  background: #fff;
  border: 1px solid #cfced4;
  border-radius: 14px;
  filter: grayscale(1);
}

.salepro .progift::before,
.salepro .progift::after {
  content: '';
  display: block;
  position: absolute;
}

.salepro .progift::after {
  right: -22px;
  bottom: -30px;
  width: 71px;
  height: 64px;
  background-image: url(../images/tip_gift.png);
  background-size: 58px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.salepro .progift::before {
  white-space: pre;
  top: 64%;
  left: 51%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(1);
  width: 691px;
  height: 99px;
  background-image: url(../images/sold_gift.png);
  font: normal normal bold 20px/24px Lexend;
  transition: transform .3s ease;
}

.salepro .progift.checked {
  border: 1px solid #FF3B3B;
  background: #fff;
  filter: grayscale(0);
}

.salepro .progift.checked::after {

  right: -21px;
  bottom: -26px;
}

.salepro .progift.checked::before {
  z-index: -3;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .3s ease;
}

.salepro .progift.checked li span {
  color: #000;
  font-weight: 500;
}

.salepro .progift.checked li .s-off {
  color: #1CBB3B;
  font-weight: 800;
}

.salepro .progift li {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  cursor: default;
}

.salepro .progift li:last-child {
  margin-bottom: 0;
}

.salepro .progift li .s-name {
  line-height: 14px;
}

.salepro .progift li .s-price {
  padding-left: 2px;
}

.salepro .progift li .s-price del {
  padding-left: 13px;
}

.salepro .progift li i {
  margin-right: 11px;
  width: 12px;
  height: 13px;
  border-radius: 0px;
  border: none;
}

.salepro .progift li i::before {
  left: -2px;
  top: -2px;
  width: 17px;
  height: 17px;
  transform: scale(1);
  background: url(../images/gift_sharp.png) no-repeat;
}

.zoom {
  animation: zoom-scaling 2s ease-in-out 1;
}

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  15% {
    transform: scale(1.5);
    opacity: 1;
  }

  30% {
    transform: scale(1);
    opacity: 0.5;
  }

  45% {
    transform: scale(1.5);
    opacity: 1;
  }

  60% {
    transform: scale(1);
    opacity: 0.5;
  }

  75% {
    transform: scale(1.5);
    opacity: 1;
  }

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

.saleorder {
  margin-left: 38px;
  padding: 18px 36px;
  padding-top: 0px;
  float: right;
  position: relative;
  width: 402px;
  height: auto;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
  background: transparent linear-gradient(180deg, #FFFFFF69 0%, #FFE5B2 100%) 0% 0% no-repeat padding-box;
}

.saleorder .saletoday {
  color: #888888;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
}

.saleorder .orderlist {
  margin: 9px 0 5px;
  display: flex;
  flex-direction: column;
}

.saleorder .orderlist li {
  padding: 0 10px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.saleorder .orderlist li.extra {
  display: none;
}

.saleorder .orderlist li.extra.on {
  display: block;
}
.saleorder .orderlist li.extra.on span b {
  color: #00B122;
}
.saleorder .orderlist li.soldout{
  position: relative;
  filter: grayscale(1);
}
.saleorder .orderlist li.soldout::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 17px;
  top: 2px;
  background: url(../images/small-expired.png);
}
.saleorder .orderlist li.soldout::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 27px;
  left: 0;
  top: -2px;
  background: rgba(128, 128, 128, .59);
}
.saleorder .orderlist li.soldout span .time_pop {
  display: none;
}
.saleorder .orderlist li.salebg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  height: 24px;
  color: #000000;
  border-radius: 4px;
}

.saleorder .orderlist li.salebg b {
  font-weight: 700;
  color: #FC4140;
}

.saleorder .orderlist li.salebg .order-price {
  display: inline-block;
  float: right;
}

.saleorder .orderlist li.saleline {
  padding-top: 12px;
  border-top: 3px solid rgba(203, 124, 124, 0.188);
}

.saleorder .orderlist li.saleline b,
.saleorder .orderlist li.saleline span {
  font-weight: 700;
  font-size: 16px;
}

.saleorder .orderlist li span {
  display: block;
  float: left;
}

.saleorder .orderlist li span >b {
  font-weight: 600;

}

.saleorder .orderlist li span .time_pop {
  display: inline-flex;
  gap: 3px;
  width: 98px;
  box-sizing: border-box;
  padding-left: 15px;
  height: 22px;
  align-items: center;
  background: url(../images/t_bg.png) no-repeat center/cover;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  font-style: normal;
}
.saleorder .orderlist li span .time_pop b {
  color: #000000 !important;
}
.saleorder .orderlist li span.order-price {
  float: right;
}

.saleorder .orderlist li span em {
  display: inline-block;
  font-style: normal;
}




.saleorder .sixteenday.ex {
  bottom: -34px;
}

.salered,
.saleblank {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.salered.small,
.saleblank.small {
  font-size: 14px;
}

.salered em,
.saleblank em {
  display: inline-block;
  font-style: normal;
}

.salered.salernum em,
.saleblank.salernum em {
  font-size: 30px;
}

.sixteenday {
  margin-top: 10px;
  text-align: center;
  color: #D19364;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.saleblue {
  color: #00AAFF;
}

.saleredb {
  color: #EB2629;
}

.salelightgreen {
  color: #0096E0;
}

.salegreen {
  color: #03BD45;
}

.salepurple {
  color: #5535ca;
}

.saleimf {
  color: #3DBDD6;
}

.salereisu {
  color: #1E1C2C;
}

.buybtn {
  width: 256px;
  height: 49px;
  background: transparent linear-gradient(280deg, #C90000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 28px;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  font: normal normal bold 20px/52px Lexend;
  color: #FFFFFF;
}

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

.buybtn:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  font: normal normal normal 14px/16px Lexend;
  color: #8E8E8E;
  left: 95px;
  bottom: -30px;
  pointer-events: none;
}

.sale_cont {
  box-sizing: border-box;
  padding-top: 24px;
  max-width: 1920px;
  height: 2580px;
  margin: 0 auto 0;
}

.sale_cont .wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto 0;
}

.sale_cont .wrapper>h3 {
  font: normal normal bold 24px/27px Lexend;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.sale_cont .tit_h2 {
  display: block;
  margin: 50px auto 0;
  font: normal normal bold 30px/27px Lexend;
  text-align: center;
}

.sale_cont .des_p {
  text-decoration: underline;
  font: normal normal bold 30px/34px Lexend;
  color: #F80000;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 78px;
}

.sale_cont .ul1 {
  width: 100%;
}

.sale_cont .ul1 li {
  width: 100%;
  height: 403px;
  margin-bottom: 65px;
  background: url(../images/li_bg.png) no-repeat center/cover;
}

.sale_cont .ul1 li:nth-of-type(1) .border_text b:after {
  -webkit-text-stroke: 6px #101668;
}

.sale_cont .ul1 li:nth-of-type(1) .border_text:after {
  background: url(../images/text-spr.png) no-repeat -37px -475px;
}

.sale_cont .ul1 li:nth-of-type(2) .wrap {
  margin-left: 56px;
}

.sale_cont .ul1 li:nth-of-type(2) .border_text b:after {
  -webkit-text-stroke: 6px #5B0E3A;
}

.sale_cont .ul1 li:nth-of-type(2) .border_text:after {
  background: url(../images/text-spr.png) no-repeat -228px -475px;
}

.sale_cont .ul1 li:nth-of-type(3) {
  margin-bottom: 72px;
}

.sale_cont .ul1 li:nth-of-type(3) .wrap {
  margin-left: 56px;
}

.sale_cont .ul1 li:nth-of-type(3) .border_text b:after {
  -webkit-text-stroke: 6px #0B3B1B;
}

.sale_cont .ul1 li:nth-of-type(3) .border_text:after {
  background: url(../images/text-spr.png) no-repeat -37px -571px;
}

.sale_cont .ul1 li:nth-of-type(4) .intro {
  width: 682px;
}

.sale_cont .ul1 li:nth-of-type(4) .intro p:nth-of-type(1) {
  width: 328px;
}

.sale_cont .ul1 li:nth-of-type(4) .intro p:nth-of-type(3) {
  width: 328px;
}

.sale_cont .ul1 li:nth-of-type(4) .intro p:nth-of-type(odd) {
  margin-right: 43px;
}

.sale_cont .ul1 li:nth-of-type(4) .pri_btn {
  margin-left: 60px;
}

.sale_cont .ul1 li:nth-of-type(4) .slogan::before {
  background: url(../images/off_60.png) no-repeat;
}

.sale_cont .ul1 li .slogan {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 905px;
  height: 63px;
  background: transparent linear-gradient(180deg, #FF717A 0%, #BC2218 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #FF9A9A;
  border-radius: 10px;
  font: normal normal 18px/21px Lexend;
  left: 12%;
  margin-top: -30px;
}

.sale_cont .ul1 li .slogan::before {
  content: '';
  display: block;
  position: absolute;
  width: 146px;
  height: 75px;
  background: url(../images/off_70.png) no-repeat;
  left: -14px;
  top: -11px;
}

.sale_cont .ul1 li .slogan .border_text {
  position: relative;
}

.sale_cont .ul1 li .slogan .border_text:after {
  content: '';
  display: block;
  position: absolute;
  width: 159px;
  height: 50px;
  left: -26px;
  top: -12px;
  z-index: -1;
}

.sale_cont .ul1 li .slogan p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 110px;
}

.sale_cont .ul1 li .cont {
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 30px 0 80px;
  display: flex;
  justify-content: center;
  gap: 70px;
}

.sale_cont .ul1 li .wrap {
  box-sizing: border-box;
  padding-top: 50px;
}

.sale_cont .ul1 li .intro {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sale_cont .ul1 li .intro p {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  width: 280px;
}

.sale_cont .ul1 li .intro p:nth-of-type(odd) {
  margin-right: 24px;
}

.sale_cont .ul1 li .intro p:after {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: url(../images/redcheck.png) no-repeat;
}

.sale_cont .ul1 li .pri_btn {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
}

.sale_cont .ul1 li .pri_btn del {
  color: #8E8E8E;
  font-weight: 400;
  padding-right: 12px;
  padding-bottom: 26px;
}

.sale_cont .ul1 li .pri_btn p {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin-right: 24px;
  padding-bottom: 12px;
}

.sale_cont .ul1 li .pri_btn p span {
  font-size: 44px;
  font-weight: 600;
}

.sale_cont .ul2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.sale_cont .ul2 li {
  width: 385px;
  height: 353px;
  background: transparent linear-gradient(0deg, #FFCFCF 0%, #FFFEFF 77%, #FDF9FF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #EEC9DE;
  padding: 32px 16px 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}

.sale_cont .ul2 .flag {
  width: 106px;
  height: 29px;
  background: url(../images/off_55tag.png) no-repeat;
  line-height: 34px;
  padding-left: 21px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 8px;
  right: 20px;
}

.sale_cont .ul2 .hd {
  font-size: 0;
  color: transparent;
  text-indent: -9999;
}

.sale_cont .ul2 .icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.sale_cont .ul2 .icon.isu {
  background: url(../images/text-spr.png) no-repeat -116px -271px;
}

.sale_cont .ul2 .icon.sd {
  background: url(../images/text-spr.png) no-repeat -197px -271px;
}

.sale_cont .ul2 .icon.pf {
  background: url(../images/pf_icon.png) no-repeat;
}

.sale_cont .ul2 h3 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-bottom: 24px;
}

.sale_cont .ul2 .check {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  position: relative;
  text-align: left;
}

.sale_cont .ul2 .check:after {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: -24px;
  width: 15px;
  height: 15px;
  background: url(../images/redcheck.png) no-repeat;
  transform: scale(0.8);
}

.sale_cont .ul2 .pri_btn {
  display: flex;
  margin-top: 32px;
  align-items: baseline;
}

.sale_cont .ul2 .pri_btn p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.sale_cont .ul2 .pri_btn p span {
  font-size: 30px;
  font-weight: 700;
}

.sale_cont .ul2 .pri_btn del {
  font-size: 16px;
  font-weight: 400;
  color: #A195AA;
  padding-left: 5px;
}

.sale_cont .ul2 .buybtn {
  width: 256px;
  height: 49px;
  background: transparent linear-gradient(280deg, #C90000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 28px;
}

.sale_cont .ul2 .buybtn:hover {
  background: transparent linear-gradient(279deg, #FF3400 0%, #FF8903 100%) 0% 0% no-repeat padding-box;
}

.award {
  position: relative;
  padding: 72px 0 54px;
  text-align: center;
  margin-bottom: 70px;
}
.award::after {
  position: absolute;
  content: "";
  width: 1200px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0px;
  
  background-color: #EEE5E0;
  margin: auto;
}
.award::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 23px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/free_arrow.png);

}

.award .award-title {
  padding-bottom: 25px;
  font-size: 26px;
  line-height: 30px;
  color: #1E1C2C;
}

.salereview {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 80px;
}

.salereview .wrapper {
  width: 1100px;
  height: 330px;
  margin: 0px auto;
  position: relative;
}

.salereview .wrapper::before,
.salereview .wrapper::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 1100px;
  height: 280px;
  background-color: #fdfcf9;
  border: 2px solid #faf1d9;
  border-radius: 10px;
  box-sizing: border-box;
}

.salereview .wrapper::after {
  bottom: 10px;
  z-index: 1;
  width: 1016px;
  height: 280px;
  background-color: #fcf9ed;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

.salereview .salearrow:hover::before,
.salereview .salearrow:hover::after {
  background: #e9e0ca;
}

.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: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background: #f7eac4;
  border: 6px solid #f7eac4;
}

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

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

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

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

.saleservice {
  margin-top: 60px;
  padding-top: 70px;
  background-color: #f9f9f9;
  margin-bottom: 0px;
}

.saleservice .service-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.saleservice dl {
  width: 553px;
  height: 125px;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
  text-align: left;
  box-sizing: border-box;
}

.saleservice dl.fl {
  margin-right: auto;
}

.saleservice dl.fr {
  margin-left: auto;
  padding: 20px;
}

.saleservice dl.fr dt {
  float: auto;
  margin: 0;
  width: 100%;
}

.saleservice dl.fr h3 {
  padding-top: 0;
}

.saleservice dl dt {
  float: left;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
}

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

.saleservice dl dd {
  float: left;
}

.saleservice dl h3 {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #7c7c7f;
}

.saleservice dl p {
  margin: 0;
  color: #28282c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.saleservice .note {
  padding: 28px 0 0;
  color: #7b7b7e;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

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

.progress_bar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 20px auto 0px;
  position: relative;
  padding-right: 30px;
  width: 225px;
  height: 20px;
  border-radius: 7px;
}

.progress_bar .pb_titme {
  display: flex;
  align-items: center;
  height: 20px;
  position: relative;
  top: -2px;
  left: 40px;
  color: #000000;
}

.progress_bar .pb_titme p {
  font-size: 14px;
  font-weight: 600;
}

.progress_bar .pb_titme .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: center;
}

.progress_bar .pb_titme .countdown .scroll-tick strong,
.progress_bar .pb_titme .countdown .scroll-tick span {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #F64B2D;
}

.popbg {
  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 {
  z-index: 9998;
  opacity: 1;
  transform: scale(1);
}

.pop-warp {
  position: fixed;
  width: 658px;
  height: 366px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: url(../images/pop_bg.png);
  box-sizing: border-box;
  padding: 0;
  font-family: "Lexend";
}

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

.pop-warp .close {
  cursor: pointer;
}

.pop-warp .close:hover {
  opacity: 0.8;
}

.pop-warp .pop-message {
  margin: 275px auto 0px;
  width: 274px;
  line-height: normal;
}

.pop-warp .pop-message .pop_box {
  position: absolute;
  width: 388px;
  margin: -143px 0 0 -167px;
}

.pop-warp .pop-message .pop_box img:nth-of-type(2) {
  margin-left: -17px;
}

.pop-warp .pop-message .price_box .total {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.pop-warp .pop-message .price_box .total span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 9px;
}

.pop-warp .pop-message .price_box .total span strong {
  font-size: 44px;
}

.pop-warp .pop-message .price_box .total del {
  font-size: 16px;
  text-decoration: none;
  color: #542908;
  position: relative;
}

.pop-warp .pop-message .price_box .total del::after {
  content: "";
  width: 52px;
  height: 12px;
  background: url(../images/del_bg.png);
  position: absolute;
  top: 2px;
  left: 0px;
}

.pop-warp .pop-message .pop_price {
  position: absolute;
  top: 128px;
  right: 99px;
  z-index: 2;
  text-align: center;
}

.pop-warp .pop-message .pop_price del {
  color: #736e6e;
  font: 400 20px/1.2 var(--familyLeague);
}

.pop-warp .pop-message .pop_price .middle_del {
  padding: 13px 0 16px;
  display: block;
  color: #c5bcbd;
}

.pop-warp .pop-message .pop_price strong {
  color: #fff8d8;
  font: 600 20px/1.2 var(--familyLeague);
}

.pop-warp .pop-message .pop_price strong big {
  font: inherit;
  color: inherit;
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
}

.pop-warp .pop-message .buybtn {
  position: relative;
  display: block;
  margin: 5px auto 0;
  width: 274px;
  height: 45px;
  background: transparent linear-gradient(180deg, #fff6d7 0%, #ffdd9f 27%, #ffc832 50%, #ffd340 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #ffb574;
  border-radius: 24px;
  font-weight: 500;
  color: #7d3e08;
  font: normal normal bold 18px / 52px Lexend;
}

.pop-warp .pop-message .buybtn:hover {
  background: #FFD340 no-repeat padding-box;
}

.pop-warp .pop-message>p {
  margin-top: 14px;
  font-size: 14px;
  color: #FF5F5F;
  text-align: center;
}

.normal_buy {
  display: block;
  width: 224px;
  height: 40px;
  background: transparent linear-gradient(279deg, #FFBB00 0%, #FFE854 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #D46300, 0px 6px 11px #840101;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 9px;
  font: normal normal 900 16px/24px Lexend;
  color: #1E1C2C;
}

.normal_buy span {
  font-size: inherit;
  font-weight: inherit;
}

.normal_buy:hover {
  background: transparent linear-gradient(279deg, #FFE600 0%, #FBFF75 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #D4A300, 0px 6px 11px #840101;
}

@keyframes arrow {
  0% {
    bottom: 60px;
  }

  50% {
    bottom: 75px;
  }

  100% {
    bottom: 60px;
  }
}

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

  50% {
    bottom: 75px;
  }

  100% {
    bottom: 60px;
  }
}

@keyframes heartbeat {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes heartbeat {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ray {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

@-webkit-keyframes ray {
  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(720deg);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes scal {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes scal {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.bottom-buy {
  position: relative;
  width: 100%;
  height: 452px;
  margin-top: 150px;
  text-align: center;
  background: #fff url(../images/bottom_buy_bg.png) top center no-repeat;
  box-sizing: border-box;
}

.bottom-buy .bottom-title {
  position: relative;
  z-index: 1;
  padding: 40px 0 70px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.bottom-buy .bottom-title::before {
  position: absolute;
  content: "Once per year only";
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  width: 225px;
  height: 45px;
  font-family: Pacifico;
  font-size: 18px;
  color: #FFE600;
  text-align: center;
  font-weight: 300;
  padding-top: 19px;
  background: url(../images/tag.png) no-repeat;
}

.bottom-buy .bottom-container {
  width: 100%;
  height: 260px;
}

.bottom-buy .bottom-container._fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background: #fff;
}

.bottom-buy .buy-inner {
  display: flex;
  height: 260px;
  font-family: Lexend;
  background: url(../images/buy_offer_bg.png) no-repeat;
}

.bottom-buy .buy-image {
  position: relative;
  margin-right: auto;
  margin-top: 20px;
  padding: 32px 30px 0 30px;
}

.bottom-buy .buy-image::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 55px;
  right: 30px;
  width: 384px;
  height: 114px;
  background: url(../images/buy_bundle_sold.png) no-repeat;
}

.bottom-buy .buy-image .progress_bar {
  width: 300px;
  position: absolute;
  right: 68px;
  top: 121px;
}
.bottom-buy .buy-image .progress_bar .pb_titme p{
  color: #fff;
  font-size: 12px;
}
.bottom-buy .buy-image .progress_bar .pb_titme .countdown .scroll-tick strong{
  color: #FFDD00;
}

.bottom-buy .buy-image .progress_bar .br-reduce {
  top: -10px;
  left: 47%;
}

.bottom-buy .buy-image .br-counter {
  position: absolute;
  top: 135px;
  left: 316px;
  z-index: 2;
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.bottom-buy .buy-image .ny-reduce {
  top: 120px;
  right: 230px;
}

.bottom-buy .buy-title {
  margin-top: 30px;
  height: 36px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}



.bottom-buy .paint-order {
  paint-order: stroke;
}

.bottom-buy .buy-desc {
  margin-top: 5px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.bottom-buy .buy-price {
  margin-left: auto;
  text-align: center;
  width: 330px;
  margin-right: 64px;
}

.bottom-buy .pro-price {
  margin-left: 6px;
  width: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.46);
  text-decoration: line-through;
}

.bottom-buy .pro-price::before {
  display: none;
}

.bottom-buy .order-price {
  margin-bottom: 6px;
  display: block;
}

.bottom-buy .b-tag {
  padding-top: 10px;
  color: rgba(163, 163, 163, .66);
  font-size: 12px;
  font-weight: 400;
}

.bottom-buy .order-discount {
  color: #FFDF00;
  font-size: 24px;
  font-weight: 500;
}

.bottom-buy .order-discount>big {
  font-size: 38px;
  font-weight: 500;
}

.bottom-buy .buybtn {
  width: 270px;
  height: 48px;
  box-sizing: border-box;
}

.bottom-buy .br-timebox {
  position: relative;
  width: 398px;
  height: 20px;
  line-height: 20px;
  border-radius: calc(22px / 2);
  background: rgba(255, 255, 255, 0.031);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2px;
  box-sizing: border-box;
}

.bottom-buy .ny-reduce {
  top: 0;
  right: -20px;
  left: auto;
  z-index: 3;
}

.bottom-buy .time-desc {
  position: absolute;
  right: 14px;
  top: 1px;
  z-index: 2;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #8D8D8D;
}

.bottom-buy .br-progress {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  width: 0;
  height: 14px;
  background: linear-gradient(90deg, #FFD8D8 0%, #FF7171 100%);
  border-radius: 7px;
  overflow: visible !important;
}

.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);
}

.gift-pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  width: 339px;
  height: 465px;
  transition: all 0.5s ease;
  text-align: center;
}

.gift-pop .close {
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/close_gift.png);
  top: 190px;
  right: 170px;
  cursor: pointer;
}

.gift-pop .close:hover {
  background: url(../images/close_gift_hover.png);
}

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

.gift-pop .turntable {
  position: relative;
  width: 339px;
  height: 339px;
}
.gift-pop .turntable .turntable-box {
  position: absolute;
  width: 339px;
  height: 339px;
  background: url(../images/turntable.png);
}
.turntable-box.turntableon {
  animation: ray 1.5s ease;
}
.gift-pop .turntable .pointer {
  position: absolute;
  width: 110px;
  height: 111px;
  top: 120px;
  left: 115px;
  background: url(../images/pointer.png);
}
.gift-pop .pop_icon{
  position: absolute;
  left: -130px;
  top: 200px;
}


.store-pop {
  position: fixed;
  width: 435px;
  height: 435px;
  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: 'Lexend';
  background: url(../images/store_pop.png?t=1648795183);
}

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

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

.store-pop .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  right: -11px;
  top: 127px;
  cursor: pointer;
  z-index: 120;
}

.store-pop .close::before {
  content: "";
  width: 3px;
  height: 18px;
  transform: rotate(45deg);
  right: 20px;
  top: 9px;
  position: absolute;
  display: block;
  background: #787878;
  opacity: .8;
}

.store-pop .close::after {
  content: "";
  width: 3px;
  height: 18px;
  transform: rotate(135deg);
  right: 20px;
  top: 9px;
  position: absolute;
  display: block;
  background: #787878;
  opacity: .8;
}

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

.store-pop .close:hover::after {
  opacity: 1;
}
.store-pop .pop-cont{
  margin: 240px auto 0px;
  width: 210px;
  text-align: center;
  color: #FF0019;
}
.store-pop .pop-cont span{
  font-size: 12px;
  font-weight: 900;
}
.store-pop .pop-cont b{
  font-size: 40px;
  font-weight: 900;
  display: block;
  margin-top: -8px;
}
.store-pop .pop-cont p{
  font-size: 12px;
  font-weight: 500;
  color: #B84B02;
  margin-top: -5px;
}
.store-pop .buybtn3 {
  width: 270px;
  height: 48px;
  margin-top: 27px;
  box-shadow: 0px 8px 19px #FF8F4E;
}
.store-pop p{
  font-size: 11px;
  color: #676767;
  margin-top: 5px;
}



/*# sourceMappingURL=style.css.map */