.purchase-top {
	width:80%;
	height:auto;
	overflow: hidden;
	background:#fff; 
	border:1px solid #ccc;
	padding:10px;
	margin:-50px auto 0px;	
	position: relative; 
	color:#fff;
}
.purchase-top li{ font-size:16px; color:#666; font-family: Microsoft YaHei; line-height:26px; }
.purchase-top li .redprice{color:red}
.purchase-top li a{font-size:12px;font-family: Microsoft YaHei; color:#ccc; line-height:14px;}

.purchase-top li.pay1{float:left;}
.purchase-top li.pay2{float:right;}
.purchase-top li.pay1{
	width: 30%;
	height: 60px;
	margin: 20px 0px 0px 0px;
	background: #FFF;
	border: 1px solid #ccc;
	opacity: 1;
	cursor: pointer;
	text-align:center;
}
.purchase-top li.pay2 {
	width: 30%;
	height: 60px;
	margin: 20px 120px 0px 0px;
	background: #FFF;
	border: 1px solid #ccc;
	opacity: 1;
	cursor: pointer;
	text-align:center;
}
.purchase-top li.pay1,.purchase-top li.pay2{border-radius: 4px;box-shadow: 0px 6px 20px #888;}
.purchase-top li img{
	vertical-align: middle;
	margin:5px auto;
	width: 25px;	
}
.purchase-top .btn{
	width: 120px;
	height: 36px;
	background: #EC2626;
	border-radius: 2px;
	line-height: 36px;
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.purchase-inner {padding:50px;}
.purchase-inner-bottom .title {
	width: 100%;
	text-align: center;
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 18px;
	color: #262626;
	margin-bottom: 27px;	
}
.purchase-inner-bottom  .shuoming {
	height: 19px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 18px;
	color: #262626;
	margin: 5px 0 5px 0;
}
.purchase-inner-bottom .content>p {
	line-height: 22px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9F9F9F;
	margin: 0;
	padding: 0;
}
