* {
  margin: 0;
  padding: 0; }

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;
  padding-bottom: 100px; }
  body ._mob {
    display: none !important; }

.desc_list {
  cursor: pointer;
  width: fit-content;
  margin: 15px auto 0;
  font: normal normal 500 12px/24px Lexend;
  letter-spacing: 0px;
  color: #BB7676;
  text-decoration: underline; }

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

.new_tag {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #00ce3e;
  font-size: 12px;
  line-height: 1;
  text-align: center; }
  .new_tag em {
    display: inline-block;
    font: inherit;
    color: inherit;
    font-style: normal;
    transform: scale(0.8);
    font-weight: 400; }

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

.banbuybtn {
  overflow: hidden; }
  .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::before {
    content: "";
    display: block;
    width: 88%;
    height: 39px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    background: url(../images/btn_snow.png) center no-repeat;
    background-size: cover; }
  .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; }
.soldOut .title_sale {
  display: none !important; }
.soldOut .title_sold {
  display: inline-block !important; }

.title_sale {
  display: inline-block !important; }

.title_sold {
  display: none !important; }

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden; }
  .banner .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 54px;
    height: 17px;
    left: 46px;
    top: 34px; }
    .banner .logo > svg {
      pointer-events: none; }
  .banner .buybtn {
    width: 384px;
    margin-left: -17px;
    margin-top: 6px;
    font-size: 18px; }
  .banner .banner_title {
    position: relative; }
    .banner .banner_title .date {
      width: 353px;
      height: 88px;
      background: url(../images/ban_clock_bg.png) no-repeat center/cover;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      bottom: -71px;
      z-index: 1;
      left: 440px;
      padding: 4px 0 0 56px;
      font-size: 14px;
      gap: 2px;
      color: #404040;
      font-family: lexend; }
      .banner .banner_title .date b {
        font-weight: bold;
        color: #EB4A37;
        min-width: 17px; }
        .banner .banner_title .date b:last-of-type {
          min-width: 26px; }
      .banner .banner_title .date span {
        color: #EB4A37; }
    .banner .banner_title h1 {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      height: 193px;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .banner .banner_title h1 > img {
        position: relative;
        z-index: 1;
        vertical-align: top;
        text-align: center;
        flex-shrink: 0; }

@keyframes light {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }
@keyframes lightShadow {
  0% {
    transform: translateX(-600px); }
  100% {
    transform: translateX(600px); } }
.clock_wrap {
  position: absolute;
  top: 14px;
  left: 520px;
  z-index: 2;
  width: 80px;
  height: 72px;
  animation: 3s swing 1.5s ease infinite; }
  .clock_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 26px;
    z-index: 101;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f0533c;
    animation: secocks 12s linear 0s infinite forwards; }

@keyframes swing {
  5% {
    transform: rotate(15deg); }
  10% {
    transform: rotate(-10deg); }
  15% {
    transform: rotate(5deg); }
  20% {
    transform: rotate(-5deg); }
  25% {
    transform: rotate(0); }
  35% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  45% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  55% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
.clock_box {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: rotate(5deg); }

.sec_line {
  position: absolute;
  /* width: 6px;
	height: 7px; */
  /* top: 12px;
	left: 15px; */
  top: 7px;
  left: 12px;
  z-index: 99;
  width: 12px;
  height: 12px;
  transform-origin: 50% 100%;
  animation: secocks 12s linear 0s infinite forwards; }

.min_line {
  position: absolute;
  z-index: 98;
  width: 17px;
  height: 11px;
  top: 9px;
  left: 18px;
  z-index: 98;
  background: url(../images/min_line.png);
  transform: scale(0.6);
  transform-origin: 0% 100%;
  animation: mincocks 1s linear 0s infinite forwards; }

@keyframes secocks {
  5% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes mincocks {
  5% {
    transform: rotate(0deg) scale(0.6); }
  100% {
    transform: rotate(360deg) scale(0.6); } }
.brCountdown {
  position: absolute;
  bottom: 7px;
  left: 250px;
  z-index: 9;
  color: #dcdcdc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2; }
  .brCountdown b {
    display: inline-block;
    padding: 0 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #df0001; }

.time_ms {
  width: 25px; }

.main {
  overflow: hidden; }

.anvy__candle {
  position: absolute;
  top: 30px;
  left: 333px;
  z-index: 0;
  transform: rotate(10deg); }
  .anvy__candle::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 4px);
    left: -3px;
    z-index: 1;
    width: 12px;
    height: 20px;
    border-radius: 100%;
    animation: candleFlicker 6s linear infinite, candleShadow 1s linear infinite;
    -webkit-animation-delay: inherit;
    animation-delay: inherit;
    transform-origin: center bottom;
    background-color: #ff8121;
    background-image: radial-gradient(circle at 4px 16px, #ffc748, #ff8121);
    filter: blur(2px) contrast(1.5); }
  .anvy__candle::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 4px;
    z-index: 0;
    width: 1px;
    height: 12px;
    border-radius: 10px;
    background-color: #685016; }

.candle_right {
  top: 32px;
  left: 366px;
  /* transform: rotate(15deg); */
  animation: candleFlicker 5s linear infinite, candleShadow 1s linear infinite;
  animation-delay: 0.3s; }

@keyframes candleFlicker {
  0%,
  100% {
    transform: rotate(18deg) scaleX(1) scaleY(1); }
  12.5% {
    transform: rotate(14deg) scaleX(0.5) scaleY(0.8); }
  25% {
    transform: rotate(10deg) scaleX(1.1) scaleY(1); }
  37.5% {
    transform: rotate(6deg) scaleX(0.5) scaleY(0.8); }
  50% {
    transform: rotate(2deg) scaleX(0.9) scaleY(1.05); } }
@keyframes candleFlickerRight {
  0%,
  100% {
    transform: rotate(33deg) scaleX(1) scaleY(1); }
  12.5% {
    transform: rotate(29deg) scaleX(0.5) scaleY(0.8); }
  25% {
    transform: rotate(25deg) scaleX(1.1) scaleY(1); }
  37.5% {
    transform: rotate(21deg) scaleX(0.5) scaleY(0.8); }
  50% {
    transform: rotate(17deg) scaleX(0.9) scaleY(1.05); } }
@keyframes candleShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 129, 33, 0); }
  30% {
    box-shadow: 0 -3px 0 2px rgba(255, 129, 33, 0.6); }
  100% {
    box-shadow: 0 -20px 0 -6px rgba(255, 129, 33, 0.2); } }
.salecont {
  position: relative;
  height: 520px;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 35px;
  background: #FFFBF8; }
  .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.7); }

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

