.login{
    display: flex;
    background: #fff;
    position: relative;
}

.login_l{
  width: 50%;
  position: absolute;
  height: 100%;
  background: url(../images/login_bj.png) no-repeat center center;
}

.login_l img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.login_r{
    width:50%;
    height: 100%;
    box-sizing: border-box;
    padding: 3% 10%;
    margin-left: 50%;
}

.login_r .bt{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.login_r ul li{
    margin-bottom: 25px;
}

.login_r ul li h2{
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
}

.login_r ul li h3{
    display: flex;
}

.login_r ul li h3 .text{
width: 100%;
line-height: 45px;
}

.login_r ul li h3 .btn{
    width: 100%;
    line-height: 45px;
    background: #c73041;
    padding: 0px;
    color: #fff;
    border-radius: 0px;
}

.login_r ul li h3 .btnn{
    line-height: 45px;
    background: #c73041;
    padding: 0px;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    white-space: nowrap;
}

.login_r ul li p{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}