.head {
	width: 32rem;
	padding: 1rem 0 0.6rem 0;
}

.head img {
	width: 30rem;
	margin: 0 auto;
}

.yindao {
	width: 32rem;
	height: 3.2rem;
	background: #f5f5f5;
	display: flex;
	justify-content: space-around;
}

.yindao a {
	width: 7.68rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	height: 2rem;
	background: #fff;
	margin-top: 0.6rem;
	border-radius: 1.2rem;
	color: #ed7702;
	border: 0.1rem solid #ed7702;
	display: block;
	box-sizing: border-box;
}

.yindao a:first-child {
	width: 5rem;
}

.yindao a:last-child {
	width: 9.6rem;
}

.banner {
	width: 32rem;
	height: 22.5rem;
	position: relative
}

.banner img:first-child {
	width: 32rem;
	height: 22rem;
}

.banner img:nth-child(2) {
	width: 30rem;
	height: 7rem;
	position: absolute;
	bottom: 0;
	left: 1rem;
}

.ask {
	width: 29.6rem;
	height: 10.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ask a {
	width: 14.3rem;
	height: 2.4rem;
	display: block;
	font-size: 1.2rem;
	line-height: 2.4rem;
	text-align: center;
	margin-top: 1rem;
	background: #ed7702;
	color: #fff;
	border-radius: 0.5rem;
}

.duihua {
	width: 32rem;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 1.2rem 5rem 1.2rem;
}

.duihua>div {
	width: 29.6rem;
	overflow: hidden;
	margin-top: 1rem;
}

.duihua .duihua_box {
	width: 29.6rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.duihua .duihua_box img {
	width: 4rem;
	height: 4rem;
}

.duihua .duihua_box p {
	width: 24rem;
	font-size: 1.3rem;
	line-height: 2rem;
	text-align: justify;
	box-sizing: border-box;
	padding:0.5rem 0.8rem;
	border: 0.1rem solid #d5d5d5;
	border-radius: 0.5rem;
	color: #333;
}
.duihua .duihua_box p font{
	color: #ff0000;
	font-weight: bold;
}
.duihua .once,
.duihua .twice,
.duihua .third {
	display: none;
}

.duihua .once.on,
.duihua .twice.on,
.duihua .third.on {
	display: block;
}

.tiaozhuan {
	width: 32rem;
	height: 4rem;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: 0.2rem solid #bfbfbf;
	background: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.tiaozhuan img {
	width: 2.4rem;
	height: 2.4rem;
}

.tiaozhuan input {
	-webkit-appearance: none;
}

.tiaozhuan input:nth-child(2) {
	width: 20rem;
	font-size: 1.3rem;
	line-height: 3rem;
	height: 3rem;
	border-bottom: 0.2rem solid #f5f5f5;
	outline: none;
	box-sizing: border-box;
}

.tiaozhuan input:nth-child(3) {
	width: 6rem;
	height: 3rem;
	background: #ed7702;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 0.5rem;
	outline: none;
}

.ks_ol_comm_div {
	display: none !important;
}
