@CHARSET "UTF-8";
/*弹出框样式*/
.m-motal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    display: none;
}
.m-error {
    position: absolute;
    top: 187px;
    width: 85%;
    background: #fff;
    left: 50%;
    margin-left: -42%;
    border-radius: 10px;
}

.m-error .m-error-title {
    display: block;
    height: 94px;
    width: 100%;
    text-align: center;
    font: 600 0.4rem/94px "\5fae\8f6f\96c5\9ed1";
    border-bottom: 1px solid #d2d2d2;
}

.m-error .m-error-btn {
    color: #047AFB;
    height: 44px;
    text-align: center;
    font: 600 0.48rem/44px "\5fae\8f6f\96c5\9ed1";
}
