.game-select-box {
	padding: 10px 0px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
}

.game-type,
.game-theme {
	width: 100%;
	min-height: 30px;
	padding: 10px 0px 0px 0px;
	float: left;
}

.game-select-box a {
	display: inline-block;
	color: #666;
	font-size: 13px;
	padding: 2px 8px;
	margin: 2px 0 10px 9px;
	border-radius: 2px;
}

.game-select-box a:hover,
.game-select-box .active {
	color: #fff;
	background: #03b4f5;
}

.game-select-box .game-type-title {
	font-size: 14px;
	margin: 0 20px 0 20px;
	display: block;
	width: 80px;
	line-height: 29px;
	float: left;
	color: #333;
}

.game-select-box .game-type-list {
	float: left;
	width: 1078px;
}

.game-content-box {}

.game-list {
	margin: 0 auto;
	padding-top: 5px;
}

.game-list li {
	width: 338px;
	padding: 25px 20px 20px;
	margin: 30px  0 0 30px;
	height: 175px;
	transition: all 0.3s ease;
	float: left;
	border: 1px solid #e6e6e6;
	position: relative;

}
.game-list li:hover{box-shadow: 0px 5px 15px 0px rgba(209,209,209,0.8);}

/*占位符*/

.game-list li .img-font {
	position: absolute;
	top: 25px;
	width: 97px;
	height: 97px;
	border-radius: 15px;
	margin: 0 auto;
	display: table;
	text-align: center;
	background: #e2e2e2;
	color: #bbbaba;
	overflow: visible;
}

.game-list li .img-font-cell {
	display: table-cell;
	vertical-align: middle;
}

.game-list li .img-font-text {
	width: 100%;
	font-size: 16px;
}

.game-list li:hover {}

.game-list .img {
	display: block;
	width: 109px;
	height: 109px;
	border-radius: 15px;
	overflow: hidden;
	float: left;
	/*background: url(../images/templace/home_game.png) center center no-repeat;*/
	position: relative;
}
.game-list .ewm_img {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	position: relative;
}
.game-list .opt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 53px;
	border-top: 1px solid rgba(234,234,234,1);
	z-index: 99;
}
.game-list .opt .g-btn_,.game-list .opt .g-btn2_{
	 width: 189px;
	 display: inline-block;
	 height: 100%;
	 text-align: center;
	 color: #666666;
	 font-size: 16px;
	 line-height: 100%;
	padding-top: 17px;
	float: left;
	box-sizing: border-box;
 }
.game-list .opt .g-btn2_{width: 188px;}

.game-list .opt .line{
	border-right:1px solid rgba(234,234,234,1);
}

.game-list .opt .on{
	 background-color: #23BBF3;
	 color: #FFFFFF;

 }
.game-list .laybox .on_{
	display: block;
}

.game-list .img img {
	width: 100%;
	height: 100%;
}

.game-list .info {
	padding-left: 125px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	position: relative;
}
.game-list .info_ {
	line-height: 15px;
	padding-left: 145px;
	width: 170px;
	height: 100px;
	font-size: 14px;
	color: #EDEDED;
}
.game-list .info_ .android_down,.game-list .info_ .ios_down{
	line-height: 15px;
	width: 170px;
	height: 46px;
	border-radius: 4px;
	vertical-align: middle;
}
.game-list .info_ .android_down{
	background:rgba(74,195,126,1);
}
.game-list .info_ .ios_down{
	margin-top: 8px;
	background:rgba(88,167,255,1);
}
.game-list .info_ .android_down a,.game-list .info_ .ios_down a{
	color: #EDEDED;
}
.game-list .info_  i {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 10px;
}
.game-list .info_  .android_down_pic {
	background: url("../images/game/game_android.png") no-repeat;
}
.game-list .info_  .ios_down_pic {
	background: url("../images/game/game_ios.png") no-repeat;
}

.game-list .info_  p {
	margin-top: 5px;
	margin-left: 10px;
	display: inline-block;
}

.game-list  .h_line i{
	width: 338px;
	height:1px;
	border:1px solid rgba(234,234,234,1);
}
.game-list .name {

	font-size: 20px;
	color: #666;
	transition: color 0.3s ease;
	display: inline-block;
	margin-bottom: 15px;
	padding-top: 10px;
}
.game-list .info .star_pic{
	display: inline-block;
	position: absolute;
	left: 260px;
	top: 10px;}

.game-list .icon_stars_{
	display: inline-block;
	background: url(../images/icon_staroff.png) repeat-x 0 0;
	text-align: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.icon_stars_ i {
	display: inline-block;
	background: url(../images/icon_staron.png) repeat-x 0 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.game-list .info .star {
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: url("../images/game/game_star.png") no-repeat;
	margin: 0 1px;
}
.game-list .name:hover,
.game-list li:hover .name {
	color: #03b4f5;
}

.game-list .row em {
	color: #03b4f5;
}

.game-list .col-1 {
	float: left;
	width: 40%;
	font-size: 14px;
	color: #666666;
}

.game-list .col-2 {
	float: left;
	width: 50%;
	font-size: 13px;
	color: #666666;
	padding-left: 15px;
}
.game-list .col-2 em {
	width: 1px;
	height: 9px;
	display: inline-block;
	background: #999;
	margin: 0px 5px;
}

.game-list .intro {
	height: 44px;
	font-size: 14px;
	color:#666666;
	line-height: 24px;
	margin: 7px 0 14px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	-ms-line-clamp: 2;
	line-clamp: 2;
}

.game-list .enterhome {
	margin-right: 10px;
	border: 1px solid #ff7d26;
	color: #ff7d26;
}

.game-list .enterhome i {
	background: url(../images/pq_icon.png)0 -126px no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -4px;
}

.game-list .enterhome:hover {
	color: #fff;
	background: #ff7d26;
}

.game-list .enterhome:hover i {
	background-position: -12px -126px;
}

.game-list .download {
	margin-right: 10px;
	border: 1px solid #03B4F5;
	color: #03B4F5
}

.game-list .download i {
	background: url(../images/pq_icon.png) 0 -138px no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
}

.game-list .download:hover {
	color: #fff;
	background: #03B4F5
}

.game-list .download:hover i {
	background-position: -12px -138px;
}

.g-container {
	background: #F0F2F4;
	padding: 30px 0;
}

.game-list .slb {
	margin-right: 0;
}

.game-list .row {
	overflow: hidden;
}

.game-list .g-btn {
	width: auto;
	border-radius: 5px;
}

.page span {
	background: #ffffff;
	line-height: 22px;
	height: auto;
	color: #666666;
	border: none;
}

.page a,
.page a:visited,
.page a:active,
.pagepp .current {
	border-radius: 3px;
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	color: #525252;
	padding: 0 12px;
	background: transparent;
	vertical-align: middle;
	margin: 0 3px;
	transition: all .3s linear;
	border: 1px solid #cfcece;
	height: auto;
}

.page a:hover,
.pagepp .current {
	background: #03B4F5;
	border-color: #03B4F5;
	color: #FFF;
}

.footerBox,
.NewFootGroup {
	background: #f1f2f3;
}

/*占位符 begin!*/
.zdis_relative{
	display:relative;
}
.zimg_img{
	display:relative;
	z-index:2;
}
.zdis_tab{
	display:table;
	width:97px;
	height:97px;
	background-color:#e2e2e2;
}
.zdis_tabcell{
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.game-list li:nth-child(3n+1){
	margin-left: 0;
}
.tab-box2 .tab-con:nth-child(2){
	display: none;
}
/*end 占位符*/