.logo {
    width: 38%;
}

.layui-side-menu .layui-nav .layui-nav-item .iconfont {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -19px;
}

.layui-tab-title li .layui-tab-close:hover {
    background-color: transparent;
    color: #1EB6D1;
    border-color: #1EB6D1;
}

.echartsBox {
    width: 100%;
    height: 230px;
}

.fNav {
    justify-content: space-between;
}

    .fNav .layui-card {
        flex: 1;
    }

        .fNav .layui-card .list {
            padding: 15px;
            height: 220px;
            flex-wrap: wrap;
            justify-content: space-between;
            align-content: space-between;
        }

        .fNav .layui-card:last-child {
            margin-bottom: 15px;
        }

            .fNav .layui-card:last-child .list {
                align-content: inherit;
            }

        .fNav .layui-card:last-child {
            margin-left: 7px;
        }

        .fNav .layui-card:first-child {
            margin-right: 7px;
        }

    .fNav .left .item {
        padding: 25px 0;
        width: 32%;
        background: #F9F9F9;
        text-align: center;
    }

    .fNav .right .item {
        text-align: center;
        cursor: pointer;
    }

        .fNav .right .item:nth-child(1), .fNav .right .item:nth-child(2) {
            padding: 2% 2%;
            font-size: 16px;
        }

            .fNav .right .item:nth-child(1) p, .fNav .right .item:nth-child(2) p {
                margin-top: 12px;
            }

        .fNav .right .item:nth-child(3), .fNav .right .item:nth-child(4) {
            display: flex;
            align-content: space-between;
            flex-wrap: wrap;
            width: 23%;
        }

            .fNav .right .item:nth-child(3) ._cont, .fNav .right .item:nth-child(4) ._cont {
                padding: 21% 15%;
                width: 100%;
                align-items: center;
                display: flex;
                background: #F9F9F9;
            }

                .fNav .right .item:nth-child(3) ._cont i, .fNav .right .item:nth-child(4) ._cont i {
                    font-size: 24px;
                    margin-right: 10px;
                }

        .fNav .right .item:nth-child(1) {
            background: #FFF6EE;
        }

            .fNav .right .item:nth-child(1) p {
                color: #F07726;
            }

        .fNav .right .item:nth-child(2) p {
            color: #3590F8;
        }

        .fNav .right .item:nth-child(2) {
            background: #F2FAFF;
        }

    .fNav .left .item span {
        color: #1EAEC9;
        font-size: 28px;
        margin-bottom: 13px;
    }

    .fNav .left .item p {
        font-size: 12px;
        color: #777;
    }

.my {
    display: flex;
}

    .my .left {
        flex: 1;
    }

    .my .right {
        min-width: 400px;
    }

    .my .left textarea {
        background: #F6F7F7;
        display: inline-block;
        width: 90%;
        resize: none;
        vertical-align: top;
        border-color: transparent;
        height: 100px;
        padding: 5px 20px;
        border-radius: 5px;
    }

    .my input.useName.ac {
        border: none;
    }

    .my .left a {
        text-decoration: underline;
        cursor: pointer;
    }

    .my .left .rightText {
        line-height: 38px;
        padding-right: 10px;
    }

    .my .left .isfalse {
        color: #2B9BEA;
    }

    .my .left .istrue {
        color: #E4983E;
    }

    .my .right .upAdmin {
        margin-right: 20px;
    }

        .my .right .upAdmin span {
            color: #EF3D3D;
        }

.MyupBtn {
    margin: 17px 0;
    background: rgba(236, 236, 236, 1);
    padding: 6px 0;
    color: #666;
    width: 90px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(205, 205, 205, 1);
}

.adminImg {
    width: 100px;
    height: 140px;
}

.my .right .flex {
    align-items: center;
}

.international .left,
.international .right {
    background: #fff;
}

.international .left {
    width: 340px;
    border-right: 1px solid rgba(239, 239, 239, 1);
    padding: 30px;
}

.international .right {
    flex: 1;
    padding: 23px 33px;
}

