@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&family=Playball:wght@400&display=swap");

.sum_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  min-width: 160px;
  height: 29px;
  font-size: 14px;
  font-weight: 700;
  color: #FAFAFA;
  text-shadow: 0px 1px 1px #C60039;
  background: linear-gradient(180deg, #FB2F6A 0%, #FB2F6A 100%);
  box-shadow: inset 0px -6px 6px #DE0040, 1px 3px 0px #AF1B57;
  border: 1px solid #FFCD00E0;
  border-radius: 9999px;
  transition: none;
}

.sum_btn span {
  position: relative;
  z-index: 1;
}

.sum_btn span::before {
  display: none;
}

.sum_btn:hover {
  background: #FB2F6A;
  box-shadow: 1px 3px 0px #DB2770;
  transition: none !important;
}

.nav-buybtn {
  margin-right: 40px;
}

.nav-buybtn.sum_btn {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex !important;
  text-align: center span;
  text-align-color: #FAFAFA !important;
}

.nav-buybtn.sum_btn::after,
.nav-buybtn.sum_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  left: -40px;
  z-index: 0;
  width: 61px;
  height: 60px;
  background: url(./nav_right_btn_icon.png) center center no-repeat;
  opacity: 1;
  visibility: visible;
}

.nav-buybtn.sum_btn::after {
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  background: url(./nav_right_btn_icon_hover.png) center center no-repeat;
}

.nav-buybtn.sum_btn:hover {
  background: #FB2F6A;
  box-shadow: 1px 3px 0px #DB2770;
  transition: none !important;
}

.nav-buybtn.sum_btn:hover::before {
  z-index: -9;
  opacity: 0;
  visibility: hidden;
}

.nav-buybtn.sum_btn:hover::after {
  z-index: 0;
  opacity: 1;
  visibility: visible;
}

.recorder-main .pc-btn {
  display: flex;
  align-items: center;
}

.recorder-main .button.button-new .btn-word {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  flex: 1;
}

.recorder-main .button.button-new.button-link.btn-default {
  padding: 0 9px 0 28px !important;
  width: auto !important;
  min-width: 194px;
  border-radius: 28px;
  border: 2px solid #e2dcfe !important;
  transition: all 0s ease;
  height: 60px;
}

.recorder-main .button-new.button-link.btn-default.btn-gold .arrow-new {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-left: 30px;
}

.recorder-main .button.button-new.button-link.btn-default .arrow-new .new-svg {
  fill: #b1a8e2;
  width: 8px;
  height: 12px;
}

.sale_index_btn {
  position: relative;
  margin-left: 30px;
  display: block;
}

.sale_index_btn:hover {
  transition: all 0.3s ease;
}

.sale_index_btn:hover .button-link,
.sale_index_btn:hover .button.button-new.button-link.btn-default {
  outline: none;
  background: linear-gradient(90deg, #482ed2 0%, #2354d3 100%) !important;
  transition: all 0.3s ease;
}

.sale_index_btn:hover .button-link .btn-word,
.sale_index_btn:hover .button.button-new.button-link.btn-default .btn-word {
  color: #fff !important;
  opacity: 1;
  transform: translatex(28px) scale(1) !important;
  transition: all 0.5s;
}

.sale_index_btn:hover .button-link .arrow-new,
.sale_index_btn:hover .button.button-new.button-link.btn-default .arrow-new {
  opacity: 0;
  transform: translatex(100%) scale(0) !important;
  transition: all 0.5s;
}

.sale_index_btn::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  bottom: 24px;
  right: -16px;
  z-index: 2;
  width: 72px;
  height: 44px;
  background-image: url(./cap_icon.png);
  pointer-events: none;
}

.sale_index_btn .button.button-new.button-link.btn-default.btn-yellow,
.sale_index_btn .button-link,
.sale_index_btn .button.button-new.button-link.btn-default {
  pointer-events: none;
  position: relative;
  z-index: 1;
  border: 0 !important;
  outline: 2px solid #e2dcfe;
  transition: all 0.3s ease;
  background: #fff !important;
}

.sale_index_btn .button.button-new.button-link.btn-default.btn-yellow .btn-word,
.sale_index_btn .button-link .btn-word,
.sale_index_btn .button.button-new.button-link.btn-default .btn-word {
  color: #482ed2 !important;
}

.sale_index_btn .button.button-new.button-link.btn-default.btn-yellow .arrow-new,
.sale_index_btn .button-link .arrow-new,
.sale_index_btn .button.button-new.button-link.btn-default .arrow-new {
  background: #ede9fe !important;
}

