.page_mobile{
    display: none;
}
.page_container{
    width: 100%;
    min-width: 1200px;
    padding-bottom:50px;
    background: #f7f7f7;
}
.rank_banner{
    width: 100%;
    min-width: 1200px;
    height: 440px;
    background: url("../images/banner.jpg") no-repeat center;
}
.award_intro{
    width: 1000px;
    color: #333;
    line-height: 35px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
}
.a_i_title{
    color: darkred;
    font-size: 18px;
    font-weight: 600;
    padding-left: 12px;
    border-left: 4px darkred solid;
}
.award_intro p{
    margin-top:5px;
}
.send_btn{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    padding: 0 12px;
    text-decoration: none;
    background-color: #de5858;
    margin-left: 12px;
}
.award_list{
    width: 1039px;
    margin: 0 auto;
    margin-top:40px;
    border-radius:20px 20px;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #f8cccc, #fff);
}
.group{
    width:100%;
    height: 82px;
    background-color: #f4f1ff;
    border-radius:20px 20px 0 0;
}
.group ul li{
    float: left;
    width: 33.33333333%;
    height: 82px;
    line-height: 82px;
    text-align: center;
    font-weight: bold;
    border-radius:20px 20px 0 0;
    letter-spacing: 1px;
    box-shadow:5px 0 10px -5px #f0b3b3;
}
.group_active{
    color:#fff;
    background-color: #de5858;
}

.award_level{
    width: 668px;
    height: 42px;
    padding: 10px 0;
    border-radius: 42px;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: 2px;
    background-color: #e33333;
}
.award_level ul li{
    float: left;
    width: 155px;
    height: 42px;
    color: #fff;
    border-radius: 30px;
    margin-left: 12px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}
.a_l_active{
    background-color: #de5858;
    box-shadow: -1px -1px 5px #fff inset;
}
.result_list{
    width:100%;
    margin-top: 30px;
}
.result_list table{
    width: 100%;
}
.result_list table tr{
    width: 100%;
    padding:0 100px;
    text-align: center;
}
.result_list table td{
    width: 33.33333%;
}
.table_header{
    height: 66px;
    line-height: 66px;
    color:#fff;
    font-weight: bold;
    background-color:#de5858;
}
.result_list_item td{
    color: #333;
    padding: 15px 10px;
}
.search{
    width: 570px;
    height: 38px;
    margin: 0 auto;
    margin-top: 40px;
    padding-right:469px;
}
#search{
    width: 440px;
    height: 38px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
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: 87px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    padding-left: 23px;
    background: url("../images/search_1_05.png") no-repeat;
    background-size: 16px 15px;
    background-position:14px 11px;
    text-decoration: none;
    background-color: #de5858;
    border:none;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
}