#blind {position:fixed; top:0; left:0; width:100%; height:110%; background:#000; opacity:0.7; filter:alpha(opacity=70); z-index:1000; text-indent:-9999999px; display:none;}
.layer_pop {width:390px; height:210px; background:#fff; z-index:1001; position:fixed; top:50%; left:50%; margin:-105px 0 0 -195px; border-radius:5px; display:none;}
.layer_pop .layer_close {position:absolute; top:-15px; right:-15px; cursor:pointer;}
.layer_pop .layer_text {text-align:center; font-size:15px; line-height:21px; letter-spacing:-0.01em; font-weight:bold; color:#777777; padding:68px 0 30px;}
.layer_pop .layer_btn {text-align:center;}
.layer_pop .layer_btn a.btn_no {border:2px solid #c5c5c5; width:111px; height:30px; line-height:30px; font-size:14px; color:#a3a3a3; display:inline-block; margin:0 2px; border-radius:4px;}
.layer_pop .layer_btn a.btn_yes {width:115px; height:34px; line-height:34px; font-size:14px; color:#fff; background:#337ab7; display:inline-block; margin:0 2px; border-radius:4px; border-color:#2e6da4;}




.loading-mask {
    z-index: 1000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.7)
}


    .loading-mask .loader {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0
    }

        .loading-mask .loader img {
            position: absolute;
            width: 45px;
            height: 45px;
            top: 50%;
            left: 50%;
            margin-left: -23px;
            margin-top: -23px;
        }

          

@media screen and (min-width:1024px) {
    .loading-mask .loader img {
        margin-left: inherit
    }
}
