body {
  margin: 0 !important;
}

.login_bg {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.login_bg .image_box {
  width: 100vw;
  height: 100vh;
}

.login_bg .image_box .bg_img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.login_bg .title_box {
  position: fixed;
  left: 32px;
  top: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login_bg .title_box .logo_box {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.login_bg .title_box .logo_box .logo_img {
  width: 100%;
  height: 100%;
}

.login_bg .title_box .title {
  font-size: 22px;
  font-weight: 600;
  color: white;
  line-height: 30px;
}

.login_bg .login_footer {
  position: fixed;
  left: 0;
  bottom: 25px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  color: #fff;
  opacity: 0.7;
}

.login_bg .login_footer .footer_item {
  margin-right: 8px;
}

.login_bg .login_footer .footer_button {
  cursor: pointer;
  opacity: 0.8;
}

.login_bg .main_wrap {
  position: fixed;
  top: 0;
  left: 7.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85vw;
  height: 100vh;
  pointer-events: none;
}

.login_bg .main_wrap .main_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.login_bg .main_wrap .login_left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  z-index: 1;
  font: inherit;
}

.login_bg .main_wrap .login_left .login_left_top {
  border: 0;
  font-size: 36px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.login_bg .main_wrap .login_left .login_left_top p {
  font-size: 2.571rem;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
}

.login_bg .main_wrap .login_left .login_left_bottom {
  display: flex;
  align-items: center;
  border: 0;
  font-size: 18px;
  font: inherit;
}

.login_bg .main_wrap .login_left .login_left_bottom .feature-item {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-right: 1.357rem;
}

.login_bg .main_wrap .login_left .login_left_bottom .feature-item span {
  font-size: 18px;
}

.login_bg .main_wrap .card_box {
  pointer-events: all;
  position: relative;
  width: 490px;
  padding: 50px;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  box-shadow: rgba(23, 25, 29, 0.2) 0px 16px 16px -16px, rgb(23 25 29 / 3%) 0px 14px 20px 0px, rgb(23 25 29 / 4%) 0px 0px 0px 1px;
}

.login_bg .main_wrap .card_box .type_card {
  color: #243042;
}

.login_bg .main_wrap .card_box .type_card .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.login_bg .main_wrap .card_box .type_card .switch_account {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  margin-bottom: 56px;
  color: #6b6c6e;
}

.login_bg .main_wrap .card_box .type_card .switch_account .create_account {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #009dff;
}

.login_bg .main_wrap .card_box .type_card .switch_account .create_account .icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  color: #fff;
  background-color: #009dff;
  border-radius: 8px;
  overflow: hidden;
}

.login_bg .main_wrap .card_box .type_card .login_form {
  margin-bottom: 20px;
}

.login_bg .main_wrap .card_box .type_card .login_form .login_type {
  display: flex;
  height: 59px;
  margin-bottom: 20px;
}

.login_bg .main_wrap .card_box .type_card .login_form .login_type .login_type_bg {
  display: flex;
  align-items: center;
  /* width: 268px; */
  height: 47px;
  padding: 5px;
  margin-bottom: 12px;
  background-color: #f3f7fb;
  border-radius: 10px;
  font-size: 16px;
}

.login_bg .main_wrap .card_box .type_card .login_form .login_type .login_type_bg .login_type_item {
  width: 135px;
  line-height: 37px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}

.login_bg .main_wrap .card_box .type_card .login_form .login_type .login_type_bg .item_active {
  opacity: 1;
  border-radius: 6px;
  color: #243042;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(23, 28, 39, 0.14);
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box {
  margin-bottom: 20px;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .input_item,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .input_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  height: 56px;
  padding: 0 6px;
  border-radius: 12px;
  border: 1px solid rgb(226, 229, 240);
}

.iphone_error_msg {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #ff5733;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .input_item .prefix_icon,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .input_item .prefix_icon {
  margin: 0 12px 0 10px;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .input_item input,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .input_item input {
  font-size: 18px;
  line-height: 52px;
  height: 52px;
  flex: 1;
  border: none;
  color: #222;
  background-image: none;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .input_item input::placeholder,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .input_item input::placeholder {
  color: #999;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .input_item input[type="password"]::-ms-reveal,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .input_item input[type="password"]::-ms-reveal {
  display: none;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .item_active,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .item_active {
  border-width: 2px;
  border-color: #007aff;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .item_error,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .item_error {
  border-width: 2px;
  border-color: #ff5733;
}

.login_bg .main_wrap .card_box .type_card .login_form .phone_form_box .get_code,
.login_bg .main_wrap .card_box .type_card .login_form .psw_form_box .get_code {
  width: 90px;
  font-size: 16px;
  color: #009dff;
  cursor: pointer;
}

.login_bg .main_wrap .card_box .type_card .remenber_me_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login_bg .main_wrap .card_box .type_card .remenber_me_wrap .button {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #858688;
  cursor: pointer;
}

.login_bg .main_wrap .card_box .type_card .remenber_me_wrap .button:hover {
  color: #009dff;
}

.login_bg .main_wrap .card_box .type_card .remenber_me_wrap #remenber_me_checkbox {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer !important;
}

.login_bg .main_wrap .card_box .type_card .login_button {
  margin-top: 20px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: #009dff;
  cursor: pointer;
}

.login_bg .main_wrap .card_box .type_card .regist-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.login_bg .main_wrap .card_box .type_card .register_normal {
  width: 40%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: #009dff;
  cursor: pointer;
}

.login_bg .main_wrap .card_box .type_card .register_apply {
  width: 55%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: #ff4500;
  cursor: pointer;
}

.login_bg .main_wrap .card_box .type_card .regist-desc {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #ff4500;
  font-size: 14px;
  line-height: 30px;
}

.login_bg .main_wrap .card_box .type_card .regist-desc div:nth-child(1) {
  width: 40%;
}

.login_bg .main_wrap .card_box .type_card .regist-desc div:nth-child(2) {
  width: 55%;
}

.login_bg .main_wrap .card_box .type_card .protocol {
  text-align: center;
  margin-top: 20px;
  color: rgba(35, 48, 65, 0.7);
  font-size: 14px;
  user-select: none;
}

.login_bg .main_wrap .card_box .type_card .protocol .button {
  cursor: pointer;
  color: #009dff;
}

.login_bg .main_wrap .card_box .type_card .protocol .button:hover {
  color: #007aff;
}

.login_bg .disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.login_bg .grayscale_filter {
  opacity: 0.5;
}

.login_bg .go_back {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

input {
  outline: none;
  border: none;
}

.wrapper .gk-footer {
  z-index: 100;
  background-image: url(https://gksk.obs.cn-north-4.myhuaweicloud.com/website/image/footer_01.png);
  background-position: center 80%;
}

.wrapper .gk-footer .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  z-index: 1;
}

/* 
@media screen and (max-width: 1920px) {
  * {
    transform: scale(calc(1800 / 1920));
  }
}

@media screen and (max-width: 1200px) {
  * {
    transform: scale(calc(1200 / 1920));
  }
}

@media screen and (max-width: 800px) {
  * {
    transform: scale(calc(800 / 1920));
  }
} */