.ranks-head {
    box-sizing: border-box;
    width: 1200px;
    padding: 20px 30px 44px 30px;
    margin: auto;
    overflow: hidden;
}

.ranks-head p {
    width: 160px;
    height: 112px;
    background: url(../images/ico.png) no-repeat 0 -453px;
    float: left;
}

.ranks-head .big-type-container {
    float: right;
    margin-top: 40px;
}

.ranks-head .big-type-container a {
    padding: 6px 1px 18px;
    font-size: 20px;
    color: #555555;
    margin-left: 90px;
    border-bottom: 3px solid transparent;
}

.ranks-head .big-type-container a:hover,
.ranks-head .big-type-container a.checked {
    color: #05bcc6;
    border-bottom-color: #05bcc6;
}

.small-type-container {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 20px;
    background: white;
    padding: 10px 30px;
    overflow: hidden;
}

.small-type-container a {
    padding: 6px 1px 4px;
    float: left;
    color: #555555;
    font-size: 14px;: margin-right: 16 px;
    margin-bottom: 5px;
    margin-right: 22px;
    border-bottom: 2px solid transparent;
}

.small-type-container a:hover,
.small-type-container a.checked {
    color: #05bcc6;
    border-bottom-color: #05bcc6;
}

.ranks-list-ul {
    width: 1200px;
    margin: auto;
}

.ranks-list-li {
    box-sizing: border-box;
    width: 100%;
    padding: 60px 30px 40px;
    position: relative;
    background: white;
    overflow: hidden;
    margin-bottom:20px;
}

.ranks-list-li .game-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 35px;
    background: url(../images/ico.png) 0 -576px;
    line-height: 35px;
    text-indent: 10px;
    font-size: 16px;
    font-weight:bold;
    color: #ffffff;
}

.ranks-list-li .ranks-list-img img {
    width: 158px;
    height: 158px;
    float: left;
    border-radius: 22%;
}

.ranks-list-ul .game-container {
    float: left;
}

.ranks-list-ul .game-container {
    width: 820px;
    padding-left: 30px;
}

.ranks-list-ul .game-container .game-name {
    height: 25px;
    line-height: 26px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #333333;
    margin-bottom: 13px;
}
.ranks-list-ul .game-container .game-name:hover{
    color:rgb(5,188,198);
    text-decoration:underline;
}
.ranks-list-ul .game-container .game-score {
    color: #ffb14b;
    margin-bottom: 12px;
}

.ranks-list-ul .game-container .game-type {
    height: 16px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
    margin-bottom: 14px;
}

.ranks-list-ul .game-container .game-type span {
    margin-right: 60px;
}

.ranks-list-ul .game-container .game-describe {
    height: 16px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
    margin-bottom: 22px;
}

.ranks-list-ul .game-container .game-label-container {
    font-size: 0;
    height: 26px;
}

.ranks-list-ul .game-label-container .game-label {
    padding: 5px 10px;
    font-size: 12px;
    color: #999999;
    background-color: #e8e8e8;
    border-radius: 5px;
    margin-right: 12px;
    /*cursor:pointer;*/
}

.ranks-list-li .down-game {
    float: right;
    margin-top: 60px;
    width: 120px;
    height: 38px;
    background-color: #05bcc6;
    letter-spacing:2px;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
}
.ranks-list-li .down-game:hover{
    background:rgba(5,188,198,0.8);
}