.z-body{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 70px 10px;
}
.z-sjzx ul{
    width: 100%;
}
.z-sjzx ul li{
    width: 100%;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 0.08rem;
    font-size: 0.16rem;
}
.z-sjzx ul .z-sjzxlione{
    height: 0.7rem;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneleft{
    width: 68%;
    height: 100%;
    float: left;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneleft .z-sjzxoneleftp1{
    line-height: 0.25rem;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneleft .z-sjzxoneleftp1 span{
    font-size: 0.16rem;
    font-weight: bold;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneleft .z-sjzxoneleftp1 i{
    display: inline-block;
    color: #999999;
    font-size: 0.16rem;
    padding-left: 0.07rem;
    padding-right: 0.1rem;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneleft .z-sjzxoneleftp2{
    margin-top: 0.05rem;
    color: #999999;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    background: url("../images/public/z-zylytwoimg.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneleft .z-sjzxoneleftp2 i{
    margin-left: 0.15rem;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneright{
    width: 23%;
    height: 100%;
    float: right;
}
.z-sjzx ul .z-sjzxlione .z-sjzxoneright img{
    width: 100%;
    height: 100%;
}
.z-sjzx ul .z-sjzxlitwo .z-sjzxtwop1{
    padding-bottom: 0.05rem;
}
.z-sjzx ul .z-sjzxlitwo .z-sjzxtwop1 span{
    font-size: 0.16rem;
    font-weight: bold;
}
.z-sjzx ul .z-sjzxlitwo .z-sjzxtwop1 i{
    display: inline-block;
    color: #999999;
    font-size: 0.16rem;
    padding-left: 0.07rem;
    padding-right: 0.1rem;
}
.z-sjzx ul .z-sjzxlitwo .z-sjzximg{
    width: 100%;
}
.z-sjzx ul .z-sjzxlitwo .z-sjzximg img{
    width: 100%;
    height: 2rem;
}
.z-sjzx ul .z-sjzxlitwo .z-sjzxtwop2{
    margin-top: 0.05rem;
    font-size: 0.14rem;
    padding-left: 0.2rem;
    background: url("../images/public/z-zylytwoimg.png")no-repeat left center;
    background-size: 0.15rem 0.15rem;
}
.z-fanhui{
    width: 0.4rem;
    position: fixed;
    right: 0.1rem;
    bottom: 0.9rem;
    z-index: 9;
}
.z-fanhui div{
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 3px 3px 10px #f3f3f3,-3px 3px 10px #f3f3f3,3px -3px 10px #f3f3f3,-3px -3px 10px #f3f3f3;
}
.z-fanhui .z-fanhuione{
    background:#FFFFFF url("../images/public/z-fanhuione.png")no-repeat center center;
    background-size: 0.2rem 0.2rem;
}
.z-fanhui .z-fanhuitwo{
    background:#FFFFFF url("../images/public/z-fanhuitwo.png")no-repeat center center;
    background-size: 0.2rem 0.2rem;
    margin-top: 0.1rem;
}
.z-fabu{
    position: fixed;
    bottom: 0.1rem;
    right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #FFFFFF;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.6rem;
    box-shadow: 3px 3px 10px #f3f3f3,-3px 3px 10px #f3f3f3,3px -3px 10px #f3f3f3,-3px -3px 10px #f3f3f3;
}
.z-fabu img{
    width: 0.21rem;
    height: 0.21rem;
}
.z-join{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 0.1rem;
    background: #FFFFFF;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
	padding-bottom: 0.2rem;
}
.z-join.on{
    right: 0%;
    z-index: 999;
}
form{
    width: 100%;
}
form .z-joind1{
    width: 100%;
    height: 0.35rem;
}
form .z-joind1 label{
    display: inline-block;
    width: 25%;
    height: 100%;
    line-height: 0.35rem;
    float: left;
}
form .z-joind1 input{
    width: 75%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    line-height: 0.35rem;
    border: none;
    border-bottom: 1px solid #f7f7f7;
}
form .z-joind2{
    width: 100%;
}
form .z-joind2 label{
    display: block;
    width: 30%;
    height: 0.35rem;
    line-height: 0.35rem;
}
form .z-joind2 textarea{
    height: 1rem;
    width: 100%;
    background:#FFFFFF;
    box-sizing: border-box;
    border:1px solid #f7f7f7;
    padding: 10px;
}
input::-webkit-input-placeholder{
    color:#999;
}
textarea::-webkit-input-placeholder{
    color:#999;
}
.z-joind3{
	position: relative;
}
.z-joind3 input{
	width:50% !important;
	margin-right:25%;
}
.z-joind3 img{
	position: absolute;
	right:0;
	bottom:0;
	width: 20%;
	height:0.25rem;
}
.z-joind4{
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin-top: 0.5rem;
}
.z-joind4 input{
    width: 100%;
    height: 0.4rem;
    border: none;
    border-radius: 0.05rem;
    background: #c20007;
    color: #FFFFFF;
    line-height: 0.4rem;
}
.z-joind4 .z-cancel{
    background: #f7f7f7;
    color: #c20007;
    margin-top: 0.1rem;
}
.z-fanhuithree{
    position: fixed;
    right: -95%;
    bottom: 0.6rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    box-shadow: 3px 3px 10px #f3f3f3,-3px 3px 10px #f3f3f3,3px -3px 10px #f3f3f3,-3px -3px 10px #f3f3f3;
    background:#FFFFFF url("../images/public/z-fanhuithree.png")no-repeat center center;
    background-size: 0.2rem 0.2rem;
    transition: all 0.4s ease;
    z-index: 99;
}
.z-fanhuithree.on{
    right: 5%;
}
.z-zylysmtitle{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size:0.14rem;
	background:#f7f7f7;
}
.z-zylysmtitle img{
	width: 0.14rem;
	height: 0.14rem;
	margin-right:0.1rem;
}
.z-zylyxx{
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	box-sizing: border-box;
	padding: 0.1rem;
	transition: all 0.4s ease;
	background:#fff;
	z-index:0;
	overflow-y: auto;
}
.z-zylyxx.on{
	right: 0%;
	z-index:99;
}
.z-zylyxx h2{
	font-size: 0.14rem;
	color: #333333;
	text-align:center;
	margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}
.z-zylyxx p{
	font-size: 0.13rem;
	color: #666;
	line-height: 0.25rem;
	text-indent: 0.25rem;
}
	              	

	              	 	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	