.yxmodule_shopfonav.footer1 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    background-color: #a4a19c;
    height: 60px;
    display: none;
}
.yxmodule_shopfonav.footer1 li {
    float: left;
    width: 16%;
    padding: 0 0.5%;
    text-align: center;
}
.yxmodule_shopfonav.footer1 li .icon {
    margin-top: 9px;
}
.yxmodule_shopfonav.footer1 li img {
    width: 25px;
}
.yxmodule_shopfonav.footer1 li p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
@media screen and (max-width: 1200px){
	.yxmodule_shopfonav.footer1 {
    	display: block;
	}

}
