body {
  background-color: #151516;
}
.page-body {
  padding-bottom: 0px;
}
.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item .ann-date {
  color: #ffffff;
}
.homepage-header .homepage-navbar .large-nav .nav-logo svg path.st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
.homepage-header .homepage-navbar .large-nav .nav-logo svg path.st2 {
  fill: #1f1f1f;
}
.homepage-header .homepage-navbar .large-nav .nav-logo svg path {
  fill: #de273e !important;
}
.homepage-header.down {
  background-color: rgba(29, 29, 31, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.homepage-header.down .homepage-navbar .small-nav {
  border-bottom: 1px solid #3e3e3e;
}
.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item i {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .small-nav .nav-options {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-options {
  color: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st3 {
  fill: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st0 {
  fill: #ffffff;
  stroke: #ffffff;
}
.homepage-header.down .homepage-navbar .large-nav .nav-logo svg path.st2 {
  fill: #1f1f1f;
}
.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item:hover,
.homepage-header.top .homepage-navbar .small-nav .nav-ann .ann-item:focus {
  color: #ffffff;
}
.footer,
.footer .f-register {
  background-color: #de273e;
}
.footer .f-register .f-register-btn .btn-register {
  color: #de273e;
}
.footer .f-copyright {
  background-color: #151516;
}
.footer .f-copyright .f-copyright-bottom {
  border-top: 1px solid #2f2f2f;
}
#bf22_page .banner {
  background-image: url(../../images/banner/bf-2022-banner.png);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 550px;
}
#bf22_page .banner .countdown {
  position: absolute;
  width: 100%;
  bottom: -35;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.countdown-box {
  background-color: rgba(36, 36, 36, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 10px 20px;
  width: auto;
  color: #d5d5d5;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
}
.sjc_offer {
  padding: 120px 0 40px;
}
.offer_title {
  color: #de273e;
  font-size: 60px;
  line-height: 1.1;
}
.offer_desc {
  color: #d5d5d5;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 60px;
}
.sjc_offer .offer_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #191919;
  padding: 60px 60px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sjc_offer .offer_area .new_package_title {
  font-size: 50px;
  font-weight: 600;
  color: #d5d5d5;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  line-height: 1.2;
  margin-bottom: 40px;
}
.sjc_offer .offer_area .new_package_title.en {
  line-height: 1;
}
.sjc_offer .offer_area .new_package_desc {
  font-size: 24px;
  color: #d5d5d5;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.sjc_offer .offer_area .new_package_desc strong {
  color: #de273e;
  font-size: 60px;
}
.sjc_offer .offer_area .new_package_title.en .new_package_desc {
  margin-left: 10px;
}
.sjc_offer .offer_area .more_traffic_package_title {
  font-size: 50px;
  font-weight: 600;
  color: #d5d5d5;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 40px;
}
.sjc_offer .offer_area .more_traffic_package_title.en {
  align-items: center;
}
.sjc_offer .offer_area .more_traffic_package_title span {
  color: #de273e;
}
.sjc_offer .offer_area .more_traffic_package_title.en span {
  margin: 0 10px;
}
.sjc_offer .offer_area .more_traffic_package_title span.big_text {
  font-size: 80px;
}
.package_box {
  background-color: #1c1c1c;
  padding: 40px;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items:  center;
}
.package_box:not(:last-child) {
  margin-bottom: 30px;
}
.buy-name {
  font-size: 22px;
  color: #ff2945;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #484848;
  border-right-style: dashed;
  margin-right: 30px;
  width: 150px;
}
.buy-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 -15px;
  flex: 1;
  line-height: 1.1;
}
.desc-item {
  font-size: 15px;
  color: #bababa;
  flex: 1;
  white-space: nowrap;
  font-weight: 600;
  margin: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.desc-item .traffic {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.desc-item .traffic .old {
  text-decoration: line-through;
  color: #484848;
}
.desc-item .traffic .new {
  color: #ff2945;
}
.buy-btn {
  padding: 6px 10px;
  background-color: #151516;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ff2945 !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 30px;
  white-space: nowrap;
}
.buy-btn .price {
  color: #ff2945;
  font-weight: 600;
  font-size: 18px;
}
.buy-btn .cycle {
  color: #ff2945;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
}
.buy-btn:hover,
.buy-btn:focus {
  background-color: #101011;
  text-decoration: none;
}
.code {
  padding: 20px 0;
  background: #151516;
}
.code-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 60px;
}
.code-title strong {
  color: #de273e;
  font-size: 80px;
}
.code-smalltitle strong {
  color: #de273e;
}
.code-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-bottom: 20px;
  gap: 20px;
}
.code-group .code-item {
  padding: 40px;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  flex: 1;
}
.code-group .code-item .code-product {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.code-group .code-item .code-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #494b50;
  border-style: dashed;
  border-radius: 10px;
  width: 100%;
  color: #ff2945;
  justify-content: center;
  position: relative;
  font-weight: 600;
}
.code-group .code-item .code-text i {
  position: absolute;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
}
.code-group .code-item .code-cycle {
  font-size: 16px;
  margin-top: 10px;
  color: #595b5d;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.bulk_title {
  font-size: 50px;
  font-weight: 600;
  color: #ff2945;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 20px;
}
.bulk_desc {
  font-size: 24px;
  color: #d5d5d5;
  line-height: 1.4;
}
.contact_sale {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.contact_sale_btn {
  padding: 12px 20px;
  background-color: #151516;
  border-radius: 8px;
  color: #ff2945 !important;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.contact_sale_btn:hover,.contact_sale_btn:focus {
  background-color: #101011;
  text-decoration: none;
}
.other_offer_title {
  font-size: 50px;
  font-weight: 600;
  color: #ff2945;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 20px;
}
.other_offer_title span {
  font-size: 24px;
  color: #d5d5d5;
}
.other_offer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.other_offer .cashback,.other_offer .buy_one_get_one,.other_offer .to_annually {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #191919;
  border-radius: 10px;
  margin-right: 20px;
  flex: 1;
  height: 260px;
}
.other_offer .cashback_title,.other_offer .buy_one_get_one_title,.other_offer .to_annually_title {
  font-size: 28px;
  color: #ff2945;
  font-weight: 600;
  margin-bottom: 20px;
}
.other_offer .cashback_desc,.other_offer .buy_one_get_one_desc,.other_offer .to_annually_desc {
  font-size: 18px;
  color: #d5d5d5;
  line-height: 1.4;
}
.sp_discount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.discount_title {
  font-size: 40px;
  font-weight: 600;
  color: #d5d5d5;
  display: flex;
  flex-direction: column;
  flex: 1;
  white-space: nowrap;
  margin-right: 30px;
}
.discount_title span {
  font-size: 55px;
  color: #ff2945;
}
.sp_discount .code-group {
  display: flex;
  width: 500px;
  margin-bottom: 0;
}
.sp_discount .code-item {
  border: 1px solid #444444;
  border-style: dashed;
  justify-content: center;
}
.rules {
  margin-top: 120px;
  padding: 50px 20px;
  background: #1d1d1f;
}
.rules .rule-title {
  font-size: 18px;
  color: #b9b9b9;
  margin-bottom: 15px;
  font-weight: 600;
}
.rules .rule-item {
  font-size: 15px;
  color: #6f6f6f;
  margin-bottom: 10px;
}
.rules .rule-item:last-child {
  margin-bottom: 0px;
}
.ddos_protection_title {
  font-size: 40px;
  font-weight: 600;
  color: #ff2945;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 20px;
}
.ddos_protection_desc {
  font-size: 20px;
  color: #d5d5d5;
  line-height: 1.4;
  margin-bottom: 30px;
}
.option_area {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.option_box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #191919;
  border-radius: 10px;
  margin-right: 20px;
  flex: 1;
  border: 1px solid #2e2e2e;
  border-style: dashed;
}
.option_box.active {
  border-color: #ff2945;
  background-color: #0d0d0d;
}
.option_box .option_title {
  font-size: 28px;
  color: #ff2945;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.1;
}
.option_box .option_price {
  font-size: 18px;
  color: #d5d5d5;
  font-weight: 600;
}
.option_box .desc_text {
  font-size: 15px;
  color: #d5d5d5;
  line-height: 1.4;
  height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}
.option_box .desc_text.en {
  height: 70px;
}
@media (max-width: 1292px) {
  .package_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .buy-name {
    border-right: none;
  }
  .buy-btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .sjc_offer {
    padding: 50px 0;
  }
  .offer_title {
    font-size: 40px;
  }
  .offer_desc {
    font-size: 22px;
  }
  .buy-desc {
    flex-direction: column;
    align-items: flex-start;
  }
  .sjc_offer .offer_area .new_package_title {
    font-size: 40px;
    flex-direction: column;
  }
  .sjc_offer .offer_area .more_traffic_package_title {
    font-size: 40px;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .sjc_offer .offer_area .more_traffic_package_title span.big_text {
    font-size: 60px;
  }
  .bulk_title {
    font-size: 40px;
  }
  .bulk_desc {
    font-size: 18px;
  }
  .code-title {
    font-size: 40px;
  }
  .code-title strong {
    font-size: 60px;
  }
  .code-group {
    grid-template-columns: 1fr;
  }
  .other_offer {
    flex-direction: column;
  }
  .other_offer .cashback, .other_offer .buy_one_get_one, .other_offer .to_annually {
    margin-right: 0;
    margin-top: 10px;
  }
  .sjc_offer .offer_area {
    padding: 40px;
  }
  .other_offer_title {
    font-size: 30px;
  }
  .sp_discount {
    flex-direction: column;
  }
  .discount_title {
    margin-right: 0px;
    font-size: 30px;
  }
  .discount_title span {
    font-size: 40px;
  }
  .sp_discount .code-group {
    width: 100%;
    margin-top: 30px;
  }
  .option_area {
    flex-direction: column;
  }
  .option_box {
    margin-right: 0;
    width: 100%;
  }
  .option_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .option_box .desc_text {
    height: auto;
  }
}