.sale_index_btn .button.button-new.button-link.btn-default.btn-yellow .arrow-new .new-svg,
.sale_index_btn .button-link .arrow-new .new-svg,
.sale_index_btn .button.button-new.button-link.btn-default .arrow-new .new-svg {
  fill: #b1a8e2 !important;
}

.sale_index_btn .button.button-new.button-link.btn-default.btn-yellow::before,
.sale_index_btn .button-link::before,
.sale_index_btn .button.button-new.button-link.btn-default::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2px;
  z-index: 0;
  width: 100%;
  height: 18px;
  background: url(./wave_icon.png) center center no-repeat;
  background-size: contain;
}

.sale_index_btn .sale_index_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  border: inherit;
  border-color: transparent;
  border-radius: inherit;
}

.sale_index_btn .sale_index_icon::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  pointer-events: none;
}

.sale_index_btn .sale_index_icon::before {
  bottom: 0px;
  left: -28px;
  width: 51px;
  height: 70px;
  background-image: url(./tree_icon.png);
}

@media (min-width: 1100px) {
  .home-banner .new-buy-btn::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .sale_index_btn {
    display: none;
  }
}

.bf-right-popup {
  --surfamily: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  width: 266px;
  height: 374px;
  background: none !important;
  display: block !important;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(110%);
  transition: all 0.5s ease-out;
  text-align: center;
}

.bf-right-popup.bf-on {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transform: translateY(0);
}

.bf-right-popup>img {
  width: 266px;
  height: 374px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}

.bf-right-popup .bf-right-close {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: auto;
  height: auto;
  color: #5E2E29;
  font: 400 12px/1.2 var(--surfamily);
  margin-bottom: 24px;
}

.bf-right-popup .bf-right-close:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.bf-right-popup .bf-buybtn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  flex-grow: 1;
  padding-top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.bf-right-popup .bf-buybtn:hover .sum_btn {
  background: #FB2F6A;
  box-shadow: 1px 3px 0px #DB2770;
  transition: none !important;
}

.bf-right-popup .right_pop_content {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.bf-right-popup .right_pop_desc {
  position: relative;
  z-index: 3;
  text-align: left;
  max-width: 150px;
  color: #5E2E29;
  font: 700 16px/1.2 var(--surfamily);
}

.bf-right-popup .right_pop_desc span {
  font: inherit;
  display: block;
  position: relative;
}

.bf-right-popup .right_pop_desc span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
  width: 100%;
  height: 8px;
  background: url(./wavy_lines.svg) center center no-repeat;
  background-size: cover;
}

.bf-right-popup .right_pop_desc b {
  display: inline-block;
  font: inherit;
  color: #DC1018;
  font-weight: 900;
}

.bf-right-popup .sum_btn {
  position: relative;
  z-index: 1;
  max-width: 90%;
  min-width: 200px;
  height: 36px;
  margin: 20px auto 8px;
}

.bf-pop-wrap {
  --surfamily: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --surfamily3: "Playball", Arial, "Microsoft Yahei", sans-serif;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center center;
  z-index: -99998;
}

.bf-pop-wrap.bf-on {
  transform: scale(1);
  z-index: 99998;
}

.bf-pop-wrap .bf-center-popup {
  width: 601px;
  height: 445px;
  background: none;
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
  z-index: 100000;
  transition: none;
  top: 20%;
  left: 0;
  right: 0;
}

.bf-pop-wrap .bf-center-popup.bf-on {
  transform: scale(1);
  z-index: 99999;
}

.bf-pop-wrap .bf-center-popup .pop_center_pic_box {
  position: absolute;
  right: 74px;
  bottom: 45px;
  width: 109px;
  height: 109px;
  z-index: 1;
}

.bf-pop-wrap .bf-center-popup .pop_center_pic_box::before {
  content: '';
  display: block;
  position: absolute;
  left: -14px;
  bottom: 0px;
  z-index: 1;
  width: 54px;
  height: 39px;
  background: url(./starfish.png) center center no-repeat;
}

