.payment{
	width:1104px;
	margin:0 auto;
}
.pay_title{
	color: #2f2f2f;
    font-size: 20px;
    font-weight: normal;
    height: 45px;
    line-height: 48px;
    margin-bottom: 5px;
    margin-top: 10px;
}
/* 建设银行 */
.bank{
    background: #ffffff;
    border: 1px solid #e3e3e3;
}
.bank img{
	width:100%;
}
/* 注意 */
.attention{
	padding: 15px 0;
}
.attention p{
	clear: both;
	font-size: 14px;
    color: #777777;
    line-height: 26px;
}
.attention span{
	color: #e73a3c;
	font-size: 16px;
	font-weight: bold;
}
/* 提示 */
.prompt{
	float: left;
	margin:30px 0 60px 40px;
}
.prompt i{
	background: url(../../img/pay_guoer.png) no-repeat;
	float: left;
	width:77px;
	height:101px;
}
.prompt p{
	float: left;
	color:#fff;
	background: #dd0000;
	line-height: 40px;
	padding:0 30px;
	margin: 42px 0 0 20px;
}