.Map_Bar{
    margin-bottom: 20px;
    overflow: hidden;
}
.Search{
    position: relative;
    float: right;
    padding-top: 8px;
}
.Search input{
    margin-right: 55px;
    width: 315px;
    height: 30px;
    border-radius: 14px;
    font-size: 12px;
    color: #535353;
    box-sizing: border-box;
    /*text-align: center;*/
    text-indent: 16px;
}
/*.Search>a:after{
    position: absolute;
    top: 2px;
    right: 15px;
    content: "\e919";
    font-family: "icomoon";
    font-size: 28px;
    cursor: pointer;
}*/
.Search_Btn{
	position: absolute;
	top: 3px;
	right: 8px;
	display: inline-block;
}
.Search_Btn>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 28px;
	color: #00c897;
}
.Content{
    margin:0 auto;
    width: 1220px;
}
.RankNav{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.RankNav>li{
    float: left;
    margin:22px 25px;
    width: 29.2%;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    font-size: 28px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.RankInfo>li{
    display: none;
}
.RankInfo>li:nth-child(1){
    display: block;
}
.RankInfo>li>.RankTitle{
    padding:0 10px;
    overflow: hidden;
}
.RankInfo>li>.RankTitle>li{
    float: left;
    padding:0 10px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.RankInfo>li>.RankTitle>.RankTitle-Click:after{
    position: absolute;
    left: 10px;
    bottom: 0;
    content: "";
    width: 100px;
    height: 2px;
}
.RankInfo>li>.RankTitle>.RankTitle-Click{
    position: relative;
}
.RankInfo>li>.RankList:nth-child(2){
    display: block;
}
.RankInfo>li>.RankList{
    display: none;
}
.RankInfo>li .TopThree{
    margin-top: 15px;
    overflow: hidden;
}
.RankInfo>li .TopThree>li{
    position: relative;
    float: left;
    width: 33.33%;
    height: 305px;
    line-height: 305px;
    text-align: center;
}
.TopThree>li>img:nth-child(2){
    position: absolute;
    border-radius: 50%;
}
.TopThree>li:nth-child(1)>img:nth-child(2){
    top: 24.425%;
    left: 40.8%;
    width: 74px;
    height: 74px;
}
.TopThree>li:nth-child(2)>img:nth-child(2){
    top: 25.5%;
    left: 40.8%;
    width: 74px;
    height: 74px;
}
.TopThree>li:nth-child(3)>img:nth-child(2){
    top: 25%;
    left: 41%;
    width: 73px;
    height: 73px;
}
.TopThree>li>.TopName{
    position: absolute;
    top: 70%;
    left:25%;
    width: 50%;
    line-height: normal;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor:pointer;
}
.TopThree>li:nth-child(1)>.TopName,
.TopThree>li:nth-child(3)>.TopName{
    top: 53.8%;
}
.RankInfo>li:nth-last-child(1) .TopThree>li>.TopName{
    /*top:65%;*/
}
.TopThree>li>.TopSchool,
.TopThree>li>.TopIntegral{
    position: absolute;
    width: 100%;
    line-height: normal;
    font-size: 18px;
    text-align: center;
}
.TopThree>li>.TopSchool{
    top: 79%;
}
.TopThree>li:nth-child(1)>.TopSchool,
.TopThree>li:nth-child(3)>.TopSchool{
    top: 62.8%;;
}
.RankInfo>li:nth-last-child(1) .TopThree>li>.TopSchool{
    /*top:75%;*/
}
.TopThree>li>.TopIntegral{
    top: 88%;
}
.TopThree>li:nth-child(1)>.TopIntegral,
.TopThree>li:nth-child(3)>.TopIntegral{
    top: 71.8%;;
}
.RankInfo>li:nth-last-child(1) .TopThree>li>.TopIntegral{
    /*top:85%;*/
}
.TopTen{
    width: 100%;
    margin-bottom: 118px;
}
.TopTen th,
.TopTen td{
    font-size: 16px;
    text-align: center;
}
.RankInfo>li:nth-child(2) .TopTen th,
.RankInfo>li:nth-child(2) .TopTen td{
   
}
.TopTen th{
    height: 54px;
    line-height: 54px;
}
.TopTen td{
    height: 60px;
    line-height: 60px;
}
.TopTen tr>td:nth-last-child(1){
    position: relative;
}
.TopTen tr>td:nth-last-child(1):before{
    position: absolute;
    top: 0;
    left: 47%;
    content: attr(data-icon);
    font-family: "icomoon";
    font-size: 20px;
}
.TopTen tr>td:nth-last-child(1)[data-color="yello"]:before{
    top: 50%;
    content: "";
    width: 18px;
    height: 5px;
}

.loading-container {
    min-height: 320px;
}