.login-content{
    width: 520px;
    height: 510px;
    border-radius: 12px;
    opacity: 1;
    background: #ffffffb5;
    box-shadow: 0 8px 16px 0 #0000001a;
    display: flex;
    flex-direction: column;
}
.login_layout .login_body .login_right_cont{
    padding:0
}
.login_left{
    width: 50%;
}
.login-type{
    width: 520px;
    height: 35px;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    margin-top: 32px;
}
.login_layout .login_body{
    justify-content: space-between !important;
}
.login_right{
    padding:0 !important;
    float:none !important;
    width: 50%;
    justify-content: space-around !important;
    display: flex;
}
.account-login{
    height: 28px;
    line-height: 28px;
    margin-left: 32px;
}
.account-login span{
    width: 82px;
    height: 28px;
    opacity: 1;
    color: #6c757d;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.phone-login{
    height: 28px;
    margin-left: 16px;
}
.phone-login span{
    width: 102px;
    height: 28px;
    opacity: 1;
    color: #6c757d;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.wx-login{
    height: 28px;
    margin-left: 16px;
}

.wx-login span{
    width: 82px;
    height: 28px;
    opacity: 1;
    color: #6c757d;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.select-login-type-text-color{
    border-bottom: 3px solid #005EAE;
}
.select-login-type-text-color span{
    color: #212532 !important;
}
.login-msg{
    width: 520px;
    height: 290px;
    opacity: 1;
    display: flex;
}
.account-login-content{
    margin-left: 32px;
    margin-top: 26px;
}
.phone-login-content{
    margin-left: 32px;
    margin-top: 13px;
}
.wx-login-content{
    margin-top: 21px;
    width: 100%;
    display: flex;
    height: 420px;
    margin-left: 0px;
    flex-direction: column;
}
.account span,.password span{
    width: 456px;
    height: 24px;
    opacity: 1;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC";
    text-align: left;
    line-height: 24px;
}
.account-input,.password-input,.phone-password-input{
    width: 456px;
    height: 48px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #eaeaed;
    background: #ffffff;
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.account-input img,.password-input img,.phone-password-input img,.phone-input img{
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.accountInput ,.passwordInput,.phoneInput,.phonePasswordInput{
    height: 22px;
    line-height: 24px;
    margin-left: 4px;
    width: 90%;
    border: none;
}
.passwordInput{
    width: 87% !important;
}
.accountInput:focus,.passwordInput:focus,.phoneInput:focus,.phonePasswordInput:focus {
    outline: none; /* 去除焦点时的轮廓（outline），通常浏览器会显示一个默认的轮廓 */
}
.password-text,.phone-text{
    margin-top: 13px;
}
.password-text,.account-text,.phone-text{
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC";
    text-align: left;
    line-height: 24px;
}
.remember-register-content{
    height: 30px;
    display: flex;
    justify-content: space-between;
    width: 456px;
    margin-left: 32px;
    align-items: center;
    z-index: 999;
}
#remember-password-checkout,#bind-wx-checkout{
    width: 16px;
    height: 16px;
    border-radius: 2px;
    opacity: 1;
    background: #0a84ff;
    cursor: pointer;
}
.remember-password span,.bind-wx span{
    color: #476653;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: left;
    line-height: 22px;
    margin-left: 8px;
}

.remember-password{
    display: flex;
    align-items: center;
}
.submit-but{
    margin-top: 28px;
    width: 480px;
    margin-left: 32px;
    height: 56px;
}
.register-submit-but{
    width: 480px;
    height: 56px;
}
.login-but,.register-but{
    /* width: 460px; */
    width:100%;
    height: 56px;
    border-radius: 58px;
    opacity: 1;
    background: #005eae;
    display: flex;
    cursor: pointer;
}
.login-but span,.register-but span{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.4px;
    line-height: 56px;
    width: 460px;
    height: 28px;
}
.register-account span{
    color: #1a75d2;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: left;
    line-height: 22px;
    cursor: pointer;
}
.login-hidden{
   display: none;
}
.register-hidden{
    display: none !important;
 }
.phone-input{
    width: 346px;
    height: 48px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #eaeaed;
    background: #ffffff;
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.send-verify-code{
    width: 102px;
    height: 48px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #eaeaed;
    background: #005eae;
    margin-top: 16px;
    margin-left: 10px;
    cursor: pointer;
}
.send-verify-code span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 50px;
    width: 102px;
    height: 50px;
    display: block;
}
.phone-input-send{
    display: flex;
}
.mask .first-frame{
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5000;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.mask .mask-body .msg-content{
    width: 65%;
    height: 55%;
}
.error-msg{
    margin-top: 5px;
    font-size: 15px;
    color: red;
    height: 20px;
}

.no-click {
    pointer-events: none;
}
#div_wx{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 88%;
}
.wx-login-error{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: red;
}
.register-content{
    width: 520px;
    height: 890px;
    border-radius: 12px;
    opacity: 1;
    background: #ffffffb5;
    box-shadow: 0 8px 16px 0 #0000001a;
    display: flex;
    flex-direction: column;
    margin-left: 53px;
}
.register-model{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    z-index: 100;
}
.register-header{
    display: flex;
    justify-content: space-between;
    height: 28px;
}
.member span{
    color: #212532;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.4px;
    border-bottom: 3px solid #005EAE;
}
.has-account{
    color: #6c757d;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: right;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.go-login{
    color: #005eae;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: right;
    line-height: 28px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.register-msg-content{
    margin-top: 34px;
    display: flex;
    flex-direction: column;
}
.register-row{
    width: 100%;
    display: flex;
}
.row-name{
    width: 25%;
    height: 30px;
    line-height: 30px;
}
.row-name span{
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    font-family: "HarmonyOS Sans SC";
    text-align: left;
    line-height: 30px;
}
.row-verify-name{
    width: 27%;
    height: 30px;
    line-height: 30px;
    margin-left: 3%;
    text-align: center;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #eaeaed;
    background: #005eae;
    cursor: pointer;
}
.row-verify-name span{
    opacity: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 24px;
}
.row-input{
    width: 75%;
    height: 30px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #eaeaed;
    background: #ffffff;
    display: flex;
    align-items: center;
}
.row-verify-code-input{
    width: 70%;
    height: 30px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #eaeaed;
    background: #ffffff;
}

.row-account-input,.row-emil-input,.row-password-input,.row-again-password-input,.row-address-input,.row-unit-input,.row-position-input,.row-phone-input,.verify-code{
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    width: 90%;
    border: none;
    padding-left: 5px;
}
.row-area-input,.row-position-input{
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    width: 100%;
    border: none !important;
    padding-left: 5px;
    -webkit-appearance: none !important; /* Chrome, Safari, Opera */
    -moz-appearance: none !important;    /* Firefox */
    appearance: none !important;  
    color: #334155;
}

.row-account-input:focus,.row-emil-input:focus,.row-password-input:focus,.row-again-password-input:focus,.row-address-input:focus,.row-unit-input:focus,.row-position-input:focus,.row-area-input:focus,.row-phone-input:focus,.verify-code:focus {
    outline: none; /* 去除焦点时的轮廓（outline），通常浏览器会显示一个默认的轮廓 */
}
.marginToTop{
    margin-top: 10px;
}
#slider{
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    height: 32px;
}

.noUi-connect {
    background: #52C41A !important; /* 更改为你想要的颜色 */
}
.noUi-connects{
    background: #eaeaed;
}
.noUi-horizontal .noUi-handle {
    width: 53px !important;
    height: 30px !important;
    right: -53px !important;
    top: -11px !important;
}
.noUi-handle {
    background-image: url('/images/swipeRight.png') !important; /* 自定义图标路径 */
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    cursor: pointer !important;
}
.noUi-handle:after, .noUi-handle:before{
    content: none !important;
}
#slider span{
    opacity: 1;
    color: #6c757d;
    font-size: 13px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 20px;
}
.slider-content{
    width: 100%;
    text-align: center;
}
.slider-text{
    position: relative;
    top: 3px;
    z-index: 100;
}
.noUi-base, .noUi-connects{
    top: -11px !important;
}
.bind-wx{
    width: 84%;
    display: flex;
    flex-direction: column;
}
.bind-wx-checkout{
    display: flex;
    align-items: center;
}
.bind-wx-desc span{
    color: #476653 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Source Han Sans CN" !important;
    text-align: left !important;
    line-height: 22px !important;
    margin-left: 0px !important;
}
.bind-wx-desc{
    margin-top: 5px;
}
.wx-content{
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: end;
    align-items: end;
}
.register-row-error{
    width: 100%;
    display: flex;
    height: 20px;
}
.row-name-error{
    width: 25%;
    height: 20px;
    line-height: 20px;
}
.register-row-error span{
    opacity: 1;
    color: #f5222d;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: left;
    line-height: 20px;
}
.passwordImg{
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
    z-index: 9999;
}
.loginPasswordImg{
    width: 16px !important;
    height: 16px !important;
    margin-left: 0px !important;
    cursor: pointer;
    z-index: 9999;
}


