@charset "utf-8";

/** 
 * @description:弹出窗口样式表
 */

 
/*公用样式*/
.popbg{position:fixed;top:0; left:0;display:none; z-index:9000}
.pop{top:50%; left:50%; position:fixed; _position:absolute; display:none; z-index:9100;border: 6px solid #fff;color: #fff;}
.close{display: block;position: absolute;top: 14px;right: 14px;width: 14px;height: 14px;background:url(../images/icon.png) no-repeat -201px -234px; z-index:9999;}
.close:hover{background-position: -230px -234px;}
.pop .close{background-position: -248px -233px;}
.pop-fund,.pop-join{position: relative;border: 6px solid #fff;color: #fff;background: #233649;}


/*发起产品成功*/
.pop-fund{width: 430px;padding: 56px}
.pop-fund h2{height: 63px;line-height: 63px;font-size: 24px;}
.pop-fund p{line-height: 30px;font-size: 14px;}
.btn-white{width: 100px;height: 34px;line-height: 34px;background: #FFF;color: #000;font-size: 14px;text-align: center;border: none;}
.pop-fund .btn-white{float: left;margin:40px 40px 0 0;}
.pop-fund dt{float: left;height: 158px;padding-right: 16px;}


/*充值入伙*/
.pop-join{width: 470px;}
.pop-join h2{height: 50px;line-height: 50px;padding-left: 30px;font-size:24px ;}
.pop-join dl{padding: 56px 50px;}
.pop-join dt{padding-bottom: 40px;font-size: 14px;}
.pop-join dl a{color: #fff;text-decoration: underline;}
.pop-join dd{color: #bbb7b7;}
.pop-join p{background: #fff;overflow: hidden;}
.pop-join .txt{display: inline-block;width: 228px;}
.pop-join .btn-blue{display: block;width: 130px;height: 42px;line-height: 42px;margin: 20px auto;font-size: 16px;background: #233649;}

/*支付*/
.pop-pay{width: 550px;background: #233649;}
.pop-pay h2{padding: 10px;font-size: 24px;}
.pop-pay dl{padding: 40px 0 0 60px;font-size: 12px;color: #fff;}
.pop-pay dl h3{padding-bottom: 20px;line-height: 84px;font-size: 18px;}
.pop-pay dt{float: left;}
.pop-pay dt img{display: inline-block;padding-right: 10px;}
.pop-pay dl dd{padding-left: 30px;}
.pop-pay input{float: left;width: 150px;height: 40px;line-height: 40px;margin:10px 20px 40px 0;font-size: 16px;background: #fff;color: #000;border: none;}
.pop-pay a.line{color: #fff;}
.pop-pay form a{display: inline-block;padding: 0 20px 20px 0;}