.register-main {    background-color: #2c2c5a;    height: 100%;    max-width: 640px;    margin: 0 auto;    overflow-y: auto;}.register-main .logo {    max-width: 50%;    margin: 10% auto;}.register-list {    margin: 16px 30px;}.register-item {    padding: 10px;    overflow: hidden;    position: relative;    border-radius: 6px;    font-size: 16px;    background-color: #24224e;    box-shadow: 3px 2px 13px rgba(54, 54, 167, .13);}.register-item + .register-item {    margin-top: 16px;}.register-item .l {    float: left;    width: 54px;    color: #8e8eff;    line-height: 24px;}.register-item .r {    padding-left: 70px;}.register-item .r .type-input {    width: 100%;    color: #8e8eff;    font-size: 16px;    line-height: 24px;    font-family: inherit;    background-color: transparent;}.register-item .r .type-input::placeholder {    color: #3c3c7e;}.register-item.register-code .type-input {    padding-right: 100px;}.register-item.register-code .codeBtn {    position: absolute;    top: 0;    right: 0;    color: #5d5dc0;    height: 44px;    line-height: 44px;    min-width: 100px;    text-align: center;    padding: 0 16px;}.register-item.register-btn {    margin-top: 30px;    padding: 0;    box-shadow: 0 0 16px #24224e;}.register-item.register-btn .btn {    padding: 10px;    color: rgba(245, 197, 58, 1);    display: block;    line-height: 24px;    text-align: center;    height: 44px;}.register-item.register-btn:active .btn {    color: rgba(245, 197, 58, .5);}/* register-result */.register-result {    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    z-index: 950;    background-color: rgba(0, 0, 0, .5);    display: none;}.result-main {    position: relative;    top: 50%;    left: 50%;    width: 240px;    height: 300px;    border-radius: 8px;    background-color: #fff;    margin: -150px 0 0 -120px;    text-align: center;}.result-main .icon {    border-radius: 8px 8px 0 0;    background-color: #ffcc33;    height: 173px;    width: 100%;}.result-main .icon .iconfont {    color: #fff;    font-size: 80px;    line-height: 173px;}.result-main .title {    font-size: 18px;    margin: 16px 0;}.result-main .btn {    background-color: #ffcc33;    border-color: #ffcc33;    border-radius: 500px;    max-width: 150px;    margin: 0 auto;}