@charset "utf-8";
/* CSS Document */
.conIn{
	width:100%;
	height:auto;}
.conIn .payInf{
	width:100%;
	height:auto;
	background:#fff;
	overflow:hidden;}
.conIn .payInf h2{
	font-size:14px;
	font-weight:bold;
	height:45px;
	line-height:45px;
	border-bottom:1px dashed #eee;
	padding-left:10px;}
.conIn .payInf .payCon{
	padding:5px 10px;
	}	
.conIn .payInf .payCon p{
	font-size:14px;
	line-height:28px;
	}	
.conIn .payMode{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	margin-top:10px;}	
	
.conIn .payMode h2{
	font-size:14px;
	font-weight:bold;
	height:45px;
	line-height:45px;
	border-bottom:1px dashed #eee;
	padding-left:10px;}	
.conIn .payMode ul{
	width:100%;}	
.conIn .payMode ul li{
	height:45px;
	line-height:45px;
	padding-left:10px;
	font-size:14px;
	border-bottom:1px solid #eee;
	}	
.conIn .payMode ul li .go{
	width:100%;
	height:100%;
	display:block;
	background:url(../images/icon_go.png) no-repeat 97% center;
	background-size:10px auto;
	color:#555;}	
.conIn .ma{
	height:45px;
	border-bottom:1px solid #eee;
	line-height:45px;
	background:#fff;
	position:relative;
	border-top:1px solid #eee;
	padding-left:10px;
	}	
.conIn .ma .inpt{
	width:50%;
	height:100%;
	border:0;
	-webkit-appearance:none;
	font-size:14px;
	line-height:45px;
	color:#555;}	
.conIn .ma .getMa{
	height:30px;
	border-radius:3px;
	width:100px;
	font-size:12px;
	line-height:30px;
	background:#f06000;
	color:#fff;
	text-align:center;
	position:absolute;
	right:10px;
	top:8px;}	
	
.conIn .btns{
	margin:20px 10px;
	}	
.conIn .btns .btnIn{
	width:100%;
	height:40px;
	line-height:40px;
	background:#f06000;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-radius:5px;}	
.conIn .btns .dis{
	background:#ccc;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	