* {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

#home-main-div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    min-width: 800px;
}

.wrap-content {
    height: 100%;
    box-sizing: border-box;
    border: #F6F6F6 solid 5px;
    background: #F6F6F6;
    text-align: left;
    min-width: 810px;
}

.bread-div {
    padding-bottom: 5px
}

.bread-a {
    text-decoration: none;
    font-size: 1em;
    color: #666666;
}

.bread-a:hover {
    color: #17326e;
}

.bread-c {
    font-size: 1em;
    color: #666666;
}

.el-button--primary {
    color: #FFF;
    background-color: #17326e;
    border-color: #17326e;
    border-radius: 4px;
}

.el-button--default {
    /* color: #17326e; */
    border-color: #17326e;
    border-radius: 4px;
}

.wrap-content .el-breadcrumb__separator[class*=icon] {
    margin: 0;
    font-weight: 400;
}

.wrap-content .el-breadcrumb__separator {
    margin: 0;
    font-weight: 700;
    color: #C0C4CC;
}

.wrap-content [class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.out-div {
    padding: 10px 10px 0 10px;
    overflow: auto;
    background: white;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    clear: both;
}

.main-content-div {
    margin: 10px 10px 5px 10px;
    overflow: auto;
}

.inline-block {
    display: inline-block;
}

.filters-div {
    padding-top: 3px;
    background: white;
    border-radius: 3px;
}

.filter-div {
    display: inline-block;
    margin-bottom: 10px;
}

.cutomer-btn {
    outline: none;
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

.pagination-div {
    text-align: right;
    padding: 2px 10px 2px 0;
    background: white;
}

.delete-btn {
    border: 1px solid #E4322D;
    padding: 6px 20px;
    color: #E4322D;
}

.import-export-btn {
    border: 1px solid #409104;
    padding: 6px 20px;
    color: #409104;
}

button {
    cursor: pointer;
}

.el-dialog {
    border-radius: 14px;
}

.el-dialog__header {
    padding: 12px 0 10px 0;
    background: #f3f3f3;
    text-align: center;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.el-dialog--center .el-dialog__body {
    padding: 0;
    text-align: initial;
}

.el-dialog__body {
    padding: 0;
    color: #606266;
    font-size: 1em;
    word-break: break-all;
}

.el-dialog__footer {
    text-align: center;
    padding: 0 0 22px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog-content-div {
    font-size: 1em;
    color: #333333;
    text-align: center;
    margin: 20px 0;
}

.dia-btn-margin {
    margin-left: 35px;
}

.search-input {
    display: inline-block;
    width: 250px
}

.text-button {
    color: #17326e;
    font-size: 1em;
}

.text-delete-button {
    color: #EB1B1B;
    font-size: 1em;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: normal;
    margin: 12px 0;
}

.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.fileinput-path {
    line-height: 32px;
    height: 32px;
    float: left;
    border: 1px solid #cecece;
    border-radius: 4px 4px 4px 4px;
    color: #a9a9a9;
    padding-left: 10px;
    cursor: pointer;
    width: 200px;
}

.fileinput {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 1.23em;
    cursor: pointer;
}

.search-div {
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    /*border-radius: 4px;*/
    /*background-image: url(/static/image/search_bg.png);*/
    /*background-position: 0 -0px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 349px 36px;*/
    /*height: 36px;*/
    /*width: 349px;*/
}

.search-button {
    cursor: pointer;
    border-radius: 4px;
    border: none;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 8px 19px;
    outline: none;
    margin: 0;
    position: relative;
    top: 1px;
    background-color: #17326e;
}

.search-new-button {
    cursor: pointer;
    border-radius: 4px;
    border: none;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 7px 19px;
    outline: none;
    position: relative;
    top: 0;
    left: 5px;
    background-color: #17326e;
}

.data-table {
    margin-top: 10px;
}

.filter-span {
    margin-left: 40px;
    font-size: 1em;
    color: #606266;
}

.filter-first-span {
    font-size: 1em;
    color: #606266;
}

.filter-input {
    display: inline-block;
    width: 200px;
}

.rate-bg-div {
    width: 0;
    height: 0;
    border-top: 25px solid #FFA61B;
    border-right: 25px solid #FFA61B;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(-100%, 0);
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.rate-div {
    position: absolute;
    text-align: center;
    left: 100%;
    top: 8px;
    width: 50px;
    font-size: 1em;
    transform: translate(-85%, 0) rotate(45deg);
    color: white;
}

.comment-div {
    color: #777777;
    font-size: 0.91em;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.croper-div {
    height: 300px;
    padding: 0 0 20px 0;
}

.croper-btn {
    background: white;
    border: 1px solid #aaaaaa;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    margin: 6px 5px;
    /*height: 26px;*/
    /*width: 26px;*/
    /*font-size: 16px;*/
}

.croper-btn-image {
    width: 15px;
    vertical-align: middle;
    padding: 5px;
}

.crop-info {
    display: none;
    position: absolute;
    left: 0;
    min-width: 65px;
    text-align: center;
    color: white;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 0.93em;
}

.project-div {
    position: relative;
    display: inline-block;
    width: 18%;
    min-width: 260px;
    border: 1px solid #EDEAEA;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 1% 0.9% 0;
}

.project-div:hover {
    box-shadow: 0 1px 10px 0 rgba(45, 45, 46, 0.58);
    border: 1px solid #17326e;
}

.icon_add {
    width: 12px;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.btn-span {
    vertical-align: middle;
}

.button-bg-div {
    background: #F8F8F8;
    text-align: center;
    border-top: 1px solid #EDEAEA;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.project-vertical-line {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #EDEAEA;
    vertical-align: middle;
}

.center-button {
    width: 44%;
}

.project-name-div {
    color: #333333;
    font-size: 1em;
    padding: 10px 0;
}

.date-div {
    color: #999999;
    display: inline-block;
    font-size: 0.77em;
    padding: 5px 0;
}

.create-name-div {
    color: #999999;
    float: right;
    display: inline-block;
    text-align: right;
    font-size: 0.77em;
    padding: 0 0;
    margin-top: 5px;
}

.text-out-div {
    padding: 0 20px;
    text-align: left;
}

.project-icon-img {
    width: 100%;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
}

.img-div {
    border-bottom: 0.5px solid #eeeeee;
    overflow: hidden;
}

.customer-is-disabled .el-input.is-disabled .el-input__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #606266;
    cursor: text;
}

.total-title {
    color: #333333;
    font-size: 1.15em;
    margin-bottom: 20px;
}

.check-boxx {
    display: block;
    padding: 6px 5px;
}

.outer-w-div {
    height: 450px;
    overflow: auto;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 5px 10px;
    vertical-align: middle;
}

.selected-user {
    padding: 6px 0;
}

.user-name {
    display: inline-block;
    width: 130px;
}

.close-image {
    position: relative;
    top: 1.5px;
    cursor: pointer;
}

.fix-image {
    width: 290px;
    height: 177px;
    border: 1px dashed #cccccc;
    border-radius: 4px;
}

.fix-close-image {
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    padding: 5px;
}

.cell-divv {
    height: 37px;
    line-height: 37px;
}

.repair-image-div {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
    float: left;
}

.hover-bolder:hover {
    font-weight: bolder;
    color: #17326e;
}

.form-confirm-button {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #17326e;
    outline: none;
    margin: 0;
    color: white;
    background: #17326e;
    width: 90px;
    height: 34px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 0.93em;
}

.form-cancel-button {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #17326e;
    outline: none;
    color: #17326e;
    background: white;
    width: 90px;
    height: 34px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 0.93em;
}

.cancel-margin {
    margin: 0 0 0 35px;
}

.button-kind-1 {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    outline: none;
    margin: 0;
    color: white;
    background: #17326e;
    box-sizing: border-box;
    font-size: 0.93em;
    padding: 6px 9px;
}

.button-kind-1:hover {
    border: 1px solid #17326e;
    color: #17326e;
    background: #FFFFFF;
}

.btn-image-div-1 {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    margin: 0 4px 0 0;
}

.button-margin-1 {
    margin-left: 10px;
}

.filter-form {
    display: inline-block;
    #padding: 0 20px 0 20px;
}

.filter-form .el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 1em;
    color: #606266;
    line-height: 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-form .el-form-item {
    margin-bottom: 0;
}

.filter-button-1 {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #17326e;
    outline: none;
    margin: 0;
    color: white;
    background: #17326e;
    width: 90px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 0.93em;
}

.filter-button-1:hover {
    opacity: 0.9;
}

.filter-button-2 {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #17326e;
    outline: none;
    margin: 0 0 0 18px;
    color: #17326e;
    background: white;
    width: 90px;
    height: 32px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 0.93em;
}

.search-div-image {
    width: 15px;
}


/* .filter-button-2:hover {
  color: white;
  background: #17326e;
} */

.no-display {
    display: none;
}

.search-image-button {
    padding: 0 10px;
}

.search-image-button:hover .search-image-normal {
    display: none;
}

.search-image-button:hover .search-image-hover {
    display: inline-block !important;
}

.import-btn1 div {
    background-image: url('/static/image/icon_import_gray.svg');
    background-position: 0 0;
    background-size: 17px 17px;
    background-repeat: no-repeat;
}

.delete-btn1 div {
    background-image: url('/static/image/icon_delete_gray.svg');
    background-position: 0 0;
    background-size: 15px;
    background-repeat: no-repeat;
}

.lock-btn1 div {
    background-image: url('/static/image/icon_lock_gray.svg');
    background-position: 0 0;
    background-size: 13px;
    background-repeat: no-repeat;
}

.export-btn1 div {
    background-image: url('/static/image/icon_export_gray.svg');
    background-position: 0 0;
    background-size: 17px 17px;
    background-repeat: no-repeat;
}

.import-btn1:hover div {
    background-image: url('/static/image/icon_import_blue.svg');
}

.delete-btn1:hover div {
    background-image: url('/static/image/icon_delete_blue.svg');
}

.lock-btn1:hover div {
    background-image: url('/static/image/icon_lock_blue.svg');
}

.export-btn1:hover div {
    background-image: url('/static/image/icon_export_blue.svg');
}

.pre-load-image {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: -10000;
}

table {
    width: 100%;
}

.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 1em;
    color: #606266;
}

.oneline-nobreak {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bread-out-div {
    padding-bottom: 5px;
}

.v-sp-line {
    display: inline-block;
    background: #999999;
    height: 20px;
    width: 1px;
    vertical-align: middle;
    margin: 0 10px;
}

.el-table td,
.el-table th {
    padding: 2px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.big-window .el-table td {
    padding: 10px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.big-window .el-table th {
    padding: 10px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.el-input--small {
    font-size: 1em;
}

.col-text-left {
    text-align: left;
    padding: 0 3px 0 20%;
}

.no-padding-col-text-left {
    text-align: left;
    padding: 0 3px 0 3px;
}

.btn-div {
    font-weight: 500;
    cursor: pointer;
    color: #17326e;
}

.length-215 {
    display: inline-block;
    text-align: left;
    width: 215px;
}

.length-200 {
    display: inline-block;
    text-align: left;
    width: 200px;
}

.must-input-item {
    color: red;
    font-size: 1.3em;
    vertical-align: middle;
}

.special-progress-text .el-progress__text {
    font-size: 1.2em !important;
    color: #606266;
    vertical-align: middle;
    margin-left: 0;
    line-height: 1;
    display: block;
}