.history-header {
    background-color: #E6CFAD;
    color: #402421;
    box-shadow:0 0 0.1rem 0 rgba(123, 55, 83, 0.35);
    margin-bottom: 0.4rem;
    padding: 0 0.23rem;
    height: 0.98rem;
    display: flex;
    justify-content: space-between;
}
.history-header {
    font-size: 16px;
}
.history-header .back {
    line-height: 0.98rem;
}
.history-header .history-order {
    width: 1.93rem;
    height: 0.54rem;
    margin-top: 0.22rem;
}
.history-header .kf-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.history-header .kf-warp img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.history-header .kf-warp p {
    font-size: 12px;
}
.go-other{
	width: 100%;
}
.order-item {
    background: url("../images/order_bg.png") no-repeat;
    background-size: cover;
    width: 7.29rem;
    height: 6.63rem;
    margin-left: 0.21rem;
    font-size: 16px;
    color: #7C510E;
    line-height: 0.8rem;
    overflow: hidden;
}
.order-item .name {
    margin: 0 0.97rem 0 0.82rem;
    border-bottom: 1px solid #DAB59B;
    display: flex;
}
.order-item  .order-item-title {
    width: 1.65rem;
    text-align: center;
    border-right: 1px solid #DAB59B;
}
.order-item span {
    margin-left: 0.3rem;
}
.order-item .result-btn {
    width: 5.14rem;
    height: 1rem;
    display: block;
    margin: 0.3rem auto 0;
}