﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none;
}

header, nav, footer, menu {
    display: block;
}

footer {
    border-top: 1px solid #b2b2b2;
    background-color: #fafafa;
    width: 100%;
    position: fixed;
    bottom: 0;
}

    footer li {
        float: left;
        width: 33.3333334%;
        text-align: center;
        list-style:none
    }

        footer li a {
            color: #414042;
            font-size: 0.55rem;
            position: relative;
            display: block;
            padding: 0.4rem 0.25rem;
            font-weight:700
        }

            footer li a span {
                display: block;
                height: 0.9rem;
                margin: 0 auto;
                margin-bottom: 0.15rem;
                background-position: center;
                background-size: 0.9rem;
                background-repeat: no-repeat;
            }
            footer li a p {
                color: #414042;
                font-size: 12px;
                text-indent:0px;
                text-align:center
            }
            footer li a.on, footer li a.on p {
                color: #007aff
            }


.mui-content .tinfo {
    height: 120px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #fafafa;
}
    .mui-content .tinfo p {
        color:#666
    }
    .mui-content .tinfo img {
        margin: 10px auto 0px auto;
        width: 50px
    }
