html {
    background: #17181d;
    color: #fff;
}

.header-bar {
    height: 48px;
    position: relative;
}

.logo {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 21px auto 0;
    background: url("/img/black/tic_white.png") center no-repeat #fff;
    background-size: 50px 50px;
}

.wrapper {
    margin-bottom: 67px;
}

.page {
    width: 83%;
    margin: 45px auto;
    max-width: 800px;
    overflow: hidden;
    text-align: center;
}

.form-group {
    margin-bottom: 32px;
    height: 32px;
    border-bottom: 0.5px solid rgba(255, 255, 255, .3);
    position: relative;
}

.icon-bar {
    width: 32px;
    height: 32px;
    float: left;
}
.user-icon {
    background: url("/img/black/username.png") center no-repeat;
    background-size: 32px 32px;
}
.img-icon {
    background: url("/img/black/img-icon.png") center no-repeat;
    background-size: 32px 32px;
}

.captcha-icon {
    background: url("/img/black/captcha.png") center no-repeat;
    background-size: 32px 32px;
}

.input-wrapper {
    height: 100%;
    overflow: hidden;
    padding-right: 50px;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

input {
    -webkit-appearance: none;
}

.text {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 65px 0 8px;
    color: #fff;
    font-size: 16px;
    top: 50%;
    box-sizing: border-box;
}

.password-icon {
    background: url("/img/black/password.png") center no-repeat;
    background-size: 32px 32px;
}

.tip {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    z-index: 100;
}

.text-tip {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
    color: rgba(155,155,155,1);
}

.error-tip {
    background: url(/img/black/error.png);
    background-size: 32px 32px;
}

.btn {
    background: #FFFFFF;
    background-image: linear-gradient(-135deg, #0FD39F 0%, #11D5C1 49%, #1FBEE1 100%);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.39);
    border-radius: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
}

.link-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 38px;
}

.link-bottom a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 12px;
}

.separate-line {
    border-top: 1px solid rgba(255, 255, 255, .5);
    margin: 2px auto;
    line-height: 1.6em;
    font-size: 12px;
    text-align: center;
}

.separate-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .75em;
    background-color: #17181d;
    font-size: 12px;
    color: #757575;
    display: inline-block;
    vertical-align: middle;
}

.third-login {
    margin-top: 7px;
    overflow: hidden;
    text-align: center;
}

.third-login-btn {
    display: inline-block;

    height: 40px;
    width: 40px;
}

.third-login-btn:not(:first-child) {
    margin-left: 30px;
}

#wechatLogin {
    background: url("/img/black/wechat.png") no-repeat center;
    background-size: 40px 40px;
}

#weiboLogin {
    background: url("/img/black/weibo.png") no-repeat center;
    background-size: 40px 40px;
}

#qqLogin {
    background: url("/img/black/qq.png") no-repeat center;
    background-size: 40px 40px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #353639;
    padding: 10px;
    box-sizing: border-box;
}

.footer-img {
    float: left;
    height: 34px;
    width: 34px;
}

.footer-text {
    float: left;
    margin-left: 8px;
    width: 50%;
}

.footer-text .title {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.footer-text .option {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 16px;
}

.download {
    font-size: 14px;
    color: #11d4b2;
    line-height: 30px;
    float: right;
    background: url("/img/black/arrow.png") no-repeat 0 center;
    padding-left: 19px;
    background-size: 14px 14px;
}


/* mask */
.weui-mask, .weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 10.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -5.3em;
    background: rgba(40,40,40,.75);
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.weui-toast__content {
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* login success */
.img-wrapper {
    margin-top: 107px;
    font-size: 0;
    text-align: center;
}

.img-wrapper > img {
    width: 124px;
    height: 124px;
}

.success-title {
    margin-top: 35px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.success-next {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    text-align: center;
}


/* register */
.main-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main-wrapper section {
    width: 100%;
    height: 100%;
}

.step1 {
    padding-top: 18px;
    box-sizing: border-box;
}
.step3 {
    padding-top: 14px;
}

.step2 {
    padding-top: 57px;
}

.step2 .page {
    margin-top: 0;
}

.link {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    text-decoration: underline;
    color: #fff;
    display: inline;
}

.btn.disabled {
    opacity: 0.3;
    background-image: linear-gradient(-135deg, #0FD39F 0%, #11D5C1 53%, #1FBEE1 100%);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.39);
    border-radius: 100px;
}

.form-group1 {
    height: 35px;
    position: relative;
    margin-bottom: 25px;
}
.form-group1:last-child {
    margin-bottom: 30px;
}

.left-input {
   padding-right: 94px;
    height: 29px;
    margin: 3px 0;
    box-shadow: -94px 1px 0 0 rgba(255, 255, 255, .3);
}
.right-btn {
    width: 80px;
    height: 35px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.right-btn img {
    width: 100%;
    height: 100%;
}

.input-wrapper-register {
    height: 100%;
    overflow: hidden;
}

.register-input {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 0 0 8px;
    color: #fff;
    font-size: 16px;
    top: 50%;
    box-sizing: border-box;
}

.get-code-btn {
    background: #FFFFFF;
    background-image: linear-gradient(-135deg, #0FD39F 0%, #11D5C1 53%, #1FBEE1 100%);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.39);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.section-title {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.page.has-title {
    margin-top: 25px;
}