﻿/*弹出层样式*/
.pop-pay-box{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:100; color:#666;}
.pay-bg{
    background:#000;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    width:100%; height:100%;
}
.pop-pay-tab{
    background-color:#fff;
    position:absolute;margin-left:50%; top:200px; left:-325px; z-index:110;
}
.yi-text-box, .gong-txt-box{ width:322px; height:330px; padding:80px 40px 0;}
.pop-btn-yiLink, .pop-btn-gongLink{
    display:block; width:240px; height:40px; line-height:40px; text-align:center;
    border-radius:3px;
}
.pop-btn-yiLink{ background:#ff4b47;color:#fff;}
.pop-btn-yiLink:hover{
    box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.pop-btn-gongLink{ background:#ececec; color:#333;}
.pop-btn-gongLink:hover{
    box-shadow: 0 0 15px rgba(236,236,236,0.80);
    -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
    -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}
.close-pop-icon{
    position:absolute; top:30px; right:30px;
    width:18px; height:18px;
    background:url(../images/pop-close.png) no-repeat center;
    background-size:18px;
    cursor: pointer;
}

/*弹出层样式2*/
.pop-pay-tab2{
    background-color:#fff;
    position:absolute;margin-left:50%; top:100px; left:-260px; z-index:110;
}
.pop-top-txt{ width:520px; padding:30px; font-size:16px; color:#333; background:#f6f6f6;}
.conmpany-img{ width:40px;}
.conmpany-g{ display:block; width:20px; height:20px; border:1px solid #bbb; border-radius:100%; margin-top:4px;}
.conmpany-name{ font-weight:700; color:#666;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;width:310px;}
.conmpany-title{ color:#999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;width:310px;}
.pop-mid-conmpany{ width:520px; padding:30px 70px;}
.pop-mid-conmpany ul li{ margin-bottom:20px;cursor: pointer}
.active-conmpany-name .conmpany-g{
    background:url(../images/conmpany-a.png) no-repeat center; background-size:20px;
    border:none;
}
.careful-box{ margin-left:40px; padding:10px; background:#f8f8f8; font-size:12px;}
.careful-box a{ color:#ff4b47;}
.pop-bot-btn{ border-top:1px solid #ededed; padding:30px; text-align:center;}
.pop-bot-btn a{ display:inline-block; width:156px; height:38px; line-height:38px; text-align:center; border-radius:3px;}
.sure-btn-pop{ color:#fff; background:#ff4b47; margin-right:10px;}
.sure-btn-pop:hover{
    box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}

.active-sure-btn-pop{ color:#fff; background:#ff4b47; margin-right:10px;}
.active-sure-btn-pop:hover{
    box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}


.carel-btn-pop{ color:#666; background:#ececec;}
.disable-btn-pop{ color:#666; background:#ececec;cursor: not-allowed;margin-right: 10px;}
.disable-btn-pop:hover{ color:#666; background:#ececec;cursor: not-allowed;margin-right:10px;}
.carel-btn-pop:hover{
    box-shadow: 0 0 15px rgba(236,236,236,0.80);
    -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
    -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}
.none-active-conmpany-name .conmpany-g{ background-color:#e9e9e9; border-color: #bbb;}



/*2017.03.20弹出层样式3*/
.pop-pay-tab3{
    background-color:#fff;
    position:absolute;margin-left:50%; top:100px; left:-180px; z-index:110;
}
.pop-txt-wei{
    width:360px; padding:70px 30px 60px; text-align:center;
}
.pop-btn-goumai, .pop-btn-huise{
    display: inline-block; width:240px; height:40px; line-height:40px; text-align:center;
    border-radius:3px;
}
.pop-btn-goumai{ background:#ff4b47;color:#fff; margin-top:40px;}
.pop-btn-goumai:hover{
    box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.pop-btn-huise{ background:#ececec; color:#333; margin-top:20px;}
.pop-btn-huise:hover{
    box-shadow: 0 0 15px rgba(236,236,236,0.80);
    -webkit-box-shadow: 0 0 15px rgba(236,236,236,0.80);
    -ms-box-shadow: 0 0 15px rgba(236,236,236,0.80);
}

.pop-pay-tab4{
    background-color:#fff;
    position:absolute;margin-left:50%; top:100px; left:-230px; z-index:110;
}
.pop-pay-qiye{
    width:460px; padding:70px 30px 0; text-align:center;
}
.pop-mid-conmpany2{ width:460px; padding:30px 70px 20px 70px;}
.pop-mid-conmpany2 ul li{ margin-bottom:20px;cursor: pointer}
.conmpany-g-chose{ display:block; width:20px; height:20px; border:1px solid #bbb; border-radius:100%;}
.active-conmpany-name .conmpany-g-chose{
    background:url(../images/conmpany-a.png) no-repeat center; background-size:18px;
    border:none;
}
.none-active-conmpany-name .conmpany-g-chose{ background-color:#e9e9e9; border-color: #bbb;}
.sure-btn-qiye{
    display:inline-block; width:220px; height:38px; line-height:38px; color:#fff;
    border-radius:3px; background:#ff4647; text-align:center;
}
.sure-btn-qiye:hover{
    box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -webkit-box-shadow: 0 0 15px rgba(255,75,71,0.50);
    -ms-box-shadow: 0 0 15px rgba(255,75,71,0.50);
}
.disable-btn-qiye{
    display:inline-block; width:220px; height:38px; line-height:38px;  color:#666;
    background:#ececec; border-radius:3px;text-align:center;cursor: not-allowed;
}
.disable-btn-qiye:hover{
    display:inline-block; width:220px; height:38px; line-height:38px;  color:#666;
    background:#ececec; border-radius:3px;text-align:center;cursor: not-allowed;
}
.conmpany-name2{ font-weight:700; color:#666;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;width:260px;}