.foot{
    /* position: absolute; */
    left: 0px;
    right: 0px;
    bottom: 0rem;
    z-index: 1;
}
.foot__containear {
   
    font-size: 0.12rem;
    color: #666666;
    height: 2.4rem;
    padding: 0px .2rem; 
    padding-left: .14rem; 
}

.foot__containear>img {
    position: absolute;
    height: 0.96rem;
    z-index: 0;
    left: 0.04rem;
    top: 0.04rem;
}
.foot_logo{
    width: .41rem;
    height: 0.24rem;
    margin-bottom:20px;
}

.foot__content {
   margin-top: .12rem;
}
.foot__sub{
    font-size: .12rem;
    font-weight: 500;
    color: #333333;
}
.foot__nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot__nav>li{
    margin-top: .08rem;
    width: .73rem;
    margin-right: .23rem;
}
.foot__nav>li:nth-child(3),.foot__nav>li:nth-child(4){
    margin-right: 0px;
}
.foot_bottom{
    border-top: .01rem solid #E3E9F2;
    margin-top: .2rem;
    padding-top: .2rem;
}
.foot_bottom li{
    text-align: center;
}
.foot_site{
    font-size: .1rem;
    margin-bottom: .16rem;
}
.foot_btm{
    padding-bottom: .16rem;
}
.foot_nav_product{
    justify-content: inherit;
}
/* .foot_nav_product li{
    width: .72rem;
    margin-right: .23rem;
} */
.foot_nav_product li:nth-child(3),.foot_nav_product li:nth-child(4){
    margin-right: 0px;
}