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.1rem 0.1rem 0.7rem 0.1rem;
	margin-left: 0%;
    transition: all ease 0.4s;
}
.z-body.on{
	margin-left: -30%;
}
.z-title{
    width: 100%;
    font-size: 0.14rem;
    position: relative;
}
.z-title span{
    padding-left: 0.2rem;
    background: url("../images/public/z-homesearch1.png")no-repeat left center;
    background-size: 0.12rem 0.15rem;
    font-weight: bold;	
	font-size:0.14rem;
	color:#333;
}
.z-title i{
    display: inline-block;
    height: 0.18rem;
	padding-left:0.25rem;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/public/z-shaixuanbot.png")no-repeat left center;
    background-size: 0.18rem 0.18rem;
}
.z-wyycdcont{
    width: 100%;
    padding-top: 0.1rem;
}
.z-wyycdcont ul li{
    width: 100%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f7f7f7;
    position: relative;
}
.z-wyycdcont h2{
    font-size: 0.15rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}
.z-wyycdcont p{
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
	width:100%;
	word-wrap: break-word;
}
.z-wyycdcont p span:nth-child(1){
    margin-right: 0.3rem;
}
.z-wyycdcont .z-span1{
    display: block;
    font-size: 0.12rem;
    margin-bottom: 0.05rem;
	color:#888;
	box-sizing: border-box;
	padding-left:0.2rem;
}
.z-wyycdcont .z-span2{
	background: url("../images/public/z-wyycdback1.png")no-repeat left center;
    background-size: 0.13rem 0.13rem;
}
.z-wyycdcont .z-span3{
	background: url("../images/public/z-wyycdback2.png")no-repeat left center;
    background-size: 0.13rem 0.13rem;
}
.z-wyycdcont .z-i{
    font-size: 0.12rem;
    position: absolute;
    bottom:.1rem;
    right: 0;
    display: inline-block;
    height: 0.25rem;
    padding: 0 0.1rem;
    background: #d83c42;
    color: #FFFFFF;
    line-height: 0.25rem;
    border-radius: 0.05rem;
}
.z-wyycdpone{
	width: 100%;
    box-sizing: border-box;
    padding-right:0.15rem;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
	color:#999;
	background: #f7f7f7;
	line-height: 0.25rem;
}
.z-wyycdpone.on{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
}
.z-wyycdpone i{
    position: absolute;
    right: 0rem;
    bottom: 0rem;
	transition: all ease 0.3s;
}
.z-wyycdpone i.on{
    transform: rotate(180deg);
}
.z-wyycdpone i img{
    width: 0.15rem;
    height: 0.08rem;
}
.z-fanhui{
    width: 0.4rem;
    position: fixed;
    right: 0.1rem;
    bottom: 0.1rem;
    z-index: 9;
}
.z-fanhui div{
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0.03rem 0.03rem 0.1rem #f3f3f3,-0.03rem 0.03rem 0.1rem #f3f3f3,0.03rem -0.03rem 0.1rem #f3f3f3,-0.03rem -0.03rem 0.1rem #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-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;
    background: #f7f7f7;
    overflow-x: scroll;
}
.z-screencont1 .z-screencont11 ul li{
    width: 33.3%;
    height: 100%;
    float: left;
    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;
    height: 0.25rem;
    font-size: 0.12rem;
    box-sizing: border-box;
    padding-left: 0.13rem;
    padding-right: 0.13rem;
    line-height: 0.25rem;
    text-align: center;
    border-radius: 0.05rem;
    border: 0.01rem solid #8d8d8d;
}
..z-screencont333 span{
	min-width: 1rem;
}
.z-screencont22 p{
    height: 0.35rem;
    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%;
    height: 0.3rem;
    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{
    width: 30%;
    height: 100%;
    text-align: center;
    line-height: 0.3rem;
    background: #C20007;
    color: #FFFFFF;
    border: none;
    border-radius: 0.05rem;
}
.z-wydfwtc{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    font-size: 0.14rem;
    background: #FFFFFF;
	box-sizing: border-box;
    padding: 0.1rem;
    transition: all 0.4s ease;
	z-index:-1;
}
.z-wydfwtc.on{
	right: 0%;
	z-index:999;
}
.z-wydfwtc form{
    width: 100%;
}
.z-wydfwtc form .z-joind1{
    width: 100%;
    height: 0.35rem;
}
.z-wydfwtc form .z-joind1 label{
    display: inline-block;
    width: 20%;
    height: 100%;
    line-height: 0.35rem;
    float: left;
}
.z-wydfwtc form .z-joind1 input{
    width: 80%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    line-height: 0.35rem;
    border: none;
    border-bottom: 1px solid #f7f7f7;
}
#startTime{margin-bottom:0.05rem;}
.z-wydfwtc form .z-joind2{
    width: 100%;
	margin-top: 0.35rem;
}
.z-wydfwtc form .z-joind2 label{
    display: block;
    width: 30%;
    height: 0.35rem;
    line-height: 0.35rem;
}
.z-wydfwtc 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-wydfwtc form .z-joind3 input{
    width: 60%;
    float: left;
}
.z-wydfwtc form .z-joind3 img{
    width: 20%;
    height: 0.25rem;
    float: right;
    margin-top: 0.1rem;
}
.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: #e76a2b;
    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%;
}
	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	