* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer {
    width: 100%;
    background: #041E3A;
    display: flex;
    justify-content: center;
    padding-bottom: 0.81rem;
    position: relative;
}

.footers {
    max-width: 12rem;
    margin: 0 auto;
    width: 12rem;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    margin-top: 0.44rem;
    /*color: #fff;*/
    /*column-gap: 1.54rem;*/
}

/*.footers_1 ul li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    column-gap: 0.16rem;*/
/*}*/

/*.footers_1 ul li:nth-child(1) p:nth-child(2) {*/
/*    width: 2.97rem;*/
/*    font-family: Arial, Arial;*/
/*    font-weight: bold;*/
/*    font-size: 0.22rem;*/
/*    color: #FFFFFF;*/
/*    line-height: 0.34rem;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

/*.footers_1 ul li:nth-child(2) {*/
/*    width: 4.66rem;*/
/*    height: 0.48rem;*/
/*    font-family: Arial, Arial;*/
/*    font-weight: 400;*/
/*    font-size: 0.16rem;*/
/*    color: #FFFFFF;*/
/*    line-height: 0.26rem;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    padding: 0.16rem 0 0.43rem 0;*/
/*}*/

/*.footers_2 {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    column-gap: 1.9rem;*/
/*}*/

/*.footers_2 ul p {*/
/*    width: 0.72rem;*/
/*    height: 0.25rem;*/
/*    font-family: Arial, Arial;*/
/*    font-weight: bold;*/
/*    font-size: 0.18rem;*/
/*    color: #FFFFFF;*/
/*    line-height: 0rem;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    align-content: center;*/
/*    padding-bottom: 0.19rem;*/
/*}*/
/*.footers_2 ul p a{*/
/*    text-decoration: none;*/
/*    color: #FFFFFF;*/
/*}*/
/*.footers_2 ul ul{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*    row-gap: 0.16rem;*/
/*}*/
/*.footers_2 ul ul a{*/
/*    text-decoration: none;*/
/*}*/
/*.footers_2 ul ul li {*/
/*    width: 0.64rem;*/
/*    font-family: PingFang SC, PingFang SC;*/
/*    font-weight: 400;*/
/*    font-size: 0.16rem;*/
/*    color: #B5B5B5;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

/*2025.3.19*/

.footer_box1{
    display: flex;
    align-items: center;
    gap: 0.16rem;
    margin-bottom: 0.42rem;
}
.footer_box1 img{
    width: 0.48rem;
    height: 0.5rem;
    object-fit: contain;
}
.footer_box1 p{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
}

.footer_box2{
    display: flex;
    gap: 0.2rem;
}

.footer_info{
    width: 2.85rem;
}

.footer_info_p1{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid #FFFFFF;
}

.footer_flex{
    display: flex;
    gap: 0.09rem;
    margin-top: 0.17rem;
}

.footer_flex img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}

.footer_info_p2{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
}

.footer_box3{
    width: 100%;
    margin-top: 0.25rem;
}

.footer_box3 img{
    width: 0.48rem;
    height: 0.48rem;
}

.footer_bottom{
    width: 100%;
    height: 0.51rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 0.01rem solid #646464;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom *{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.14rem;
    color: #9A9A9A;
}

.footer_bottom a{
    display: inline;
}

.footer_bottom_pm{
    margin: 0 0.35rem 0 0.45rem;
}


@media only screen and (max-width: 1024px) {
    .footers{
        padding-left: 3%;
    }
    .footer_box2 .footer_info + .footer_info{
        margin-left: 0.5rem;
    }
    .footer_box1 p{
        font-size: 0.26rem;
    }
    .footer_info_p2{
        font-size: 0.2rem;
    }
    .footer_bottom *{
        font-size: 0.19rem;
    }
    .fabrics-title_1 ul li:nth-child(2),
    .fabrics-title_1 ul li:nth-child(2) a,
    .fabrics-title_1 ul li:nth-child(3) a
    {
        font-size: 0.2rem;
        display: flex;
        letter-spacing: 0 !important;
    }
    .footer_bottom{
        height: auto;
        flex-direction: column;
        padding:5px 0;
    }
    

}

.list ul li:nth-child(3){
    transition: all 0.6s;
}
.list ul li:nth-child(3):hover{
    transform: scale(1.06);
}

.ml_logo:hover>p{
    color: #041E3A;
    font-weight: 600;
}

.list-1 ul li{
    cursor: pointer;
}
.list-1 ul li:hover,
.explores-2 div ul li:hover
{
     color:#041E3A;
     font-weight: 600;
}
.fabrics-content_2 button:hover{
    background-color: white !important;
    color: #000 !important;
}

.commodity-list1 ul li:nth-child(1):hover>img{
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.3);
}

.detail_2 ul:first-child li button a,
.careers_4-1 div:nth-child(2) button,
.enroll-5,
.enroll-51,
.contents-2 button
{
    transition: all 0.6s;
}

.detail_2 ul:first-child li button a:hover,
.careers_4-1 div:nth-child(2) button:hover,
.enroll-5:hover,
.enroll-51:hover,
.contents-2 button:hover
{
    transform: scale(1.05);
}
.tab-button:not(.tab-button-active):hover>a{
    color:#041E3A;
     font-weight: 600;
}
.list-clothing_2 .nav3_list .nav3_cont3 .nav3_url .nav3_li:hover,
.care div:last-child ul li p span:first-child:hover,
.found-list .found-list_1 .found-list-title p:hover>a{
    /*font-weight: 600;*/
     color:#3a69ec;
}
.care div ul:hover li:nth-child(2),
.care div ul:hover li:last-child{
     color:#3a69ec;
}
