.beg-login-bg{

    background-color: #efefee;


}

.Content{
    display: flex;
    width: 1408px;
    height: 845px;
    overflow: hidden;
    margin: 0px auto;
    top: 50%;
    left: 50%;
    position:absolute;
    margin-left: -704px;
    margin-top: -420px;
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Content .ImgInfo{
    width: 45%;
    height: 100%;
    background-image: url("../images/NewIndex/LeftImg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 80px;
}


.Content .ImgInfo p{
    width: 60px;
    height: 6px;
    background-color: #fff;
    margin: 40px 0px;
}

.Content .ImgInfo .title{
    font-size: 2.2em;
    color: #fff;
    line-height: 50px;
    margin: 10px 0px;
}

.Content .ImgInfo .contentTxt{ 
    margin-top: 40px;
    font-size: 1.4em;
    color: #fff;
    line-height: 36px;
    text-align: justify;
}

.Content .Login{
    width: 55%;
    height: 100%;
    background-image: url("../images/NewIndex/RightImg.png");
    background-repeat: no-repeat;
    padding: 0px 20px;
}


.Content .Login .LoginTitle{
    margin-top: 110px;
    text-align:center;
    font-size: 2em;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 100px;
}

.Content .Login .item{
    margin: 30px 0px;
    width: 50%;
    margin-left: 100px;
}

.Content .Login .item i{
    color: gray;
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 2em;
}


.inputImg{
    position: absolute;
    z-index: 10;
    margin-top: -50px;
    margin-left: 350px;
}


.Content .Login .Input{

    border-radius: 38px;
    padding: 15px 60px;
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1.2em;
    z-index: 1;

}

.codeLabel{
    float: right;
    width: 166px;
    margin-top: -103px;
    margin-right: 80px;
    border: 1px solid #ccc;
    border-radius: 38px;
    overflow: hidden;
}

.code{
    border-radius: 38px;
    padding: 15px 60px;
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1.2em;
    z-index: 1;
    width: 40%;
}

.buttonItem{
    width: calc(65% + 16px) ;
    margin: 30px auto;
    margin-top: 60px;
}

.loginBtn{
    border-radius: 38px;
    padding: 15px 60px;
    font-size: 1.6em;
    line-height: 40px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-align: center;
    border: none;
    background-color: rgba(21, 41, 83, 1);
    cursor: pointer;
}

.loginBtn:hover{
    background-color: rgba(21, 41, 83, 0.8);;
}

.ermCss{
    float: right;
    margin-top: 20px;
    cursor:pointer;
}

.ermCss:hover{
    filter: opacity(0.6);
}

.closeBtn{
    color: red;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.ermTitle{
    font-size: 1.3em;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: #efefee;
}


@media screen and (min-width:1400px){
    
    .Content{
        width: 1300px;
        height: 700px;
        margin-left: -680px;
        margin-top: -350px;
    }
    
}

@media (min-width:1200px) and (max-width:1400px){
    
    .Content{
        width: 1200px;
        height: 680px;
        margin-left: -600px;
        margin-top: -350px;
    }

    .Content .Login{
        width: 55%;
        height: 100%;
    }

    .codeLabel{
        float: right;
        width: 166px;
        margin-top: -103px;
        margin-right: 54px;
        border: 1px solid #ccc;
        border-radius: 38px;
        overflow: hidden;
    }

    .code{
        width: 35%;
    }

    .inputImg{
        position: absolute;
        z-index: 10;
        margin-top: -50px;
        margin-left: 350px;
    }

}

@media (min-width:992px) and (max-width:1200px){
   
    .Content{
        width: 992px;
        height: 660px;
        margin-left: -496px;
        margin-top: -300px;
    }

    .Content .Login{
        width: 55%;
        height: 100%;
    }

    .codeLabel {
        float: right;
        width: 166px;
        margin-top: -103px;
        margin-right: -7px;
        border: 1px solid #ccc;
        border-radius: 38px;
        overflow: hidden;
    }

    .code{
        width: 35%;
    }

    .inputImg{
        position: absolute;
        z-index: 10;
        margin-top: -50px;
        margin-left: 280px;
    }
}

@media (min-width:720px) and (max-width:992px){
   
    .Content{
        width: 720px;
        max-height: 600px;
        margin-left: -320px;
        margin-top: -300px;
    }

    .Content .Login{
        width: 55%;
        height: 100%;
    }

    .codeLabel {
        float: right;
        width: 166px;
        margin-top: -103px;
        margin-right: -7px;
        border: 1px solid #ccc;
        border-radius: 38px;
        overflow: hidden;
    }

    .code{
        width: 35%;
    }

    .inputImg{
        position: absolute;
        z-index: 10;
        margin-top: -50px;
        margin-left: 280px;
    }

    .Content .Login .item{
        margin-left: 20px;
    }
    .Content .Login .item i{
        color: gray;
        position: absolute;
        z-index: 10;
        margin-top: 14px;
        margin-left: 20px;
        font-size: 1em;
    }
    .Content .Login .Input{
        font-size: 1em;
        padding: 0px 45px;
        height: 40px;
        width: 100%;
        border: 1px solid #ccc;
    }
    .Content .Login .LoginTitle{
        margin-bottom: 0px;
    }
    .code {
        font-size: 1em;
        padding: 0px 45px;
        height: 40px;
        border: 1px solid #ccc;
        width: 35%;
    }
    .codeLabel{
        float: right;
        width: 94px;
        margin-top: -73px;
        margin-right: 20px;
        border: 1px solid #ccc;
        border-radius: 38px;
        overflow: hidden;
    }
    .inputImg{
        margin-top: -31px;
        margin-left: 189px;
        width: 30px;
    }
    .loginBtn{
        padding: 12px 60px;
        font-size: 1.2em;
        line-height: auto;
        font-weight: normal;
    }
}


