html{
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    min-width: 320px;
    position: relative;
    min-height: 900px;
    background: #4453C8 url(../images/body-bg.png) bottom right no-repeat;
    background-size: 620px 502px;
}
#login-header{
    min-width: 320px;
    height: 40px;
    line-height: 70px;
    padding: 15px 40px;
}
#login-header img{
    width: 126px;
    height: 40px;
}
#login-header span a{
    font-size: 16px;
    color: #EBEAF6;
    line-height: 40px;
}
#register-form{
    width: 450px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
#register-form .title{
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 31px;
}
#register-form .title span{
    display: inline-block;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 4px solid #fff;
}
#register-form .common-input{
    width: 100%;
    height: 40px;
    text-indent: 22px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    border: none;
}
.register-password{
    position: relative;
}
.register-password img{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 11px;
    cursor: pointer;
}
.register-check{
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.register-check .drag-container{
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #D6D6D6;
    line-height: 40px;
    border-radius: 4px;
}
.register-check .drag-container .inner{
    width: 0;
    height: 40px;
    background: #718DFF;
    border-radius: 4px 0 0 4px;
    margin-top: -40px;
}
.register-check .text{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    left:0;
    top:0;
    z-index: 20;
}
.drag-success{
    background: #fff url(../images/success.png) center center no-repeat;
    background-size: 16px 16px;
}
.drag-img{
    background: #fff url(../images/drag.png) center center no-repeat;
    background-size: 16px 16px;
}
.register-check .drag{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    left:0;
    top:0;
    z-index: 20;
}
#register-form .register-code .check-code{
    width: 340px;
    border-radius: 4px 0 0 4px;
}
.register-code{
    clear: both;
    height: 40px;
}
#register-form .register-code span{
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #4453C8;
    background: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
#register-form .register-btn{
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #4453C8;
    margin-top: 15px;
    font-weight: 400;
    cursor: pointer;
}
#register-form .register-btn:hover{
    background: #BAC8FF;
}
.agree-treaty{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color:rgba(255,255,255,0.3);
    line-height: 17px;
    margin-top: 20px;
}
.agree-treaty span{
    color: #fff;
}
.login-tips{
    width: 100%;
    font-size: 14px;
    color: #EBEAF6;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
}
.login-tips span a{
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
.enpty-record{
    width: 100%;
    height: 40px;
    clear: both;
}
.serve-record{
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    color: #EBEAF6;
    text-align: center;
    position: absolute;
    bottom:10px;
    left:0;
}
.check-text{
    width: 200px;
    font-size: 12px;
    color: red;
    position: absolute;
    left: 460px;
}
.email-check{
    top: 88px;
    display: none;
}
.mobile-check{
    top: 310px;
    display: none;
}
.drag-check{
    top: 474px;
    display: none;
}
.password-check{
    top: 144px;
    display: none;
}
.name-check{
    top: 198px;
    display: none;
}
.industry-check{
    top: 252px;
    display: none;
}
.fromWhere-check{
    top: 364px;
    display: none;
}
.code-check{
    top: 530px;
    display: none;
}
.select-where{
    width: 100%;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 22px;
    color: #000;
    font-size: 14px;
    -webkit-appearance: none;   /* google */
    -moz-appearance: none;  /* firefox */
    appearance: none; 
    background: #fff;
}
.free-success {
    width: 280px;
    height: 180px;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbbbf;
    position: fixed;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -140px;
    z-index: 99999;
    background: #fff;
}
.free-success img {
    width: 46px;
    margin: 35px auto 10px;
    display: block;
}
.free-success p {
    color: #333;
    font-size: 16px;
    margin-top:20px;
    text-align: center;
}
@media(min-width: 320px) and (max-width: 414px){
    body{
        min-height: 920px;
    }
    #login-header{
        min-width: 320px;
        padding: 15px 0;
    }
    #login-header .fl{
        margin-left: 10px;
    }
    #login-header .fr{
        margin-right: 10px;
    }
    #register-form{
        width: 290px;
    }
    #register-form .register-code .check-code{
        width: 180px;
    }
    #register-form .common-input{
        margin-bottom: 20px;
    }
    .email-check{
        left:0;
        top: 116px;
        display: none;
    }
    .mobile-check{
        left:0;
        top: 356px;
        display: none;
    }
    .drag-check{
        left:0;
        top: 536px;
        display: none;
    }
    .password-check{
        left:0;
        top: 176px;
        display: none;
    }
    .name-check{
        left:0;
        top: 236px;
        display: none;
    }
    .industry-check{
        left:0;
        top: 296px;
        display: none;
    }
    .fromWhere-check{
        left:0;
        top: 416px;
        display: none;
    }
    .code-check{
        left:0;
        top: 596px;
        display: none;
    }
    .select-where{
        margin-bottom: 20px;
    }
    .register-check{
        margin-bottom: 20px;
    }
}