* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.login {
    width: 100%;
    height: 100vh;
    background: url("../images/login.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.logo_box {
    width: 120px;
    margin: 0 auto;
    /*margin-top: 90px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login_title {
    font-weight: 650;
    font-style: normal;
    font-size: 20px;
    color: #434343;
    text-align: right;
    margin-top: 50px;
    margin-right: 20px;
}

.login_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #B6B6B6;
    text-align: right;
    margin-top: 2px;
    margin-right: 18px;
}

.logo {
    width: 67px;
    height: 61px;
    object-fit: contain;
}

.logo_name {
    font-size: 20px;
    color: #202020;
    text-align: center;
    font-weight: 650;
    margin-top: 15px;
    width: 300px;
}

.login_form {
    width: 276px;
    margin: 0 auto;
    margin-top: 65px;
}

.login_input {
    border-radius: 25px;
    height: 40px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

.login_user {
    width: 18px;
    height: 19px;
    object-fit: contain;
    margin: 0 10px 0 14px;
}

.user_login {
    border: none;
    outline: none;
    background: #f5f5f5;
}

::-webkit-input-placeholder {
    color: #CACACA;
    font-size: 15px;
}

.login_btn {
    width: 100%;
    border: 1px solid #0079fe;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0079fe;
    font-size: 13px;
    color: #fff;
    border-radius: 20px;
    margin-top: 28px;
}

.bar {
    height: 70px;
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

.zhe {
    width: 100%;
    height: 70px;
}

.bar_a {
    display: block;
    width: 50%;
    height: 100%;
}

.bar_item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bar_icon {
    width: 29px;
    height: 21px;
    object-fit: contain;
}

.bar_txt {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    /*color: #0079FE;*/
    color: #757575;
    margin-top: 6px;
}

.bar_txt_a {
    color: #0079FE;
}

.check_login_mode {
    text-align: center;
    color: #aaa;
    font-size: 10px;
    margin: 15px 0;
}

/*.check_login_mode:hover {*/
/*    color: #0079fe;*/
/*}*/
