image {
	border: 0;
	outline: none;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clearfloat {
	zoom: 1;
}
input::-webkit-input-placeholder {
	color: #969696;
}
input::-moz-input-placeholder {
	color: #969696;
}
input::-ms-input-placeholder {
	color: #969696;
}
.row1{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.row2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.modal{
	box-sizing: border-box;
}

/* 登录 */
.login{
	position: absolute;
	width:100%;
	height: 100%;
	background: url(../images/loginBg.jpg) no-repeat;
	background-size: cover;
}
.login .header{
	font-size:26px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color:#fff;
	background: rgba(0,0,0,.5);
}
.login form{
	width:497px;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	transform: translateY(-50%);
	background: #fff;
	padding:70px 40px;
}
.login form:after{
	position: absolute;
	content: '';
	left:0;
	right: 0;
	margin:0 auto;
	bottom: -17px;
	width:470px;
	height: 18px;
	background: rgba(255,255,255,.8);
}
.login form h1{
	font-size:30px;
	text-align: center;
	color:#28292d;
	margin-bottom: 40px;
}
.login form .layui-form-label{
	text-align:left;
	width:auto;
	padding:0;
	line-height: 70px;
	font-size: 18px;
	color:#222;
}
.login form .line{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 30px;
	margin:0;
}
.login form .line1{
	background: url(../images/loginIcon1.png) left center no-repeat;
}
.login form .line2{
	background: url(../images/loginIcon2.png) left center no-repeat;
}
.login form .line3{
	background: url(../images/loginIcon3.png) left center no-repeat;
	position: relative;
}
.login form .line .layui-input{
	height: 70px;
	line-height: 70px;
	border:0;
	padding-left:0;
	font-size: 18px;
	color:#222;
	width:300px;
}
.login form .line3 .layui-input{
	width:220px;
}
.login form .line3 .codeBtn{
	font-size:18px;
	color:#fff;
	background: #f31e1e;
	position: absolute;
	right:0;
	top:15px;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
}

.login form .loginBtn{
	font-size:26px;
	color:#fff;
	width:100%;
	background: #f31e1e;
	margin-top:40px;
	height: 65px;
	line-height: 65px;
}
.login .footer{
	position: absolute;
	left: 0;
	bottom:0;
	width:100%;
	font-size:18px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color:#a8a8a5;
	background: rgba(0,0,0,.5);
	z-index: 99;
}
.login .footer span{
	margin:0 30px;
}

/* 社区地图 */
.public-title{
	font-size:26px;
	color:#2c2c2c;
	position: relative;
	font-weight: bold;
	padding-left: 23px;
	height: 56px;
	line-height: 56px;
	margin:30px 0;
}
.public-title:after{
	position: absolute;
	content: '';
	width:9px;
	height: 28px;
	background: #f31e1e;
	left:0;
	top:50%;
	transform: translateY(-50%);
	border-radius: 3px;
}
.cmmunity-map .map{
	background: #fff;
	padding:30px;
}
.Rt{
	width:78%;
}
.Rt .select,.Rt .query-btn{
	width: 16%;
}
form .select{
	width:200px;
	margin-right: 2px;
}
form .layui-input,.layui-select{
	border:0;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color:#8e8e8e;
	padding: 0 40px 0 20px;
	border-radius: 0;
}
form .layui-form-select .layui-edge{
	right: 20px;
}
form .layui-form-select dl dd{
	font-size: 16px;
	color:#8e8e8e;
}
form .layui-form-select dl dd.layui-this{
	background: #f31e1e;
	color:#fff
}
form .query-btn{
	font-size: 20px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	width:200px;
	border-radius: 0;
	background: #f31e1e;
}

.popup{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	display: none;
	z-index: 9999;
}
.popup .cnt{
	width:90%;
	height:80%;
	background: #fff;
	position: absolute;
	left:5%;
	top:10%;
	padding:0 40px 40px 40px;
	box-sizing: border-box;
}
.popup .cnt .close{
	position: absolute;
	top:28px;
	right:40px;
	cursor: pointer;
}
.popup .cnt .in{
	height: 81%;
	overflow-y: auto;
	position: absolute;
	width: 96%;
	padding-top:35px;
	padding-right: 2%;
	box-sizing: border-box;
}
.popup .cnt .result .title{
	font-size: 24px;
	color:#303235;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
}
.popup .cnt .result .title span{
	color:#f22526;
}
.popup .cnt .result .list dl{
	display: flex;
	white-space: nowrap;
}
.popup .cnt .result .list dl dt{
	font-size: 16px;
	line-height: 42px;
	color:#525457;
	margin-right: 10px;
}
.popup .cnt .result .list dl dd ul{
	overflow: hidden;
}
.popup .cnt .result .list dl dd ul li{
	font-size: 16px;
	color:#606265;
	background: #f3f5f9;
	float: left;
	height: 42rpx;
	line-height: 42px;
	min-width: 130px;
	text-align: center;
	padding: 0 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.popup .cnt .result .list dl dd ul li.active{
	color:#fff;
	background: #f22526;
}
.popup .cnt .result .table-box{
	padding:0;
	margin:0;
}
.popup .cnt .result .table-box:after,.popup .cnt .result .table-box::before{
	display: none;
}
.popup .cnt .result table tr th{
	background: initial;
	border-bottom: 1px solid #e5e5e5;
}
.popup .cnt .result .add-infor{
	font-size: 20px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	width: 200px;
	border-radius: 0;
	background: #f31e1e;
	margin-top:15px;
}

/* 设置滚动条的样式 */
.popup .cnt .in::-webkit-scrollbar {
	width:12px;
}
/* 滚动槽 */
.popup .cnt .in::-webkit-scrollbar-track {
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
	border-radius:10px;
	background: #f3f3f3;
}
/* 滚动条滑块 */
.popup .cnt .in::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:#b5b5b5;
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.popup .cnt .in::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(255,0,0,0.4);
}
.popup .cnt .not-data{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.popup .cnt .not-data img{
	display: block;
	margin: 0 auto 40px;
}
.popup .cnt .not-data .text{
	font-size: 24px;
	text-align: center;
	color:#64676d;
	line-height: 40px;
}


/* 最新公告 */
.main{
	padding: 0 48px 48px 48px;
}
.new-notice .list .item{
	background: #fff;
	margin-bottom: 30px;
	padding: 40px;
	transition: all .6s;
}
.new-notice .list .item .left{
	width:15%;
	padding-top:10px;
}
.new-notice .list .item .right{
	width:85%
}
.new-notice .list .item .month{
	font-size: 40px;
	color:#404245;
	font-weight: bold;
}
.new-notice .list .item .year{
	font-size: 18px;
	color:#404245;
	font-weight: bold;
}
.new-notice .list .item .title{
	font-size: 20px;
	color:#404245;
	font-weight: bold;
	margin-bottom: 15px;
}
.new-notice .list .item .info{
	font-size: 16px;
	color:#888a8e;
	line-height: 26px;
}
.new-notice .list .item:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.new-notice .list .item:last-child{
	margin-bottom: 0;
}
.page{
	padding:40px 0 0 0;
	text-align: center;
}
.page a{
	display: inline-block;
	font-size: 16px;
	color:#7a7c80;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin:0 5px;
}
.page a.prev,.page a.next{
	width:92px;
	border-radius: 0 10px 0 10px;
	background: #fff;
	height: 36px;
	line-height: 36px;
}
.page a:hover,.page a.active{
	background: #f22222;
	color:#fff;
}

.new-notice-details .cnt{
	background: #fff;
	padding:40px;
}
.new-notice-details .cnt .big-title{
	font-size:24px;
	color:#2c2c2c;
	font-weight: bold;
}
.new-notice-details .cnt .small-title{
	font-size:14px;
	color:#a4a6ab;
	margin-top:10px;
}
.new-notice-details .cnt .small-title span{
	margin-left: 15px;
}
.new-notice-details .cnt .text{
	font-size: 16px;
	line-height: 30px;
	color:#777a7f;
	margin-top:30px;
}

/* 社区介绍 */
.cmmunity-intro .cnt{
	background: #fff;
	padding:40px;
}
.cmmunity-intro .cnt .title{
	font-size: 18px;
	color:#2c2c2c;
	font-weight: bold;
}
.cmmunity-intro .cnt .text{
	font-size: 16px;
	color:#63666a;
	line-height: 30px;
	margin:20px 0 30px 0;
}

/* 我的信息 */
.my-info .cnt{
	background: #fff;
	padding:0 40px 40px 40px;
}
.public-list ul{
	border-bottom: 1px solid #ececed;
	height: 85px;
	line-height: 85px;
	font-size:18px;
	color:#505257;
	overflow: hidden;
}
.public-list ul li{
	width:25%;
	float: left;
}
.my-info .cnt .title{
	font-size: 26px;
	color:#2c2c2c;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
}
.my-info .cnt .layui-form .box{
	background: #f8f8f8;
	border:1px solid #eaeaea;
	font-size: 18px;
	color:#505257;
	height: 52px;
	line-height: 52px;
	width:440px;
	margin-right: 18px;
	padding:0 15px;
}
.my-info .cnt .layui-form .box .layui-form-label{
	padding:0;
	width: auto;
	height: 52px;
	line-height: 50px;
}
.my-info .cnt .layui-form .box .layui-input{
	padding:0;
	background-color: inherit;
	width:350px;
	border:0;
}
.my-info .cnt .layui-form .sure{
	font-size: 20px;
	color:#fff;
	background: #f31e1e;
	width:165px;
	height: 55px;
	line-height: 55px;
	border-radius: 0;
	margin-top:37.5px;
}

/* 党支部 */
.party-branch .top form .select,.party-branch .top form .query-btn{
	width:14.11%;
	margin-right: 0.2%;
}
.party-branch .top form .query-btn{
	margin-right: 0;
}
.table-box{
	background: #fff;
	padding:0 38px 40px 38px;
	margin-top: 30px;
	position: relative;
}
.table-box:after,.table-box:before{
	content: '';
	position: absolute;
	width:38px;
	height: 80px;
	background: #f9fafb;
	left:0;
	top:0;
}
.table-box:after{
	left: auto;
	right:0;
}
.table-box .page a.prev,.table-box .page a.next{
	background: #eef1f5;
}
.table-box .page a.prev:hover,.table-box .page a.next:hover{
	background: #f31e1e;
}
.table-box table{
	width:100%;
}
.table-box table tr th{
	background: #f9fafb;
	font-size: 16px;
	color:#232527;
	height: 80px;
	line-height: 80px;
}
.table-box table tr td{
	font-size: 16px;
	color:#57595d;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e6e9ed;
	text-align: center;
}
.table-box table tr th:first-child,.table-box table tr td:first-child{
	text-align: left;
}
.table-box table tr th:last-child,.table-box table tr td:last-child{
	text-align: right;
}
.table-box table tr td .details-btn{
	font: 36px;
	color:#f31e1e;
	border:1px solid #f31e1e;
	border-radius: 25px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width:66px;
	text-align: center;
	transition: all .6s;
}
.table-box table tr td .details-btn:hover{
	color:#fff;
	background: #f31e1e;
}
.party-branch-details .cnt{
	background: #fff;
	padding:40px;
}
.party-branch-details .cnt dl dt{
	font-size:24px;
	text-align: center;
	color:#2c2c2c;
	font-weight: bold;
}
.party-branch-details .cnt dl dd img{
	width:330px;
	height: 400px;
	display: block;
	margin:20px auto;
	object-fit: cover;
}

/* 我管理的楼宇 */
.i-manage .table-box table tr,.i-manage .table-box table td{
	text-align: left;
}
.table-box table tr .line{
	display: inline-block;
	margin:0 8px;
}

/* 添加居民 */
.gray-title{
	font-size: 20px;
	color:#fff;
	background: #b9bac1;
	height: 80px;
	line-height: 80px;
	padding:0 38px;
	font-weight: bold;
	margin-bottom: 20px;
}
.public-box{
	margin-bottom: 10px;
}
.public-box .select{
	margin-bottom: 20px;
}
.public-box.number5 .select{
	width:19%;
	margin-right: 1.25%;
}
.public-box.number5 .select:nth-child(5n){
	margin-right: 0;
}
.public-box.number4 .select{
	width:24%;
	margin-right: 1.25%;
}
.public-box.number4 .select:nth-child(4n){
	margin-right: 0;
}
.add-residents .query-btn{
	display: block;
	margin:25px auto 0;
}
.layui-form-selected dl{
	top:56px;
}
.public-box .write{
	display: flex;
	white-space: nowrap;
	background: #fff;
}
.public-box .write label{
	display: inline-block;
	float:inherit;
	padding:0;
	width:auto;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	font-size: 16px;
	color:#8e8e8e;
	text-align: left;
}
.public-box .write .layui-input{
	padding:0 20px 0 0;
}
body .layui-laydate .layui-this{
	background-color: #f31f20!important;
}
.public-box .time{
	position: relative;
}
.public-box .time:before{
	content: '';
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-3px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color:  #c2c2c2  transparent transparent transparent;
}

/* 民情调查 */
.people-query .query-btn{
	margin: 10px auto 0;
	display: block;
}
.people-query .export{
	display: flex;
	background: #fff;
	margin-top: 30px;
}
.people-query .export .total{
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size:18px;
	color:#747474;
	padding:0 38px;
}
.people-query .export .export-btn{
	font-size: 20px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	width: 200px;
	border-radius: 0;
	background: #f31e1e;
	text-align: center;
	color:#fff;
	cursor: pointer;
}
.people-query .export .export-btn a{
	color:#fff;
}

@media screen and (max-width: 1200px) {
	.table-scroll{
		overflow-x: auto;
	}
	.table-scroll table{
		width:1200px
	}
	.popup .cnt{
		height: 90%;
		top:5%;
	}
	.popup .cnt .in{
		height: 70%;
	}
	.Rt{
		width:85%;
	}
}