#blind {position:fixed; top:0; left:0; width:100%; height:110%; background:#000; opacity:0.7; filter:alpha(opacity=70); z-index:9000; text-indent:-9999999px; display:none;}
.layer_pop {width: 80%;max-width:390px; padding:20px; background:#fff; z-index:9001; position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); 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:30px 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:150px; height:34px; line-height:34px; font-size:14px; color:#000; background:#ffcb00; display:inline-block; margin:0 2px; border-radius:4px; border-color:#2e6da4;}
*/

.layer_pop .layer_btn a.btn_yes {width:115px; height:34px; line-height:34px; font-size:14px; color:#000; background:#ffcb00; display:inline-block; margin:0 2px; border-radius:4px; border-color:#ffcb00;}
.layer_pop .layer_btn a.btn_no {width:115px; height:34px; line-height:34px; font-size:14px; color:#000; background:#fff; display:inline-block; margin:0 2px; border-radius:4px; border: 1px solid #c5c5c5;}






.loading-mask {
    z-index: 9000;
    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;
    }
}
