/*
* @description: 全部应用
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}

header {
	background: #000;
	background: rgba(0, 0, 0, 0.18);
	position: absolute;
	width: 100%;
	top: 0;
}

.header-nav-con-link:hover .header-nav-con-link-text {
	color: #25C3D8;
}

.banner {
	width: 100%;
	height: 322px;
	background: url(../images/bg_banner_app.png) no-repeat center;
}

.qqbtn {
	background: #26C7DB;
	color: #FFF;
	width: 108px;
	height: 44px;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.condition {
	width: 100%;
	background: #f7f7f7;
	height: auto;
	min-height: 513px;
	overflow: hidden;
}

.page-condition {
	position: relative;
}

.trunk-table {
	position: relative;
	border: 1px solid #EBEBEB;
	background: #fff;
	padding: 12px 0;
	border-radius: 2px;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}

.trunk-row {
	padding: 1px 0;
}

.trunk-cell-first {
	width: 7.2%;
	float: left;
	text-align: right;
	margin: 0 0 2px;
	font-size: 13px;
}

.trunk-cell-last {
	width: 91%;
	float: left;
	margin-left: .9%;
}

.trunk-cell .trunk-item {
	padding: 0px 8px;
	border-radius: 12px;
	margin: 0 1px 2px;
	display: inline-block;
	color: #333;
	font-size: 13px;
}

.trunk-item:hover {
	color: #25bdd2;
}
.trunk-item.active {
	background: #25BDD2;
	color: #FFF;
}
.nodata{
	text-align: center;
	color: #999;
}
.trunk-list {
	height: 384px;
}
.game-trunk-con {
	width: 224px;
	height: 83px;
	background: #fff;
	border-radius: 3px;
	margin: 0 20px 13px 0;
}
.game-trunk-con:nth-child(5n){

	margin: 0 0 13px 0;
}
.trunk-img {
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 3px;
	margin: 16px 11px 0 11px;
}

.trunk-name {
	width: 137px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 13px  0 0 0;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.trunk-type{
	width: 120px;
	height: 16px;
	font-size: 12px;
	color: #777;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.trunk-icon{
	width: 12px;
	height: 12px;
	margin-right: 2px;
	margin-top:0;
}

.page {
	padding-bottom: 15px;
	margin-top: -2px;
}
.page-item,.page .form-control {
	height: auto;
	line-height: 1;
	color: #999;
}
.topNameChange:last-child {
	padding-left: 56px;
}	
