@charset "UTF-8";

#modal{position:fixed;z-index:10000;top:0;display:none;width:100%;height:100vh}#modal .mb{position:absolute;background:rgba(0,0,0,.8);width:100%;height:100vh}#modal .mc{box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:60%;padding:20px}#modal .c,.yb{cursor:pointer}#modal .mc .c{position:absolute;top:-20px;right:-20px;width:40px;height:40px;border-radius:50%;background:#c00000;transition:.4s ease-in-out}#modal .mc .c:hover{opacity:.6}#modal .mc .c:after,#modal .mc .c:before{content:"";position:absolute;top:20px;left:5px;width:30px;height:2px;background:#fff;transform:rotate(45deg)}#modal .mc .c:after{top:5px;left:20px;width:2px;height:30px}.yb+*{display:none!important}@media (max-width:900px){#modal .mc{width:calc(100% - 50px)}}