.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.clearfix{
    zoom: 1;
}


.html-end {
    width: 100%;
    height: 1rem;
    display: inline-block;
    padding-top: 0.75rem;
}

@media screen and (min-width: 600px){
    .html-end {
        height: 1.5rem;
        padding-top: 1rem;
    }
}

.foot-menu {
    float: left;
    width: 100%;
    left: 0;
    padding: 0.375rem 0;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    z-index: 950;
    background: #a42c2c;
}

.foot-menu ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.li-img a {
    display: block;
}

.li-img a img {
    width: 50%;
    max-width: 1.75rem;
    max-height: 1.75rem;
    margin-top: 0.125rem;
}

@media screen and (min-width: 600px){
    .li-img a img {
        max-width: 2.5rem;
        max-height: 2.5rem;
        margin-top: 0.375rem;
    }
}

.li-img a p {
    line-height: 0.8125rem;
    font-size: 0.8125rem;
    color: #fff;
}

@media screen and (min-width: 600px){
    .li-img a p {
        line-height: 1.25rem;
        font-size: 1.125rem;
    }
}




li {
    list-style: none;
}

img {
    width: 100%;
}

div, a, img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}
