html {
    font-size: 13.333vw !important;
    height: 100%;

}

body {
    /*padding-bottom: .67rem;*/
    height: 100%;
    overflow-y: auto;
    background: #f3f3f3;
    margin: 0;
}

.header {
    width: 100%;
    height: .56rem;
    background: #3A80F9;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 100;
}

.header__back {
    width: .18rem;
    height: .18rem;
    background: url("/static/img/report.add/left.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: .16rem;
}

.header__title {
    font-size: .18rem;
    line-height: .25rem;
    font-weight: normal;
    font-size: .18rem;
}

.footer {
    min-height: .67rem;
    font-family: "PingFangSC-Light";
    font-size: .18rem;
    color: #a7a7a7;
    text-align: center;
    background: #FFFFFF;
    padding: .08rem .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer a {
    text-decoration: none;
    color: #3571ff;
}

.footer__placeholder {
    height: .67rem;
    width: 100%;
    background-color: transparent;
}

.specialFooter {
    min-height: .67rem;
    font-family: PingFangSC-Regular;
    font-size: .12rem;
    color: #999999;
    text-align: center;
    background: #FFFFFF;
    padding: .08rem .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tip--empty{
    font-size: .18em;
    color: #999999;
    width: 100%;
    text-align: center;
    padding: 10px 0 ;
    line-height: 30px;
}