.top_text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_text1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 73px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.top_text2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
}

.model_one {
    margin: 0 auto;
    padding: 100px 0;
}

.model_one_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.model_one_ul:last-child {
    margin-top: 50px;
}

.model_one_li {
    width: 280px;
    height: 220px;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #EAEEFF;
}

.model_one_li_top {
    height: 60px;
    background-color: #EAEFF3;
    border-radius: 15px 15px 0 0;
    font-size: 24px;
    color: #333333;
    line-height: 60px;
    text-align: center;
}

.model_one_li_center {
    margin: auto 0;
    padding: 0 30px;
    border-radius: 0 0 15px 15px;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    height: 160px;
    display: flex;
    align-items: center;
}

.model_two {
    /* background-image: url(../imgs/clothing/model_two_bg.png);
    background-size: cover; */
    padding: 100px 0;
    background-color: #0192D1;
}

.model_two_container {
    padding-top: 60px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #ffffff;
}

.model_two_ul {
    margin: 0;
    margin-top: 50px;
    padding: 0 170px;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.model_two_li {
    width: 266px;
    margin-right: 20px;
    padding-bottom: 60px;
}

.model_two_li img {
    width: 100%;
}

.model_two_li:nth-child(3n+3) {
    margin-right: 0;
}

.model_two_text2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.model_two_text3 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 16px;
    padding: 0 10px;
}

/* 方案优势区域样式 */
.solution_advantages {
    padding: 100px 0;
    margin: 0 auto;
}

.advantages_container {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.advantages_row {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.advantage_icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantage_icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.advantage_name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 17px;
}