input,textarea{
    -webkit-appearance: none;
}
/*导航*/
.current-page {
    width: auto;
    height: 0.64rem;
    line-height: 0.64rem;
    margin: 0 0.2rem;
}

.current-page > a,.current-page b,.current-page span {
    font-size: 0.28rem;
    color: #666
}

.container .current-active {
    color: #E23839
}		
/*form*/
.form{
	width: auto;
	overflow: hidden;
	background: #fff;
	margin: 0 0.2rem;
	padding: 0.2rem;
}
.order-message{
	margin-bottom: 0.2rem;
}
.form-title{
	display: block;
	line-height: 0.7rem;
	text-align: left;
	font-size: 0.32rem;
	color: #333333;
}
.goods-info{
	width: auto;
	padding: 0 0.32rem;
	border: solid 1px #E6E6E6;
	box-sizing: border-box;
}
.goods-info li{
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: dashed 1px #E6E6E6;
	box-sizing: border-box;
}
.goods-info li.last{
	border-bottom: none;
}
.goods-info-li-left{
	font-size: 0.28rem;
	color: #999999;
	width: 1.6rem;
	text-align: right;
	margin-right: 0.48rem;
	float: left;
}
.goods-info-li-right{
	font-size: 0.28rem;
	color: #333;
	float: left;
}
.input-wrap {
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0.08rem auto;
    border: solid 1px #50aaf0;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
.input-wrap .reduce, .input-wrap .add, .input-wrap .count {
    width: 25%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #50aaf0;
    text-align: center;
    box-sizing: border-box;
    float: left;
}
#count {
    width: 50%;
    border: 0;
    border-right: solid 1px #50aaf0;
    border-left: solid 1px #50aaf0;
}
.order-price,.change-price{
	font-size: 0.28rem;
	font-weight: bold;
	color: #e2383a;
}
.tip-desc{
	display: block;
	font-size: 0.2rem;
	color: #e2383a;
	margin: 0.16rem auto;
}
					.person-info{
		overflow: hidden;
		background: #f3f9fd;
		border: solid 1px #E6E6E6;
		box-sizing: border-box;
		padding: 0.4rem 0;
		margin-bottom: 0.2rem;
	}
	.person-info li{
		margin-bottom: 0.3rem;
		overflow: hidden;
	}
	.person-info li.last{
		margin-bottom: 0;
	}
	.person-info label{
		width: 1.76rem;
		text-align: right;
		font-size: 0.28rem;
		color: #999999;
		line-height: 0.6rem;
		display: inline-block;
		float: left;
	}
	.person-info .inp-text{
		width: 3.6rem;
		line-height: 0.6rem;
		border: 0;
		outline: none;
		box-sizing: border-box;
		border: solid 1px #E6E6E6;
		background: #fff;
		float: left;
		text-indent: 4px;
	}
	.person-info .text-textarea{
		height: 1.2rem;
		line-height: 0.32rem;
		padding: 0.04rem;
		font-family: "微软雅黑";
	resize: none;
}
.person-info .icon{
	display: inline-block;
	line-height: 0.6rem;
	font-size: 0.16rem;
	vertical-align: middle;
	color: #E2383A;
	float: left;
	margin-left: 0.12rem;
}
.total-price{
	font-size: 0.32rem;
	color: #666;
	text-align: center;
	line-height: 1rem;
	margin: 0 0.2rem;
}
.total-change-price,.total-price span{
	color: #f00909;
	font-weight: bold;
}
.submit-btn{
	margin: 0 0.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	width: auto;
	background: #E2383A;
	color: #fff;
	font-size: 0.32rem;
	margin-bottom: 1.4rem;
}