/* s1-底部样式 */
.s1-bottom {
    background-color: #f6f7fa;
    position: relative;
}

.s1-bottom .s1-widthAdaptation {
    border-bottom: 1px solid #c9c9c9;
}

.s1-bottom .s1-bottomNav {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    padding: 18px 0;
    /* border-bottom: 1px solid #c9c9c9; */
}

.s1-bottom .s1-bottomNav .s1-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.s1-bottom .s1-bottomNav .s1-item img {
    width: 45px;
    height: 45px;
}


.s1-bottom .s1-bottomNav .s1-item .s1-description {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.s1-bottom .s1-bottomNav .s1-item .s1-description span {
    color: #252b3a;
    font-size: 18px;
}

.s1-bottom .s1-bottomNav .s1-item .s1-description p {
    color: #252b3a;
    font-size: 12.5px;
}

/* 主要内容 */
.s1-bottom .s1-defaultWidth .s1-content {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-left {
    display: flex;
    flex-direction: column;
    flex: 0.3;
    align-items: flex-end;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-left .s1-hotline {
    display: flex;
    flex-direction: column;
    color: #000;
    gap: 15px;
    margin: 15px 0 0 0;
    line-height: 22px;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-left .s1-hotline p {
    font-family: '思源黑';
}

.s1-bottom .s1-defaultWidth .s1-content .s1-left .s1-hotline .s1-transfigurationFont {
    font-size: 29px;
    font-family: '思源黑';
}

.s1-bottom .s1-defaultWidth .s1-content .s1-left .s1-hotline .s1-transfigurationFont:hover {
    color: #215af3;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-left .s1-logo {
    width: 180px;
}



/* 右侧 */
.s1-bottom .s1-defaultWidth .s1-content .s1-right {
    display: flex;
    align-items: center;
    flex: 0.7;
    justify-content: space-between;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-right ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-right ul li a {
    color: #252b3a;
    font-family: '思源黑';
}

.s1-bottom .s1-defaultWidth .s1-content .s1-right ul li a:hover {
    color: #215af3;
}

.s1-bottom .s1-defaultWidth .s1-content .s1-right ul .s1-specialCase {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: '思源黑';
}

.s1-bottom .s2-defaultWidth .s2-friendChain {
    display: flex;
    align-items: center;
    border-bottom: .5px solid rgba(153, 153, 153, .3);
    border-top: .5px solid rgba(153, 153, 153, .3);
    padding: 20px 0;
}

.s1-bottom .s2-defaultWidth .s2-friendChain span {
    color: #252b3a;
}

.s1-bottom .s2-defaultWidth .s2-friendChain a {
    color: #8f8f8f;
    padding: 0 15px;
}

.s1-bottom .s2-defaultWidth .s2-friendChain a:hover {
    color: #1A8DFF;
}

/* 横线 */
.s1-horizontalLine {
    height: 1.5px;
    width: 100%;
    background-color: #63656D;
}

.s1-keepOnRecord {
    padding: 20px 0;
}

.s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection a {
    color: #252b3a;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: '思源黑';
}


.s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection a:hover {
    color: #215af3;
}

.s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection p {
    color: #252b3a;
    font-family: '思源黑';
}

.s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection2 p {
    font-family: '思源黑';
    line-height: 25px;
    margin-top: 15px;
}

@media (max-width: 768px) {

    /* nav */
    .s1-bottom .s1-bottomNav {
        width: 100%;
        padding: 5vw;
    }

    .s1-bottom .s1-bottomNav .s1-item:nth-of-type(n+4) {
        display: none;
    }

    .s1-bottom .s1-bottomNav .s1-item {
        gap: 2vw;
        flex-direction: column;
    }

    .s1-bottom .s1-bottomNav .s1-item .s1-description span{
        font-size: 3.8vw;
    }
    .s1-bottom .s1-defaultWidth .s1-content .s1-right ul li a{
        font-size: 3.5vw;
    }
    .s1-bottom .s1-bottomNav .s1-item .s1-description p{
        display: none;
    }

    .s1-bottom .s1-defaultWidth {
        padding: 0 !important;
    }

    .s1-bottom .s1-defaultWidth .s1-content {
        padding: 0;
        border: none;
        display: flex;
        flex-direction: column;
    }

    .s1-bottom .s1-bottomNav .s1-item img{
        width: 8vw;
        height: 8vw;
    }

    .s1-bottom .s1-defaultWidth .s1-content .s1-right {
        padding: 5vw;
    }

    .s1-bottom .s1-defaultWidth .s1-content .s1-right ul:nth-child(n+4) {
        display: none;
    }

    .s1-bottom .s1-defaultWidth .s1-content .s1-right ul .s1-specialCase {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .s1-bottom .s1-defaultWidth .s1-content .s1-right ul {
        gap: 4vw;
    }


    .s1-bottom .s1-defaultWidth .s1-content .s1-fourGridDistribution {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .s1-bottom .s1-defaultWidth .s1-content .s1-customerServiceContacts {
        width: 90%;
        margin: 5vw auto;
        background: #4589fd;
        text-align: center;
        font-size: 3.9vw;
        line-height: 10vw;
        border-radius: 5px;
        color: white;
        font-family: '思源黑';
    }

    .s1-bottom .s1-keepOnRecord {
        padding: 0 0 5vw 0;
    }

    .s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection {
        flex-direction: column;
        gap: 2vw;
        line-height: 6vw;
    }

    .s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection a {
        justify-content: center;
    }

    .s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection p {
        text-align: center;
    }

    .s1-keepOnRecord .s1-defaultWidth .s1-badgeCollection2 p {
        text-align: center;
        margin-top: 1vw;
    }
}