.rank_list_box {
    background-color: #130c90;
    font-family: "source han sans cn", "source han sans cn-medium";
    font-weight: 500;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.show_date_box {
    width: 100%;
    height: 30px;
    position: relative;
}
.show_date {
    width: 300px;
    height: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-image: url(/uploads/image/piranking/show_date_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: calc(50% - 150px);
    top: 5px;
}
.rank_content_box {
    margin: 0px 20px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px 25px 20px 25px;
    border: 5px solid #2249d5;
}
.rank_table_header {
    padding: 0px !important;
}
.rank_table_content {
    padding: 0px !important;
}

.rank_header_number {
    display: inline-block;
    list-style: none;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #b0b0b0;
    margin-right: 15px;
}
.rank_header_issue {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #b0b0b0;
}
.rank_header_score {
    display: inline-block;
    list-style: none;
    width: 150px;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #b0b0b0;
}

.rank_record_one {
    list-style: none !important;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    position: relative;
}
.rank_record_one:last-child {
    border-bottom: none;
}
.rank_content_number {
    display: inline-block;
    width: 50px;
    text-align: center;
    color: #343434;
    font-size: 17px;
    font-weight: 700;
    margin-right: 15px;
}
.rank_image_1 {
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(/uploads/image/piranking/no1.png);
    background-size: 36px 42px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
}
.rank_image_2 {
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(/uploads/image/piranking/no2.png);
    background-size: 36px 42px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
}
.rank_image_3 {
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(/uploads/image/piranking/no3.png);
    background-size: 36px 42px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
}
.rank_content_issue {
    display: inline-block;
    color: #343434;
    font-size: 17px;
    font-weight: 700;
}
.rank_content_score {
    display: inline-block;
    width: 150px;
    float: right;
    text-align: right;
    color: #f53232;
    font-size: 17px;
    font-weight: 700;
    padding-right: 10px;
}

.rank_list_footer {
    padding: 30px 20px;
}
.notice_title {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 10px 0px !important;
}
.notice_content {
    color: #ffffff !important;
    line-height: 1.2 !important;
    font-size: 15px !important;
    padding: 5px 0px 0px !important;
}