.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{
    position: relative;
    width: 386px;
    height: 483px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.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;
    margin-bottom: 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-txt div a{
    font-size: 14px;
    color: #333333;
}
.login-btm-select{
    margin-top: 44px;
    width: 300px;
    display: flex;
    align-items: center;
}
.login-select{
    margin-right: 6px;
    width: 18px;
    height: 18px;
}
.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-item-list-three{
    border-right: none !important;
}
.login-scan{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
}
.login-scan>div {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.login-scan>div div {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 12px !important;
    color: #61667C;
}
.login-scan>div img{
    /*margin-top: -5px;*/
    width: 116px;
    height: 25px;
}
.login-scan>img{
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.login-scan-one{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
}
.login-scan-one>div {
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}
.login-scan-one>div div {
    position: absolute;
    top: 6px;
    right: 14px;
    font-size: 12px !important;
    color: #61667C;
}
.login-scan-one>div img{
    /*margin-top: -5px;*/
    width: 73px;
    height: 25px;
}
.login-scan-one>img{
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.scan-login{
    margin-top: 40px;
    font-size: 18px;
    color: #222;
}
.erwei{
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 208px;
    border: 1px solid #E5E5E5;
}
.erwei-img{
    width: 168px;
    height: 168px;
}
.erwei-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
}
.erwei-content div {
    font-size: 16px;
    color: #fff;
}
.erwei-content div:last-child {
    margin-top: 10px;
}

.scan-title{
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}
.scan-list{
    width: 278px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scan-list>div {
    display: flex;
    align-items: center;
}
.scan-list>div>div {
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
.scan-list>div>img {
    width: 30px;
    height: 30px;
}
.right-sacn{
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.right-sacn a{
    font-size: 14px !important;
    color: #666 !important;
}