* {
    padding: 0;
    margin: 0;
}

body,
html {
    /*min-width: 1200px;
    background: url(../images/beijing.png) no-repeat;*/
}

.middle {
    width: 1200px;
    margin: 0 auto;
}

.haeder {
    padding: 50px 40px;
    box-sizing: border-box;
}

.haeder-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        width: 109px;
        height: 77px;
        margin-right: 20px;
    }

    .logo p {
        font-size: 26px;
        color: #092D88;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: bold;
    }

.set-up {
    display: flex;
}

    .set-up p {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666666;
        cursor: pointer;
    }

        .set-up p:first-child {
            margin-right: 20px;
        }

.main {
    /*height: calc(94vh - 10px);*/
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background: url(../images/beijing.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.login-area {
    width: 780px;
    height: 558px;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    box-shadow: 0px 0px 38px 0px rgba(188, 188, 188, 0.46);
}
.login-title-png {
    margin: 50px 0 0 0;
}

.login-area .login-title {
    font-size: 34px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin: 30px auto 40px;
}

.login-area .login-input {
    width: 440px;
    margin: 0 auto;
}

    .login-area .login-input .login-input-list {
        display: flex;
        align-items: center;
        height: 46px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        margin-bottom: 20px;
        padding: 0 14px;
        position: relative;
        background-color: white;
    }

            .login-area .login-input .login-input-list span {
                color: red;
                position: absolute;
                bottom: -20px;
                left: 45px;
                font-size: 12px;
                line-height: 20px;
            }

            .login-area .login-input .login-input-list img {
                margin-right: 10px;
            }

            .login-area .login-input .login-input-list input {
                outline: none;
                border: none;
                flex-grow: 1;
                background: transparent;
            }

.login-area .login-btn {
    width: 440px;
    margin: 68px auto;
}

    .login-area .login-btn .login-btn-list {
        border-radius: 5px;
        line-height: 46px;
        text-align: center;
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        box-sizing: border-box;
        border: 1px solid #0290fe;
        background: white;
        color: #0290fe;
        cursor: pointer;
    }

            .login-area .login-btn .login-btn-list.login-btn-sign {
                margin-bottom: 20px;
                background: #0290fe;
                color: white;
            }
        .login-area .login-btn .login-btn-list.login-btn-sign2 {
            margin-bottom: 20px;
            border: 0px;
            background: rgb(188 188 188 / 0%);
        }

    .login-area .login-phone {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin-right: 70px;
        font-size: 18px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        color: #999;
        cursor: pointer;
        margin-bottom: 40px;
    }

        .login-area .login-phone .phone-blue {
            display: none;
        }

        .login-area .login-phone:hover {
            color: #092d88;
        }

            .login-area .login-phone:hover .phone-blue {
                display: block;
            }

            .login-area .login-phone:hover .phone-gray {
                display: none;
            }

        .login-area .login-phone p {
            margin-left: 9px;
        }

.footer {
    margin-top: 40px;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
}

.login-area .login-code .login-input-list input {
    width: 130px;
    /* background: chartreuse; */
}

.login-code .login-code-btn {
    /* background: #ccc; */
    line-height: 50px;
    color: #092D88;
    width: 90px;
    text-align: center;
    cursor: pointer;
}

.login-code .login-input-list:first-child img {
    width: 14px;
}

.login-account {
    display: block;
}

.login-code {
    display: none;
}

@media (max-width:1200px) {
    body,
    html,
    .middle {
        min-width: auto;
        width: 100%;
    }

    .main {
        background-size: cover;
        background-position: center;
        height: 76vh;
    }

    .haeder {
        padding: 30px 20px;
    }
}

@media (max-width:767.98px) {
    .haeder {
        padding: 3.6vh 2.6667vw;
    }

    .logo img {
        width: 16vw;
        height: auto;
        margin-right: 3vw;
    }

    .logo p {
        font-size: 3.8vw;
    }

    .set-up {
        display: block;
    }

    .login-area {
        width: 70%;
        padding: 4vw 6vw;
    }

        .login-area .login-title {
            font-size: 4.26667vw;
            margin: 3.7vw auto 7vw;
        }

        .login-area .login-btn .login-btn-list {
            font-size: 3.2vw;
        }

        .login-area .login-phone {
            font-size: 3.2vw;
            justify-content: center;
            margin: 0;
        }

    .set-up p {
        font-size: 3.2vw;
        line-height: 1.5;
    }

        .set-up p:first-child {
            margin: 0;
        }

    .login-area .login-btn,
    .login-area .login-input {
        width: 100%;
    }

    .login-area .login-code .login-input-list input {
        width: 100%;
        flex: 0 1 30%;
        flex: 0 1 70%;
    }

    .login-code .login-code-btn {
        font-size: 3.2vw;
        line-height: 1.2;
        flex: 0 1 30%;
    }

    .login-area .login-input .login-input-list input {
        font-size: 3.2vw;
        line-height: 1.2;
    }

    .footer {
        line-height: 10vh;
        font-size: 3.4vw;
    }
}
