@CHARSET "UTF-8";

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}

* {
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content {
    width: 100%;
    height: 100%;
}

.banel-cont a {
    display: block;
}

.banel-cont a img {
    width: 100%;
    display: block;
}

.imgButton {
    position:absolute;
    top:25px;
    right:40px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.imgTop {
    position: relative;
    top:0px;
    left:0px;
}

.main-nav {
    list-style-type: none;
    display:none;
    display: none;
    font-size: 18px;
    font-weight: 900
}
.main-nav li {
    text-align:center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.main-nav1 {
    list-style-type: none;
    display:none;
    display: none;
    font-size: 18px;
    font-weight: 900
}
.main-nav1 li {
    text-align:center;
    margin-bottom: 15px;
}

.nav-links {
    text-decoration:none;
    color:rgb(0, 0, 0);
}
#banel-cont-id {
    display: flex;
    border-bottom:2px solid rgb(0, 0, 0);
}
#banel-cont-up {
    background-color: #FFFFFF;

}

.active {
    display:block;
    height: 200px;
}
.target-fix {
    position: relative;
    top: -50px;
    display: block;
    height: 0;
    overflow: hidden;
}


