/*充值弹窗*/
.wp-pay-wd{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -350px;
    z-index: 1000;
	width:700px;
	height:461px;
	background:#fff;
}
.wp-pay-wd .wp-pay-l{
	position:relative;
	width:161px;
	height:461px;
	padding-left:19px;
	background:url(../images/model-wd-bg.jpg) no-repeat center;
}
.wp-pay-wd .pay-l-top{text-align:center;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:25px;width:140px;}
.wp-pay-wd .pay-l-top em{
	display:block;
	margin:59px auto 18px;
	width:50px;
	height:38px;
	background:url(../images/workPPT-icon.png) no-repeat -4px -689px;
}
.wp-pay-wd .pay-l-top span{color:#fff;font-size:22px;}

.wp-pay-wd .wp-pay-l .benefit{
	padding-top:30px;
	width:140px;
	color:#fff;
}
.wp-pay-wd .wp-pay-l .benefit li{
	height:20px;
	line-height:20px;
	margin-bottom:19px;
}
.wp-pay-wd .wp-pay-l .benefit li:before{
	content:"·";
	font-size:24px;
	color:#febf2c;
	margin-left:4px;
	margin-right:12px;
	vertical-align:sub;
}
.wp-pay-wd .wp-pay-l .qq-17{
	position:absolute;
	text-align:center;
	color:#fff;
	bottom:35px;
	left:39px;
    height: 27px;
	line-height:27px;
	padding-left:20px;
    width: 74px;
    background: url(../images/workPPT-icon.png) no-repeat -72px -597px #0f0404;
	border-radius:2px;
	font-size:12px;
}
.wp-pay-wd .wp-pay-r{
	margin:0 40px;
	padding:34px 0 68px;
}
.wp-pay-wd .wp-pay-r .pay-r-top{color:#000;font-size:14px;padding-bottom:12px;}
.wp-pay-wd .wp-pay-r .pay-r-top b{color:#fd7222;}
.wp-pay-wd .wp-pay-r .pay-sel-box{border-top:1px solid #eaeaea;min-width:440px;;}
.wp-pay-wd .pay-sel-box .pay-price{color:#000;}
.way_alipay{background:url(../images/pay58_new.png) no-repeat -320px 0;}
.way_weixin{background:url(../images/pay58_new.png) no-repeat 0px -145px;}
.wp-pay-wd .wp-pay-r .pay-type-box{margin:30px 0;}
.wp-pay-wd .wp-pay-r .pay-sel-box a.pay-type{
    width: 198px;
    height: 90px;
    line-height: normal;
    text-align: center;
    border: 1px solid #c8c8c8;
    color: #000;
    position: relative;
	background: url(../images/no-select.png) no-repeat 177px 69px;
}
.wp-pay-wd .wp-pay-r .pay-sel-box a.infinite{margin-right:40px;}
.wp-pay-wd .wp-pay-r .pay-sel-box .pay-type.select {
    background: url(../images/type-select.png) no-repeat 177px 69px;
    border-color:#fd7222;
}
.wp-pay-wd .wp-pay-r .pay-type span {
    color: #fd7222;
    font-size: 30px;
    vertical-align: -3px;
    margin-right:3px;
}
.wp-pay-wd .wp-pay-r .pay-type p{padding:10px 0 5px;}
.wp-pay-wd .wp-pay-r .pay-type strong{display:block;}
.wp-pay-wd .wp-pay-r .pay_ways{margin-top:28px;}
.wp-pay-wd .wp-pay-r .pay_ways .pay-way{
	display: block;
    height: 41px;
    width: 152px;
    float: left;
    margin-right: 25px;
}
.wp-pay-wd .pay-type .rec-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    top: -5px;
    right: -5px;
    background: url(../images/pay-vip-icon.png) no-repeat 0px 0px;
}
.wp-pay-r .pay-btn{margin-top:30px;}
.wp-pay-r .pay-btn #submit_pay_button{
	width:232px;
	height:54px;
	line-height:54px;
	background:#fd7222;
	font-size:24px;
	color:#fff;
	border-radius: 5px;
    outline: none;
	cursor:pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.wp-pay-r .pay-btn #submit_pay_button:hover{
	opacity:.7;
	filter:alpha(opacity=70)
}