.brandFivePicture {
    width: 100%;
    aspect-ratio: 7 / 4;
    background-image: url(/static/image/newImage/backgroundFiveTop.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;
}

.brandFIvePictureCd {
    width: 100%;
    height: 100%;
    position: relative;
}

.brandFIvePictureTb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.fiveTest {
    font-family: "Alibaba PuHuiTiBold", sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #FFF6C9;
    line-height: 53px;
    text-shadow: 0px 0px 9px rgba(7, 104, 185, 0.86);
    background-image: url(/static/image/newImage/fiveIcon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 550px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fiveName {
    display: flex;
    align-items: baseline;
    margin-top: 60px;
}

.fiveNameTest {
    font-family: "Alibaba PuHuiTiBold", sans-serif;
    font-weight: bold;
    font-size: 130px;
    color: #FFFFFF;
    line-height: 139px;
    text-shadow: 0px 5px 5px #1492E5, 0px 6px 7px #1492E5;
    padding-right: 30px;
}

.fiveNameTwo {
    font-family: "Alibaba PuHuiTiBold", sans-serif;
    font-weight: bold;
    font-size: 130px;
    color: #FFF491;
    line-height: 139px;
    text-shadow: 0px 5px 5px #1492E5, 0px 6px 7px #1492E5;
}

.fiveNameThree {
    font-family: "Alibaba PuHuiTiBold", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 139px;
    text-shadow: 0px 5px 5px #1492E5, 0px 6px 7px #1492E5;
}

.fiveNameBottom {
    font-family: "Alibaba PuHuiTi", sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 60px;
    text-shadow: 0px 5px 5px #1492E5, 0px 0px 7px rgba(20, 146, 229, 0.44);
}

.footerFive_bottom {
    width: 100%;
    height: 754.7px;
    background-image: url(/static/image/newImage/backgroundFiveBottom.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;
}

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

.fiveBottomTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}

.fiveBottom_list {
    display: flex;
    align-items: center;
    width: 295px;
    height: 86px;
    justify-content: center;
    background: linear-gradient(0deg, #1E8FFD 0%, #6CB7FF 100%);
    border-radius: 43px;
    border: 1px solid #FFFFFF;
    font-family: "Alibaba PuHuiTi", sans-serif;
    font-weight: 500;
    font-size: 37px;
    color: #FFFFFF;
    line-height: 60px;
}

.imageFive {
    width: 59px;
    height: 50px;
    margin-right: 20px;
}

.imageFiveTwo {
    width: 60px;
    height: 46px;
    margin-right: 20px;
}

.imageFiveThree {
    width: 40px;
    height: 55px;
    margin-right: 20px;
}

.fiveBottom_start {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.startTest {
    font-family: "Alibaba PuHuiTi", sans-serif;
    font-weight: 500;
    font-size: 49px;
    color: #FFFFFF;
    line-height: 49px;
    padding: 0 30px;
}

.startLeft {
    width: 37px;
    height: 38px;
}

.startRight {
    width: 37px;
    height: 38px;
}

@media screen and (max-width: 1288px) {
    .fiveName {
        margin-top: 20px;
    }
        .fiveBottomTop {
    width: 80%;
    margin: 0 auto;
}
}

@media screen and (max-width: 800px) {
    .footerFive_bottom {
        height: 400px;
    }
    .fiveBottomTop {
    width: 85%;
    margin: 0 auto;
}
    .fiveBottom_list {
        width: 200px;
        height: 60px;
        font-size: 25px;
        line-height: 30px;
    }

    .imageFive {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .imageFiveTwo {
        width: 50px;
        height: 36px;
        margin-right: 10px;
    }

    .imageFiveThree {
        width: 25px;
        height: 41px;
        margin-right: 10px;
    }

    .fiveBottom_start {
        margin-top: 30px;
    }

    .startTest {
        font-size: 38px;
    }

    .startLeft {
        width: 28px;
        height: 28px;
    }

    .startRight {
        width: 28px;
        height: 28px;
    }

    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }

    .fiveTest {
        font-size: 30px;
        line-height: 53px;
        width: 380px;
        height: 68px;
    }

    .fiveName {
        margin-top: 20px;
    }

    .fiveNameTest {
        font-size: 80px;
        line-height: 60px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 80px;
        line-height: 60px;
    }

    .fiveNameThree {
        font-size: 25px;
        line-height: 60px;
    }

    .fiveNameBottom {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width: 700px) {
        .footerFive_bottom {
        height: 400px;
    }
    .fiveBottomTop {
    width: 90%;
    margin: 0 auto;
}
    .fiveBottom_list {
        width: 170px;
        height: 55px;
        font-size: 20px;
        line-height: 30px;

    }

    .imageFive {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .imageFiveTwo {
        width: 40px;
        height: 32px;
        margin-right: 10px;
    }

    .imageFiveThree {
        width: 25px;
        height: 36px;
        margin-right: 10px;
    }

    .fiveBottom_start {
        margin-top: 30px;
    }

    .startTest {
        font-size: 32px;
    }

    .startLeft {
        width: 22px;
        height: 22px;
    }

    .startRight {
        width: 22px;
        height: 22px;
    }
    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }

    .fiveTest {
        font-size: 25px;
        line-height: 53px;
        width: 280px;
        height: 50px;
    }

    .fiveName {
        margin-top: 20px;
    }

    .fiveNameTest {
        font-size: 65px;
        line-height: 50px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 65px;
        line-height: 50px;
    }

    .fiveNameThree {
        font-size: 20px;
        line-height: 50px;
    }

    .fiveNameBottom {
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (max-width: 600px) {
         .footerFive_bottom {
        height: 400px;
    }
    .fiveBottomTop {
    width: 90%;
    margin: 0 auto;
}
    .fiveBottom_list {
        width: 280px;
        height: 55px;
        font-size: 15px;
        line-height: 30px;
    }

    .imageFive {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .imageFiveTwo {
        width: 32px;
        height: 27px;
        margin-right: 10px;
    }

    .imageFiveThree {
        width: 19px;
        height: 30px;
        margin-right: 10px;
    }

    .fiveBottom_start {
        margin-top: 30px;
    }

    .startTest {
        font-size: 28px;
    }

    .startLeft {
        width: 22px;
        height: 22px;
    }

    .startRight {
        width: 22px;
        height: 22px;
    }
    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }

    .fiveTest {
        font-size: 25px;
        line-height: 53px;
        width: 280px;
        height: 50px;
    }

    .fiveName {
        margin-top: 20px;
    }

    .fiveNameTest {
        font-size: 60px;
        line-height: 40px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 60px;
        line-height: 40px;
    }

    .fiveNameThree {
        font-size: 20px;
        line-height: 40px;
    }

    .fiveNameBottom {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 550px) {
    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }

    .fiveTest {
        font-size: 20px;
        line-height: 60px;
        width: 230px;
        height: 41px;
    }

    .fiveName {
        margin-top: 10px;
    }

    .fiveNameTest {
        font-size: 45px;
        line-height: 40px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 45px;
        line-height: 40px;
    }

    .fiveNameThree {
        font-size: 20px;
        line-height: 40px;
    }

    .fiveNameBottom {
        font-size: 25px;
        line-height: 40px;
    }
}

@media screen and (max-width: 450px) {
        .footerFive_bottom {
        height: 180px;
    }
    .fiveBottomTop {
    width: 85%;
    margin: 0 auto;
}
    .fiveBottom_list {
        width: 110px;
        height: 44px;
        font-size: 12px;
        line-height: 30px;
    }
    .fiveBottom_start {
        margin-top: 15px;
    }
    .imageFive {
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }

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

    .imageFiveThree {
        width: 15px;
        height: 24px;
        margin-right: 5px;
    }

    .startTest {
        font-size: 16px;
        padding: 0 10px;
    }

    .startLeft {
        width: 13px;
        height: 13px;
    }

    .startRight {
        width: 13px;
        height: 13px;
    }
    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }

    .fiveTest {
        font-size: 17px;
        line-height: 60px;
        width: 182px;
        height: 33px;
    }

    .fiveName {
        margin-top: 18px;
    }

    .fiveNameTest {
        font-size: 45px;
        line-height: 30px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 45px;
        line-height: 30px;
    }

    .fiveNameThree {
        font-size: 15px;
        line-height: 30px;
    }

    .fiveNameBottom {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 390px) {
    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }
   .fiveBottomTop {
    width: 90%;
    margin: 0 auto;
}
    .fiveTest {
        font-size: 17px;
        line-height: 60px;
        width: 182px;
        height: 33px;
    }

    .fiveName {
        margin-top: 10px;
    }

    .fiveNameTest {
        font-size: 35px;
        line-height: 30px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 35px;
        line-height: 30px;
    }

    .fiveNameThree {
        font-size: 13px;
        line-height: 30px;
    }

    .fiveNameBottom {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 372px) {
     .footerFive_bottom {
        height: 150px;
    }
    .fiveBottomTop {
    width: 85%;
    margin: 0 auto;
}
    .fiveBottom_list {
        width: 85px;
        height: 35px;
        font-size: 10px;
        line-height: 30px;
    }
    .fiveBottom_start {
        margin-top: 5px;
    }
    .imageFive {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

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

    .imageFiveThree {
        width: 12px;
        height: 20px;
        margin-right: 5px;
    }

    .startTest {
        font-size: 16px;
        padding: 0 10px;
    }

    .startLeft {
        width: 13px;
        height: 13px;
    }

    .startRight {
        width: 13px;
        height: 13px;
    }
    .brandFIvePictureTb {
        top: 35%;
        left: 50%;
    }
    .fiveTest {
        font-size: 14px;
        line-height: 60px;
        width: 158px;
        height: 28px;
    }

    .fiveName {
        margin-top: 10px;
    }

    .fiveNameTest {
        font-size: 30px;
        line-height: 20px;
        padding-right: 15px;
    }

    .fiveNameTwo {
        font-size: 30px;
        line-height: 20px;
    }

    .fiveNameThree {
        font-size: 13px;
        line-height: 30px;
    }

    .fiveNameBottom {
        font-size: 15px;
        line-height: 30px;
    }
}

@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 PuHuiTi";
    src: url("/static/star/css/Alibaba-PuHuiTi-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}