﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

h2,
dl,
ol,
ul {
    margin-bottom: 0;
}

.head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 92, 162, 0.6);
}

.head {
    margin-bottom: 40px;
}

.head-img img {
    width: 345px;
}

.login-right {
    max-width: 540px;
    width: 100%;
    height: 540px;
    background: #fff;
    box-shadow: 0px 16px 22px 0px rgba(199, 209, 224, 0.3);
    border-radius: 4px;
    padding: 55px 75px 45px 75px;
}

.login-title {
    margin-bottom: 45px;
    font-size: 28px;
    color: #000827;
    text-align: center;
    font-weight: 700;
}

.login-yhdl {
    font-weight: 700;
    font-size: 28px;
}

.login-sfyz {
    font-weight: 400;
}

.login-line {
    width: 1px;
    height: 30px;
    background: #DFE7ED;
    margin: 0 25px;
    border-radius: 1px;
}


.zhanghao,
.mima {
    width: 100%;
    border: 1px solid #DFE7ED;
    border-radius: 4px;
    background: transparent;
    /* color: #fff; */
    padding: 0 12px 0 70px;
    transition: all .3s ease;
    outline: 0;
}

.zhanghao-box,
.mima-box {
    position: relative;
    margin-bottom: 20px;
}

.public-box {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #A6ADBC99;
}

.public-box::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #DFE7ED;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.login-box input:focus,
.login-box input:focus {
    border: 1px solid #ea9500cc;
}

.yzm {
    width: 55%;
    border: 1px solid #DFE7ED;
    border-radius: 4px;
    padding: 0 20px;
    background: transparent;
}

.yzm-img {
    width: 42%;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
}

.login-box input {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    transition: all .3s ease;
}

.login-box input::placeholder {
    color: #A6ADBC;
}

.yzm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yzm-box {
    margin-bottom: 40px;
}

.login-denglu .btn {
    width: 100%;
    height: 54px;
    background: #ea9500;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.login-denglu .btn:hover {
    background: #ea9500cc;
}

.login-box {
    margin-bottom: 60px;
}

.forget-mima a {
    text-align: center;
    font-size: 16px;
    color: #8A91A0;
}

.forget-mima a:hover {
    color: #ea9500;
}

.forget-mima div {
    width: 1px;
    height: 15px;
    line-height: 15px;
    background: #8A91A0;
    margin: 0 15px;
}

.content-box {
    margin-top: 60px;
}


/* lbt */
.login-swiper {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 100%;
}

.login-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
.content {
    flex: 1;
    background: linear-gradient(180deg, #ea9500 0%, rgba(3, 66, 37, 0) 100%);
}


footer {
    background: #212225b3;
    margin-top: 40px;
    padding: 20px 0;
}

.fangwen-box {
    padding: 12px 0;
    font-size: 14px;
    color: #fff;
}

.foot-mr {
    margin-right: 20px;
}

.fangwen-link a {
    color: #fff;
    position: relative;
}

.fangwen-link a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

.fangwen-link a:hover {
    color: #fff;
}

.fangwen-link a:hover::after {
    width: 100%;
}

@media screen and (min-width:1500px) {
    .content-box {
        margin-top: 140px;
    }
}

@media screen and (max-width:1200px) {
    .fangwen-box {
        font-size: 12px;
    }

    .foot-mr {
        margin-right: 12px;
    }
}

@media screen and (max-width:1023px) {
    .head {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .login-right {
        padding: 45px;
    }

    .login-flats {
        width: 45%;
        display: inline-block;
        text-align: right;
    }

    .fangwen-box {
        flex-wrap: wrap;
        text-align: center;
    }

    .fangwen-box>div {
        width: 100%;
        justify-content: center;
        margin: 2px 0;
    }
}

@media screen and (max-width:520px) {


    .login-right {
        padding: 22px;
    }

    .login-right h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .login-box {
        margin-bottom: 40px;
    }

    .login-right {
        height: auto;
    }

    .login-box input {
        font-size: 12px;
    }

    .login-box input {
        height: 38px;
        line-height: 38px;
    }

    .yzm-img {
        height: 38px;
    }

    .login-denglu .btn {
        height: 40px;
        font-size: 16px;
    }

    .yzm-box {
        margin-bottom: 30px;
    }

    .login-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .head-img img {
        width: 200px;
    }

    .login-line {
        margin: 0 15px;
    }
}