.content{
	/*margin-top: -.84rem;*/
	padding-bottom:1.2rem;
}
.money-box{
	width: 100%;
	background-color: #fff;
}
.money-box ul{
	padding-left:.28rem;
	box-sizing: border-box;
}
.title{
	line-height: 1rem;
	font-size: .3rem;
}
.title .line{
	width: .06rem;
	height: .32rem;
	display: inline-block;
	margin-right:.2rem;
	background-color: #F18510;
	margin-top:.02rem;
	position: relative;
	top:.05rem;
}
.money-box li{
	float: left;
	text-align: center;
	color:#969696;
	width: 1.6rem;
	height: .6rem;
	line-height: .6rem;
	border-radius: .08rem;
	margin-right: .18rem;
	margin-bottom: .28rem;
	border:1px solid #DCDCDC;
	box-sizing: border-box;
}
.money-box li.active{
	/*background-color:#F18510;
	background: #F18510 url('../img/payment-bg.png') 100%;
	color:#fff;*/
	border:1px solid #f7b76f;
	color:#f7b76f;
}
.money-box li.doudi{
	color:#E54640;
}
.money-box li.doudi.active{
	background-color:#f7b76f;
	color:#fff;
	border-color:#f7b76f;
}
.money-box #other{
	height: .64rem;
	line-height: .64rem;
	padding-left:.2rem;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: .08rem;
	width: 6.94rem;
	color:#6E6E6E;
	margin-left: .28rem;
	margin-bottom: .28rem;
	color:#969696;
}
.wechat-box{
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	margin:0 auto;
	box-shadow:-.08rem .13rem .38rem 0 rgba(225,224,223,.38);
	margin-top:.2rem;
	color:rgba(40,40,40,.7);
	background: #fff url('../images/payment-wechat.png') no-repeat .3rem center;
	background-size: .54rem;
}
.wechat-box .text{
	padding-left: .96rem;
}
.wechat-box .img{
	width: .4rem;
	height: .4rem;
	margin-top:.4rem;
	margin-right:.26rem;
}
.wechat-box .img img{
	width: 100%;
	height: 1005;
}
.pay-btn-box{
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .36rem;
	border-top: 1px solid #E5E5E5;
}
.pay-btn-box .left{
	width: 4.95rem;
	font-size: .3rem;
}
.pay-btn-box .left span{
	font-size: .36rem;
	color:#ff2222;
}
.pay-btn-box .paybtn{
	width: 2.4rem;
	height:.8rem;
	line-height: .8rem;
	border-radius: .1rem;
	background-color: #E54640;
	text-align: center;
	color:#fff;
	position: absolute;
	top:.1rem;
	font-size: .32rem;
	right:.14rem;
}

.ly-box{
	width: 100%;
	height: 5.36rem;
	margin-top:.2rem;
	background-color: #fff;
}

.ly-box .text{
	height: 3.1rem;
}
.ly-box #liuyan{
	width: 100%;
	height: 100%;
	padding: .14rem;
	box-sizing: border-box;
	border:0;
	line-height: .38rem;
}
textarea::-webkit-textarea-placeholder {
  color:#969696;
}
textarea:-moz-placeholder {
  color:#969696;
}
textarea:-ms-textarea-placeholder {
  color:#969696;
}