.brandFourPicture {
    width: 100%;
    height: 48vw;
    max-height: 740px;
    background-image: url(/static/image/newImage/backgroundFourTop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    z-index: 1000;
    transition: all 0.3s ease;
}

.brandFourPicture.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.brandFourPictureAb {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandFourPictureTop {
    display: flex;
    flex-direction: column;
    transform: skew(-5deg, -3deg);
    position: absolute;
    left: 15%;
}

.fourTest {
    font-family: "Alibaba BiaoTiHei", sans-serif;
    font-weight: bold;
    font-size: 200px;
    color: #9f3313;
    -webkit-text-stroke: 4px #ffffff;
}

.fourLineTest {
    font-family: "Alibaba BiaoTiHei", sans-serif;
    font-weight: bold;
    font-size: 160px;
    background: linear-gradient(262deg, #facc22 0%, #f83600 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footerTour_bottom {
    width: 100%;
    height: clamp(300px, 50vh, 500px);
    background-image: url(/static/image/newImage/backgroundFourBottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1000;
    transition: height 0.3s ease;
    margin: 0 auto;
}

.footerTour_bottom.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fourButton {
    position: relative;
    width: clamp(170px, 40vw, 354px);
    height: clamp(56px, 12vw, 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #fff1cc 0%, #f5a947 100%);
    color: #f55e20;
    font-weight: bold;
    font-size: clamp(20px, 4vw, 40px);
    border-radius: 47px;
    font-family: "Alibaba PuHuiTiBold", sans-serif;
    box-shadow: 0 8px 24px 0 rgba(245, 94, 32, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
    overflow: hidden;
}

.fourButton::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    border-radius: 47px 47px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.footer_List {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-bottom: clamp(5px, 3vw, 20px);
}

.list-col {
    font-family: "Alibaba Regular", sans-serif;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 4vw, 50px);
    font-weight: 500;
    color: #5c5757;
    line-height: clamp(36px, 10vw, 72px);
}

.footer_list_img {
    width: clamp(20px, 5vw, 37px);
    height: auto;
    margin-right: clamp(10px, 3vw, 10px);
}

@media (max-width: 1290px) {
    .footerTour_bottom {
        height: 420px;
    }

    .fourTest {
        font-size: 160px;
        -webkit-text-stroke: 3px #ffffff;
    }

    .footer_List {
        width: 70%;
    }

    .fourLineTest {
        font-size: 135px;
        -webkit-text-stroke: 3px #ffffff;
    }
}

@media (max-width: 1160px) {
    .fourTest {
        font-size: 150px;
        -webkit-text-stroke: 3px #ffffff;
    }

    .footer_List {
        width: 60%;
    }

    .fourLineTest {
        font-size: 122px;
        -webkit-text-stroke: 3px #ffffff;
    }
}

@media (max-width: 800px) {
    .fourTest {
        font-size: 100px;
        -webkit-text-stroke: 2px #ffffff;
    }

    .footer_List {
        width: 80%;
    }

    .list-col {
        font-size: 30px;
    }

    .footerTour_bottom {
        height: 270px;
    }

    .footer_list_img {
        width: 23px;
        height: auto;
        margin-right: 5px;
    }

    .fourLineTest {
        font-size: 80px;
        -webkit-text-stroke: 2px #ffffff;
    }
}

@media (max-width: 750px) {
    .fourTest {
        font-size: 93px;
        -webkit-text-stroke: 2px #ffffff;
    }

    .footerTour_bottom {
        height: 250px;
    }

    .fourLineTest {
        font-size: 75px;
        -webkit-text-stroke: 2px #ffffff;
    }
}

@media (max-width: 699px) {
    .fourTest {
        font-size: 87px;
    }

    .footerTour_bottom {
        height: 200px;
    }

    .footer_List {
        margin-bottom: 0;
    }

    .fourLineTest {
        font-size: 70px;
    }
}

@media (max-width: 630px) {
    .fourTest {
        font-size: 80px;
        -webkit-text-stroke: 1px #ffffff;
    }

    .fourLineTest {
        font-size: 62px;
        -webkit-text-stroke: 1px #ffffff;
    }

    .list-col {
        font-size: 22px;
    }

    .footer_list_img {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }
}

@media (max-width: 578px) {
    .footerTour_bottom {
        height: 180px;
    }

    .footer_List {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .fourTest {
        font-size: 63px;
        -webkit-text-stroke: 1px #ffffff;
    }

    .footerTour_bottom {
        height: 140px;
    }

    .fourLineTest {
        font-size: 48px;
        -webkit-text-stroke: 1px #ffffff;
    }
}

@media (max-width: 450px) {
    .footerTour_bottom {
        height: 140px;
    }

    .list-col {
        font-size: 16px;
    }

    .footer_list_img {
        width: 15px;
        height: auto;
        margin-right: 5px;
    }

    .fourTest {
        font-size: 55px;
    }

    .fourLineTest {
        font-size: 43px;
    }

    .footer_List {
        width: 70%;
        margin-bottom: 0;
    }

    .fourButton {
        font-size: 15px;
        width: 125px;
        height: 44px;
    }
}

@media (max-width: 390px) {
    .footerTour_bottom {
        height: 134px;
    }

    .fourTest {
        font-size: 50px;
        -webkit-text-stroke: 0.5px #ffffff;
    }

    .fourLineTest {
        font-size: 38px;
        -webkit-text-stroke: 0.5px #ffffff;
    }
}

@media (max-width: 375px) {
    .footerTour_bottom {
        height: 127px;
    }

    .list-col {
        font-size: 14px;
    }

    .footer_list_img {
        width: 12px;
        height: auto;
        margin-right: 5px;
    }

    .footer_List {
        width: 70%;
        margin-bottom: 0;
    }

    .fourButton {
        font-size: 15px;
        width: 130px;
        height: 41px;
    }

    .fourTest {
        font-size: 50px;
        -webkit-text-stroke: 0.5px #ffffff;
    }

    .fourLineTest {
        font-size: 38px;
        -webkit-text-stroke: 0.5px #ffffff;
    }
}

@media (max-width: 320px) {
    .footerTour_bottom {
        height: 110px;
    }
}

@font-face {
    font-family: "Alibaba BiaoTiHei";
    src: url("/static/star/css/Alibaba-YouSheBiaoTiHei-2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Alibaba PuHuiTiBold";
    src: url("/static/star/css/Alibaba-PuHuiTi-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Alibaba Regular";
    src: url("/static/star/css/Alibaba-PuHuiTi-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}