.cate{
	width: 100%;
	margin-top: .5rem;
    border-bottom: 0.06rem solid #f6f7fa;
}
.cate ul {
    overflow: hidden;
    padding: 0 0 0.17rem 0.2rem;
}
.cate ul li {
    float: left;
}
.cate ul li a {
    display: block;
    width: 1.65rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: 0.14rem;
    border: 1px solid #dddada;
    padding: 0 0.21rem;
    margin: 0 0 0.25rem 0.09rem;
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.cate ul li.on a,.cate ul li.on a em{
    color: #fff;
    background: #ff6860;
}
.cate ul li a em {
    color: #f39c12;
    margin-right: 0.03rem;
}

.game-list{
	margin-bottom: .5rem;
}
.game-list ul li a {
    display: block;
    height: 1.88rem;
    border-bottom: 1px solid #ececec;
    padding: 0.32rem 0.285rem 0;
}
.game-list ul li a img {
    float: left;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin-right: 0.32rem;
}
.game-list ul li a div:nth-child(2) {
    float: left;
    width: 3.7rem;
    overflow: hidden;
}
.game-list ul li a div:nth-child(2) p:nth-child(1) {
    line-height: 0.55rem;
    color: #333333;
    height: .55rem;
    font-size: 0.3rem;
}
.game-list ul li a div:nth-child(2) p:nth-child(2) {
    line-height: 0.37rem;
    color: #b1b1b1;
    font-size: 0.22rem;
}
.game-list ul li a div:nth-child(2) p:nth-child(2) em {
    color: #ff6860;
}
.game-list ul li a div:nth-child(2) p:nth-child(3) {
    height: .32rem;
    line-height: 0.32rem;
    color: #666666;
    font-size: 0.22rem;
}
.game-list ul li a span:nth-child(3) {
    float: right;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.06rem;
    background: #379dec;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.36rem;
}