 @charset "utf-8"
.foot{
	width:100%;
	height:470px;
}
.widthDivBot{
	margin:0 15px;
	/* overflow:hidden; */
}
.linkSelect{
	width:100%;
	font-size:15px;
	z-index:99;
}
.linkSelect>span{
	height:40px;
	border-radius:20px;
	display:block;
	/* overflow:hidden; */
	border:solid 1px #A9A9A9;
}
.selectTitle{
	display:block;
	height:100%;
	width:calc(100%-20px);
	margin-left:10px;
	text-indent:10px;
	line-height:40px;
	cursor:pointer;
}
/*兼容IE*/
.selectUl{
	margin-left:10px;
	margin-top:5px;
	text-indent:10px;
	max-height:285px;
	overflow-y: auto;  
	display:none;
	/* background:rgba(255,255,255,1); */
	background:#fff;
	border:solid 1px #A9A9A9;
	z-index:99999;
	opacity:1;
}
.selectUl li{
	list-style: none;
    height: 23px;
    line-height: 23px;
    margin-top: 5px;
}
.selectUl li:hover{
	background:#265BA7;
}
.selectUl li a{
	display:block;
	color:#000;
	width:100%;
	height:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selectbox1{
	width:240px;
}
.selectSpan1{
	width:205px;
	height:40px;
	display:block;
	float:left;
}
.selectUl1{
	width:218px;
	max-height:232px;
	overflow-y: auto;  
}
.selectbox2{
	width:315px;
	margin-top:20px;
}
.selectSpan2{
	width:280px;
	height:40px;
	display:block;
	float:left;
}
.selectUl2{
	width:292px;
}
.selectbox3{
	width:240px;
	margin-top:20px;
}
.selectSpan3{
	width:205px;
	height:40px;
	display:block;
	float:left;
}
.selectUl3{
	width:218px;
}
.linkSelect img{
	width:25px;
	height:25px;
	margin-top: 8px;
	display:block;
	float:left;
	cursor: pointer;
}
.selectUl::-webkit-scrollbar
{
    width: 16px;
    height: 16px;
    background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.selectUl::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
.selectUl::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



.bottomDiv{
	margin-top:30px;
	width:100%;
	font-size:15px;
	overflow: hidden;
	line-height: 24px;
}
.bottomDiv>div{
	width:100%;
	text-align:center;
}
.zhichi{
	margin-top:5px;
}
.zhichi a{
	color:#000;
	text-decoration:none;
}
.zhichi a:visited{
	color:#000;

}
.zhichi a:hover{
	color:blue;
}
.componyPic{
	width:52px;
	height:64px;
	display:block;
	margin:3px auto;
}
.erweima{
	width:100px;
	height:100px;
	display:block;
	margin:10px auto;
}
.tipWeixin{
	text-align:center;
}

@media screen and (max-width: 749px) {
	.banquan span{
		display:block;
		margin-top:3px;
		width:100%;
		text-align:center;
	}
	.messages span{
		display:block;
		margin-top:3px;
		width:100%;
		text-align:center;
	}
}
@media screen and (min-width: 750px) {
	.widthDivBot{
		/* width: 1200px; */
	    margin: 0 auto;
	}
	.linkSelect{
		width:890px;
		margin:0 auto;
		position:relative;
		height:40px;
	}
	.selectbox{
		position:absolute;
	}
	.selectbox1{
		float:left;
		top:0;
	}
	.selectbox2{
		float:left;
		margin-top:0;
		left:290px;
		top:0;
	}
	.selectbox3{
		float:right;
		margin-top:0;
		right:0;
		top:0;
	}	
}