html,body{
	margin:0;
	padding:0;
	font-size:14px;
	margin:0 auto;
	font-family: "微软雅黑","Microsoft YaHei",Arial,Helvetica,sans-serif;
	background-color:#fff;
}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,a,span,p{
	margin:0;
	padding:0;
	border:none;
	list-style-type:none;
	color:#000;
	font-family: "微软雅黑","Microsoft YaHei", Arial, Helvetica, sans-serif;
	text-decoration:none;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
}
table,td,th{
	border-collapse:collapse;
	border:0;
}
a{
	opacity:1;
	outline:none;
	text-decoration:none;
	cursor: pointer;
}
a:focus{
	-moz-outline-style:none
}
a:hover{
	color:#01b1eb;
}
a:active{
	color:#01cddf;
}
h2{
	font-weight:normal;
}
div,ul,li{
	overflow:hidden;
	display:block;
}
input,button,select,textarea{
	outline:none;
}
textarea{
	resize: none;
}
.highlight{
	color:#eb6100;
}
.btn_ok{
	line-height:42px;
	margin:0 6px;
	padding:0 30px;
	font-size:18px;
	display:inline-block;
	background:#5992bf;
	color:#5992bf !important;
}
.btn_fail{
	color:#757575;
	background:#dcdcdc;
}
.disabled{
	color:#757575 !important;
	background:#dcdcdc !important;;
	text-shadow:1px 1px 0 rgba(255,255,255,1) !important;
	pointer-events:none !important;;
}
/*-----支付-----*/
.webpay{
	width:550px;
	clear:both;
	margin:25px auto;
	text-align:center;
}
.webpay .ord_info{
	table-layout:fixed ;
	word-wrap:break-word;
	border:1px solid #ebebeb;
	text-align:center;
	line-height:20px;
	font-size:15px;
	height:180px;
	width:550px;
}
.webpay .ord_info th{
	height:60px;
	background:#ebebeb;
}
.webpay .ord_info td{
	height:120px;
	background:#fff;
}
.webpay .ord_info .item{
	width:160px;
	color:#000;
	text-align:left;
	padding: 15px 10px 15px 15px;
}
.webpay .ord_info .price{
	width: 105px;
	color: #333;
}
.c_discount {
	width: 60px;
	height: 25px;
	background: #eb4800;
	display: inline-block;
	padding-top: 4px;
}
.webpay .ord_info .onsale{
	width:80px;
}
.webpay .ord_info .onsale p{
	display:inline;
	font-size: 14px;
	color:#fff;
}
.webpay .ord_info .amount{
	width:100px;
}
.webpay .fee{
	padding:15px 0 0 0;
	text-align:center;
	margin:0 auto;
}
.webpay .fee span{
	font-size:15px;
	display:inline-block;
	margin-bottom:20px;
}
.webpay .fee .mon{
	color:#eb6100;
	font-size:20px;
	font-weight:600;
}
.webpay .btn_wrapper{
	margin:20px auto;
}
.webpay .success{
	font-size:16px;
	padding:75px 0;
	text-align:center;
}
/*--*/
.webpay h3{
	text-align:left;
	font-weight:500;
	line-height:45px;
}
.webpay h3.center{
	text-align:center;
}
.webpay i{
	font-style:normal;
}
.webpay .paycontent{
	text-align:left;
	line-height:36px;
	font-size:15px;
	padding:15px 10px 15px 10px;
	width:530px;
	background:#f4f3f3;
}
.webpay .paycontent p .error{
	color:#F00;
	padding:0 15px;
}
.webpay a{
	color:#01b1eb;
}
.blue{
	color:#02b8fa;
}
.btn_wrapper a{
	background: #5992bf;
	color:#fff !important;
	border-radius: 2px;
}
.btn_wrapper .btn_center{
	line-height:42px;
	width:210px;
	margin:10px auto;
	padding:0 30px;
	font-size:18px;
	display:block;
	background:#e7884e;
	color:#fff !important;
}
.btn_wrapper .btn_ok{
	background:#5992bf;
}
.webpay .price{
	color:#ea790f;
}
.webpay .amount{
	margin:0 5px;
	width:50px;
	height:24px;
}
.webpay .paytitle{
	margin-top:25px;
	width:100%;
	border-bottom:2px solid #fed443;
}
.webpay .paytitle p{
	float:left;
	padding:0 20px;
	display:inline-block;
	line-height:35px;
	background:#fed443;
}
.webpay .paymethod{
	padding: 12px 0 0;
}
.webpay .paymethod li{
	float:left;
	height:37px;
	width:145px;
	margin:0;
	margin:0 15px 20px 0;
	_display:inline;
	cursor:pointer;
	position:relative
}
.webpay .paymethod li a{
	display:block;
	border:1px solid #E0E0E0;
	padding:3px 3px 0 8px;
	height:30px; width:132px;
	overflow:hidden
}
.webpay .paymethod li a:hover, .webpay .paymethod li.active a{		
	border:1px solid #ff7016;
}
#cardpayform{
	position:relative;
	overflow:hidden;
}
#cardpayform .cell{
	margin:10px auto;
}
#cardpayform .cell label.p{
	display:block;
	float:left;
	text-align:right;
	margin:10px;
	width:120px;
}
#cardpayform .cell input[type="text"]{
	width:270px;
	border:none;
	padding:0 10px;
	background:#f2f2f2;
	height:30px;
	float:left;
	border-radius:4px;
}
#cardpayform .errortip{
	width:100%;
	left:0;
	bottom:82px;
	position:absolute;
	text-align:center;
	color:#ff0000;
}