
.register-title{
    text-align: center;
}
.register-context{
    position: absolute;
}
.register-title span{
    font-size: 2.6vw;
    font-family: 华文行楷;
    color: #f0f5f8;
}

.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-left {
    width: 60vw;
    height: 100vh;
    background-image: url(../img/bgLayer2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*.register-land{*/
/*    min-width: 375px;*/
/*    margin: 0 auto;*/
/*}*/


.register-body{
    width: 100%;
    height: 100%;
    position: relative;
}


.bottom-text{
    font-family: 华文行楷;
    color: #244684;
    font-size: 1.4vw;
}

.register-details{
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 60px 25px 60px 25px;
}


#username, #password{
    border: 0px;
    border-radius: 25px!important;
}
.register-details button{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px; /* future proofing */
    -khtml-border-radius: 25px; /* for old Konqueror browsers */
    height: 50px;

}
.but-login{
    font-size: 1.6vw;
    color: #f0f5f8;
    font-family: 华文楷体;
    background-color: #00a0e9 !important;
    margin-top: 40px;
}
.register-details button a{
    color: #f0f5f8;
    display: block;
}
.register-che .checkbox{
    float: left;
}
.register-che{
    line-height: 15px;
    color: #aaa;
}
.register-che input{
    float: left;
}

.register-che span{
    float: right;
    padding-left: 10px;
    color:#666;
}

.register-ecode{
    width: 15vmin;
    height: 15vmin;
}


.form-control{
    border: 0;
}
.imp-color{
    font-family: 华文楷体;
    color: #ffd200!important;
    font-size: 1.2vw;
}
#username::placeholder, #password::placeholder{
    font-family: 华文楷体;
    color: #707070 ;
    font-size: 1.6vw;
}
#loginhide{
    width: 65%;
    margin: 0 auto;
}
#username{
    margin-top: 120px;
    padding: 25px;
    background-color: #f0f5f8!important;;
}
.register-bottom{
    width: 20vw;
    height: 30vh;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    background-image: url("../img/bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
}

#password{
    margin-top:40px;
    padding:25px;
    background-color: #f0f5f8!important;
}

.bottom-content {
    width: 20vw;
    height: 30vh;
    text-align: center;
    margin: auto;
    padding: 9vh 2vw 1vh 8vw;
}

@media screen and (min-width: 1920px){
    .register-context{
        bottom:80px;
    }
}
@media screen and (min-width: 1680px) and (max-width: 1919px){
    .register-context{
        bottom:60px;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1679px){
    .register-context{
        bottom:40px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
    .register-context{
        bottom:40px;
    }
}
@media screen and (max-width: 1279px) {
    .register-context{
        bottom:40px;
    }
}

