@charset "UTF-8";
body {
    opacity: 0;
    background-color: #fff;
}
.page-body {
    position: relative;
    min-height: 100vh;
    background: #fff url("../../assets/home-bottom-img2.jpg") left bottom/100% auto no-repeat;
}
.page-body .home-top-img {
    display: block;
    width: 7.146rem;
}
.page-body .time {
    position: absolute;
    top: 2.35rem;
    left: 5.7rem;
    font-size: 0.3rem;
    color: #e95504;
    line-height: 1;
    font-weight: bolder;
    padding-right: 0.02rem;
}
.page-body .page-btn {
    position: absolute;
    bottom: 1.33rem;
    right: 0.48rem;
    left: 0.48rem;
    max-width: 6.54rem;
    margin: 0 auto;
    font-size: 0.34rem;
    color: #ffffff;
    font-weight: bolder;
    background: linear-gradient(to right, #ff8d30, #ff530f);
    border-radius: 1rem;
    text-align: center;
    padding: 0.2rem 0;
}
.page-body .history-view {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.26rem;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}
.page-body .history-view:after {
    content: '';
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("./assets/next-btn-icon.png") center center/100% 100% no-repeat;
    vertical-align: middle;
    margin-left: 0.08rem;
}