/* ������ʽ */
a {
    text-decoration: none;
    cursor:pointer;
}
.add-wrap, .details-wrap {
    margin-top: 24px;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    min-height: calc(100% - 88px);
}
input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-o-clear {
    display: none;
}

span.text-danger, .text-danger ul li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #F93920 !important;
    margin-top: 6px;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/error.svg) no-repeat 0px center;
    background-size: 16px;
}
.text-danger ul {
    list-style-type: none;
    padding-left: 0;
}
/*��Ȩ������ʽ*/
.jumbotron {
    min-width: 60%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3),0px 4px 14px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .jumbotron .top {
        display: flex;
        align-items: center;
    }

    .jumbotron .top h1 {
        font-family: PingFangSC-Semibold;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0px;
        color: #1C1F23;
        margin-left: 12px;
    }

.jumbotron .content {
    padding-top: 9px;
    padding-left: 36px;
}

    .jumbotron .content p {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #1C1F23;
    }

.jumbotron .bottom {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .jumbotron .bottom .arco-btn {
        margin-right: 10px;
    }

        .jumbotron .bottom .arco-btn:last-child {
            margin-right: 0;
        }
/*��¼ҳ��ʽ*/
.login-account {
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .login-account .left {
        background: url(../images/login-left.png?v=20251120) no-repeat center, #F9FAFF;
        background-size:contain;
    }
    .login-account .left h3 {
        font-family: PingFangSC-Medium;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 0px;
        color: #000000;
        margin-top:120px;
        margin-left:140px;
    }

    .login-account .right {
        background: url(../images/login-right.png) no-repeat,#2968F2;
        background-size: cover;
    }

    .login-account .form-wrap {
        width: 420px;
        height: 455px;
        border-radius: 12px;
        background: #FFFFFF;
        box-shadow: 0px 4px 8px 2px rgba(22, 93, 255, 0.1);
        position: absolute;
        left: 65.5%;
        top: 50%;
        transform: translate(-50%,-50%);
        /* padding: 40px; */
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .login-account .login-header {
        /* padding: 4px; */
        /* height: 94px; */
        position: relative;
        margin-bottom: 20px;
    }

    .login-account .login-header .login-tabs {
        display: flex;
        height: 94px;
        align-items: flex-end;
        padding-left: 20px;
    }

    .login-account .login-header .login-tabs .login-tab {
        padding: 0 20px;
        border-bottom: 2px solid transparent;
    }

    .login-account .login-header .login-tabs .login-tab .title {
        border-bottom: 2px solid transparent;
        padding-bottom: 10px;
        margin-bottom: 0;
        color: #000000;
    }
    .login-account .login-header .login-tabs .login-tab-on .title {
        border-bottom: 2px solid #165DFF;
        color: #165DFF;
    }

    .login-account .login-header .login-tabs .login-tab-off .title {
        color: #9c9c9c;
    }

    .login-account .login-header .login-tabs .login-tab-off:hover .title{
        color: #74ade6;
    }

    .login-account .login-header .login-qrcode {
        position: absolute;
        top: 0;
        right: 0; 
        margin: 4px;
    }

    .login-account .login-header .login-qrcode:hover {
        opacity: 0.8;
    }

    .login-account .login-header .login-qrcode-off {
        height: 94px;
        width: 94px;
        background: url(../images/login-qrcode-off.png) no-repeat;
        background-size: cover;
    }
    .login-account .login-header .login-qrcode-on {
        height: 94px;
        width: 94px;
        background: url(../images/login-qrcode-on.png) no-repeat;
        background-size: cover;
    }

    .login-account .form-login .btn-wrap {
        justify-content: flex-end;
    }
    .login-account .other-login {
        display: none;
        justify-content: space-between;
    }
    .login-account .form-wrap .other-login .title {
        margin: 0;
        color: #165DFF;
    }

    .login-account .form-login {
        padding: 0 40px 40px 40px;
    }

    .login-account .form-wrap .title {
        font-family: HarmonyOS_Sans_SC_Bold;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        letter-spacing: 0px;
        color: #000000;
    }

    .login-account .control-label {
        font-family: HarmonyOS_Sans_SC;
        font-size: 20px;
        font-weight: normal;
        line-height: 28px;
        letter-spacing: 0px;
        color: #000000;
        margin-bottom: 7px;
    }

    .login-account .form-control {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 8px 12px;
        border-radius: 4px;
        background: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #DCDFE6;
    }

    .login-account .form-group {
        margin-bottom: 20px;
    }
    .login-account .form-group .code-wrap .form-control,
    .login-account .form-group .psd-wrap .form-control {
        position: relative;
        flex: none;
        padding-right: 160px;
        z-index: 9;
        border-radius: 4px !important;
    }


    .login-account .form-group .code-wrap .input-group-text {
        width: 140px;
        border-radius: 4px !important;
        background: #165DFF;
        font-family: HarmonyOS_Sans_SC;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        justify-content: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        border-color:#165DFF;
        position: absolute;
        z-index: 10;
        right:0;
        top:50%;
        transform:translateY(-50%);
    }
    .login-account .form-group .psd-wrap .form-control {
        padding-right: 60px;
    }
    .login-account .form-group .psd-wrap img {
        width: 16px;
        height: 16px;
        position: absolute;
        z-index: 10;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .login-account .form-group.flex-end {
        display: flex;
        justify-content: flex-end;
    }

    .login-account .changetxt {
        font-family: HarmonyOS_Sans_SC;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #409EFF;
        outline: none;
        text-decoration: none;
    }
/*������������ҳ��*/
.menu {
    display: flex;
    align-items: center;
}
.menu, .details-wrap {
    margin: 24px;
}
.menu .home, .menu span{
    margin-right:6px;
}
.menu image {
    width: 16px;
    height: 16px;
}
.menu span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #4E5969;
}
.menu span.active {
    font-family: PingFangSC-Medium;
    font-weight: bold;
    color: #1D2129;
}
.details-wrap {
    padding: 60px 24px;
}
    .details-wrap .label {
        text-align: right;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #4E5969;
        margin-right: 16px;
    }
    .details-wrap .value {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #1D2129;
        word-break: break-all;
    }
    .details-wrap .arco-row {
        margin-bottom: 16px;
    }
    .details-wrap .btns-group > button {
        margin-right: 18px;
        margin-bottom: 18px;
        border: 1px solid rgba(28, 31, 35, 0.08);
        font-family: PingFangSC-Semibold;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0px;
        color: #1C1F23;
        padding: 2px 8px;
        border-radius: 3px;
        box-sizing: border-box;
    }
    .details-wrap .btn-wrap {
        justify-content: center;
        margin-top: 200px;
    }
    .details-wrap .btn-wrap > div {
        margin-right: 60px;
    }
    .details-wrap .btn-wrap > div:last-child {
        margin-right: 0px;
    }
.change-qrcode {
    display: none;
    height: 50px;
    width: 50px;
    background: url(../images/login-qrcode-on.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}



/* ý���ѯ */
@media only screen and (min-width:600px) and (max-width:1200px) {
    /*��ҳ*/
    .index .arco-row h4.arco-col {
        font-size:35px!important;
    }
    /*�����б�ҳ��*/
    .table-wrap > .arco-row .arco-col:not(.arco-col-6) {
        width: 100%;
        flex: 0 0 14%;
        margin-bottom: 10px;
    }

        .table-wrap > .arco-row .arco-col.btn-add {
            width: 100%;
            flex: 0 0 10%;
            margin-bottom: 10px;
        }
    /*������������/�޸� */
    .add-wrap .arco-col-6 {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:600px) and (max-width:800px) {
    /*�����б�ҳ��*/
    .table-wrap > .arco-row .arco-col.arco-col-6 {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom:10px;
    }
}
@media only screen and (max-width:700px) {
    /*��¼ҳ*/
    .login-account .left {
        display: none;
    }

    .login-account .right.arco-col-8 {
        flex: 0 0 100%;
        width: 100%;
    }
    .login-account .form-wrap {
        width: 100% !important;
        box-shadow: none !important;
        height: calc(100% + 2px) !important;
        border-radius: 0px !important;
        background: rgba(255,255,255,.8) !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        padding: 50px 30px !important;
        justify-content: start !important;
    }
        .login-account .form-wrap .login-qrcode {
            display: none;
        }
        .login-account .form-wrap .title {
            margin: 10% 0;
        }
    .login-account .other-login {
        display: flex;
    }
    .jumbotron {
        min-width: 90% !important;
    }
    .login-account .login-header .login-tabs {
        height: 40px;
    }
}

@media only screen and (max-width:600px) {
    /*��ҳ*/
    .index .arco-row h4.arco-col {
        font-size: 26px !important;
    }
    /*��ҳ������*/
    .arco-layout .arco-layout-header .logo > span {
        display: none;
    }
    /*�����б�ҳ��*/
    .table-wrap > .arco-row .arco-col {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .table-wrap > .arco-row .arco-col.arco-col-6 {
        width: 100%;
        flex: 0 0 100%;
    }
    /*�����������鲿��*/
    .details-wrap .arco-row .arco-col.label, .arco-col.value {
        flex: 0 0 100%;
        width: 100%;
        text-align:left;
    }
    /*������������/�޸� */
    .add-wrap .arco-col-6 {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .change-qrcode {
        display: inline-block;
    }
}
