﻿.supplier-index-container {
    width: 100%;
    min-width: 1200px;
}

.container-inner {
    width: 1200px;
}

.content-left {
    width: 860px;
}

.left-list {
    height: 560px;
    /*overflow-y: scroll;*/
}

.left-tab .tab-item {
    width: 168px;
    margin: 0 2.5px;
    text-align: center;
    line-height: 40px;
}

    .left-tab .tab-item.selected {
        color: #fff;
        background-color: #2892df;
        font-weight: bold;
    }

    .left-tab .tab-item:first-child {
        margin-left: 0;
    }

    .left-tab .tab-item:last-child {
        margin-right: 0;
    }

.li-dot {
    width: 6px;
    height: 6px;
    border-radius: 500%;
}

.li-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}

    .li-message .message-type {
        color: red;
    }

    .li-message .message-info {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

.li-status {
    color: #146dc3;
}

.container-operator {
}

.content-right {
    width: 320px;
}

.right-login {
    height: 360px;
    border-top: 4px solid #2892df;
}

.right-info {
    height: 250px;
    border-top: 4px solid #2892df;
}

    .right-info .iconfont {
        font-size: 24px;
    }

.login-btn {
    width: 100%;
    line-height: 40px;
}

.operator-wrapper {
    width: 100%;
}

.container-operator h3 {
    padding-left: 14px;
    position: relative;
}

    .container-operator h3::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #2892df;
        width: 4px;
        height: 20px;
        content: " ";
    }

.account-input, .password-input, .verify-code-wrapper {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.account-input, .password-input, .code-input {
    border-radius: 2px;
    width: 100%;
}

.account-input .iconfont, .password-input .iconfont, .code-input .iconfont {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.account-input input, .password-input input, .code-input input {
    width: 100%;
}

.code-img {
    width: 100px;
    height: 40px;
}

.operator-item {
    width: 360px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
}

.el-select {
    width: 100%;
}

.operator-item .el-input__inner {
    border: none;
}

.avator-wrapper img {
    width: 80px;
    height: 80px;
}

.ope-btn-wrapper {
    width: 100%;
}
.supplier-index-container .el-empty {
    padding:120px!important;
}

.more-btn-wrapper {
    justify-content:center;
}

.forget-item {
    width: 100%;
    padding: 0 0px;
}

.input-wrapper {
    height: 60px;
    width: 100%;
    line-height: 60px;
}

.input-wrapper input {
    width: 100%;
}

.input-wrapper .iconfont {
    font-size: 24px;
    margin-left: 20px;
    flex-shrink: 0;
}

.register-btn {
    width: 500px;
    line-height: 60px;
    font-size: 22px;
}

.forget-verify-code-wrapper, .sms-btn-wrapper {
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.sms-btn-wrapper button {
    font-size: 18px;
}

.forget-btn {
    width: 80%;
    line-height: 60px;
    font-size: 22px;
}
.icon-yanjing {
    margin-right: 20px;
    cursor: pointer;
}

.status-warn {
    color:red!important;
}
