.bg-black { position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }

/** æ¶ˆæ¯å¼¹æ¡† */
.popup-bar { position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); z-index: 1002; transition: all .1s linear; }
.popup-bar .pop-close { position: absolute; top: .5rem; right: .5rem; z-index: 10; width: 1rem; height: 1rem; line-height: .8rem; font-size: 1.15rem; color: #ccc; }
.popup-bar .pop-close .iconfont { font-size: .6rem; color: #ccc; }
.popup-show { animation: scale .2s linear forwards; }
@keyframes scale {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(.8);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

/* popup-confirm */
.popup-confirm { width: 16rem; background-color: #fff; border-radius: .8rem; text-align: center; overflow: hidden; }
/* .popup-confirm .conts-box { padding: 1.1rem 1rem 1rem; } */
.popup-confirm .pop-title { font-size: .8rem; line-height: 2.7rem; font-weight: 700; }
.popup-confirm .pop-conts { padding: .4rem 1.2rem 1.2rem; color: #666; position: relative; }
.popup-confirm .pop-conts .scroll-bar { max-height: 60vh; overflow-y: auto; }
.popup-confirm .pop-conts iframe { width: 100%; height: 60vh; border: none; }
.popup-confirm .btn-group { height: 2.4rem; display: flex; position: relative; }
.popup-confirm .btn-group:after { position: absolute; left: 0; top: 0; right: 0; content: ''; height: 1px; background-color: #e8e8e8; transform: scaleY(.5);}
.popup-confirm .btn-group .u-btn { flex: 1; font-size: .8rem; line-height: 2.4rem; height: 2.4rem; text-align: center; position: relative; border-radius: 0; border: none; background-color: transparent; }
.popup-confirm .btn-group .u-btn:after { position: absolute; top: 0; right: 0; bottom: 0; content: ''; width: 1px; background-color: #e8e8e8; transform: scaleX(.5);}
.popup-confirm .btn-group .u-btn:last-child:after { width: 0; }
    /**/
.popup-confirm .btn-group-extr { display: block; padding: 0 1.2rem .5rem; position: static; height: auto; }
.popup-confirm .btn-group-extr:after { position: static; }
.popup-confirm .btn-group-extr .u-btn { flex: none; display: block; width: 100%; height: 2rem; line-height: 2rem; border-radius: 1rem; }
.popup-confirm .btn-group-extr .u-btn:after { width: 0; }

/* popup-verify-img */
.popup-verify-img { background-color: #fff; width: 13rem; padding: .5rem .75rem; border-radius: .15rem; }
.popup-verify-img input { float: left; width: 7rem; height: 2rem; padding: 0 .5rem; border: 1px solid #ddd; margin: 0; }
.popup-verify-img .img-block { float: right; width: 4rem; height: 2rem; line-height: 2rem; }

/* popup-msg */
.popup-msg { 
    padding: .5rem 1rem; background-color: rgba(0,0,0, .7); border-radius: .2rem; 
    font-size: .7rem; color: #fff; text-align: center; white-space: nowrap;
}
.popup-msg .pop-icon { width: 2.5rem; height: 2.5rem; line-height: 2.5rem;; margin: .533vw auto; position: relative; }
.popup-msg .pop-icon .iconfont { display: block; font-size: 1.8rem; }
.popup-msg .pop-icon .ico-win:before { content: "\e636"; }
.popup-msg .pop-icon .ico-error:before { content: "\e637"; }

/* popup-bottom-bar */
.popup-bottom-bar { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 800; visibility: hidden; }
.popup-bottom-bar .bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; background-color: rgba(0,0,0, .7); opacity: 0; transition: opacity .2s ease-in-out; }
.popup-bottom-bar .pop-conts { 
    position: absolute; left: 0; right: 0; bottom: -50%; z-index: 20; transition: bottom .2s ease-in-out;
    background-color: #fff; border-radius: .4rem .4rem 0 0; overflow: hidden; font-size: .8rem;
}
.popup-bottom-bar.is-show { visibility: visible; }
.popup-bottom-bar.is-show .bg { opacity: 1; }
.popup-bottom-bar.is-show .pop-conts { bottom: 0; }
.popup-bottom-bar .pop-close { position: absolute; top: .5rem; right: .5rem; z-index: 10; width: 1rem; height: 1rem; line-height: 1rem; }
.popup-bottom-bar .pop-close .iconfont { font-size: .6rem; color: #ccc; }
.popup-bottom-bar .pop-title { padding: 1.25rem 1rem .7rem; font-size: 1rem; }
    /* popup-payment */
.popup-payment .pop-conts { padding-bottom: 1.25rem; }
.popup-payment .pay-list { padding: .5rem 1.5rem 0; }
.popup-payment .pay-list .u-btn { 
    display: block; width: 100%; height: 2.4rem; border-radius: 1.2rem; margin-top: .5rem;
    font-size: .9rem; line-height: 2.4rem; text-align: center;
}
.popup-payment .pay-list .u-btn .iconfont { font-size: 1rem; margin: -0.1rem .3rem 0 0; }
.popup-payment .pay-list .act-wechatpay { background-color: #11bb65; border-color: #11bb65; color: #fff; }
.popup-payment .safe { font-size: .6rem; color: #bbb; text-align: center; margin-top: 1.5rem; }
.popup-payment .safe .iconfont { font-size: .7rem; margin-right: .3rem; }
.popup-payment .deal { font-size: .6rem; color: #666; text-align: center; margin-top: .3rem; }

/* popup-bottomlawyer */
.popup-bottomlawyer { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 500; visibility: hidden; }
.popup-bottomlawyer .bg { position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0, .5); opacity: 0; transition: all .1s linear; }
.popup-bottomlawyer .lawyer { 
    position: absolute; left: 0; right: 0; bottom: 0; background-color: #fff; 
    padding: .5rem .8rem .75rem 4.75rem;
    transform: translateY(120%); transition: transform .2s linear; 
}
.popup-bottomlawyer .img-block { 
    position: absolute; left: .8rem; top: -0.75rem; 
    width: 3.5rem; height: 3.5rem; border-radius: .4rem; box-shadow: 0 .15rem .5rem rgba(0,0,0, .15); 
}
.popup-bottomlawyer .tit { height: 1.1rem; }
.popup-bottomlawyer .tit .name { max-width: 10.5rem; }
.popup-bottomlawyer .tit .area { font-size: .6rem; color: #999; }
.popup-bottomlawyer .tit .area .iconfont { font-size: .6rem; margin: -0.1rem 0 0 .3rem; }
.popup-bottomlawyer .office { font-size: .6rem; color: #999; margin-top: .2rem; }
.popup-bottomlawyer .btn-group { height: 2rem; margin-top: .5rem; }
.popup-bottomlawyer .btn-group .u-btn { 
    float: left; width: 6rem; height: 2rem; line-height: 2rem; border-radius: 1rem; margin-right: .5rem; 
    font-size: .7rem; font-weight: 700; 
}
    /**/
.popup-bottomlawyer.is-show { visibility: visible; }
.popup-bottomlawyer.is-show .bg { opacity: 1; }
.popup-bottomlawyer.is-show .lawyer { transform: translateY(0); }

/* 2017-08-12 é¡µé¢åŠ è½½å¼¹çª— (æ—§ç‰ˆæŒªå…¥ï¼Œæš‚æ—¶ä¿ç•™) */
.pop-pageload { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1888; background-color: rgba(0, 0, 0, .5); }
.pop-pageload div { 
    position: absolute; left: 1.5rem; top: 50%; right: 1.5rem; background-color: #fff; box-shadow: 0 .1rem .75rem rgba(0,0,0, .2); 
    padding: 2rem 0 1.5rem; text-align: center; transform: translateY(-50%); 
}
.pop-pageload img { width: 3rem; height: 3rem; margin: 0 auto; display: block; }
.pop-pageload p { font-size: .7rem; margin-top: 1rem; }
