*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.body{
    text-align: center;
    margin: 0 auto;
}
/*banner*/
.banner{
    width: 100%;
    height: 300px;
    background: url("../images/Ranking_banner.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cooperate{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.cooperate_title{
    font: 700 24px 'Microsoft YaHei';
    color: #ffffff;
    margin-top: 118px;
}
.txt{
    font: 20px FZLTXHK;
    color: #ffffff;
    font-weight: normal;
    margin-top: 21px;
}
/*Ranking开始*/
.Ranking{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.Ranking:after{
    content: "";
    display: block;
    clear: both;
}
.Ranking_con{
    width: 375px;
    float: left;
    border: 1px solid #b6b6b6;
    margin-left: 37px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.Ranking_title{
    width: 375px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #393939;
}
.ranking_ul{
    width: 375px;
    border-top: 1px solid #b6b6b6;
    padding-bottom: 29px;
}
.ranking_li{
    margin-top: 24px;
    text-align: left;
    height: 30px;
}
.ranking_icon{
    width: 24px;
    height: 24px;
    background: url("../images/ranking4.png");
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    float: left;
    margin-left: 17px;
}
.name{
    margin-left: 10px;
    width: 220px;
    float: left;
}
.name .nick_name{ float: left; margin-right: 8px; max-width: 100px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.name .reward{
    float: left;
    font-size: 14px;
    color: #ff8700;
}
.name,.beanfun{
    font: 14px FZLTXHK;
    color: #393939;
}
.beanfun{
    float: right;
    line-height: 27px;
    margin-right: 20px;
}

.bg1{
    background: url("../images/ranking1.png");
}
.bg2{
    background: url("../images/ranking2.png");
}
.bg3{
    background: url("../images/ranking3.png");
}
.clear_left{
    margin-left: 0px;
}