/*支付页面CSS*/
.youxi .buy-main {
	background: #fff;
	width: 500px;
	padding: 40px 30px 20px;
	margin: 0 auto;
	background-color: #e3e4e5;
}

.youxi .buy-main .welcome-buy {
	text-align: center;
	margin-bottom: 15px;
}

.youxi .buy-main .buy-account {
	width: 325px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.youxi .buy-main .buy-money {
	display: inline-block;
	margin: 0 5px 0;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #1791f0;
	border-radius: 2px;
}

.youxi .buy-main .other-money {
	width: 325px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.youxi .buy-main .other-money {
	width: 325px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.youxi .buy-main .channel {
	width: 130px;
	height: 35px;
	display: inline-block;
	border: 1px solid #1791f0;
	border-radius: 2px;
}

.channel1 {
	background: url(../images/buy/ico_channel1.png);
}

.channel2 {
	background: url(../images/buy/ico_channel2.png);
}

.channel3 {
	background: url(../images/buy/ico_channel3.png);
}

.youxi .buy-main .buy-now {
	margin: 20px 0 20px 140px;
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1791f0;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background: #1791f0;
	cursor: pointer;
}
