@charset "utf-8";

/* 操作指引 */
.zl-operation-guidance {
}

.zl-suspension-box {
    position: fixed;
    right: 38px;
    bottom: 100px;
    z-index: 999;
    width: 65px;
    height: 65px;
    background: #E8A322;
    box-shadow: 0px 0px 8px rgba(15, 66, 120, 0.37);
    border-radius: 100px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}

.suspension-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.close-box {
    position: absolute;
    top: -18px;
    right: -12px;
}

.zl-icon-operation {
    background-image: url("../LocalImages/zl-icon-operation.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    margin: 14px auto 4px;
}

.zl-icon-qdgl {
    background-image: url("../LocalImages/zl-icon-operation.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    margin: 14px auto 4px;
}

.zl-icon-close {
    background-image: url("../LocalImages/zl-icon-close.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.zl-suspended-circle {
    cursor: pointer;
}

/* 弹窗 */
.zl-operation-list-box {
    position: fixed;
    right: 18px;
    bottom: 196px;
    width: 310px;
    background: #E8A322;
    align-self: stretch;
    border-radius: 6px;
    border: 2px solid #E8A322;
    box-shadow: 0px 1px 8px rgba(86, 72, 46, 0.19);
}

    .zl-operation-list-box .zl-operation-card__header {
        line-height: 16px;
        color: #FFFFFF;
        font-size: 14px;
        position: relative;
        height: 44px;
        padding: 12px 0px 12px 16px;
        box-sizing: border-box;
    }

.zl-operation-card__header-name {
    padding-left: 8px;
}

    .zl-operation-card__header-name::after {
        content: '';
        width: 2px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 100px;
        position: absolute;
        left: 16px;
    }

.zl-operation-card__header-right {
    float: right;
    padding-right: 12px;
}

.put-away {
    cursor: pointer;
}

.zl-operation-card__body .zl-operation-card__body-tis {
    background: #FFFCF7;
    box-shadow: 0 1px 0 rgba(41, 74, 108, 0.16);
    padding: 8px 12px;
    text-indent: 2em;
    color: #193648;
    position: relative;
    text-align: left;
}


.zl-operation-card__list {
    background: #FFFFFF;
    padding: 0 16px;
    min-height: 158px;
    max-height: 360px;
    overflow: auto;
}

.zl-operation-card__list-item {
    /*height: 50px;*/
    position: relative;
    box-sizing: border-box;
    padding: 16px 0;
    text-align: left;
}

    .zl-operation-card__list-item::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #E7E7E7;
    }

    .zl-operation-card__list-item:last-child::after {
        display: none;
    }

/* 登录页面 */
.zl-login-operation-guidance {
    position: absolute;
    top: 0;
    right: -288px;
}

.zl-login-operation-guidance-box {
    width: 100%;
    position: relative;
}

.zl-login-operation-icon-box {
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    float: left;
    min-width: 84px;
    height: 78px;
    background: #3785EA;
    box-shadow: 0px 1px 4px rgba(71, 87, 105, 0.46);
    border-radius: 6px;
}

.sign-system {
    margin-left: 20px;
    background: #de5566;
}

.zl-login-operation-icon-box .zl-icon-operation {
    margin-bottom: 12px;
}

.zl-login-operation-icon-box .zl-icon-qdgl {
    margin-bottom: 12px;
}

.zl-icon-operation-text {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.zl-login-operation-guidance .zl-login-operation-guidance-box .zl-operation-list-box {
    position: absolute;
    left: 0;
    top: 125px;
    border: none;
}

    .zl-login-operation-guidance .zl-login-operation-guidance-box .zl-operation-list-box .zl-operation-card__header {
        text-align: left;
        background: #3785EA;
        color: #FFFFFF;
        height: 40px;
        border-radius: 6px 6px 0 0;
    }

.zl-login-operation-guidance .zl-operation-card__header {
    text-align: left;
}

.zl-login-operation-guidance .zl-operation-card__header-name {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
}

    .zl-login-operation-guidance .zl-operation-card__header-name::after {
        display: none;
    }

.zl-login-operation-guidance .zl-operation-list-box .zl-operation-card__header {
}

.zl-login-operation-guidance .zl-operation-list-box {
    /*width: 277px;*/
}

.zl-login-operation-guidance .zl-operation-card__body .zl-operation-card__body-tis {
    background: #EAF3FF;
    color: #DF9300;
    font-size: 14px;
}

.zl-login-operation-guidance .list-item-name {
    color: rgba(0,0,0,1);
}

.zl-login-operation-guidance a {
    text-decoration: none;
    color: #4598f0;
    cursor: pointer;
}

    .zl-login-operation-guidance a:hover {
        color: #0F6DCE;
        text-decoration: none;
    }

.zl-login-operation-guidance .put-away {
    color: rgba(255, 255, 255, 0.7);
}

.zl-login-operation-guidance .zl-operation-card__list {
    max-height: 200px;
    border-radius: 0 0 6px 6px;
}



.zl-login-operation-guidance a span {
    text-decoration: none;
    color: #4598f0;
    cursor: pointer;
}

    .zl-login-operation-guidance a span:hover {
        color: #0F6DCE;
        text-decoration: none;
    }