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

body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.4;
  color: #0d0d0f;
  font-weight: 500;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 120px; }
  body ._mob {
    display: none !important; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #302d3d;
  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; }

.fl {
  float: left; }

.fr {
  float: right; }

.alc {
  text-align: center; }

.fireworks {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none; }
  .fireworks.fw1 {
    top: 15%;
    left: 3%; }
    .fireworks.fw1 .fireworks_img {
      animation: fireworks 2.5s 3s infinite; }
    .fireworks.fw1 .fireworks_gj {
      animation: fireworksgj 2.5s 2s forwards infinite; }
  .fireworks.fw2 {
    top: 0%;
    right: 10%;
    transform: scale(0.6); }
    .fireworks.fw2 .fireworks_img {
      animation: fireworks 2.5s 1s infinite; }
    .fireworks.fw2 .fireworks_gj {
      animation: fireworksgj 2.5s forwards infinite; }
  .fireworks.fw3 {
    top: 38%;
    right: 0%;
    transform: scale(0.8); }
    .fireworks.fw3 .fireworks_img {
      animation: fireworks 2.5s 5s infinite; }
    .fireworks.fw3 .fireworks_gj {
      animation: fireworksgj 2.5s 4s forwards infinite; }
  .fireworks img {
    max-width: 100%;
    height: auto; }
  .fireworks .fireworks_img {
    transform: scale(0); }
  .fireworks .fireworks_gj {
    position: absolute;
    left: 50%;
    bottom: -60%;
    transform: translate(-50%, 100%) scale(0); }
