/**
* 网关页面全局CSS样式文件
*/

html,body{
margin: 2px 2px;
/* height: 100%	 */	
}

header{
height: 90px;
border: 1px;/*测试使用*/
border-color: red;/*测试使用*/
background-color: white;/*测试使用*/	
}

section{
/* height: 700px; */
border: 1px;/*测试使用*/
border-color: red;/*测试使用*/
background-color: white;/*测试使用*/
margin-top: 1px			
}

footer{
height: 150px;
border: 1px;/*测试使用*/
border-color: red;/*测试使用*/
background-color: white;/*测试使用*/	
margin-top: 1px	;
padding-top: 1px		
}

/**订单详情title***/
.orderDetail_title{
	background-color: #01FF9D;
	font-size: 1.1em;
	height: 33px;
	line-height: 33px;
	padding-left: 40px;
	background-image:url(../image/orderdetail.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
	
}

/**订单详情内容显示***/
.orderDetail_text{
	height: 33px;
	line-height: 24px;
	font-size: 0.95em;
	padding-left: 80px;
	margin-bottom: 0px;
	font-weight: bold;
}

/**付款title***/
.currency_title{
	background-color: #01FF9D;
	font-size: 1.1em;
	/* height: 33px; */
	line-height: 30px;
	padding-left: 40px;
	background-image:url(../image/currency.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 2px;
	
}

/**付款title***/
.method_title{
	background-color: #01FF9D;
	font-size: 1.1em;
	/* height: 33px; */
	line-height: 30px;
	padding-left: 40px;
	background-image:url(../image/method.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 2px;
	
}

/**付款title***/
.bank_title{
	background-color: #01FF9D;
	font-size: 1.1em;
	/* height: 33px; */
	line-height: 30px;
	padding-left: 40px;
	background-image:url(../image/bank.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 2px;
	
}

/*****国旗显示****/
.guoqi{
	width: 100%;
	min-height: 37px;
	border: 1px solid #ebeae9;
	background-color: white;
	margin: 0 auto;
}

.guoqi ul{
	padding: 0;
	margin: 3px 0 0 0;
}
.guoqi li{
	float: left;
	list-style-type:none;
	padding: 0;
	margin-left: 10px;
	border: 1px solid #ebeae9;
}

/*****实际支付金额*******/
.paybankAmt{ 
	font-size:1.3em; 
	color:#1e296f; 
	text-align:center;
	line-height:30px;
	font-weight: bold;
	border: 1px solid #ebeae9;
	padding-top: 1px
}

/*********支付产品显示**********/
/* .productlist{
	width: 100%;
	min-height: 50px;
	border: 1px solid #ebeae9;  
	background-color: white;
	margin: 0 auto;
}

.productlist ul{
	padding: 0;
	margin: 3px 0 0 0;
}
.productlist li{
	float: left;
	list-style-type:none;
	padding: 0;
	margin-left: 10px;
	border: 1px solid #ebeae9;
} */

.productlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.productlist img {
    margin: 5px;
    max-width: 100px;
    max-height: 100px;
    cursor: pointer; /* 鼠标移动到图片上时显示手形光标 */
}
.selected {
    border: 2px solid blue; /* 选中效果的样式 */
}

/*********银行logo显示**********/
.banklist{
	width: 100%;
	min-height: 50px;
	/* border: 1px solid #ebeae9;  */
	background-color: white;
	margin: 0 auto;
}

.banklist ul{
	padding: 0;
	margin: 3px 0 0 0;
}
.banklist li{
	float: left;
	list-style-type:none;
	padding: 0;
	margin-left: 10px;
	border: 1px solid #ebeae9; 
}


/*********支付按钮**********/
.payBtn_zf{ 
	width:100%; 
	height:40px; 
	/* margin-top:20px; */ 
	margin-bottom:20px;
}
.payBtn_zf span{
	text-align:center;
	margin: 0 auto;
	width:150px; 
	height:40px;
	display: block;
	}
	
.payBtn_zf a{ 
	width:150px; 
	height:40px; 
	line-height:40px; 
	background:#CCC; 
	display:block; 
	font-size:1em; 
	text-decoration:none; 
	color:#FFF;
	}
	
.payBtn_zf a:hover{ 
	width:150px; 
	height:40px; 
	background:#4886c4; 
	color:#FFF; 
	text-decoration:none;
	}





