#title {
    position: relative;
    left: 0rem;
    top: 8rem;
    width: 192.0rem;
    height: 60.0rem;
    
    background: url(../img/ranking/banner.png) 328.4rem 135rem ;    
    background-repeat: no-repeat;
    background-position: center bottom;

    font-family: 思源黑体;
    font-size: 7.0rem;
    font-weight: bold;
    line-height: 31.2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0rem;

    /* 白色 */
    color: #FFFFFF;

}


#ranking {
    position: relative;
    margin: -25.6rem 36rem auto 36rem;
    width: 120.0rem;
    border-radius: 2.4rem;
    opacity: 1;
    background: #FFFFFF;
    overflow: hidden;
}

#ranking .line {
    position: relative;
    width: 115.2rem;
    height: 7rem;
    border-radius: 1.2rem;
    opacity: 1;
    margin: 2.4rem;

    font-family: 思源黑体;
    font-size: 1.6rem;
    font-weight: 350;
    line-height: 7rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0rem;
    color: #4D4D4D;

    border-bottom:solid 0.1rem #F5F5F5;
}

#ranking .title {
    background: #4C93FD;
    opacity: 1;
    height: 9.5rem;
    font-family: 思源黑体;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 9.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0rem;
    color: #FFFFFF;
}

#ranking .title div {
    
    height: 9.5rem !important;
    line-height: 9.5rem !important;
}

#ranking .line div:first-child {

    position: relative;
    float: left;

    width: 14.6rem;
    height: 2.4rem;
    opacity: 1;

}

#ranking .line div:nth-child(2)  {
    position: relative;
    float: left;
    margin-left: 4.5rem;
    width: 32.0rem;
    height: 7rem;
    line-height: 2.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


#ranking .line div:nth-child(3)  {
    position: relative;
    float: left;
    margin-left: 4.5rem;
    width: 20.0rem;
    height: 7rem;
}

#ranking .line div:last-child {
    position: relative;
    float: left;
    margin-left: 9rem;
    width: 24.0rem;
    height: 2.4rem;
    opacity: 1;
}


#footer {
    position: relative;
    width: 192rem;
    height: 82rem;
    opacity: 1;

    background-image: url(../img/footer_bg.png);
    background-size: cover;

}