*{margin:0;padding:0;box-sizing:border-box}p{margin-top:10px}.container{width:100%}.modal-btn-box{width:100%;text-align:center}.modal-btn-box button{display:inline-block;width:150px;height:50px;background-color:#fff;border:1px solid #e1e1e1;cursor:pointer;padding-top:8px}.popup-wrap{background-color:rgb(0 0 0 / .3);justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;display:none;padding:15px;z-index:1000;animation:fadeIn 0.3s ease-in-out}.popup{width:100%;max-width:400px;background-color:#fff;border-radius:10px;overflow:hidden;background-color:var(--col-but2);box-shadow:5px 10px 10px 1px rgb(0 0 0 / .3);animation:slideIn 0.3s ease-in-out}.popup-head{width:100%;height:50px;display:flex;align-items:center;justify-content:center}.head-title{font-size:32px;font-weight:400;letter-spacing:-1px;text-align:center;color:#fff}.popup-body{width:100%;background-color:#fff;background:#fff url(../images/main/bg_pop.png) no-repeat left bottom;width:400px;position:relative}.body-content{width:100%;padding:30px}.body-titlebox{text-align:center;width:100%;height:40px;margin-bottom:25px}.body-contentbox{word-break:break-word;overflow-y:auto;min-height:100px;max-height:200px}.popup-foot{width:100%;height:50px;background-color:#e7e7e7}.pop-btn{display:inline-flex;height:100%;float:left;justify-content:center;align-items:center;cursor:pointer;font-weight:700;transition:background-color 0.3s ease}.pop-btn.confirm{border-right:1px solid #fff}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}