html,
body {
  width: 100%;
  height: 100%;
}
.icon {
  display: block;
  flex-shrink: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
}
.item-required::before {
  content: "*";
  color: red;
  margin-right: 3px;
}
.record-by {
  width: 100%;
  position: absolute;
  white-space: nowrap;
  bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.full-screen-login-con {
  margin: 0 auto;
  width: 100vw;
  height: calc(100vh - 130px - 60px);
  display: flex;
  color: #333;
  cursor: default;
}
.login-block-left {
  width: 600px;
}
.login-block-left .title {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.login-block-left .main-img-box {
  width: 458px;
  margin: 0 auto;
}
.login-block-left img {
  width: 100%;
}
.login-block-left .title-under-line {
  width: 331px;
  height: 18px;
  background: url("/images/login/title-under-line.png") no-repeat 0 0 / 100% 100%;
  margin: 10px auto 0 auto;
}
.login-block-right {
  flex: 1;
}
.login-block-left {
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.login-block-left .block-top {
  flex: 1;
}
.login-block-left .block-middle {
  flex: 3.5;
  flex-shrink: 0;
}
.login-block-left .block-bottom {
  flex: 1;
}
.login-block-left .block-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.login-block-right {
  min-width: 546px;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  font-family: Roboto, Source Han Sans, Source Han Sans, '-apple-system', 'HelveticaNeue';
  font-family: Roboto, Source Han Sans, Source Han Sans, initial, '-apple-system', 'HelveticaNeue';
}
.login-block-right .block-top {
  flex: 1;
}
.login-block-right .block-middle {
  flex: 3.5;
  flex-shrink: 0;
}
.login-block-right .block-bottom {
  flex: 1;
}
.login-block-right .login-info-con {
  margin: 0 auto;
  width: 486px;
}
.login-block-right .title {
  font-weight: 900;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 27px;
  margin-bottom: 30px;
}
.login-block-right .fast-login-list {
  display: flex;
  justify-content: center;
}
.login-block-right .fast-login-list .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.login-block-right .fast-login-list .icon-gmail {
  background-image: url("/images/login/google-icon-new.png");
}
.login-block-right .fast-login-list .icon-vk {
  background-image: url("/images/login/vk-icon-new.png");
}
.login-block-right .fast-login-list > li .static-btn {
  height: 100%;
  min-height: 38.667px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 7px 10px 7px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.login-block-right .fast-login-list > li .static-btn p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.login-block-right .fast-login-list .g_id_signin {
  padding: 0;
  border: none;
}
.login-block-right .fast-login-list .g_id_signin > div {
  width: 100%;
  height: 100%;
}
.login-block-right .fast-login-list .g_id_signin iframe {
  width: 100%!important;
}
.login-block-right .hr-lines {
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-block-right .hr-lines hr {
  background-color: #ebeef5;
  width: 220px;
}
.login-block-right .hr-lines span {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
}
.login-block-right .input-box {
  height: 40px;
  width: 100%;
}
.login-block-right .input-box input {
  display: block;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 40px;
}
.login-block-right .input-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
}
.login-block-right .info-list-con .info-title {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}
.login-block-right .info-list-con .tip {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #ff0000;
  line-height: 17px;
  margin-left: 20px;
  min-height: 17px;
}
.login-block-right .info-list-con .login-type-switch {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #7532a3;
  line-height: 20px;
  margin-left: 16px;
  margin-right: 14px;
  margin-top: 8px;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text) {
  text-decoration: underline;
}
.login-block-right .info-list-con .login-type-switch .gray-text {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  text-decoration: none;
}
.login-block-right .info-list-con .login-type-switch .gray-text:hover {
  text-decoration: underline;
}
.login-block-right .info-list-con .login-type-switch a:last-child {
  text-align: right;
}
.login-block-right .info-list-con .login-btn-box {
  margin-top: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  background: #7731a3;
  cursor: pointer;
}
.login-block-right .under-switch-text {
  margin-top: 20px;
  font-size: 14px;
  color: #7532a3;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
}
.login-block-right .psd-input {
  position: relative;
}
.login-block-right .login-eye-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 16px;
  top: 12px;
}
.login-block-right .eye-close {
  background-image: url("/images/login/eye-1-off.png");
}
.login-block-right .eye-open {
  background-image: url("/images/login/eye-1.png");
}
.login-block-right .send-code-box {
  position: relative;
}
.login-block-right .send-code-box .codeInput {
  padding-right: 206px;
}
.login-block-right .send-code-box .sendCode {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  text-align: right;
  color: #7532a3;
  font-size: 12px;
  border: none;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 4px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.login-block-right .subtitle {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}
.login-block-right #verLoginItem .title {
  margin-bottom: 20px;
}
.login-block-right #forgetPassword .icon {
  width: 20px;
  height: 20px;
}
.login-block-right #forgetPassword .icon-back {
  margin-right: 10px;
  background-image: url("/images/login/forgotpwd-icon.png");
}
.login-block-right .f-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.login-block-right .under-forget-text {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.login-block-right .under-forget-text a {
  font-size: 12px;
}
.login-block-right .phone-number-item .input-box {
  position: relative;
}
.login-block-right .phone-number-item .phone-number-input {
  padding-left: 75px;
}
.login-block-right .phone-number-item .int-region {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.login-block-right .phone-number-item .int-region .int-region-text {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.login-block-right .phone-number-item .int-region .reginon-icon {
  width: 8px;
  height: 8px;
  background: url("/images/login/login-xiala.png") no-repeat center;
  background-size: 8px;
  margin-left: 5px;
}
.login-block-right .phone-number-item .int-region .region-line {
  margin-left: 5px;
  color: #d8d8d8;
}
.login-block-right .phone-code-box {
  display: none;
  position: absolute;
  width: 86px;
  height: 142px;
  bottom: -142px;
  left: -11px;
  z-index: 1;
  background-color: transparent;
  padding-top: 12px;
}
.login-block-right .phone-code-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 34px;
  top: 0px;
}
.login-block-right #phone-code-list {
  background-color: #fff;
  overflow: auto;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
.login-block-right #phone-code-list li {
  line-height: 22px;
  font-size: 12px;
  padding-left: 10px;
  color: #333;
}
.login-block-right #phone-code-list li:hover {
  background-color: #b4acac;
}
.login-block-right .agreement {
  margin-top: 18px;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
}
.login-block-right .agreement a {
  color: #333333;
  font-weight: 900;
}
.login-block-right .agreement .xieyi {
  display: flex;
  align-items: center;
}
.login-block-right .agreement .xieyi .select .select-box {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #c5cbd4;
  border-radius: 4px;
  margin-right: 10px;
}
.login-block-right .agreement .xieyi .select .select-box .select-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.register .login-block-right .info-list-con .login-btn-box {
  margin-top: 0;
}
#verLoginItem {
  display: none;
}
#forgetPassword {
  display: none;
}
.customer-service {
  display: none;
}
@media screen and (max-width: 1060px) {
  .login-block-left {
    display: none;
  }
  .login-block-right {
    min-width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .full-screen-login-con {
    height: calc(100vh - 130px - 80px);
  }
}
@media screen and (max-height: 725px) {
  .login-index .full-screen-login-con {
    height: calc(100vh - 60px);
  }
  .login-index .header,
  .login-index .header-space {
    display: none;
  }
}
@media screen and (max-height: 595px) {
  .login-index .full-screen-login-con {
    height: 570px;
  }
  .login-index .record-by {
    width: 100%;
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 1043px) {
  .register .header,
  .register .header-space {
    display: none;
  }
  .register .full-screen-login-con {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-height: 863px) {
  .register .full-screen-login-con {
    height: 830px;
  }
  .register .record-by {
    width: 100%;
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
  .header,
  .header-space {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .record-by {
    display: none;
  }
  .login-block-right {
    margin-top: 30px;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .login-block-right .title,
  .login-block-right .block-top {
    display: none;
  }
  .login-block-right .login-info-con {
    width: 100%;
  }
  .login-block-right .fast-login-list {
    gap: 10px;
    flex-wrap: nowrap;
  }
  .login-block-right .fast-login-list .icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .login-block-right .fast-login-list > li {
    white-space: nowrap;
  }
  .login-block-right .fast-login-list > li p {
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
  }
  .login-block-right .hr-lines {
    justify-content: center;
  }
  .login-block-right .hr-lines hr {
    width: 120px;
  }
  .login-block-right .hr-lines span {
    margin-left: 6px;
    margin-right: 6px;
  }
  .login-block-right .info-list-con .info-title {
    font-size: 14px;
    line-height: 14px;
  }
  .login-block-right .info-list-con .tip {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #fc0000;
    line-height: 14px;
  }
}
@media screen and (max-width: 410px) {
  .login-block-right .fast-login-list > li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .login-block-right .fast-login-list > li p {
    font-size: 12px;
  }
}
