/*支付中心*/
.Pay{
	width: 998px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    background: #ffffff;
    min-height: 790px;
}

.Pay .content{
	width: 100%;
	height: auto;
}
.Pay .content .cen{
	overflow: hidden;
}
.Pay .content .cen .lt{
	margin: 0 auto;
	height: 40px;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
}
.Pay .content .cen .lt span#return{
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #8442fc;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	border: 1px solid #8442fc;
	border-radius: 3px;
	margin-left: 30px;
}
.Pay .content .cen .rt{
	overflow: hidden;
	padding: 25px 40px;
}
.Pay .content .cen .rt .payMsg{
	width:100%;
	height: auto;
}
.Pay .content .cen .rt .payMsg .txt {
	width:100%;
	height: 50px;
    line-height: 50px;
	clear: both;
	padding: 5px 0px;
}
.Pay .content .cen .rt .payMsg .txt .span-text,.bot-l span{
	font-weight: normal;
    width: 160px;
    display: block;
    text-align: right;
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 50px;
    vertical-align: top;
    padding-right: 10px;
}
.Pay .content .cen .rt .payMsg .txt i{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #8442fc;
	font-size: 16px;
	font-style: normal;
}
.Pay .content .cen .rt .payMsg .txt .span-text2{
	text-align: left;
    color: #8442fc;
	font-size: 14px;
}
.Pay .content .cen .rt .payMsg .txt .suggest{
	height: 39px;
	width: 250px;
	line-height: 39px;
	padding: 0 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	float: left;
}
.Pay .content .cen .rt .payMsg .txt .suggest:hover{
	border: 1px solid #8442fc;
}

.Pay .content .cen .rt .bank{
	width:100%;
	height: auto;
}

.Pay .content .cen .rt .bank .tit{
	width: 100%;
    height: 50px;
    line-height: 50px;
}
.Pay .content .cen .rt .bank .tit .choice{
	font-weight: normal;
    width: 160px;
    display: block;
    text-align: right;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    vertical-align: top;
    padding-right: 4px;
}
.Pay .content .cen .rt .bank .tit dl{
	height: 50px;
    float: left;
}
.Pay .content .cen .rt .bank .tit dl dd{
	width: 107px;
    height: 38px;
    float: left;
    cursor: pointer;
    color: #6a6c6f;
    border: 1px solid #dedede;
    border-radius: 2px;
    margin-right: 7px;
    display: block;
    margin-top: 10px;
    position: relative;
}
.Pay .content .cen .rt .bank .tit dl dd:hover{
	border: 1px solid #f70;
}
.Pay .content .cen .rt .bank .tit dl .hover i{
	position: absolute;
	right:0px;
	bottom: 0px;
	background: url(../images/markNum.png?v1) right bottom no-repeat;
	display: block;
	width: 15px;
	height:10px;
}
.Pay .content .cen .rt .bank .tit dl dd:hover i{
	position: absolute;
	right:0px;
	bottom: 0px;
	background: url(../images/markNum.png?v1) right bottom no-repeat;
	display: block;
	width: 15px;
	height:10px;
}
.Pay .content .cen .rt .bank .tit dl dd img{
	width: 100%;
}
.Pay .content .cen .rt .bank .tit dl .hover{
	border: 1px solid #f70; 
}

.Pay .content .cen .rt .bank ul{
	height: auto;
    display:block;
    padding-bottom:10px;
    overflow:hidden;
	padding-top:15px;
	border-top: dashed #e5e5e5 1px;
}
.Pay .content .cen .rt .bank ul span{
	font-weight: normal;
    width: 160px;
    display: block;
    text-align: right;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    vertical-align: top;
    padding-right: 4px;
}
.Pay .content .cen .rt .bank ul div{
	float: left;
	height: auto;
	width: 600px;
}
.Pay .content .cen .rt .bank ul li{
	float: left;
	width:107px;
	height: 29px;
	border: 1px solid #d3d7df;
	position: relative;
	z-index: 10;
	margin: 0 5px 5px 0;
    cursor:pointer;
}
.Pay .content .cen .rt .bank ul li img{
	width: 100%;
}
.Pay .content .cen .rt .bank ul li a{
	width: 169px;
	height: 47px;
}
.Pay .content .cen .rt .bank ul li a img{
	display: block;
	width: 167px;
	height: 45px;
}
.Pay .content .cen .rt .bank ul li:hover{
	border: 1px solid #f99b06;
}
.Pay .content .cen .rt .bank ul li:hover span{
	display: block;
	width: 21px;
	height: 17px;
	background: url(../images/mark.png?v1) right bottom no-repeat;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.Pay .content .cen .rt .bank ul .bank_selected{
border: 1px solid #f99b06;
}


.bank_selected span{
display: block;
	width: 21px;
	height: 17px;
	background: url(../images/mark.png?v1) right bottom no-repeat;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.Pay .content .bot{
	overflow: hidden;
}
.bot-l{
	overflow: hidden;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	clear: both;
	padding: 5px 0px;
}

.bot-l i{
	color: #8442fc;
    font-size: 16px;
    font-style: normal;
    line-height: 50px;
    height: 50px;
}
.Pay .content .bot .sbt{
	display: block;
	float: left;
	width:130px;
	height: 45px;
	font-size: 16px;
	font-family: 微软雅黑;
	border: none;
	color: #ffffff;
	cursor: pointer;
	background: url(../images/sbt.png?v2) 0 0 no-repeat;
	margin-left: 20px;
}
.Pay .content .bot .sbt:hover{
	background: url(../images/sbt.png?v2) top right no-repeat;
}
#n_sendcode{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #8442fc;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	border: 1px solid #8442fc;
	border-radius: 2px;
	margin-left: 10px;
	float: left;
	margin-top: 4px;
}
.bot-l a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background-color: #8442fc;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	border: 1px solid #8442fc;
	border-radius: 2px;
	margin-left: 10px;
	margin-top: 4px;
}
.bot-l a:hover{
	text-decoration: none;
}
.endzhu{
	min-height: 582px;
}