html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Arial";
    font-size: .16rem;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
}

fieldset, img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

em, i, b, strong {
    font-style: normal;
    font-weight: normal;
}

ul li, ol li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 625%;
}

img {
    width: 100%;
    display: block;
}

p {
    line-height: 1.75em !important;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.top {
    width: 100%;
    position: fixed;
    top: 0;
}

.head {
    width: 100%;
    height: .4rem;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .head .goBack {
        height: .4rem;
        position: absolute;
        left: .14rem;
        display: flex;
        align-items: center;
    }

        .head .goBack img {
            width: .1rem;
            height: .19rem;
        }

    .head .msg {
        color: #000000;
        font-size: .16rem;
    }

.main {
    margin: .08rem;
}

.title {
    color: #000000;
    font-size: .18rem;
    font-weight: bold;
    margin-top: .65rem;
}

.date {
    color: #696969;
    font-size: .14rem;
    margin: .15rem 0;
}

.allData {
    width: 100%;
    color: #999999;
    font-size: .12rem;
    text-align: center;
    padding: .1rem 0;
    border-top: .01rem solid #E4E4E4;
    box-sizing: border-box;
}

.nav {
    width: 100%;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: .01rem solid #E4E4E4;
    box-sizing: border-box;
}

    .nav div {
        flex: 1;
        display: flex;
        justify-content: center;
        color: #484848;
        font-size: .14rem;
        height: .3rem;
    }

    .nav .app, .nav .mapp, .nav .feedback {
        height: .3rem;
        display: flex;
        align-items: center;
        border-right: .01rem solid #E4E4E4;
        box-sizing: border-box;
    }

    .nav div a {
        color: #484848;
        width: 100%;
        height: .3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav .feedback {
        border: none;
    }

.remarks {
    width: 100%;
    height: .38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DFDEDE;
}

    .remarks a {
        color: #B2B2B2;
        font-size: .1rem;
    }
/*回到顶部*/
.topping {
    width: .3rem;
    height: .3rem;
    position: fixed;
    bottom: .83rem;
    right: .1rem;
    display: none;
}

    .topping img {
        width: .3rem;
        height: .3rem;
    }

.navigation {
    width: 100%;
    height: .85rem;
    background: #ffffff;
    z-index: 10001;
    margin-top: .4rem;
}

    .navigation ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: .11rem;
    }

        .navigation ul li {
            width: calc((100% - .86rem)/4);
            display: flex;
            justify-content: center;
            margin-right: .22rem;
            margin-bottom: .11rem;
        }

            .navigation ul li:nth-child(1), .navigation ul li:nth-child(4n+1) {
                margin-left: .1rem;
            }

            .navigation ul li:nth-child(4n) {
                margin-right: .1rem;
            }

            .navigation ul li div {
                width: .72rem;
                height: .26rem;
                display: flex;
                justify-content: center;
                align-items: center;
                border: .01rem solid #B9B9B9;
                border-radius: .05rem;
                box-sizing: border-box;
                color: #868686;
                font-size: .14rem;
            }

            .navigation ul li .active {
                border: .01rem solid #F7DECC;
                background: #F7DECC;
                color: #3B3B3B;
                font-size: .14rem;
            }