@keyframes fireworks {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1); }
  90% {
    transform: scale(1);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fireworksgj {
  0% {
    transform: translate(-50%, 100%) scale(1);
    bottom: -60%; }
  50% {
    transform: translate(-50%, 100%) scale(0);
    bottom: 100%; }
  100% {
    transform: translate(-50%, 100%) scale(0);
    bottom: -60%; } }
@media screen and (max-width: 1366px) {
  .fireworks.fw1 {
    top: 8%;
    left: 3%; }
  .fireworks.fw3 {
    top: 38%;
    right: -7%;
    z-index: 12; } }
.main {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.hide {
  display: none; }

/* price */
.price {
  color: #212121; }

.pc .banbuybtn {
  overflow: hidden; }
  .pc .banbuybtn > span {
    display: block;
    width: 63px;
    height: 47px;
    position: absolute;
    top: 1px;
    left: -47px;
    background: url(../images/lightShadow.png) no-repeat;
    animation: lightShadow 6s infinite; }

.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;
  border-radius: 9999px;
  background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  border: 2px solid #F63629;
  transition: all .3s ease-out; }
  .buybtn:hover {
    background: transparent linear-gradient(0deg, #FF3434 0%, #FF4848 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box; }

.soldOut .banner .buybtn {
  margin-top: 18px; }

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
  background: url(../images/banner_bg.jpg) center/cover no-repeat;
  position: relative; }
  .banner .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 54px;
    height: 17px;
    left: -34px;
    top: 44px; }
    .banner .logo > svg {
      pointer-events: none; }
  .banner .buybtn {
    width: 100%;
    margin: 14px auto 0px;
    font-size: 18px;
    z-index: 2; }
  .banner .des {
    font: normal normal normal 12px/8px Lexend;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.6);
    margin: 20px auto 0;
    width: 100%;
    text-align: center; }
  .banner .banner_title {
    position: relative; }
    .banner .banner_title .sold_text {
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      position: absolute;
      left: 310px;
      bottom: 7px; }
    .banner .banner_title .title {
      text-align: center; }
    .banner .banner_title .title_sale {
      margin-top: -66px; }
    .banner .banner_title .date {
      width: 240px;
      position: absolute;
      top: 181px;
      left: 310px;
      font: normal normal 500 12px/1 Lexend;
      letter-spacing: 0.28px;
      color: #684D4D; }
      .banner .banner_title .date b {
        display: inline-block;
        color: #FF0000;
        min-width: 16px; }
        .banner .banner_title .date b:last-of-type {
          min-width: 26px; }
  .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; }

@keyframes lightShadow {
  0% {
    transform: translateX(-600px); }
  100% {
    transform: translateX(600px); } }
.main {
  overflow: hidden; }

.salecont {
  position: relative;
  height: 511px;
  margin-top: 15px;
  text-align: center;
  background: #FFFBF8;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  padding: 30px 0px 0px; }
  .salecont::after, .salecont::before {
    content: "";
    display: block;
    position: absolute; }
  .salecont::before {
    bottom: -50px;
    left: -30px;
    width: 152px;
    height: 80px; }
  .salecont::after {
    bottom: -50px;
    left: 47%;
    width: 286px;
    height: 86px; }
  .salecont .salesepro-price del {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.31); }

.saleselbox {
  position: relative;
  z-index: 1; }

.saleselbox {
  width: 690px; }
  .saleselbox .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 24px;
    text-align: left;
    width: 100%;
    padding-left: 54px; }
  .saleselbox .alltitle {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: normal normal normal 12px/35px Lexend;
    color: #606060;
    padding: 0 25px; }
    .saleselbox .alltitle .all {
      cursor: pointer; }
      .saleselbox .alltitle .all::before {
        content: "";
        width: 15px;
        height: 15px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #dc9e1d;
        position: absolute;
        right: 2px;
        top: 19px; }
      .saleselbox .alltitle .all.checked::after {
        content: "";
        width: 16px;
        height: 14px;
        background: url(../images/select.png);
        position: absolute;
        right: 0;
        top: 19px; }
  .saleselbox ul {
    padding-left: 24px; }
  .saleselbox ul li {
    position: relative;
    float: left;
    margin-right: -2px;
    width: 112px;
    cursor: pointer;
    opacity: 0.8;
    filter: grayscale(100%); }
    .saleselbox ul li .seloff b {
      position: absolute;
      opacity: 0; }
    .saleselbox ul li.checked .seloff b {
      display: inline-block;
      position: absolute;
      z-index: 0;
      color: #000;
      text-align: center;
      font-size: 21px;
      font-weight: 700;
      margin: -40px 0 0 15px;
      opacity: 1; }
      .saleselbox ul li.checked .seloff b::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        font: inherit;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px #FFD500;
        text-shadow: 1px 1px 2px #FFA09E; }
    .saleselbox ul li.selbox6 {
      margin-right: 0px; }
    .saleselbox ul li::after, .saleselbox ul li::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2; }
    .saleselbox ul li::before {
      top: 0;
      right: -8px;
      width: 22px;
      height: 27px;
      background: #bab8cf;
      border-radius: 0px 10px; }
    .saleselbox ul li::after {
      top: -6px;
      right: -18px;
      width: 31px;
      height: 29px;
      opacity: 0;
      visibility: hidden;
      background: url(../images/check_icon.png) center no-repeat; }
    .saleselbox ul li .img_pcs {
      position: absolute;
      bottom: 15px;
      left: 38px;
      opacity: 0;
      transition: all .3s ease; }
    .saleselbox ul li.checked {
      filter: inherit;
      opacity: 1; }
      .saleselbox ul li.checked::before {
        background: #F2AC19; }
      .saleselbox ul li.checked::after {
        opacity: 1;
        visibility: visible; }
      .saleselbox ul li.checked .img_pcs {
        opacity: 1; }

.salesedes {
  margin: 0 auto;
  padding: 0px 35px 0px 45px;
  display: flex;
  justify-content: space-between; }

.salesepro {
  width: 670px;
  border-bottom: 2px solid #D7D5E8; }
  .salesepro .pcs {
    font-size: 14px;
    font-weight: 600;
    color: #F546AD;
    margin-right: 50px;
    opacity: 0;
    transition: all .3s ease; }
  .salesepro .salesepro-price {
    width: 110px; }
    .salesepro .salesepro-price b {
      color: #EE0018;
      margin-left: 6px;
      font-weight: 500; }
    .salesepro .salesepro-price span {
      opacity: 0; }

.salesepro-head {
  padding: 0px 65px 9px 20px;
  border-bottom: 2px solid #D7D5E8;
  display: flex;
  justify-content: space-between; }
  .salesepro-head h4 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #B4B4B4; }
  .salesepro-head .salesepro-l {
    padding-left: 0px;
    color: #B4B4B4; }
  .salesepro-head .salesepro-r {
    display: flex;
    gap: 186px; }

.salesepro-cont {
  margin-top: 22px;
  text-align: left;
  padding-left: 20px; }
  .salesepro-cont li {
    position: relative;
    margin-bottom: 12px;
    height: 24px;
    display: flex; }
    .salesepro-cont li p {
      font-size: 14px;
      color: #3f3f3f; }
    .salesepro-cont li.checked p {
      font-weight: 700;
      color: #0d0d0d; }
    .salesepro-cont li.checked .salesepro-price del {
      font-weight: 400;
      color: rgba(0, 0, 0, 0.31);
      text-decoration: line-through; }
    .salesepro-cont li.checked .salesepro-price span {
      font-weight: 300;
      color: #4D4D4D;
      margin-left: 6px;
      opacity: 1; }
    .salesepro-cont li.checked .salesepro-name::after {
      position: absolute;
      content: "";
      width: 20px;
      height: 19px;
      left: 4px;
      top: -2px;
      background: url(../images/box_check.svg) center no-repeat; }
    .salesepro-cont li.checked .pcs {
      opacity: 1; }
  .salesepro-cont .salesepro-name {
    cursor: pointer;
    flex: 1;
    display: flex;
    width: 100%; }
    .salesepro-cont .salesepro-name::before {
      width: 19px;
      height: 19px;
      background: #c4c4c4;
      border: 1px solid #646464;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      content: "";
      margin: 0px 15px 0 0;
      border-radius: 2px; }
    .salesepro-cont .salesepro-name p {
      display: inline-block;
      width: 430px;
      display: flex;
      justify-content: space-between; }
      .salesepro-cont .salesepro-name p span {
        font-size: 14px;
        font-weight: 300;
        color: #646081;
        display: inline-block;
        min-width: 148px; }
        .salesepro-cont .salesepro-name p span b {
          font-weight: 400;
          color: #00AA3E; }

.saleseorder-buy {
  position: relative; }
  .saleseorder-buy .btnh_icon {
    right: 0px;
    bottom: -26px; }
    .saleseorder-buy .btnh_icon.on {
      right: -48px;
      bottom: -12px; }

.btnh_icon {
  position: absolute;
  transform: scale(0.5);
  opacity: 0.5;
  transition: all .3s ease; }
  .btnh_icon.on {
    transform: scale(1);
    opacity: 1; }

.saleseorder {
  height: 417px;
  position: absolute;
  top: 50px;
  right: 37px;
  width: 402px;
  text-align: left;
  background: #fff;
  border-radius: 10px; }
  .saleseorder .viewbox {
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: center;
    height: 17px;
    top: 15px; }
    .saleseorder .viewbox p {
      position: absolute;
      top: 12px;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      opacity: 0;
      z-index: 0;
      transition: all .4s ease-out; }
      .saleseorder .viewbox p.on {
        top: 0px;
        opacity: 1;
        z-index: 1; }

.saleseordercnt {
  width: 344px;
  margin: 0px auto; }

.saleseorder-head {
  margin-top: 16px;
  height: 54px;
  line-height: 54px;
  border-bottom: 2px solid #e2e2e2; }
  .saleseorder-head h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center; }
  .saleseorder-head .saleseorder-price img {
    margin-top: 1px;
    display: block; }

.saleseorder-name {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .saleseorder-name .saleratio-box {
    display: inline-block;
    height: 18px;
    width: 83px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #E60000;
    background: transparent linear-gradient(274deg, #FFC464 0%, #FFF8D6 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px; }

.saleseorder-price {
  width: 106px;
  display: inline-block;
  color: #E60000;
  vertical-align: middle;
  text-align: left; }
  .saleseorder-price .salertotal {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    position: relative;
    top: -4px; }
    .saleseorder-price .salertotal .extra_del {
      display: none;
      position: absolute;
      left: -54px;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.31); }
    .saleseorder-price .salertotal.extra {
      color: #E60000; }
      .saleseorder-price .salertotal.extra .ct_price .scroll-tick strong {
        color: #E60000; }
      .saleseorder-price .salertotal.extra .extra_del {
        display: block;
        position: absolute;
        top: 12px;
        left: -60px;
        font-size: 16px;
        color: #a2a2a2; }
    .saleseorder-price .salertotal .ct_price {
      display: flex;
      width: inherit;
      height: 34px;
      line-height: 34px;
      overflow: hidden;
      text-align: center;
      position: relative;
      top: 2px;
      left: 1px; }
      .saleseorder-price .salertotal .ct_price .scroll-tick {
        width: 18px;
        height: 34px;
        line-height: 34px; }
        .saleseorder-price .salertotal .ct_price .scroll-tick strong {
          display: block;
          font-size: 30px;
          font-weight: bold;
          color: #000000; }

.desc1 {
  width: 100%;
  text-align: center;
  margin: 5px auto 0;
  font-size: 12px;
  font-weight: 400;
  color: #D28B8B; }

.saleseorder-cont {
  margin-top: 14px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0 26px;
  gap: 14px; }

.saleseorder-items p {
  font-size: 14px;
  color: #000; }
  .saleseorder-items p .orprice {
    font-weight: bold; }
  .saleseorder-items p b {
    font-size: inherit;
    font-weight: bold; }

.saleseorder-extra,
.saleseorder-items,
.saleseorder-discount,
.saleseorder-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%; }

.saleseorder-extra {
  width: 344px;
  height: 68px;
  background: url(../images/gray_flag.png) no-repeat center/cover;
  position: relative; }
  .saleseorder-extra .spec_exta1 {
    position: absolute;
    top: 30px;
    left: 24px;
    font: normal normal 600 12px/35px Lexend;
    letter-spacing: 0px;
    color: #7B7B7B; }
  .saleseorder-extra .spec_exta2 {
    font: normal normal 600 16px/35px Lexend;
    letter-spacing: 0px;
    color: #00AA3E;
    position: absolute;
    top: 16px;
    right: 24px; }
  .saleseorder-extra .date {
    width: 105px;
    height: 33px;
    position: absolute;
    background: url(../images/ban_time_bg.png) no-repeat center/cover;
    position: absolute;
    top: 32px;
    left: 118px;
    display: flex;
    padding-left: 8px;
    justify-content: center;
    align-items: center;
    font: normal normal 500 12px/1 Lexend;
    color: #FFFFFF; }
    .saleseorder-extra .date b {
      color: #FFFF00; }
  .saleseorder-extra.add_on {
    background: url(../images/flag1.png) no-repeat center/cover; }
    .saleseorder-extra.add_on .spec_exta1 {
      color: #00AA3E; }
    .saleseorder-extra.add_on::after {
      display: none; }
    .saleseorder-extra.add_on .pb_titme {
      filter: grayscale(0); }
      .saleseorder-extra.add_on .pb_titme p {
        color: #000; }
      .saleseorder-extra.add_on .pb_titme .countdown .scroll-tick strong,
      .saleseorder-extra.add_on .pb_titme .countdown .scroll-tick span {
        color: #E60000; }
  .saleseorder-extra.sold {
    background: url(../images/gray_flag.png) no-repeat center/cover; }
    .saleseorder-extra.sold .pb_titme {
      filter: grayscale(1); }
      .saleseorder-extra.sold .pb_titme p {
        color: #888888; }
      .saleseorder-extra.sold .pb_titme .countdown .scroll-tick strong,
      .saleseorder-extra.sold .pb_titme .countdown .scroll-tick span {
        color: #888888; }
    .saleseorder-extra.sold::after {
      content: '';
      display: block;
      background: url(../images/expired.png) no-repeat center/cover;
      width: 73px;
      height: 25px;
      position: absolute;
      left: 120px;
      top: 20px;
      z-index: 2; }
  .saleseorder-extra::after {
    content: '';
    display: block;
    background: url(../images/gray_text.png) no-repeat center/cover;
    width: 264px;
    height: 23px;
    position: absolute;
    left: 42px;
    top: 24px;
    z-index: 2; }
  .saleseorder-extra .pb_titme {
    display: flex;
    align-items: center;
    position: absolute;
    left: 47px;
    top: 42px;
    filter: grayscale(1); }
    .saleseorder-extra .pb_titme p {
      font-size: 12px;
      font-weight: 600;
      color: #888888; }
    .saleseorder-extra .pb_titme .countdown .scroll-tick strong,
    .saleseorder-extra .pb_titme .countdown .scroll-tick span {
      color: #888888;
      font-size: 14px; }

.saleseorder-buy.extra .saleseorder-price .salertotal {
  animation: zoom-scaling 2s ease-in-out forwards; }

.saleseorder-extra span {
  display: block;
  color: #00b23b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500; }

.saleseorder-discount p {
  font-size: 14px; }
  .saleseorder-discount p span {
    font-size: inherit;
    font-weight: inherit; }

.saleseorder-total {
  margin: 12px 0px; }
  .saleseorder-total p {
    font-size: 16px;
    color: #000;
    font-weight: bold; }
    .saleseorder-total p span {
      font-size: inherit;
      font-weight: inherit; }
      .saleseorder-total p span b {
        font-size: 30px; }

.countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 14px;
  top: -2px;
  line-height: 18px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: center; }
  .countdown .scroll-tick strong,
  .countdown .scroll-tick span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #ff0b0b; }

.br-numGhost {
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: 4;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #ff0000;
  font-size: 32px;
  text-shadow: 0 1px 0 #fff; }

.br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 20px; }
  .br-reduce.reduce1 .br-num {
    background-position: 0 0; }
  .br-reduce.reduce2 .br-num {
    background-position: 0 -30px; }
  .br-reduce .br-num {
    z-index: 22;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 0;
    margin-top: -15px;
    width: 22px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    color: #ffcf41;
    font-weight: 500;
    text-align: center;
    background: transparent linear-gradient(180deg, #ffcf4100 0%, #ff002c 46%, #ffcf4100 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: reduce 1s ease-out 1;
    animation: reduce 1s ease-out 1; }

.reduce {
  display: block;
  position: absolute;
  top: 0px;
  right: 120px;
  margin-top: -15px;
  width: 22px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #ffcf41;
  font-weight: 500;
  text-align: center;
  background: transparent linear-gradient(180deg, #ffcf4100 0%, #ff002c 46%, #ffcf4100 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: reduce 1s ease-out 1;
  animation: reduce 1s ease-out 1; }

@keyframes reduce {
  from {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    top: -20px;
    opacity: 0;
    filter: alpha(opacity=0); } }
.banner .banner_title h1 {
  height: fit-content;
  position: relative; }
.banner .progress_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 26%;
  bottom: 10px;
  width: 218px;
  height: 18px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 6px #E9E9E987;
  border: 1px solid #FFDD24;
  border-radius: 10px;
  z-index: 1; }
  .banner .progress_bar .progress_barbg {
    position: absolute;
    width: 97%;
    height: 11px;
    background: transparent linear-gradient(90deg, #FF3939 0%, #D40A00 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    right: 3px;
    overflow: hidden;
    transition: all .3s ease-out; }
    .banner .progress_bar .progress_barbg::before {
      content: "";
      width: 22px;
      height: 18px;
      background: url(../images/bar_circle.svg);
      position: absolute;
      left: -4px;
      top: -4px; }
  .banner .progress_bar .pb_titme {
    display: flex;
    align-items: center;
    height: 14px;
    position: relative;
    top: 0;
    color: #5D5D5D; }
    .banner .progress_bar .pb_titme p {
      font-size: 12px;
      font-weight: 500; }
    .banner .progress_bar .pb_titme .br-numGhost {
      left: 8%;
      top: -15px; }
.banner .saleseorder > p {
  top: 0px; }

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

.pop-warp {
  width: 658px;
  height: 381px;
  right: 0;
  bottom: 0;
  top: -100px;
  margin: auto;
  background: url(../images/pop_bg.png) no-repeat center/cover; }
  .pop-warp .close {
    cursor: pointer;
    font-size: 0px;
    position: absolute;
    right: -10px;
    top: 10px;
    opacity: .8; }
    .pop-warp .close:hover {
      opacity: 1; }
  .pop-warp .pop_cont {
    margin-top: 95px;
    text-align: center; }
    .pop-warp .pop_cont img {
      margin-left: -20px; }
    .pop-warp .pop_cont p {
      color: #A36B01;
      font-size: 16px; }
    .pop-warp .pop_cont h4 {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 15px; }
      .pop-warp .pop_cont h4 del {
        font-size: 24px;
        font-weight: 300;
        color: #A36B01;
        position: relative;
        text-decoration: none; }
        .pop-warp .pop_cont h4 del::after {
          content: "";
          display: block;
          width: 94px;
          height: 12px;
          background: url(../images/pop_del.svg) center no-repeat;
          position: absolute;
          left: -8px;
          top: 12px; }
      .pop-warp .pop_cont h4 span {
        font-size: 14px;
        font-weight: 600; }
        .pop-warp .pop_cont h4 span b {
          font-size: 40px;
          font-weight: 600; }
    .pop-warp .pop_cont .buybtn {
      width: 376px;
      height: 54px; }
      .pop-warp .pop_cont .buybtn i {
        font-style: normal; }

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

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  25%,
    75% {
    /* transform: scale(1.5); */
    transform: scale(1.3);
    opacity: 1; }
  50% {
    /* transform: scale(0.5); */
    transform: scale(0.6);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }

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