.saleselbox {
  margin: 0 auto;
  width: 1125px;
  padding: 10px 0 20px; }
  .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 li {
    position: relative;
    float: left;
    margin-right: 44px;
    width: 145px;
    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: 9px;
      right: -12px;
      width: 26px;
      height: 31px;
      background: #bab8cf;
      border-radius: 0px 10px; }
    .saleselbox ul li::after {
      top: 0px;
      right: -38px;
      width: 51px;
      height: 40px;
      opacity: 0;
      visibility: hidden; }
    .saleselbox ul li.checked {
      filter: inherit;
      opacity: 1; }
      .saleselbox ul li.checked::before {
        background: #FD5F4A; }
      .saleselbox ul li.checked::after {
        opacity: 1;
        visibility: visible; }

.salesedes {
  margin: 0 auto;
  width: 1090px; }

.salesepro {
  width: 606px;
  border-bottom: 2px solid #D7D5E8; }
  .salesepro .salesepro-name {
    float: left;
    width: 300px; }
  .salesepro .pcs {
    float: left;
    min-width: 93px;
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    background: #EAEAEF;
    border-radius: 10px;
    color: #646081;
    white-space: nowrap; }
    .salesepro .pcs span {
      color: #01C137; }
  .salesepro .salesepro-price {
    float: right;
    width: 82px; }
    .salesepro .salesepro-price span {
      opacity: 0; }

.salesepro-head {
  padding: 0px 0 10px;
  border-bottom: 2px solid #D7D5E8; }
  .salesepro-head h4 {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #D7D5E8; }
  .salesepro-head .salesepro-price {
    padding-left: 0px;
    text-align: left; }

.salesepro-cont {
  margin-top: 32px;
  text-align: left; }
  .salesepro-cont li {
    position: relative;
    margin-bottom: 10px;
    height: 24px; }
    .salesepro-cont li p {
      font-size: 14px;
      color: #3f3f3f; }
    .salesepro-cont li.checked p {
      font-weight: 500;
      color: #0d0d0d; }
    .salesepro-cont li.checked .salesepro-price del {
      font-weight: 500;
      color: #646081;
      text-decoration: line-through; }
    .salesepro-cont li.checked .salesepro-price span {
      color: #ea1c1c;
      margin-left: 4px;
      opacity: 1; }
    .salesepro-cont li.checked .salesepro-name::after {
      position: absolute;
      content: "";
      width: 20px;
      height: 19px;
      left: 4px;
      top: -2px; }
  .salesepro-cont .salesepro-name {
    cursor: pointer; }
    .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; }

.saleseorder {
  width: 451px;
  height: 263px;
  float: right;
  text-align: left;
  background: #fff;
  border-radius: 10px; }
  .saleseorder > p {
    position: relative;
    top: 30px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: center; }

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

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

.saleseorder-name {
  width: 240px;
  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;
    background: transparent linear-gradient(274deg, #ffc464 0%, #fff8d6 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px; }

.saleseorder-price {
  width: 72px;
  display: inline-block;
  color: #FF0D0D;
  vertical-align: middle;
  text-align: center; }
  .saleseorder-price .salertotal {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    color: #000;
    font-weight: bold; }
    .saleseorder-price .salertotal .ct_price {
      display: flex;
      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; }

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

.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 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: 10px 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; }

/**product_list**/
.product_list .list_title {
  position: relative;
  text-align: center;
  font-family: Montserrat; }
  .product_list .list_title img {
    position: absolute;
    top: -50px;
    display: block;
    left: 0px;
    right: 0px;
    margin: 0px auto; }
  .product_list .list_title p {
    font-size: 20px;
    font-weight: 500; }
  .product_list .list_title h2 {
    margin-top: 7px;
    font-size: 36px;
    position: relative; }
    .product_list .list_title h2::after {
      content: "";
      display: block;
      width: 202px;
      height: 183px;
      position: absolute;
      right: 0px;
      bottom: -20px;
      background: url(../images/xmas_icon.png) center no-repeat; }
.product_list .list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 0px; }
  .product_list .list_wrapper .list_item {
    width: 590px;
    height: 280px;
    background: #FEF9F7 0% 0% no-repeat padding-box;
    border: 1px solid #FFE9E1;
    border-radius: 10px;
    position: relative; }
    .product_list .list_wrapper .list_item dl {
      display: flex;
      padding: 40px 10px 0px 25px;
      gap: 70px; }
      .product_list .list_wrapper .list_item dl.asc dd p {
        color: #00A1E3; }
      .product_list .list_wrapper .list_item dl.db dd p {
        color: #EB2629; }
      .product_list .list_wrapper .list_item dl.iu dd p {
        color: #01C137; }
      .product_list .list_wrapper .list_item dl.imf dd p {
        color: #19DCD1; }
      .product_list .list_wrapper .list_item dl.isu dd p {
        color: #6C46F6; }
      .product_list .list_wrapper .list_item dl.sd dd p {
        color: #032CF2; }
      .product_list .list_wrapper .list_item dl.ascu dd p {
        color: #0371ED; }
      .product_list .list_wrapper .list_item dl.pf dd p {
        color: #0426AC; }
      .product_list .list_wrapper .list_item dl.sm dd p {
        color: #97C339; }
      .product_list .list_wrapper .list_item dl dt {
        position: relative; }
        .product_list .list_wrapper .list_item dl dt::before {
          content: "";
          display: block;
          width: 98px;
          height: 98px;
          position: absolute;
          left: 2px;
          top: -25px; }
        .product_list .list_wrapper .list_item dl dt div {
          position: absolute;
          width: 191px;
          height: 107px;
          top: 102px;
          left: 36px;
          background: url(../images/price_bg.png) center no-repeat; }
          .product_list .list_wrapper .list_item dl dt div p {
            position: relative;
            top: 30px;
            left: 48px;
            transform: rotate(10deg); }
            .product_list .list_wrapper .list_item dl dt div p span {
              font-size: 18px;
              font-weight: 900; }
              .product_list .list_wrapper .list_item dl dt div p span b {
                font-size: 28px;
                font-weight: 900; }
            .product_list .list_wrapper .list_item dl dt div p del {
              font-size: 12px;
              font-weight: 500; }
      .product_list .list_wrapper .list_item dl dd h4 {
        font-size: 18px;
        font-weight: 500;
        text-wrap: nowrap; }
      .product_list .list_wrapper .list_item dl dd p {
        font-size: 14px;
        font-weight: 600;
        margin: 6px 0px; }
      .product_list .list_wrapper .list_item dl dd span {
        display: block;
        width: 268px;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #A3A3A3;
        border-bottom: 1px solid #DBDBDB; }
      .product_list .list_wrapper .list_item dl dd ul {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .product_list .list_wrapper .list_item dl dd ul li {
          display: flex;
          align-items: center;
          color: rgba(26, 25, 25, 0.6);
          font-size: 12px;
          gap: 4px; }
          .product_list .list_wrapper .list_item dl dd ul li::before {
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background: rgba(26, 25, 25, 0.6);
            margin-right: 2px; }
    .product_list .list_wrapper .list_item .buybtn {
      top: 20px;
      box-shadow: 0px 8px 19px #FF8F4E;
      background: transparent linear-gradient(180deg, #FF6464 0%, #FF4D4D 41%, #FF0909 54%, #CF0202 100%) 0% 0% no-repeat padding-box; }
      .product_list .list_wrapper .list_item .buybtn:after {
        content: '';
        display: block;
        width: 229px;
        height: 39px;
        background: url(../images/snow_btn.png) no-repeat center/cover;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none; }

/**product_list**/
.product_list {
  padding: 100px 0px 60px; }

.product_list .list_title {
  position: relative;
  text-align: center;
  font-family: Montserrat; }

.product_list .list_title img {
  position: absolute;
  top: -50px;
  display: block;
  left: 0px;
  right: 0px;
  margin: 0px auto; }

.product_list .list_title p {
  font-size: 20px;
  font-weight: 500; }

.product_list .list_title h2 {
  margin-top: 7px;
  font-size: 36px;
  position: relative; }

.product_list .list_title h2::after {
  content: "";
  display: block;
  width: 202px;
  height: 183px;
  position: absolute;
  right: 0px;
  bottom: -20px;
  background: url(../images/page_icon.png) center no-repeat; }

.product_list .list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 0px; }

.product_list .list_wrapper .list_item {
  width: 590px;
  height: 400px;
  background: #FEF9F7 0% 0% no-repeat padding-box;
  border: 1px solid #FFE9E1;
  border-radius: 10px;
  position: relative; }

.product_list .list_wrapper .list_item dl {
  display: flex;
  padding: 40px 10px 0px 25px;
  gap: 70px;
  position: relative; }

.product_list .list_wrapper .list_item dl:after {
  display: block;
  content: '';
  position: absolute;
  width: 98px;
  height: 98px;
  top: 20px;
  left: 35px;
  background: url(../images/tree.png) no-repeat center/cover; }

.product_list .list_wrapper .list_item dl.asc dd p {
  color: #00A1E3; }

.product_list .list_wrapper .list_item dl.db dd p {
  color: #EB2629; }

.product_list .list_wrapper .list_item dl.iu dd p {
  color: #01C137; }

.product_list .list_wrapper .list_item dl.imf dd p {
  color: #19DCD1; }

.product_list .list_wrapper .list_item dl.isu dd p {
  color: #6C46F6; }

.product_list .list_wrapper .list_item dl.sd dd p {
  color: #032CF2; }

.product_list .list_wrapper .list_item dl.ascu dd p {
  color: #0371ED; }

.product_list .list_wrapper .list_item dl.pf dd p {
  color: #0426AC; }

.product_list .list_wrapper .list_item dl.sm dd p {
  color: #97C339; }

.product_list .list_wrapper .list_item dl dt {
  position: relative; }

.product_list .list_wrapper .list_item dl dt::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 13px;
  top: -32px;
  /* background: url(../images/box_icon.png) center no-repeat; */ }

.product_list .list_wrapper .list_item dl dt div {
  position: absolute;
  width: 191px;
  height: 107px;
  top: 102px;
  left: 36px;
  background: url(../images/price_bg.png) center no-repeat; }

.product_list .list_wrapper .list_item dl dt div p {
  position: relative;
  top: 35px;
  left: 50px;
  transform: rotate(10deg); }

.product_list .list_wrapper .list_item dl dt div p span {
  font-size: 18px;
  font-weight: 900; }

.product_list .list_wrapper .list_item dl dt div p span b {
  font-size: 24px;
  font-weight: 900; }

.price_box {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 0px; }

.price_box b {
  font-size: 30px;
  font-weight: bold; }

.price_box del {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: 500;
  padding-left: 4px; }

.product_list .list_wrapper .list_item dl dt div p del {
  font-size: 12px;
  font-weight: 500; }

.product_list .list_wrapper .list_item dl dd h4 {
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap; }

.product_list .list_wrapper .list_item dl dd p {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0px; }

.product_list .list_wrapper .list_item dl dd span {
  display: block;
  width: 268px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #A3A3A3;
  border-bottom: 1px solid #DBDBDB; }

.product_list .list_wrapper .list_item dl dd ul {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 134px; }

.product_list .list_wrapper .list_item dl dd ul li {
  display: flex;
  align-items: center;
  color: #1A1919;
  font-size: 12px;
  gap: 4px; }

.product_list .list_wrapper .list_item dl dd ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #1A1919;
  margin-right: 2px; }

.product_list .list_wrapper .list_item .buybtn {
  top: 12px;
  box-shadow: 0px 8px 19px #FF8F4E; }

.saleseorder-time {
  width: 344px;
  height: 64px;
  position: relative;
  left: 0px;
  box-sizing: border-box;
  padding: 4px 0px 0 21px;
  background: url(../images/order_time_bg.png) no-repeat center bottom/cover; }

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

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  15% {
    transform: scale(2);
    opacity: 1; }
  30% {
    transform: scale(1);
    opacity: 0.5; }
  45% {
    transform: scale(2);
    opacity: 1; }
  60% {
    transform: scale(1);
    opacity: 0.5; }
  75% {
    transform: scale(2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.saleseorder-time > div {
  opacity: 1; }

.saleseorder-time .saleseorder-name,
.saleseorder-time .saleseorder-price {
  margin-top: 4px; }

.saleseorder-time.sold {
  background: url(../images/order_time_bg.png) no-repeat center bottom/cover;
  filter: grayscale(100%); }

.saleseorder-time.sold > div {
  opacity: 1; }

.saleseorder-time.sold::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 344px;
  height: 64px;
  z-index: 1;
  opacity: .8;
  background: url(../images/order_time_bg_no.png) no-repeat center bottom/cover; }

.saleseorder-time.sold:after {
  content: '';
  display: block;
  position: absolute;
  left: 124px;
  top: 20px;
  width: 112px;
  height: 32px;
  background: url(../images/time_text_sold.png) no-repeat center/cover;
  z-index: 2; }

.saleseorder-time.no {
  background: url(../images/order_time_bg.png) no-repeat center/cover; }

.saleseorder-time.no > div {
  opacity: 0.2; }

.saleseorder-time.no::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 344px;
  height: 56px;
  z-index: 1;
  opacity: 0; }

.saleseorder-time.no:after {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  top: 20px;
  width: 246px;
  height: 33px;
  background: url(../images/time_text_no.png) no-repeat center/cover;
  z-index: 2; }

.saleseorder-time .saleseorder-name {
  width: 245px; }

.saleseorder-time .saleseorder-name p {
  display: flex;
  align-items: center;
  color: #00A764; }

.saleseorder-time .saleseorder-price {
  color: #00A764; }

.saleseorder-time .gift_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../images/gift_icon.png) no-repeat center/cover; }

.saleseorder-time .time_icon1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../images/gift_time.png) no-repeat center/cover; }

.saleseorder-time .order_time {
  font: normal normal 500 14px/2.2 Lexend;
  color: #F50018;
  display: flex;
  align-items: center; }

.saleseorder-time .order_time span {
  padding-right: 4px; }

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

.bottom-buy {
  height: 144px;
  background: url(../images/bottom_bg.png) no-repeat center;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  opacity: 1 !important;
  transform: translate3d(0, 200%, 0);
  transition: all 0.8s;
  padding-top: 20px; }
  .bottom-buy.on {
    transform: translateZ(0);
    bottom: -3px; }
  .bottom-buy.sold h3 .bottom_tile {
    font: normal normal 400 18px / 21px Lexend;
    margin-top: 12px; }
  .bottom-buy .wrapper {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .bottom-buy .wrapper .off {
      position: relative;
      width: 265px;
      height: 100%; }
      .bottom-buy .wrapper .off img {
        position: absolute;
        bottom: 0px; }
  .bottom-buy h3 {
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .bottom-buy h3 .bottom_tile {
      font: normal normal 400 16px/21px Lexend;
      margin-top: -5px; }
      .bottom-buy h3 .bottom_tile span {
        color: #FFEE00;
        font-size: 18px;
        font-weight: 500; }
    .bottom-buy h3 .date {
      width: 394px;
      height: 76px;
      background: url(../images/bot_clock.png) no-repeat center/cover;
      position: absolute;
      top: 54px;
      left: 450px;
      justify-content: center;
      align-items: center;
      display: flex;
      box-sizing: border-box;
      gap: 3px;
      padding: 0px 0 4px 42px;
      font-size: 16px;
      color: #fff; }
      .bottom-buy h3 .date span {
        color: #FFF204; }
      .bottom-buy h3 .date b {
        font-weight: bold;
        color: #FFF204;
        min-width: 21px; }
        .bottom-buy h3 .date b:last-of-type {
          min-width: 31px; }
    .bottom-buy h3 .progress_bar {
      width: 264px;
      margin: 10px auto 0px; }
  .bottom-buy .right-message {
    text-align: center; }
    .bottom-buy .right-message .price {
      display: flex;
      align-items: baseline;
      position: relative;
      color: #fff;
      justify-content: center;
      font-family: Spartan;
      padding-top: 5px; }
      .bottom-buy .right-message .price span {
        font-size: 18px;
        font-weight: bold; }
      .bottom-buy .right-message .price b {
        font-size: 32px;
        font-weight: bold; }
      .bottom-buy .right-message .price del {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 500;
        margin-left: 5px;
        font-size: 14px; }
    .bottom-buy .right-message .buybtn {
      position: relative;
      display: block;
      width: 247px;
      height: 43px;
      font: normal normal 500 18px/43px League Spartan;
      color: #FFFFFF;
      background: transparent linear-gradient(100deg, #FE8C0B 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset 7px 6px 20px #FFEC31, 0px 5px 15px #D12024;
      border: 2px solid #FFFFFFED; }
      .bottom-buy .right-message .buybtn:hover {
        opacity: 1;
        background: transparent linear-gradient(100deg, #FF0080 0%, #FE8C0B 100%) 0% 0% no-repeat padding-box; }

.award {
  margin-bottom: 80px;
  margin-top: 140px;
  position: relative;
  height: 240px;
  text-align: center;
  border-bottom: 1px solid #d8d6d5; }
  .award::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 29px;
    background: url(../images/circle.png) center no-repeat;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -13px; }
  .award h2 {
    margin-bottom: 40px;
    font-size: 30px; }

.review {
  margin-top: 160px; }
  .review .content {
    position: relative;
    width: 1145px;
    height: 348px;
    margin: 0 auto; }
    .review .content > span {
      display: block;
      position: absolute;
      top: 152px;
      z-index: 9;
      width: 54px;
      height: 54px;
      cursor: pointer;
      border-radius: 50%;
      background: rgba(98, 95, 95, 0.17);
      border: 3px solid #616168;
      box-sizing: border-box; }
      .review .content > span::after, .review .content > span::before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 2px;
        border-radius: 4px;
        background: #616168; }
      .review .content > span::before {
        top: 26px;
        left: 50%;
        margin-left: -7px;
        transform: rotate(45deg); }
      .review .content > span::after {
        top: 20px;
        left: 50%;
        margin-left: -7px;
        transform: rotate(-45deg); }
      .review .content > span:hover {
        background: rgba(214, 18, 18, 0.04);
        border: 3px solid #d51212;
        transition: all 0.3s ease; }
        .review .content > span:hover::after, .review .content > span:hover::before {
          background: #d51212; }
      .review .content > span.prev {
        left: 50px; }
      .review .content > span.next {
        right: 50px; }
        .review .content > span.next::before {
          top: 20px; }
        .review .content > span.next::after {
          top: 26px; }
    .review .content .message {
      width: 820px;
      float: left;
      margin-left: 153px;
      margin-top: -50px;
      text-align: center;
      overflow: hidden;
      color: #fff; }
      .review .content .message .roll {
        width: 5740px; }
      .review .content .message dl {
        float: left;
        width: 820px; }
        .review .content .message dl dt {
          width: 100px;
          height: 100px;
          margin: 0px auto;
          border-radius: 50%;
          overflow: hidden;
          background: #CB372B;
          border: 5px solid #CB372B; }
          .review .content .message dl dt > img {
            width: 100px;
            height: auto; }
      .review .content .message h3 {
        margin-top: 10px;
        font-size: 26px;
        color: #210000; }
      .review .content .message p {
        margin-top: 15px;
        color: #707072;
        line-height: 22px; }
      .review .content .message h4 {
        font-size: 14px;
        color: #210000;
        margin-top: 13px; }

/* service */
.service {
  margin-top: 80px;
  padding: 70px 0px 20px; }
  .service .wrapper {
    width: 1120px;
    min-width: 1120px; }
  .service dl {
    width: 553px;
    height: 125px;
    float: left;
    background-color: #FEF9F7;
    border: 1px solid rgba(244, 75, 75, 0.1); }
    .service dl h3 {
      margin-bottom: 20px;
      color: #28282c;
      font-weight: 600;
      font-size: 14px; }
    .service dl.first dt {
      float: left;
      margin-top: 25px;
      margin-right: 20px;
      margin-left: 20px; }
    .service dl.first dd {
      padding-top: 20px;
      font-size: 12px;
      line-height: 18px;
      color: #7c7c7f; }
    .service dl.last {
      float: right; }
      .service dl.last dt {
        margin-top: 20px; }
      .service dl.last dt,
      .service dl.last dd {
        padding-left: 25px; }

.note {
  margin-top: 30px;
  font-size: 12px;
  color: #7B7B7E; }

.copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #B8B8B8; }

.progress_bar {
  display: none;
  justify-content: center;
  align-items: center;
  margin: -30px 0px 0 280px;
  position: relative;
  width: 218px;
  height: 18px;
  background: #FFEFE4 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 3px #AB85F6;
  /* border: 1px solid #70707033; */
  border-radius: 10px;
  z-index: 1; }
  .progress_bar .progress_barbg {
    position: absolute;
    width: 63px;
    height: 11px;
    background: transparent linear-gradient(90deg, #ff3939 0%, #d40a00 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    right: 3px;
    overflow: hidden; }
    .progress_bar .progress_barbg::before {
      content: "";
      width: 20px;
      height: 14px;
      background: url(../images/red.png);
      position: absolute;
      left: -3px;
      top: -3px; }
  .progress_bar .pb_titme {
    display: flex;
    align-items: center;
    height: 14px;
    position: relative;
    top: 0;
    color: #3A0101; }
    .progress_bar .pb_titme p {
      font-size: 12px;
      font-weight: 500; }
    .progress_bar .pb_titme .countdown {
      position: relative;
      display: flex;
      vertical-align: bottom;
      height: 14px;
      top: -2px;
      line-height: 18px;
      overflow: hidden;
      padding: 0px 5px;
      text-align: center; }
      .progress_bar .pb_titme .countdown .scroll-tick strong,
      .progress_bar .pb_titme .countdown .scroll-tick span {
        font-size: 14px;
        display: block;
        font-weight: 600;
        color: #ff0b0b; }
  .progress_bar .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; }
  .progress_bar .br-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px; }
    .progress_bar .br-reduce.reduce1 .br-num {
      background-position: 0 0; }
    .progress_bar .br-reduce.reduce2 .br-num {
      background-position: 0 -30px; }
    .progress_bar .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, #ffcf41 0%, #ff002c 46%, #ffcf41 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, #ffcf41 0%, #ff002c 46%, #ffcf41 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); } }
.popbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8); }
  .popbg.on {
    z-index: 9998;
    opacity: 1;
    transform: scale(1); }

.pop-warp {
  position: fixed;
  width: 594px;
  height: 399px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: url(../images/pop_bg.png);
  box-sizing: border-box;
  padding: 0;
  font-family: "League Spartan"; }
  .pop-warp.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1); }
  .pop-warp .close {
    cursor: pointer; }
    .pop-warp .close:hover {
      opacity: 0.8; }
  .pop-warp .pop-message {
    margin: 250px auto 0px;
    width: 274px;
    line-height: normal; }
    .pop-warp .pop-message .price_box .total {
      display: flex;
      justify-content: center;
      align-items: baseline; }
      .pop-warp .pop-message .price_box .total span {
        font-size: 18px;
        font-weight: bold;
        margin-left: 9px; }
        .pop-warp .pop-message .price_box .total span strong {
          font-size: 44px; }
      .pop-warp .pop-message .price_box .total del {
        font-size: 16px;
        text-decoration: none;
        color: #542908;
        position: relative; }
        .pop-warp .pop-message .price_box .total del::after {
          content: "";
          width: 52px;
          height: 12px;
          background: url(../images/del_bg.png);
          position: absolute;
          top: 2px;
          left: 0px; }
    .pop-warp .pop-message .buybtn {
      margin: 0px auto;
      width: 274px;
      height: 45px;
      font-weight: 600; }
    .pop-warp .pop-message > p {
      margin-top: 14px;
      font-size: 14px;
      color: #270000;
      text-align: center; }

.pop-warp .close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: -40px;
  background: url(../images/close.png) no-repeat center/cover;
  top: 50px;
  cursor: pointer;
  opacity: .8; }

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

.pop-warp .close svg {
  display: block;
  pointer-events: none;
  width: 17px;
  height: 17px; }

.pop-warp .close:hover svg path {
  stroke: #FFE1AE !important; }

.pop-warp.threepc {
  width: 594px;
  height: 399px; }
  .pop-warp.threepc .close {
    right: -32px; }
  .pop-warp.threepc .right-message {
    font-family: Lexend;
    box-sizing: border-box;
    padding-top: 88px; }
    .pop-warp.threepc .right-message p.p1 {
      font-size: 17px;
      font-weight: 500;
      color: #5D4343;
      text-align: center; }
      .pop-warp.threepc .right-message p.p1 span {
        color: #FF3A3A;
        font-weight: 600; }
    .pop-warp.threepc .right-message p.p3 {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      position: absolute;
      left: 200px;
      top: 169px;
      z-index: 1; }
      .pop-warp.threepc .right-message p.p3 span {
        font-weight: bold;
        font-size: 16px;
        color: #32B227; }
    .pop-warp.threepc .right-message .pop_box {
      width: 454px;
      height: 124px;
      display: block;
      transform: translateX(-12px);
      margin: 10px auto 0px; }
    .pop-warp.threepc .right-message .pop_pri {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 8px;
      margin: 0 auto 0; }
      .pop-warp.threepc .right-message .pop_pri .s1 {
        text-decoration: line-through;
        color: #5D4343;
        font-size: 17px;
        font-weight: 500; }
      .pop-warp.threepc .right-message .pop_pri .s2 {
        text-decoration: line-through;
        color: #5D4343;
        font-weight: 400;
        font-size: 16px; }
      .pop-warp.threepc .right-message .pop_pri .p2 {
        font-size: 17px;
        font-weight: bold;
        color: #000; }
        .pop-warp.threepc .right-message .pop_pri .p2 b {
          font-size: 36px; }
    .pop-warp.threepc .right-message .pop_clock {
      width: 440px;
      height: 88px;
      pointer-events: none;
      margin: -28px auto -16px;
      background: url(../images/pop_clock.png) no-repeat center/cover;
      font-size: 14px;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 48px; }
      .pop-warp.threepc .right-message .pop_clock span {
        font-weight: 600;
        color: #FF3A3A;
        padding: 0 2px 0 4px; }
    .pop-warp.threepc .right-message .buybtn {
      display: block;
      width: 257px;
      height: 45px;
      margin: 0px auto;
      text-align: center;
      font: bold 18px/24px League Spartan;
      color: #000;
      line-height: 45px;
      background: transparent linear-gradient(274deg, #81E100 0%, #C1FF57 48%, #99DC03 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 8px 15px #CE943E73;
      border: 2px solid #FFFFFF;
      border-radius: 31px;
      font-size: 16px;
      font-weight: bold;
      transition: none; }
      .pop-warp.threepc .right-message .buybtn:hover {
        background: #99DC03; }

@keyframes heartbeat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.lot-pop {
  position: fixed;
  width: 623px;
  height: 603px;
  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: 'League Spartan';
  background: url(../images/lot-pop.png) no-repeat center/cover;
  box-sizing: border-box;
  padding: 116px 36px 0; }
  .lot-pop.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s; }
  .lot-pop .pop_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .lot-pop .close {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    right: 92px;
    top: 200px;
    cursor: pointer;
    z-index: 120;
    font-size: 0px;
    color: transparent; }
  .lot-pop .lot_wrap {
    width: 418px;
    height: 420px;
    left: 72%;
    top: -280px;
    transform: translateX(-50%);
    margin-top: 20px;
    position: absolute; }
    .lot-pop .lot_wrap::before {
      display: block;
      content: '';
      position: absolute;
      width: 35px;
      height: 33px;
      left: 47%;
      top: 43px;
      z-index: 16;
      transform: rotate(347deg); }
    .lot-pop .lot_wrap .fix_wrap {
      width: 120px;
      height: 120px;
      position: absolute;
      left: 149px;
      top: 155px;
      z-index: 16;
      cursor: pointer; }
      .lot-pop .lot_wrap .fix_wrap img {
        width: 100%; }
      .lot-pop .lot_wrap .fix_wrap.enable {
        pointer-events: none; }
      .lot-pop .lot_wrap .fix_wrap.before_l {
        animation: heartbeat 1s ease infinite; }
    .lot-pop .lot_wrap .shadow_wrap {
      width: 100%;
      height: 100%;
      position: absolute; }
      .lot-pop .lot_wrap .shadow_wrap.before_l {
        animation: ray 10s linear infinite; }
      .lot-pop .lot_wrap .shadow_wrap img {
        width: 141px;
        position: absolute;
        z-index: 10;
        opacity: 0; }
      .lot-pop .lot_wrap .shadow_wrap .ray1 {
        left: 24px;
        top: 24px;
        transform: rotate(2deg); }
      .lot-pop .lot_wrap .shadow_wrap .ray2 {
        right: 24px;
        top: 24px;
        transform: rotate(92deg); }
      .lot-pop .lot_wrap .shadow_wrap .ray3 {
        left: 24px;
        bottom: 24px;
        transform: rotate(272deg); }
      .lot-pop .lot_wrap .shadow_wrap .ray4 {
        right: 24px;
        bottom: 24px;
        transform: rotate(-178deg); }
    .lot-pop .lot_wrap .ani_wrap {
      z-index: 15;
      position: relative;
      cursor: pointer; }
      .lot-pop .lot_wrap .ani_wrap.before_l {
        animation: ray 30s linear infinite; }
      .lot-pop .lot_wrap .ani_wrap img {
        width: 100%;
        transform: rotate(-13deg); }
  .lot-pop .cont1 {
    width: 685px; }
    .lot-pop .cont1 .tit {
      font: normal normal 18px/21px League Spartan;
      color: #F5F5F5; }
    .lot-pop .cont1 ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
      gap: 14px; }
      .lot-pop .cont1 ul li {
        width: 160px;
        height: 110px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px; }
      .lot-pop .cont1 ul li:nth-of-type(5) {
        margin-left: 80px; }
    .lot-pop .cont1 .img_wrap {
      width: 50px;
      height: 50px;
      position: relative; }
      .lot-pop .cont1 .img_wrap .tit {
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 2; }
      .lot-pop .cont1 .img_wrap .flag {
        display: block;
        position: absolute;
        width: 53px;
        height: 18px;
        background: url(../images/red_tag.png) no-repeat;
        font-size: 14px;
        color: #fff;
        padding-left: 3px;
        line-height: 19px;
        font-weight: 700;
        z-index: 1;
        left: 38px;
        top: 4px; }
        .lot-pop .cont1 .img_wrap .flag.gift {
          width: 53px;
          height: 18px;
          color: #000;
          padding-left: 2px;
          background: url(../images/yellow_tag.png) no-repeat; }
    .lot-pop .cont1 h3 {
      margin-top: 12px;
      color: #fff;
      font-size: 12px;
      font-weight: 500; }
    .lot-pop .cont1 .desc {
      color: #C8C8C8;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.2;
      margin-top: 5px; }
  .lot-pop .cont2 {
    position: absolute;
    bottom: 0px;
    right: 188px;
    width: 367px;
    height: 236px;
    box-sizing: border-box;
    padding-top: 80px; }
    .lot-pop .cont2 .device {
      display: block;
      margin: 0 auto 0;
      color: #D69E9E;
      font: normal normal normal 16px/16px League Spartan; }
    .lot-pop .cont2 .pri {
      display: flex;
      align-items: center;
      justify-content: center; }
      .lot-pop .cont2 .pri .s1 {
        font: normal normal bold 44px/50px League Spartan;
        letter-spacing: 0px;
        color: #FFF700; }
      .lot-pop .cont2 .pri .s2 {
        position: relative;
        font: normal normal normal 16px/18px League Spartan;
        color: #FFFFFF;
        padding: 0 5px; }
        .lot-pop .cont2 .pri .s2:after {
          content: '';
          display: block;
          position: absolute;
          left: 5px;
          top: 2px;
          width: 51px;
          height: 12px;
          background: url(../images/yellow_line.png) no-repeat; }
      .lot-pop .cont2 .pri del {
        font: normal normal normal 14px/16px League Spartan;
        color: #FFFFFF; }
    .lot-pop .cont2 .normal_buy {
      margin: -6px auto 0; }
  .lot-pop .lot_p {
    font-size: 14px;
    font-weight: 400;
    font-family: Lexend;
    color: #fff;
    position: absolute;
    top: 120px;
    left: 176px; }
    .lot-pop .lot_p span {
      color: #FFCD4A; }

@media screen and (max-width: 768px) {
  .banner .banner_title .date {
    display: none; }

  .progress_bar {
    display: flex; }

  body,
  .banner,
  .wrapper {
    min-width: auto; }

  .wrapper {
    width: 100%;
    min-width: auto;
    padding-top: 20px; }

  body {
    padding: 0px; }
    body ._pc {
      display: none !important; }
    body ._mob {
      display: block !important; }
    body .fl,
    body .fr {
      float: none !important; }
    body .banner {
      height: fit-content;
      background: url(../images/banner_mob.png) bottom no-repeat;
      padding-bottom: 185px;
      background-size: cover; }
      body .banner .logo {
        left: 10px;
        top: 10px;
        transform: scale(0.8); }
      body .banner .banner_title h1 {
        height: fit-content;
        margin-top: -16px; }
        body .banner .banner_title h1 ._mob {
          width: 100%;
          height: auto; }
      body .banner .banner_title .progress_bar {
        width: 30%;
        position: absolute;
        margin: 0px;
        left: 10px;
        bottom: 10%;
        justify-content: flex-start; }
      body .banner .salecont {
        margin: 10px 15px 0px;
        border-radius: 14px;
        height: fit-content; }
        body .banner .salecont::before, body .banner .salecont::after {
          display: none !important; }
        body .banner .salecont .saleselbox {
          width: 100%;
          padding: 20px 0px 0px;
          box-sizing: border-box; }
          body .banner .salecont .saleselbox ul {
            width: fit-content;
            margin: 0px auto;
            display: flex;
            justify-content: center;
            float: none; }
            body .banner .salecont .saleselbox ul.allcheck li {
              margin: 0px 0px 0px -40px; }
            body .banner .salecont .saleselbox ul li {
              float: none;
              width: fit-content;
              margin: 0px 0px 0px -20px;
              display: none;
              opacity: 1; }
              body .banner .salecont .saleselbox ul li.checked {
                display: block; }
              body .banner .salecont .saleselbox ul li:nth-of-type(1) {
                margin-left: -5%; }
              body .banner .salecont .saleselbox ul li::before, body .banner .salecont .saleselbox ul li::after,
              body .banner .salecont .saleselbox ul li .seloff {
                display: none !important; }
              body .banner .salecont .saleselbox ul li img {
                width: 100%;
                height: auto; }
        body .banner .salecont .salesedes {
          display: flex;
          flex-direction: column;
          width: 100%; }
          body .banner .salecont .salesedes .salesepro {
            width: 100%;
            border-bottom: 1px dashed #FFD4C4; }
            body .banner .salecont .salesedes .salesepro .pcs {
              display: none; }
            body .banner .salecont .salesedes .salesepro .salesepro-head {
              padding: 0px;
              border: none;
              width: 220px;
              height: 40px;
              font-size: 24px;
              font-weight: 500;
              color: #C48484;
              background: rgba(255, 89, 89, 0.1);
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0px auto;
              border-radius: 20px; }
              body .banner .salecont .salesedes .salesepro .salesepro-head p._mob span {
                color: #3BC74F; }
            body .banner .salecont .salesedes .salesepro .salesepro-cont {
              padding: 20px;
              box-sizing: border-box;
              margin: 0px;
              display: flex;
              flex-direction: column;
              gap: 20px; }
              body .banner .salecont .salesedes .salesepro .salesepro-cont li {
                height: 32px;
                margin: 0px; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name {
                  position: relative;
                  width: fit-content; }
                  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::before {
                    width: 32px;
                    height: 32px;
                    background: #C4C4C4 0% 0% no-repeat padding-box;
                    border: 1px solid #646464;
                    border-radius: 4px;
                    box-sizing: border-box;
                    margin-right: 8px; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li p {
                  font-size: 20px;
                  color: #C4C4C4;
                  vertical-align: middle; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li .new_tag {
                  font-size: 16px; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price {
                  width: 140px;
                  font-size: 20px;
                  display: flex;
                  gap: 20px; }
                  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price del {
                    color: #C4C4C4; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-name::before {
                  background: #FFEAE7 0% 0% no-repeat padding-box;
                  border: 1px solid #FE9E90; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-name::after {
                  width: 34px;
                  height: 32px;
                  background: url(../images/checked.svg) center no-repeat; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-price del {
                  color: #545454; }
                body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked p {
                  color: #545454; }
          body .banner .salecont .salesedes .saleseorder {
            width: 100%;
            height: fit-content;
            padding-bottom: 40px; }
            body .banner .salecont .salesedes .saleseorder .saleseorder-price {
              width: 100%;
              padding: 15px 20px;
              box-sizing: border-box; }
              body .banner .salecont .salesedes .saleseorder .saleseorder-price p {
                text-align: right;
                font-size: 24px; }
                body .banner .salecont .salesedes .saleseorder .saleseorder-price p span {
                  font-size: 30px; }
              body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal {
                width: fit-content;
                margin: 0px auto !important;
                align-items: flex-end; }
                body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal span {
                  font-size: 40px; }
                body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price {
                  height: 60px;
                  line-height: 60px;
                  top: -5px;
                  left: 0px; }
                  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick {
                    width: 38px;
                    height: 60px;
                    line-height: 60px; }
                    body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick strong {
                      font-size: 62px; }
                body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal p {
                  text-decoration: line-through;
                  position: relative;
                  top: -2px;
                  margin-left: 10px;
                  font-size: 30px;
                  color: #545454;
                  font-weight: 500; }
            body .banner .salecont .salesedes .saleseorder .buybtn {
              margin: 10px auto;
              width: 80%;
              height: 56px;
              box-shadow: 0px 8px 19px #FF8F4E;
              font-size: 26px; }
              body .banner .salecont .salesedes .saleseorder .buybtn i {
                font-style: normal;
                margin-left: 5px; }
              body .banner .salecont .salesedes .saleseorder .buybtn span {
                height: 60px;
                background-size: cover; }
            body .banner .salecont .salesedes .saleseorder > p {
              top: 0px;
              font-size: 18px; }
    body .product_list .list_title {
      padding: 0px 15px;
      box-sizing: border-box; }
      body .product_list .list_title p {
        font-size: 26px; }
      body .product_list .list_title h2 {
        margin: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body .product_list .list_title h2 span {
          font-size: 40px;
          width: 72%; }
        body .product_list .list_title h2::after {
          position: relative;
          left: 0px;
          bottom: 0px; }
    body .product_list .list_wrapper {
      margin-top: 10px;
      padding: 0px 60px;
      box-sizing: border-box; }
      body .product_list .list_wrapper .list_item {
        width: 100%;
        border-radius: 0px;
        border: 1px solid #FF3F0094;
        position: relative;
        height: fit-content; }
        body .product_list .list_wrapper .list_item dl {
          flex-direction: column;
          align-items: center;
          gap: 0px;
          padding: 50px 0px 0px; }
          body .product_list .list_wrapper .list_item dl dt {
            left: -20px; }
          body .product_list .list_wrapper .list_item dl dd h4 {
            font-size: 24px;
            text-align: center; }
          body .product_list .list_wrapper .list_item dl dd p {
            font-size: 20px;
            text-align: center; }
          body .product_list .list_wrapper .list_item dl dd span {
            position: absolute;
            border: none;
            top: 0px;
            right: 0px;
            color: #D49797;
            background: rgba(255, 89, 89, 0.2);
            font-size: 20px;
            padding: 15px 20px;
            width: fit-content; }
          body .product_list .list_wrapper .list_item dl dd ul li {
            font-size: 20px; }
            body .product_list .list_wrapper .list_item dl dd ul li::before {
              width: 6px;
              height: 6px;
              border-radius: 6px; }
        body .product_list .list_wrapper .list_item .desc_list {
          margin: 15px auto 8px; }
        body .product_list .list_wrapper .list_item .buybtn {
          width: 80%;
          height: 56px;
          font-size: 26px;
          top: 38px; }
    body .service {
      padding: 60px;
      background: #FEF9F7; }
      body .service .wrapper {
        width: 100%;
        min-width: auto; }
      body .service ._mob {
        display: flex !important;
        flex-direction: column;
        gap: 80px;
        align-items: center; }
        body .service ._mob dl {
          width: 100%;
          background: none;
          border: none;
          height: fit-content;
          float: none;
          text-align: center; }
          body .service ._mob dl dt {
            margin-bottom: 30px; }
          body .service ._mob dl dd h4 {
            font-size: 34px;
            margin-bottom: 10px; }
          body .service ._mob dl dd p {
            color: #606060;
            font-size: 24px;
            font-weight: 400;
            line-height: 1.5; }
      body .service .note {
        margin-top: 60px;
        font-size: 20px; }
        body .service .note p {
          line-height: 1.5; }
      body .service .copyright {
        font-size: 24px; }

  .pop-warp.threepc {
    max-width: 658px;
    width: 339px;
    height: 311px;
    background: url(../images/pop_bg_mob.png) no-repeat center/cover; }
    .pop-warp.threepc .close {
      right: 8px;
      top: -10px; }
    .pop-warp.threepc .right-message {
      padding-top: 44px; }
      .pop-warp.threepc .right-message .pop_box {
        display: none; }
      .pop-warp.threepc .right-message p.p1 {
        font-size: 12px;
        padding: 0 14%; }
      .pop-warp.threepc .right-message p.p3 {
        font-size: 11px;
        left: 100px;
        top: 124px; }
        .pop-warp.threepc .right-message p.p3 span {
          font-size: 11px; }
      .pop-warp.threepc .right-message .pop_pri {
        margin: 100px auto 0; }
        .pop-warp.threepc .right-message .pop_pri .s1 {
          font-size: 12px; }
        .pop-warp.threepc .right-message .pop_pri .s2 {
          font-size: 12px; }
        .pop-warp.threepc .right-message .pop_pri .p2 {
          font-size: 12px; }
          .pop-warp.threepc .right-message .pop_pri .p2 b {
            font-size: 16px; }
      .pop-warp.threepc .right-message .pop_clock {
        font-size: 12px;
        width: auto;
        height: auto;
        margin: 8px auto 18px;
        padding-left: 0;
        background: transparent linear-gradient(190deg, rgba(255, 113, 113, 0) 0%, rgba(255, 87, 91, 0.15) 30%, rgba(255, 33, 45, 0.45) 100%) 0% 0% no-repeat padding-box; }
    .pop-warp.threepc ._mob {
      width: 100%;
      height: auto; }
    .pop-warp.threepc .pop-message {
      position: absolute;
      z-index: 2;
      margin: 0px auto;
      left: 0px;
      right: 0px;
      bottom: -25px;
      transform-origin: bottom; }
      .pop-warp.threepc .pop-message > p {
        margin-top: 20px;
        color: rgba(255, 255, 255, 0.5); } }
@media (min-width: 450px) and (max-width: 620px) {
  body .banner {
    padding-bottom: 120px; }
    body .banner .banner_title .progress_bar {
      bottom: 7%; }
    body .banner .salecont .saleselbox ul.allcheck li {
      margin: 0px 0px 0px -38px; }
      body .banner .salecont .saleselbox ul.allcheck li:nth-of-type(1) {
        margin-left: -5%; }
    body .banner .salecont .saleselbox ul li {
      width: 102px;
      display: none;
      margin: 0px 0px 0px -20px; }
      body .banner .salecont .saleselbox ul li.checked {
        display: block; }
    body .banner .salecont .salesedes .salesepro .salesepro-head {
      font-size: 20px;
      width: fit-content;
      padding: 0 6px; }
    body .banner .salecont .salesedes .salesepro .salesepro-cont {
      padding: 10px;
      gap: 8px; }
      body .banner .salecont .salesedes .salesepro .salesepro-cont li {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::before, body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::after {
          transform: scale(0.8);
          margin-right: 0px; }
        body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name p {
          font-size: 16px;
          font-weight: 600; }
        body .banner .salecont .salesedes .salesepro .salesepro-cont li .new_tag {
          font-size: 12px; }
        body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price {
          float: none;
          width: 85px;
          gap: 5px;
          font-size: 14px; }
    body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal p {
      top: -5px;
      margin-left: 10px;
      font-size: 24px; }
    body .banner .salecont .salesedes .saleseorder .saleseorder-price > p {
      margin-right: -15px; }
    body .banner .salecont .salesedes .saleseorder .buybtn {
      height: 60px;
      font-size: 22px; }
    body .banner .salecont .salesedes .saleseorder > p {
      font-size: 16px; }
  body .product_list .list_title p {
    font-size: 22px; }
  body .product_list .list_title h2 span {
    font-size: 32px; }
  body .product_list .list_title h2::after {
    width: 38%;
    background-size: 100%; }
  body .product_list .list_wrapper {
    padding: 0px 20px; }
    body .product_list .list_wrapper .list_item dl dd h4 {
      font-size: 22px; }
    body .product_list .list_wrapper .list_item dl dd p {
      font-size: 18px; }
    body .product_list .list_wrapper .list_item dl dd span {
      font-size: 18px; }
    body .product_list .list_wrapper .list_item dl dd ul li {
      font-size: 16px; }
    body .product_list .list_wrapper .list_item .buybtn {
      height: 60px;
      font-size: 22px;
      top: 6px; }
  body .service {
    padding: 60px 0px; }
    body .service ._mob dl {
      padding: 0px 40px;
      width: 100%;
      box-sizing: border-box; }
      body .service ._mob dl dd h4 {
        font-size: 28px; }
      body .service ._mob dl dd p {
        font-size: 18px; }
    body .service ._mob > img {
      width: 100%;
      height: auto; }
    body .service .note {
      padding: 0px 20px;
      font-size: 16px; }
    body .service .copyright {
      font-size: 20px; } }
@media (min-width: 300px) and (max-width: 450px) {
  body .banner {
    padding-bottom: 100px; }
    body .banner .banner_title .progress_bar {
      bottom: 7%; }
    body .banner .salecont {
      margin: 0px 8px 0px; }
      body .banner .salecont .saleselbox ul.allcheck li {
        margin: 0px 0px 0px -38px; }
        body .banner .salecont .saleselbox ul.allcheck li:nth-of-type(1) {
          margin-left: -5%; }
      body .banner .salecont .saleselbox ul li {
        width: 90px;
        display: none;
        margin: 0px 0px 0px -20px; }
        body .banner .salecont .saleselbox ul li.checked {
          display: block; }
      body .banner .salecont .salesedes .salesepro .salesepro-head {
        font-size: 12px;
        width: fit-content;
        padding: 0 10px;
        height: 20px;
        line-height: 20px; }
      body .banner .salecont .salesedes .salesepro .salesepro-cont {
        padding: 5px;
        gap: 5px; }
        body .banner .salecont .salesedes .salesepro .salesepro-cont li {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::before, body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::after {
            transform: scale(0.7);
            margin-right: 0px; }
          body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name p {
            font-size: 14px;
            font-weight: 600; }
          body .banner .salecont .salesedes .salesepro .salesepro-cont li .new_tag {
            font-size: 10px;
            display: none; }
          body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price {
            float: none;
            width: 78px;
            gap: 0px;
            justify-content: space-between;
            font-size: 12px; }
            body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price span {
              margin: 0px; }
      body .banner .salecont .salesedes .saleseorder .saleseorder-price {
        padding-top: 8px; }
        body .banner .salecont .salesedes .saleseorder .saleseorder-price p {
          font-size: 12px;
          margin-right: -15px; }
          body .banner .salecont .salesedes .saleseorder .saleseorder-price p span {
            font-size: 12px; }
        body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal span {
          font-size: 24px; }
        body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price {
          height: 34px;
          line-height: 34px; }
          body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick {
            width: 22px;
            height: 34px;
            line-height: 34px; }
            body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick strong {
              font-size: 40px; }
        body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal p {
          top: -4px;
          font-size: 12px; }
      body .banner .salecont .salesedes .saleseorder .buybtn {
        height: 40px;
        font-size: 20px;
        margin-top: 0px; }
      body .banner .salecont .salesedes .saleseorder > p {
        font-size: 14px; }
  body .product_list .list_title p {
    font-size: 18px; }
  body .product_list .list_title h2 span {
    font-size: 24px; }
  body .product_list .list_title h2::after {
    width: 38%;
    background-size: 100%; }
  body .product_list .list_wrapper {
    padding: 0px 10px; }
    body .product_list .list_wrapper .list_item dl dd h4 {
      font-size: 20px; }
    body .product_list .list_wrapper .list_item dl dd p {
      font-size: 16px; }
    body .product_list .list_wrapper .list_item dl dd span {
      font-size: 16px;
      padding: 10px 15px; }
    body .product_list .list_wrapper .list_item dl dd ul li {
      font-size: 13px; }
    body .product_list .list_wrapper .list_item .buybtn {
      height: 40px;
      font-size: 20px;
      top: 8px; }
  body .service {
    padding: 40px 0px; }
    body .service ._mob dl {
      padding: 0px 20px;
      width: 100%;
      box-sizing: border-box; }
      body .service ._mob dl dd h4 {
        font-size: 24px; }
      body .service ._mob dl dd p {
        font-size: 16px; }
    body .service ._mob > img {
      width: 100%;
      height: auto; }
    body .service .note {
      padding: 0px 20px;
      font-size: 16px; }
    body .service .copyright {
      font-size: 20px; } }

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