body{
    background: #bedff1;
}
label{
    font-weight: normal;
}
#header .header-info{
    background: #fff;
    height: 70px;
    border-bottom: 5px solid #17acf6;
}
.login-wrap{
    background-color: #fff;
    padding-bottom: 20px;
}
.login-wrap .login-title{
    font-size: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.login-wrap .login-title h2{
    height: 70px;
    line-height: 70px;
    cursor: pointer;
}
.login-content{
    position: relative;
}
.login-wrap .login-tabs{
    margin-top: 20px;
}
.login-wrap .login-tabs .nav-tabs{
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 2px 8px -3px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}
.login-wrap .login-tabs .nav-tabs li{
    width: 50%;
}
.login-wrap .login-tabs .nav-tabs li a{
    background-color: #eee;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    font-size: 18px;
}
.login-wrap .login-tabs .nav-tabs li.active a{
    background-color: #17acf6;
    color: #fff;
}
.login-wrap .tab-pane .input-group{
    margin-bottom: 20px;
    width: 100%;
}
.login-wrap .tab-pane .input-group input.form-control{
    font-size: 16px;
}
.input-group-lg>.input-group-addon{
    padding: 0;
    width: 64px;
    height: 46px;
}
.login-wrap .tab-pane .mobileVerity{
    border-radius: 4px;
}
.login-wrap .tab-pane .verity-send{
    position: absolute;
    right: 16px;
    font-size: 16px;
    z-index: 10;
    top: 0;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
}
.login-wrap .tab-pane .verity-send:hover{
    color: #17acf6;
}
.login-wrap .tab-pane .verity-send:before{
    content: '';
    position: absolute;
    left: -12px;
    top: 14px;
    width: 1px;
    height: 16px;
    background-color: #333;
}
.login-wrap .tab-pane .input-group .err-tip{
    position: absolute;
    left: 104%;
    top: 14px;
    font-size: 13px;
    color: red;
    word-break: keep-all;
    display: none;
}
.login-wrap .tab-pane .input-group .iconfont{
    font-size: 24px;
}
.login-wrap .appendix{
    font-size: 16px;
    vertical-align: middle;
}
.login-wrap .keep-time{
    font-size: 12px;
    color: red;
    line-height: 20px;
}
.login-wrap .btn-reister {
    background-color: #17acf6;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}
.login-wrap .tab-pane-common{
    margin-top: 15px;
    font-size: 16px;
}
.login-wrap .tab-pane-common .register-btn{
    font-size: 20px;
}
.login-wrap .other-signin{
    margin-top: 35px;
}
.login-wrap .other-signin .title-wrapper {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    width: 80%;
    height: 0;
    overflow: visible;
    margin: 0 auto;
}
.login-wrap .other-signin .title {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    background: #FFF;
}
.login-wrap .other-signin .oauth{
    margin-top: 20px;
    margin-bottom: 10px;
}
.login-wrap .other-signin .oauth .iconfont{
    color: #04ae0f;
    font-size: 30px;
    margin-right: 3px;
    vertical-align: sub;
}
.login-wrap .other-signin .bind-wechatTip{
    font-size: 14px;
}
.login-wrap .other-signin .bind-wechatTip .iconfont{
    color: #ff6600;
    vertical-align: middle;
}
/*扫码登录*/
.login-qr{
    height: 302px;
}
.login-content .login-qr-btn{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.login-content .login-qr-btn .qr-icon{
    font-size: 60px;
    line-height: 60px;
    padding: 10px;
    color: #17acf6;
}
.login-content .login-qr-btn .scan-login{
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
    color: #17acf6;
}
.qrcode-wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.qrcode-wrap .scan-qr-titile{
    font-size: 22px;
}
.scan-qr-wrap{
    background-color: #fff;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    box-sizing: content-box;
}
.qrcode-wrap .scan-qr-tip{
    font-size: 20px;
    margin-top: 20px;
}
.qrcode-failure{
    width: 230px;
    height: 230px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.9);
}
.qrcode-failure .qrcode-failure-titile{
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
}
.qrcode-failure .qrcode-refresh{
    font-size: 16px;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    background: #666666;
    border-radius: 40px;
    margin: 20px auto;
    cursor: pointer;
}
.qrcode-succeed{
    width: 230px;
    height: 230px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.qrcode-succeed .succeed-icon .iconfont{
    font-size: 60px;
    color: #04ae0f;
}
.qrcode-succeed .succeed-text{
    font-size: 20px;
}
.qrcode-succeed .succeed-tip{
    color: #999;
    margin-top: 10px;
}
/*扫码登录end*/
