﻿* {
    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: 600px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 16px 22px 0px rgba(199, 209, 224, 0.3);
    border-radius: 4px;
    padding: 55px 60px 45px;
}

.login-title {
    margin-bottom: 45px;
    font-size: 28px;
    color: #000827;
    text-align: center;
    font-weight: 700;
}


.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%;
        }

/* 注册 */
.public-input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .public-input > label {
        font-size: 16px;
        color: #333;
        margin-bottom: 0;
        min-width: 80px;
        text-align: right;
    }

    .public-input input {
        border: 1px solid #E2E5EC;
        border-radius: 4px;
        outline: 0;
        font-size: 14px;
        padding: 8px 12px;
        width: 100%;
        transition: all .3s ease;
    }
.bootstrap-select.show>.dropdown-toggle.btn-light, 
.bootstrap-select.show>.dropdown-toggle.btn-secondary,
        .public-input input:focus {
            border: 1px solid #ea9500cc;
        }

.tijiao-btn {
    text-align: center;
}

    .tijiao-btn .btn {
        font-size: 22px;
        background: #ea9500;
        border-radius: 4px;
        font-weight: 700;
        color: #fff;
        max-width: 400px;
        width: 100%;
        margin-bottom: 10px;
    }

        .tijiao-btn .btn:hover {
            background: #ea9500cc;
        }

.denglu-back {
    font-size: 16px;
    color: #8A91A0;
    transition: all .3s ease;
}

    .denglu-back:hover {
        color: #ea9500;
    }

@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;
    }

    .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-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .head-img img {
        width: 200px;
    }

    /* 注册 */
    .public-input {
        flex-wrap: wrap;
    }

        .public-input label {
            min-width: auto;
            text-align: left;
            margin-bottom: 5px;
        }
}
