.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: 15px 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: 395px;
}


.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: 120px;
    margin-top: -92px;
    margin-right: 109px;
    border: 1px solid #ccc;
    border-radius: 38px;
    overflow: hidden;
    padding: 13px 0px;
}

.code{
    border-radius: 38px;
    padding: 15px 60px;
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1.2em;
    z-index: 1;
    width: 55%;
}

.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:7680px) {

    .Content {
        transform: scale(2.5);
        transform-origin: center center; /* 设置缩放的基点 */
    }

}

@media (min-width:3841px) and (max-width:7680px) {

    .Content {
        transform: scale(1.6);
        transform-origin: center center; /* 设置缩放的基点 */

    }

}

@media (min-width:2561px) and (max-width:3840px) {

    .Content {
        transform: scale(1.3);
        transform-origin: center center; /* 设置缩放的基点 */

    }

}

@media (min-width:1921px) and (max-width:2560px) {

    .Content {
        transform: scale(1.05);
        transform-origin: center center; /* 设置缩放的基点 */

    }

}

@media (min-width:1441px) and (max-width:1920px) {

    .Content {
        transform: scale(0.85);
        transform-origin: center center; /* 设置缩放的基点 */
    }
}


@media (min-width:1281px) and (max-width:1440px) {

    .Content {
        transform: scale(0.75);
        transform-origin: center center; /* 设置缩放的基点 */
    }
}

@media (min-width:993px) and (max-width:1280px) {
    .Content {
        transform: scale(0.65);
        transform-origin: center center; /* 设置缩放的基点 */
    }
}

@media (min-width:767px) and (max-width:992px) {
    .Content {
        transform: scale(0.45);
        transform-origin: center center; /* 设置缩放的基点 */
    }
}

@media (min-width:480px) and (max-width:768px) {
    .Content {
        transform: scale(0.35);
        transform-origin: center center; /* 设置缩放的基点 */
    }
}




