* {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
}

.header {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.bzbm {
    width: 40px;
    height: 40px;
    background-color: #b0b0b0;
    border-radius: 50px;
    border: none;
    margin: 0 auto;
    display: block;
}

.content {
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    display: none;
}

.menu_bg {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    box-shadow: 0px 0px 33px 0px #888;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 20;
    font-size: 18px;
}

.menu_bg ul li {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.mulu {
    width: 100%;
    height: 62vh;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    box-shadow: 0px 0px 33px 0px #888;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 20;
    font-size: 18px;
}

.mulu ul li {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.mulu ul {
    position: relative;
}
.hovera{
    color: #fff;
}

.swiper {
    width: 95%!important;
}

.buttonWidth {
    float: left;
    position: relative;
    width: 25%;
    margin: 0 auto;
}

.buttonWidth span {
    margin: 0 auto;
    display: table;
}


.banhao {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    color: #ec1b25;
    font-size: 20px;
    font-weight: bold;
}

#selected{
    color: #ec1b25;
}
.muban {
    width: 100vh;
    height: 100vh;
    background-color: rgb(0,0,0,0.5);
    display: none;
    z-index: 2;
    position: absolute;
}
.logo {
    width: 100%;
    height: 79vh;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    display: block;
}

.logo_img {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding-top: 30vh;
    opacity: 0.3;
}
#newspaper{box-shadow: 2px 0px 6px 0px #999;}