@charset "UTF-8";
/* 弹窗 */
.g-mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
.m-mask-img {
    position: absolute;
    width: 500px;
    height: 465px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -233px;
}
.win-close {
    position: absolute;
    top: -18px;
    right: -35px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.modal-backdrop{
   width: 100%;
   height: 100%;
}