*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	
	-moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
	
	border: medium none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei';
	font-size:15px;
	color:#333;
}

em {
	font-style: normal;
}

ul,ol {
	list-style: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
}

/*浮动 清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}
.cf {
	zoom: 1;
}
/*显示 隐藏*/
.hide {
	display: none;
}
.block {
	display: block;
}

/* 背景色 */
.gray{
	background-color: #f6f6f6;
}
.white{
	background-color: #FFF;
}

/*  -----主体  开始----- */

@media screen and (max-width:1100px) {
  body{
    width: 1100px !important;
  }
}

.main{
	width: 100%;
	background-color: #FFFFFF;
}

/* 遮罩 */
#rmfw_mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 200;
}
.mainContaner{
	width: 770px;
	margin: 0 auto;
}
/* 办事地点 */
.rmfw_bsdd{
	width: 770px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	margin: auto;
	background: #fff;
}
.rmfw_bsdd .rmfw_area_boxTitle{
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: #c40311;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 8px 8px 0px 0px;
	position: relative;
}
.rmfw_bsdd .rmfw_area_boxTitle span:first-child{
	position: absolute;
	top: -1px;
	right: 30px;
}
.rmfw_bsdd .rmfw_area_boxTitle img{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.rmfw_bsdd .rmfw_area_title{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    cursor: default;
}

.rmfw_area_sel_list{
	font-weight: normal;
	display: inline-block;
	line-height: 12px;
}
.rmfw_each_sel{
	display: inline-block;
	margin: 0px 16px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
}
.rmfw_each_sel::after{
	content: ">";
	position: absolute;
	top: 0px;
	left: 106%;
}
.rmfw_each_sel:last-child::after{
	content: none;
}
.rmfw_each_sel:last-child span{
	color: #c40311;
}
.rmfw_area_list{
	display: inline-block;
	padding: 10px 30px;
}
.rmfw_area_list_child{
	display: inline-block;
	padding: 10px 30px;
}
.rmfw_area_list_child li{
	display: none;
}

.rmfw_each_area{
	height: 40px;
	min-width: 140px;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 10px;
}
.rmfw_each_area:hover{
	color: #c40311;
	cursor: pointer;
}
#rmfw_area_all{
	font-size: 16px;
	color: #c40311;
	position: relative;
}
.rmfw_checkedArea{
	border-top: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin: 0px 0px 10px 30px;
}
.rmfw_checkedArea span{
	font-weight: normal;
	margin: 0px 6px;
	cursor: pointer;
	color: #333333;
}
.rmfw_checkedArea span:hover{
	color: #c40311;
}
.rmfw_button_confirm{
	bottom: 30px;
	height: 40px;
	width: 80px;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 20px;
	line-height: 20px;
	background-color: #bcbcbc;
	color: #FFF;
	cursor: pointer;
	margin-left: 30px;
}
.rmfw_button_confirm input{
	line-height: 20px;
	background-color: #BCBCBC;
}






.rmfw_section1{
	width: 1100px;
	margin: 0 auto;
	padding: 20px;
}

.rmfw_each_rmfw{
	width: 500px;
	height: 60px;
	padding-left: 40px;
	line-height: 60px;
	font-size: 20px;
	color: #333333;
	margin-right: 60px;
	border-bottom: 1px solid #8495B3;
	position: relative;
	cursor: pointer;
}
.rmfw_each_rmfw:nth-of-type(2n) {
    margin-right: 0px;
}
.rmfw_each_rmfw:hover{
	color: #0168D1;
	font-weight: bold;
}
.rmfw_each_rmfw::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 20px;
	background: url(arror.png) no-repeat;
	background-size: 20px 20px;
}

.rmfw_allArea_active::after{
	content: ">";
	position: absolute;
	top: 0px;
	left: 134%;
	color: #333;
}