.tabs-item {
    padding: 30px 0 0;
}

.order-list nav {
    overflow: hidden;
    padding: 9px 16px;
    background-color: #f7f7f7;
    margin-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.order-list nav li {
    float: left;
    width: 12%;
    text-align: center;
}

.order-list nav li:nth-child(1) {
    width: 40%;
    text-align: left;
}

.order-list .list {}

.order-list .list .item {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-top: 0;
}

.order-list .list .item .head {
    padding: 10px 16px;
    background: #ffffff;
    font-size: 12px;
    border-top: 1px solid #eeeeee;
    /* border-bottom: 1px solid #eeeeee; */
}

.order-list .list .item .head .order-type {
    margin-left: 30px;
}

.order-list .list .item .head .create-time {
    margin-right: 10px;
}

.order-list .list .item ul {
    background-color: #fff;
    padding: 16px;
    /* border-top: 1px solid #eeeeee; */
    overflow: hidden;
}

.order-list .list .item ul li {
    float: left;
    width: 12%;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
}

.order-list .list .item ul li:first-child {
    width: 40%;
    line-height: inherit;
    text-align: left;
}

.order-list .list .item ul li:first-child .img-wrap {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
}

.order-list .list .item ul li:first-child .img-wrap img {
    width: 100%;
}

.order-list .list .item ul li:first-child .info-wrap {
    margin-left: 97px;
}

.order-list .list .item ul li:first-child .info-wrap h5 {
    word-break: break-all;
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-list .list .item ul li:first-child .info-wrap h5:hover {
    color: var(--base-color);
}

.order-list .list .item ul li:first-child .info-wrap span {
    font-size: 14px;
    color: #9a9a9a;
}

.order-list .list .item ul li:nth-last-child(2),
.order-list .list .item ul li:last-child {
    line-height: 1.8;
}

.proof-box {
    height: 420px;
    background: #ffffff;
    padding: 0 30px;
    overflow-y: auto;
}

.proof-box .ns-eva-form {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.proof-box .ns-eva-form .ns-textarea {
    position: relative;
}

.proof-box .ns-eva-form .el-textarea {
    margin: 10px 0;
}

.proof-box .ns-eva-form .tips-count {
    padding-top: 10px;
}

.proof-box .save-btn-wrap {
    text-align: center;
    margin-top: 20px;
}