* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #333;
	overflow-x: hidden;
	background: #E6E6E6;
}
.w1000 {
	width: 1000px;
	margin: 0 auto
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
/*---------------index--------------*/
#header	{
	background-color: #333333;
	box-sizing: border-box;
	color:#fff;
	text-align: center;
	font-size: 26px;
	padding: 20px 0 19px;
}
#header p{
	color:#fff;
}
.page {
	margin: 0 auto;
	padding-bottom:60px;
	width:720px;
}
.section {
	background-color: #FFF;
	border-radius: 20px;
	margin: 45px auto 0;
	padding: 60px;
}
.top {
	margin-bottom: 30px;
}
.top input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding-left: 10px;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	background-color: #FCFCFC;
}


.top span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

table {
	margin-bottom: 35px;
	width: 100%;
	border-collapse: collapse;
}
table td {
	border: 1px solid #E5E5E5;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
table td .img {
	position: absolute;
	top: -5px;
	right: 55px;
}
table td input {
	margin-top: 15px;
	line-height: 40px;
	margin-right: 15px;
	vertical-align: top;
	display: inline-block;
}
table td img {
	margin-right: 10px;
	display: inline-block;
}
table td p {
	display: inline-block;
	color: #666;
	font-size: 14px;
	vertical-align: top;
}
table td span {
	display: block;
	line-height: 1.2;
	font-size: 12px;
	color: #ccc;
}
.btn {
	width: 240px;
	margin: 0 auto;
	padding-bottom:15px;
}
.btn button {
	border: none;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 50px;
	color:#fff;
	font-size: 18px;
	 border-radius: 5px;
	 background-color: #3295FB;
}
.btn button:active{
	opacity:0.95;
}

.btn button:disabled{
	cursor: not-allowed;
	opacity:0.65;
	/*background: #83c0ff;*/

}

.topImg {
	margin-bottom: 25px;
	text-align: center;
}
.topImg img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.topImg span{
	vertical-align :top;
	overflow: hidden;
	display: inline-block;
	height: 65px;
	overflow: hidden;
	line-height: 60px;
}
.topImg span:before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url("../images/multiPay/head-logo-2.jpg") no-repeat;
	float: left;
	background-size: contain;
}
.topImg span:after{
	content: "微信支付";
	display: inline-block;
	line-height: 48px;
	font-size: 22px;
	color: #666;
	vertical-align: middle;
	padding-left: 15px;
}
.section.ding .topImg span:after{
	content: "支付宝钉钉";
}
.section.ding .topImg span:before{
	background-image: url("../images/multiPay/head-logo-1.jpg");
}

.section.QQwallet .topImg span:after{
	content: "QQ钱包";
}
.section.QQwallet .topImg span:before{
	background-image: url("../images/multiPay/head-logo-3.jpg");
}
.text {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin: 0 0 18px;
}
.ma {
	border: 1px solid #E6E6E6;
	padding: 18px;
	width: 226px;
	margin: 0 auto 30px;
}
.ma img{
	width: 100%;
	height: 100%;
}
.note {
	text-align: center;
	font-size: 20px;
	color: #666;
	margin: 0 0 30px;
}
.btm {
	text-align: center;
	font-size: 12px;
	color:#cccccc;
	border-top: 1px solid #E5E5E5;
	padding-top: 25px;
}

.formUl{
	border: 1px solid #E5E5E5;
	width: 100%;
	height: 58px;
	margin-bottom: 35px;
}

.formUl li{
	position: relative;
	border-left: 1px solid #E5E5E5;
}

.formUl li label{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 30px;
}
.formUl li label input{
	margin-top: 15px;
	line-height: 40px;
	margin-right: 15px;
	vertical-align: top;
	display: inline-block;
	float: left;
}
.formUl li label .img{
	width: 40px;
}
.formUl li label .img .offer{
	position: absolute;
	line-height: 0px;
	top: -16px;
	width: 70px;
}

