/* s2-底部样式 */
.s2-bottom {
    background-color: #141b1e;
}

.s2-bottom .s2-defaultWidth .s2-bottomNav {
    display: flex;
    justify-content: space-between;
}

.s2-bottom .s2-defaultWidth .s2-bottomNav {
    padding: 35px 0;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}

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

.s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item:hover .s2-description span {
    color: #0089ff;
}

.s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item img {
    width: 35px;
    height: 35px;
}

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

.s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item .s2-description span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item .s2-description p {
    color: #B6BCCB;
    font-size: 12.5px;
}

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

.s2-bottom .s2-defaultWidth .s2-content .s2-left {
    display: flex;
    flex-direction: column;
    flex: 0.3;
    align-items: flex-end;
}
.s2-bottom .s2-defaultWidth .s2-content .s2-left img {
    background-color: #fff;
    border-radius: 5px;
    width: 184px;
    height: 65px;
}

.s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-hotline {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 15px;
    margin: 20px 0 0 0;
    line-height: 22px;
    width: 184px;
}
.s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-hotline .s2-fontChanges{
    font-size: 24px;
    color: #fff;
}
.s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-hotline .s2-fontChanges:hover {
    color: #0089ff;
}

.s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-logo {
    width: 185px;
}

.s2-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;
}

.s2-bottom .s2-defaultWidth .s2-friendChain span{
    color: #fff;
}

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

.s2-bottom .s2-defaultWidth .s2-friendChain a:hover {
    color: #fff;
}

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

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

.s2-bottom .s2-defaultWidth .s2-content .s2-right ul li a {
    color: #8f8f8f;
}

.s2-bottom .s2-defaultWidth .s2-content .s2-right ul li a:hover {
    color: #fff;
}

.s2-bottom .s2-defaultWidth .s2-content .s2-right ul .s2-specialCase {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

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

.s2-bottom .s2-keepOnRecord {
    padding: 25px 0;
}

.s2-keepOnRecord .s2-defaultWidth {
    display: flex;
    gap: 10px;
}

.s2-bottom .s2-keepOnRecord .s2-defaultWidth {
    display: flex;
    flex-direction: column;
}
.s2-bottom .s2-keepOnRecord .s2-defaultWidth .s2-itemChangeUnchanged{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.s2-keepOnRecord .s2-defaultWidth a {
    color: #8f8f8f;
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 5px;
}

.s2-keepOnRecord .s2-defaultWidth a img {
    width: 15px;
    height: 15px;
}

.s2-keepOnRecord .s2-defaultWidth a:hover {
    color: #fff;
}

.s2-keepOnRecord .s2-defaultWidth p {
    color: #8f8f8f;
    font-size: 13px;
}

@media (max-width: 768px) {
    .s2-bottom{
       background-color: #262626;
    }
    .s2-bottom .s2-defaultWidth .s2-content .s2-fourGridDistribution {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .s2-bottom .s2-defaultWidth .s2-content .s2-customerServiceContacts {
        width: 100%;
        background: #4589fd;
        text-align: center;
        font-size: 3.9vw;
        line-height: 10vw;
        border-radius: 5px;
        color: white;
    }

    .s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item .s2-description p {
        display: none;
    }

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

    .s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item:nth-of-type(4) {
        display: none;
    }

    .s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item img {
        width: 10vw;
        height: 10vw;
    }

    .s2-bottom .s2-defaultWidth .s2-bottomNav .s2-item .s2-description span {
        font-size: 3.8vw;
    }

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

    .s2-bottom .s2-defaultWidth .s2-bottomNav {
        padding: 5vw;
    }

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

    .s2-bottom .s2-defaultWidth .s2-content {
        padding: 5vw;
        flex-direction: column;
        gap: 5vw;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-right ul:nth-of-type(4) {
        display: none;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-right ul:nth-of-type(5) {
        display: none;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-right ul .s2-specialCase {
        color: #fff;
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-right ul li a {
        font-size: 3.8vw;
    }

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

    .s2-moveUpwards {
        display: flex;
    }

    .s2-moveUpwards a {
        color: #fff;
    }

    .s2-moveUpwards {
        display: flex;
        justify-content: space-between;
        padding: 10vw 0 5vw 0;
        font-size: 4vw;
        border-bottom: 1px solid #535361;
    }

    .s2-changes {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5vw 0;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-logo {
        width: 38vw;
        height: 12vw;
    }

    .s2-qrCodeCultivation {
        display: flex;
        gap: 4vw;
    }

    .s2-imageTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #DBE1EE;
        gap: 1vw;
    }

    .s2-imageTitle img {
        width: 22vw;
    }

    .s2-hotline img {
        display: none;
    }


    .s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-hotline {
        display: flex;
        align-items: center;
        margin: 5vw 0;
        border: 1px solid #626977;
        justify-content: center;
        padding: 3vw 0;
        border-radius: 1vw;
        -webkit-border-radius: 1vw;
        -moz-border-radius: 1vw;
        -ms-border-radius: 1vw;
        -o-border-radius: 1vw;
    }
    .s2-bottom .s2-keepOnRecord{
        padding: 0 ;
    }
    .s2-bottom .s2-keepOnRecord .s2-defaultWidth .s2-itemChangeUnchanged{
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }

    .s2-bottom .s2-keepOnRecord .s2-defaultWidth{
        padding: 0 5vw 5vw 5vw !important;
    }

    .s2-hotline .s2-labelDescription {
        display: flex;
        align-items: center;
        font-size: 4vw;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-friendChain {
        justify-content: center;
    }

    .s2-bottom .s2-defaultWidth .s2-content .s2-left .s2-friendChain a {
        padding: 0 3vw;
    }

    .s2-keepOnRecord {
        padding: 0;
    }

    .s2-horizontalLine {
        display: none;
    }

    .s2-keepOnRecord .s2-defaultWidth {
        display: flex;
        flex-direction: column;
        padding: 5vw !important;
        gap: 2vw;
    }

    .s2-keepOnRecord .s2-defaultWidth a {
        font-size: 3.5vw;
        gap: 2vw;
        color: #fff;
    }
    .s2-keepOnRecord .s2-defaultWidth a:nth-of-type(1) {
        color: #ffb100;
    }

    .s2-keepOnRecord .s2-defaultWidth a img {
        width: 5vw;
        height: 5vw;
    }

    .s2-keepOnRecord .s2-defaultWidth p {
        font-size: 3.5vw;
        color: #fff;
        text-align: center;
    }
}