.index-title {
    font-size: 0.4rem;
    line-height: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.common-btn {
    display: block;
    width: 6rem;
    height: 0.8rem;
    background-color: #3385ff;
    border: none;
    border-radius: 0.20rem;
    text-align: center;
    line-height: 0.8rem;
    color: white;
    font-size: 0.32rem;
    margin: 0 auto;
    outline: none;
}

.success-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    background: url("../images/duigou2.png");
    background-size: cover;
}

.error-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    background: url("../images/fail.png");
    background-size: cover;
}

.alert-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    background: url("../images/alert.png");
    background-size: cover;
}

.no-car {
    font-size: 0.36rem;
    color: #3385ff;
    font-weight: 900;
    text-align: center;
    justify-content: center;
}

.tips {
    width: 6.4rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: 0.02rem solid #ffd77a;
    background: #fff9e6;
    border-radius: 0.1rem;
    padding: 0.1rem 0.5rem 0.1rem 0.2rem;
}

.tips .tips-title {
    color: #17233d;
    font-size: 0.28rem;
}


.tips .tips-desc {
    color: #515a6e;
    font-size: 0.24rem;
    line-height: 0.4rem;
}

.tips .tips-desc span {
    color: #3385ff;
    font-size: 0.28rem;
}

.split-line {
    height: 0.01rem;
    background: #F0F0F0;
}

.value.price {
    color: #3385ff;
    font-size: 0.34rem;
    font-weight: 700;
}

.refresh-btn {
    background: #c5c8ce;
}

.history-item {
    display: flex;
    flex-direction: column;
}

.history-item .title {
    display: flex;
    flex-direction: row;
    height: 0.5rem;
    line-height: 0.5rem;
    border-bottom:0.02rem solid rgba(0, 0, 0, 0.4);
}
.history-item .title .label {
    width: auto;
}

.history-item .order-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom:0.02rem solid rgba(0, 0, 0, 0.4);
}

.history-item .order-box .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.history-item .order-box .item .label {
    width: auto;
}
