.pop_mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 11;}
.pop_mask > a{display: block;}
/*********************************************/
#mLoading {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99999999;
}
#mLoading,#mLoading .lbk,#mLoading .lcont {
    width: 146px;
}
#mLoading .lbk,#mLoading .lcont {
    position: relative;
}
#mLoading .lbk {
    height: 146px;
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    z-index: 0;
}
#mLoading .lcont {
    text-align: center;
    color: #f5f5f5;
    font-size: 14px;
    line-height: 35px;
    z-index: 99;
    margin-top: -146px;
    padding-top: 90px;
    height: 56px;
    background: url('../img/loading.gif') no-repeat 50% 50%;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
}

.mLoading_mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 11;}
/*****************************************************/
.pop_mask_alert
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
.pop_mask_confirm
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
.pop_mask_alert>a,.pop_mask_confirm>a{display: block;}
.pop_dialog {
    position: fixed;
    width: 80%;
    z-index: 999999;
    top: 50px;
    display: block;
    border-radius: 4px;
    box-sizing:border-box;
}

.pop_dialog h1 {
font-size: 15px;
color: #333;
padding: 0.6em 20px 0.6em 20px;
background-color:#f8f8f8;
box-sizing:border-box;
text-align:left;
margin:0;
border-radius: 4px 4px 0 0;
}
.pop_dialog .pop_dialog_content{line-height:1.5em;text-align:justify;padding: 12px 18px 12px 18px;color:#000000;margin-top:4px;font-size:14px;box-sizing:border-box;}
.pop_dialog .pop_btn{-webkit-appearance:none; border-top: 1px solid #D5D5D6;outline:none;box-sizing:border-box;}
.pop_dialog .pop_btn .btn_ok {
background:none;
color: #0BB20C;
height: 40px;
line-height: 40px;
font-size: 14px;
border: 0;
-webkit-appearance:none;
outline:none;
width: 50%;
box-sizing:border-box;
border-radius: 0px;
padding:0;
margin:0;
border:none;
}
.pop_dialog .pop_btn .btn_cancel {
background:none;
color: #cccccc;
height: 40px;
line-height: 40px;
font-size: 14px;
border: 0;
-webkit-appearance:none;
outline:none;
width: 50%;
box-sizing:border-box;
border-radius: 0px;
padding:0;
margin:0;
border:none;
border-right:1px solid #D5D5D6;
}
/**********************自定义层*****************/
.pop_popup {
    position: fixed;
    width: 80%;
    z-index: 999999;
    /*top: 50px;*/
    display: block;
    border-radius: 4px;
    box-sizing:border-box;
}
.pop_popup > a.x
{
    display: inline-block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    background: url('../img/mdlg_btn_x.png') no-repeat 0 0;
    -webkit-background-size: 27px 27px;
    background-size: 27px 27px;
    position: absolute;
    top: -9px;
    right: -11px;
}
.pop_popup_mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 11;}
/******************从底部上滑层*****************/
.pop_popup_bottom{height:220px;position:fixed;z-index:12;background-color:#ffffff;left:0;bottom:-220px;right:0;}
.pop_popup_bottom .x
{
    display: inline-block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    background: url('../img/mdlg_btn_x.png') no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position:center center;
    position: absolute;
    top: 8px;
    right: 8px;
}
.pop_popup_bottom_mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 11;}
