
.subject {
    overflow: hidden;
    margin-top: .2rem;
    margin-bottom: .2rem;
    background: #fff;
}
.subject .module-title {
    position: relative;
    margin: 0 .3rem .3rem;
}
.juangti-title {
    position: relative;
    margin: 0 .3rem .3rem;
	margin-top: 0.2rem;
}
.subject .module-title h2 {
    text-align: center;
    font-weight: 700;
    font-size: .32rem;
    padding-top: .2rem;
}
.subject .module-title h2:before {
    display: inline-block;
    content: "";
    width: .28rem;
    height: .36rem;
    background: url(../img/title-icon.png) no-repeat 50%;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -.04rem .12rem 0 0;
}
.juangti-title h2:before {
    display: inline-block;
    content: "";
    width: .28rem;
    height: .36rem;
    background: url(../img/title-icon.png) no-repeat 50%;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -.04rem .12rem 0 0;
}
.subject .view-more {
    position: absolute;
    top: .1rem;
    right: .3rem;
    text-align: right;
    font-size: .24rem;
    width: .6rem;
    height: .33rem;
    line-height: .33rem;
    color: #666;
}
.game-list {
    margin-top: 1px;
}
.game-list .game-item {
    width: 25%;
    float: left;
}
.game-item.gvertical {
    text-align: center;
    border: 0;
}
.game-item {
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-bottom: 1px solid #ededed;
}
.game-item .game-icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin: auto;
}
.game-item .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}
.game-item.gvertical .game-name {
    line-height: .33rem;
    font-size: .24rem;
    margin-top: .08rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.game-item .game-info, .game-item .game-one-word {
    color: #999;
    font-size: .2rem;
    height: .28rem;
    padding-top: .03rem;
}
.clear:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    clear: both;
}