body{
    position: initial;
    top: initial;
    height: initial;
    overflow: initial;
}
body.on{
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.z-body{
    width: 100%;
    box-sizing: border-box;
    padding: 0.9rem 0.1rem 0.7rem 0.1rem;
    font-size: 0.14rem;
}
.z-titlediv {
    width: 100%;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem 0rem 0.1rem;
    background: #fff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 5px 5px #f7f7f7;
}
.z-topsearch{
    width: 100%;
    height: 0.3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.z-search{
    width: 70%;
    height: 0.3rem;
    position: relative;
    box-shadow: 0.03rem 0.03rem 0.1rem rgba(210,208,208,0.15), -0.03rem 0.03rem 0.1rem rgba(210,208,208,0.15), 0.03rem -0.03rem 0.1rem rgba(210,208,208,0.15), -0.03rem -0.03rem 0.1rem rgba(210,208,208,0.15);
    border-radius: 0.15rem;
	overflow: hidden;
}
.z-search .z-searchtext{
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding-left: 0.1rem;
	font-size:0.14rem;position:absolute;
}
.z-search .z-searchimg{
    position: absolute;
    right: 0;
    top: -0.01rem;
    width: 0.4rem;
    height: 100%;
    border: none;
    background: url("../images/public/z-homesearch2.png")no-repeat center center;
    background-size: 0.15rem 0.15rem;
}
.z-topsearch i{
    width: 0.25rem;
    height: 100%;
    background: url("../images/public/z-dituimg1.png")no-repeat right center;
    background-size: 0.2rem 0.18rem;
}
.z-topsearch span{
    height: 100%;
    line-height: 0.3rem;
    font-size: 0.12rem;
    padding-left: 0.2rem;
    background: url("../images/public/z-shaixuanbot.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}
.z-tongji{
    width: 100%;
    font-size: 0.14rem;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.z-tongji span{
    display: inline-block;
    padding-left: 0.2rem;
    color: #c20007;
}
.z-tongji span:nth-child(1){
    background: url("../images/public/z-tongjiback10.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}
.z-tongji span:nth-child(2){
    background: url("../images/public/z-tongjiback11.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}
.z-tongji span:nth-child(3){
    background: url("../images/public/z-tongjiback12.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}
.z-sjzdcont ul{
    width: 100%;
}
.z-sjzdcont ul li{
    width: 100%;
    box-shadow: 5px 5px 5px #f5f5f5, -5px 5px 5px #f5f5f5, 5px -5px 5px #f5f5f5, -5px -5px 5px #f5f5f5;
    box-sizing: border-box;
    padding: 0.1rem;
	margin-bottom: 0.1rem;
}
.z-zyzztop{
    width: 100%;
    margin-bottom: 0.15rem;
}
.z-zyzztop .z-zyzztopleft{
    width: 0.55rem;
	height:0.55rem;
    float: left;
    margin-top: 0.05rem;
    border-radius: 50%;
    overflow: hidden;
}
.z-zyzztop .z-zyzztopleft img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.z-zyzztop .z-zyzztopright{
    width: 80%;
    float: right;
    margin-top: 0.05rem;
}
.z-zyzztop .z-zyzztopright h2{
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0.03rem;
    color: #333333;
}
.z-zyzztop .z-zyzztopright h2{
    padding-bottom: 0.05rem;
}
.z-zyzztop .z-zyzztopright p{
	height:0.18rem;
    font-size: 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.2rem;
    background: url("../images/public/z-zyxmimg1.png")no-repeat left center;
    background-size: 0.11rem 0.13rem;
    color: #666666;
}
.z-zyzztop .z-zyzztopright p{
    color: #5b94d9;
}
.z-zyzzbot{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.z-zyzzbot div{
    text-align: center;
    width: 25%;
    padding-top: 0.05rem;
}
.z-zyzzbot div:nth-child(1){
    border-top: 1px solid #f7f7f7;
}
.z-zyzzbot div:nth-child(2){
    border: 1px solid #f7f7f7;
    border-bottom: none;
}
.z-zyzzbot div:nth-child(3){
    border-top: 1px solid #f7f7f7;
}
.z-zyzzbot div:nth-child(4){
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}
.z-screen{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 999;
    transition: all 0.3s ease;
}
.z-screen.on{
    visibility: initial;
}
.z-screen .z-screencont{
    width: 100%;
    height: 60%;
    background: #FFFFFF;
    position: absolute;
    bottom: -60%;
    left: 0;
    transition: all 0.5s ease;
}
.z-screen .z-screencont.on{
    bottom: 0;
}
.z-screencont11{
    display: none;
}
.z-screencont22{
    display: none;
}
.z-screentop{
    width: 100%;
    height: 0.4rem;
}
.z-screentop li{
    width: 50%;
    height: 100%;
    float: left;
    line-height: 0.4rem;
    font-size: 0.16rem;
    text-align: center;
}
.z-screentop li.on{
    background: #f7f7f7;
}
.z-screencont1 .z-screencont11 ul{
    width:100%;
    line-height: 0.3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #f7f7f7;
}
.z-screencont1 .z-screencont11 ul li{
    width: 33.3%;
    height: 100%;
    line-height: 0.3rem;
    text-align: center;
}
.z-screencont1 .z-screencont11 ul li i{
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.05rem;
    background: url("../images/public/z-screencontimg1.png")no-repeat center center;
    background-size: 0.06rem 0.1rem;
    transition: all 0.2s ease;
}
.z-screencont1 .z-screencont11 ul li i.on{
    background: url("../images/public/z-screencontimg2.png")no-repeat center center;
    background-size: 0.1rem 0.06rem;
}
.z-screencont22{
    width: 100%;
    box-sizing: border-box;
    padding: 0.1rem 0.05rem;
	overflow-y:auto;
}
.z-screencont22 span{
    display: inline-block;
    min-width: 0.75rem;
    font-size: 0.12rem;
    box-sizing: border-box;
	padding-left:0.05rem;
	padding-right:0.05rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 0.05rem;
    border: 1px solid #8d8d8d;
}
.z-screencont22 p{
    display: inline-block;
    box-sizing: border-box;
    padding: 0.05rem;
    position: relative;
}
.z-screencont22 p i{
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 0.03rem;
    bottom: 0.02rem;
}
.z-screencont22 p.on i{
    background: url("../images/public/z-screencontimg3.png")no-repeat center center;
    background-size: 0.12rem 0.12rem;
}
.z-screenbut{
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10%;
}
.z-screenbut input.cancelBtn{border: 1px solid #eee;background: inherit;color: #666;}
.z-screenbut input{
    width:40%;
    height: 100%;
    text-align: center;
    line-height: 0.38rem;
    background: #c20007;
    color: #FFFFFF;
    border: none;
    border-radius: 0.05rem;
}

.z-topsearch i.on{
    background: url("../images/public/z-liebiaoimg1.png")no-repeat right center;
    background-size: 0.2rem 0.18rem;
}
.z-sjzddt{
    width: 100%;
    opacity: 0;
    z-index: -99;
	display:none;
}
.z-sjzddt.on{
    opacity: 1;
    z-index: 99;
	display:block;
}
.z-sjzdcont{
    opacity: 1;
    z-index: 99;
	display:block;
}
.z-sjzdcont.on{
    opacity: 0;
    z-index: -99;
	display:none;
}

.z-maptext{
    width: 100%;
    height: 0.25rem;
    position: fixed;
    left: 0%;
    bottom: 0.8rem;
    font-size: 0.12rem;
    line-height: 0.25rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #fff;
    opacity: 0;
    z-index: -99;
}
.z-maptext.on{
    opacity: 1;
    z-index: 99;
}
.z-maptext span:nth-child(1){
    padding-left: 0.2rem;
    background: url("../images/public/z-zydtsjzx.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
.z-maptext span:nth-child(2){
    padding-left: 0.2rem;
    background: url("../images/public/z-zydtsjs.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
.z-maptext span:nth-child(3){
    padding-left: 0.2rem;
    background: url("../images/public/z-zydtsjz.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
.z-maptext span:nth-child(4){
    padding-left: 0.2rem;
    background: url("../images/public/z-zydtbm.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
.z-maptext span:nth-child(5){
    padding-left: 0.18rem;
    background: url("../images/public/sjjg/volunteer-corps.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
	              	
.z-panel{
	width: 0.8rem;
	height: 0.8rem;
	font-size:0rem;
	position: fixed;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	padding: 0.05rem;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
	background-color: rgba(0,0,0,0.4);
	border-radius: 0.05rem;
	text-align: center;
	z-index:99;
	display:none;
}
.z-panel.on{
	display:block;
}
.z-panel img{
	width: 0.35rem;
	height: 0.35rem;
	margin-top:0.03rem;
	animation: panel 1.5s linear 0s infinite;
}
@keyframes panel{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.z-panel p{
	color: #666666;
	font-size: 0.12rem;
	margin-top: 0.1rem;
}