.web-name {
    padding-bottom: 0px !important;
}

.web-name img {
    margin-right: 0px !important;
}

.el-header img {
    margin-right: 0px !important;
}

.switch-btn {
    width: 161px;
}

.el-menu-item a {
    height: 50px;
}

.el-menu-item, .el-submenu__title {
    height: 50px;
    line-height: 50px;
}

.el-message {
    min-width: 135px !important;
    text-align: center;
}

.el-message__closeBtn {
    right: 10px !important;
}

.mt4 {
    margin-top: 4px;
}

.modal-head {
    background: #F6F6F6;
    /*padding: 10px 10px 10px 25px;*/
    padding: 6px 10px 6px 25px;
    border: 1px solid #E6E6E6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.modal-head:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    background: #5278F8;
}

.modal-con {
    border: 1px solid #E6E6E6;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
}

.modal-head .pull-right {
    margin-top: -5px;
}

.el-menu:not(.el-menu--collapse) {
    width: 170px;
}

.text-center {
    text-align: center;
}

.w175 {
    width: 175px !important;
}

.w200 {
    width: 200px !important;
}

.s-table th {
    height: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.h20 {
    height: 20px !important;
}
