@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap");
.header-nav .nav-left .nav-menu .nav-list .sm_buy_btn span {
  color: #fff; }

.nav-bf-icon {
  position: relative;
  z-index: 1;
  margin-right: 0;
  transform: translateY(-20px);
  cursor: default; }

.nav-buybtn {
  margin-right: 30px;
  display: inline-flex !important;
  position: relative;
  width: 205px;
  height: 85px;
  background: url(./nav_btn_bg.png) no-repeat;
  background-position: top;
  white-space: nowrap;
  font-family: League Spartan; }
  .nav-buybtn span {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #FAFAFA;
    text-shadow: 0px 1px 0px #C60039;
    height: 30px;
    top: 48px;
    left: 54px; }
  .nav-buybtn:hover {
    background-position: bottom; }

.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-right-popup {
  display: block !important;
  width: 450px;
  height: 237px;
  position: fixed;
  right: -44px;
  bottom: -24px;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  background: url(./right_bg.png) center no-repeat;
  transform: translateY(110%) scale(0.8);
  transition: all 0.5s ease-out;
  text-align: center;
  font-family: League Spartan; }
  .bf-right-popup.bf-on {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transform: translateY(0) scale(0.8); }
  .bf-right-popup .bf-right-close {
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.6); }
    .bf-right-popup .bf-right-close:hover {
      opacity: 0.7; }
  .bf-right-popup .bf-buybtn {
    margin: 116px auto 0px;
    display: block;
    width: fit-content;
    opacity: 0; }
  .bf-right-popup .right_pop_text {
    margin-top: 80px; }
  .bf-right-popup .right-buybtn,
  .bf-right-popup .right_pop_text p {
    text-indent: -9999px;
    display: none; }
  .bf-right-popup.idr, .bf-right-popup.isr, .bf-right-popup.pdf {
    right: 5px;
    bottom: 24px;
    width: 296px;
    height: 244px;
    background: url(./right_bg_idr.png) center no-repeat; }
    .bf-right-popup.idr.bf-on, .bf-right-popup.isr.bf-on, .bf-right-popup.pdf.bf-on {
      transform: translateY(0) scale(1); }
    .bf-right-popup.idr .bf-buybtn, .bf-right-popup.isr .bf-buybtn, .bf-right-popup.pdf .bf-buybtn {
      display: block;
      width: 189px;
      opacity: 1;
      height: 42px;
      margin: 0px auto;
      margin-top: 206px;
      line-height: 42px;
      color: #fff;
      font-size: 16px;
      box-shadow: 0px 10px 10px rgba(9, 23, 20, 0.27);
      border-radius: 26px;
      background: transparent linear-gradient(106deg, #F60370 0, #C801E3 100%) 0 0 no-repeat padding-box; }
      .bf-right-popup.idr .bf-buybtn:hover, .bf-right-popup.isr .bf-buybtn:hover, .bf-right-popup.pdf .bf-buybtn:hover {
        background: #C801E3; }
  .bf-right-popup.isr {
    background: url(./right_bg_isr.png) center no-repeat; }
  .bf-right-popup.pdf {
    background: url(./right_bg_pdf.png) center no-repeat; }

.bf-pop-wrap {
  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;
  font-family: 'League Spartan'; }
  .bf-pop-wrap.bf-on {
    transform: scale(1);
    z-index: 99998; }
  .bf-pop-wrap .bf-center-popup {
    position: fixed;
    width: 659px;
    height: 443px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    z-index: 100000;
    transition: none;
    background: none;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    background: url(./center_bg.png) center no-repeat; }
    .bf-pop-wrap .bf-center-popup .pop_content {
      width: 500px;
      margin-left: 55px; }
    .bf-pop-wrap .bf-center-popup .c_pop_title {
      margin-top: 118px; }
      .bf-pop-wrap .bf-center-popup .c_pop_title p {
        margin-top: -6px;
        font-size: 16px;
        font-weight: 600;
        color: #9F4218; }
    .bf-pop-wrap .bf-center-popup h4 {
      margin-top: 28px;
      color: #312323; }
      .bf-pop-wrap .bf-center-popup h4 span {
        color: #FF0368;
        font-weight: bold; }
    .bf-pop-wrap .bf-center-popup > p {
      font-size: 12px;
      font-weight: 600;
      color: #AE6442; }
    .bf-pop-wrap .bf-center-popup .bf-buybtn {
      position: relative;
      z-index: 3;
      display: inline-flex;
      font-weight: 600;
      flex-shrink: 0;
      display: block;
      background: transparent linear-gradient(104deg, #FC0461 0%, #BC00FF 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 10px 15px #A8460896;
      width: 243px;
      height: 48px;
      line-height: 48px;
      border-radius: 30px;
      color: #fff;
      margin: 19px auto 12px; }
      .bf-pop-wrap .bf-center-popup .bf-buybtn:hover {
        background: transparent linear-gradient(104deg, #BC00FF 0%, #FC0461 100%) 0% 0% no-repeat padding-box; }
    .bf-pop-wrap .bf-center-popup .bf-popup-close {
      position: absolute;
      top: 10px;
      right: 120px;
      width: 12px;
      height: 12px;
      display: inline-block;
      text-align: center; }
      .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; }

/*# sourceMappingURL=common.css.map */