.international .left .title {
    color: #666;
    margin: 15px 0;
}

.international .left .cont li {
    display: inline-block;
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
    margin: 0 12px 12px 0;
    color: #859EAB;
    height: 26px;
    line-height: 26px;
    background: rgba(236, 242, 246, 1);
    border-radius: 5px;
}

    .international .left .cont li.ac {
        background: #23A4EE;
        color: #fff;
    }

.updatepwd {
    background: #fff;
    padding: 15px 40px;
    flex: 1;
}

    .updatepwd h2 {
        font-weight: bold;
        color: #333;
        margin: 20px 0;
    }

    .updatepwd .title {
        margin-bottom: 15px;
    }

    .updatepwd .buttomText {
        margin-bottom: 15px;
    }

    .updatepwd input {
        position: relative;
    }

        .updatepwd input::before {
            content: "\e60b";
            font-family: "iconfont" !important;
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            color: #000;
            position: absolute;
            top: 0px;
            right: 5px;
            z-index: 10
        }

    .updatepwd .layui-form-item {
        margin-bottom: 5px;
    }

.showUser {
    padding: 15px;
}

    .showUser .view {
        padding: 10px;
        position: relative;
    }

        .showUser .view .layui-input-block {
            line-height: 36px;
        }

            .showUser .view .layui-input-block.one {
                width: 386px;
            }

            .showUser .view .layui-input-block.two {
                width: 260px;
            }

        .showUser .view:first-child {
            margin-bottom: 0;
        }

        .showUser .view.not input {
            cursor: not-allowed;
            background: transparent;
        }

        .showUser .view.isTrue {
            margin-bottom: 30px;
        }

    .showUser .telCont {
        margin-left: -46px;
    }

    .showUser .view input {
        border: 1px solid rgba(209, 218, 225, 1);
        border-radius: 5px;
        width: 96%;
        padding-left: 4%;
        height: 36px;
    }

    .showUser .rightText {
        width: 109px;
        height: 36px;
        text-align: center;
        margin-top: 10px;
        line-height: 36px;
        color: #fff;
        cursor: pointer;
        margin-left: 10px;
        background: rgba(29, 189, 218, 1);
        border: 1px solid rgba(180, 236, 246, 1);
        border-radius: 5px;
    }

    .showUser .queBtn {
        width: inherit;
        padding: 10px 0;
        color: #fff;
        background: rgba(57, 148, 233, 1);
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
    }

