*{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}
.sel-box{
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 999;
	padding-top: 10px;
	/*padding-left: 50px;*/
	box-sizing: border-box;
	background-color: white;
}
.sel-content{
	width: 100%;
	height: 100%;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content-right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
select{
	width: 200px;
	margin-right: 10px;
}
#search_btn{
	padding: 5px 20px;
    background-color: #29B7ED;
    border-radius: 5px;
    color: white;
	outline: none;
	cursor: pointer;
	margin-left: 20px;
}
.statistics-btn{
	padding: 5px 20px;
    background-color: #A5DE37;
    border-radius: 5px;
    color: white;
	outline: none;
	cursor: pointer;
	margin-left: 20px;
}
.order-btn{
	padding: 5px 20px;
    background-color: #FF4351;
    border-radius: 5px;
    color: white;
	outline: none;
	cursor: pointer;
	margin-left: 20px;
}
/*信息弹窗*/
.person-num{
	margin-left:0;
	font-size:16px;
}
.person-item{
	font-size:16px;
}
.items-title{
	margin-left:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.items-btn{
	width:20px;
	height:20px;
	background:blue;
	color:white;
	text-align:center;
	line-height:20px;
	border-radius:50%;
}
.personItem-msg{
	display: none;
}
/*总数统计弹窗*/
.statistics-wrap{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.statistics-con{
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
	background-color: white;
	border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.bor-top{
	width: 100%;
	height: 20px;
	background: linear-gradient(to right, #1932EE 0%,#2B64F0 100%);
}
.close-btn{
	position: absolute;
	right: 0;
	top: -70px;
}
.close-btn img{
	width: 100%;
	height: 100%;
}
.table-title{
	width: 100%;
	height: 60px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.title-item{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-item img{
	width: 24px;
	height: 24px;
	margin-right: 15px;
}
.title-text{
	font-size: 20px;
	color: #152860;
	font-weight: bold;
}
.text-num{
	font-size: 20px;
	font-weight: bold;
	color: red;
}
.table-con{
	width: 100%;
	height: calc(100% - 140px);
	overflow-y: scroll;
}
.table-con table,tr{
	width: 100%;
	height: auto;
	text-align: center;
}
.table-con table tr{
	line-height: 50px;
	font-size: 18px;
	color: #656B7C;
}
.table-con table tr:nth-child(2n+1){
	background-color: #F6FAFD;
}
.table-con table tr td{
	text-align: center;

}
.Iknow{
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	color: white;
	font-size: 18px;
	background: linear-gradient(to right, #1932EE 0%,#2B64F0 100%);;
}
/*服务派单弹窗*/
.order-wrap{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.order-con{
	position: absolute;
	left: 40%;
	top: 40%;
	width: 20%;
	height: 20%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.close-btn1{
	position: absolute;
	right: 0;
	top: -70px;
}
.close-btn1 img{
	width: 100%;
	height: 100%;
}
.list-order{
	width: 100%;
	height: auto;
	padding-top: 40px;
}
.order-item{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.order-item:nth-child(2n+1){
	background-color: #F6FAFD;
}
.order-icon{
	width: 25px;
	height: 30px;
	margin-right: 20px;
}
.order-text{
	font-size: 18px;
	font-weight: bold;
	color: #152860;
}
.order-num{
	font-size: 20px;
	font-weight: bold;
	color: red;
}

/*二级弹窗*/
.message2-wrap{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.message2-con{
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
	background-color: white;
	border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.bor-top{
	width: 100%;
	height: 20px;
	background: linear-gradient(to right, #1932EE 0%,#2B64F0 100%);
}
.close-btn{
	position: absolute;
	right: 0;
	top: -70px;
}
.close-btn img{
	width: 100%;
	height: 100%;
}
.list-person{
	width: 100%;
	height: calc(100% - 20px);
	padding: 0 35px 50px 35px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.item-person{
	width: calc(50% - 15px);
	height: auto;
	padding: 0 20px;
	margin-top: 40px;
	border: 1px solid #E4EAF4;
	border-radius: 5px;
}
.item-person:nth-child(2n+1){
	margin-right: 15px;
}
.item-person:nth-child(2n){
	margin-left: 15px;
}
.item-person ul{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.item-item{
	width: 100%;
	height: auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #E4EAF4;
}
.item-item:last-child{
	border: 0;
}
.item-icon{
	width: 32px;
	height: 29px;
}
.item-icon img{
	width: 100%;
	height: 100%;
}
.item-name{
	font-size: 16px;
	margin-left: 20px;
}
.item-con{
	width: 100%;
	height: auto;
	color: white;
	padding: 15px;
	background: #4977FC;
	border-radius: 5px;
	position: relative;
}
.con-title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.con-text{
	width: 100%;
	height: auto;
	line-height: 26px;
	padding-right: 50px;
	font-size: 14px;
	opacity: 0.8;
}
.item-con .shape{
	width: 40px;
	height: 58px;
	position: absolute;
	right: 50px;
	top: 0px;
}
.item-con .menu{
	width: 17px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
}


/*媒体查询--移动端*/
@media only screen and (min-width: 100px) and (max-width: 750px) {
	/*一级信息窗体*/
	.info-content{
		width: 80%;
		height: 70%;
		position: absolute;
		top: 15%;
		left: 10%;
	}
	.villageImg{
		width: 100%;
	}
	.messageContent{
		width: 300px;
		height: auto;
	}
	/*二级信息窗体*/
	.message2-con{
		width: 80%;
		height: 70%;
		position: absolute;
		top: 15%;
		left: 10%;
	}
	.item-person {
	    width: 100%;
	    height: auto;
	    padding: 0 20px;
	    margin-top: 40px;
	    border: 1px solid #E4EAF4;
	    border-radius: 5px;
    }
    .item-person:nth-child(2n+1){
		margin-right: 0px;
	}
	.item-person:nth-child(2n){
		margin-left: 0px;
	}
    .con-text {
	    width: 100%;
	    height: auto;
	    line-height: 26px;
	    padding-right: 0;
	    font-size: 14px;
	    opacity: 0.8;
	}
	/*顶部搜索*/
	.sel-box{
		width: 100%;
		height: 70px;
		position: fixed;
		z-index: 999;
		padding-top: 10px;
		/*padding-left: 50px;*/
		box-sizing: border-box;
		background-color: white;
	}
	.sel-content{
		width: 100%;
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.content-right{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	select{
		width: 60px;
		margin-right: 0px;
	}
	#search_btn{
		padding: 5px;
	    background-color: #29B7ED;
	    border-radius: 5px;
	    color: white;
		outline: none;
		cursor: pointer;
		margin-left: 0px;
	}
	.statistics-btn{
		padding: 5px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.order-btn{
		padding: 5px;
		margin-right: 0px;
		margin-left: 5px;
	}
	/*统计内容*/
	.statistics-con{
		position: absolute;
		left: 10%;
		top: 20%;
		width: 80%;
		height: 60%;
		background-color: white;
		border-radius: 2px;
	    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
	}
	.table-con table tr th:first-child{
		padding: 0 20px;
	}
	/*订单内容*/
	.order-con{
		position: absolute;
		left: 20%;
		top: 40%;
		width: 60%;
		height: 20%;
		box-sizing: border-box;
		background-color: white;
		border-radius: 2px;
	    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
	}
}