.register-header{width: 100%; font-size: .2rem; height: .7rem;position: relative;padding: 0 .1rem; line-height: .7rem; color: #000000;box-sizing: border-box;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.15); text-align: center;}
 .register-header span.fl{line-height: .7rem;padding-top: .1rem;}
 .register-header span.fr{font-size: .16rem; color: #1fa67a;}
 #registerbtn{background-color: #1fa67a; border: none; width: 100%; height: .5rem; line-height: .5rem; color: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; font-size: .2rem;}
.register-content{width: 100%; box-sizing: border-box;}
.register-content .content{width: 90%; margin: .4rem auto; box-sizing: border-box;}
.content .username,.content .password,.inputbox{position: relative; padding: 0 10px; margin-bottom: .07rem; height: .5rem; line-height: .5rem; border: 1px solid #dfdfdf; color: #b8b8b8; font-size: .12rem; box-sizing: border-box; -webkit-border-radius: 6px; border-radius: 6px;}
.content .username input,.content .password input,.inputbox input{ font-size: .14rem; background-color: #f6f6f6; display: block; width: 100%; height: 100%; border: none; padding: 0; margin: 0; outline: none;}
.flexInput{display: -webkit-box; display: flex;}
.flexInput .inputbox{-webkit-box-flex: 1; box-flex: 1; flex: 1;}
#sendCode, .sendyzm{display: -webkit-box; display: flex; width: 1rem; height: .45rem; line-height: .2rem; margin-left: 10px; border: 1px solid #1fa67a; border-radius: 6px; -webkit-border-radius: 6px; color: #1fa67a; font-size: .12rem; box-sizing: border-box; justify-content: center; align-items: center; box-pack: center; box-align: center;}
#sendCode i, .sendyzm i{display: block; width: 100%; text-align: center;}