.main{
    background: url('../image/login-bg-img.png');
    height: 1280px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* 顶部导航 */
.nav {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
}
.nav-left {
    float: left;
}
.nav-left img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav-right {
    float: right;
}
.nav-right span{
    font-family:Source Han Sans CN;
    font-size:20px;
    color:#373737;
    margin-right: 80px;
    cursor: pointer;
}
.nav-right span:last-of-type {
    margin-right: 0px;
}
.nav-right span.active{
    color: #DC2527;
}

/* 登录框 */
.login-form {
    margin-top: 60px;
    width: 580px;
}
.login-form-welcome { 
    font-size: 30px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #333333;
    letter-spacing:5px;
    margin-bottom: 40px;
}
.login-form-input {
    position: relative;
    margin-bottom: 28px;
}
.login-form-input input{
    outline: none;
    width: 310px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    padding-left: 55px;
}
.login-form-input img {
    position: absolute;
    top: 11px;
    left: 22px;
}
.login-form-input-forget{
    position: absolute;
    left: 380px;
    top: 11px;
    font-size: 18px;
    color: #1FACEC;
}
.login-form-member-pass{
    padding-left: 53px;
}
.login-form-member-pass input,.login-form-member-pass span {
    display: inline-block;
    vertical-align: top;
}
.login-form-member-pass input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 12px;
    height: 12px;
    position: relative;

}
.login-form-member-pass input[type=checkbox]:after {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    content: " ";
    background-color: white;
    border: 1px solid #D1D1D1;
    display: inline-block;
    visibility: visible;
    padding: 0px 0px;
    border-radius: 3px;
}
.login-form-member-pass  input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 10px;
    line-height: 12px;
    text-align: center;

}
.login-form-member-pass-text { 
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}
.login-form-login-btn {
    width: 176px;
    height: 42px;
    background: #FF6000;
    line-height: 42px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-left: 95px;
    margin-top: 30px;
    cursor: pointer;
}
.login-form-reg {
    width: 447px;
    margin-top: 28px;
    padding-top: 24px;
    color: #333;
    border-top: 1px solid #D1D1D1;
    position: relative;
}
.login-form-reg-btn {
    position: absolute;
    bottom: 10px;
    right: 82px;
    width: 204px;
    height: 35px;
    background: #78AEF6;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: Source Han Sans CN;
    cursor: pointer;
}


/*注册*/
.main-reg {
    background: url('../image/reg-bg-img.png');
    height: 1280px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.reg-form {
    margin: 0px auto;
    margin-top: 78px;
    width: 632px;
    background-color: white;
    box-shadow: 0px 4px 7px 0px #C4E3FE;
    border-radius: 10px;
    padding-top: 30px;
    overflow: hidden;
}
.reg-form-title {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #323232;
    text-align: center;
    margin-bottom: 30px;
}
.reg-form-input {
    text-align: center;
    position: relative;
    padding: 0px 72px;
    margin-bottom: 45px;
}
.reg-form-input-info {
    position: absolute;
    top: 14px;
    left: 85px;
    font-size: 18px;
    color: #323232;
    font-family: Source Han Sans CN;
    letter-spacing: 1px;
}
.reg-form-input input{
    outline: none;
    width: calc(100% - 118px);
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    padding-left: 115px;
}
.reg-form-input-btn {
    display: inline-block;
    height: 50px;
    border-radius: 10px;
    background-color: #0089FF;
    color: white;
    vertical-align: top;
    line-height: 50px;
    width: 107px;
    text-align: center;
    margin-left: 3px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    cursor: pointer;
}
.reg-form-reg-btn {
    margin: 0px auto;
    width: 487px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #0089FF;
    border-radius: 28px;
    text-align: center;
    color: #0089FF;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 84px;
    cursor: pointer;
}
.reg-form-input-btn.countdown {
    font-size: 14px;
}

