* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

img {
  max-width: fit-content; }

li {
  list-style: none; }

body {
  font-family: League Spartan;
  font-size: 16px; }

body a {
  text-decoration: none; }

body a:hover {
  text-decoration: none; }

body .wrapper,
body .common-reviews {
  width: 1200px;
  margin: 0px auto; }

body strong {
  font-weight: bold; }

body .logo {
  position: absolute;
  left: -50px;
  top: 30px;
  transform: scale(0.8); }

.wrapper {
  width: 1300px !important; }

.comm_reduce {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 272px;
  width: max-content;
  height: 32px;
  background: #FFE357;
  border-bottom: 1px solid #FFF;
  border-radius: 10px 10px 0px 0px; }

.comm_reduce::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF; }

.comm_reduce .reduce_desc {
  font: normal normal 600 14px/1.5 League Spartan;
  color: #1F1E24; }

.comm_reduce .reduceNum {
  margin: 0 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  text-align: center;
  gap: 0px; }

.comm_reduce .num_box {
  display: block;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: center; }

.comm_reduce .scroll-tick {
  display: block;
  position: relative;
  height: 100%;
  line-height: inherit;
  text-align: center; }

.comm_reduce .scroll-tick strong, .comm_reduce .scroll-tick b, .comm_reduce .scroll-tick span, .comm_reduce .scroll-tick em {
  display: block;
  color: #FF0000;
  font-style: normal;
  font: normal normal 700 16px/1 League Spartan; }

.comm_reduce .scroll-tick .num_list {
  display: block;
  width: inherit;
  height: inherit;
  color: #FF0000;
  font: normal normal 700 16px/1 League Spartan; }

.comm_reduce .scroll-tick .num_list span {
  display: block; }

.second_reduce {
  position: relative;
  top: 0px;
  padding: 3px 50px 0;
  padding-left: 34px;
  height: 26px;
  background: transparent linear-gradient(270deg, #FFE253 0%, #FFE253 18%, #FFE771 47%, #FFE771 83%, #FFE771 100%) 0% 0% no-repeat padding-box;
  border-bottom: none;
  border-radius: 9999px; }

.second_reduce::after {
  top: -14px;
  bottom: 0px;
  left: -14px;
  width: 38px;
  height: 45px;
  border: none;
  background: url(./2026/birthday/clock.png) center center no-repeat; }

.second_reduce .reduce_desc {
  font-weight: 500;
  font-size: 18px; }

.second_reduce .reduceNum {
  margin: 0 4px;
  height: 18px;
  gap: 0px; }

.second_reduce .num_box {
  width: 32px;
  height: 18px; }

.second_reduce .num_box:nth-child(2) {
  border-left: 1px solid #BE9718;
  border-right: 1px solid #BE9718; }

.second_reduce .scroll-tick strong, .second_reduce .scroll-tick b, .second_reduce .scroll-tick span, .second_reduce .scroll-tick em {
  font-size: 18px; }

.second_reduce .scroll-tick .num_list {
  font-size: 18px; }

.br-numGhost {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #ff0000;
  font-size: 24px;
  text-shadow: 0 1px 0 #fff;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease; }

.br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -6px;
  left: 58%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center; }

.br-reduce .br-num {
  z-index: 22;
  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; } }
.zoom-top-animation {
  animation: zoomTop 0.8s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center; }

.zoom-out-animation {
  animation: zoomOut 0.8s 0.3s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center; }

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(3); } }
@keyframes zoomTop {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-50px); } }
.comm_reduce {
  top: -42px;
  left: -6px;
  min-width: calc(100% + 12px);
  height: 42px;
  background: transparent linear-gradient(104deg, #FF037E 0%, #9408E0 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 0px; }

.comm_reduce::before {
  content: '';
  display: block;
  width: 26px;
  height: 32px;
  flex-shrink: 0;
  background: url(light_time.png) center center no-repeat; }

.comm_reduce::after {
  display: none; }

.comm_reduce .reduce_desc {
  font-size: 16px;
  color: #FFF; }

.comm_reduce .reduceNum {
  height: 20px;
  gap: 3px; }

.comm_reduce .num_box {
  width: 18px;
  height: 20px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.9); }

.comm_reduce .scroll-tick strong, .comm_reduce .scroll-tick b, .comm_reduce .scroll-tick span, .comm_reduce .scroll-tick em {
  color: #2E0047;
  font-weight: 600;
  line-height: 20px; }

.comm_reduce .scroll-tick .num_list {
  color: #2E0047;
  font-weight: 600;
  line-height: 20px;
  transform: translateY(2px); }

.second_reduce {
  position: relative;
  top: 0px;
  padding: 3px 50px 0;
  padding-left: 34px;
  height: 26px;
  border-bottom: none;
  border-radius: 9999px;
  background: transparent linear-gradient(106deg, #FF037E 0%, #9408E0 100%) 0% 0% no-repeat padding-box; }

.second_reduce .br-reduce {
  left: 55%; }

.second_reduce .reduceNum {
  top: -2px;
  gap: 2px; }

.second_reduce .num_box {
  width: 22px;
  background: rgba(255, 255, 255, 0.9); }

.second_reduce .reduce_desc {
  color: #FFF; }

.second_reduce .scroll-tick {
  color: #2E0047; }

.second_reduce .scroll-tick strong, .second_reduce .scroll-tick em, .second_reduce .scroll-tick span {
  color: #2E0047; }

.br-reduce {
  left: 62%; }

body .buybtn {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 44px;
  border: 1px solid #FAC23F;
  border-radius: 30px;
  font: normal normal 500 16px League Spartan;
  color: #FFB31E;
  transition: all 0.3s ease; }

body .buybtn.red {
  color: #fff;
  background: transparent linear-gradient(109deg, #FF9202 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 15px #FFC4C4;
  border: none;
  outline: 4px solid #FF77002B; }

body .buybtn.red:hover {
  background: transparent linear-gradient(109deg, #FF0080 0%, #FF9202 100%) 0% 0% no-repeat padding-box; }

body .buybtn:hover {
  background: transparent linear-gradient(99deg, #FFD119 0%, #FF870E 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px rgba(241, 128, 0, 0.45);
  border-color: #FBEB04C4;
  color: #fff; }

body .banner {
  height: 921px;
  background: url(./banner_bg.jpg) no-repeat center top; }

.banner .banner_title {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.banner .banner_title .title_box {
  position: relative;
  width: 145px; }

.banner .banner_title .title_box img {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto; }

.banner .banner_title .title_content {
  text-align: left; }

.banner .banner_title h1 {
  display: none; }

.banner .banner_desc {
  margin-top: -24px;
  text-align: center;
  font: 500 20px/1.5 var(--familyOleoScript);
  color: #000; }

.banner .banner_desc b {
  color: #FF1602;
  font-style: initial; }

.bfisrgift,
.bfidrlow {
  --familyOleoScript: "Oleo Script", Arial, "Microsoft Yahei", sans-serif;
  --familyDancingScript: "Dancing Script", Arial, "Microsoft Yahei", sans-serif; }

.top_off {
  position: absolute;
  bottom: 0px;
  left: 38px;
  z-index: 1;
  transform: rotate(-10deg) translateZ(0);
  will-change: transform; }

.top_off.add_on {
  bottom: 18px;
  left: 22px; }

.top_off.top_extra {
  bottom: -3px;
  left: 43px;
  gap: 0; }

.top_off.top_extra .off_text {
  font-size: 20px;
  letter-spacing: -0.75px;
  color: transparent; }

.top_off.top_extra .off_text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  font: inherit;
  background-image: linear-gradient(240deg, #04AE37 0%, #038E29 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center; }

.top_off .off_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 4px; }

.top_off .text_right {
  text-align: left;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column; }

.top_off .off_text {
  margin: 0;
  position: relative;
  display: inline-block;
  z-index: 0;
  font: normal normal 700 18px/1 var(--familyOleoScript);
  color: #FF0000;
  text-align: center; }

.top_off .off_text.text_big {
  font-size: 58px; }

.top_off .off_text.text_middle {
  font-size: 24px; }

.top_off .off_text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px #FFF;
  text-shadow: none; }

.sale_banner .banner_desc b, .sale_banner .banner_desc span {
  display: inline-block;
  font: inherit;
  color: #FF1602; }

body .banner .wrapper {
  width: fit-content;
  position: relative; }

body .banner .message {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  align-items: end;
  gap: 10px; }

body .banner .message .box {
  width: 300px;
  height: 610px;
  padding: 35px 10px 0px;
  background: #fff;
  border: 1px solid #FEE36A; }

body .banner .message .box h3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 58px; }

body .banner .message .box h3 p {
  font-size: 18px;
  font-weight: 400; }

body .banner .message .box h3 p b,
body .banner .message .box h3 p strong {
  display: inline-block;
  font-size: 22px;
  font-weight: 400; }

body .banner .message .box h3 p b {
  padding: 6px 5px 2px 10px;
  background: transparent linear-gradient(274deg, #00E636 0%, #A8FF64 100%) 0% 0% no-repeat padding-box; }

body .banner .message .box h3 span {
  width: fit-content;
  padding: 5px 10px 0px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 17px;
  color: #FF4E00;
  background: #FFD4C4; }

body .banner .message .box .price {
  margin-top: 36px;
  height: 70px;
  text-align: center; }

body .banner .message .box .price span {
  font-size: 18px;
  font-weight: bold; }

body .banner .message .box .price span b {
  font-size: 34px;
  font-weight: bold; }

body .banner .message .box .price p {
  margin-top: 9px; }

body .banner .message .box .price p del {
  color: #929292; }

body .banner .message .box .price p del.hideprice {
  position: relative;
  text-decoration: none; }
  body .banner .message .box .price p del.hideprice::after {
    position: absolute;
    content: "";
    width: 57px;
    height: 1px;
    background-color: red;
    transform: rotate(-8deg);
    left: -3px;
    top: 5px; }

body .banner .message .box .price p del.ext {
  position: relative;
  text-decoration: none;
  margin-right: 10px; }

body .banner .message .box .price p del.ext::after {
  content: "";
  position: absolute;
  width: 57px;
  height: 20px;
  background: url(./del_bg.png) center no-repeat;
  background-size: contain;
  left: -3px;
  top: -4px; }

body .banner .message .box .buybtn {
  margin: 0px auto; }

body .banner .message .box .box-p {
  text-align: center;
  font-size: 14px;
  color: #9A9A9A;
  margin: 12px auto 20px; }

body .banner .message .box ul {
  font: normal normal normal 16px/24px League Spartan;
  color: #5D5D5D;
  border-top: 1px solid rgba(117, 104, 91, 0.3);
  padding: 20px 0px 0px 0px; }

body .banner .message .box ul li {
  position: relative;
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center; }

body .banner .message .box ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #5D5D5D; }

body .banner .message .box ul li a {
  margin-left: 12px;
  font-size: 14px;
  color: #75685B;
  text-decoration: underline; }

body .banner .message .box.active-box {
  position: relative;
  width: 352px;
  height: 632px;
  padding: 0px;
  margin: 0px 5px -6px;
  box-shadow: 0px 9px 13px #ABC43D;
  border: 6px solid #FE8E1D;
  border-radius: 3px; }

body .banner .message .box.active-box .offer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 272px;
  height: 36px;
  background: transparent linear-gradient(104deg, #FF037E 0%, #9408E0 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  border-radius: 30px;
  z-index: 99;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0px auto; }

body .banner .message .box.active-box .offer_top p {
  color: #fff;
  font-size: 18px;
  font-weight: 600; }

body .banner .message .box.active-box .time_cont {
  position: absolute;
  width: 100%;
  background: transparent linear-gradient(153deg, #C354FF 0%, #9408E0 100%) 0% 0% no-repeat padding-box;
  z-index: 99;
  height: 32px;
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }

body .banner .message .box.active-box .time_cont p {
  font-weight: 600;
  color: #fff; }

body .banner .message .box.active-box .time_cont .date {
  font-weight: 600;
  color: #FFCB00; }

body .banner .message .box.active-box .box_main {
  padding: 40px 20px 0px;
  position: relative;
  z-index: 3;
  background: #fff;
  width: 100%;
  height: 100%; }

body .banner .message .box.active-box h3 p {
  font-size: 22px; }

body .banner .message .box.active-box h3 span {
  height: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: transparent linear-gradient(274deg, #00E636 0%, #A8FF64 100%) 0% 0% no-repeat padding-box; }

body .banner .message .box.active-box h3 span.ext {
  background: transparent linear-gradient(66deg, #19FFA9 0%, #67FF3A 33%, #DCFF4B 100%) 0% 0% no-repeat padding-box; }

body .banner .message .box.active-box .price span {
  color: #FF2E2E;
  font-size: 22px; }

body .banner .message .box.active-box .price span b {
  font-size: 38px; }

body .banner .message .box.active-box ul {
  width: 95%;
  margin: 0px auto; }

body .banner .message .box.active-box ul li {
  padding-left: 25px; }

body .banner .message .box.active-box ul li::before {
  position: absolute;
  left: 0px;
  width: 13px;
  height: 13px;
  background: url(../2026birthday/list.png) center no-repeat;
  margin-top: -2px; }

body .banner .message .box.active-box .of_tips {
  margin-top: 5px;
  width: 100%;
  height: 42px;
  line-height: initial;
  background: url(./li_bg.png) center no-repeat;
  background-size: cover;
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px; }

.bfisrgift .feature h2::before,
.bfisrgift .feature h2::after {
  display: none; }

body .banner .message .box.active-box .buybtn {
  width: 298px;
  height: 48px;
  font-size: 18px; }

body .banner .message .box.free {
  width: 218px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 73px;
  border: none; }

body .banner .message .box.free h3 {
  min-height: fit-content;
  font-size: 22px;
  font-weight: 400; }

body .banner .message .box.free h4 {
  margin-top: 125px;
  font-weight: 400;
  text-align: center; }

body .banner .message .box.free ul {
  width: 95%;
  margin: 0px auto;
  margin-top: 60px; }

.bfisrgift .tag_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font: italic 700 12px / 16px;
  height: 16px;
  background: transparent linear-gradient(104deg, #BDFE4C 0%, #46DF21 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px; }

.bfisrgift .tag_mark em {
  display: block;
  color: inherit;
  font: inherit;
  transform: scale(0.8);
  transform-origin: center center; }

body .buybtn.red {
  position: relative; }

.btn_tag {
  pointer-events: none;
  position: absolute;
  top: -12px;
  right: -25px;
  display: inline-flex;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 8px 0;
  padding-right: 45px;
  height: 22px;
  background: transparent linear-gradient(94deg, #2EDF5D 0%, #73FF17 39%, #D7FF4E 75%, #C5F83600 100%) 0% 0% no-repeat padding-box;
  font: 700 14px/1.5 League Spartan;
  color: #000; }

.btn_tag b {
  display: block;
  font: inherit;
  color: inherit; }

body .popbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) 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 0.3s ease-out; }

body .popbg.on {
  opacity: 1;
  transform: scale(1);
  z-index: 998; }

body .pop_wrap {
  position: fixed;
  width: 643px;
  height: 483px;
  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;
  padding-top: 155px; }

body .pop_wrap.on {
  transform: scale(1);
  z-index: 9999; }

body .pop_wrap > img {
  display: block;
  margin: 0px auto;
  position: relative;
  top: -44px; }

body .pop_wrap .close {
  position: absolute;
  display: block;
  width: fit-content;
  height: fit-content;
  top: 100px;
  right: -30px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease; }

body .pop_wrap .close:hover {
  opacity: 1; }

body .pop_wrap .pop_content {
  text-align: center; }

body .pop_wrap .pop_content .pop_des {
  font-size: 18px;
  font-weight: 600; }

body .pop_wrap .pop_content .off {
  margin-top: 35px; }

body .pop_wrap .pop_content .off h3,
body .pop_wrap .pop_content .off h4 {
  color: #FF0000; }

body .pop_wrap .pop_content .off h3 {
  font-size: 54px;
  font-weight: 900; }

body .pop_wrap .pop_content .off h4 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600; }

body .pop_wrap .pop_content .off h5 {
  margin: 32px 0px 5px;
  font-size: 18px;
  font-weight: 500;
  color: #B5B598; }

body .pop_wrap .pop_content .off p {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; }

body .pop_wrap .pop_content .off p span {
  font-size: 20px;
  font-weight: 500;
  color: #A40000;
  position: relative;
  top: 2px; }

body .pop_wrap .pop_content .buybtn {
  width: 290px;
  height: 50px;
  margin: 20px auto 10px; }

body .pop_wrap .pop_content .view {
  font-size: 14px;
  color: #95411C; }

.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; } }
.idrsummer .screen1 {
  padding-top: 125px; }

.idrsummer .screen1 h2 {
  text-align: center; }

.idrsummer .screen1 .wrapper {
  width: 1300px; }

.idrsummer .screen1 .content {
  margin-top: 90px;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 50px;
  position: relative;
  right: -25px; }

.idrsummer .screen1 .content ul {
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 23px; }

.idrsummer .screen1 .content ul li {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 0px #D9D9D9;
  border: 1px solid #F5F5F5;
  border-radius: 16px;
  position: relative;
  width: 100%;
  height: 127px;
  padding: 20px 30px 10px 48px;
  list-style: none;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.idrsummer .screen1 .content ul li:nth-of-type(1) span {
  background-image: url(../isr/sc_icon1.png); }

.idrsummer .screen1 .content ul li:nth-of-type(2) span {
  background-image: url(../isr/sc_icon2.png); }

.idrsummer .screen1 .content ul li:nth-of-type(3) span {
  background-image: url(../isr/sc_icon3.png); }

.idrsummer .screen1 .content ul li span {
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  left: -29px;
  top: 34px;
  background-position: left; }

.idrsummer .screen1 .content ul li h4 {
  font-size: 16px;
  margin-bottom: 12px; }

.idrsummer .screen1 .content ul li p {
  line-height: 22px; }

.idrsummer .screen1 .content ul li.active {
  background: #FFFDF9 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 11px #E3802A5C; }

.idrsummer .screen1 .content ul li.active span {
  background-position: right; }

.idrsummer .screen1 .content .img-box {
  position: relative;
  width: 722px;
  height: 427px;
  overflow: hidden; }

.idrsummer .screen1 .content .img-box .img_wrapper {
  display: flex;
  position: relative;
  right: 0px;
  transition: all .3s ease; }

.idrsummer .screen1 .content .img-box .img_wrapper img {
  display: block; }

.bfisrgift.bfisrpromoseo .banner .message .box.active-box::after {
  background: #B695FF !important; }

.bfisrgift .banner .message .box.active-box h3 span {
  background-color: #FF0000; }

.bfisrgift .sale__table table th.table_pro .table_version {
  background: transparent linear-gradient(155deg, #FEE6A1 0%, #FC9C3B 100%) 0% 0% no-repeat padding-box; }

.bfisrgift .sale__table table::after {
  box-shadow: 0px 10px 20px #FFCBF3; }

.bfisrgift .sale__table table tbody td.table_pro::after {
  background: #FFEAE6; }

.bfisrgift .sale__table table th.table_free .table_version {
  background-color: #FFF4E4; }

.bfisrgift .sale__table .table_icon.tab_check {
  fill: #FF5441 !important; }

.bfisrgift .sale__table .table_icon.tab_close {
  fill: #FF5441 !important; }

.bfisrgift {
  background: url(say_bg.png) no-repeat center bottom; }

.bfisrgift .isrin-review {
  background-color: #fff; }

.bfisrgift .sale__footer {
  padding-bottom: 160px;
  background: transparent; }

.bfisrgift .sale__footer .footer_tips,
.bfisrgift .sale__footer .footer_copyright {
  color: #000; }

.bottom_buy {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  height: 177px;
  background: url(bottom_buy.png) center bottom no-repeat;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 200px, 0);
  transition: all 0.8s; }

.bottom_buy.sale_on {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0); }

.bottom_buy .time_cont {
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  padding: 3px 50px 0;
  padding-left: 34px;
  height: 26px;
  color: #fff;
  justify-content: center;
  border-bottom: none;
  border-radius: 9999px;
  background: transparent linear-gradient(106deg, #FF037E 0%, #9408E0 100%) 0% 0% no-repeat padding-box; }

.bottom_buy .sale_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 23px;
  gap: 22px; }

.bottom_buy .bottom_pic {
  position: relative;
  text-align: left;
  width: 180px;
  padding-top: 60px; }

.bottom_buy .bottom_pic::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 0px;
  width: 162px;
  height: 83px;
  background: url(./2026/birthday/bottom_tag.png) center center no-repeat; }

.bottom_buy .bottom_pic > img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: auto; }

.bottom_buy .bottom_content, .bottom_buy .bottom_info {
  text-align: center; }

.bottom_buy .bottom_title {
  padding: 30px 0 20px;
  font: 400 18px/1.5 League Spartan;
  color: #FFF; }

.bottom_buy .bottom_title b {
  font: 400 20px/1.5 League Spartan;
  color: #FFE253; }

.bottom_buy .bottom_price {
  padding-top: 8px;
  font: normal normal 600 18px/1.5 League Spartan;
  color: #FFF; }

.bottom_buy .bottom_price strong {
  font: normal normal 600 20px/1.5 League Spartan;
  color: #FFF; }

.bottom_buy .bottom_price strong big {
  font: normal normal 600 44px/1.5 League Spartan;
  color: #FFF; }

.bottom_buy .bottom_price del {
  display: inline-block;
  margin-left: 6px;
  font: normal normal 600 18px/1.5 League Spartan;
  color: #FFF; }

.product_box {
  position: absolute;
  z-index: 2;
  top: 54%;
  right: -70px;
  width: 194px;
  height: 194px; }

.product_box .off_free {
  display: block;
  position: absolute;
  top: 20px;
  right: -26px;
  z-index: 5;
  width: 75px;
  height: 95px;
  background: url(./free_tag_purple.png) center center no-repeat; }

.product_box .off_free b {
  display: block;
  position: absolute;
  top: 52%;
  left: 15px;
  text-align: center;
  font: normal normal 800 16px/1.5 League Spartan;
  letter-spacing: -0.44px;
  color: #FFF;
  transform: rotate(332deg) translateZ(0);
  will-change: transform; }

.product_box .comm_off {
  position: absolute;
  top: 76%;
  left: 14%;
  z-index: 5;
  transform: rotate(0deg); }

.product_box .comm_off::before {
  display: none; }

.product_box .comm_off::after {
  position: absolute;
  content: "";
  top: 0px;
  left: -48px;
  z-index: 5;
  width: 60px;
  height: 56px;
  background-image: url(fea_gift_red.png); }

.product_box .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(off_tag_yellow.svg) center center no-repeat;
  transform: rotate(0deg); }

.product_box .comm_off .off_inner b {
  padding: 0px 0 0;
  display: block;
  font: normal normal 600 16px/2 League Spartan;
  color: #040000;
  white-space: nowrap;
  transform: rotate(-5deg); }

.product_box .comm_off .off_text {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  font: normal normal normal 16px/1.5 League Spartan;
  color: #FFF453;
  text-shadow: 0px 3px 5px #B300FF; }

.product_box .comm_off .off_text small {
  display: inline-block;
  font: inherit;
  color: inherit; }

.product_box .comm_off .off_text big {
  display: inline-block;
  margin-right: 4px;
  font: normal normal normal 40px/1.5 League Spartan;
  color: #FFF453;
  text-shadow: 0px 3px 5px #B300FF; }

.bottom_buy .product_box {
  position: absolute;
  z-index: 2;
  top: 0%;
  right: 0px;
  width: 154px;
  height: 154px; }

.bottom_buy .product_box .off_free {
  right: -32px; }

.bottom_buy .product_box .comm_off {
  top: 68%; }

.bottom_buy .product_box .comm_off::after {
  top: 14px;
  left: -28px;
  width: 37px;
  height: 35px;
  background-image: url(title_gift_red.png); }

.bottom_buy .product_box .comm_off .off_inner {
  top: 8px;
  transform: scale(0.8);
  transform-origin: left center; }

.bottom_buy .sale_wrapper {
  padding-top: 27px; }

.bottom_buy .bottom_pic {
  width: 154px;
  padding-top: 0px; }

.bottom_buy .bottom_pic::after {
  display: none; }

.bottom_buy .bottom_pic > img {
  width: 100%;
  max-width: 100%; }

.bottom_buy .bottom_content, .bottom_buy .bottom_info {
  text-align: center; }

.bottom_buy .bottom_title {
  font: 600 20px/1.5 League Spartan;
  color: #000; }

.bottom_buy .bottom_title b {
  font: 600 22px/1.5 League Spartan;
  color: #FF1717; }

.bottom_buy .bottom_price {
  font-family: 400;
  color: #A1812C; }

.bottom_buy .bottom_price strong {
  font-weight: 700;
  color: #000;
  font-size: 20px; }

.bottom_buy .bottom_price strong big {
  font-weight: 700;
  font-size: 46px;
  color: #000; }

.bottom_buy .bottom_price del {
  font-weight: 400;
  color: #A1812C; }

.bottom_buy .bottom_price del.offer_original {
  font-size: 20px; }

.bottom_buy .sale_btn.btn_current {
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 600 18px/21px League Spartan;
  margin-top: -8px;
  min-width: 284px;
  height: 54px;
  background: transparent linear-gradient(128deg, #FF9202 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 15px #FEBB1E;
  outline: 4px solid #FF77002B; }

.bottom_buy .sale_btn.btn_current:hover {
  background: transparent linear-gradient(90deg, #FF9646 0%, #FF376E 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #FFAF46;
  border-radius: 5px;
  outline: none; }

.bottom_buy .sale_btn.btn_current {
  margin-top: -8px;
  min-width: 220px;
  height: 44px; }

.bottom_buy .sale_btn.btn_current .btn_svg {
  top: -4px; }

.bfisrgift .table-box .table_cont .table_l ul li sup {
  margin-left: 2px;
  color: green; }

.comm-popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -99999;
  display: block !important; }

.comm-popup-bg.comm-on, .comm-popup-bg.comm_on {
  opacity: 1;
  z-index: 99999; }

.comm-popup {
  width: 781px;
  height: 573px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100000;
  margin: auto;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.1);
  display: block !important;
  text-align: center;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./2026/birthday/pop_bg.png); }

.comm-popup.comm-on, .comm-popup.comm_on {
  z-index: 100000;
  opacity: 1;
  transform: scale(1); }

.comm-popup .comm-close {
  position: absolute;
  top: 30%;
  right: 42px;
  z-index: 9;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.8; }

.comm-popup .comm-close.close_line {
  top: 38px;
  right: 38px;
  opacity: 0.55;
  width: 20px;
  height: 20px;
  text-indent: 0; }

.comm-popup .comm-close.close_line::before, .comm-popup .comm-close.close_line::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 16px;
  height: 3px;
  background: #FFF;
  transform: rotate(45deg);
  border-radius: 9999px; }

.comm-popup .comm-close.close_line::after {
  transform: rotate(-45deg); }

.comm-popup .comm-close svg {
  display: block;
  pointer-events: none;
  width: inherit;
  height: inherit;
  fill: #fff; }

.comm-popup .comm-close:hover {
  opacity: 1; }

.comm-popup .pop_inner {
  position: relative;
  margin: 92px 0 0 82px;
  width: 632px;
  height: 394px; }

.comm-popup .pop_title {
  padding: 0px;
  margin-bottom: 70px;
  text-align: center;
  font: normal normal normal 40px/1 League Spartan;
  color: #FFF348;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.162);
  transform: translateY(10px); }

.comm-popup .pop_title b {
  font: inherit;
  color: #F0491A;
  font-weight: 700; }

.comm-popup .pop_desc {
  font: normal normal 500 22px/1.5 League Spartan;
  color: #FFF; }

.comm-popup .pop_desc b {
  font: normal normal 700 34px/1.5 League Spartan;
  color: #FFF348;
  text-shadow: 0px 3px 6px #B800CC; }

.comm-popup .pop_tag {
  margin-bottom: 42px;
  position: relative;
  text-align: center;
  min-height: 92px;
  margin-left: -20px;
  transform-style: preserve-3d; }

.comm-popup .pop_tag::before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 170px;
  width: 331px;
  height: 157px;
  transform: translateZ(-1px);
  background: url(pop_tag.png) center center no-repeat; }

.comm-popup .pop_tag b {
  display: block;
  text-align: center;
  font: normal normal 800 24px/1.5 League Spartan;
  color: #000; }

.comm-popup .pop_tag b big {
  font: normal normal 800 54px/1.5 League Spartan;
  color: #FF001E;
  text-shadow: 0px 3px 0px #FFF; }

.comm-popup .pop_subtitle {
  text-align: center;
  color: #6D2E27;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Lexend Deca", Arial, "Microsoft Yahei", sans-serif !important; }

.comm-popup .pop_subtitle b {
  font: inherit;
  color: inherit;
  display: block; }

.comm-popup .pop_off {
  margin: 10px auto 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FF1111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  min-width: 130px;
  max-width: 80%;
  height: 28px;
  border-radius: 9999px;
  font-family: "Lexend Deca", Arial, "Microsoft Yahei", sans-serif !important;
  background: linear-gradient(280deg, #FFDC50 0%, #FFF5CB 100%); }

.comm-popup .pop_price strong, .comm-popup .pop_price del {
  display: block;
  font-family: "Lexend Deca", Arial, "Microsoft Yahei", sans-serif !important; }

.comm-popup .pop_price del {
  display: inline-block; }

.comm-popup .pop_price strong {
  color: #6D2E27;
  font-size: 18px;
  line-height: 1;
  font-weight: 700; }

.comm-popup .pop_price strong big {
  font: inherit;
  color: inherit;
  font-size: 48px; }

.comm-popup .pop_price p, .comm-popup .pop_price del {
  color: #CB8B85;
  font-size: 12px;
  line-height: 1;
  font-weight: 700; }

.comm-popup .popup_btn {
  display: flex;
  width: 300px;
  height: 56px; }

.comm-popup .popup_btn span {
  display: inline-block; }

.comm-popup .popup_btn .btn_svg {
  top: -7px; }

.comm-popup {
  top: -20%;
  width: 643px;
  height: 481px;
  background-image: url(./pop_bg.png); }

.comm-popup .comm-close.close_line {
  top: 100px;
  right: -48px; }

.comm-popup .pop_inner {
  margin: 126px 0 0;
  width: 643px;
  height: 355px; }

.comm-popup .pop_title {
  padding: 0px;
  margin-bottom: -25px;
  text-shadow: none;
  transform: translateY(-30px); }

.comm-popup .pop_title b {
  position: relative;
  z-index: 0;
  display: inline-block;
  font: normal normal 700 52px/1 League Spartan;
  letter-spacing: 1.04px;
  color: transparent;
  filter: drop-shadow(0px 5px 10px #FFE89E); }

.comm-popup .pop_title b::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  font: inherit;
  background: transparent linear-gradient(97deg, #FF6900 0%, #FB672E 44%, #FB0745 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center; }

.comm-popup .pop_title b::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px #FFF; }

.comm-popup .pop_desc {
  font-size: 18px;
  font-weight: 600;
  color: #000; }

.comm-popup .pop_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: 61px;
  min-height: 0;
  margin: 30px auto 26px;
  background: url(pop_tag.png) center center no-repeat; }

.comm-popup .pop_tag::before {
  display: none; }

.comm-popup .pop_tag b {
  font: normal normal 800 22px/1.5 League Spartan;
  letter-spacing: 1.44px;
  color: #FFFFF4; }

.comm-popup .pop_extra {
  position: relative;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 344px;
  height: 42px;
  background: #FFFFC4;
  border: 2px dashed #FF4841;
  opacity: 1;
  gap: 4px;
  font: normal normal 500 20px/1.5 League Spartan;
  color: #A40000; }

.comm-popup .pop_extra::before {
  content: '';
  display: block;
  flex-shrink: 0;
  margin-top: -5px;
  width: 26px;
  height: 33px;
  background: url(pop_gift_red.png) center center no-repeat; }

.comm-popup .pop_extra b {
  padding-top: 3px;
  display: block;
  font: inherit;
  color: inherit; }

.comm-popup .pop_note {
  padding: 0 0 6px;
  font: 400 14px/1.5 League Spartan;
  color: #95411C; }

.comm-popup .popup_btn {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 48px;
  font-size: 18px;
  background: transparent linear-gradient(121deg, #FF9202 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 10px #A5330178;
  color: #fff;
  outline: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 9999px;
  transform: scale(1); }

.comm-popup .prople {
  font-size: 14px;
  margin-top: 10px; }

.comm-popup .popup_btn span {
  display: inline-block; }

.comm-popup .popup_btn em {
  font: inherit;
  font-style: normal;
  color: inherit; }

.bfidrlow .banner {
  height: 921px;
  background: url(banner_bg.jpg) no-repeat center top; }
  .bfidrlow .banner .buybtn {
    border-radius: 5px;
    color: #FFD698;
    border-color: #FFD698; }
    .bfidrlow .banner .buybtn:hover {
      outline: none !important;
      box-shadow: none !important;
      background: transparent linear-gradient(90deg, #FF9646 0%, #FF376E 100%) 0% 0% no-repeat padding-box; }
  .bfidrlow .banner .message .box {
    width: 370px;
    background: #FFFDF6;
    border: 2px solid #FFE5BE; }
    .bfidrlow .banner .message .box .price {
      margin-top: 6px; }
    .bfidrlow .banner .message .box.active-box {
      width: 395px;
      box-shadow: 0px 17px 28px #E5A535;
      border: 6px solid #FF0000; }
      .bfidrlow .banner .message .box.active-box ul {
        margin-top: -14px; }
      .bfidrlow .banner .message .box.active-box .offer_top {
        width: 100%;
        border-radius: 0px;
        background: transparent; }
        .bfidrlow .banner .message .box.active-box .offer_top .comm_reduce {
          top: -29px;
          border-radius: 0px; }
    .bfidrlow .banner .message .box .box-p-idr {
      position: relative;
      z-index: 9;
      width: 200px;
      height: 26px;
      margin: 0px auto;
      line-height: 26px;
      margin-top: 35px;
      color: #fff;
      background: #E8BB6F;
      text-align: center;
      border-radius: 18px; }
    .bfidrlow .banner .message .box ul {
      max-width: 90%;
      margin: 0px auto;
      padding-top: 45px;
      margin-top: -14px;
      border-color: #E8BB6F; }

.bfidrlow.isrbirthdayseo .table-box .table_cont .table_r {
  box-sizing: 0px 10px 20px #FFC6536B !important; }
.bfidrlow.isrbirthdayseo .table-box .table_cont .table_r::after {
  background: transparent linear-gradient(155deg, #FEE6A1 0%, #FC9C3B 100%) 0% 0% no-repeat padding-box; }
.bfidrlow.isrbirthdayseo .table-box .table_cont .table_c {
  box-sizing: 0px 10px 20px #FFC6536B !important; }
  .bfidrlow.isrbirthdayseo .table-box .table_cont .table_c::after {
    background: #FFF4E4; }
  .bfidrlow.isrbirthdayseo .table-box .table_cont .table_c .tab_check {
    fill: #EFC28F  !important; }
.bfidrlow.isrbirthdayseo .table-box .table_cont .table_icon {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px; }
  .bfidrlow.isrbirthdayseo .table-box .table_cont .table_icon.tab_check {
    fill: #FF5441 !important; }
  .bfidrlow.isrbirthdayseo .table-box .table_cont .table_icon.tab_close {
    fill: #EFC28F  !important; }

.pdf .banner .box ul {
  margin-top: 0px !important;
  padding-top: 20px !important; }
.pdf .banner .active-box ul {
  margin-top: 0px !important;
  padding-top: 20px !important; }
.pdf .sale_feature {
  padding: 80px 0; }
.pdf .sale_feature .feature_title {
  font: 700 40px/1.5 League Spartan;
  color: #000;
  text-align: center; }
.pdf .sale_feature .feature_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 100px 0 0; }
.pdf .sale_feature .feature_screen {
  position: relative;
  width: 490px;
  text-align: center; }
.pdf .sale_feature .feature_screen > img {
  position: relative;
  z-index: 1;
  margin: 0 0 0 -30px; }
.pdf .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_feature .feature_cont {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(2, minmax(30ch, 310px));
  gap: 34px 44px; }
.pdf .sale_feature .fea_item {
  display: grid;
  gap: 14px;
  grid-row: span 2;
  grid-template-rows: subgrid;
  text-align: left; }
.pdf .sale_feature .fea_name {
  color: #000;
  font: 600 18px/1.5 League Spartan;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px; }
.pdf .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_feature .fea_text {
  padding-left: 22px;
  color: #4E4E4E;
  font: 400 16px/1.5 League Spartan; }
.pdf .pdf__sale_main {
  overflow: hidden; }
.pdf .pdf__sale_table {
  padding: 50px 16px;
  text-align: center; }
.pdf .pdf__sale_table h2 {
  margin-bottom: 60px;
  font: 700 40px / 1.5 League Spartan;
  color: #000;
  text-align: center; }
.pdf .pdf__sale_table .pdf_wrapper {
  width: 1024px !important; }
.pdf .pdf__sale_table .table_icon {
  display: block;
  margin: 0 auto;
  width: 13px;
  height: 12px; }
.pdf .pdf__sale_table .table_icon.check_icon {
  fill: #00D664 !important; }
.pdf .pdf__sale_table .table_icon.error_icon {
  width: 7px;
  height: 7px;
  fill: #FE1849 !important; }
.pdf .pdf__sale_table table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0; }
.pdf .pdf__sale_table table tbody {
  border: 1px solid #FFF4DE;
  border-width: none; }
.pdf .pdf__sale_table table th, .pdf .pdf__sale_table table td {
  position: relative;
  z-index: 1;
  padding: 6px 15px;
  vertical-align: middle; }
.pdf .pdf__sale_table table .tr_title {
  height: 74px;
  border-radius: 4px;
  background: #FFF9F0 0% 0% no-repeat padding-box;
  box-shadow: -2px 6px 15px #FFD8AC36;
  border: 1px solid #FFF4DE; }
.pdf .pdf__sale_table table .table_version {
  color: #1E1C2C;
  font: 700 18px/1.5 League Spartan; }
.pdf .pdf__sale_table table .table_pro .table_version {
  border-left: 2px solid #1E1C2C; }
.pdf .pdf__sale_table table td {
  text-align: left;
  color: #676565;
  font: 400 14px/1.5 League Spartan; }
.pdf .pdf__sale_table table td p, .pdf .pdf__sale_table table td span, .pdf .pdf__sale_table table td sup, .pdf .pdf__sale_table table td em, .pdf .pdf__sale_table table td b {
  font: inherit;
  color: inherit; }
.pdf .pdf__sale_table table td b {
  color: #000;
  font: 600 16px/1.5 League Spartan; }
.pdf .pdf__sale_table table .tr_pink {
  background: #FFF9F0; }
.pdf .pdf__sale_table table .table_pro, .pdf .pdf__sale_table table .table_free {
  position: relative;
  width: 210px;
  text-align: center;
  color: #464545;
  font: 500 14px/1.5 League Spartan; }
.pdf .pdf__sale_service {
  padding: 40px 16px;
  background: #f2f2f5; }
.pdf .pdf__sale_service .pdf_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
.pdf .pdf__sale_service .pdf_wrapper li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
.pdf .pdf__sale_service .pdf_wrapper li > img {
  width: 26px;
  max-width: none; }
.pdf .pdf__sale_service .pdf_wrapper li p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #8e8b9d; }
.pdf .pdf__sale_footer {
  padding: 14px 16px;
  padding-bottom: 180px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #b6b4c2;
  background: #262626; }
.pdf .about {
  padding: 60px 0px; }
  .pdf .about .h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold; }
  .pdf .about .about_box {
    position: relative; }
    .pdf .about .about_box .left_btn {
      width: 36px;
      height: 36px;
      position: absolute;
      left: 50px;
      top: 60%;
      background: url(../../buy-data-recovery/sprites_ic.png) no-repeat 0 -173px;
      cursor: pointer; }
      .pdf .about .about_box .left_btn:not(.swiper-button-disabled) {
        background-position: 0 -221px; }
    .pdf .about .about_box .right_btn {
      width: 36px;
      height: 36px;
      position: absolute;
      right: 50px;
      top: 60%;
      background: url(../../buy-data-recovery/sprites_ic.png) no-repeat -60px -173px;
      cursor: pointer; }
      .pdf .about .about_box .right_btn:not(.swiper-button-disabled) {
        background-position: -61px -221px; }
    .pdf .about .about_box .swiper-container {
      width: 834px;
      border-radius: 4px;
      margin: 0 auto;
      position: relative; }
      .pdf .about .about_box .swiper-container .swiper-slide {
        width: 100%;
        display: flex; }
        .pdf .about .about_box .swiper-container .swiper-slide .comment {
          width: 834px; }
          .pdf .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 .about .about_box .swiper-container .swiper-slide .comment .main {
            margin-bottom: 20px;
            font-size: 14px;
            font-weight: 600;
            color: #63636a;
            line-height: 30px; }
          .pdf .about .about_box .swiper-container .swiper-slide .comment .star-four {
            width: 95px;
            height: 15px;
            background: url(../../buy-data-recovery/sprites_ic.png) no-repeat 0 -47px;
            margin: 0 auto; }
          .pdf .about .about_box .swiper-container .swiper-slide .comment .star-five {
            width: 95px;
            height: 15px;
            background: url(../../buy-data-recovery/sprites_ic.png) no-repeat 0 -78px;
            margin: 0 auto; }
.pdf .pop_coupon {
  width: 792px;
  height: 616px;
  background: url(pop_bg2.png); }
  .pdf .pop_coupon .pop_inner {
    width: 792px;
    height: 616px; }
    .pdf .pop_coupon .pop_inner .pop_tag {
      margin-top: 46px;
      background: transparent; }

.bfisrgift .feature h2 {
  display: flex;
  justify-content: center;
  color: #1F1E24;
  font: normal normal bold 26px/35px League Spartan; }
  .bfisrgift .feature h2::after, .bfisrgift .feature h2::before {
    position: relative; }
  .bfisrgift .feature h2::after {
    content: "";
    width: 99px;
    height: 38px;
    margin-left: 15px;
    background: url(../../2023purchase1/bfisrgift/bird_r.png) center no-repeat;
    top: -12px; }
  .bfisrgift .feature h2::before {
    content: "";
    width: 99px;
    height: 45px;
    margin-right: 15px;
    background: url(../../2023purchase1/bfisrgift/bird_l.png) center no-repeat;
    top: -16px; }
.bfisrgift .feature {
  padding-top: 120px; }
  .bfisrgift .feature .message {
    display: flex;
    justify-content: space-between;
    margin-top: 85px; }
    .bfisrgift .feature .message .img-box {
      position: relative;
      width: 507px;
      height: 413px; }
      .bfisrgift .feature .message .img-box span {
        font-size: 14px;
        font-weight: 600;
        color: #040000;
        position: absolute;
        bottom: 46px;
        right: 0px;
        transform: rotateZ(357deg); }
      .bfisrgift .feature .message .img-box img {
        position: absolute; }
        .bfisrgift .feature .message .img-box img.ft_img3 {
          bottom: 25px;
          right: -40px; }
    .bfisrgift .feature .message .message-box {
      display: flex;
      width: 615px;
      justify-content: space-between;
      flex-wrap: wrap; }
      .bfisrgift .feature .message .message-box li {
        width: 45%;
        margin-bottom: 35px; }
        .bfisrgift .feature .message .message-box li h3 {
          display: flex;
          margin-bottom: 15px;
          align-items: center;
          font: normal normal 600 18px/21px League Spartan; }
          .bfisrgift .feature .message .message-box li h3::before {
            content: "";
            width: 12px;
            height: 12px;
            margin-right: 10px;
            background: url(../../2023purchase1/bfisrgift/checked.svg) center no-repeat;
            background-size: contain; }
        .bfisrgift .feature .message .message-box li p {
          padding-left: 22px;
          color: #4E4E4E;
          font: normal normal normal 16px/20px League Spartan; }
.bfisrgift .isr__sale_table {
  padding: 0px 0 42px;
  text-align: center; }
.bfisrgift .isr__sale_table .table_title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px 0 128px; }
.bfisrgift .isr__sale_table .table_title::before {
  display: none; }
.bfisrgift .isr__sale_table .table_box {
  margin: 0 auto;
  width: 100%; }
.bfisrgift .isr__sale_table .table_icon {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px; }
.bfisrgift .isr__sale_table .table_icon.red_icon {
  fill: #FF9104 !important; }
.bfisrgift .isr__sale_table .table_icon.gray_icon {
  fill: #9C9A9A !important; }
.bfisrgift .isr__sale_table .table_icon.no_icon {
  width: 14px;
  height: 2px;
  background: #9C9A9A; }
.bfisrgift .isr__sale_table table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0; }
.bfisrgift .isr__sale_table table::before, .bfisrgift .isr__sale_table table::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0; }
.bfisrgift .isr__sale_table table::before {
  top: -26px;
  left: calc(469px + 14px);
  width: 296px;
  height: 640px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 6px 10px #FFE1BF7D; }
.bfisrgift .isr__sale_table table::after {
  top: -50px;
  right: 0px;
  width: 398px;
  height: calc(610px + 105px);
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 10px 20px #FFC6536B; }
.bfisrgift .isr__sale_table table th, .bfisrgift .isr__sale_table table td {
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  padding-left: 0;
  vertical-align: middle;
  border-bottom: 1px solid #FFEAE6; }
.bfisrgift .isr__sale_table table .tr_no td {
  border-bottom: 0; }
.bfisrgift .isr__sale_table table .tr_title th, .bfisrgift .isr__sale_table table .tr_title td {
  padding: 15px 0;
  border-bottom: 0; }
.bfisrgift .isr__sale_table table .tr_title .table_text, .bfisrgift .isr__sale_table table .tr_title .tb_title {
  background: #F2F2F2; }
.bfisrgift .isr__sale_table table .tr_title .table_text img, .bfisrgift .isr__sale_table table .tr_title .table_text b, .bfisrgift .isr__sale_table table .tr_title .tb_title img, .bfisrgift .isr__sale_table table .tr_title .tb_title b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }
.bfisrgift .isr__sale_table table .tr_title .table_text img, .bfisrgift .isr__sale_table table .tr_title .tb_title img {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: -3px; }
.bfisrgift .isr__sale_table table .tr_title .table_free, .bfisrgift .isr__sale_table table .tr_title .table_pro {
  background: #FFEEDF; }
.bfisrgift .isr__sale_table table th {
  font-style: normal;
  text-align: left;
  height: 54px; }
.bfisrgift .isr__sale_table table th.tb_title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700; }
.bfisrgift .isr__sale_table table th.tb_title b {
  font-weight: 700; }
.bfisrgift .isr__sale_table table th.table_free {
  background: transparent; }
.bfisrgift .isr__sale_table table th.table_free::after, .bfisrgift .isr__sale_table table th.table_free::before {
  display: none; }
.bfisrgift .isr__sale_table table th.table_pro {
  background: linear-gradient(319deg, #FF005F 0%, #FF645E 100%); }
.bfisrgift .isr__sale_table table th.table_pro::after, .bfisrgift .isr__sale_table table th.table_pro::before {
  display: none; }
.bfisrgift .isr__sale_table table td {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }
.bfisrgift .isr__sale_table table td p, .bfisrgift .isr__sale_table table td span, .bfisrgift .isr__sale_table table td sup, .bfisrgift .isr__sale_table table td em, .bfisrgift .isr__sale_table table td b {
  font: inherit;
  color: inherit; }
.bfisrgift .isr__sale_table table td p {
  display: inline; }
.bfisrgift .isr__sale_table table td.table_pro, .bfisrgift .isr__sale_table table td.table_free {
  background: #fff;
  font-size: 18px;
  color: #1E1C2C; }
.bfisrgift .isr__sale_table table tfoot th {
  border: 0; }
.bfisrgift .isr__sale_table table .table_version {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 82px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #1E1C2C;
  border-radius: 12px 12px 0px 0px;
  background: #FFEEDF;
  display: flex;
  align-items: center;
  justify-content: center; }
.bfisrgift .isr__sale_table table .table_version b {
  display: block;
  color: inherit;
  font: inherit; }
.bfisrgift .isr__sale_table table .table_text {
  padding: 5px 10px; }
.bfisrgift .isr__sale_table table .table_text::before {
  display: none; }
.bfisrgift .isr__sale_table table .table_pro, .bfisrgift .isr__sale_table table .table_free {
  position: relative;
  width: 296px;
  text-align: center;
  border-left: none;
  border-right: none; }
.bfisrgift .isr__sale_table table .table_pro::after, .bfisrgift .isr__sale_table table .table_pro::before, .bfisrgift .isr__sale_table table .table_free::after, .bfisrgift .isr__sale_table table .table_free::before {
  display: none; }
.bfisrgift .isr__sale_table table .table_pro {
  width: 398px; }
.bfisrgift .isr__sale_table table .table_pro .table_version {
  top: -50px;
  height: 104px;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(90deg, #FFC116 0%, #F98500 100%); }
.bfisrgift .isr__sale_table table .table_pro .table_version::before {
  content: '';
  display: block;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0px;
  z-index: 2;
  margin: 0 auto;
  width: 117px;
  height: 84px;
  background: url(../images/promotion_common/pro_vpn.png) center center no-repeat; }
.bfisrgift .isr__sale_table table tfoot .table_version {
  top: 0;
  height: 36px;
  border-radius: 0 0 12px 12px;
  background: #fff; }
.bfisrgift .isr__sale_table table tfoot .table_pro .table_version {
  top: 0;
  height: 110px;
  border-radius: 0 0 12px 12px;
  background: #fff; }
.bfisrgift .isr__sale_table table tfoot .table_pro .table_version::before {
  display: none; }
.bfisrgift .isr__sale_table table .sale_btn.btn_current {
  min-width: 272px;
  padding-top: 3px;
  height: 50px;
  font-size: 18px;
  font-weight: 700; }
.bfisrgift .isr__sale_table table .table_space {
  padding: 0;
  width: 14px;
  border: none;
  background: transparent; }
.bfisrgift .isr__sale_table table .table_space.big_space {
  width: 23px; }
.bfisrgift .isr__sale_table table .table_pro,
.bfisrgift .isr__sale_table table .table_free {
  position: relative;
  width: 296px;
  text-align: center;
  border-left: none;
  border-right: none; }
.bfisrgift .isr__sale_table {
  padding: 60px 0px; }
.bfisrgift .isr__sale_table .table_title {
  padding-top: 12px;
  font-size: 36px;
  text-align: center; }
.bfisrgift .isr__sale_table .table_icon {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px; }
.bfisrgift .isr__sale_table .table_icon.red_icon {
  fill: #F60000 !important; }
.bfisrgift .isr__sale_table table .sale_btn.btn_current {
  display: flex;
  margin: 10px auto;
  color: #FFF;
  width: 80%;
  height: 50px;
  outline: none;
  align-items: center;
  justify-content: center;
  background: transparent radial-gradient(closest-side at 52% 0%, #FFCE48 0%, #FE2424 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #FFD153;
  border: 2px solid #FFEF9E; }
.bfisrgift .isr__sale_table table .sale_btn.btn_current:hover {
  border: none;
  color: #FFF;
  cursor: pointer;
  outline: none;
  background: transparent radial-gradient(closest-side at 52% 0%, #FFCE48 0%, #FE2424 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #FFD153;
  border: 2px solid #FFEF9E; }
.bfisrgift .isr__sale_table table::before {
  width: 260px;
  left: auto;
  right: 391px;
  top: 10px;
  height: 580px;
  box-shadow: 0px 6px 10px rgba(255, 203, 243, 0.4); }
.bfisrgift .isr__sale_table table::after {
  width: 368px;
  top: -50px;
  height: calc(660px + 105px);
  box-shadow: 0px 10px 20px #ffcbf3; }
.bfisrgift .isr__sale_table table th, .bfisrgift .isr__sale_table table td {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; }
.bfisrgift .isr__sale_table table .tr_title .table_text, .bfisrgift .isr__sale_table table .tr_title .tb_title {
  background: #FFEEDF; }
.bfisrgift .isr__sale_table table .tr_title .table_text b, .bfisrgift .isr__sale_table table .tr_title .tb_title b {
  font-size: 16px; }
.bfisrgift .isr__sale_table table .tr_title .table_text, .bfisrgift .isr__sale_table table .tr_title .table_free, .bfisrgift .isr__sale_table table .tr_title .table_pro {
  padding: 15px 0px;
  background: #FFEEDF; }
.bfisrgift .isr__sale_table table .table_free {
  width: 260px; }
.bfisrgift .isr__sale_table table .table_pro {
  width: 368px;
  text-align: center; }
.bfisrgift .isr__sale_table table thead .table_pro .table_version {
  background: transparent linear-gradient(122deg, #F68E40 0%, #FF7D14 100%) 0% 0% no-repeat padding-box; }
.bfisrgift .isr__sale_table table thead .table_pro .table_version::before {
  top: -62px;
  width: 79px;
  height: 91px;
  background: url(vip-logo.png) center center no-repeat; }
.bfisrgift .isr__sale_table table tfoot .table_pro {
  background: none; }
.bfisrgift .isr__sale_table table tfoot .table_pro p {
  text-align: center;
  margin: 0 auto;
  max-width: 70%;
  font: 500 16px/1.5  League Spartan;
  color: #D19B54; }
.bfisrgift .screen3 {
  padding-top: 32px;
  overflow: hidden;
  margin-top: 60px; }
.bfisrgift .screen3 .content {
  width: 1200px;
  margin: 0 auto; }
.bfisrgift .swiper-container {
  width: 100%;
  height: 100%; }
.bfisrgift .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%; }
.bfisrgift .swiper-slide img {
  width: 100%;
  height: 100%;
  margin: 5% auto; }
.bfisrgift .swiper-button-next,
.bfisrgift .swiper-button-prev {
  width: 30px;
  height: 20px; }
.bfisrgift .swiper-button-next::after,
.bfisrgift .swiper-button-prev::after {
  content: ""; }
.bfisrgift .swiper-button-prev {
  background: url(../../2023purchase1/bfisrgift/arrow.png) left 5px no-repeat;
  left: 307px;
  top: 200px; }
.bfisrgift .swiper-button-next {
  background: url(../../2023purchase1/bfisrgift/arrow.png) right 5px no-repeat;
  left: 360px;
  top: 200px; }
.bfisrgift .swiper-button-next.swiper-button-disabled,
.bfisrgift .swiper-button-prev.swiper-button-disabled {
  opacity: 1; }
.bfisrgift .swiper-button-prev.swiper-button-disabled {
  background: url(../../2023purchase1/bfisrgift/arrow.png) left -85px no-repeat; }
.bfisrgift .swiper-button-next.swiper-button-disabled {
  background: url(../../2023purchase1/bfisrgift/arrow.png) right -85px no-repeat; }
.bfisrgift .review-wrap {
  height: 320px;
  position: relative; }
.bfisrgift .user-head {
  height: 160px;
  width: 160px;
  position: absolute;
  left: 21px;
  top: 16px; }
  .bfisrgift .user-head:before {
    content: '';
    width: 185px;
    height: 210px;
    position: absolute;
    left: -36px;
    top: -33px;
    background: url(../../2023purchase1/bfisrgift/red-cm.png) no-repeat; }
.bfisrgift .user-avator {
  font-family: League Spartan;
  font-size: 16px;
  color: #999;
  line-height: 1.7;
  width: 878px;
  margin: 15px auto;
  font-weight: 400;
  position: relative;
  float: right;
  padding-top: 45px; }
.bfisrgift .user-avator .screen-title {
  width: 100%;
  color: #60403C;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  font-size: 46px; }
.bfisrgift .user-avator ul {
  margin-top: 96px; }
.bfisrgift .user-avator ul li {
  display: none;
  width: 100%;
  height: 130px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #60403C; }
.bfisrgift .user-avator P {
  font-size: 18px;
  margin-top: 15px;
  width: 152px;
  line-height: 30px;
  position: absolute;
  top: 154px;
  left: -277px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: url(../../2023purchase1/bfisrgift/nome-cm.png) no-repeat; }
.bfisrgift .user-avator img {
  position: absolute;
  right: -105px;
  bottom: 65px; }
.bfisrgift .footer {
  margin-top: 40px;
  padding-bottom: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #6C697E;
  font: normal normal 500 16px League Spartan; }

/*# sourceMappingURL=style.css.map */
