.login-bg{
    position: relative;
    width: 100%;
    height: 635px;
}
.login-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-btm{
    width: 100%;
    margin-top: 59px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.login-content{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 635px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 424px;
}
.login-item{
    width: 386px;
    width: 386px;
    height: 483px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-content-first{
    height: 423px;
}
.login-item-txt{
    margin-bottom: 30px;
    font-size: 18px;
    color: #222222;
}
.login-item-list{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    height: 38px;
    width: 300px;
    border: 1px solid #E8E8E8;
}
.login-item-list-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 38px;
}
.login-item-list-left img {
    width: 20px;
    height: 20px;
}
.login-item-list-center{
    width: 1px;
    height: 24px;
    background-color: #E8E8E8;
}
.login-input {
    width: 175px;
}
.login-input .el-input__inner{
    border: none !important;
    height: 28px;
    line-height: 28px;
    width: 100%;
}
.login-input-two {
    width: 209px;
}
.login-input-two .el-input__inner{
    border: none !important;
    height: 28px;
    line-height: 28px;
    width: 100%;
    /*background-color: red;*/
}
.login-verification{
    width: 90px;
    height: 38px;
    cursor: pointer;
}
.login-verification-txt {
    z-index: 999;
    width: 90px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    background-color: #E8E8E8;
}
.login-verification img {
    width: 100%;
    height: 100%;
}
.login-btn{
    margin-top: 15px;
    width: 300px;
    height: 48px;
    background-color: var(--themeColor);
    border-radius: 2px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.login-btm-txt{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
}
.login-btm-txt div {
    cursor: pointer;
}
.login-btm-select-one{
    margin-top: 18px;
    width: 300px;
    display: flex;
    align-items: center;
}
.login-select{
    margin-right: 6px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.login-select img {
    width: 100%;
    height: 100%;
}
.login-word{
    font-size: 12px;
    color: #999999;
}
.login-word-two{
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.login-btn-txt{
    margin-top: 30px;
    text-align: center;
    width: 300px;
    font-size: 14px;
    color: #333;
}
.login-item-list-two{
    border-right: none;
}