.rank_banner{
    width: 100%;
    height: 300px;
    margin-top: 70px;
    background: url("../images/rank_banner.jpg") no-repeat center;
}
.contest_name{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    padding-top: 195px;
    text-shadow: 2px 2px 2px #cd3604;
}
.rank_center{
    width: 950px;
    min-height: 100px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: -18px;
    padding: 20px 50px 80px 50px;
    background-color: #fff;
    border-radius: 10px;
}
.rank_route{
    width: 100%;
    height:40px;
    line-height: 40px;
    border-bottom: 1px #dcdddd solid;
}
.rank_route a{
    color: #333;
}
.rank_route span:last-child{
    color: #90170c;
}
.rank_explain{
    width: 100%;
    line-height: 30px;
    margin-top: 28px;
}
.e_title{
    font-size: 17px;
    font-weight: bold;
}
.rank_explain p{
    margin-top: 5px;
    text-indent: 34px;
}
.rank_explain a{
    text-decoration: underline;
    text-indent: 0;
    color: red;
}
.rank_group{
    width: 840px;
    font-size: 28px;
    margin: 30px auto;
    /*font-family:myFirstFont;*/
}
@font-face
{
    font-family: myFirstFont;
    src: url("../font/hanbiao.ttf")
    ,url("../font/hanbiao.eot"); /* IE9+ */
}
.group_item{
    float: left;
    width:210px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    margin: 0 35px;
    background: url("../images/prize_07.png") no-repeat;
    background-size: 100% 100%;
}
.group_item a{
    width: 100%;
    height: 60px;
    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:934px;
    padding: 8px;
    border: 1px #595757 solid;
}
.rank_operate{
    width: 100%;
    margin-bottom: 8px;
}
.award_switching{
    float: left;
    width: calc(100% - 450px);
}
.r_sub{
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 20px;
}
.r_sub:last-child{
    margin-right: 0;
}
.r_sub a{
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #333;
    border: 1px #c63218 solid;
    background-color: #f4d5cf;
    border-radius: 6px;
}
.r_sub_active a{
    color: #fff;
    background-color: #c63218;
}
.rank_search{
    float: right;
    width: 427px;
}
.rank_search #search{
    width: 320px;
    height: 40px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
.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: 82px;
    height: 42px;
    text-align: center;
    color: #fff;
    background: #c63218;
    border:none;
    outline: none;
    font-size: 16px;
    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: 25px 5px;
    text-align: center;
    border: 1px #9fa0a0 solid;
}

