.sale_btn {
  --saleFamily: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #EC9A47;
  font: bold 18px/1.5 var(--saleFamily);
  width: 100%;
  padding: 0 22px;
  padding-top: 0px;
  height: 42px;
  border-radius: 5px;
  background: none;
  border: 2px solid #FFD698;
  text-decoration: none !important;
  transition: all 0.3s ease; }

.sale_btn span,
.sale_btn b,
.sale_btn strong {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  font: inherit; }

.sale_btn .btn_tag {
  position: absolute;
  top: -16px;
  right: 2%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3px 10px 0;
  height: 26px;
  background: transparent linear-gradient(100deg, #2EDF5D 0%, #C4F61A 39%, #FFFF00 86%, #C5F83600 100%) 0% 0% no-repeat padding-box;
  font: 700 16px/1.5 var(--saleFamily);
  color: #000; }

.sale_btn .btn_tag b {
  display: block;
  font: inherit;
  color: inherit; }

.sale_btn.btn_current {
  color: #FFF;
  border: none;
  background: transparent linear-gradient(124deg, #FF9202 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 15px #FFC4C4;
  border-radius: 0px;
  outline: 4px solid rgba(255, 119, 0, 0.2);
  transition: transform 0.3s ease; }

.sale_btn.btn_current:hover {
  color: #FFF;
  border: none;
  background: transparent linear-gradient(124deg, #FF0080 0%, #FF9202 100%) 0% 0% no-repeat padding-box;
  outline: 4px solid rgba(255, 119, 0, 0);
  box-shadow: 0px 13px 15px #FFC4C4;
  transition: transform 0.3s ease; }

.sale_btn:hover {
  color: #fff;
  border: none;
  box-shadow: none;
  background: transparent linear-gradient(90deg, #FF9646 0%, #FF376E 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease; }

.pdf_sale {
  --saleFamily: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  font-family: "League Spartan"; }

.pdf_sale .sale_main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pdf_sale .wrapper,
.pdf_sale .sale_wrapper,
.pdf_sale .common-reviews {
  width: 1200px !important;
  margin: 0px auto; }

.pdf_sale strong {
  font-weight: 700; }

.pdf_sale .product_box {
  position: absolute;
  z-index: 2;
  top: 54%;
  right: -70px;
  width: 194px;
  height: 194px; }

.pdf_sale .product_box .off_free {
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 5;
  width: 196px;
  height: 117px;
  background: url(../../free_tag_fea.png) center center no-repeat; }

.pdf_sale .product_box .off_free b {
  display: block;
  position: absolute;
  top: 62%;
  left: 140px;
  text-align: center;
  font: normal normal 800 22px/1.5 var(--saleFamily);
  letter-spacing: -0.44px;
  color: #28A224;
  text-shadow: 0px 0px 2px rgba(12, 77, 0, 0.162);
  transform: rotate(332deg) translateZ(0);
  will-change: transform; }

.pdf_sale .comm_off {
  position: absolute;
  top: 76%;
  left: 14%;
  z-index: 5; }

.pdf_sale .comm_off::before,
.pdf_sale .comm_off::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent; }

.pdf_sale .comm_off::before {
  display: none; }

.pdf_sale .comm_off::after {
  top: 0px;
  left: -40px;
  z-index: 5;
  width: 60px;
  height: 56px;
  background-image: url(../idr/fea_gift_red.png); }

.pdf_sale .comm_off .off_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: 4;
  width: 158px;
  height: 41px;
  background: url(../idr/off_tag_yellow.svg) center center no-repeat; }

.pdf_sale .comm_off .off_inner b {
  padding: 6px 0 0;
  display: block;
  font: normal normal 600 16px/2 var(--saleFamily);
  color: #040000;
  white-space: nowrap; }

.pdf_sale .comm_off .off_text {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  font: normal normal normal 16px/1.5 var(--saleFamily);
  color: #FFF453;
  text-shadow: 0px 3px 5px #B300FF; }

.pdf_sale .comm_off .off_text small {
  display: inline-block;
  font: inherit;
  color: inherit; }

.pdf_sale .comm_off .off_text big {
  display: inline-block;
  margin-right: 4px;
  font: normal normal normal 40px/1.5 var(--saleFamily);
  color: #FFF453;
  text-shadow: 0px 3px 5px #B300FF; }

.pdf_sale .sale_light {
  position: absolute;
  top: 15%;
  left: 18%;
  z-index: 0;
  overflow: hidden;
  width: 114px;
  height: 152px; }

.pdf_sale .sale_light::after {
  content: '';
  position: absolute;
  inset: -20%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
  animation: shark-light 2s infinite;
  transform: translateX(-100%); }

@keyframes shark-light {
  to {
    transform: translateX(100%); } }
.pdf_sale .light_bottom {
  top: 50px;
  left: -32px;
  width: 67px;
  height: 86px; }

.pdf_sale .progress_bar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0px auto;
  position: relative;
  padding-right: 30px;
  width: 460px;
  height: 18px;
  border-radius: 9999px;
  background: white;
  box-shadow: 0px 3px 6px #FF9F105E; }

.pdf_sale .progress_bar .progress_barbg {
  position: absolute;
  width: 250px;
  height: 14px;
  border-radius: 9999px;
  left: 2px;
  background: transparent linear-gradient(90deg, #FFF0E1 0%, #FF601A 100%) 0% 0% no-repeat padding-box; }

.pdf_sale .progress_bar .pb_titme {
  display: flex;
  align-items: center;
  height: 14px;
  position: relative;
  top: 0px; }

.pdf_sale .progress_bar .pb_titme p {
  font: 500 12px/1.5 var(--saleFamily);
  color: #000; }

.pdf_sale .progress_bar .pb_titme .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: center; }

.pdf_sale .progress_bar .pb_titme .countdown .scroll-tick strong,
.pdf_sale .progress_bar .pb_titme .countdown .scroll-tick span {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #FF1717; }

.pdf_sale .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; }

.pdf_sale .br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 40%; }

.pdf_sale .br-reduce .br-num {
  z-index: 6;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
  margin-top: -15px;
  width: 22px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #FFCF41;
  font-weight: 500;
  text-align: center;
  background: transparent linear-gradient(180deg, #FFCF4100 0%, #FF002C 46%, #FFCF4100 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  animation: reduce 1s ease-out 1; }

@keyframes reduce {
  from {
    top: 0px;
    opacity: 1; }
  to {
    top: -20px;
    opacity: 0; } }
.pdf_sale .time_cont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% + 10px);
  padding: 3px 10px 0;
  height: 42px;
  background: transparent linear-gradient(104deg, #FF037E 0%, #9408E0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: 999;
  top: -42px;
  left: -6px; }

.pdf_sale .time_cont > p {
  font: 500 16px/1.5 var(--saleFamily);
  color: #fff; }

.pdf_sale .time_cont > p > span {
  display: inline-block;
  position: relative;
  font: inherit;
  color: inherit; }

.pdf_sale .time_cont .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  top: -2px;
  margin: 0 4px; }

.pdf_sale .time_cont .countdown .scroll-tick {
  padding: 0 1px; }

.pdf_sale .time_cont .countdown .scroll-tick strong,
.pdf_sale .time_cont .countdown .scroll-tick span {
  width: 18px;
  height: 20px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  font: normal normal 600 16px/24px var(--saleFamily);
  color: #2E0047; }

.pdf_sale .time_cont .br-reduce {
  top: 15px;
  left: 70%; }

.pdf_sale .time_cont .br-numGhost {
  top: -6px;
  left: -20px; }

.pdf_sale .banner {
  position: relative;
  z-index: 1;
  height: 960px;
  text-align: center;
  background: url(../isr/banner_bg.jpg) no-repeat center top; }
  .pdf_sale .banner .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -50px; }
    .pdf_sale .banner .title div p {
      font-size: 20px;
      font-weight: 500;
      margin-top: -10px; }
      .pdf_sale .banner .title div p span {
        color: #FF1602;
        font-weight: 600; }
  .pdf_sale .banner p.mb {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #5D5D5D;
    margin-top: 10px; }

.pdf_sale .banner .message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  gap: 20px; }

.pdf_sale .banner .message .box {
  position: relative;
  z-index: 1;
  width: 340px;
  height: 520px;
  padding: 25px 22px 0;
  background: #FFFDF6;
  border: 2px solid #FFE5BE; }

.pdf_sale .banner .message .box .box_name {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font: bold 20px/1.5 var(--saleFamily);
  color: #000; }

.pdf_sale .banner .message .box .box_name b,
.pdf_sale .banner .message .box .box_name span {
  position: relative;
  z-index: 1;
  font: inherit;
  color: inherit; }

.pdf_sale .banner .message .box .box_price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 135px;
  text-align: center;
  gap: 8px;
  position: relative;
  padding-top: 25px; }
  .pdf_sale .banner .message .box .box_price .dis {
    width: fit-content;
    display: block;
    height: 20px;
    padding: 0px 15px;
    background: #FFD7B5;
    font: bold 16px/24px var(--saleFamily);
    color: #000;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0px auto; }
  .pdf_sale .banner .message .box .box_price p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500; }
    .pdf_sale .banner .message .box .box_price p del {
      color: #7D7D7D; }

.pdf_sale .banner .message .box .box_price strong {
  display: block;
  font: normal normal 700 40px/1 var(--saleFamily);
  color: #000; }

.pdf_sale .banner .message .box .box_price strong small {
  color: inherit;
  font: normal normal 700 18px/1 var(--saleFamily); }

.pdf_sale .banner .message .box .sale_btn {
  width: 100%; }

.pdf_sale .banner .message .box .demarcation {
  margin: 35px auto 40px;
  position: relative;
  transform-style: preserve-3d;
  text-align: center; }

.pdf_sale .banner .message .box .demarcation::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateZ(-1px) translateY(-50%);
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #F2DAB3; }

.pdf_sale .banner .message .box .demarcation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3px 28px 0;
  height: 26px;
  border-radius: 9999px;
  background: #E8BB6F;
  font: 500 16px/1.5 var(--saleFamily);
  color: #FFF; }

.pdf_sale .banner .message .box .box_list {
  border-top: 1px solid rgba(117, 104, 91, 0.2);
  margin-top: 30px;
  padding-top: 30px; }

.pdf_sale .banner .message .box .box_list li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  font: 500 14px/1.6 var(--saleFamily);
  color: #94765E;
  text-align: left; }

.pdf_sale .banner .message .box .box_list li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  flex-shrink: 0;
  background: #5D5D5D;
  position: relative;
  top: -2px; }

.pdf_sale .banner .message .box.active_box {
  background: #FFF;
  outline: 5px solid #FF0000;
  box-shadow: 0px 17px 28px #E5A535; }

.pdf_sale .banner .message .box.active_box .box_price strong {
  font-size: 50px;
  color: #FF1717;
  position: relative; }
  .pdf_sale .banner .message .box.active_box .box_price strong .old {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #7D7D7D;
    left: -54px;
    top: 20px; }

.pdf_sale .banner .message .box.active_box .demarcation::after {
  background: #F2DAB3; }

.pdf_sale .banner .message .box.active_box .demarcation span {
  background: #F6A52B; }

.pdf_sale .banner .message .box.active_box .box_list li {
  color: #000; }

.pdf_sale .banner .message .box.active_box .box_list li::before {
  width: 13px;
  height: 13px;
  top: 2px;
  background: url(../idr/check_green.svg) center center no-repeat; }

.pdf_sale .bottom_buy {
  position: static;
  margin: 20px auto 60px;
  width: 100%;
  height: 173px;
  background: url(../idr/bottom_bg.png) center bottom no-repeat;
  opacity: 1; }

.pdf_sale .bottom_buy.sale_on {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0); }

.pdf_sale .bottom_buy .sale_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 17px;
  gap: 22px; }

.pdf_sale .bottom_buy .bottom_pic {
  position: relative;
  text-align: center;
  margin-top: -20px;
  width: 154px; }

.pdf_sale .bottom_buy .bottom_pic.product_box {
  position: relative;
  top: 0px;
  left: 0;
  width: 207px;
  height: 207px; }

.pdf_sale .bottom_buy .bottom_pic.product_box > img {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

.pdf_sale .bottom_buy .bottom_content,
.pdf_sale .bottom_buy .bottom_info {
  text-align: center; }

.pdf_sale .bottom_buy .bottom_content {
  flex: 1; }

.pdf_sale .bottom_buy .bottom_info {
  width: 260px; }

.pdf_sale .bottom_buy .bottom_title {
  padding: 42px 0 20px;
  font: 600 20px/1.5 var(--saleFamily);
  color: #000; }

.pdf_sale .bottom_buy .bottom_title b {
  font: 400 20px/1.5 var(--saleFamily);
  color: #FF1717; }

.pdf_sale .bottom_buy .bottom_price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 20px;
  font: normal normal 400 18px/1.5 var(--saleFamily);
  color: #000; }

.pdf_sale .bottom_buy .bottom_price strong {
  font: normal normal 700 20px/1.5 var(--saleFamily);
  color: #000; }

.pdf_sale .bottom_buy .bottom_price strong big {
  font: normal normal 700 46px/1.5 var(--saleFamily);
  color: inherit; }

.pdf_sale .bottom_buy .bottom_price del {
  display: inline-block;
  margin-left: 6px;
  font: normal normal 400 18px/1.5 var(--saleFamily);
  color: #D5A82E; }

.pdf_sale .bottom_buy .sale_btn.btn_current {
  margin-top: -8px;
  min-width: 230px;
  height: 50px; }

.pdf_sale .sale_feature {
  padding: 80px 0; }

.pdf_sale .sale_feature .feature_title {
  font: 700 32px/1.5 var(--saleFamily);
  color: #000;
  text-align: center; }

.pdf_sale .sale_feature .feature_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  padding: 100px 0 0; }

.pdf_sale .sale_feature .feature_screen {
  position: relative;
  width: 490px;
  text-align: center; }

.pdf_sale .sale_feature .feature_screen > img {
  position: relative;
  z-index: 1;
  margin: 0 0 0 -30px; }

.pdf_sale .sale_feature .feature_screen > img.fea_circle {
  display: block;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: -130px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.pdf_sale .sale_feature .feature_cont {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, minmax(30ch, 310px));
  gap: 34px 44px; }

.pdf_sale .sale_feature .fea_item {
  display: grid;
  gap: 14px;
  grid-row: span 2;
  grid-template-rows: subgrid;
  text-align: left; }

.pdf_sale .sale_feature .fea_name {
  color: #000;
  font: 600 18px/1.5 var(--saleFamily);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px; }

.pdf_sale .sale_feature .fea_name::before {
  content: '';
  display: block;
  flex-shrink: 0;
  margin-top: 6px;
  width: 14px;
  height: 14px;
  background: url(./checked_orange.svg) center center no-repeat; }

.pdf_sale .sale_feature .fea_text {
  padding-left: 22px;
  color: #4E4E4E;
  font: 400 16px/1.5 var(--saleFamily); }

.pdf_sale .sale_table {
  padding: 46px 0; }

.pdf_sale .sale_table .table_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0px 0 60px; }

.pdf_sale .sale_table ul,
.pdf_sale .sale_table li {
  display: flex; }

.pdf_sale .sale_table ul {
  flex-direction: column;
  width: 1024px;
  margin: 0px auto;
  border: 1px solid #FFECDE;
  border-radius: 4px; }

.pdf_sale .sale_table ul li {
  justify-content: space-between;
  align-items: center; }

.pdf_sale .sale_table ul li.li_title {
  height: 74px !important;
  background: #FFF9F0;
  box-shadow: -2px 6px 15px rgba(255, 216, 172, 0.212);
  border-bottom: 1px solid #FFF4DE; }

.pdf_sale .sale_table ul li.li_title span {
  font-size: 20px;
  font-weight: bold;
  color: #1E1C2C; }

.pdf_sale .sale_table ul li.li_title span:nth-of-type(1) {
  border-right: 2px solid #1E1C2C; }

.pdf_sale .sale_table ul li h4 {
  width: 60%;
  padding-left: 18px;
  text-align: left; }

.pdf_sale .sale_table ul li h4 b {
  font-size: 18px;
  font-weight: 600; }

.pdf_sale .sale_table ul li h4 p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #676565; }

.pdf_sale .sale_table ul li span {
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #464545; }

.pdf_sale .sale_table ul li:nth-child(odd) {
  background: #FFF9F0;
  box-shadow: -2px 6px 15px rgba(255, 216, 172, 0.212);
  border-bottom: 1px solid #FFF4DE;
  height: 52px; }

.pdf_sale .sale_table ul li:nth-child(even) {
  height: 68px; }

.pdf_sale .about {
  padding: 66px 0 40px; }

.pdf_sale .about .h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700; }

.pdf_sale .about .sale_wrapper {
  padding: 10px 0px 20px; }

.pdf_sale .about .about_box {
  position: relative; }

.pdf_sale .about .about_box .left_btn,
.pdf_sale .about .about_box .right_btn {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 50%;
  background: #E8E7E7; }

.pdf_sale .about .about_box .left_btn.swiper-button-disabled,
.pdf_sale .about .about_box .right_btn.swiper-button-disabled {
  opacity: 0.6;
  background: #E8E7E7; }

.pdf_sale .about .about_box .left_btn.swiper-button-disabled::before,
.pdf_sale .about .about_box .left_btn.swiper-button-disabled::after,
.pdf_sale .about .about_box .right_btn.swiper-button-disabled::before,
.pdf_sale .about .about_box .right_btn.swiper-button-disabled::after {
  opacity: 0.16;
  background: #484848; }

.pdf_sale .about .about_box .left_btn.swiper-button-disabled:hover,
.pdf_sale .about .about_box .right_btn.swiper-button-disabled:hover {
  opacity: 0.6;
  background: #E8E7E7; }

.pdf_sale .about .about_box .left_btn.swiper-button-disabled:hover::before,
.pdf_sale .about .about_box .left_btn.swiper-button-disabled:hover::after,
.pdf_sale .about .about_box .right_btn.swiper-button-disabled:hover::before,
.pdf_sale .about .about_box .right_btn.swiper-button-disabled:hover::after {
  opacity: 0.16;
  background: #484848; }

.pdf_sale .about .about_box .left_btn:hover,
.pdf_sale .about .about_box .right_btn:hover {
  opacity: 1;
  background: #FF522E; }

.pdf_sale .about .about_box .left_btn:hover::before,
.pdf_sale .about .about_box .left_btn:hover::after,
.pdf_sale .about .about_box .right_btn:hover::before,
.pdf_sale .about .about_box .right_btn:hover::after {
  opacity: 1;
  background: #FFF; }

.pdf_sale .about .about_box .left_btn::before,
.pdf_sale .about .about_box .left_btn::after,
.pdf_sale .about .about_box .right_btn::before,
.pdf_sale .about .about_box .right_btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: #484848;
  opacity: 0.56;
  border-radius: 9999px;
  transform: rotate(-45deg) translateZ(0);
  will-change: transform;
  border-radius: 2px; }

.pdf_sale .about .about_box .left_btn::before,
.pdf_sale .about .about_box .right_btn::before {
  top: 14px;
  left: 11px; }

.pdf_sale .about .about_box .left_btn::after,
.pdf_sale .about .about_box .right_btn::after {
  top: 22px;
  left: 11px;
  transform: rotate(45deg) translateZ(0); }

.pdf_sale .about .about_box .left_btn {
  left: 50px;
  top: 60%; }

.pdf_sale .about .about_box .right_btn {
  right: 50px;
  top: 60%; }

.pdf_sale .about .about_box .right_btn::before,
.pdf_sale .about .about_box .right_btn::after {
  transform: rotate(45deg) translateZ(0);
  will-change: transform; }

.pdf_sale .about .about_box .right_btn::before {
  left: 13px; }

.pdf_sale .about .about_box .right_btn::after {
  left: 13px;
  transform: rotate(-45deg) translateZ(0); }

.pdf_sale .about .about_box .swiper-container {
  width: 834px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative; }

.pdf_sale .about .about_box .swiper-container .swiper-slide {
  width: 100%;
  display: flex; }

.pdf_sale .about .about_box .swiper-container .swiper-slide .comment {
  width: 834px; }

.pdf_sale .about .about_box .swiper-container .swiper-slide .comment .name {
  margin-top: 23px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #242427;
  line-height: 24px; }

.pdf_sale .about .about_box .swiper-container .swiper-slide .comment .main {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #63636a;
  line-height: 30px; }

.pdf_sale .about .about_box .swiper-container .swiper-slide .comment .star-four {
  width: 95px;
  height: 15px;
  background: url(../sprites_ic.png) no-repeat 0 -47px;
  margin: 0 auto; }

.pdf_sale .about .about_box .swiper-container .swiper-slide .comment .star-five {
  width: 95px;
  height: 15px;
  background: url(../sprites_ic.png) no-repeat 0 -78px;
  margin: 0 auto; }

.pdf_sale .sale_footer {
  padding: 15px;
  text-align: center;
  background: #262626;
  font: 500 16px/1.5 var(--saleFamily);
  color: #8F8F8F; }

.pdf_sale .sale_footer p {
  font: inherit;
  color: inherit; }

.zoom {
  animation: zoom-scaling 2s ease-in-out 1; }

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  15% {
    transform: scale(1.5);
    opacity: 1; }
  30% {
    transform: scale(1);
    opacity: 0.5; }
  45% {
    transform: scale(1.5);
    opacity: 1; }
  60% {
    transform: scale(1);
    opacity: 0.5; }
  75% {
    transform: scale(1.5);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.popbg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.5) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: center;
  z-index: -998;
  transition: all .3s ease-out; }
  .popbg.on {
    opacity: 1;
    transform: scale(1);
    z-index: 998; }

.pop_wrap {
  position: fixed;
  width: 712px;
  height: 514px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99998;
  margin: auto;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -99998;
  background: url(./pop_bg.png) center no-repeat;
  font-family: League Spartan;
  text-align: center; }
  .pop_wrap.on {
    transform: scale(1);
    z-index: 9999; }
  .pop_wrap .pop_inner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 632px;
    height: 100%; }
  .pop_wrap .close_text {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    text-indent: 0;
    opacity: 1;
    font: 600 14px/1.5 var(--saleFamily);
    letter-spacing: 0.28px;
    color: #C79666;
    cursor: pointer; }
    .pop_wrap .close_text:hover {
      opacity: 1;
      color: #FF9A4D;
      text-decoration: underline; }
  .pop_wrap .pop_pic {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; }
  .pop_wrap .pop_title {
    margin-top: 70px;
    display: inline-block;
    vertical-align: top; }
  .pop_wrap .pop_tag {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 6px;
    width: 478px;
    height: 132px;
    background: url(./pop_tag.png) center center no-repeat;
    background-position-y: 12px; }
  .pop_wrap .pop_tag .tag_text {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #fff;
    font-weight: bold;
    font-family: var(--saleFamily); }
  .pop_wrap .pop_tag .tag_text.tag_off {
    font-size: 36px;
    font-weight: bold; }
  .pop_wrap .pop_desc {
    padding: 10px 0 0;
    font: 600 18px/1.5 var(--saleFamily);
    color: #000; }
  .pop_wrap .pop_note {
    font: 400 16px/1.5 var(--saleFamily);
    color: #2F2F2F; }
  .pop_wrap .sale_btn.btn_current {
    margin: 8px auto 15px;
    padding-top: 2px;
    width: auto;
    max-width: 90%;
    min-width: 318px;
    height: 48px;
    background: transparent linear-gradient(102deg, #F60000 0%, #FF0090 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #FF9A4D;
    outline: 4px solid #FF77002B;
    font-size: 18px;
    font-weight: 500;
    border-radius: 9999px; }
  .pop_wrap .sale_btn.btn_current:hover {
    background: transparent linear-gradient(102deg, #FF3500 0%, #FFA200 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #FF9A4D;
    outline: 4px solid #FF77002B; }
  .pop_wrap .sale_btn.btn_current .comm-second {
    display: inline-block; }
  .pop_wrap .sale_btn.btn_current span,
  .pop_wrap .sale_btn.btn_current em {
    font: inherit;
    color: inherit;
    font-style: normal; }

/*# sourceMappingURL=style.css.map */
