@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"微软雅黑","宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
	min-width:1260px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}

#wxpay{
     position: fixed;
     top: 200px;
     width: 30%;
     min-height:200px;
     left: 35%;
     background-color: #fff;
     display: none;
}
/*
#wxpay p{
    text-align: right;
    width: 100%;
}
#wxpay image{
    margin:auto;
}*/






/*微信支付弹出*/
#wxpay{
	text-align: center;

}
#wxpay p#zfjgcot{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 14px;
	margin-bottom: 10px;
}
#wxpay p#zfjgcot span{
	
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #ff0000;
line-height: 14px;
}
/*
#wxpay p:nth-child(4){
	font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #969696;
line-height: 18px;
margin-bottom: 20px;
}*/
#wxpay p#tjbj{
	text-align: center;
	position: relative;
	width: 223px;
	height: 223px;
	background-image: url('../images/pay-bgi.png');
    margin: 0 auto;
}
#wxpay p#tjbj img{
	width: 178px;
	height: 178px;
	position: absolute;
	left: 2px;
	top: 22px;
}
#wxpay p:nth-child(6){
	margin-top: 20px;
}
#wxpay p:nth-child(6) span{
	display: inline-block;
	width: 110px;
	height: 40px;
	background-color: #F7F7F7;
	line-height: 40px;
	border: 1px solid #68A7DE;
} 
#wxpay p:nth-child(6) span:hover{
	position: relative;
	background-color: #c1ebf8;
	color: #0074D9;
}
#wxpay p:nth-child(6) span:before{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;;
	right:41px;
	padding:0;
	border-bottom:8px solid #68A7DE;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display: block;
	content:'';
	z-index: 12;
	
}
#wxpay p:nth-child(6) span:after{
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;;
	right:40px;
	padding:0;
	border-bottom:9px solid #68A7DE;
	border-top:9px solid transparent;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	display: block;
	content:'';
	z-index:10;

}
/*会员支付弹出 End*/

















