.AccountBinding {
    flex: 1;
    background: #fff;
}

    .AccountBinding .third {
        padding: 35px 55px;
        display: flex;
        margin: 18px 0;
        position: relative;
        justify-content: space-between;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(243, 243, 243, 1);
    }

        .AccountBinding .third .left {
            display: flex;
            align-items: center;
        }

        .AccountBinding .third .center {
            line-height: 38px;
        }

        .AccountBinding .third .right {
            min-width: 330px;
            text-align: right;
        }

            .AccountBinding .third .right div {
                display: inline-block;
                margin-right: 15px;
            }

    .AccountBinding .iconBox {
        width: 38px;
        margin-right: 10px;
        border-radius: 50%;
        background: #fff;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

        .AccountBinding .iconBox i {
            font-size: 30px;
        }

        .AccountBinding .iconBox.one i {
            color: #2890E0;
        }

        .AccountBinding .iconBox.two i {
            color: #21B136;
        }

    .AccountBinding .btn {
        width: 100px;
        height: 38px;
        cursor: pointer;
        text-align: center;
        line-height: 38px;
        border-radius: 5px;
    }

    .AccountBinding .AccountBindingBtn-0 {
        color: #fff;
        background: rgba(43, 155, 234, 1);
    }

    .AccountBinding .AccountBindingBtn-1 {
        color: #DC5823;
        border: 1px solid #DC5823;
    }

    .AccountBinding .AccountBindingBtn-2 {
        background: rgba(232, 232, 232, 1);
        color: #777777;
    }

    .AccountBinding .leftTitle {
        height: 0;
        width: 0;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        border-color: #3366ff transparent transparent transparent;
        border-style: solid solid dashed dashed;
        border-width: 60px 60px 0 0;
        position: absolute;
        left: 0;
        top: 0;
    }

        .AccountBinding .leftTitle.one {
            border-top-color: #2890E0;
        }

        .AccountBinding .leftTitle.two {
            border-top-color: #E2E2E2;
        }

    .AccountBinding .titleText {
        position: absolute;
        left: 0;
        top: 12px;
        font-size: 12px;
        transform: rotate(315deg);
    }

        .AccountBinding .titleText.one {
            color: #fff;
        }

        .AccountBinding .titleText.two {
            color: #999999;
        }

.bindingPop .cont {
    padding: 30px;
    text-align: center;
    height: 150px;
    position: relative;
}

    .bindingPop .cont input {
        width: 80%;
        display: inline;
        margin-bottom: 15px;
    }

    .bindingPop .cont img {
        width: 145px;
        display: none;
        height: 139px;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%,-40%);
    }


    .bindingPop .cont span {
        display: none;
        color: #999999;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

.bindingPop .bindingBtn {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: rgba(43, 155, 234, 1);
    border-radius: 4px;
}

.bindingPop .toggle {
    height: 40px;
    color: #666666;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-top: 1px solid #EAEAEA;
    background: rgba(255, 255, 255, 1);
}

    .bindingPop .toggle.ac {
        color: #1EB6D1;
        text-decoration: underline;
    }

.layui-nav.layui-layout-right .admina {
    display: flex;
    align-items: center;
}

    .layui-nav.layui-layout-right .admina cite {
        margin: 0 5px;
    }

.layui-nav.layui-layout-right .iconBox {
    width: 32px;
    text-align: center;
    margin-right: 10px;
    height: 32px;
    background: rgba(227,238,240,1);
    border-radius: 50%;
    line-height: 32px;
}

    .layui-nav.layui-layout-right .iconBox i {
        color: #4993D2;
        font-size: 19px;
    }

.layui-nav .layui-nav-item .admina.one {
    padding: 0 30px 0 20px;
}

.layui-nav .layui-nav-more {
    right: 13px;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-child a {
    color: #E3F5F9;
    text-align: center;
    cursor: pointer;
}

    .layui-layout-admin .layui-header .layui-nav .layui-nav-child a:hover {
        background-color: #4ABFD4;
    }


.footer {
    width: 100%;
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(43,45,49,1);
    bottom: 0;
}

.payTheFees {
    padding: 15px;
}

    .payTheFees .cont .text {
        padding: 15px;
        margin-bottom: 25px;
        background: #F9F9F9;
    }



    .payTheFees .cont .formInput .layui-form-item {
        align-items: center;
    }
/* .layui-table input{
	height: 28px;
} */
.layui-table .layui-inline {
    margin-right: 0;
}

.layui-table .layui-input-inline {
    width: 140px;
    margin: 0;
}

.payTheFees .cont .formInput .time-item {
    margin: 10px 0 15px 0;
}

    .payTheFees .cont .formInput .time-item .explainColor {
        margin-left: 20px;
    }


.addOrganization .layui-form-label {
    width: 160px;
}

.formInput .timeBox {
    padding-right: 40px;
    position: relative;
    border: 1px solid #e6e6e6;
}

    .formInput .timeBox input {
        border: none;
    }

        .formInput .timeBox input:hover {
            border: none;
        }

    .formInput .timeBox:after {
        content: '\e618';
        position: absolute;
        right: 10px;
        top: 8px;
        font-family: 'iconfont' !important;
        font-size: 20px;
        color: #B0B0B0;
    }

.formInput .layui-form-label {
    width: 100px;
}

.addOrganization .layui-input-block {
    margin-left: 120px;
}

    .addOrganization .layui-input-block textarea {
        height: 100px;
        width: 80%;
        border: 1px solid #e6e6e6;
    }

    .addOrganization .layui-input-block input {
        width: 80%;
    }

.addOrganization .layui-form-label.necessary {
    position: relative;
}



.institutionManagement {
    background: #fff;
}

.resetPwd, .deletePop {
    text-align: center;
    padding-top: 45px;
}

    .resetPwd i {
        font-size: 50px;
        background: linear-gradient(to top, #35A2EE, #18E2EF);
        -webkit-background-clip: text;
        color: transparent;
    }

    .deletePop i {
        font-size: 50px;
        background: linear-gradient(to top, #E45F1E, #F3A639);
        -webkit-background-clip: text;
        color: transparent;
        /*background: transparent;*/
    }

    .resetPwd .resetPwdText, .deletePop .resetPwdText {
        margin: 15px auto;
    }

    .resetPwd .butText {
        text-align: center;
        color: #E47C3E;
    }

.addNotice {
    background: #fff;
}

    .addNotice #demoText {
        text-align: center;
    }

    .addNotice .imgUp {
        align-items: center;
    }

        .addNotice .imgUp .layui-upload-list {
            width: 88px;
            height: 57px;
        }

    .addNotice .layui-form-item .layui-inline {
        margin-right: 0;
    }

.dispose ul li, .Ulog li, .messagelog li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

    .dispose ul li label {
        width: 100px;
    }

    .Ulog li label, .messagelog li label {
        width: 90px;
    }

    .Ulog li .layui-input-block, .messagelog li .layui-input-block {
        margin-left: 120px;
        min-height: 36px;
        line-height: 36px;
    }

    .dispose ul li span, .Ulog li span, .messagelog li span {
        max-width: 400px;
    }


.messagelog li, .Ulog li {
    margin-bottom: 0;
}

.banner .layui-upload-list {
    width: 88px;
    height: 56px;
    overflow: hidden;
}

.banner .imgBox {
    margin: 15px 0;
}

.banner .layui-upload {
    align-items: center;
}

.banner label {
    width: 90px;
}

.banner .layui-input-block, .addUser .layui-input-block, .addint .layui-input-block {
    margin-left: 120px;
    padding-right: 40px;
    position: relative;
}

.parameter .layui-input-block {
    padding-right: 40px;
}

.addUser label, .addint .layui-form-label {
    width: 100px;
}

.addUser .rightText {
    line-height: 38px;
}

.addint .layui-input-block {
    width: 230px;
    margin-left: 130px;
}

.addint .hintText {
    color: #F1381A;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toLead .hintText {
    color: #F1381A;
    font-size: 12px;
    margin: 15px 0;
}

.statist {
    justify-content: space-between;
}

    .statist .layui-card {
        flex: 1;
    }

        .statist .layui-card:first-child {
            margin-right: 15px;
        }

    .statist .chDiv {
        height: 600px;
    }

    .statist .layui-card:last-child {
        margin-bottom: 15px;
    }


.flex-1 {
    flex: 1;
}

.blogroll .layui-form-label {
    width: 100px;
}

.blogroll .layui-input-block {
    margin-left: 130px;
}


#updatepwd-L {
    padding: 15px;
}


.maxImg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 19891020;
    width: 300px;
    height: 420px;
}

.mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19891019;
    background: black;
    opacity: .3;
}

.maxImg.width-700 {
    width: 700px;
}

.layui-layedit {
    width: 78.5%;
}

.zdImport {
    font-size: 12px;
    padding: 15px;
    background: #f4f4f4;
    margin: 10px 20px 0 20px;
}

    .zdImport .spanAc {
        text-decoration: underline;
        color: #2B9BEA;
        cursor: pointer;
    }

.banner .layui-upload-list #demoText {
    text-align: center;
}

table div {
    margin: 0;
}

    table div .layui-input-inline {
        width: 140px;
    }

        table div .layui-input-inline input {
            width: 100%;
        }

.mar-t0 .layui-tab {
    margin: 0;
}

.mar-t0 .layui-tab-title {
    transition: none;
}

.flex-s {
    display: flex;
    justify-content: space-between;
}

    .flex-s p {
        color: #888888;
        font-size: 14px;
    }
