/*1*/
.wrap{ display:flex; flex-direction:column; justify-content:center; align-items:center; width:90%; max-width:460px;}
.inner{ display:flex; flex-direction:column; width:100%; padding:10px; box-sizing:content-box;}
input{ width:100%; height:50px; box-sizing:border-box;}
.reg-btn{ display:block; width:100%; height:50px; line-height:50px; text-align:center; border:1px solid #dbdbdb;}
a:link{ text-decoration:none; color:#000;}
a:visited{ text-decoration:none; color:#000;}
.ckbox{width:20px;height:20px;}
.term1{text-align:left;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;overflow:auto;height:180px;padding:10px;border:1px solid #ccc;margin:18px auto 0;font-size:13px;line-height:18px;color:#555;}
body{display:flex;align-items:center;}
.container{width:100%;max-width:460px;}
a:link{text-decoration:none;color:#000;}
a:visited{text-decoration:none;color:#000;}
a:hover{text-decoration:none;color:#000;}
#loading{position:fixed;width:100vw;height:100vh;z-index:998;left:0;top:0;bottom:0;right:0;background-color:#fff;opacity:0.9;display:none;}
#loading-icon{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:999;font-weight:bold;display:none;}

.crimson{color:crimson}
.btn-join{background:#ee7700;border:1px solid #ee7700;color:#fff;font-weight:bold}