* {
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
    vertical-align: top;
    color: black;
}



/* 出错页 */
.errorStyle {
    background-color: rgb(244, 244, 244);
    min-height: 100vh;
    padding: 0.26rem 0.31rem;
    box-sizing: border-box;
}

.errorStyle .error img {
    width: 6rem;
    margin-top: 3rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

.errorStyle .error div {
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.32rem;
    color: #999;
}


.salePayBtn,
.fastPayBtn {
    width: 7.22rem;
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    background-color: rgb(255, 72, 0);
    border-radius: 0.2rem;
    color: white;
    font-size: 0.34rem;
    display: none;
    z-index: 2;
}

.salePayBtn img {
    width: 0.34rem;
    margin-right: 0.15rem;
    margin-top: 0.38rem;
}