.container {
    width: 100%;
    max-width: 900px;
    border-radius: 15px;
}
.cascader-wrapper {
    position: relative;
    height: 30px;
    line-height: 30px;
}

.cascader-input {
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

.cascader-input:hover {
    border-color: #3498db;
}

.cascader-input i {
    color: #7f8c8d;
    transition: transform 0.3s;
}

.cascader-input.active i {
    transform: rotate(180deg);
}

.cascader-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: white;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: none;
    max-height: 300px;
    overflow: hidden;
    margin-top: 1px;
}

.cascader-panel {
    display: flex;
    height: 250px;
}

.cascader-menu {
    min-width: 160px;
    border-right: 1px solid #eee;
    overflow-y: auto;
}

.cascader-menu:last-child {
    border-right: none;
}

.cascader-option {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.cascader-option:hover {
    background: #f5f9ff;
}

.cascader-option.selected {
    background: #e3f2fd;
    color: #1976d2;
    font-weight: 600;
}

.cascader-option.has-children::after {
    content: ">";
    color: #7f8c8d;
    font-size: 12px;
}
.cascader-input span{
    opacity: 1;
    color: #757575;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    width: 90%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.cascader-input img,#applicationMorePullDown{
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.cascader-input-span{
    color: #334155 !important;
    font-size: 14px;
}
.phone-prefix{
    height: 30px;
    border: none;
}
.phone-prefix:focus{
    border: none;
}
.phone-prefix option{
    opacity: 1;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
    text-align: left;
}
.bind-wx-top{
    margin-top: 10px;
}
.row-input input,.account-input input,.password-input input,.phone-input input,.phone-password-input input{
    color: #334155;
}
#area,#position{
    display: flex;
    justify-content: space-between;
}
#scanSuccess{
    position:relative;
    top:-10px;
    width: 71px;
    height: 71px;
    z-index: 0;
}
.scan{
    z-index: 2 !important;
}
.footer div, .footer div a, .footer div .copyright_text{
    opacity: 1;
    color: #6c757d !important;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-align: center;
    line-height: 20px;
}




