.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
html,
body {
  width: 100%;
  height: 100%;
}
.header-height {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
.header-height .logo-pic {
  height: 28px;
}
.header-height .logo-pic img {
  height: 100%;
  display: block;
}
.header-height .download {
  flex: 1;
  text-align: right;
}
.header-height .download a {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
}
.header-height .login-btn {
  min-width: 96px;
  text-align: center;
  margin-left: 40px;
  padding: 0 20px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 14px;
  transition: all 0.3s;
  background: linear-gradient(227deg, #09B7FE 0%, #755DFD 100%);
  color: #fff;
  font-weight: bold;
}
.header-height .login-btn:hover {
  opacity: 0.8;
}
.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;
}
.record-by {
  height: 0px;
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.full-screen-login-con {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  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: 20px;
  padding-right: 20px;
}
.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-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 {
  height: 70px;
}
.login-block-left .block-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.login-block-right {
  position: relative;
  flex: 1;
  min-width: 546px;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  /* 使用 Flexbox 布局 */
  flex-direction: column;
  /* 子元素在纵向排列 */
  justify-content: center;
  /* 垂直方向居中 */
  align-items: center;
  /* 水平方向居中 */
}
.login-block-right .block-middle {
  flex-shrink: 0;
}
.login-block-right .login-info-con {
  margin: 0 auto;
  width: 410px;
}
.login-block-right .title {
  font-size: 24px;
  color: #3d3d3d;
  line-height: 27px;
  margin-left: 24px;
  margin-right: 24px;
}
.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 {
  width: 100%;
  height: 40px;
}
.login-block-right .fast-login-list > li div {
  transition: all 0.3s;
  margin: 0 auto;
}
.login-block-right .fast-login-list > li div[role="button"] {
  max-width: none !important;
  width: 100% !important;
}
.login-block-right .fast-login-list .static-btn {
  width: 100%;
  height: 100%;
  min-height: 38.667px;
  background: #fff;
  border-radius: 250px;
  border: 1px solid #dcdfe6;
  padding: 7px 10px 7px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.login-block-right .fast-login-list .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;
  flex: 1;
}
.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 li {
  margin-bottom: 3px;
}
.login-block-right .info-list-con .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-block-right .info-list-con .margin-b-8 {
  margin-bottom: 8px;
}
.login-block-right .info-list-con .info-title {
  font-size: 14px;
  line-height: 14px;
}
.login-block-right .info-list-con .tip {
  font-size: 12px;
  color: #ff0000;
  line-height: 17px;
  min-height: 17px;
}
.login-block-right .info-list-con .login-type-switch {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #755dfd;
  line-height: 14px;
  margin-bottom: 0;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text) {
  text-decoration: underline;
  transition: all 0.3s;
  color: #755dfd;
  cursor: pointer;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text) use {
  transition: all 0.3s;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text):hover {
  color: #a08ffe;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text):hover use {
  fill: #a08ffe;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text):active {
  color: #4a2bfc;
}
.login-block-right .info-list-con .login-type-switch a:not(.gray-text):active use {
  fill: #3511fc;
}
.login-block-right .info-list-con .login-type-switch .gray-text {
  color: #999999;
  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: 36px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
  font-weight: bold;
}
.login-block-right .info-list-con .login-btn-box:hover {
  opacity: 0.8;
}
.login-block-right .info-list-con .login-btn-box:active {
  opacity: 0.9;
}
.login-block-right .info-list-con .login-btn-box.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.login-block-right .under-switch-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s;
  color: #755dfd;
  cursor: pointer;
}
.login-block-right .under-switch-text use {
  transition: all 0.3s;
}
.login-block-right .under-switch-text:hover {
  color: #a08ffe;
}
.login-block-right .under-switch-text:hover use {
  fill: #a08ffe;
}
.login-block-right .under-switch-text:active {
  color: #4a2bfc;
}
.login-block-right .under-switch-text:active use {
  fill: #3511fc;
}
.login-block-right .psd-input {
  position: relative;
}
.login-block-right .login-eye-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 16px;
  top: 11px;
  cursor: pointer;
}
.login-block-right .eye-no {
  background-image: url("/images/login/eye-1-off.png");
}
.login-block-right .eye-yes {
  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: #755dfd;
  font-size: 14px;
  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;
  text-decoration: underline;
}
.login-block-right .send-code-box .sendCode.disabled {
  color: #999;
}
.login-block-right .subtitle {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
.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 #forgetPassword .under-switch-text {
  font-size: 12px;
  line-height: 17px;
}
.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: 50px;
  line-height: 50px;
  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 {
  font-size: 14px;
  color: #999999;
  line-height: 12px;
}
.login-block-right .agreement a {
  color: #333333;
}
.login-block-right .agreement .xieyi {
  display: flex;
}
.login-block-right .agreement .xieyi .select-box {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: 4px;
}
.login-block-right .agreement .xieyi .signUp-text {
  line-height: 1.5;
}
.login-block-right .agreement .agreement-no .select-box {
  border: 1px solid #dcdfe6;
  border-radius: 2px;
}
.login-block-right .agreement .agreement-yes .select-box {
  background: url("/images/login/checked.png") no-repeat 0 0 / 100% 100%;
}
.login-block-right .agreement .select-box {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.login-block-right .agreement .select-box svg {
  width: 100%;
  height: 100%;
  display: block;
}
.login-block-right .agreement .select-box use {
  fill: #DCDFE6;
  transition: all 0.3s;
}
.login-block-right .agreement .select-box path {
  fill: #DCDFE6;
  transition: all 0.3s;
}
#verLoginItem {
  display: none;
}
#forgetPassword {
  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 - 70px - 0px);
  }
}
@media screen and (max-height: 725px) {
  .login-index .full-screen-login-con {
    height: calc(100vh - 60px);
  }
  .login-index .header,
  .login-index .header-height,
  .login-index .header-space {
    display: none;
  }
}
@media screen and (max-height: 655px) {
  .login-index .full-screen-login-con {
    height: 570px;
  }
  .login-index .record-by {
    width: 100%;
    position: static;
  }
}
@media screen and (max-height: 780px) {
  .register .header,
  .register .header-height,
  .register .header-space {
    display: none;
  }
  .register .full-screen-login-con {
    height: calc(100vh - 0px);
  }
}
@media screen and (max-height: 640px) {
  .register .full-screen-login-con {
    min-height: 710px;
  }
  .register .record-by {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 993px) {
  .header,
  .header-height,
  .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 .block-top {
    display: none;
  }
  .login-block-right .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .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 {
    flex: 1;
    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;
  }
}
.download-group {
  width: 360px;
}
.download-group .item {
  display: none;
}
.download-group .succeeded {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.download-group .inquiry {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 50px;
}
.download-group .type {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 20px;
}
.download-group .name {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-bottom: 6px;
}
.download-group .version {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 20px;
}
.download-group .flex {
  display: flex;
  width: 100%;
  gap: 20px;
}
.download-group .btn {
  margin-top: 52px;
  font-weight: bold;
  flex: 1;
}
.download-group .btn .com-btn {
  flex: 1;
  height: 50px;
  border-radius: 40px 40px 40px 40px;
}
.download-group .btn .btn-black {
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #161B42;
}
.download-group .return {
  height: 50px;
  background: #EFF2F5;
  border-radius: 40px 40px 40px 40px;
  font-size: 16px;
  color: #7F8C99;
  margin-top: 20px;
}
