.rank_banner{
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.rank_banner img{
    width: 100%;
}
.contest_name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 70px;
    text-shadow: 2px 2px 2px #cd3604;
}
.rank_center{
    position: relative;
    width: 96%;
    min-height: 100px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 15px 2% 40px 2%;
    background-color: #fff;
}
.rank_explain{
    width: 94%;
    line-height: 27px;
    margin: 0 auto;
}
.e_title{
    font-size: 17px;
    font-weight: bold;
}
.rank_explain p{
    margin-top: 5px;
    text-indent: 32px;
}
.rank_explain a{
    text-decoration: underline;
    text-indent: 0;
    color: red;
}
.rank_group{
    width: 100%;
    font-size: 17px;
    margin: 20px 0 15px 0;
    /*font-family:myFirstFont;*/
}
@font-face
{
    font-family: myFirstFont;
    src: url("../font/hanbiao.ttf")
    ,url("../font/hanbiao.eot"); /* IE9+ */
}
.group_item{
    float: left;
    width: 30.333333%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 1.5%;
    background: url("../images/prize_07.png") no-repeat;
    background-size: 100% 100%;
}
.group_item a{
    width: 100%;
    color: #cd3604;
}
.group_item_active{
    background: url("../images/prize_05.png") no-repeat;
    background-size: 100% 100%;
}
.group_item_active a{
    color: #fdfbe6;
}


.rank_list{
    width:calc(100% - 12px);
    padding: 5px;
    border: 1px #595757 solid;
}
.award_switching{
    width: 100%;
    margin-bottom: 10px;
}
.r_sub{
    float: left;
    width: calc(33.3333% - 10px);
    text-align: center;
    margin-right: 15px;
}
.r_sub:last-child{
    margin-right: 0;
}
.r_sub a{
    display: inline-block;
    width: calc(100% - 2px);
    height: 36px;
    line-height: 36px;
    color: #333;
    border: 1px #c63218 solid;
    background-color: #f4d5cf;
    border-radius: 6px;
}
.r_sub_active a{
    color: #fff;
    background-color: #c63218;
}
.rank_search{
    width: 100%;
    margin-bottom: 10px;
}
.rank_search #search{
    width: calc(100% - 82px);
    height: 32px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
    font-size: 15px;
}
.rank_search #search:active,#search:hover{
    border: 1px #c63218  solid;
    box-shadow: 0 0 10px #f7dfdb;
}
.rank_search .s_btn{
    float: right;
    display: inline-block;
    width: 62px;
    height: 34px;
    text-align: center;
    color: #fff;
    background: #c63218;
    border:none;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
}
.rank_table{
    width: 100%;
    border-collapse: collapse;
    border: 1px #9fa0a0 solid;
}
.rank_table tr th,.rank_table tr td{
    width: 16.66666%;
    padding: 15px 5px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    border: 1px #9fa0a0 solid;
}
.rank_table tr td{
    font-size: 12px;
}