@charset "gb2312";

/*jquery弹出层CSS*/
.wx_pop,.bf_pop{width: 100%;height: 100%;line-height:28px;/*border-radius: 4px;*/}
.wp_win,.bf_win{
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 90%; border-top-color: rgb(8, 74, 161); border-top-width: 1px; border-top-style: solid; position: fixed; z-index: 999; _position: absolute;border-radius: 4px;/*margin-left: -296px; */ font-size:13px;
}

/*第一种类型.标题*/
.wp_win_tit1,.bf_win_tit1 {
	background: url("/images/pop/wp_win_titBg.gif") repeat-x; padding: 0px 6px 0px 14px; height: 33px; line-height: 33px; text-align: left; border-top-color: rgb(147, 205, 251); border-top-width: 1px; border-top-style: solid;
}
.wp_win_tit1 h2,.bf_win_tit1 h2 {
	background: url("/images/pop/wp_wint_titBgR.jpg") no-repeat right top; height: 28px;text-align: right; overflow: hidden; margin:0px;
}
.wp_win_tit1 h2 span,.bf_win_tit1 h2 span {
	float: left;color:#FFFFFF; text-align:center;
}
.wp_win_tit1 .wp_win_close, .bf_win_tit1 .bf_win_close {
	background: url("/images/pop/wp_win_close.gif") no-repeat center;text-align:center; width: 22px; height: 22px; display: inline-block; cursor: pointer;
}
/*第二种类型.标题*/
.wp_win_tit2,.bf_win_tit2  {
     padding: 4px 10px; height: 60px; line-height: 60px; text-align: left; 
}
.wp_win_tit2 i,.bf_win_tit2 i{
     float: left;display:block;
}
.wp_win_tit2 i,.bf_win_tit2 i{
    width:50px;height:55px; background: url("/images/pop/ok.gif") no-repeat center left;
}
/*.bf_win_tit2 i{
    width:60px;height:68px; background: url("/images/pop/gift.gif") no-repeat center left;
}*/
.wp_win_tit2 h2,.bf_win_tit2 h2 {float: left;height:68px;line-height:68px;padding-left:10px;}
.wp_win span{color:#FF0000;padding-right:6px;}
.wp_win .inpt{BORDER: #b1c4d3 1px solid;height:20px;line-height:20px;}
.wp_win .inptDis{width:560px;}
.wp_win .bsay{color:#0000FF;line-height:28px;border:dashed 1px;padding:10px;margin:5px;}
.wp_win_cont div{float:left;}
.wp_win_cont .pic{width:30%;padding-left:4px;}
.wp_win_cont img{width:80px;height:80px}
.wp_win_cont .text{width:68%;}
.wp_win_cont{width:100%;padding:4px 0px;border-bottom:1px solid #ccc;overflow:hidden;}

.bf_win_cont{width:100%;border-bottom:1px solid #ccc;max-height:380px;overflow-y:auto;}
.bf_win_cont .html{padding:8px 15px;line-height:28px;}
.bf_win_cont span{color:#FF0000;font-weight:bold;}
.wp_win_cont .sucess, .bf_win_cont .sucess{height:160px;padding-top:70px;text-align:center;color:#FF0000;font-size:16px;font-weight:bold;}
.wp_win_cont .sucess i, .bf_win_cont .sucess i{color:#0000FF;font-style:normal;}

.wp_win_btn .fl , .bf_win_btn .fl{float:left; }
.wp_win_btn, .bf_win_btn{width: 100%;padding:10px 0px;margin:0px 10px; }
.wp_win_btn a, .bf_win_btn a{width: 38%;height: 36px;line-height: 36px;text-align: center;border-radius: 4px;text-decoration:none;}
.wp_win .cancle, .bf_win .cancle{margin-right: 10%; border: 1px solid #ccc;}
.wp_win .submit, .bf_win .submit{background: #d8505c;color: #fff;border: 1px solid #d8505c;}
.wp_win .nowSubmit, .bf_win .nowSubmit{margin-right: 10%;background: #1597ee;color: #fff;border: 1px solid #1597ee;}
.wp_win .nowSubmit:hover, .bf_win .nowSubmit:hover{color: #fff}

.clean{ clear:both; }
/*"灰色背景"蒙层*/
.mask{background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; filter: alpha(opacity=50); position: absolute; z-index: 998; opacity: 0.5;}
