.customizationTitle {
    font-size: 32px;
    position: relative;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #372200;
    width: 90%;
    max-width: 1440px;
    animation: donghua1 0.8s ease-out forwards;
    margin: auto;
    text-indent: 30px;
    margin-top: 80px;
}

img {
    display: inline-block;
}

.customizationTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
    z-index: 2;
}

.bannerItem>* {
    margin-left: 28px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.bannerItem::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 60px;
    background: #F39800;
    top: 5px;
    left: 0;
}

.banner {
    animation: donghua4 0.8s ease-out forwards;
    position: relative;
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
}

.banner::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.03) 32%, rgba(0, 0, 0, 0.74) 100%);
}

.message {
    animation: donghua1 0.8s ease-out forwards;
    width: 90%;
    max-width: 1440px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    margin: 30px auto 60px;
}

.customizationIcon {
    width: 140px;
    height: 140px;
    margin: auto;
}

.customizationIconText {
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    margin-top: 15px;
}

.customizationIconBox {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    opacity: 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.customizationIconItem {
    margin-right: 106px;
}

.customizationIconItem:last-child {
    margin-right: 0;
}

.solutionDetail1 {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 59px;
}

.detailItem1 {
    position: relative;
    display: flex;
    align-items: center;
}

.solutionImg1 {
    width: 48.75%;
    margin-left: 18px;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    height: 504px;
    position: relative;
    margin-right: 6.5%;
}

.solutionImg1:hover img {
    transform: scale(1.1);
}

.solutionImg1 img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
}

.solutionText {
    flex: 1;
    opacity: 0;
}

.detailItem1:nth-child(2n) {
    flex-direction: row-reverse;
}

.detailItem1:nth-child(2n) .solutionImg1 {
    margin-right: 18px;
    margin-left: 10%;
}

.solutionItemMessage1 {
    font-size: 16px;
    position: relative;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    margin-top: 36px;
    line-height: 32px;
    padding-right: 26px;
    max-height: 200px;
    overflow: auto;
}

.detailItem1::before {
    content: "";
    position: absolute;
    width: 52px;
    height: 84px;
    background: #F39800;
    left: 0;
    top: -29px;
}

.detailItem1:nth-child(2n)::before {
    content: "";
    position: absolute;
    width: 52px;
    height: 84px;
    background: #F39800;
    right: 0;
    left: unset;
    top: -18px;
}


.detailItem1 .solutionText {
    position: relative;
}


.solutionItemMessage1::-webkit-scrollbar {
    width: 4px;
}

.solutionItemMessage1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222222;
    -webkit-box-shadow: inset 0 0 1px #1b6cab;
}

.solutionItemMessage1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #666666;
    border-radius: 10px;
}

.solutionItemTitle1 img {
    width: 33px;
    height: 22px;
    margin-right: 10px;
}

.solutionItemTitle1 {
    font-size: 28px;
    display: flex;
    position: relative;
    align-items: center;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.customizationBox {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 4px;
    padding-top: 59px;
    margin-bottom: 60px;
    padding-bottom: 60px;

}

.customizationItem {
    margin-left: 20px;
    padding-top: 33px;
    margin-right: 20px;
    opacity: 0;
    background: #EDF4F4;
    padding-bottom: 60px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.customizationItem:last-child {
    margin-bottom: 40px;
}

.customizationItemTitle {
    color: #F39800;
    font-size: 20px;
    margin-left: 30px;
    margin-bottom: 12px;
    margin-right: 30px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 11px;
}

.messageLeft {
    margin-right: 20px;
    flex: 1;
}

.customizationMessage {
    display: flex;
    margin-left: 39px;
    margin-right: 31px;
}

.messageLeft p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.messageRight {
    width: 315px;
    height: 249px;
    margin-left: 23px;
    overflow: hidden;
}

.messageRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solveTilte img {
    width: 20px;
    margin-right: 10px;
}

.solveBox {
    opacity: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.solveTilte {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.solveLi div {
    margin: auto;
    width: 120px;
    height: 120px;
}

.solveLi {
    margin-top: 60px;
    margin-right: 100px;
}

.solveLi:last-child {
    margin-right: 0;
}

.solveLi div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solveLi p {
    margin-top: 30px;
    width: 182px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}

.solveList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width:1000px) {
    .customizationTitle {
        font-size: 18px;
        margin-top: 40px;
    }

    .customizationIconText {
        font-size: 16px;
    }

    .customizationIcon {
        width: 70px;
        height: 70px;
    }

    .customizationIconBox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        animation: donghua1 0.8s ease-out forwards;
    }

    .customizationIconItem {
        width: 33%;
        margin: 0;
    }

    .message {
        margin-bottom: 40px;
    }

    .detailItem1 {
        display: flex;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .detailItem1:nth-child(2n) {
        flex-direction: column;
    }

    .solutionItemMessage1 {
        margin-top: 20px;
    }

    .solutionImg1 {
        width: calc(100% - 18px);
        height: unset;
        margin-bottom: 20px;
    }

    .solutionItemMessage1 {
        max-height: unset;
        padding-right: 0;
    }

    .solutionItemTitle1 {
        font-size: 18px;
    }

    .detailItem1:nth-child(2n) .solutionImg1 {
        margin-left: 0;
    }

    .customizationItem:nth-child(1) {
        animation: donghua1 0.8s ease-out forwards;
    }

    .customizationItemTitle {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .customizationMessage {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .messageLeft {
        margin-bottom: 40px;
        margin-right: 0;
    }

    .messageRight {
        width: 100%;
        margin: auto;
        height: unset;
    }

    .customizationItem {
        padding-bottom: 40px;
    }

    .solveLi {
        width: 50%;
        margin-right: 0;
        margin-top: 40px;
    }

    .solveLi p {
        width: 100%;
    }

    .solveLi div {
        width: 70px;
        height: 70px;
    }

    .solveLi p {
        margin-top: 20px;
    }

    .customizationBox {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}