body {
    height: 100%;
}

.htmlBody {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    flex: 1;
}

.top-content {
    height: 1.2rem;
}

.top-content .ranking-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0;
}

.top-content .ranking-tab p {
    font-size: 0.3rem;
    text-align: center;
    width: 2.46rem;
    height: 0.66rem;
    line-height: 0.64rem;
    color: #2aacff;
    border: 1px solid #2aacff;
}

.top-content .ranking-tab p:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.top-content .ranking-tab p:nth-child(2) {
    border-radius: 0 5px 5px 0;
}

.top-content .ranking-tab .ranking-tab-bj {
    color: #ffffff;
    background-color: #2aacff;
}

.btm-content {
    display: none;
    flex: 1;
    overflow: auto;
    font-size: 0;
}

.btm-content.active {
    display: block;
}

.pic_img p img {
    width: 100%;
}

.appDown {
    display: none;
    background-color: #19a2ff;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.32rem;
    height: 0.88rem;
    line-height: .88rem;
    font-weight: 500;
}

.appDown.active {
    display: block;
}

.appDown:active {
    background-color: #2aacff;
}

.djxy_img {
    width: 90%;
}

.djxy_tips {
    color: #f00;
    margin-top: 20px;
}