* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

h2 {
    margin-bottom: 0;
}

header {
    background: #fff;
    padding: 15px 0;
}

.guohui-img {
    width: 58px;
}

.fayuan-img {
    width: 270px;
}

footer {
    background: #0C5389;
}


.foot-box {
    padding: 30px 0;
    align-items: center;
}

.foot-icon {
    width: 111px;
    margin-right: 28px;
}

    .foot-icon img {
        width: 100%;
    }

.foot-content {
    font-size: 12px;
    color: #fff;
}

    .foot-content > div > span {
        margin-right: 15px;
    }

    .foot-content a {
        color: #fff;
        position: relative;
    }

        .foot-content a::after {
            content: "";
            display: block;
            width: 0;
            height: 1px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all .3s ease;
        }

        .foot-content a:hover::after {
            width: 100%;
        }

    .foot-content > div {
        margin-bottom: 3px;
    }

.ewm-img {
    width: 84px;
    margin: 0 auto 4px;
}

    .ewm-img img {
        width: 100%;
    }

.ewm-box {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 18px;
}

.head-link h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-left: 40px;
}

.zhuce-link div {
    font-size: 16px;
    color: #313131;
}

.zhuce-link img {
    width: 40px;
}

.zhuce-link:hover div {
    color: #0168B7;
}


.zhuce-box {
    background: #fff;
    padding: 60px 0;
    margin: 70px 0;
    /* margin-bottom: 70px; */
}

.zhuce-center {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

    /* .zhuce-center h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0047BB;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #2D5CC933;
    margin-bottom: 40px;
} */
    .zhuce-center h2 {
        font-size: 24px;
        font-weight: 700;
        color: #0168B7;
        padding-bottom: 14px;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

        .zhuce-center h2::after {
            content: "";
            display: block;
            width: 40px;
            height: 3px;
            background: #0168B7;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
        }

/*  */
.input-important label {
    position: relative;
}

    .input-important label::after {
        content: "*";
        display: block;
        color: #FF0000;
        position: absolute;
        top: 0;
        left: -10px;
    }


.zhuce-mima-input,
.zhuce-input label,
.zhuce-mima-input label {
    margin-bottom: 0;
    font-size: 16px;
    color: #4c4c4c;
}

.zhuce-label {
    min-width: 90px;
    margin-right: 20px;
    justify-content: end;
}

.zhuce-body {
    padding: 0 90px;
}

.zhuce-mima-input input,
.zhuce-input input {
    background: #F5F7FA;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    font-size: 16px;
    color: #C0C5CF;
    outline: 0;
    padding: 7px 13px;
    width: 100%;
}

    .zhuce-mima-input input::placeholder,
    .zhuce-input input::placeholder {
        color: #C0C5CF;
    }

    .zhuce-mima-input input:focus,
    .zhuce-input input:focus {
        border: 1px solid #89c8ff;
    }

.zhuce-input {
    margin-bottom: 30px;
}

/*  */
.zhuce-mima-input {
    flex: 1;
    margin-bottom: 10px;
}

    .zhuce-mima-input input {
        width: 100%;
        margin-bottom: 10px;
    }

.zhuce-mima-span span {
    font-size: 16px;
    color: #FFFFFF;
    padding: 1px 30px;
}

    .zhuce-mima-span span:not(:last-of-type) {
        margin-right: 2px;
    }

.zhuce-mima-span .ordinary {
    background: #E4E7ED;
}

.zhuce-mima-span .weak {
    background: #FF0000;
}

.zhuce-mima-span .medium {
    background: #FF9900;
}

.zhuce-mima-span .strong {
    background: #81c234;
}

.zhuce-input-last {
    min-width: 125px;
    height: 40px;
    margin-left: 10px;
}

    .zhuce-input-last img {
        width: 100%;
        height: 100%;
    }

    .zhuce-input-last .btn {
        font-size: 16px;
        white-space: nowrap;
        padding: 7px 20px;
        border: 1px solid #2D5CC9;
        color: #2D5CC9;
    }

/*  */
.zhuce-body-btn .btn {
    border-radius: 4px;
    font-size: 18px;
    padding: 8px 50px;
    margin: 0 10px;
}

.zhuce-body-btn .tijiao-btn {
    color: #fff;
    font-weight: 700;
    background: #0168B7;
    border: 1px solid #0168B7;
}

    .zhuce-body-btn .tijiao-btn:hover {
        background: #196adc;
        border: 1px solid #196adc;
    }

.zhuce-body-btn .chongzhi-btn {
    color: #848BAD;
    background: #FFFFFD;
    border: 1px solid #DBDEE9;
}

    .zhuce-body-btn .chongzhi-btn:hover {
        color: #fff;
        background: #b1040e;
        border: 1px solid #b1040e;
    }

.zhuce-input--tips {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: #eb1717;
}

@media (min-width: 768px) {
    .zhuce-input--tips {
        position: absolute;
        left: 100%;
        top: 2px;
        width: 145px;
        padding-left: 12px;
    }
}

@media (min-width: 900px) {
    .zhuce-input--tips {
        width: 190px;
    }
}

@media (max-width: 768px) {
    .zhuce-input--tips {
        padding-bottom: 12px;
    }
}

@media screen and (max-width:1023px) {
    .foot-text > div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .foot-box {
        padding: 25px 0;
    }

    .ewm-box {
        margin: 5px 0;
    }

        .ewm-box:not(:last-of-type) {
            margin-right: 9px;
        }
}

@media screen and (max-width:576px) {
    .zhuce-label {
        width: 100%;
        justify-content: start;
        margin-bottom: 10px;
    }

    .zhuce-input,
    .zhuce-mima-input {
        flex-wrap: wrap;
    }

    .zhuce-body {
        padding: 0 10px;
    }

    .zhuce-mima-span span {
        padding: 5px 22px;
    }

    .zhuce-input-last {
        margin-left: 0;
        margin-top: 10px;
    }

    .zhuce-body-btn .btn {
        padding: 6px 30px;
    }
}

@media screen and (max-width:450px) {
    .login-box {
        padding: 20px 25px;
    }
}
