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;
}

.auth_popup_close_btn {
  position: absolute;
  right: 1.041666vw;
  top: 1.041666vw;
  z-index: 20;
  width: 2.083333vw;
  height: 2.083333vw;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.auth_popup_close_btn svg {
  display: block;
  width: 1.145833vw;
  height: 1.145833vw;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: none;
  animation: none;
  will-change: transform;
}

.auth_popup_close_btn:hover svg,
.auth_popup_close_btn:focus-visible svg {
  animation: auth_close_spin_360 0.6s linear 1;
}

.auth_popup_close_btn svg path {
  fill: #ffffff;
}

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

@media (prefers-reduced-motion: reduce) {
  .auth_popup_close_btn svg {
    transition: none;
  }
  .auth_popup_close_btn:hover svg,
  .auth_popup_close_btn:focus-visible svg {
    animation: auth_close_spin_360 0.6s linear 1;
  }
}

.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_close_btn {
    right: 4.83091vw;
    top: 4.83091vw;
    width: 9.6618vw;
    height: 9.6618vw;
  }

  .auth_popup_close_btn svg {
    width: 5.7971vw;
    height: 5.7971vw;
  }

  .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;
  }
}

#ascrail2000.nicescroll-rails {
  width: 3px;
  z-index: 99999;
  background: rgba(70, 83, 162, 0);
  cursor: default;
  position: fixed;
  top: 0;
  height: 100%;
  right: 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

#ascrail2000 .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;
}
