.common-left-top-img{
  z-index: 1;
    width: 449px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.left-top-img{
  width: 100%;
}
.common-body-content .common-main-container .login-container .login-card{
      width: 484px;
    height: 449px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 22.5px;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.298) 0px 0px 0px 0px;
    padding: 64px 28px 8px;
    border: none;
}
.login-container .login-card .login-normal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.298) 0px 0px 0px 0px;
}
.login-container .login-card-title {
  margin-bottom: 30px;
}
.login-container .login-card-category {
  margin-bottom: 32px;
}
.login-container .login-card-category ul {
  display: flex;
  justify-content: start;
  align-items: start;
}
.login-container .login-card-category ul li {
  white-space: nowrap;
  text-align: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45%;
}
.login-container .login-card-category ul li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.login-container .login-card-category ul li:hover {
  color: #0840f8;
}
.login-container .login-card-category ul li::after {
  transition: all 0.3s ease-in-out;
}
.login-container .login-card-category ul .active {
  color: #0840f8;
  font-weight: 600;
}
.login-container .login-card-category ul .active::after {
  content: "";
  height: 2px;
  width: 28px;
  margin-top: 6px;
  transition: all 0.3s ease-in-out;
  background: #0840f8;
}
.login-container .login-card .cont {
  display: none;
}
.login-container .login-card .cont.active {
  display: block;
}
.login-container .login-card .cont.active .info-content {
  opacity: 1;
}
.login-container .login-card .cont .question-content {
  width: 100%;
}
.login-container .login-card .service-need-know {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.login-container .login-card .service-need-know input[type="checkbox"]:checked::before {
  background-color: #0840f8;
  /* 选中时的背景颜色 */
  border: 1px solid #0840f8;
  /* 选中后的边框颜色 */
}
.login-container .login-card .service-need-know input {
  cursor: pointer;
}
.login-container .login-card .service-need-know .service-know-desc {
  margin-left: 8px;
  font-size: 12px;
}
.login-container .login-card .service-need-know .service-know-desc a {
  color: #0840f8;
  cursor: pointer;
  white-space: normal;
}
.footer-content .forget-password-desc {
  width: 50%;
}
.footer-content .switch-btn {
  width: 50%;
}
.forget-password-btn {
  cursor: pointer;
}
.login-card-third-login {
  margin-top: 16px;
}
.third-login-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.third-login-title .line-bar {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
}
.third-login-title .title-text {
  background: #fff;
  padding: 0 9px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.third-login-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.third-login-list .third-item {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin: 0 12px 8px;
}
.third-login-list .third-item a {
  height: 100%;
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.third-login-list .third-item a > img {
  height: 32px;
  width: 32px;
}
.agreement-modal-root .agreement-modal-mask {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(28, 28, 28, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container {
  width: 323px;
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-header {
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-header .agreement-modal-header-icon {
  height: 18px;
  width: 18px;
  margin-right: 8px;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-header .agreement-modal-header-icon img {
  width: 100%;
  height: 100%;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-header .agreement-modal-header-title {
  font-size: 16px;
  font-weight: 600;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-content {
  margin-left: 26px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-content a {
  cursor: pointer;
  color: #0840f8;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-footer {
  width: 100%;
  display: flex;
  justify-content: end;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-footer .cancel-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  height: 28px;
}
.agreement-modal-root .agreement-modal-mask .agreement-modal-container .agreement-modal-footer .confirm-btn {
  background: #0840f8;
  border: #0840f8;
  border-radius: 2px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  height: 28px;
  margin-left: 12px;
}
.agreement-modal-root .ant-modal-confirm-body .ant-modal-confirm-content a {
  font-size: 14px;
  cursor: pointer;
  color: #0840f8;
  white-space: normal;
  vertical-align: middle;
  word-break: break-all;
}
.agreement-modal-root .ant-modal-confirm .ant-modal-confirm-btns .cancel-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.agreement-modal-root .ant-modal-confirm .ant-modal-confirm-btns .confirm-btn {
  background: #0840f8;
  border: #0840f8;
  border-radius: 2px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin-left: 12px;
}
.phone-input-content .input-prefix > img {
  margin-right: 6px;
}
.phone-input-content .phone-select-btn {
  width: 58px;
}
.phone-input-content .phone-select-btn #phoneSelectBtnText {
  width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.phone-input-content .phone-select-list {
  padding: 12px 5px;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.phone-input-content .phone-select-list li {
  white-space: nowrap;
  line-height: 30px;
  vertical-align: middle;
  width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone-input-content .phone-select-list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.phone-input-content .phone-input {
  padding-left: 92px !important;
}
.common-footer-icon{
  width: 24px;
  height: 24px;
}
.common-footer-word{
      color: rgb(98, 94, 94);
      font-size: 16px;
      padding-left: 10px;
}