html, body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    /* 全局背景增加灰色调
    filter: grayscale(95%);
    -webkit-filter: grayscale(95%);
    */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
}

.menu {
    min-width: 100px;
    width: 70%;
    max-width: 320px;
    background-color: #fff;
}

.content {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.nav-bar {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
}

.my-logo {
    width: 125px;
    height: 28px;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}

.nav-menu {
    width: 21px;
    height: 15px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

#shadows {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
}

.footer-bg {
    width: 100%;
    height: 125px;
}

#zhanweifu {
    width: 100%;
    height: 44px;
}

footer {
    width: 100%;
    background-color: #fff;
}

.footer-line {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.footer-line a {
    text-decoration: none;
    color: #999;
    font-size: 12px;
}

.footer-kefu {
    font-size: 12px;
    color: #999;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.footer-time {
    font-size: 12px;
    color: #999;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.footer-kefu span {
    font-size: 24px;
    color: #097eb2;
}

.footer-copy {
    border-top: 1px solid #e1e1e1;
    width: 220px;
    margin: 20px auto 0 auto;
}

.footer-line {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.footer-line a {
    text-decoration: none;
    color: #999;
    font-size: 12px;
}

.footer-report-copy {
    font-size: 12px;
    color: #ccc;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}



.menu-mobile1 {
    list-style: none;
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.menu-mobile-li {
    height: 44px;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
}

.menu-mobile1 a {
    width: 100%;
    display: block;
    text-align: left;
}

.list-arrow {
    width: 7.5px;
    height: 14px;
    margin-right: 15px;
    margin-top: 15px;
    float: right;
}

.banner0-icon {
    bottom: 20px;
    font-size: 24px;
    position: absolute;
    left: 50%;
    margin-left: -13.5px;
    color: #fff;
    -webkit-animation: upDown 1s infinite alternate;
    animation: upDown 1s infinite alternate;
}

.banner0-icon img {
    width: 27px;
    height: 25px;
}

@keyframes upDown {
    0% {
        bottom: 30px
    }
    100% {
        bottom: 15px
    }
}

.icon-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.font-bold {
    font-weight: bold;
}

.container {
    margin: 0 auto;
    margin-top: 50px;
}