html{
    height: 100%;
    overflow-y: hidden;
  }
  body{
    display: flex;
    justify-content: center;
    flex-flow: column;
    overflow-y: auto;
    height: 100%;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
  }
#div_header,#layout_header{
  position: absolute;
    top:2%;
    right: 20px;
    display: flex;
    justify-content: end;
}

.main-toolbar{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
#div_body{
  width: 100%;
    flex: 1;
    height: 100%;
}
.login_layout{
  display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.login_layout .login_body{
  justify-content: space-between !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login_body{
    background-size: 100% 100%;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
}
#div_footer,#layout_footer{
  position: absolute !important;
    top: 91% !important;
    width: 100% !important;
    right:0px !important
}
.footer{
  margin-top: 0px !important; 
  border-top: dotted 0px blue !important;
}
.login_clear{
	width: 0px !important;
}
.login_right_cont{
    width: 520px;
    height: 510px;
    border-radius: 12px;
    opacity: 1 !important;
    background: #ffffffb5;
    box-shadow: 0 8px 16px 0 #0000001a;
    display: flex;
    flex-direction: column;
}
#layout_page{
    height: 100%;
    flex: 1;
    width: 100%;
}
#layout_page_cont{
    height: 100%;
    width: 100%;
}
#layout_body{
    height: 100%;
}