.footer-block {
    background: var(--theme-gray01-color);
    padding: 70px 0 100px;
    background-image: url("../images/footer/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-bg-b {
    max-width: var(--master-width);
    width: 100%;
    padding: 0 var(--theme-spacing);
    margin: 0 auto;
}
.footer-split {
    width: 100%;
    height: 6px;
    /*height: 3px;*/
    background: var(--theme-Primary-color);
}
.footer-top {
    display: flex;
    justify-content: space-between;
}
.footer-t-left {
    display: flex;
    align-items: center;
}
.footer-t-r-test {
    cursor: pointer;
}
.footer-logo {
    height: 26px;
}
.footer-t-right {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-white01-color);
}
.footer-section {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-white01-color);
    margin-top: 24px;
}

.footer-s-b1 {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}
.footer-s-test1 {
    margin-bottom: 4px;
}
.footer-s-img {
    width: 74px;
}
.footer-s-b2 {
    margin-left: 100px;
    line-height: 25px;
}

.footer-s-b3 {
    margin-left: 100px;
    line-height: 25px;
}
.foot-s-b3-text1 {
    color: white;
    cursor: pointer;
    position: relative;
    line-height: 26px;
}
.foot-s-b3-text1 a {
    color: inherit;
}

.foot-s-b3-text1:hover span{
    border-bottom: 1px solid white;
}
.footer-t-r-test:hover span{
    border-bottom: 1px solid white;
}
/*.foot-s-b3-text1:hover:after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: "";*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: white;*/
/*}*/
@media (min-width: 768px) { /* 屏幕宽度大于768px */
    /* .footer-t-r-test:hover {
        border-bottom: 1px solid white;
    }
    .foot-s-b3-text1:hover a
    .foot-s-b3-text1:hover span {
        border-bottom: 1px solid white;
    } */
}
@media (max-width: 768px) { /* 屏幕宽度小于768px */
    .footer-split {
        height: 6px;
    }
    .footer-block {
        padding: 32px var(--theme-spacing) 71px;
    }
    .footer-t-left {
        display: none;
    }
    .footer-bg-b {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .footer-s-b1 {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .footer-s-img {
        width: calc((var(--master-width) - var(--theme-spacing) * 13) * (4 / 12) + var(--theme-spacing) * 5); /*占用4个栅格*/
        height: calc((var(--master-width) - var(--theme-spacing) * 13) * (4 / 12) + var(--theme-spacing) * 5); /*占用4个栅格*/
    }
    .footer-s-b2 {
        margin-left: 0;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-s-b3 {
        margin-left: 0;
    }
    .footer-section > div > div {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) { /* 屏幕宽度 [768,1024] */
    .footer-split {
        height: 6px;
    }
    .footer-block {
        padding: 32px var(--theme-spacing) 71px;
    }
    .footer-t-left {
        display: none;
    }
    .footer-bg-b {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .footer-s-b1 {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .footer-s-img {
        width: calc((var(--master-width) - var(--theme-spacing) * 13) * (2 / 12) + var(--theme-spacing) * 3); /*占用4个栅格*/
        height: calc((var(--master-width) - var(--theme-spacing) * 13) * (2 / 12) + var(--theme-spacing) * 3); /*占用4个栅格*/
    }
    .footer-s-b2 {
        margin-left: 0;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-s-b3 {
        margin-left: 0;
    }
    .footer-section > div > div {
        text-align: center;
    }
}
