/*全部游戏按钮*/
.allgamebtn{
	position: absolute;
	top: 0px;
	left:98px;
	z-index: 3;
}
.allgamebtn li{
	float: left;
	margin: 0 4px;
	display: inline-block;
    width: 70px;
    height: 23px;
    line-height: 23px;
    border-radius: 11.5px;
    text-align: center;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    color: #707070;
    background: white;
    transition: all 0.3s;
}
.allgamebtn li.cur,.allgamebtn li:hover{
	background: #ff823c;
    color: #fff;
    border-color:#ff823c;
}
.classics-list {
	height: 320px;
	overflow: hidden;
	margin-right: -15px
}

.classics-list li {
	float: left;
	margin: 0 14px 15px 0;
	width: 244px;
	height: 148px;
	border-radius: 5px;
	overflow: hidden;
}
.classics-list li:hover{
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.classics-list img {
	width: 244px;
	height: 118px;
	background: white;
	
}
.classic-txt{
	position: relative;
}
.classic-txt .allgame_gname {
    width: 224px;
    height: 30px;
    line-height:30px;
    font-size: 12px;
    color: #262626;
    padding: 0 10px;
    background: #f4f4f4;
}
.classic-txt .allgame_mask{
	width: 244px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -40px;
    transition: all 0.3s;
    background:#F5F5F5;
}
.allgame_btn {
    width: 244px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    position: relative;
}
.classics-list li:hover .allgame_mask{
	bottom: 0px;
}
.allgame_btn .allgame_official {
    margin: 0 8px 0 10px;
    font-size: 12px;
    color: #262626;
}
.allgame_btn .fenge_line {
    color: #bfbfbf;
}
.allgame_btn .allgame_gift {
    font-size: 12px;
    color: #262626;
    margin-left: 8px;
}
.allgame_btn .allgame_game_enter {
    display: inline-block;
    width:70px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #ff823c;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}