@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

html {
	font-size: 100px;
	width: 100%;
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #212121;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

.meet_text::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.meet_text::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
}

.meet_text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
}

.meet_text::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 0.9);
}

:before,
:after {
	font-family: 'iconfont';
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iconfont {
	font-family: 'iconfont';
}

/* 浮动 清除浮动 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

a {
	color: #212121;
	text-decoration: none;
	outline: none;
}

a:active {
	outline: none;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #0048B4;
	outline: none;
}

li {
	list-style: outside none;
	list-style-type: none;
}

h1 {
	font-size: 16px;
}

h2,
h3,
h4,
h5 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

textarea,
input {
	background: transparent;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #888;
	outline: none;
	border: 0;
}

em {
	font-style: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
	object-fit: cover;
}

body {
	background: url(banner.png) no-repeat top center;
	background-size: 1920px 640px;
	background-color: #FFFBF2;
	background-position-y: 125px;
}

.container{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 120px;
}
.cjrl{
	margin-top: 570px;
}

.c_top{
	width: 1100px;
	height: 64px;
	background: url(borderTop.png) no-repeat center center;
	background-size: 1100px 64px;
	position: relative;
	float: none;
}
.cjrl .c_top::before{
	content: "";
	position: absolute;
	top: -110px;
	left: 320px;
	width: 460px;
	height: 200px;
	background: url(title_cjrl.png) no-repeat center center;
	background-size: 460px 200px;
}
.cxgsc .c_top::before{
	content: "";
	position: absolute;
	top: -110px;
	left: 320px;
	width: 460px;
	height: 200px;
	background: url(title_cxgsl.png) no-repeat center center;
	background-size: 460px 200px;
}
.wlhfg .c_top::before{
	content: "";
	position: absolute;
	top: -110px;
	left: 320px;
	width: 460px;
	height: 200px;
	background: url(title_wlhfg.png) no-repeat center center;
	background-size: 460px 200px;
}
.mxshq .c_top::before{
	content: "";
	position: absolute;
	top: -110px;
	left: 320px;
	width: 460px;
	height: 200px;
	background: url(title_mxshq.png) no-repeat center center;
	background-size: 460px 200px;
}

.c_middle{
	width: 1100px;
	height: auto;
	min-height: 500px;
	padding-top: 20px;
	background: url(borderMiddle.png) no-repeat center center;
	background-size: 1100px auto;
}

.c_bottom{
	width: 1100px;
	height: 64px !important;
	background: url(borderBottom.png) no-repeat center center;
	background-size: 1100px 64px;
}

.cjrlImg{
	width: 980px;
	height: 480px;
	margin: 0 auto;
	background: url(rili.png) no-repeat center center;
	background-size: 980px 480px;
}

.listsBox{
	width: 1100px;
	height: 420px;
	margin: 0 auto;
	overflow-y: hidden;
}
.lists{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 30px;
}

.each_item{
	width: 160px;
	height: 170px;
	margin: 20px 50px;
	text-align: center;
	cursor: pointer;
}
.each_item img{
	width: 88px;
	height: 88px;
}
.each_item span{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	line-height: 30px;
	text-align: center;
	color: #58372A;
	font-size: 20px;
}

.btn{
	width: 200px;
	height: 56px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(zhankai.png) no-repeat center center;
	background-size: 200px 56px;
	cursor: pointer;
}



.gxbcyjs {
	width: 1100px;
	height: 236px;
	margin: 0 auto;
	margin-bottom: 60px;
	cursor: pointer;
	background: url(gxbcyjs.png) no-repeat center center;
	background-size: 1100px 236px;
}




#mask {
	display: none;
    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;
}

.bwg {
    width: 770px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    margin: auto;
    background: #fff;
    padding-bottom: 10px;
}

.bwg .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;
}

.bwg .area_boxTitle span:first-child {
    position: absolute;
    top: 0px;
    right: 30px;
}

.bwg .area_boxTitle img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.bwg .area_title {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    cursor: default;
}

.bwg .area_title span:last-of-type {
    color: #c40311;
}

.bwg .area_title span:hover {
    color: #c40311;
}

.area_sel_list {
    font-weight: normal;
    display: inline-block;
    line-height: 16px;
}

.each_sel {
    display: inline-block;
    margin: 0px 16px;
    position: relative;
    cursor: pointer;
}

.each_sel::after {
    content: ">";
    position: absolute;
    top: 0px;
    left: 106%;
}

.each_sel:last-child::after {
    content: none;
}

.area_list {
    display: flex;
    padding: 10px 30px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.area_list li {
    float: left;
}

.each_area {
    height: 40px;
    width: 170px;
	margin: 0px 10px 10px 0px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.each_area:hover {
    color: #c40311;
    cursor: pointer;
}
.each_area:nth-last-of-type(4n){
	margin-right: 0px;
}

.checkedArea {
    border-top: 1px solid #dadada;
    font-size: 20px;
    padding-top: 15px;
    margin: 0px 30px 15px 30px;
}

.button_confirm {
    bottom: 30px;
    height: 40px;
	line-height: 40px;
    width: 80px;
    border-radius: 6px;
    font-size: 20px;
    background-color: #bcbcbc;
    color: #FFF;
    cursor: pointer;
    margin-left: 30px;
    text-align: center;
}

.button_confirm input {
    line-height: 40px;
    background: none;
    color: #FFFFFF;
    font-size: 20px;
    border: medium none;
}
.each_area.bsname{
	width: 47%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.disabilitiesContent .toolbar_bottom{
	position:absolute;
	top:80px;
	right:200px
}