@media (min-width: 768px ) {
.slicknav_menu {
display: none;
}
}
@media (max-width: 768px ) {
.header-menu{display:none;}
#header .container{padding:0;}
.header-logo{
    height: 60px;
    line-height:60px;
}
.header-logo a img{
	margin-left:15px;
	max-height:40px;
	}
.lianxi{
	float: none !important;
    text-align: center;
    margin-top: 20px !important;
}
.youshi{background-image:none !important;}
.youshi-con ul li .box{max-width:100% !important;}
.pingjia-con ul li .box{padding:0 !important;}
.subheader h1{font-size:24px;}
.entry-content h2{font-size:22px;}
.entry-content h3{font-size:20px;}
/* ========== Mobile Bottom Toolbar ========== */
#mobile-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    height: 70px;
    background-color: #007AFF;
    border-top: 1px solid #0066CC;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
#mobile-toolbar .toolbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    gap: 8px;
    -webkit-tap-highlight-color: transparent;
}
#mobile-toolbar .toolbar-item i {
    font-size: 22px;
    line-height: 1;
}
#mobile-toolbar .toolbar-item span {
    font-size: 12px;
    line-height: 1;
}
/* Hover state */
#mobile-toolbar .toolbar-item:hover {
    border-top: 3px solid #FFFFFF;
}
/* Active state */
#mobile-toolbar .toolbar-item.active {
    border-top: 3px solid #FFFFFF;
}
/* Push body content up to avoid toolbar overlap */
body {
    padding-bottom: 56px;
}
}
