/*2017-11-22 mars-sta*/
body{
	background-color: #fff;
}
.wrap{
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	bottom:0;
	background-image: url(../../img/etc/etch5.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.proImgCon{
	width: 100%;
	height: 1.7rem;
	background: #FFFFFF;
}
.proImgCon img{
	width: 100%;
	height: 1.7rem;
}
.proPresent{
	margin-top: 0.28rem;
}
.proPresent img{
	width: 100%;
	height: 5.86rem;
}
.des{
	margin:0.2rem 0.4rem;
	line-height: 0.45rem;
	color: #ff4d33;
	font-size: .9em;
}
.btmBar{
	width: 100%;
	height: auto;
	padding: .2rem .3rem;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.btmBar a{
	color: #005ef3;
	text-decoration:underline;
}
.promotion{
	display: inline-block;
	margin-bottom: .2rem;
	color: #ff4d33;
	float: right;
}
a.buyBtn{
	display: inline-block;
	width: 100%;
	height: .9rem;
	line-height: .9rem;
	font-size: 1.1em;
	margin-top: .4rem;
	border-radius:.1rem;
	text-align: center;
	color: #fff;
	background-color: #ff4d33;
	text-decoration:none;
}
/*2017-11-22 mars-end*/
.proName{
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
}
.proName p{
	padding: 0.25rem 0;
}
.proInImg{
	width: 100%;
	background: #FFFFFF;
}
.proInImg img{
	width: 100%;
	margin-top: 0.25rem;
}
.ETCfooter{
	width: 100%;
	height: 1rem;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 1rem;
	color: #FFFFFF;
}
.ETCfooter button{
	float: left;
	border: none;
	color: #FFFFFF;
	font-size: 0.3rem;
}
.saveBtn{
	width: 50%;
	height: 1rem;
	background: #FFB300;
}
.debitBtn{
	width: 50%;
	height: 1rem;
	background: #FF3B07;
}
html,body{width: 100%;height: 100%;overflow-y: scroll;position: relative;}
.wrap{height: auto;overflow: hidden;}
.code{padding:0 .3rem;margin:0 -.3rem;box-sizing:border-box;background-color: #fff}
.code p{margin: .6rem 0 .2rem;padding-top: .2rem;font-size: .35rem}
#qrcodeCanvas{width:160px;height:160px;margin:0 auto 1.4rem;padding-bottom: .3rem}
.btmBar1{position: absolute;left: 0;bottom: 0;width: 100%;height: auto;padding:0 .3rem .4rem;box-sizing: border-box;}
a.buyBtn{margin:0;}
.hide{display: none;}
.proInImg .wxCode{width: 6rem;margin: 0 auto;display: block;}