.icon-search-close {
	position: absolute;
	right: 60px;
	top: 60px;
	background-position: -260px -120px;
	cursor: pointer;
}
.clearfix {
	content: '';
	display: block;
	clear: both;
}
.icon {
	display: inline-block;
	vertical-align: text-bottom;
	background-image: url(/static/theme/img/index/icon.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.overlay-dialog-animate {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-animation: scale-fade .5s forwards cubic-bezier(.8,.02,.45,.91);
	animation: scale-fade .5s forwards cubic-bezier(.8,.02,.45,.91);
}

.search-content {
	position: absolute;
	width: 550px;
	left: 50%;
	margin-left: -275px;
	padding-top: 95px;
}
.search-input {
	margin-top: 25px;
}
.search-input button {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -999px;
	border: none;
	background: url(/static/theme/img/index/icon.png) no-repeat -262px -68px;
	outline: 0;
}
.search-input button:hover {
	background: url(/static/theme/img/index/icon.png) no-repeat -362px -68px;
}
.search-content input {
	border: none;
	border-bottom: 1px solid #F0F032;
	height: 45px;
	width: 100%;
	font-size: 26px;
	background-color: transparent;
	padding-right: 50px;
	text-indent:6px;
}
.search-history {
	margin-top: 50px;
}
.search-history ul {
	margin: 10px 0 0;
}
.search-history strong {
	font-size: 16px;
	color: #bbb;
	font-weight: 400;
}
.search-history .empty-history {
	margin-top: 20px;
	font-size: 14px;
	color: #bbb;
	cursor: pointer;
}
.search-history .empty-history:hover {
	color: #666666;
}
.search-hot, .tab-set, .tag-cnt-box.first-child, .btn-group-box {
	margin-top: 30px;
}


ul, .moder-group-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.search-history ul li {
	float: left;
	height: 35px;
	line-height: 35px;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	margin: 0 20px 20px 0;
	padding: 0 15px;
}

.transition {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
img, .container>.navbar-header img, .wx-phone img, .tag-wrap .tag-img-box img, .lgn-wrap .btn-blue, .message-inner-box .face-box img, .message-box .mod-b, .control-box .face-box img {
	width: 100%;
}