.ban .hot span,.ban .hot .rr,.ban .hot .rr a{
	color: #fff;
}
.ban .so .sub-btn{width:108px;font-size:14px;color:#fff;background-size:0;font-weight: bold;}

.g-sel .tit{
	background-color: transparent;
}
.g-sel .tit .i2{
	background-color: #00a4ff
}
.ban .hot .rr a:hover{
	color: #ff8931;
}
@media only screen and (min-width: 1199px){
	.ban .so .sub-btn{width:5.625vw;background-size:0}
	
}
@media only screen and (max-width:1024px){
	.ban .so .inp{
		padding-left: 1em;
		padding-right: 100px;
	}
	.ban .so i{
		display: none;
	}
	.ban .so::after{
		display: none;
	}
}


.g-result .tit{
	font-size: 24px;
	line-height: normal;
	margin-bottom: 1.5em;
}
.m-down{
	padding-top: 80px;
}
.g-sel .tit span{
	line-height: 54px;
}
.g-sel .tit .i2{
	height: 44px;
	line-height: 44px;
	width: 44px;
	right: 5px;
}
@media only screen and (min-width:1199px){
	.m-down{
		padding-top: 4.2vw;
	}
	.g-sel .tit span{
		line-height: 2.8125vw;
	}
	.g-sel .tit .i2{
		height: 2.29vw;
		line-height: 2.29vw;
		width: 2.29vw;
		right: 0.26vw;
	}
}
@media only screen and (max-width:1199px){
	.g-result .tit{
		font-size: 18px;
		margin-bottom: 1em;
	}
	.m-down{
		padding-top: 30px;
	}
}
@media only screen and (max-width:767px){
	.g-sel .tit span{
		line-height: 40px;
	}
	.g-sel .tit .i2{
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}





.ban,.ban .so{
	overflow: visible;
}
.ban .so .slide-box{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: rgba(151,151,151,0.9);
	padding: 20px;
	overflow-y: auto;
	max-height: 175px;
	color: #fff;
	z-index: 11;
	display: none;
}
.ban .so .slide-box.on{
	display: block;
}
.ban .so .slide-box h5{
	font-size: 14px;
	margin-bottom: 1em;
}
.ban .so .slide-box a{
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 0.5em 1em;
	margin-right: 1em;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1em;
	transition: background-color 0.5s,color 0.5s;
}
.ban .so .slide-box a:hover{
	background-color: #fff;
	color: #3d3d3d;
}