div.popup {
	margin:-1px 0 0 0;
	padding:0;
	border:0;
	word-wrap:break-word;
	word-break:break-all;
	background:#fff;
	float:left;
	text-align:left;
	border:1px #d4d4d4 solid;
}
div.popup ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
div.popup ul {
	float:left;
}
div.popup li {
	line-height:26px;
}
div.popup a:link {
	color:#1f3a87;
	text-decoration:none;
}
div.popup a:visited {
	color:#1f3a87;
	text-decoration:none;
}
div.popup a:hover {
	color:#F60;
	text-decoration:underline;
}
div.popup a:active {
	color:#bc2931;
}
#typePopupDiv {
	width:105px;
	border:1px #ccc solid;
	padding:5px;
	z-index:999;box-shadow: 0 2px 2px rgba(34, 25, 25, 0.2);
}
#typePopupDiv ul {
	width:105px;
}
#typePopupDiv li {
	width:105px;
	text-align:left;
	float:left;
}
#materialPopupDiv {
	width:355px;
	z-index:999; padding:10px 0;
}
#technologyPopupDiv {
	width:96px;
	z-index:999;
}
#surfacePopupDiv {
	width:60px;
	z-index:999;
}
#materialPopupDiv span {
	width:10px;
	float:left;
	font-size:15px;
	line-height:22px; padding-left:5px; color:#000; font-weight:bold
}
#materialPopupDiv ul {
	width:340px;
}
#materialPopupDiv li,#technologyPopupDiv li {
	width:60px;
	text-align:left;
	float:left;
	padding-left:5px;
}
#surfacePopupDiv li {
	width:50px;
	text-align:left;
	float:left;
	padding-left:5px;
}
#materialPopupDiv div.popclear,#typePopupDiv div.popclear,#technologyPopupDiv div.popclear,#surfacePopupDiv div.popclear {
	float: left;
    padding-left: 5px;
    text-align: left;
    width: 60px;
}
#typePopupDiv div.popclear a:link,#technologyPopupDiv div.popclear a:link,#surfacePopupDiv div.popclear a:link {
	color:Red;
	padding-bottom:5px;
	padding-right:10px;
	line-height:25px;
}

#regionPopupDiv, #regionPopupDiv2{
	width:420px;
}
#regionPopupDiv h3, #regionPopupDiv2 h3 {
	width:404px;
	float:left;
	text-align:left;
	background:#FAE2EF;
	line-height:30px;
	padding-left:16px;
	border-bottom:1px solid #D53A8C;
	font-size:13px;
	font-weight:400;
	margin:0;
}
#regionPopupDiv h3 a, #regionPopupDiv2 h3 a{
	float:right;
	padding-right:10px;
}
#regionPopupDiv ul, #regionPopupDiv2 ul {
	width:420px; padding:5px 0 8px 0; border-bottom:1px solid #e4e4e4; font-size:13px;
}
#regionPopupDiv li , #regionPopupDiv2 li{
	width:60px;
	text-align:center;
	float:left;
}
#regionPopupDiv #regionProvinceUl li ,#regionPopupDiv2 #regionProvinceUl2 li {
	cursor:pointer;
}
.tip {
	display:none;
	boder:solid 2px #BBBBBB;
	position:absolute;
	z-index:99;
	background-color:#FFF;
	left:5px;
	width:260px;
	line-height:30px;
	border:2px solid #85B6E2
}
.tip ul {
	padding:10px;
}
#regionPopupDiv2 ul#regionCityUl2{ margin:0; border:0; background:#f8f8f8}
#regionPopupDiv > b, #regionPopupDiv2 > b,#regionPopupDiv > br, #regionPopupDiv2 > br{ display:none !important}