@CHARSET "UTF-8";

/*遮罩层样式*/
.highLevelSearchSelectModalBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 100;
	-moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
	display: none;
}

/*办理地点选择样式*/
.ui-zdqh-container-zxbl {
	width: 800px;
	text-align: left;
	font-family: 'Microsoft YaHei';
	color: #333333;
	background: #fff;
	font-size: 16px;
	z-index: 1002;
	padding: 20px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.ui-zdqh-container-zxbl .item.child {
	display: inline;
	margin-right: 15px;
}

.ui-zdqh-container-zxbl .l_float {
	float: left;
}

.ui-zdqh-container-zxbl .r_float {
	float: right;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.ui-zdqh-container-zxbl .close_btn {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.ui-zdqh-container-zxbl .place1 {
	font-size: 20px;
	color: #999999;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.ui-zdqh-container-zxbl .place1 .selected {
	color: #316cf1;
	text-decoration: underline;
	cursor: pointer;
}

.ui-zdqh-container-zxbl .zd_list {
	margin-top: 15px;
	min-height: 102px;
}

.ui-zdqh-container-zxbl .zd_list>ul {
	max-height: 175px;
	overflow-y: auto;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #eeeeee;
	padding: 0;
}

.ui-zdqh-container-zxbl .zd_list>ul>li {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	cursor: pointer;
	min-width: 69px;
	height: 30px;
	padding: 0 9px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
}

.ui-zdqh-container-zxbl .zd_list>ul>li:hover {
	background: #eeeeee;
	color: #255bda;
}

.ui-zdqh-container-zxbl .choosed {
	height: 96px;
}

.ui-zdqh-container-zxbl .choosed>.leftItem {
	width: 112px;
	height: 82px;
}

.ui-zdqh-container-zxbl .choosed>.leftItem>p {
	font-size: 14px;
	color: #333;
	padding-top: 1px;
	margin-bottom: 19px;
}

.buttoncontainer .submit {
	width: 96px;
	height: 34px;
	line-height: 33px;
	cursor: pointer;
	background: #255bda;
	border-radius: 20px 20px;
	font-size: 16px;
	color: #f8f8f8;
	border: none;
	outline: none;
	margin-top: 15px;
	margin-right: 10px;
}

.quit {
	width: 96px;
	height: 34px;
	line-height: 33px;
	cursor: pointer;
	background: #e9edf7;
	border-radius: 20px 20px;
	font-size: 16px;
	color: #255bda;
	border: none;
	outline: none;
	margin-top: 15px;
}

.ui-zdqh-container-zxbl .choosed>.rightItem {
	margin: 20px 0 10px 0;
}

.ui-zdqh-container-zxbl .choosed>.rightItem>.place2 {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	font-weight: normal;
}

.disabled {
	background: #fff !important;
	color: #ccc !important;
	cursor: default !important;
}

.ui-zdqh-container-zxbl-head,
.ui-zdqh-container-zxbl-content {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: #EEEEEE 1px solid;
}

.ui-zdqh-container-zxbl .sxlb {
	max-height: 400px;
	overflow-y: auto;
}

.ui-zdqh-container-zxbl-head {
	background-color: #EBEBEB;
}

.ui-zdqh-container-zxbl-head span,
.ui-zdqh-container-zxbl-content span {
	display: inline-block;
	width: 50%;
	padding-left: 20px;
}

/*事项聚合列表样式*/
.zxblsxItem {
	border-bottom: 1px dashed #E8E8E8;
	padding: 10px 0;
}

.zxblsxItem>.zxblsxItemWrap>.typeTtitle {
	padding: 5px 12px;
	background: #255bda;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	margin-right: 18px;
}

.zxblsxItem>.zxblsxItemWrap>.textTitle {
	max-width: 540px;
	color: #333333;
	font-size: 16px;
	margin-top: 3px;
}

.zxblsxItem>.zxblsxItemWrap>.zxblBtn {
	color: #255bda;
	float: right;
}


