body{
    position: relative;
}
.login-bodys{
    /* overflow: inherit; */
    height: 100vh;
}
.login-bodys .login-newbg{
    /* background: url(../../images/log-img.png); */
    background: #F2F3F5;
    background-size: 100% 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.login-box-warp>.login-body-r{
    /* position: absolute; */
    /* top: 0px; */
    /* right: 90%; */
    float: right;
    /* padding-left: 110px; */
    width: 650px;
    height: 550px;
    background: #FFFFFF;
    /* padding: 40px 20px; */
    position: relative;
    border-radius: 0px 15px 15px 0px;
}
.login-box-warp>.login-body-r .erweima{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
}
.login-box-warp>.login-body-r .erweima img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    cursor: pointer;
}

.login-box-warp>.login-body-l{
    float: left;
    width: 440px;
    height: 550px;
    border-radius: 15px 0px 0px 15px;
    background: url(http://romenstech.oss-cn-qingdao.aliyuncs.com/shop/88-100/singleimg/16671842235.png) no-repeat center center;
    background-size: cover;
    /* background: linear-gradient(141deg, #01CBFF 0%, #0082FC 100%); */
}
.login-body-l h1{
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    padding: 70px 0 60px;
    text-align: center;
}
.login-body-l img{
    display: block;
    width: 250px;
    height: 180px;
    margin: 0 auto 40px;
}
.login-body-l h2{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-left: 45px;
    color: #ffffff;
}
.login-body-l .infor{
    padding-left: 45px;
    margin-bottom: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.login-body-l .infor img{
    display: block;
    width: 10px !important;
    height: 7px !important;
    margin: 0;
    margin-right: 7px;
}
.login-body-l .infor p{
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 13px;
}

.login-body{
    /* width: 100%; */
    height: 100vh;
}
.login-agin{
    padding-left: 110px;
}
.login_logo{
    position: relative;
    padding: 0;
    margin: 0;
}
.login_logo h3{
    /* position: absolute; */
    z-index: 1;
    width: 194px;
    /* height: 56px; */
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 18px;
    padding-top: 70px;
    color: #333333;
    /* top: -57px;
    left: 50%;
    transform: translateX(-39%); */
}
.login_logo main {
    position: absolute;
    bottom: 15px;
    width: 84px;
    height: 3px;
    background: #3399FF;
    left: 50%;
    transform: translateX(-54%);
}
.log1{
    width: 128px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    transform: translateX(93%);
}
.login_logo{
    margin-bottom: 24px;
}
.login-name{
    width: 420px;
    height: 44px;
    margin-left: 0px;
    padding-top: 30px;
}
.login-ewm .login_logo{
    padding-left: 110px;
}
.ewm-box{
    width: 176px;
    height: 176px;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #E5E5E5;
    margin: 75px auto 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ewm-box img{
    display: block;
    width: 165px;
    height: 165px;
    margin: 0;
}
.login-ewm>h3{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    text-align: center;
    margin-bottom: 45px;
}
.login-ewm p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
.login-ewm p span:nth-child(1){
    color: #999999;
}
.login-ewm p span:nth-child(2){
    color: #0082FC;
    margin-left: 10px;
    cursor: pointer;
}

.login-name .inpt{
    width: 405px;
    height: 40px;
    border: none !important;
    border-bottom: 1px solid #DCDEE0 !important;
    background: #ffffff !important;
    /* border: 1px solid #E5E5E5; */
    border-radius: 0px !important;
}
.login-name .inpt:-internal-autofill-selected {
    background: #ffffff !important;
}
.icon {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 1px;
    opacity: 1;
}
img{
    margin-top: 8px;
    margin-left: 3px;
}
.icon img{
    width: 20px;
    height: 20px;
}
.login_g {
    margin-top: 30px;
    /* width: 313px; */
}
.login_g input{
    width: 426px;
    height: 40px;
    background: #0082FC;
    border-radius: 5px;
}
.forget_psw{
    width: 313px;
    /* margin-top: 10px; */
}
.login_g input:hover{
    background: #0077dd;
}
.footer2{
    position: absolute;
    bottom: 20px;
    background: none;
}
.footer2 .copy{
    background: none;
    font-size: 15px
}
.login-box-warp {
    width: 1090px;
    height: 550px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -545px;
    margin-top: -275px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 0px 26px rgb(51 153 255 / 25%);
    /* float: right; */
    /* margin-top: 18%; */
    /* transform: translateY(-50%) */
}
.icon_hide {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 0px;
    opacity: 1;
}
.login_g input{
    /* margin: 30px auto; */
}
.form-button3{
    line-height: 34px;
}
.forget_psw input {
    margin: 4px 0 6px 0;
}
.identTxt {
    padding-bottom: 3px;
    padding-left: 8px;
    color: #666666;
    font-size: 14px;
}
.po-abse{
    position: absolute;
    width: 145px;
    height: 100px;
	top: -46px;
    left: -42px
}
.po-absa{
    position: absolute;
    width: 145px;
    height: 100px;
	bottom: 3px;
    right: -36px;
}

.copy{
    color: #d9d9d9;
}
.log-1>img {
    width: 200px;
    height: 29px;
}
::-webkit-input-placeholder{
    color: #999999;
}
#username.change::-webkit-input-placeholder{
    color: #E95454 !important;
}
#password.change::-webkit-input-placeholder{
    color: #E95454 !important;
}
