﻿body,html {
    height:100%;
}
.top_banner {
    background: #0062ac;
    position:fixed;
}

.bg_img {
    background: url('../../Images/imgs/l_bg.jpg') 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.login_footer{
    position:fixed;
    bottom:0;
    width:100%;
    z-index:10;
    background:#000;
    
}
.login_footer div {
    text-align: center;
    line-height:30px;
    color:#fff;
    font-size:.875rem;
    border-bottom:6px solid #0062ac;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:6px 0;
}
.login_footer span{
    display:block;
}
.body-content{
    height:100%;
}

.Resister,.Login {
    max-width: 1136px;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    height: 720px;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.R_left {
    box-sizing: border-box;
    background: url('../../Images/imgs/map_bg.jpg') 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 402px;
    position: relative;
}

.R_right {
    box-sizing: border-box;
    background: #fff;
    width: 730px;
    position: relative;
}

.R_left p {
    color: #fff;
    line-height: 25px;
    font-size: .875rem;
}

.R_left > div {
    position: absolute;
    max-width: 100%;
    padding: 0 40px;
    top: 30%;
}

.R_left img {
    /*width: 330px;*/
    width:180px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.R_right form{
    width:490px;
    margin:0 auto;
}
.R_right form h3{
    font-size:2.8rem;
    font-weight:bold;
    text-align:center;
    color:#0062ac;
}
.R_right form .input_div{
    display:flex;
    margin-bottom:20px;
    align-items:center;
    position:relative;
}
.R_right form .input_div .error-message {
    position:absolute;
    width: 100%;
    top: 100%;
    font-size: 12px;
}
.R_right form .input_div input{
    width:100%;
    font-size:1.1rem;
    color:#000;
    border-radius:10px;
    border:none;
    background:#e1e1e1;
    padding-left:20px;
    transition:all ease .3s;
}
.R_right form .input_div input:focus{
    outline:none;
    box-shadow: 0 0 7px rgba(0,98,171,.8);
}
.R_right form .input_more input:first-child{
   width:30%;
   margin-right:10px;
}
.R_right form .input_more input:last-child {
    width: 70%;
}

.Resister .input_div input {
    line-height: 40px;
    height: 40px;
}
.Login .input_div input {
    line-height: 48px;
    height: 48px;
}
.Resister h3{
    margin-top:30px;
    margin-bottom:20px;
}
.Login h3{
    margin-bottom:50px;
}
.Login .R_right{
    position:relative;
}
.Login .R_right form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
}

.R_right form .input_div_left {
    /*width: 100%;*/
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.R_right form .input_div_left i{
    font-size:1.1rem;
    cursor:pointer;
    margin-left:5px;
}
.R_right form .input_div_left i:hover{
    color:#0062ac;
}
.R_right form .input_div_right {
    /*width: 100%;*/  
}
.R_right form .checkbox_div{
    justify-content:flex-end;
    margin-bottom:15px;
    display:flex;
}
.R_right form .input_div_left label, .R_right form .input_div_right label {
    display: flex;
    align-items: center;
    cursor:pointer;
}
.R_right form .input_div_left input, .R_right form .input_div_right input {
    width: initial;
    line-height:initial;
    margin-right:10px;
    height:24px;
}
.resister_btn {
    width: 230px;
    line-height: 41px;
    height: 41px;
    font-size: 1.1rem;
    color: #fff;
    background: #0062ac;
    border-radius:5px;
    border:none;
    text-align:center;
    cursor:pointer;
    transition:all ease .3s;
}
.Login_btn {
    width: 240px;
    line-height: 48px;
    height: 48px;
    font-size: 1.1rem;
    color: #fff;
    background: #0062ac;
    border-radius: 5px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
    margin-top:20px;
}
.resister_btn:hover, .Login_btn:hover {
    background: #025696;
}
.R_right form .input_div .warn_tip:focus {
    box-shadow: 0 0 7px rgba(243,24,24,.47)!important;
}
.resister_btn:focus, .Login_btn:focus {
    outline: none; 
}
.warn_tip {
    border: 1px solid #ff0000 !important;
    box-shadow: 0 0 7px rgba(243,24,24,.47);
}


@media(max-width:1680px) {
}

@media(max-width:1600px) {
}

@media(max-width:1440px) {
}

@media(max-width:1366px) {
}

@media(max-width:1280px) {
}

@media(max-width:1200px) {
    .R_left{
        width:350px;
    }
    .R_right{
        width:640px;
    }
}

@media(max-width:1136px) {
}

@media(max-width:1024px) {
    .R_left{
        width:330px;
    }
    .R_right{
        width:590px;
    }
    .R_left > div {
        padding: 0 30px;
    }
    .R_left img{
        margin-bottom:40px;
    }
    .Resister .input_div input {
        line-height: 36px;
        height: 36px;
    }
    .Resister, .Login{
        height:680px;
    }
    .R_right form{
        width:440px;
    }
    
}

@media(max-width:960px) {
    .R_left{
        width:300px;
    }
    .R_right{
        width:550px;
    }
    .Resister {
        height:660px;
    }
    .Login{
        height:620px;
    }
    .R_right form h3 {
        font-size: 2.4rem;
    }
    .Resister .R_right form .input_div {
        margin-bottom: 16px;
    }
    .Login .input_div input {
        line-height: 40px;
        height: 40px;
    }
    .Login_btn {
        line-height: 40px;
        height: 40px;
    }
}

@media(max-width:768px) {
}

@media(max-width:700px) {
}

@media(max-width:650px) {
}

@media(max-width:510px) {
}

@media(max-width:414px) {
    .Resister{
        height:initial;
        width:100%;
        flex-wrap:wrap;
    }
    .Login {
        height: initial;
        width: 100%;
        flex-wrap: wrap;
    }
    .Resister{
        -webkit-transform: initial;
        transform:initial;
        top:40px;
        left:0;
    }
    .R_left{
        width:100%;
        height:90px;
    }
    .R_right {
        width: 100%;
        padding-bottom:20px;
    }
    .R_right form{
        width:100%;
        box-sizing: border-box;
        padding: 0 30px;
    }
    .Resister .input_div input {
        line-height: 28px;
        height: 28px;
    }
    .R_right form h3{
        font-size:1.8rem;
    }
    .Resister h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .resister_btn{
        height:36px;
        line-height:36px;
    }
    .Login .R_right form {
        transform:initial;
       position:initial;
    }
    .Login h3{
        margin-bottom:33px;
        margin-top:30px;
    }
    .Login {

    }
    .Login .R_right{
        padding-bottom:40px;
    }
    .Login .R_left > div{
        top:20%;
    }
}

@media(max-width:320px) {
    .Resister .R_left {
        height: 0;
        display:none;
    }
    .Resister .R_right {
        margin-bottom: 20px;
    }
    .Resister {
        position: relative;
        top: 0;
        height: 100%;
    }
    .R_right form h3 {
        font-size: 1.4rem;
        margin-top: 75px;
    }
    .login_footer{
        position:relative;
        z-index:999;
        bottom:20px;
    }
        .login_footer span{
            font-size:.775rem;
        }
    .top_banner{
        position:relative;
    }
    .Login .R_left{
        height:100%;
        display:none;
    }
    .Login {
        position: absolute;
        height: calc(100% - 80px);
    }
    .Login .R_right{
        padding-bottom:0;
    }
    .body-content {
        height:initial;
    }
}

