
.register-top{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(../img/bgLayer1.png);
    background-size:  100% 100%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
}
.register-title{
    text-align: center;
}
.register-context{
    height:520px;
    position: absolute;
    right: 14px;
    top:10%;
}

.register-title span{
    font-size: 48px;
    font-family: 华文行楷;
    color: #29487b;
}


.register-land{
    min-width: 375px;
    margin: 0 auto;
}


.register-body{
    width: 100%;
    height: 100%;
    position: relative;
}


.img-span{
    display: block;
    width: 118px;
    text-align: center;
    font-family: 微软雅黑;
    color: #29487b;
    font-size: 1.6rem;
    margin-top: 3px;
}

.register-details{
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 100px 25px 60px 25px;
}


#username, #password{
    border: 0px;
    border-bottom: 1px solid #3d64a3 ;
}
.register-details button{
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px; /* future proofing */
    -khtml-border-radius: 40px; /* for old Konqueror browsers */
    height: 44px;
    font-size: 22px;
    color: #FFFFFF;
}
.but-login{
    font-family: 微软雅黑;
    background-color: #29487b !important;
}
.register-details button a{
    color: #fff;
    display: block;
}
.register-che .checkbox{
    float: left;
}
.register-che{
    line-height: 15px;
    color: #aaa;
}
.register-che input{
    float: left;
}
label {
    font-size: 12px;
}
.register-che span{
    float: right;
    padding-left: 10px;
    color:#666;
}

.register-ecode{
    width: 70%;
   /* object-fit: contain;
    margin: 0 auto;
    display: -webkit-box;;
    margin-top: 85px;
    margin-left: 120px;*/
}


.form-control{
    border: 0;
}
.imp-color{
    font-family: 微软雅黑;
    color: #29487b!important;
    font-size: 16px;
}
#username::placeholder, #password::placeholder{
    font-family: 微软雅黑;
    color: #b5c6da ;
    font-size: 20px;
}
#loginhide{
    width: 60%;
    margin: 0 auto;
}
#username{
    margin-top: 80px;
    padding: 8px;
    background-color: transparent!important;;
}
#password{
    margin-top:35px;
    padding:8px;
    background-color: transparent!important;
}

.register-bottom{
    width: 160px ;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999999;
}


@media screen and (min-width: 1920px){
    .register-context{
        right: 14px;
        top:10%;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1919px){
    .register-context{
        top:10%;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1679px){
    .register-context{
        top:8%;
    }
    .register-title span{
        font-size: 40px;
    }
    #username{
        margin-top: 60px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
    .register-context{
        top:8%;
    }
    .register-title span{
        font-size: 40px;
    }
    #username{
        margin-top: 60px;
    }
}
@media screen and (max-width: 1279px) {
    .register-context{
        top:8%;
    }
    .register-title span{
        font-size: 40px;
    }
    #username{
        margin-top: 60px;
    }
}

