.page_pc{
    display: none;
}
.page_container{
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    padding-bottom:50px;
    background-color: #f7f7f7;
}
.rank_banner{
    width: 100%;
}
.rank_banner img{
    width: 100%;
}
.award_intro {
    width: 88%;
    color: #333;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #fff;
    padding: 15px 3%;
    border-radius: 10px;
    position: relative;
}
.a_i_title{
    width: 100%;
    color: darkred;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.send_btn{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    background-color: #de5858;
}
.award_box{
    width:94%;
    margin: 0 auto;
    background-color: #fff;
    border-radius:0 0 15px 15px;
}
.award_list{
    width: 94%;
    margin: 0 auto;
    border-radius:10px 10px;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #f8cccc, #fff);
}
.group{
    width:100%;
    height: 52px;
    background-color: #f4f1ff;
    border-radius:10px 10px 0 0;
}
.group ul li{
    float: left;
    width: 33.333333333%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius:10px 10px 0 0;
    letter-spacing: 1px;
    box-shadow:5px 0 10px -5px #f0b3b3;
}
.group_active{
    color:#fff;
    background-color: #de5858;
}
.award_level{
    width: calc(94% - 12px);
    height: 30px;
    padding:6px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #e33333;
}
.award_level ul li{
    float: left;
    width:25%;
    height: 30px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.a_l_active{
    background-color: #de5858;
    box-shadow: -1px -1px 5px #fff inset;
}
.result_list{
    width:100%;
    margin-top: 15px;
}
.result_list table{
    width: 100%;
}
.result_list table tr{
    width: 100%;
    padding:0 100px;
    text-align: center;
}
.result_list table td{
    width: 33.3%;
}
.table_header{
    height: 50px;
    line-height: 50px;
    color:#fff;
    font-weight: bold;
    background-color:#de5858;
}
.result_list_item td{
    color: #333;
    padding: 10px 5px;
}
.search{
    width: 90%;
    height: 38px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    margin: 10px auto;
}
#search{
    width:80%;
    height: 38px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    border: none;
    background-color: transparent;
}
input::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
.s_btn{
    float: right;
    display: inline-block;
    width:15%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    color: transparent;
    background-color: transparent;
    background: url("../images/search_05.png") no-repeat;
    background-size: 18px;
    background-position:16px 9px;
}
.s_btn img{
    width: 20px;
    margin-top: -7px;
}

/*اه³‎¸،¶¯*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}