﻿body {
    font-family: "微软雅黑";
}


/*活动图搜索*/

.headerSearch {
    position: relative;
    overflow: hidden;
}

.activeBg {
    width: 100%;
}

.activeBg img {
    width: 100%;
}

.nav {
    width: 100%;
    background: #fff;
}

.nav.footer {
    position: fixed;
    bottom: 0;
    max-width: 1080px;
    height: auto;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .1rem 0;
}

.nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 2%;
}

.nav li a img {
    width: 2rem;
    height: auto;
}