html {
    /* Chrome27.0 以下取消font-size最小值为12px */
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', 'PingFangSC-Regular', sans-serif;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.001rem;
    color: #9B9B9B;
    overflow-x: hidden;
}

#top {
    position: absolute;
    width: 150%;
    float: center;
    height: 12rem;
    overflow: hidden;
}

.ct-more {
    cursor: pointer;
}

#data {
    position: absolute;
    top: 19.25rem;
}

#load {
    position: absolute;
    left: 9rem;
    top: 23.32rem;
    height: 3rem;
    font-size: 0.14rem;
    color: #53a0fd;
}

#word-2 {
    position: absolute;
    left: 7.92rem;
    top: 28.15rem;
    width: 3.37rem;
    height: auto;
}

#bottom {
    position: absolute;
    top: 30.26rem;
    width: 200%;
    height: 2.3rem;
    background-color: #353535;
}

/* 
.load-more {
    display: none;
} */

/* 移动端 */

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    #top {
        height: 6.89rem;
        width: 100%;
    }
    #data {
        top: 17.65rem;
    }
    #load {
        left: 1.55rem;
        top: 21.6rem;
    }
    #word-2 {
        left: 0.75rem;
        top: 25.71rem;
        width: 2.25rem;
        height: auto;
    }
    #bottom {
        top: 27rem;
        width: 100%;
        height: 3.9rem;
        background-color: #353535;
    }
}