@charset "UTF-8";

input[type=file] {
    display: none !important;
}

.photo-margin-top {
    margin-top: 30px
}

.horizontal-margin-left {
    margin-left: 10px
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.admin-system-top input {
    width: 130px;
}

.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 130px;
}

.admin-system-top .el-input {
    width: 130px;
}

.big-search .el-date-editor.el-input__inner {
    width: 130px;
}

.big-search .el-input {
    width: 130px;
}

.big-search input {
    width: 130px;
}

.el-button--mini, .el-button--mini.is-round {
    padding: 7px 10px;
}

.el-button + .el-button {
    margin-left: 2px;
}

.mine-search.el-input {
    width: 100px;
}

.mine-search input {
    width: 100px;
}

.el-table td, .el-table th {
    padding: 4px 0;
}

.el-table {
    font-size: 13px;
}

.el-table td, .el-table th {
    padding: 4px 0;
}

.el-link--inner {
    font-size: 13px;
}

.better-top-search {
    margin-top: 10px;
}

.better-top-search-title {

}

.better-top-search .el-form-item__label {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #222222;
    font-weight: normal;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 26px;
}

.better-top-search .el-form-item__content {
    line-height: 26px;
    height: 26px;
    width: 160px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.better-top-search .el-form-item__content .el-cascader {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.better-top-search .el-cascader {
    line-height: 26px;
}

.better-top-search .el-input__inner {
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
}


.better-top-search .el-input__icon {
    line-height: 26px;
}

.better-top-search .el-form-item {
    margin-bottom: 10px;
}

.better-top-search .el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 160px;
}

.better-top-search button {
    width: 68px;
    height: 26px;
    padding: 0;
    border-radius: 3px;
}

.better-top-search .search-btn {
    background-color: #1482f3;
    border-color: #1482f3;
    font-weight: normal;
}

.better-top-search .del-btn {
    background-color: #F23E3E;
    border-color: #F23E3E;
    font-weight: normal;
}

.el-form-item-search-btn .el-form-item__content {
    width: 68px;
}

.better-top-search .el-form--inline .el-form-item {
    margin-right: 10px;
}

.el-table__header th, .el-table__header tr {
    background-color: #f4f4f4;
    height: 38px;
}

.el-table__body th, .el-table__body tr {
    height: 38px;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background-color: #f8f8f8;
}

.el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: #ecf5fe;
}

.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1px solid #e7e7e7;
}

.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #e7e7e7;
}

.el-table {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #222222;
}

.el-table__header th, .el-table__header tr {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #222222;
    font-weight: normal;
}

.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td {
    background-color: #f5f7fa;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #222222;
    font-weight: normal;
}

.el-link--inner {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

.el-pagination {
    margin-top: 15px;
    padding: 0 5px;
}

.el-input__inner {
    padding: 0 10px;
}