*{outline:none}a{color:#000;text-decoration:none}html,body,.main{margin:0;padding:0;width:100%;height:100%}.main{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0) url("../images/background.png") no-repeat center center;background-size:cover}.register-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:450px;height:700px;background-color:#fff;border-radius:8px}.register-box .register-title{font-weight:100;font-size:32px;color:#000;letter-spacing:1rem;margin-right:-1rem;margin-bottom:32px}.register-box .register-form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.register-box .register-form :nth-child(n){margin-bottom:12px}.register-box .register-form .username-box,.register-box .register-form .password-box,.register-box .register-form .phone-box,.register-box .register-form .code-box{display:flex;flex-direction:column;width:80%;color:#000}.register-box .register-form .username-box label,.register-box .register-form .password-box label,.register-box .register-form .phone-box label,.register-box .register-form .code-box label{font-size:16px;margin-bottom:8px}.register-box .register-form .code-box{position:relative}.register-box .register-form .code-box .code{width:calc(100% - 190px);padding-right:140px}.register-box .register-form .code-box .code-button{display:block;position:absolute;top:31px;right:10px;width:120px;padding:0;background-color:rgba(0,0,0,0);border:none;cursor:pointer;transition:color .5s}.register-box .register-form .code-box .code-button:hover{color:#eb3d97}.register-box .register-form .code-box .code-button:disabled{color:#c8c8c8;cursor:not-allowed}.register-box .register-form .username{background:#fff url("../images/user.png") no-repeat;background-size:32px;background-position:8px center}.register-box .register-form .password{background:#fff url("../images/password.png") no-repeat;background-size:32px;background-position:8px center}.register-box .register-form .phone{background:#fff url("../images/phone.png") no-repeat;background-size:32px;background-position:8px center}.register-box .register-form .code{background:#fff url("../images/message.png") no-repeat;background-size:32px;background-position:8px center}.register-box .register-form input{width:calc(100% - 70px);height:50px;padding:0px 20px;padding-left:50px;color:#000;font-size:20px;background-color:rgba(255,255,255,.5);border:none;border-bottom:1px solid #000;transition:border .5s}.register-box .register-form input:focus{border-bottom:1px solid #eb3d97}.register-box .register-form .register-button{padding:0;width:80%;color:#fff;background:rgba(0,0,0,0) url("../images/background.png") no-repeat top;background-size:100% auto;border:none;border-radius:12px;cursor:pointer;transition:opacity .5s}.register-box .register-form .register-button:hover{opacity:.5}.register-box .link{display:flex;justify-content:space-between;width:80%}.register-box .link a{color:#000;transition:color .5s}.register-box .link a:hover{color:#eb3d97}