.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.group_header {
    align-self: center;
    width: 100%;
    max-width: 1200px;
    min-width: 900px;
    margin: 0 auto;
    padding-top: 10px;
}

.group_header a.nav {
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.group_header a.nav.active {
    color: #4391FB;
}

.group_header a.nav::after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    background-color: #4391fb;
    height: 2px;
}

.group_header a.nav.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -8px;
    left: 0;
    background-color: #4391fb;
    height: 2px;
}

.space-x-80 {
    height: 50px;
}

.space-x-80 > *:not(:first-child) {
    margin-left: 80px;
}

.image_logo {
    width: 110px;
    /*height: 50px;*/
}

.space-x-49 > *:not(:first-child) {
    margin-left: 49px;
}

.group_2 {
    width: 32px;
}

.font_1 {
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 15px;
    color: #1f3349;
}

.text {
    color: #4391fb;
}

.user_info {
    background: transparent;
    border: none;
    outline: none;
}

.user_info option {
    height: 30px;
    border-radius: 1px;
    border: none;
}

.header_search {
    display: flex;
}

.header_search input {
    border: none;
    background: transparent;
    outline: none;
    width: 100px;
    margin-left: 4px;
}

.divider {
    width: 1px;
    background: #eee;
    height: 40px;
}

.space-x-48 > *:not(:first-child) {
    margin-left: 48px;
}

.text_2 {
    line-height: 14.5px;
}

.text_3 {
    line-height: 14.5px;
}

.space-x-38 > *:not(:first-child) {
    margin-left: 38px;
}

.text-wrapper {
    padding: 10px 0 8px;
    background-color: #4391fb;
    border-radius: 24px;
    width: 76px;
    height: 32px;
}

.font_2 {
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 15px;
    color: #ffffff;
}

.text_4 {
    line-height: 14.5px;
}

.footer {
    width: 100%;
    max-width: 1024px;
    margin: 20px auto 0px;
    padding-bottom: 30px;
}

.footer a {
    cursor: pointer;
    text-decoration: none;
}

.group_25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: solid 1px #dfdfdf;
}

.space-x-79 {
}

.space-x-79 > *:not(:first-child) {
    margin-left: 79px;
}

.font_12 {
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 28px;
    color: #1f3349;
}

.text_25 {
    margin-top: 16px;
}

.text_26 {
    margin-top: 16px;
}

.text_27 {
    margin-top: 16px;
}

.text_28 {
    margin-top: 16px;
}

.group_26 {
    padding: 0 14px;
}

.image_19 {
    width: 74px;
    height: 74px;
}

.image_20 {
    margin-left: 72px;
}

.image_21 {
    margin-left: 77px;
}

.space-x-28 > *:not(:first-child) {
    margin-left: 28px;
}

.font_13 {
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 15px;
    color: #1f3349;
}

.text-wrapper_3 {
    padding: 14px 0 12px;
    background-color: #4391fb14;
    border-radius: 46px;
    width: 377px;
}

.space-y-24 > *:not(:first-child) {
    margin-top: 24px;
}

.font_14 {
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 13px;
    color: #1f3349;
}

.text_29 {
    color: #4391fb;
    line-height: 13.5px;
}

.group_27 {
    margin-top: 38px;
    flex-wrap: wrap;
}

.group_27 a, .group_28 a, .group_29 a {
    margin-bottom: 18px;
}

.space-x-121 > *:not(:first-child) {
    margin-left: 121px;
}

.group_28 {
    /*margin-top: 18px;*/
    flex-wrap: wrap;
}

.text_30 {
    margin-left: 80px;
}

.text_31 {
    margin-left: 74px;
}

.text_32 {
    margin-left: 74px;
}

.group_29 {
    /*margin-top: 18px;*/
    flex-wrap: wrap;
}

.text_33 {
    margin-left: 104px;
}

.text_34 {
    margin-left: 104px;
}

.text_35 {
    margin-left: 109px;
}

@media (max-width: 900px) {
    .group_25 {
        display: flex;
        /*justify-content: space-between;*/
        /*align-items: center;*/
        flex-wrap: wrap;
        padding-bottom: 28px;
        border-bottom: solid 1px #dfdfdf;
    }

    .group_25 > div {
        /*width: 100%;*/
    }

    .space-x-79 > *:not(:first-child) {
        margin: 0;
    }

    .space-x-79 {
        width: 85%;
        /*text-align: center;*/
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .space-y-24 {
        width: 85%;
        margin: 0 auto;
    }
}
.footer-link{
    height: auto;
    overflow: hidden;
    margin-top: 38px;
}
.footer-link a{
    display: block;
    width: 256px;
    float: left;
    text-align: left;
    color: #1f3349;
    line-height: 40px;
    height: 40px;
    margin: 0;
}
