@charset "utf-8";
ul, li {
    list-style: none;
}
.footer{width:100%; max-width: 6rem; margin: 0 auto;padding-bottom: 1.8rem;margin-top: 0.2rem;}
.bg2{background: #efd8bf;}
.footer .ft_img {padding-top:0.3rem;  width: 100%;}
.footer_new {
    width: 100%;
    height: 1.1rem;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 999;
    overflow: visible !important;

	background: #81614a;
}
.footer_new .mask {
    width: 1.5rem;
    left: 50%;
    bottom: 0.2rem;
    position: fixed;
    margin-left: -0.72rem;
}
.footer_new .mask img {
    width: 100%;
}
.footer_new .foo_menu li {
    display: flex;
}
.footer_new .foo_menu li a {
    display: block;
    flex: 1;
}
.footer_new .foo_menu li.li1 a:nth-child(1) i {
    background: url(../picture/ft_13.png) no-repeat center bottom;
    background-size: 0.66rem 0.66rem;
}

.footer_new .foo_menu li a i {
    display: block;
    max-width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
    margin-top: 0.04rem;
}
.footer_new .foo_menu li a span {
    display: block;
    font-size: 0.12rem;
    text-align: center;
    color: #fff;
    margin-top: 0.05rem;
}
.footer_new .foo_menu li.li1 a:nth-child(2) i {
    background: url(../picture/ft_10.png) no-repeat center bottom;
    background-size: 0.66rem 0.66rem;
}
.footer_new .foo_menu li.li1 a:nth-child(4) i {
    background: url(../picture/ft_18.png) no-repeat center bottom;
   background-size: 0.66rem 0.66rem;
}

.footer_new .foo_menu li.li1 a:nth-child(5) i {
    position: relative;
    background: url(../picture/ft_16.png) no-repeat center bottom;
    background-size: 0.66rem 0.66rem;
}
.footer_new i sup {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.12rem;
    background: #ff0000;
    border-radius: 50%;
    display: block;
    line-height: 0.2rem;
    text-align: center;
    color: #fff;
   
    top: 0.01rem;
    right: -0.02rem;
    font-style: normal;
    border: 0.01rem solid #fff;
}
