.history-box {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #1D1821;
    padding: 0.25rem 0.24rem;
    color: #FFF;
    font-size: 14px;
    box-sizing: border-box;
}

.history-con {
    width: 100%;
    margin: 0 auto 0.2rem;
    background: url("../imgs/historyBg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.17rem 0.18rem;
    box-sizing: border-box;
    position: relative;
}

.history-tit {
    padding: 5px 10px;
}

.history-pai {
    width: 70%;
    margin: 15px auto;
    padding: 22px;
}

.paibg-yes {
    background: url("../imgs/yespayBg.png") no-repeat;
    background-size: 100% 100%;
}

.paibg-no {
    background: url("../imgs/nopayBg.png") no-repeat;
    background-size: 100% 100%;
}

.history-pai {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.history-pai img{
    margin-top: 10px;
    width: 56px;
}
.history-btn {
    line-height: 0.28rem;
    text-align: center;
    position: absolute;
    right:18px;
    top: 25px;
    border-radius: 0.06rem;
    padding: 6px 10px;
}

.btn-yes {
    background: #966BEA;
}

.btn-no {
    background: #F55656;
}
.no-history-btn{
    background: #966BEA;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    line-height: 50px;
}
