html{
    height: 100%;
}
body{
    height:100%;
}
.con{
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: space-between;
}
.con .left{
    height: 100%;
    width: 50%;
    background: url(../img/login.png);
}
.con .right{
    height: 100%;
    width: 50%;
    background: white;
}
.dltext{
    font-size: 0.26rem;
    font-family: "Source Han Sans CN";
    color: rgb( 0, 0, 0 );
    line-height: 1.077;
    text-align: center;
    margin-top: 0.36rem;
    margin-bottom: 0.31rem;
}
.logincon img{
    width:1.31rem;
    height:0.57rem;
}
.logincon{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.63rem;
    box-sizing: border-box;
}
.logincon input{
    width: 2.8rem;
    height: 0.57rem;
    border-radius: 0.08rem;
    padding-left:0.19rem;
    box-sizing: border-box;
    margin-bottom: 0.31rem;
    line-height: 0.57rem;
    border-width: 0.01rem;
    border-color: rgb( 229, 229, 229 );
    border-style: solid;
    display: block;
}
.logincon .login{
    width: 2.8rem;
    margin:0.56rem 0;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    background: #3f9fd1;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    cursor: pointer;
}
