.login-app{
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 800px;
}
.login-h-nav .nav{
    height: 100px;
    /*max-width: 1920px;*/
    margin: 0 auto;
}
.login {
    /*height: 83.6vh !important;*/
    flex: 1;
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/login-bg.png') no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 1750px) {
    .login{
        align-items: unset;
    }
}
.login .login-tabs {
    /*height: 60px;*/
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.login .login-tabs h3 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
}
.login .login-tabs span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    padding-bottom: 30px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.login .login-tabs span.active {
    font-weight: 600;
    font-size: 18px;
    color: #FF6509;
}
.login .login_tab_icon{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -30px;
    z-index: 0;
    position: relative;
}
/*.circle-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.circle {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border-radius: 50%;*/
/*    border: 4px solid #EEEEEE;*/
/*    display: inline-block;*/
/*}*/
/*.line {*/
/*    width: 104px;*/
/*    height: 5px;*/
/*    background: #EEEEEE;*/
/*}*/
.login .right-panel {
    top: 169px;
    width: 400px;
    height: 500px;
    left: 1040px;
}
.login .right-panel-header {
    height: 120px;
    width: 340px;
    display: block;
}
.login .right-panel-body {
    width: 400px;
    padding: 0 30px 0 0;
}
.login .right-panel-footer {
    width: 400px;
    height: 50px;
    justify-content: space-between;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
.login .right-panel-footer .left {
    margin-top: 20px;
    margin-left: 40px;
}
.login .right-panel-footer .left img {
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.login .right-panel-footer .right {
    margin-top: 20px;
    margin-right: 40px;
    font-size: 14px;
    color: #999;
}
:deep(.ant-checkbox-inner) {
    border-radius: 50% !important;
}
:deep(.ant-tabs-bar) {
    border: none;
}
:deep(.ant-tabs-nav .ant-tabs-tab) {
    font-size: 22px !important;
    font-weight: 800;
}
:deep(.ant-tabs-tab) {
    padding: 10px 0px !important;
    font-size: 22px !important;
    font-weight: 800;
}
.forget-password .a-input {
    margin-top: 5px !important;
}
.forget-password .a-button {
    margin-bottom: 15px;
}
:deep(.forget-password .ant-form-item) {
    margin-bottom: 15px;
}
.login-type .a-input,
.forget-password .a-input {
    box-shadow: unset !important;
    background: #fff !important;
    position: relative !important;
    height: 55px !important;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 55px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.login-type .a-button,
.forget-password .a-button {
    height: 60px !important;
    margin-top: 15px;
    width: 100%;
    background: #ff6509 !important;
    color: #fff;
    border: none;
}
.login-type .a-button:disabled,
.forget-password .a-button:disabled {
    background: #ccc !important;
    color: #fff !important;
    border-radius: 2px !important;
    color: #ccc !important;
    background: #ededed !important;
    border-color: #ededed !important;
    border-radius: 6px !important;
}
.login-type .login-bind-userInfo{
    /*height: 68px;*/
    /*background: #FFF5F0;*/
    border-radius: 4px;
    padding: 0 11px 10px 11px;
    border: 1px solid #ededed;
    border-top: 0px;
    border-radius: 0 0 4px 4px;
}
.login-type .login-bind-userInfo .bind-uesr-container{
    height: 68px;
    background: #FFF5F0;
    border-radius: 4px;
}
.login-type .login-bind-userInfo .bind-uesr-container{
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}
.login-type .login-bind-userInfo .bind-uesr-container img{
    width: 50px;
    height: 50px;
}
.login-type .login-bind-userInfo .bind-uesr-container .bind-user-names{
    margin-left: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.login-type .login-bind-userInfo .bind-uesr-container .bind-user-names span{
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #FF6509;
    line-height: 1; /* 控制行高，减少上下间距 */
}
.login-type .login-bind-userInfo .bind-uesr-container .bind-user-names span:first-child{
    white-space: nowrap;        /* 不换行 */
    overflow: hidden;           /* 超出部分隐藏 */
    text-overflow: ellipsis;    /* 超出部分显示省略号 */
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.login-type .login-bind-userInfo-input{
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
}
.form-item {
    position: relative;
}
.form-item .verification-code {
    position: absolute;
    right: 20px;
    margin-top: 10px;
    /*top: 60%;*/
    /*transform: translate(-20%, -50%);*/
    width: 110px;
    height: 44px;
    background: #ff6509;
    color: #fff;
    border: none;
}
.forget {
    margin-top: 10px;
    cursor: pointer;
    font-weight: 800;
    display: flex;
    justify-content: right;
    color: #000;
}
.login a:hover {
    color: #000;
}
.agreement {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
}
.agreement .hint {
    color: #ff6509;
    cursor: pointer;
}
.login-btns {
    display: flex;
    justify-content: space-between;
}
.login-btns .forget {
    margin-top: 0;
}
.login-btns .forget .ant-checkbox-wrapper {
    margin-right: 9px;
}
.ant-col{
    width: 100%;
}
.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #ff6509;
    border-color: #ff6509;
}
.ant-checkbox-inner {
    border-radius: 50%!important;
}
.ant-checkbox:hover{
    /*border-width: 0px;*/
}
.ant-checkbox:hover .ant-checkbox-inner{
    /*border-width: 0px;*/
}
.ant-checkbox-input:focus+.ant-checkbox-inner, .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #ff6509;
}
.ant-checkbox-checked:after{
    border: 1px solid #ff6509;
}
.login .ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1;
}
.login .ant-form-item-children{
    position: relative;
}
.login .verification-code[disabled], .verification-code[disabled]:active, .verification-code[disabled]:focus, .verification-code[disabled]:hover {
    background: #ff6509;
    border-color: #ff6509;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.login .login_qrcode{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .login_qrcode .qrcode_box{
    /*width: 220px;*/
    /*height: 224px;*/
    padding: 20px 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #E6E6E6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login .login_qrcode .qrcode_box .name{
    font-size: 14px;
    color: #000000;
}
.login .login-select-tabs{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login .login-select-tabs h3 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
}
.login .login-select-tabs span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #ff6509;
    cursor: pointer;
}
.login .login_select_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.login .login_select_container .login_select_container_box{
    width: 160px;
    height: 140px;
    background: #FAFAFA;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login .login_select_container .login_select_container_box .img{
    width: 50px;
    height: 50px;
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/zhuce.png");
}
.login .login_select_container .login_select_container_box span{
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.login .login_select_container .login_select_container_box2 .img{
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/guanlian.png");
}
.login .login_select_container .login_select_container_box:hover{
    background: #FFF5F0;
}
.login .login_select_container .login_select_container_box:hover .img{
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/zhuce_active.png");
}
.login .login_select_container .login_select_container_box:hover span{
    color: #FF6509;
}
.login .login_select_container .login_select_container_box2:hover .img{
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/guanlian_active.png");
}
.login .login_success{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}
.login .login_success img{
    width: 68px;
    height: 68px;
}
.login .login_success span{
    font-size: 13px;
    color: #FF6509;
    font-family: PingFang SC;
    margin-top: 15px;
}