* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.box_bott {
    background: #fff;
    height: 90%;
    border-radius: 0 5px 5px 5px;
    position: relative;
    top: -5px;
}

.posi {
    width: 97%;
    color: #666;
    font-size: 14px;
    margin: auto;
    padding-top: 26px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px #eee;
}

.nav .lig {
    color: #e2cc98;
}

.datas {
    width: 97%;
    margin: auto;
    margin-top: 0.5%;
}

.makes {
    background: #f2f2f2;
    font-size: 14px;
    color: #4c4c4c;
    padding: 5px 1% 5px 1%;
    width: 98%;
    display: inline-block;
    min-height: 33px;
}

.makes > div {
    display: inline-block;
}

.makes > div > div {
    display: inline-block;
    padding: 2px;
}

.makes img {
    width: 14px;
    height: 14px;
}

.makes .moresearch {
    width: 90px;
    margin-left: 15px;
    cursor: pointer;
}

.makes .morequery {
    width: 90px;
    height: 170px;
    background-color: #f2f2f2;
    position: relative;
    top: 0px;
    left: 15px;
    z-index: 99999;
    padding: 20px;
}

.makes .morequery div {
    width: 150px;
    display: inline-block;
}

.makes .morequery input[type='checkbox'] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.makes .morequery input[type='button'] {
    width: 70px;
    background-color: slateGrey;
}

.search {
    width: 25%;
    float: right;
}

.search img {
    position: relative;
    left: 11%;
    z-index: 10;
    cursor: pointer;
}

.search input {
    width: 74%;
    font-size: 18px;
    padding: 8px 0;
    padding-left: 15%;
    border-radius: 20px;
    outline: none;
    border: none;
    position: relative;
    top: -6px;
}

.edit_img {
    margin-left: 15px;
}

.tab {
    margin-top: 5px;
}

.tab table {
    width: 100%;
}

.tab thead tr {
    background: #559efe;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.tab tbody tr {
    font-size: 14px;
    color: #4c4c4c;
    text-align: center;
}

.tab tbody tr :hover {
    background-color: #f5f7fa;
}

.tab tbody tr :hover td {
    background-color: none;
}

.tab thead tr th {
    padding: 10px 0 !important;
    text-align: center !important;
}

.tab tbody tr td {
    padding: 0px 5px;
}

.tab tbody tr:nth-child(odd) {
    background: #f2f2f2;
}

.tab tbody tr:nth-child(even) {
    background: #ffffff;
}

.delete {
    position: relative;
    top: -4px;
}

.foot {
    margin-top: 2%;
}

.foot > div {
    display: inline-block;
    font-size: 14px;
}

.pages {
    color: #333;
}

.pages span {
    margin-right: 15px;
    cursor: pointer;
}

.pages img {
    width: 20px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.pages .disabled {
    color: #999;
    cursor: default;
}

.num {
    float: right;
    color: #666;
}

.act {
    background: #559efe;
    padding: 5px 10px;
    color: #fff;
}

a {
    cursor: pointer;
}

.text {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    -webkit-text-overflow: ellipsis !important;
    -moz-text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.thubs {
    cursor: pointer;
    float: left;
}

.thubs img {
    cursor: pointer;
}

.thubs span {
    position: relative;
}

.thubsL {
    position: relative;
    top: 6px;
}

body .el-table th.gutter {
    display: table-cell !important;
}

/*工单状态（草稿、待响应、等待执行、处理中、等待物料、等待现场、已处理（待验收）、已处理（确认通过））*/
.cg-state-color {
    color: #f8c99f;
}

.dxy-state-color {
    color: #fe9645;
}

.ddzx-state-color {
    color: #ccc;
}

.clz-state-color {
    color: #f56c6c;
}

.ddwl-state-color {
    color: #7be745;
}

.ddxz-state-color {
    color: #0ead6a;
}

.ycl-dys-state-color {
    color: #38c7ff;
}

.ycl-qrtg-state-color {
    color: #409eff;
}

.Danger-state-color {
    color: #F56C6C
}

.text-align-center {
    text-align: center;
}