@charset "utf-8";

/* CSS Document */
*{
	margin: 0rem;
	padding: 0rem;
}
body {
	margin: 0rem;
	padding: 0rem;
	width: 7.5rem;
	list-style-type: none;
	text-decoration: none;
}

.city,
.pattern,
.kind {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.tit {
	width: 100%;
	height: 0.62rem;
	margin-top: 0.2rem;
	display: flex;
	line-height: 0.62rem;
	justify-content: space-between;
	padding: 0 0.30rem;
}

.tit img {
	width: 0.23rem;
	height: 0.23rem;
	/* 	float:left; */
	margin-top: 0.2rem;
	margin-right: 0.15rem;
	display: inline-block;
}

.tit .h4 {
	font-size: 0.30rem;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #333333;

}

.tit .h5 {
	font-size: 0.30rem;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #333333;
}
.form-control{
	width:2.5rem;
	height: 0.8rem;
	display: block;
	margin-left: 0.1rem;
	float: left;
}
.form-control::-webkit-input-placeholder{
	color: #666;
	font-size: 0.32rem
}

.tit .xz {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-webkit-transform: rotate(90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
}

.city .cityList,
.kind .pzList {
	position: relative;
	/* padding-top:0.15rem;
	padding-bottom:0.15rem; */
	overflow: hidden;
}

.city .cityList .whole,
.kind .pzList .total {
	width: 7rem;
	overflow: hidden;
	padding: 0rem;
}

.city .cityList .whole ul,
.kind .pzList .total ul {
	padding: 0rem 0.30rem;
}

.city .cityList .whole .fold,
.kind .pzList .total .dk {
	display: none;
	width: 7rem;
	overflow: hidden;
}
.sw{
	height: 3rem;
	overflow: hidden;
}
.city .cityList .whole li,
.kind .pzList .total li {
	    float: left;
	    text-align: center;
	    border: 0.01rem solid #c9caca;
	    border-radius: 0.1rem;
	    font-size: 0.28rem;
	    color: #6e6e6e;
	    font-family: "微软雅黑";
	    list-style-type: none;
	    width: 1.4rem;
	    padding: 0.2rem;
	    margin: 0.1rem;
	}

.yx {
	overflow: hidden;
	margin-top: 0.2rem;
	margin-left: 0.20rem;
}

.yx h4 {
	float: left;
	font-size: 0.36rem;
	line-height: 0.75rem;
	color: #333;
	height: 0.75rem;
	font-weight: normal;
	font-family: "微软雅黑";
	margin: 0rem;
}

.yx h5 {
	float: left;
	width: 1.6rem;
	height: 0.75rem;
	background: #1cb96a;
	color: #fff !important;
	line-height: 0.75rem;
	border: 0.01rem solid #c9caca;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	font-family: "微软雅黑";
	text-align: center;
	font-weight: normal;
	margin: 0rem;
}

.pattern .patList {
	position: relative;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	overflow: hidden;
}

.pattern .patList ul {
	overflow: hidden;
	width: 6rem;
	margin: 0rem;
	margin-left: -0.11rem;
}

.pattern .patList ul li {
	float: left;
	width: 1.6rem;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	border: 0.01rem solid #c9caca;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	color: #6e6e6e;
	font-family: "微软雅黑";
	margin: 0.15rem 0.11rem;
	list-style-type: none;
}

.pattern .patList .select {
	background: #1cb96a;
	color: #fff;
}

.btn {
	width: 7rem;
	margin: 0.2rem auto;
	height: 0.95rem;
	text-align: center;
	line-height: 0.95rem;
	border: 0.01rem solid #c9caca;
	border-radius: 0.1rem;
	font-size: 0.38rem;
	color: #fff;
	font-family: "微软雅黑";
	height: 0.95rem;
	background: #1cb96a;
}
