.page_container{
    background-color: #f6f5fa;
}
.center{
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.rank_banner{
    width: 100%;
}
.rank_banner img{
    width: 100%;
}
.rank_banner2{
    width: 100%;
}
.rank_banner2 img{
    width: 100%;
}
.rank_banner3{
    width: 100%;
}
.rank_banner3 img{
    width: 100%;
}
.rank_banner4{
    width: 100%;
}
.rank_banner4 img{
    width: 100%;
}
.explainx{
    width:88%;
    padding: 20px 3% 20px 3%;
    color: #666;
    line-height: 26px;
    background-color: #fff;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 5px;
}
.explainx a{
    color:#f00;
    text-decoration:underline;
}

.rank_content{
    margin-top: 10px;
}

.table_rank{
    width: 94%;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}
.table_rank tr:first-child{
    width: 100%;
    font-weight: bold;
    background-color: #e3e3e3;
}
.rank_content table tr td{
    width: 20%;
    color: #3e3a39;
    padding: 12px 0;
    border-bottom: 1px #e3e3e3 solid;
}

.search{
    width: 94%;
    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/imagesM/search_05.png") no-repeat;
    background-size: 18px;
    background-position:16px center;
}
.s_btn img{
    width: 20px;
    margin-top: -7px;
}

.groups_level{
    width: 94%;
    margin:0 auto;
    margin-top: 20px;
    background-color: #fff;
    border: 1px #fdad30 solid;
}
.groups_level a{
    display:block;
    color:#333;
}
.level_item{
    float: left;
    width:49%;
    height: auto;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
    border: none;
    border-radius: 0;
}
.award_level .level_item{
    width:20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.award_level .level_item a{
    display: inline-block;
    width: 100%;
    color: #333;
    background-color: #f2f2f3;
}
.tab_type_active{
    color: #fff;
    background-color: #fdad30;
}
.tab_type_active a{
    color: #fff;
}
.award_level .tab_list_active a{
    background-color: #fff;
}

.more{width:100%;margin:auto;padding-bottom:20px;margin-top: 10px}
.more ul li{float:left;margin-left:10px;margin-top:10px;}