.formUl li label .img .offer img{
	width: 100%;
}

.formUl li label .img img{
	max-width: 100%;
}

.formUl li label p{
	padding-left: 10px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.formUl li label p span{
	display: block;
	line-height: 1.2;
	font-size: 12px;
	color: #ccc;
}

.top input.error{
	border-color:#f56c6c ;
}

.error{
	color:#f56c6c;
}


/* PC客户端或大屏幕设备: 960px 至更大 */
@media screen and (min-width: 960px) {
	.ttl {
		height: 22px;
		background: url("../images/multiPay/imgtext01.png") no-repeat center;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.ttl img{
		display: none;
	}
	.formUl li{
		width: 33.3%;
		margin-left: -1px;
		float: left;
	}

	.formUl li label .img{
		position: relative;
		height: 40px;
		float: left;
		text-align: center;
		line-height: 40px;
	}

	.formUl li label .img .offer{
		left: 30px;
	}
}
@media screen and (max-width: 960px) {
	.page {
		margin: 0 auto;
		padding-bottom: 0px;
		width: 100%;
		overflow: hidden;
	}

	#header {
		font-size: 0.42rem;
		padding: 0.3rem 0;
	}

	#main{
		background-color: #FFF;
		border-radius: 6px;
		margin: 0.5rem;
		padding: 0.8rem;
	}

	.section{
		margin: 0;
		padding: 0px;
	}

	.top input {
		height: 1rem;
		line-height: 1rem;
		font-size: 0.42rem;
		box-sizing: border-box;
	}

	.top span {
		font-size: 0.28rem;
		margin-top: 0.2rem;
	}

	.ttl {
		width: 3.1rem;
		margin: 0 auto 0.4rem;
		font-size: inherit;
		height: auto;
	}
	.ttl img {
		width: 100%;
	}

	.formUl {
		margin-bottom: 1.2rem;
		border: none;
		height: auto;
	}

	.formUl li {
		margin-bottom: 0.3rem;
		border: 1px solid #E5E5E5;
		padding: 0.3rem 0.5rem 0.2rem;
		text-align: left;
		border-radius: 2px;
		position: relative;
	}

	.formUl li:before {
		content: "";
		position: absolute;
		top: 0.5rem;
		right: 0.3rem;
		width: 0.15rem;
		height: 0.4rem;
		background: url(../images/multiPay/icon02.png) no-repeat center top;
		background-size: 0.15rem auto;
	}

	.formUl li label p {
		display: inline-block;
		color: #666;
		font-size: 0.38rem;
		vertical-align: top;
		padding-left: 0.2rem;
		margin-top: -0.13rem;
	}
	.formUl li label p span {
		display: block;
		line-height: 1.2;
		font-size: 0.25rem;
		color: #ccc;
	}

	.formUl li label .img{
		width: 0.7rem;
		display: inline-block;
	}

	.formUl li label .img .offer{
		position: absolute;
		width: 1.3rem;
		line-height: 0px;
		top: 0.4rem;
		right: 0.8rem;
	}

	.formUl li label .img .offer img{
		width: 100%;
	}
	.formUl li label{
		padding: 0;
	}
	.formUl li label input{
		margin-top: 0.2rem;
		margin-right: 0.2rem;
		vertical-align: top;
		display: inline-block;
	}

	.btn {
		width: 5.6rem;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.topImg span{
		height: 1rem;
		line-height: .4rem;
	}
	.topImg span:before{
		width: 1.2rem;
		height:1.2rem;
	}
	.topImg span:after{
		line-height: 1rem;
		font-size: .6rem;
		padding-left: .3rem;
	}
	.text {
		font-size: .55rem;
		color: #666;
		text-align: center;
		margin: 0 0 .35rem;
	}
	.ma {
		padding: .3rem;
		margin: 0 auto .4rem;
	}

	.note {
		font-size: .54rem;
		margin: 0 0 .6rem;
	}
}