* {
    padding: 0;
    margin: 0;
}

.banmo_logo_wrap {
    height: 100%;
    background-image: url("../img/bg.png");
    background-size: cover;
}

.banmo-logo {
    height: 100px;
    padding-left:100px;
    display: flex;
    align-items: center;
    padding-top: 45px;
}
.loginTitle{
    font-size: 40px;
    font-weight: bold;
    font-family: "微软雅黑", serif;
    padding-left: 15px;
    color: #3f6391;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.login_box {
    height: 600px;
    width: 1000px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    box-shadow: 2px 2px 5px #B8B8B8;

    overflow: hidden;

}

.login_imgbox {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    background-size: cover;

}
.aui-image-title{
    padding-top: 50px;
    font-size: 35px;
    color: #FFFFFF;
    font-weight: bold;

}
.aui-image-text {
    padding-bottom: 30px;
}

.aui-image-text_img {
    padding-left: 3px;
    color: #FFFFFF;
}


.login_form {
    background-color: #FFFFFF;
    width: 400px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.login_name {
    font-size: 18px;
    color: #040404;
    text-align: center;
}


.copyright {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2%;
    text-align: center;
}

.login_box_form {
    margin: 0;
    padding: 0 25px;
    background-color: transparent;
}

.main-center-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-title-mian {
    display: flex;
    flex-direction: column;
}

.form-title {
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0 0 !important;
    position: static;
}

.form-title_item {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    -webkit-user-select: none;
}

.form-title_items {
    color: #5d626a;
}


.btn_dl_bot:hover {
    color: #FFFFFF;
    opacity: 0.8 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.login_box_form_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.wechat_code_ifram {
    -webkit-user-select: none;
}

.otherLogin {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.login-btn {
    height: 45px !important;
    line-height: 45px !important;
}
#wechat_code{
    height: 59%;
    display: flex;
    justify-content: center;
}
.wx_title{
    text-align: center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #a8a8a8;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

hr {
    border: none;
    border-top: 1px solid #eee;
    overflow: visible;
    text-align: center;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

hr::after {
    background: #fff;
    content: '其他';
    padding: 0 4px;
    position: relative;
    font-size: 20px;
    top: -13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
