.warp{
	width: 100vw;
	overflow: hidden;
}
.content{
	background-color: #ffffff;
	margin: auto;
	padding-bottom: 1.0rem;
}
img{
	width: 100%;
	height: 100%;
}
.top{
	display: flex;
}
.top .tou{
	margin-top: 0.44rem;
	margin-left: 0.4rem;
	width: 0.44rem;
	height: 0.44rem;
}
.top .text{
	margin-right: 0.88rem;
	flex: 1;
	text-align: center;
	margin-top: 0.42rem;
	font-size: 0.36rem;
	font-family: AGaramondPro-Regular, AGaramondPro;
	font-weight: 400;
	color: #000000;
	line-height: 0.44rem;
}
.pics{
	margin-top: 0.98rem;
	margin-left: 0.8rem;
	width: 1.48rem;
	height: 1.48rem;
}
.name{
	font-size: 0.48rem;
	font-family: AGaramondPro-Bold, AGaramondPro;
	font-weight: bold;
	color: #333333;
	margin-top: 0.22rem;
	margin-left: 0.8rem;
	margin-right: 0.32rem;
	max-width: 6.4rem;
}
.states{
	display: flex;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	border-bottom: 0.02rem solid #E9E9E9;
	padding-top: 0.44rem;
	padding-bottom: 0.44rem;
}
.states.on{
	margin-top: 1.0rem;
}
.states .icon{
	width: 0.32rem;
	height: 0.4rem;
	margin: auto;
	margin-right: 0.26rem;
}
.states .icon.on{
	width: 0.34rem;
	height: 0.36rem;
}
.states .input{
	flex: 1;
}
.states .input input{
	font-size: 0.34rem;
	font-family: AGaramondPro-Regular, AGaramondPro;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 0.44rem;
	border: none;
	min-width: 5.40rem;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #AAAAAA;
}
input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #AAAAAA;
}
input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #AAAAAA;
}
.anjian{
	margin-top: 0.62rem;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
	height: 1rem;
	border-radius: 0.1rem;
	background: #00645B;
	font-size: 0.36rem;
	font-family: AGaramondPro-Regular, AGaramondPro;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	height: 1.0rem;
	line-height: 1.0rem;
}


