﻿html, body {
    height: 100%;
    width: 100%;
    display: grid;
    min-height: 600px;
}

.login-container {
    height: 100%;
    width: 100%;
}

.login_bg {
    background: url(/images/home/login/下.png) no-repeat center top;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    display: flex;
}

.login_bg_2 {
    background: url(/images/home/login/上.png) no-repeat center top;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.logo {
    text-align: center;
}

    .logo img {
        margin-top: 20px;
        text-align: center;
        width: 100%;
        height: 50px;
        width: 50px;
    }

.logo_title {
    font-size: 35px;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 38.5%;
}

.login_form {
    padding: 20px 50px 10px 50px;
}

    .login_form input {
        width: 100%;
    }

span.input-icon {
    width: 100%;
}

.item_img {
}

.item_title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333333
}

.reason_remark {
    font-size: 14px;
    color: #666666
}

.item_img img {
    width: 80px;
    height: 80px;
}


.app_down {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .app_down img {
        height: 120px;
        width: 120px;
    }

.app_item {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}

.down_title {
    text-align: center;
    background: #ffffff;
    padding-bottom: 3px;
}
