* {
  margin: 0;
  padding: 0; }

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

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

.christmas_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  font: 700 14px/1.2 var(--familyLexend);
  letter-spacing: 0.28px;
  border-radius: 9999px;
  box-sizing: border-box;
  width: 211px;
  height: 41px;
  background: transparent linear-gradient(280deg, #C90000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #0000003B;
  border-radius: 24px; }
  .christmas_btn:hover {
    background: transparent linear-gradient(280deg, #E80000 0%, #EF3A3A 38%, #FF5454 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset -2px -3px 3px #00000052; }

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

.brrg {
  background-color: #fff; }
  .brrg .blackfriday-btn {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    height: 48px;
    min-width: 322px;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0.28px;
    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;
    border-radius: 24px;
    text-align: center;
    transition: background 300ms ease-out, box-shadow 300ms ease-out;
    box-sizing: border-box;
    margin-left: -18px; }
    .brrg .blackfriday-btn:hover {
      background: linear-gradient(279deg, #FF0000 0%, #C90000 100%); }
    .brrg .blackfriday-btn.small-btn {
      min-width: 184px;
      height: 40px;
      line-height: 40px;
      border-radius: calc(40px / 2); }
  .brrg .br-countNum {
    display: inline-block;
    color: #FF4234;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
  .brrg .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: 24px;
    text-shadow: 0 1px 0 #fff; }
  .brrg .br-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 95px;
    left: 70%;
    z-index: 10; }
    .brrg .br-reduce.reduce1 .br-num {
      background-position: 0 0; }
    .brrg .br-reduce.reduce2 .br-num {
      background-position: 0 -30px; }
    .brrg .br-reduce .br-num {
      position: absolute;
      right: 16px;
      top: 0;
      width: 32px;
      height: 30px;
      display: inline-block;
      background: url(../images/reduce.png) no-repeat;
      z-index: 22; }
  .brrg ._asc {
    color: #00A1E3; }
  .brrg ._db {
    color: #EB2629; }
  .brrg ._imf {
    color: #00BBCA; }
  .brrg ._iu {
    color: #01C137; }
  .brrg ._isu {
    color: #5535CA; }
  .brrg ._sd {
    color: #0096E0; }
  .brrg .gift-offer {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap; }
    .brrg .gift-offer .gift-item {
      position: relative;
      display: flex;
      margin-bottom: 22px;
      padding: 34px 24px 34px 34px;
      width: 49%;
      max-width: 590px;
      background: #F8F9FA;
      border: 1px solid #DCDCDC;
      border-radius: 10px; }
    .brrg .gift-offer .g-price {
      flex: 1 1 0; }
    .brrg .gift-offer .g-image {
      margin: 0;
      flex-shrink: 0;
      width: 48px;
      height: 48px; }
    .brrg .gift-offer .g-info {
      width: 304px;
      border-right: 1px solid #DBDBDB;
      text-align: left; }
    .brrg .gift-offer .g-name {
      padding: 6px 0 4px;
      color: #000;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500; }
    .brrg .gift-offer .g-desc,
    .brrg .gift-offer .g-tag {
      font-size: 12px;
      line-height: 14px;
      font-weight: 500; }
    .brrg .gift-offer .g-tag {
      padding-top: 6px;
      color: #A3A3A3; }
    .brrg .gift-offer .g-desc {
      padding-top: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 600; }
    .brrg .gift-offer .g-list {
      margin-top: 18px; }
      .brrg .gift-offer .g-list > li {
        margin-bottom: 6px;
        color: #1A1919;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400; }
    .brrg .gift-offer .g-price {
      padding-top: 56px; }
      .brrg .gift-offer .g-price .g-save {
        display: inline-block;
        padding: 0 10px;
        min-width: 152px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
        font-weight: 700;
        background: linear-gradient(274deg, #FFC464 0%, #FFF8D6 100%);
        border-radius: 4px;
        box-sizing: border-box; }
      .brrg .gift-offer .g-price .order-discount {
        padding: 34px 0 0;
        flex: 0;
        color: #000;
        font-size: 18px;
        line-height: 22px;
        text-align: center; }
        .brrg .gift-offer .g-price .order-discount > big {
          font-size: 26px; }
      .brrg .gift-offer .g-price .pro-price {
        display: block;
        margin: 0 auto 6px;
        width: auto;
        color: #727272;
        font-weight: 500;
        text-decoration: line-through; }
        .brrg .gift-offer .g-price .pro-price > del {
          color: #727272;
          font-weight: 500;
          text-decoration: line-through; }
        .brrg .gift-offer .g-price .pro-price::before {
          display: none; }
  .brrg .pro-tag {
    flex: 0;
    display: inline-block;
    min-width: 98px;
    padding: 0px;
    height: 20px;
    color: #8E8E8E;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #F1F1F1; }
    .brrg .pro-tag > em {
      display: inline-block;
      font-style: normal;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      transform: scale(0.9); }
  .brrg .pro-off,
  .brrg .pro-price {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none; }
  .brrg .pro-off {
    min-width: 80px;
    color: #FF5438;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box; }
    .brrg .pro-off.off-tag {
      padding: 0 10px;
      height: 18px;
      line-height: 18px;
      color: #000; }
      .brrg .pro-off.off-tag::before, .brrg .pro-off.off-tag::after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1; }
      .brrg .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%); }
      .brrg .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; }
  .brrg .pro-price {
    margin-left: 40px;
    width: 48px;
    color: #8E8E8E;
    font-weight: 400; }
    .brrg .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.svg) no-repeat; }
  .brrg .order-price {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between; }
  .brrg .order-name {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600; }
  .brrg .order-discount {
    text-align: end;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
    .brrg .order-discount.red {
      color: #FF0D0D; }
    .brrg .order-discount > big {
      font-style: normal;
      font-weight: inherit;
      line-height: inherit;
      font-size: 30px; }

.rg-banner {
  position: relative;
  width: 100%;
  height: 800px;
  text-align: center;
  box-sizing: border-box; }
  .rg-banner .rg-title {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 141px;
    background: url(../images/store_title.png) center center no-repeat;
    text-indent: -9999px; }
  .rg-banner .banner_desc {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: -15px;
    color: #141414; }
    .rg-banner .banner_desc b {
      font: inherit;
      color: #C033FF; }
  .rg-banner .rg-subtitle {
    position: relative;
    margin: 0 auto;
    margin-top: -8px;
    width: 707px;
    height: 82px;
    background: url(../images/gift_tag.png) center center no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .rg-banner .rg-subtitle > li {
      width: 158px;
      text-align: center; }
      .rg-banner .rg-subtitle > li.sale {
        margin-left: 116px;
        margin-right: 42px;
        width: 250px; }
        .rg-banner .rg-subtitle > li.sale .rg-desc {
          color: #fff; }
          .rg-banner .rg-subtitle > li.sale .rg-desc > b {
            color: #FFBF09;
            font-size: 16px;
            line-height: 20px;
            font-weight: 700; }
    .rg-banner .rg-subtitle .rg-desc {
      width: 100%;
      color: #8D8D8D;
      font-size: 12px;
      line-height: 16px;
      font-weight: 400; }
      .rg-banner .rg-subtitle .rg-desc > b {
        display: inline-block;
        padding-top: 16px;
        padding-bottom: 2px;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px; }
  .rg-banner .rg-offer {
    position: relative;
    padding: 34px 80px;
    padding-top: 0;
    margin: 116px auto 0;
    width: 1200px !important;
    height: 388px;
    width: 1200px;
    height: 388px;
    background: #FFFBF8 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    box-sizing: border-box; }
    .rg-banner .rg-offer[data-bundle="asc"] .br-countNum, .rg-banner .rg-offer[data-bundle="db"] .br-countNum {
      color: #000; }
    .rg-banner .rg-offer[data-bundle="asc"] .br-numGhost, .rg-banner .rg-offer[data-bundle="db"] .br-numGhost {
      color: #000; }
    .rg-banner .rg-offer[data-bundle="asc"] .order-pack, .rg-banner .rg-offer[data-bundle="db"] .order-pack {
      display: none !important; }
    .rg-banner .rg-offer[data-bundle="asc"] .bundle-right .order-list, .rg-banner .rg-offer[data-bundle="db"] .bundle-right .order-list {
      padding-top: 22px; }
    .rg-banner .rg-offer[data-bundle="asc"] .pro-free,
    .rg-banner .rg-offer[data-bundle="asc"] .bundle-image, .rg-banner .rg-offer[data-bundle="db"] .pro-free,
    .rg-banner .rg-offer[data-bundle="db"] .bundle-image {
      position: relative; }
      .rg-banner .rg-offer[data-bundle="asc"] .pro-free::before, .rg-banner .rg-offer[data-bundle="asc"] .pro-free::after,
      .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::before,
      .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::after, .rg-banner .rg-offer[data-bundle="db"] .pro-free::before, .rg-banner .rg-offer[data-bundle="db"] .pro-free::after,
      .rg-banner .rg-offer[data-bundle="db"] .bundle-image::before,
      .rg-banner .rg-offer[data-bundle="db"] .bundle-image::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 9; }
      .rg-banner .rg-offer[data-bundle="asc"] .pro-free::before,
      .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::before, .rg-banner .rg-offer[data-bundle="db"] .pro-free::before,
      .rg-banner .rg-offer[data-bundle="db"] .bundle-image::before {
        top: -6px;
        width: 737px;
        height: 160px;
        background: url(../images/offer_sold_bg.svg) no-repeat; }
      .rg-banner .rg-offer[data-bundle="asc"] .pro-free::after,
      .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::after, .rg-banner .rg-offer[data-bundle="db"] .pro-free::after,
      .rg-banner .rg-offer[data-bundle="db"] .bundle-image::after {
        left: 32%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 233px;
        height: 67px;
        background: url(../images/gift_tips.png) no-repeat; }
    .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::before, .rg-banner .rg-offer[data-bundle="db"] .bundle-image::before {
      top: 0px;
      left: auto;
      right: 1px;
      width: 559px;
      height: 175px;
      background: url(../images/gift_box_sold.png) no-repeat;
      background-size: 559px 175px; }
    .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::after, .rg-banner .rg-offer[data-bundle="db"] .bundle-image::after {
      left: auto;
      right: 16%;
      background: url(../images/gift_tips_white.png) no-repeat; }
    .rg-banner .rg-offer[data-bundle="asc"] .pro-free .pro-name, .rg-banner .rg-offer[data-bundle="db"] .pro-free .pro-name {
      color: #B5B5B5; }
      .rg-banner .rg-offer[data-bundle="asc"] .pro-free .pro-name.gift, .rg-banner .rg-offer[data-bundle="db"] .pro-free .pro-name.gift {
        background: url(../images/gift_sold.svg) 0 0 no-repeat; }
    .rg-banner .rg-offer[data-bundle="asc"] .pro-free .pro-off,
    .rg-banner .rg-offer[data-bundle="asc"] .pro-free .pro-price, .rg-banner .rg-offer[data-bundle="db"] .pro-free .pro-off,
    .rg-banner .rg-offer[data-bundle="db"] .pro-free .pro-price {
      color: #B5B5B5; }
    .rg-banner .rg-offer[data-bundle="asc"] .pro-free .pro-price::before, .rg-banner .rg-offer[data-bundle="db"] .pro-free .pro-price::before {
      background-image: url(../images/store_del_sold.svg); }
    .rg-banner .rg-offer[data-bundle="ascdb"] .order-pack {
      display: flex !important; }
    .rg-banner .rg-offer[data-bundle="ascdb"] .bundle-right .order-list {
      padding-top: 22px; }
    .rg-banner .rg-offer[data-bundle="ascdb"] .bundle-choice .c-item[data-ancor="asc"]::before, .rg-banner .rg-offer[data-bundle="ascdb"] .bundle-choice .c-item[data-ancor="db"]::before {
      background: url(../images/off_gray_80.png) no-repeat; }
    .rg-banner .rg-offer[data-bundle="ascdb"] .bundle-choice .c-item.selected[data-ancor="asc"]::before, .rg-banner .rg-offer[data-bundle="ascdb"] .bundle-choice .c-item.selected[data-ancor="db"]::before {
      background: url(../images/off_85.png) no-repeat; }
  .rg-banner .bundle-image {
    position: relative;
    top: -86px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .rg-banner .bundle-image::before {
      content: '';
      display: none;
      position: absolute;
      top: 0px;
      right: 1px;
      width: 559px;
      height: 175px;
      background: url(../images/gift_box_sold.png) no-repeat;
      background-size: 559px 175px; }
    .rg-banner .bundle-image > img,
    .rg-banner .bundle-image .add-icon {
      position: relative;
      z-index: 1;
      flex-shrink: 0; }
    .rg-banner .bundle-image .add-icon {
      display: block;
      margin: 0 15px;
      width: 38px;
      height: 38px;
      background: url(../images/add_icon.png) no-repeat; }
    .rg-banner .bundle-image .br-counter {
      position: absolute;
      top: 98px;
      left: auto;
      right: 158px;
      z-index: 9;
      display: block;
      text-align: center;
      color: #000;
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      width: 200px; }
    .rg-banner .bundle-image .br-countNum {
      color: #FF4234;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700; }
    .rg-banner .bundle-image .br-reduce {
      left: 76%; }
  .rg-banner .bundle-choice {
    display: flex;
    align-items: stretch;
    justify-content: center; }
    .rg-banner .bundle-choice .c-item {
      position: relative;
      margin: 0 13px;
      width: 180px;
      height: 174px;
      border: 1px solid #9B9B9B;
      background: #fff;
      border-radius: 10px;
      text-align: left;
      cursor: pointer; }
      .rg-banner .bundle-choice .c-item::before, .rg-banner .bundle-choice .c-item::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0; }
      .rg-banner .bundle-choice .c-item::before {
        left: -1px;
        bottom: -6px;
        z-index: 2;
        width: 179px;
        height: 51px;
        border-radius: 10px; }
      .rg-banner .bundle-choice .c-item::after {
        width: 150px;
        height: 158px;
        border-radius: 10px;
        opacity: 1;
        visibility: visible;
        z-index: 1; }
      .rg-banner .bundle-choice .c-item > img,
      .rg-banner .bundle-choice .c-item .check-icon {
        display: block;
        position: absolute; }
      .rg-banner .bundle-choice .c-item > img {
        left: 0;
        bottom: 0;
        z-index: 0; }
      .rg-banner .bundle-choice .c-item .check-icon {
        top: 0;
        right: 0;
        z-index: 3;
        width: 26px;
        height: 32px;
        border-radius: 0 6px 0 10px;
        background: #9B9B9B; }
        .rg-banner .bundle-choice .c-item .check-icon::before {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          top: -6px;
          left: 2px;
          width: 35px;
          height: 33px;
          background: url(../../../../tpl/images/common_sale/check_icon_yellow.svg?t=1736411503) center center no-repeat;
          transform: scale(0);
          transition: transform .3 ease-out; }
      .rg-banner .bundle-choice .c-item[data-ancor="asc"]::after {
        background: #fff url(../images/asc_box_gray.png) no-repeat; }
      .rg-banner .bundle-choice .c-item[data-ancor="asc"]::before {
        background: url(../images/off_gray_60.png) no-repeat; }
      .rg-banner .bundle-choice .c-item[data-ancor="db"]::before {
        background: url(../images/off_gray_65.png) no-repeat; }
      .rg-banner .bundle-choice .c-item[data-ancor="db"]::after {
        background: #fff url(../images/db_box_gray.png) no-repeat; }
      .rg-banner .bundle-choice .c-item.selected {
        border: 1px solid #DC9E1D; }
        .rg-banner .bundle-choice .c-item.selected::after {
          opacity: 0;
          visibility: hidden;
          z-index: -1; }
        .rg-banner .bundle-choice .c-item.selected[data-ancor="asc"]::before {
          background: url(../images/off_60.png) no-repeat; }
        .rg-banner .bundle-choice .c-item.selected[data-ancor="db"]::before {
          background: url(../images/off_65.png) no-repeat; }
        .rg-banner .bundle-choice .c-item.selected .check-icon {
          background: #DC9E1D; }
          .rg-banner .bundle-choice .c-item.selected .check-icon::before {
            transform: scale(1);
            transition: transform .3 ease-out; }
  .rg-banner .bundle-box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    margin-top: -66px; }
  .rg-banner .bundle-left,
  .rg-banner .bundle-right {
    flex: 1 1 0; }
    .rg-banner .bundle-left ul,
    .rg-banner .bundle-left li,
    .rg-banner .bundle-right ul,
    .rg-banner .bundle-right li {
      list-style: none; }
  .rg-banner .bundle-left {
    margin-top: 8px;
    position: relative;
    min-width: 602px;
    max-width: 602px;
    text-align: left; }
  .rg-banner .pro-sale,
  .rg-banner .pro-free {
    padding-bottom: 5px;
    border-bottom: 2px solid #CECECE; }
    .rg-banner .pro-sale .pro-itme,
    .rg-banner .pro-sale .pro-left,
    .rg-banner .pro-free .pro-itme,
    .rg-banner .pro-free .pro-left {
      display: flex;
      align-items: center; }
    .rg-banner .pro-sale .pro-itme,
    .rg-banner .pro-free .pro-itme {
      margin-bottom: 10px; }
      .rg-banner .pro-sale .pro-itme.selected .choice-icon::before,
      .rg-banner .pro-free .pro-itme.selected .choice-icon::before {
        transform: scale(1);
        transition: transform .3 ease-out; }
      .rg-banner .pro-sale .pro-itme.asc, .rg-banner .pro-sale .pro-itme.db,
      .rg-banner .pro-free .pro-itme.asc,
      .rg-banner .pro-free .pro-itme.db {
        cursor: pointer; }
    .rg-banner .pro-sale .pro-desc,
    .rg-banner .pro-sale .pro-left,
    .rg-banner .pro-free .pro-desc,
    .rg-banner .pro-free .pro-left {
      flex: 1 1 0; }
    .rg-banner .pro-sale .pro-desc,
    .rg-banner .pro-free .pro-desc {
      text-align: end; }
    .rg-banner .pro-sale .pro-name,
    .rg-banner .pro-free .pro-name {
      width: 260px;
      padding-right: 6px;
      color: #000;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      box-sizing: border-box; }
      .rg-banner .pro-sale .pro-name.gift,
      .rg-banner .pro-free .pro-name.gift {
        padding-top: 3px;
        padding-left: 26px;
        background: url(../images/gift_icon.svg) 0 0 no-repeat;
        background-size: 18px 17px; }
  .rg-banner .choice-icon {
    position: relative;
    display: block;
    margin-right: 12px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #646464;
    background: #C4C4C4;
    border-radius: 4px; }
    .rg-banner .choice-icon::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: -3px;
      left: 4px;
      width: 21px;
      height: 20px;
      background: url(../images/check.png) no-repeat;
      transform: scale(0);
      transition: transform .3 ease-out; }
  .rg-banner .pro-sale {
    padding-bottom: 5px; }
    .rg-banner .pro-sale .pro-name {
      width: 230px; }
  .rg-banner .pro-free {
    position: relative;
    padding-top: 16px; }
    .rg-banner .pro-free::before {
      content: '';
      display: block;
      position: absolute;
      top: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 31px;
      height: 14px;
      background: url(../images/store_add.png) no-repeat; }
  .rg-banner .bundle-right {
    margin-left: 50px;
    padding: 20px 54px 18px;
    width: 389px;
    text-align: left;
    box-sizing: border-box; }
  .rg-banner .order-title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; }
  .rg-banner .order-list {
    padding-top: 12px;
    margin: 8px 0 20px;
    min-height: 94px;
    border-top: 2px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2; }
    .rg-banner .order-list .order-item {
      display: flex;
      margin-bottom: 8px;
      justify-content: space-between; }
      .rg-banner .order-list .order-item.order-off .order-name {
        padding-left: 14px;
        font-size: 12px;
        font-weight: 500; }
      .rg-banner .order-list .order-item.order-off .off-tag {
        margin-left: 6px;
        padding: 0 6px;
        font-size: 12px;
        min-width: 0;
        font-style: normal; }
      .rg-banner .order-list .order-item.order-off .order-discount {
        font-size: 12px;
        font-weight: 500; }
  .rg-banner .pro-price {
    font-weight: 400; }

.free-gifts {

  padding: 48px 0 106px;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: #fff; }
  .free-gifts .free-title {

    padding-bottom: 32px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: center; }
  .free-gifts .free-subtitle {
    padding: 56px 0 0;
    text-align: center;
    color: #2F2F2F;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
   }
  .free-gifts .product_bundle {
    padding: 32px 0 0; }
  .free-gifts .bundle_box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 42px;
    background: #FFFBF8 0% 0% no-repeat padding-box;
    border: 1px solid #FFDECC;
    border-radius: 10px; }
    .free-gifts .bundle_box .bundle_pic {
      padding: 15px;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      width: 381px;
      height: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 210px; }
      .free-gifts .bundle_box .bundle_pic > img {
        position: relative;
        z-index: 0;
        display: inline-block;
        vertical-align: middle;
        height: auto; }
      .free-gifts .bundle_box .bundle_pic::before, .free-gifts .bundle_box .bundle_pic::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1; }
      .free-gifts .bundle_box .bundle_pic::before {
        width: 1px;
        height: 181px;
        background: #FFDECC 0% 0% no-repeat padding-box;
        right: 0px;
        top: 31px; }
      .free-gifts .bundle_box .bundle_pic::after {
        bottom: 10px;
        left: 107px;
        width: 173px;
        height: 87px;
        background: url(../images/offs_80.png) center center no-repeat; }
      .free-gifts .bundle_box .bundle_pic.other::after {
        background: url(../images/off_78.png) center center no-repeat; }
      .free-gifts .bundle_box .bundle_pic.other82::after {
        background: url(../images/off_82.png) center center no-repeat; }
      .free-gifts .bundle_box .bundle_pic.other74::after {
        background: url(../images/off_74.png) center center no-repeat; }
      .free-gifts .bundle_box .bundle_pic.other73::after {
        background: url(../images/off_73.png) center center no-repeat; }
      .free-gifts .bundle_box .bundle_pic.other68::after {
        background: url(../images/off_68.png) center center no-repeat; }
    .free-gifts .bundle_box .bundle_content {
      flex: 1 1 0;
      min-height: 210px;
      height: 100%;
      padding: 30px 60px;
      text-align: left; }
    .free-gifts .bundle_box .bundle_list li {
      margin-bottom: 20px; }
      .free-gifts .bundle_box .bundle_list li b {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 9px;
        color: #1E1C2B;
        font: 700 16px/1.2 var(--familyLexend);
        white-space: nowrap; }
        .free-gifts .bundle_box .bundle_list li b::before {
          content: '';
          display: block;
          flex-shrink: 0;
          width: 9px;
          height: 7px;
          background: url(../images/product_check.svg) center center no-repeat; }
        .free-gifts .bundle_box .bundle_list li b span {
          color: #505050;
          font: 400 14px/1.2 var(--familyLexend); }
      .free-gifts .bundle_box .bundle_list li p {
        padding: 5px 0;
        color: #3E3E3E;
        font: 400 14px/1.2 var(--familyLexend); }
    .free-gifts .bundle_box .bundle_info {
      margin-top: 25px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px; }
    .free-gifts .bundle_box .bundle_original {
      display: inline-block;
      padding-right: 16px;
      color: #505050;
      font: 500 16px/1.2 var(--familyLexend); }
    .free-gifts .bundle_box .bundle_price {
      color: #1E1C2C;
      font: 700 22px/1.2 var(--familyLexend); }

.free-subtitle,
.rg-award,
.bottom-title {
  position: relative; }
  .free-subtitle::before,
  .rg-award::before,
  .bottom-title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 23px;
    background: url(../images/free_arrow.png) no-repeat; }

.rg-award {
  position: relative;
  margin-bottom: 64px;
  padding: 96px 0;
  text-align: center;
  border-bottom: 1px solid #D8D6D5; }
  .rg-award::before {
    top: auto;
    bottom: -12px; }
  .rg-award .award-title {
    padding-bottom: 32px;
    font-size: 30px;
    line-height: 40px;
    color: #0D0D0F;
    font-weight: 700; }

.bottom-buy {
  position: relative;
  width: 100%;
  height: 465px;
  text-align: center;
  background: #fff url(../images/center-buy-bg.png) top center no-repeat;
  box-sizing: border-box; }
  .bottom-buy .bottom-title {
    z-index: 1;
    padding: 36px 0 60px;
    color: #3D3D3D;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    text-align: center; }
    .bottom-buy .bottom-title::before {
      z-index: 0;
      top: -40px;
      width: 311px;
      height: 90px;
      background: url(../images/buy_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;
    background: url(../images/salecent-boxbg.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: 46px;
      right: 30px;
      width: 421px;
      height: 138px;
      background: url(../images/buy_bundle_sold.png) no-repeat; }
    .bottom-buy .buy-image .br-counter {
      position: absolute;
      top: 135px;
      left: 386px;
      z-index: 2;
      display: block;
      text-align: center;
      color: #000;
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      width: 200px; }
    .bottom-buy .buy-image .br-reduce {
      top: 134px;
      left: 70%; }
  .bottom-buy .buy-title {
    padding: 40px 0 6px;
    color: #1E1C2C;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500; }
  .bottom-buy .buy-desc {
    padding-bottom: 30px;
    color: #827777;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
  .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: #656565;
    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: #1E1C2C;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500; }
  .bottom-buy .order-discount {
    color: #1E1C2C;
    font-size: 24px;
    font-weight: 500; }
    .bottom-buy .order-discount > big {
      font-size: 38px;
      font-weight: 500; }
  .bottom-buy .blackfriday-btn {
    min-width: 275px;
    height: 51px;
    background: transparent linear-gradient(90deg, #FF6363 0%, #E20000 100%) 0% 0% no-repeat padding-box;
    border-radius: 31px;
    border: none;
    line-height: 50px; }
  .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 .br-reduce {
    top: 0;
    right: -20px;
    left: auto;
    z-index: 10; }
  .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; }

.salereview {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  height: 300px; }
  .salereview::before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1145px;
    height: 348px;
    box-sizing: border-box;
    background: url(../images/review_bg.png) no-repeat; }
  .salereview .salearrow {
    display: block;
    position: absolute;
    top: 152px;
    z-index: 9;
    width: 54px;
    height: 54px;
    cursor: pointer;
    border-radius: 50%;
    background: #ffff;
    border: 3px solid #707070;
    box-sizing: border-box; }
    .salereview .salearrow::before, .salereview .salearrow::after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 2px;
      border-radius: 4px;
      background: #707070; }
    .salereview .salearrow::before {
      top: 26px;
      left: 50%;
      margin-left: -7px;
      transform: rotate(45deg); }
    .salereview .salearrow::after {
      top: 20px;
      left: 50%;
      margin-left: -7px;
      transform: rotate(-45deg); }
    .salereview .salearrow.prev {
      left: 80px; }
    .salereview .salearrow.next {
      right: 80px; }
      .salereview .salearrow.next::before {
        top: 20px; }
      .salereview .salearrow.next::after {
        top: 26px; }
    .salereview .salearrow:hover {
      background: #fff;
      border: 3px solid #D51212;
      transition: all 0.3s ease; }
      .salereview .salearrow:hover::before, .salereview .salearrow:hover::after {
        background: #D51212; }
  .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 15px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden; }
        .salereview .reviewdes dl dt > img {
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin: -50px auto 0;
          width: 100px;
          height: 100px;
          border-radius: 50%; }
      .salereview .reviewdes dl h3 {
        font-size: 26px;
        line-height: 30px;
        color: #1E1C2C; }
      .salereview .reviewdes dl p {
        margin: 12px auto 0;
        color: #707072;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500; }
      .salereview .reviewdes dl h4 {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        color: #1E1C2C; }

.saleservice {
  margin-top: 140px;
  padding-top: 90px;
  background-color: #E6E6E6; }
  .saleservice .wrapper {
    width: 1100px;
    min-width: 1100px; }
  .saleservice .service-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 1100px;
    margin: auto; }
  .saleservice dl {
    text-align: center;
    text-align: left;
    box-sizing: border-box;
    background: #D4D4D4;
    width: 546px; }
    .saleservice dl.fl {
      margin-right: auto;
      padding-top: 0;
      display: flex;
      align-items: center; }
      .saleservice dl.fl dd {
        padding: 20px 10px; }
    .saleservice dl.fr {
      margin-left: auto;
      margin-left: 18px;
      padding: 20px 20px; }
      .saleservice dl.fr dd {
        padding-top: 10px; }
      .saleservice dl.fr dt {
        float: auto;
        margin: 0;
        width: 100%; }
      .saleservice dl.fr h3 {
        padding-top: 0px; }
    .saleservice dl dt {
      float: left;
      margin-right: 0px;
      margin-left: 14px; }
      .saleservice dl dt > img {
        display: inline-block;
        vertical-align: middle; }
    .saleservice dl dd {
      float: left; }
    .saleservice dl h3 {
      padding-top: 0px;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #28282C; }
    .saleservice dl p {
      margin: 0;
      color: #7C7C7F;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; }
  .saleservice .note {
    padding: 28px 0 0 0px;
    color: #7B7B7E;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400; }
  .saleservice .copyright {
    text-align: center;
    padding: 48px 0 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #B8B8B8; }

.brrg.soldout .order-pack {
  display: none !important; }
.brrg.soldout .rg-banner .bundle-image .sold-word._white {
  left: 76%; }
.brrg.soldout .rg-banner .bundle-image::before {
  z-index: 3;
  display: block; }
.brrg.soldout .rg-banner .rg-offer[data-bundle="asc"] .pro-free::after,
.brrg.soldout .rg-banner .rg-offer[data-bundle="asc"] .bundle-image::after, .brrg.soldout .rg-banner .rg-offer[data-bundle="db"] .pro-free::after,
.brrg.soldout .rg-banner .rg-offer[data-bundle="db"] .bundle-image::after {
  display: none !important; }
.brrg.soldout .rg-banner .rg-offer[data-bundle="ascdb"] .order-pack, .brrg.soldout .rg-banner .rg-offer[data-bundle="asc"] .order-pack, .brrg.soldout .rg-banner .rg-offer[data-bundle="db"] .order-pack {
  display: none !important; }
.brrg.soldout .rg-banner .rg-offer[data-bundle="ascdb"] .bundle-right .order-list, .brrg.soldout .rg-banner .rg-offer[data-bundle="asc"] .bundle-right .order-list, .brrg.soldout .rg-banner .rg-offer[data-bundle="db"] .bundle-right .order-list {
  padding-top: 22px !important; }
.brrg.soldout .rg-banner .br-countNum {
  color: #000; }
.brrg.soldout .rg-banner .pro-sale,
.brrg.soldout .rg-banner .pro-free {
  border: none; }
.brrg.soldout .rg-banner .pro-free::before {
  position: absolute;
  top: 50%;
  left: -89px;
  z-index: 9;
  width: 737px;
  height: 150px;
  transform: translateY(-50%);
  background: url(../images/offer_sold_bg.svg) no-repeat; }
.brrg.soldout .rg-banner .pro-free .pro-name {
  color: #B5B5B5; }
  .brrg.soldout .rg-banner .pro-free .pro-name.gift {
    background: url(../images/gift_sold.svg) 0 0 no-repeat; }
.brrg.soldout .rg-banner .pro-free .pro-off,
.brrg.soldout .rg-banner .pro-free .pro-price {
  color: #B5B5B5; }
.brrg.soldout .rg-banner .pro-free .pro-price::before {
  background-image: url(../images/store_del_sold.svg); }
.brrg.soldout .rg-banner .bundle-right .order-list {
  padding-top: 22px; }
.brrg.soldout .bottom-buy .buy-image::before {
  display: block; }
.brrg.soldout .bottom-buy .br-counter {
  display: none; }
.brrg.soldout .bottom-buy .time-desc {
  right: auto;
  left: 50%;
  transform: translateX(-50%); }
.brrg.soldout .bottom-buy .sold-word._white {
  left: 66%;
  top: 80px; }
.brrg.soldout .sold-word,
.brrg.soldout .gift-tips {
  position: absolute;
  left: 50%;
  top: 104px;
  display: block;
  text-indent: -9999px;
  width: 87px;
  height: 83px;
  z-index: 10;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/big_sold_out.png);
  background-size: 87px 83px;
  transform-origin: center center; }
  .brrg.soldout .sold-word._white,
  .brrg.soldout .gift-tips._white {
    left: 66%;
    top: 50px;
    background-image: url(../images/big_sold_out_white.png); }
.brrg.soldout .gift-tips {
  left: 50%;
  top: 104px;
  width: 233px;
  height: 67px;
  background-image: url(../images/small_sold_out.png);
  background-size: 233px 67px; }
  .brrg.soldout .gift-tips._white {
    left: 66%;
    top: 50px;
    background-image: url(../images/small_sold_out_white.png); }

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