.bf-pop-wrap .bf-center-popup .pop_center_pic_box>img {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.bf-pop-wrap .bf-center-popup .pop_center_bg {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.bf-pop-wrap .bf-center-popup .bf-buybtn {
  position: relative;
  z-index: 4;
  display: inline-flex;
  flex-shrink: 0;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  top: 32px;
  right: 8px;
  left: auto;
  bottom: auto;
  margin: 0;
  flex-shrink: 0;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close:after,
.bf-pop-wrap .bf-center-popup .bf-popup-close::before {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  border-radius: 10px;
  opacity: 0.55;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bf-pop-wrap .bf-center-popup .bf-popup-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bf-pop-wrap .bf-center-popup .bf-popup-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bf-pop-wrap .bf-center-popup .bf-popup-close:hover:after,
.bf-pop-wrap .bf-center-popup .bf-popup-close:hover::before {
  opacity: 1;
}

.bf-popup-svg {
  display: block;
  pointer-events: none;
  width: 25px;
  height: 25px;
}

.bf-popup-close {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bf-pop-wrap .bf-center-popup .pop_center_box {
  position: relative;
  z-index: 2;
  width: calc(100% - 15px);
  margin-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}

.bf-pop-wrap .bf-center-popup .isr .pop_center_title,
.bf-pop-wrap .bf-center-popup .idr .pop_center_title {
  color: rgba(64, 7, 7, 0.84);
  font: 600 18px/1.2 var(--surfamily);
}

.bf-pop-wrap .bf-center-popup .isr .pop_sale_title,
.bf-pop-wrap .bf-center-popup .idr .pop_sale_title {
  color: #5E0004;
  font: 600 18px/1.2 var(--surfamily);
}

.bf-pop-wrap .bf-center-popup .isr .pop_sale_off,
.bf-pop-wrap .bf-center-popup .idr .pop_sale_off {
  color: #E32518;
  font: 900 44px/1.2 var(--surfamily);
  text-shadow: inset 1px -2px 0px #C80007, 1px 2px 2px #E28000;
}

.bf-pop-wrap .bf-center-popup .isr .pop_sale_off::after,
.bf-pop-wrap .bf-center-popup .idr .pop_sale_off::after {
  -webkit-text-stroke: 2px #F7CE1A;
}

.bf-pop-wrap .bf-center-popup .pop_center_big_title {
  margin-top: 106px;
  position: relative;
  display: inline-block;
  color: #fff;
  letter-spacing: 1.5px;
  font: 400 50px/1px var(--surfamily3);
}

.bf-pop-wrap .bf-center-popup .pop_center_big_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 54px;
  left: 0px;
  right: 0px;
  top: -40px;
  margin: 0px auto;
  background: url(./title_icon.png) center no-repeat;
}

.bf-pop-wrap .bf-center-popup .pop_center_big_title strong {
  display: inline-block;
  font: inherit;
  color: inherit;
  opacity: 0;
}

.bf-pop-wrap .bf-center-popup .pop_center_big_title b {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font: inherit;
  color: inherit;
  white-space: nowrap;
}

.bf-pop-wrap .bf-center-popup .pop_center_big_title .title_border {
  position: absolute;
  margin: 0;
  top: 0px;
  left: 0px;
  z-index: 0;
  color: #fff;
  color: transparent;
  text-shadow: 1px 4px 3px #FF9900;
}

.bf-pop-wrap .bf-center-popup .pop_center_big_title .title_border::after {
  content: attr(data-text);
  -webkit-text-stroke: 4px #FE4F53;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bf-pop-wrap .bf-center-popup .pop_center_title {
  margin-top: 0;
  padding: 34px 0 18px;
  color: rgba(64, 7, 7, 0.84);
  font: 700 16px/1.2 var(--surfamily);
}

.bf-pop-wrap .bf-center-popup .pop_sale_title {
  color: #DC1018;
  font: 700 18px/1.2 var(--surfamily);
}

.bf-pop-wrap .bf-center-popup .pop_sale_off {
  position: relative;
  display: block;
  color: #3ABF00;
  font: 900 42px/1.2 var(--surfamily);
  width: fit-content;
  margin: 0px auto;
}

.bf-pop-wrap .bf-center-popup .pop_sale_off::after {
  content: attr(data-text);
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bf-pop-wrap .bf-center-popup .pop_center_desc {
  padding: 10px 0 15px;
  color: #400707;
  font: 400 14px/1.2 var(--surfamily);
}

.bf-pop-wrap .bf-center-popup .pop_center_desc b {
  font: inherit;
  color: inherit;
  font-weight: 700;
}

.bf-pop-wrap .bf-center-popup .sum_btn {
  left: 0%;
  transform: translateX(0%);
  bottom: auto;
  margin: 0 auto;
  min-width: 212px;
  max-width: 90%;
  height: 38px;
  background: #FB2F6A;
  box-shadow: 1px 3px 0px #AF1B57;
  border: 1px solid #F5C913;
}

.bf-pop-wrap .bf-center-popup .sum_btn:hover {
  background: #FF3D75;
  box-shadow: 1px 3px 0px #D43374;
  border: 1px solid #F5C913BD;
}