/* CSS Document */
* {
  margin: 0;
  padding: 0; }

body {
  min-width: 1100px;
  font-size: 14px;
  line-height: 1.4;
  color: #1E1C2C;
  font-weight: 400;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline; }

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

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

.wrapper {
  width: 1210px;
  margin: 0px auto; }

.ny {
  background-color: #fff; }
  .ny .nysale-btn {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    height: 48px;
    min-width: 282px;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.28px;
    background: transparent linear-gradient(90deg, #FF0020 0%, #EF001E 100%) 0% 0% no-repeat padding-box;
    border-radius: 31px;
    text-align: center;
    box-sizing: border-box;
    transform-style: preserve-3d; }
    .ny .nysale-btn:hover {
      background: #D50100 0% 0% no-repeat padding-box; }
    .ny .nysale-btn.small-btn {
      min-width: 184px;
      height: 40px;
      line-height: 36px;
      border-radius: calc(40px / 2); }
  .ny .ny-countNum {
    display: inline-block;
    color: #FF4234;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
  .ny .ny-numGhost {
    position: absolute;
    top: 6px;
    left: 35px;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #ff0000;
    font-size: 24px;
    text-shadow: 0 1px 0 #fff; }
  .ny .ny-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 85px;
    left: 64%; }
    .ny .ny-reduce.reduce1 .ny-num {
      background-position: 0 0; }
    .ny .ny-reduce.reduce2 .ny-num {
      background-position: 0 -30px; }
    .ny .ny-reduce .ny-num {
      position: absolute;
      right: 16px;
      top: 0;
      width: 32px;
      height: 30px;
      display: inline-block;
      background: url(../images/reduce.png) no-repeat;
      z-index: 22; }
  .ny ._asc {
    color: #00A1E3; }
  .ny ._db {
    color: #EB2629; }
  .ny ._imf {
    color: #00BBCA; }
  .ny ._iu {
    color: #01C137; }
  .ny ._isu {
    color: #5535CA; }
  .ny ._sd {
    color: #0096E0; }
  .ny .gift-offer {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap; }
    .ny .gift-offer .gift-item {
      position: relative;
      display: flex;
      margin-bottom: 22px;
      padding: 86px 24px 30px 34px;
      width: 44%;
      max-width: 590px;
      background: #F8F9FA 0% 0% no-repeat padding-box;
      border: 1px solid #DCDCDC;
      border-radius: 10px;
      height: 204px; }
    .ny .gift-offer .g-title {
      position: absolute;
      font: normal normal bold 22px/22px Lexend;
      color: #000000;
      text-align: center;
      margin: -69px 0 0 115px; }
      .ny .gift-offer .g-title::before {
        content: '';
        display: block;
        position: absolute;
        width: 559px;
        border: 1px solid #DCDCDC;
        left: -141px;
        top: 41px; }
    .ny .gift-offer .gift-item.db .g-title {
      margin: -69px 0 0 105px; }
      .ny .gift-offer .gift-item.db .g-title::before {
        left: -131px; }
    .ny .gift-offer .gift-item.iu .g-title {
      margin: -69px 0 0 95px; }
      .ny .gift-offer .gift-item.iu .g-title::before {
        left: -121px; }
    .ny .gift-offer .gift-item.imf .g-title {
      margin: -69px 0 0 73px; }
      .ny .gift-offer .gift-item.imf .g-title::before {
        left: -99px; }
    .ny .gift-offer .g-price {
      flex: 1 1 0; }
    .ny .gift-offer .g-image {
      position: relative;
      margin: 0;
      flex-shrink: 0;
      width: 48px;
      height: 48px; }
    .ny .gift-offer .g-info {
      width: 304px;
      border-right: 1px solid #DBDBDB;
      text-align: left;
      padding-right: 15px;
      box-sizing: border-box; }
    .ny .gift-offer .g-name {
      padding: 6px 0 4px;
      color: #000;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500; }
    .ny .gift-offer .g-desc,
    .ny .gift-offer .g-tag {
      font-size: 12px;
      line-height: 14px;
      font-weight: 500; }
    .ny .gift-offer .g-tag {
      padding-top: 6px;
      color: #A3A3A3; }
    .ny .gift-offer .g-desc {
      padding-top: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 600; }
    .ny .gift-offer .g-list {
      margin-top: 18px; }
      .ny .gift-offer .g-list > li {
        margin-bottom: 8px;
        color: #1A1919;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500; }
    .ny .gift-offer .g-price {
      padding-top: 13px;
      text-align: center; }
      .ny .gift-offer .g-price .g-save {
        display: inline-block;
        box-sizing: border-box;
        font: normal normal bold 26px/35px Lexend;
        width: 184px;
        height: 50px;
        background: url(../images/save.png) center no-repeat;
        padding: 9px 0; }
      .ny .gift-offer .g-price .order-discount {
        padding: 25px 0 4px;
        flex: 0;
        color: #000;
        font-size: 18px;
        line-height: 22px;
        text-align: center; }
        .ny .gift-offer .g-price .order-discount strong > big {
          font-size: 30px;
          font-weight: bold; }
      .ny .gift-offer .g-price .pro-price {
        display: block;
        margin: 0 auto 6px;
        width: auto;
        color: #727272;
        font-weight: 500;
        text-decoration: line-through; }
        .ny .gift-offer .g-price .pro-price > del {
          color: #727272;
          font-weight: 500;
          text-decoration: line-through; }
        .ny .gift-offer .g-price .pro-price::before {
          display: none; }
  .ny .gift-offer2 {
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    height: 322px;
    background: #F8F9FA 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .ny .gift-offer2 .gift-item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px 40px 30px 40px; }
      .ny .gift-offer2 .gift-item::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 283px;
        background: #DBDBDB 0% 0% no-repeat padding-box;
        left: 768px;
        left: 390px;
        top: 19px; }
      .ny .gift-offer2 .gift-item .g-save {
        display: inline-block;
        box-sizing: border-box;
        width: 125px;
        height: 30px;
        background: url(../images/off40.png) center no-repeat;
        font: normal normal bold 20px/16px Lexend;
        padding: 9px 13px;
        margin-top: -9px; }
      .ny .gift-offer2 .gift-item .g-name {
        font: normal normal 18px/22px Lexend;
        font-weight: 500;
        margin: 9px 0 10px 0; }
      .ny .gift-offer2 .gift-item p {
        font: normal normal normal 12px/20px Lexend;
        text-align: center; }
      .ny .gift-offer2 .gift-item .order-discount {
        flex: 0;
        margin: 9px 0 10px 0;
        font: normal normal bold 16px/21px Lexend; }
        .ny .gift-offer2 .gift-item .order-discount strong {
          margin-right: 5px; }
          .ny .gift-offer2 .gift-item .order-discount strong big {
            font: normal normal bold 26px/21px Lexend; }
        .ny .gift-offer2 .gift-item .order-discount del {
          color: #727272; }
      .ny .gift-offer2 .gift-item .g-tag {
        font: normal normal 12px/24px Lexend;
        color: #A3A3A3;
        margin-top: 3px; }
    .ny .gift-offer2 .gift-item.sd::before {
      display: none; }
  .ny .pro-tag {
    flex: 0;
    display: inline-block;
    min-width: 114px;
    padding: 0 8px;
    height: 20px;
    color: #8E8E8E;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 10px;
    text-align: center;
    background-color: #FFF6F6; }
    .ny .pro-tag > em {
      display: inline-block;
      font-style: normal;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      transform: scale(0.9); }
  .ny .pro-off,
  .ny .pro-price {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none; }
  .ny .pro-off {
    min-width: 80px;
    color: #FF5438;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box; }
    .ny .pro-off.off-tag {
      padding: 0 10px;
      height: 18px;
      line-height: 18px;
      color: #000; }
      .ny .pro-off.off-tag::before, .ny .pro-off.off-tag::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1; }
      .ny .pro-off.off-tag::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: linear-gradient(275deg, #FFC464 0%, #FFF8D6 100%); }
      .ny .pro-off.off-tag::after {
        top: 50%;
        left: -9px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid #FFF8D6; }
  .ny .pro-price {
    margin-left: 40px;
    width: 48px;
    color: #8E8E8E;
    font-weight: 400; }
    .ny .pro-price::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 52px;
      height: 15px;
      font-weight: 600;
      background: url(../images/store_del.png) no-repeat; }
  .ny .order-price {
    display: flex;
    margin-bottom: 5px; }
  .ny .order-name,
  .ny .order-discount {
    flex: 1 1 0; }
  .ny .order-name {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600; }
  .ny .order-discount {
    text-align: end;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
    .ny .order-discount del {
      font-size: 12px;
      color: #9A9A9A; }
    .ny .order-discount.red {
      color: #FF0D0D; }
    .ny .order-discount > big {
      font-style: normal;
      font-weight: inherit;
      line-height: inherit;
      font-size: 30px; }

.time_box {
  position: absolute;
  width: 181px;
  height: 31px;
  background: url(../images/clock1.png) no-repeat center;
  left: 398px;
  top: 120px; }
  .time_box p {
    font: normal normal normal 14px/35px Lexend;
    color: #FAFAFA;
    margin: -3px 0 0 28px; }
    .time_box p strong {
      font-weight: 500; }

.ny {
  /* banner */ }
  .ny .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; }
  .ny .br-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px; }
    .ny .br-reduce.reduce1 .br-num {
      background-position: 0 0; }
    .ny .br-reduce.reduce2 .br-num {
      background-position: 0 -30px; }
    .ny .br-reduce .br-num {
      z-index: 22;
      display: inline-block;
      position: absolute;
      right: 16px;
      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; }
  .ny .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; }
  .ny .pb_titme {
    display: flex;
    align-items: center;
    height: 14px;
    position: relative;
    margin-left: 4px;
    top: 0px;
    color: #C9C9C9;
    font-size: 12px; }
    .ny .pb_titme .countdown {
      margin-right: 2px;
      position: relative;
      display: flex;
      vertical-align: bottom;
      height: 14px;
      line-height: 14px;
      overflow: hidden;
      text-align: center;
      top: 0px; }
      .ny .pb_titme .countdown span {
        height: 14px; }
      .ny .pb_titme .countdown .scroll-tick {
        height: 14px; }
        .ny .pb_titme .countdown .scroll-tick:last-child {
          margin-right: 0; }
        .ny .pb_titme .countdown .scroll-tick span,
        .ny .pb_titme .countdown .scroll-tick strong {
          font-size: 12px;
          display: block;
          font-weight: 600;
          min-width: 12px;
          color: #FF004E; }
  .ny .progress_bar {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    width: 218px;
    height: 18px;
    border-radius: 10px;
    background: #181818;
    box-shadow: inset 0px 0px 6px #E9E9E987;
    border: 1px solid #70707033;
    border-radius: 10px;
    left: 182px;
    bottom: 10px; }
    .ny .progress_bar .progress_barbg {
      position: relative;
      width: 130px;
      height: 12px;
      right: 2px;
      left: auto;
      margin-left: 20px;
      border-radius: 10px;
      background: transparent linear-gradient(82deg, #FF006F 0%, #FF7700 100%) 0% 0% no-repeat padding-box;
      overflow: visible !important;
      transition: all .6s ease-in; }
      .ny .progress_bar .progress_barbg::before {
        content: "";
        width: 20px;
        height: 12px;
        background: url(../images/bar_circle.png) no-repeat center/cover;
        position: absolute;
        left: -6px;
        top: 0px; }
    .ny .progress_bar .br-reduce {
      position: absolute;
      display: block;
      width: 50px;
      height: 50px;
      top: 5px;
      left: 47%;
      z-index: 10; }
      .ny .progress_bar .br-reduce .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: 14px;
        text-shadow: 0 1px 0 #fff; }
  .ny .banner {
    width: 100%;
    min-width: 1200px;
    height: 852px;
    background: url(../images/banner_bg.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden; }
    .ny .banner .nysale-btn {
      width: 100%;
      height: 48px;
      line-height: 50px;
      margin-top: 0px; }
  .ny .banner .banner_title {
    position: relative;
    margin: 0;
    width: 1016px;
    height: 184px;
    margin: 0 auto 0;
    background: url(../images/title_main.png) no-repeat center/cover; }
    .ny .banner .banner_title.soldout {
      width: 781px;
      height: 184px;
      background: url(../images/title_main_sold.png) no-repeat center/cover; }
      .ny .banner .banner_title.soldout .progress_bar {
        opacity: 0; }
  .ny .main {
    overflow: hidden; }
  .ny #snowflakes-container,
  .ny .snowflakes {
    overflow: hidden !important;
    width: 100% !important; }
  .ny .banner .logo {
    position: absolute;
    display: block;
    width: 54px;
    height: 18px;
    left: 10%;
    top: 34px;
    text-indent: -9999px;
    background: url(../images/logo.svg) center no-repeat;
    z-index: 9; }
  .ny .salecont {
    position: relative;
    height: 511px;
    margin-top: 25px;
    text-align: center;
    background: #E9E9E9;
    border-radius: 35px; }
  .ny .saleselbox {
    margin: 0 auto;
    width: 1125px;
    padding: 45px 0 20px; }
  .ny .saleselbox ul li {
    position: relative;
    float: left;
    margin-right: 44px;
    width: 145px;
    cursor: pointer;
    opacity: 0.8;
    filter: grayscale(100%); }
    .ny .saleselbox ul li .num_cont {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      right: 15px; }
      .ny .saleselbox ul li .num_cont p,
      .ny .saleselbox ul li .num_cont b {
        font-size: 12px;
        font-weight: 700;
        height: 14px;
        line-height: 14px; }
      .ny .saleselbox ul li .num_cont b {
        color: #FF004E;
        margin-right: 4px; }
      .ny .saleselbox ul li .num_cont .countdown {
        position: relative;
        display: flex;
        vertical-align: bottom;
        height: 14px;
        line-height: 14px;
        overflow: hidden;
        text-align: center;
        top: 0px; }
        .ny .saleselbox ul li .num_cont .countdown span {
          height: 14px; }
        .ny .saleselbox ul li .num_cont .countdown .scroll-tick {
          height: 14px; }
          .ny .saleselbox ul li .num_cont .countdown .scroll-tick:last-child {
            margin-right: 0; }
          .ny .saleselbox ul li .num_cont .countdown .scroll-tick span {
            font-size: 12px;
            display: block;
            font-weight: 600;
            color: #FF004E; }
  .ny .saleselbox ul li.selbox6 {
    margin-right: 0px; }
  .ny .saleselbox ul li:before,
  .ny .saleselbox ul li:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2; }
  .ny .saleselbox ul li:before {
    top: 9px;
    right: -12px;
    width: 26px;
    height: 31px;
    background: #BAB8CF;
    border-radius: 0px 10px; }
  .ny .saleselbox ul li:after {
    top: 5px;
    right: -22px;
    width: 36px;
    height: 35px;
    background: url(../images/check_icon.png) center center;
    opacity: 0;
    visibility: hidden; }
  .ny .saleselbox ul li.checked {
    filter: inherit;
    opacity: 1; }
  .ny .saleselbox ul li.checked:before {
    background: #FD5F4A; }
  .ny .saleselbox ul li.checked:after {
    opacity: 1;
    visibility: visible; }
  .ny .salesedes {
    margin: 0 auto;
    width: 1090px; }
  .ny .salesepro {
    width: 606px;
    float: left; }
  .ny .salesepro .salesepro-name {
    float: left;
    width: 335px; }
  .ny .salesepro .pcs {
    float: left;
    width: 93px;
    height: 19px;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    background: #EAEAEF;
    border-radius: 10px;
    color: #646081; }
  .ny .salesepro .salesepro-price {
    float: right;
    width: 82px; }
  .ny .salesepro-head {
    padding: 0px 0 10px;
    border-bottom: 2px solid #e1dfec; }
  .ny .salesepro-head h4 {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #D7D5E8; }
  .ny .salesepro-head .salesepro-price {
    padding-left: 0px;
    text-align: left; }
  .ny .salesepro-cont {
    margin-top: 15px;
    text-align: left;
    border-bottom: 2px solid #e1dfec; }
  .ny .salesepro-cont li {
    position: relative;
    margin-bottom: 10px;
    height: 24px; }
  .ny .salesepro-cont li p {
    font-size: 14px;
    color: #3f3f3f; }
  .ny .salesepro-cont .salesepro-name {
    cursor: pointer; }
  .ny .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; }
  .ny .salesepro-cont .salesepro-name p {
    display: inline-block; }
  .ny .salesepro-cont li.checked p {
    font-weight: 500;
    color: #000; }
  .ny .salesepro-cont li.checked .salesepro-name::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 19px;
    left: 4px;
    background: url(../images/box-check.png);
    background-position: 0px -81px;
    top: -2px; }
  .ny .saleseorder.soldout .saleseordercnt {
    margin: 0px auto; }
  .ny .saleseorder.soldout .saleseorder-head {
    height: 54px; }
  .ny .saleseorder.soldout .saleseorder-items {
    margin-top: 18px; }
  .ny .saleseorder.soldout .saleseorder-discount {
    margin-top: 8px;
    margin-bottom: 10px; }
  .ny .saleseorder {
    width: 451px;
    height: 271px;
    float: right;
    text-align: left;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, white 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px; }
  .ny .saleseordercnt {
    width: 384px;
    margin: 0px auto; }
  .ny .saleseorder-head {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #E2E2E2; }
  .ny .saleseorder-head h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .ny .saleseorder-head .saleseorder-price img {
    margin-top: 1px;
    display: block; }
  .ny .saleseorder-name {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .ny .saleseorder-name .saleratio-box {
    display: inline-block;
    height: 18px;
    width: 83px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: transparent linear-gradient(180deg, #FFF954 0%, #FEFAA2 15%, #FEF100 64%, #FEB702 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px; }
  .ny .saleseorder-price {
    width: 72px;
    display: inline-block;
    color: #f71d03;
    vertical-align: middle;
    text-align: center; }
  .ny .saleseorder-cont {
    margin-top: 5px;
    border-bottom: 1px solid #eaeaea;
    position: relative; }
    .ny .saleseorder-cont.un {
      filter: grayscale(1); }
      .ny .saleseorder-cont.un:after {
        content: '';
        display: block;
        width: 252px;
        height: 79px;
        position: absolute;
        background: url(../images/un.png) no-repeat center/cover;
        left: 50%;
        top: 32%;
        transform: translate(-50%, -50%);
        z-index: 2; }
      .ny .saleseorder-cont.un::before {
        content: '';
        display: block;
        width: 430px;
        height: 60px;
        background: transparent linear-gradient(90deg, #fff 0%, #4B4B4B 13%, #5A5757 53%, #464444 88%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        opacity: 0.81;
        position: absolute;
        z-index: 1;
        left: -30px;
        top: -12px; }
    .ny .saleseorder-cont .pb_titme {
      position: absolute;
      left: 110px;
      top: 25px;
      width: 105px;
      height: 17px;
      background: #181818;
      color: #fff;
      text-align: center;
      border-radius: 9px;
      justify-content: center; }
      .ny .saleseorder-cont .pb_titme .countdown .scroll-tick strong {
        min-width: 12px;
        font-size: 12px; }
      .ny .saleseorder-cont .pb_titme .countdown {
        top: 1px; }
      .ny .saleseorder-cont .pb_titme p {
        font-size: 12px;
        color: #fff;
        font-weight: 400; }
    .ny .saleseorder-cont .time_box {
      position: absolute;
      width: 181px;
      height: 31px;
      background: url(../images/clock2.png) no-repeat center;
      left: 783px;
      top: 303px; }
      .ny .saleseorder-cont .time_box p {
        font: normal normal normal 12px/35px Lexend;
        color: #FAFAFA;
        margin: -3px 0 0 37px; }
        .ny .saleseorder-cont .time_box p strong {
          font-weight: 500; }
  .ny .saleseorder-cont.extra .saleseorder-discount .saleseorder-name p {
    font: normal normal 600 14px Lexend;
    color: #21AE00; }
  .ny .saleseorder-cont.extra .saleseorder-discount .saleseorder-price p {
    color: #21AE00;
    left: -6px; }
  .ny .saleseorder-cont p {
    font-size: 14px;
    font-weight: 500;
    color: #000; }
  .ny .saleseorder-items {
    margin-top: 12px; }
  .ny .saleseorder-items .saleseorder-price p {
    font-weight: bold; }
  .ny .saleseorder-discount {
    margin-top: 3px;
    margin-bottom: 5px; }
  .ny .saleseorder-discount .saleseorder-price p {
    color: #FF0D0D;
    position: relative;
    left: -2px; }
  .ny .saleseorder-items p .orprice {
    font-weight: bold; }
  .ny .saleseorder-items p b {
    font-size: inherit;
    font-weight: 500; }
  .ny .saleseorder-discount p {
    font-size: 14px; }
  .ny .saleseorder-discount p span {
    font-size: inherit;
    font-weight: inherit; }
  .ny .saleseorder-total {
    margin-top: 6px; }
  .ny .saleseorder-total p {
    font-size: 14px;
    color: #000;
    font-weight: bold; }
  .ny .saleseorder-total p span {
    font-size: inherit;
    font-weight: inherit; }
  .ny .saleseorder-total p span b {
    font-size: 30px; }
  .ny .salefea-title {
    padding-top: 0px;
    text-align: center; }
  .ny .saleenjoy .salefea-title {
    padding-top: 80px; }
  .ny .salefea-title p {
    font-size: 20px;
    color: #2f2f2f;
    margin-top: 25px; }
  .ny .salefea-title h2 {
    font-size: 36px;
    color: #000000;
    margin-top: 10px;
    font-weight: bold; }

.title {
  position: relative;
  text-align: center;
  margin-top: 100px; }
  .title::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 23px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    background: url(../images/salearrdown.png); }

.title p {
  font-size: 18px;
  line-height: 23px; }

.title h2 {
  font: normal normal bold 34px/43px Lexend; }

.title h2 span {
  color: #FF002C; }

.product-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: 46px; }

.product-list .product {
  display: flex;
  border: 2px solid #F6F6F6;
  height: 219px;
  align-items: center;
  gap: 80px; }
  .product-list .product .product-left {
    width: 396px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5fbf8; }
  .product-list .product .product-right dt {
    font: normal normal bold 16px/26px Lexend;
    color: #1E1C2B; }
    .product-list .product .product-right dt::before {
      content: "";
      width: 9px;
      height: 7px;
      background: url("../images/orangecheck.png");
      position: absolute;
      margin: 10px 0 0 -16px; }
    .product-list .product .product-right dt span {
      margin-left: 5px;
      font: normal normal normal 14px/26px Lexend;
      color: #505050; }
  .product-list .product .product-right dt:nth-of-type(2) {
    margin-top: 15px; }
  .product-list .product .product-right dd {
    font: normal normal normal 14px/16px Lexend;
    color: #3E3E3E; }
  .product-list .product .product-right .price-box {
    margin-top: 40px; }
    .product-list .product .product-right .price-box del {
      font: normal normal 16px/20px Lexend;
      color: #505050; }
    .product-list .product .product-right .price-box span {
      font: normal normal 16px/20px Lexend;
      color: #FF3A0A;
      text-decoration: line-through;
      margin-left: 10px; }
    .product-list .product .product-right .price-box strong {
      font: normal normal bold 22px/28px Lexend;
      color: #1E1C2C;
      margin-left: 20px; }
    .product-list .product .product-right .price-box .buybtn2 {
      float: right;
      width: 194px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font: normal normal 16px/20px Lexend;
      color: #FFFFFF;
      background: transparent linear-gradient(277deg, #C90000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset -2px -3px 3px rgba(0, 0, 0, 0.23), 0px 9px 10px #f8a18a;
      border-radius: 19px;
      margin: -5px 133px 0 0; }
      .product-list .product .product-right .price-box .buybtn2:hover {
        background: transparent linear-gradient(281deg, #ED0000 0%, #FF4E4E 100%) 0% 0% no-repeat padding-box; }

.message-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.message-list .message-box {
  margin-top: 45px;
  display: flex;
  width: 592px;
  height: 298px;
  padding-top: 50px;
  background-color: #f1f1f1; }
  .message-list .message-box .message {
    width: 380px;
    margin-left: 10px; }
    .message-list .message-box .message h3 {
      font: normal normal bold 18px/23px Lexend; }
      .message-list .message-box .message h3 span {
        font: normal normal 500 12px/21px Lexend; }
    .message-list .message-box .message ul {
      margin-top: 18px;
      margin-bottom: 20px;
      height: 158px;
      border-bottom: solid #dbdbdb 1px; }
      .message-list .message-box .message ul li {
        display: flex;
        color: #3E3E3E;
        align-items: center;
        font: normal normal 500 14px/26px Lexend; }
        .message-list .message-box .message ul li:last-child {
          font-size: 13px; }
        .message-list .message-box .message ul li::before {
          margin-right: 10px;
          content: "";
          width: 9px;
          height: 7px;
          background: url(../images/check.png); }
    .message-list .message-box .message .price-box {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .message-list .message-box .message .price-box strong {
        font: normal normal bold 22px/28px Lexend; }
      .message-list .message-box .message .price-box del {
        margin-left: 15px;
        font: normal normal 500 16px/28px Lexend;
        flex: 1 1 0; }
  .message-list .message-box.ascu-box .message h3 span {
    display: block; }
  .message-list .message-box.ascu-box .message ul {
    height: 137px; }

.bottom-buy {
  position: relative;
  width: 100%;
  height: 542px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 58px; }
  .bottom-buy .bottom-title {
    position: relative;
    z-index: 1;
    padding: 75px 0 10px;
    color: #3D3D3D;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 97px;
    background: url(../images/title_bg.png) center 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 {
    position: relative;
    display: flex;
    height: 260px;
    background: url(../images/buy_bg.png) no-repeat; }
    .bottom-buy .buy-inner::before {
      opacity: 0;
      content: "";
      position: absolute;
      z-index: 0;
      top: 88px;
      left: 686px;
      width: 73px;
      height: 73px;
      background: url(../images/arrow.png) center no-repeat; }
    .bottom-buy .buy-inner.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      max-width: 1200px; }
  .bottom-buy .buy-image {
    position: relative;
    margin-right: auto;
    margin-top: 60px;
    margin-left: 30px;
    padding: 32px 30px 0 30px;
    width: 554px;
    height: 118px;
    background: url(../images/pack_gift_box1.png); }
    .bottom-buy .buy-image::before {
      content: '';
      display: none;
      position: absolute;
      bottom: 55px;
      left: 31px;
      width: 598px;
      height: 153px;
      background: url(../images/buy_bundle_sold.png);
      border-radius: 13px; }
    .bottom-buy .buy-image .br-counter {
      position: absolute;
      top: 135px;
      left: 314px;
      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 {
    padding: 40px 0 6px;
    padding: 0;
    font-size: 0px;
    position: relative;
    margin: 28px auto 0;
    color: #FFFFFF;
    font: normal normal 500 26px/33px Lexend; }
    .bottom-buy .buy-title span {
      position: relative;
      z-index: 5; }
  .bottom-buy .buy-title-svg {
    margin: 30px auto 2px;
    width: 234px;
    height: 40px;
    fill: crimson;
    stroke: white;
    stroke-width: 3px;
    font-size: 26px;
    line-height: 2;
    font-weight: 700;
    font-family: "Lexend", Arial, Helvetica, sans-serif; }
  .bottom-buy .paint-order {
    paint-order: stroke; }
  .bottom-buy .buy-desc {
    padding-bottom: 30px;
    font: normal normal 14px/24px Lexend;
    color: #FFFFFF;
    margin-top: 9.6px; }
  .bottom-buy .buy-price {
    margin-left: auto;
    text-align: center;
    width: 328px;
    margin-right: 64px; }
  .bottom-buy .pro-price {
    margin-left: 6px;
    width: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.66);
    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: 6px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500; }
  .bottom-buy .order-discount {
    color: #FFDF00;
    font-size: 24px;
    font-weight: 600; }
    .bottom-buy .order-discount > big {
      font-size: 38px; }
  .bottom-buy .nysale-btn {
    width: 275px;
    height: 51px; }
  .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; }

.bottom-buy.soldout .bottom-container .buy-inner .buy-image {
  background: url(../images/pack_gift_box.png); }

.award {
  padding: 72px 0 84px;
  text-align: center; }
  .award .award-title {
    padding-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
    color: #1E1C2C; }

.salereview {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 330px; }
  .salereview::before, .salereview::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::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: 50px; }
    .salereview .salearrow.next {
      right: 50px; }
      .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: 100px;
  padding-top: 70px;
  background-color: #f9f9f9; }
  .saleservice .service-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .saleservice dl {
    width: 603px;
    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: 16px;
      line-height: 18px;
      font-weight: 600;
      color: #7c7c7f; }
    .saleservice dl p {
      margin: 0;
      color: #28282c;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
  .saleservice .note {
    padding: 28px 0 0;
    color: #7b7b7e;
    font-size: 14px;
    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; }

.right-pop {
  position: fixed;
  width: 183px;
  height: 175px;
  top: -20px;
  opacity: 0;
  right: 70px;
  z-index: 999;
  background: url(../images/right_pop.png) center no-repeat;
  transition: all 0.3s;
  padding-top: 66px; }
  .right-pop.on {
    top: 20%;
    opacity: 1; }
  .right-pop div {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all .3s ease-out; }
    .right-pop div strong {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0px auto;
      z-index: 2;
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      -webkit-background-clip: text;
      color: #000000;
      text-align: center;
      width: fit-content;
      margin-top: 61px; }
      .right-pop div strong::after, .right-pop div strong::before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 2px;
        transition: all .3s ease-out; }
      .right-pop div strong span {
        display: block;
        color: #8729FF;
        margin-top: 2px;
        font-size: 14px; }
  .right-pop .to_banner,
  .right-pop .to_listtwo {
    cursor: pointer; }
  .right-pop .to_banner {
    height: 44px; }
  .right-pop .to_listtwo {
    margin-top: 25px;
    height: 40px; }
    .right-pop .to_listtwo strong {
      color: #5E0002; }

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

.store-pop {
  position: fixed;
  width: 624px;
  height: 476px;
  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/pop_img2.png); }
  .store-pop.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1); }
    .store-pop.on .raduice.on {
      top: -81px;
      opacity: 1; }
  .store-pop > p {
    margin-top: 99px;
    font: normal normal 18px/10px Lexend;
    color: #000000;
    font-weight: 500; }
    .store-pop > p span {
      color: #E2001D;
      font-weight: bold; }
  .store-pop .close {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    right: -34px;
    top: 2px;
    cursor: pointer;
    z-index: 120;
    opacity: .8;
    background: url(../images/close.png) no-repeat center; }
    .store-pop .close:hover {
      opacity: 1; }
  .store-pop .message {
    display: flex;
    justify-content: center;
    padding: 400px 52px 18px 18px; }
    .store-pop .message .right-message {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .store-pop .message .right-message .price {
        width: 247px;
        height: 66px;
        background: url(../images/tag.png) no-repeat center;
        margin-bottom: 20px; }
        .store-pop .message .right-message .price span {
          font: normal normal bold 38px/50px Lexend;
          color: #FAFAFA;
          position: relative;
          top: 14px;
          left: -12px; }
      .store-pop .message .right-message strong {
        font: normal normal bold 18px/36px Lexend;
        color: #000000; }
        .store-pop .message .right-message strong span {
          font-size: 30px; }
      .store-pop .message .right-message del {
        font: normal normal 14px/24px Lexend;
        color: #727272;
        font-weight: 500;
        display: block; }
      .store-pop .message .right-message .pop_btn {
        position: relative;
        display: flex;
        width: 282px;
        height: 44px;
        background: transparent linear-gradient(278deg, #FFBB00 0%, #FFE854 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset -2px -3px 3px #D46300, 0px 6px 11px #000000;
        border-radius: 27px;
        font: normal normal bold 14px/21px Lexend;
        letter-spacing: 0.28px;
        color: #000000;
        align-items: center;
        justify-content: center; }
        .store-pop .message .right-message .pop_btn:hover {
          background: transparent linear-gradient(278deg, #FFE600 0%, #FBFF75 100%) 0% 0% no-repeat padding-box;
          box-shadow: inset -2px -3px 3px #D4A300; }
  .store-pop .buybtn {
    min-width: 254px;
    height: 48px;
    margin: 20px auto;
    margin-top: 288px;
    box-shadow: inset -2px -3px 3px rgba(0, 0, 0, 0.23), 0px 9px 10px #d69c00; }
    .store-pop .buybtn::after {
      display: none; }
    .store-pop .buybtn small {
      font-style: inherit; }

@-webkit-keyframes arrow {
  0% {
    bottom: -40px; }
  10% {
    bottom: -25px; }
  20% {
    bottom: -40px; }
  30% {
    bottom: -25px; }
  40% {
    bottom: -40px; }
  50% {
    bottom: -25px; }
  100% {
    bottom: -20px; } }
@keyframes reduce {
  from {
    top: -10px;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    top: -40px;
    opacity: 0;
    filter: alpha(opacity=0); } }
@-webkit-keyframes reduce {
  from {
    top: -10px;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    top: -40px;
    opacity: 0;
    filter: alpha(opacity=0); } }
.ny.soldout .order-pack {
  display: none !important; }
.ny.soldout .ny-banner .bundle-image::before {
  z-index: 3;
  display: block; }
.ny.soldout .ny-banner .bundle-image .loadimg-gift {
  opacity: 0; }
.ny.soldout .ny-banner .bundle-image .sold-word {
  left: auto;
  right: 15.5%;
  top: 84px; }
.ny.soldout .ny-banner .br-counter {
  left: 613px; }
.ny.soldout .ny-banner .ny-countNum {
  color: #8E8E8E; }
.ny.soldout .ny-banner .pro-sale,
.ny.soldout .ny-banner .pro-free {
  border: none; }
.ny.soldout .ny-banner .pro-free::before {
  position: absolute;
  top: 50%;
  left: -16px;
  z-index: 9;
  width: 618px;
  height: 141px;
  transform: translateY(-50%);
  background: #dfdfdf;
  opacity: 0.7; }
.ny.soldout .ny-banner .pro-free .pro-name {
  color: #B5B5B5; }
  .ny.soldout .ny-banner .pro-free .pro-name.gift {
    background: url(../images/gift_i.png) 0 0 no-repeat; }
.ny.soldout .ny-banner .pro-free .pro-off,
.ny.soldout .ny-banner .pro-free .pro-price {
  color: #B5B5B5; }
.ny.soldout .ny-banner .pro-free .pro-price::before {
  background-image: url(../images/store_del_sold.svg); }
.ny.soldout .ny-banner .bundle-right .order-list {
  padding-top: 22px; }
.ny.soldout .bottom-buy .buy-image::before {
  display: block; }
.ny.soldout .bottom-buy .br-counter {
  display: none; }
.ny.soldout .bottom-buy .time-desc {
  right: auto;
  left: 50%;
  transform: translateX(-50%); }
.ny.soldout .sold-word {
  position: absolute;
  left: 50%;
  top: 104px;
  display: block;
  text-indent: -9999px;
  width: 123px;
  height: 47px;
  z-index: 10;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/soldout.png);
  transform-origin: center center; }
  .ny.soldout .sold-word.small {
    left: 56%;
    top: 50px;
    transform: translateX(0%);
    width: 233px;
    height: 67px;
    background-image: url(../images/small_sold_out.png);
    background-size: 233px 67px; }
  .ny.soldout .sold-word._white {
    left: 69%;
    top: 35%;
    background-image: url(../images/soldout.png); }

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