.contbottom {
    display: flex;
    max-width: 1328px;
    margin: 20px auto;
    border-top: 1.9px solid #e2e2e2;
    border-bottom: 1.9px solid #e2e2e2;
    justify-content: center;
    padding: 20px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.contbottom img {
    width: 20px;
    margin-right: 7px;
    margin-left: 25px
}

.contbottom a {
    font-size: 1rem;
    line-height: 1.4;
    color: #003978;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contbottom2 {
    max-width: 1328px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.contbottom2 a {
    text-decoration: underline;
    font-family: sans-serif;
    color: #003978;
}

.fixcont {
    display: flex;
    width: 864px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.fixcont img {
    width: 17px
}

.fixbar {
    top: 136rem;
    display: flex;
    width: 100%;
    border-top: 1px solid #003978;
    justify-content: center;
    z-index: 153
}

.fixbar p {
    margin: auto 0
}

.fixbar a {
    border-right: 1px solid #f7f7f7;
    padding: 11.5px 20px
}

.fixcont a {
    color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 3px;
}

.comph {
    width: 400px;
    margin-top: 10px
}

@media(max-width:425px) {
    .contbottom {
        display: none
    }

    .contbottom2 {
        border-top: 1px solid #eee
    }
}