@charset "UTF-8";
#Alert .content img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#Alert{position:fixed;top:0;left:0;right:0;bottom:0;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:101}#Alert .content{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;width:250px;height:255px}#Alert .content img{width:100%}#Alert .content label{position:absolute;top:120px;left:20px;right:20px;display:inline-block;height:40px;cursor:pointer}#Alert .content label+label{top:172px}