.header1 .menu ul li i { color: #757575; font-size: 16px; margin-right: 8px}
.header1 .menu {
    position: fixed;
    left: -300px;
    transition: all 0.5s ease 0s;
    height: 100%;
    top: 0;
    padding-top: 0;
    border: 0 !important;
    background: #FFFFFF;
    width: 300px;
    max-width: none !important;
    z-index: 10000;
}
.header1 .menu.on {
    left: 0 !important;
}
.header1 .menu ul li {
    float: left;
    margin: 0;
    position: relative;
    height: auto !important;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px dashed #eee;
    padding: 0;
    text-align: left;
}
.header1 .menu ul li span { display: none}
.header1 .menu ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    float: none !important;
    padding: 0 0 0 20px;
    height: 50px;
    line-height: 50px;
    color: #555555;
}
.menu-header {
    line-height: 62px;
    background: #555863;
    padding: 30px 12px;
}
.radius10 {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -o-border-radius: 10%;
    -ms-border-radius: 10%;
}
.bottombar {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 40px;
    padding: 8px 0 4px 0;
    border-top: 1px solid #f2f2f2;
    z-index: 100;
}
.bg-white {
    background-color: #fff;
}
.bottombar ul {
    width: 100%;
    display: flex;
}
.bottombar ul li {
    flex: 1;
    width: auto;
    min-width: 0;
    float: none;
    text-align: center;
}
.bottombar ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 2px;
}
.bottombar .bottom-home .fa:before { content: "\f015"; }
.bottombar .bottom-forum .fa:before { content: "\f0c0"; }
.bottombar .bottom-pc28 .fa:before { content: "\f080"; }
.bottombar .bottom-mine .fa:before { content: "\f007"; }
.bottombar ul li a {
    position: relative;
    color: #9e9e9e;
}
.bottombar ul li.active a {
    color: #007bff;
}
.bottombar ul li p {
    font-size: 12px;
}
.bottombar ul li .fa {
    display: inline-block;
    margin: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.goTop {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10001;
    background-color: #fff;
    width: 50px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 800px) {
    .bottombar { display: block}
    .footer[data-v-0bacf66c] { padding-bottom: 80px !important}
}
.footer-site {
    margin: 15px 0 0 0;
}
.footer-site .wp {
    text-align: center;
}
.footer-site .z {
    padding: 0;
}
