body{
    background: white;
    font-size: 12px;
}

/* ==========================================================================
世界杯积分榜
========================================================================== */
.rank .tab{
    background: #cccccc;
}
.rank .tab div{
    float: left;
    width: 25%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    position: relative;
}
.rank .tab div span{
    background: white;
    color: #055696;
    padding: 2px 27px;
    cursor: pointer;
}
.rank .tab div.active span{
    color: white;
    background: #055696;
}
.rank .tab div.active:after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    background: url("../img/bottom.jpg") no-repeat;
    width: 9px;
    height: 8px;
    margin-left: -4.5px;
}
.rank .content ul{
    display: none;
}
.rank .content ul.active{
    display: block;
}
.rank .content ul.active img{
    width: 100%;
}
.rank li{
    height: 25px;
    line-height: 25px;
    margin: 14px 0 14px 0;
    padding: 0 15px;
}
.rank li div{
    float: left;
}
.rank li .num{
    width: 25px;
    background: #d03748;
    color: white;
    text-align: center;
}
.rank li .flag{
    width: 33px;
    height: 25px;
    margin-left: 15px;
}
.rank li .flag img{
    width: 33px;
    height: 25px;
}
.rank li .country{
    width: 75px;
    margin-left: 10px;
}
.rank li .score{
    margin-left: 10px;
}
.rank li .score span{
    display: block;
    float: left;
    width: 22px;
    text-align: center;
}
.rank li .win{
    margin-left: 10px;
    width: 50px;
    text-align: center;
}
.rank li .point{
    margin-left: 10px;
    width: 35px;
    text-align: center;
}
.rank .bottom{
    margin-top: 20px;
}



/* ==========================================================================
世界杯射手榜
========================================================================== */
.rank2{
    margin-top: 15px;
	height:430px;
	overflow:auto;
}
.rank2 .name{
    float: left;
    width: 95px;
    margin-left: 10px;
}
.rank2 .score{
    width: 30px;
    text-align: left;
}