.z-btn1{
	 width: 280px;
	 height: 410px;
	 text-align: center;
	 color: #fff;
 }
.z-btn1 span b{
	border: 1px solid #ffffff;
	font-size: 28px;
	padding: 5px 20px;
}
.z-btn1 span span{
	font-size: 14px;
	margin-top: 10px;
}

.z-btn2{
	width: 222px;
	height: 292px;
	text-align: center;
	color: #fff;
}
.z-btn2 img{
	 /*float: left;*/
 }
.z-btn2 a{
	color: #ff8000;
	background: white;
	border-radius: 20px;
	display: block;
	width: 100px;
	line-height: 33px;
}
.z-btn2 span{
	width: 200px;
}

.z-btn3{
	width: 379px;
	height: 237px;
	background: #f2f2f2;
}
.z-btn3 p:nth-of-type(1){
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
}
.z-btn3 p:nth-of-type(2){
	display: block;
	width: 200px;
	height: 30px;
	color: white;
	margin: 10px auto;
	background: #0199ed;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
}
.z-btn3 p:nth-of-type(3){
	text-align: center;
	font-weight: 600;
}
.z-btn3 p:nth-of-type(4){
	text-align: center;
	margin: 10px;
}
.z-btn3 a{
	color: #ffffff;
	width: 100px;
	height: 30px;
	border-radius: 6px;
	background: #ff8000;
	margin: auto;
	display: block;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}


.z-btn9{
	width: 100%;
	height: 90px;
	text-align: center;
	color: #fff;
}
@media all and (max-width: 374px) {
	.z-btn9{
		height: 80px;
	}
}
.z-btn9 a{
	color: #ffffff;
	font-size: 14px;
}
.z-btn9 img{
	width: 50%;
	margin: 10% auto 5%;
	display: block;
}
.z-btn9 p{
	color: #666666;
	margin-top: 5%;
	font-size: 12px;
}
.z-btn9 div{
	color: #ff3300;
	font-size: 12px;
}