html,
body {
  overflow: auto !important;
  overflow-x: hidden !important;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.news_screen_select_input input {
  pointer-events: auto;
}

.index_banner_back {
  background:
    radial-gradient(1200px 700px at 70% 70%, rgba(0, 59, 216, 0.25), transparent 60%),
    radial-gradient(900px 500px at 20% 30%, rgba(34, 181, 115, 0.18), transparent 55%), #070a12 !important;
}

.index_banner_back:after {
  background: rgba(0, 0, 0, 0.55) !important;
}

.index_banner_back img {
  opacity: 0.15;
  filter: blur(1px) saturate(1.1);
}

.header_wrap:not(.header_active):after {
  height: 0 !important;
  opacity: 0 !important;
}

.header_wrap:not(.header_active) .header_logo_box a img {
  -webkit-filter: grayscale(100%) brightness(0%) invert(100%);
  filter: grayscale(100%) brightness(0%) invert(100%);
}

.header_wrap:not(.header_active) .header_menu_item_text {
  color: #ffffff;
}

@media screen and (min-width: 1201px) {
  .header_menu_wrap,
  .header_menu_pack,
  .header_menu_box,
  .header_menu_content,
  .header_menu_languages_wrap,
  .header_menu_button,
  .header_content,
  .header_box {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .header_menu_pack {
    width: auto !important;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .header_menu_content {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .header_menu_item_link {
    width: 100% !important;
  }
}

.auth_form_switch {
  margin-top: 1.041666vw;
  text-align: center;
  font-size: 0.78125vw;
  line-height: 1.30208333vw;
  color: #777777;
}

.auth_form_switch a {
  color: #003bd8;
}

.auth_form_message {
  margin-top: 0.78125vw;
  text-align: center;
  font-size: 0.78125vw;
  line-height: 1.30208333vw;
  color: #777777;
}

.auth_popup_body {
  position: relative;
  padding-top: 1.041666vw;
}

.auth_form_single .service_form_popup_big {
  margin-top: 0;
}

.auth_form_single .service_form_item_box {
  width: 100%;
  margin-right: 0;
}

.auth_form_single .service_form_item_box:nth-child(2n) {
  margin-right: 0;
}

.auth_popup_title {
  font-size: 1.041666vw;
  line-height: 1.5625vw;
  color: #222222;
  text-align: left;
  margin-bottom: 1.041666vw;
}

.auth_popup_actions {
  justify-content: flex-end;
  margin-top: -0.260416vw;
  margin-bottom: 0.78125vw;
}

.auth_popup_head_img {
  position: relative;
  width: 100%;
  height: 7.8125vw;
  overflow: hidden;
}

.auth_popup_head_img .public_banner_back {
  height: 100%;
  padding-bottom: 0;
}

.auth_popup_head_img .public_banner_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@keyframes auth_close_spin_360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.auth_popup_head_img .public_banner_en_label {
  font-size: 1.666666vw;
  line-height: 2.083333vw;
}

.auth_popup_head_img .public_banner_cn_label {
  font-size: 1.25vw;
  line-height: 2.083333vw;
}

.service_form_popup_wrap .service_form_button_box button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 1200px) {
  .auth_form_switch,
  .auth_form_message {
    margin-top: 2.415458vw;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
  }

  .auth_popup_body {
    padding-top: 4.83091vw;
  }

  .auth_form_single .service_form_item_box {
    width: 100%;
    margin-right: 0;
  }

  .auth_popup_title {
    font-size: 4.3478vw;
    line-height: 6.7633vw;
    margin-bottom: 4.83091vw;
  }

  .auth_popup_actions {
    margin-top: -2.415458vw;
    margin-bottom: 3.38164vw;
  }

  .auth_popup_head_img {
    height: 28.9855vw;
  }

  .auth_popup_head_img .public_banner_en_label {
    font-size: 6.28019vw;
    line-height: 7.72946vw;
  }

  .auth_popup_head_img .public_banner_cn_label {
    font-size: 4.83091vw;
    line-height: 7.72946vw;
  }
}

[data-gwtf-scrollbar='rail'].nicescroll-rails {
  width: 14px;
  z-index: 99999;
  background: rgba(70, 83, 162, 0);
  cursor: pointer;
  position: fixed;
  top: 0;
  height: 100%;
  right: 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transform: translateX(10px);
  transition:
    opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-gwtf-scrollbar='rail'].nicescroll-rails.gwtf-scrollbar-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

[data-gwtf-scrollbar='rail'] .nicescroll-cursors {
  position: relative;
  top: 0;
  float: right;
  width: 3px;
  height: 76px;
  background-color: rgb(0, 59, 216);
  border: none;
  background-clip: padding-box;
  border-radius: 0;
  cursor: pointer;
  transform: translateZ(0);
  transition:
    top 0.12s linear,
    height 0.12s linear,
    opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: top, height, opacity;
}

[data-gwtf-scrollbar='rail'].gwtf-scrollbar-dragging,
[data-gwtf-scrollbar='rail'].gwtf-scrollbar-dragging .nicescroll-cursors {
  cursor: grabbing;
}
