    .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-size: 40px;
        color: #ffffff;
    }
    
    .top_text2 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 28px;
    }
    
    .top_text1_yd {
        font-size: 20px;
        color: #ffffff;
    }
    
    .top_text2_yd {
        font-size: 16px;
        color: #ffffff;
        margin-top: 10px;
    }
    
    .model_one {
        margin: 0 auto;
        padding: 100px 0;
    }
    
    .model_one_yd {
        padding: 30px 10px;
    }
    
    .model_one_text1 {
        color: #333333;
        font-size: 40px;
        text-align: center;
    }
    
    .model_one_text1_yd {
        color: #333333;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    
    .boldText {
        font-weight: 600;
    }
    
    .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_ul_yd {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .model_one_li {
        width: 280px;
        height: 220px;
        border-radius: 15px;
        box-shadow: 0 0 5px 1px #EAEEFF;
    }
    
    .model_one_li_yd {
        width: 280px;
        height: 220px;
        border-radius: 15px;
        box-shadow: 0 0 5px 1px #EAEEFF;
        margin-bottom: 20px;
    }
    
    .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_top_yd {
        height: 60px;
        background-color: #EAEFF3;
        border-radius: 15px 15px 0 0;
        color: #333333;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
    }
    
    .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: 60px 0;
    }
    
    .model_two_yd {
        background-image: url(../imgs/clothing/model_two_bg.png);
        background-size: cover;
        padding: 25px 15px;
    }
    
    .model_two_container {
        padding-top: 60px;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #ffffff;
    }
    
    .model_two_container_yd {
        padding-top: 20px;
        border-radius: 10px;
        background-color: #ffffff;
    }
    
    .model_two_text1 {
        font-size: 16px;
        color: #8C979F;
        line-height: 26px;
        padding: 0 150px;
        margin-top: 15px;
        text-align: center;
    }
    
    .model_two_text1_yd {
        font-size: 16px;
        color: #8C979F;
        padding: 0 20px;
        margin-top: 20px;
    }
    
    .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_ul_yd {
        margin: 0;
        margin-top: 30px;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .model_two_li {
        width: 266px;
        margin-right: 20px;
        padding-bottom: 60px;
    }
    
    .model_two_li_yd {
        width: 266px;
        padding-bottom: 20px;
    }
    
    .padding30 {
        padding: 0 30px;
    }
    
    .model_two_li img {
        width: 100%;
    }
    
    .model_two_li:nth-child(3n+3) {
        margin-right: 0;
    }
    
    .fourItems:nth-child(4n+4) {
        margin-right: 0;
    }
    
    .fourItems:nth-child(4n+3) {
        margin-right: 20px;
    }
    
    .model_two_text2 {
        margin-top: 30px;
        text-align: center;
        font-size: 24px;
        color: #000000;
    }
    
    .model_two_text2_yd {
        margin-top: 10px;
        text-align: center;
        font-size: 18px;
        color: #000000;
    }
    
    .model_two_text3 {
        font-size: 16px;
        color: #8C979F;
        line-height: 24px;
        margin-top: 16px;
        padding: 0 15px;
    }
    
    .model_two_text3_yd {
        font-size: 16px;
        color: #8C979F;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .model_three {
        position: relative;
    }
    
    .model_three_bg {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: -99;
    }
    
    .model_three_container {
        padding: 50px 0;
        margin: 0 auto;
    }
    
    .model_three_ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    
    .model_three_ul:last-child {
        margin-top: 60px;
    }
    
    .model_three_ul_yd {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .model_three_li {
        flex: 1;
        height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
    }
    
    .model_three_li {
        flex: 1;
        height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    
    .model_three_text1 {
        font-size: 24px;
        color: #000000;
        margin: 50px 0 20px 0;
    }
    
    .model_three_text1_yd {
        font-size: 18px;
        color: #000000;
        margin: 20px 0;
    }
    
    .model_three_text2 {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        text-align: center;
    }
    
    .model_three_text2_yd {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    
    .model_five {
        padding: 100px 0;
        margin: 0 auto;
    }
    
    .model_five_yd {
        padding: 20px 0;
    }
    
    .model_five_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }
    
    .model_five_ul_yd {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .model_five_li {
        width: 380px;
        height: 500px;
        border-radius: 10px;
        box-shadow: 0 0 5px 1px #D9DBE0;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .model_five_li_yd {
        width: 380px;
        height: 500px;
        border-radius: 10px;
        box-shadow: 0 0 5px 1px #D9DBE0;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .model_five_li_text {
        padding: 20px;
        font-size: 16px;
        color: #333333;
        line-height: 26px;
    }