/* lmuzb独立头部底部样式 - 避免冲突 */
.lmuzb-topmenu { width: 100%; background: #3ca5f6; position: fixed; top: 0; z-index: 9999; }
.lmuzb-wrap { width: 1200px; margin: 0 auto; position: relative; }
.lmuzb-mobilemenu { display: none; }
.lmuzb-mask { display: none; }
.lmuzb-logo { float: left; padding: 15px 0; }
.lmuzb-logo img { width: 60px; height: 60px; }
.lmuzb-menu { float: right; }
.lmuzb-menu ul { list-style: none; margin: 0; padding: 0; }
.lmuzb-menu li { float: left; line-height: 91px; }
.lmuzb-menu li a { display: block; padding: 0 15px; color: #fff; font-size: 16px; }
.lmuzb-menu li a:hover,
.lmuzb-menu li a.hover { background: rgba(0,0,0,0.2); }
.lmuzb-closex { display: none; }
.lmuzb-clear { clear: both; }
.lmuzb-search { float: right; line-height: 91px; padding: 0 15px; color: #fff; cursor: pointer; }
.lmuzb-search i { font-size: 20px; }

/* subbody 清除浮动 */
.lmuzb-subbody { clear: both; }

/* footer */
.lmuzb-footer { clear: both; background: #fff; padding: 30px 0; margin-top: 30px; }
.lmuzb-nav-footer { text-align: center; margin-bottom: 15px; }
.lmuzb-nav-footer a { display: inline-block; padding: 0 15px; color: #666; }
.lmuzb-nav-footer a:hover { color: #3ca5f6; }
.lmuzb-copyright-footer { text-align: center; padding: 10px 0; color: #999; font-size: 14px; }
.lmuzb-copyright-footer a { color: #999; }
.lmuzb-links-footer { text-align: center; padding: 10px 0; }
.lmuzb-links-footer a { display: inline-block; padding: 0 10px; color: #666; font-size: 14px; }

/* backtop */
.lmuzb-backtop { position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; background: #3ca5f6; border-radius: 50%; text-align: center; line-height: 50px; color: #fff; cursor: pointer; display: block; z-index: 9999; }
.lmuzb-backtop i { font-size: 20px; }

/* search-box */
.lmuzb-search-box { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 10000; }
.lmuzb-search-close { position: absolute; right: 20px; top: 20px; color: #fff; font-size: 30px; cursor: pointer; }
.lmuzb-search-con { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; }
.lmuzb-search-con dl { display: flex; }
.lmuzb-search-keyword { flex: 1; padding: 15px; border: none; font-size: 16px; }
.lmuzb-search-con button { padding: 15px 30px; background: #3ca5f6; border: none; color: #fff; cursor: pointer; }
.lmuzb-search-tips { text-align: center; padding: 15px; color: #999; }
.lmuzb-search-as { text-align: center; }
.lmuzb-search-as a { display: inline-block; padding: 5px 10px; margin: 5px; background: #333; color: #fff; border-radius: 3px; }

/* 响应式 */
@media only screen and (max-width: 1024px) {
    .lmuzb-wrap { width: 96%; }
    .lmuzb-menu li a { padding: 0 10px; font-size: 14px; }
}
@media only screen and (max-width: 768px) {
    .lmuzb-logo { padding: 10px 0; }
    .lmuzb-logo img { width: 50px; height: 50px; }
    .lmuzb-menu { display: none; position: fixed; top: 0; right: -200px; width: 200px; height: 100%; background: #333; z-index: 10001; transition: right 0.3s; }
    .lmuzb-menu.open { right: 0; display: block; }
    .lmuzb-menu li { float: none; line-height: 50px; border-bottom: 1px solid #444; }
    .lmuzb-menu li a { color: #fff; }
    .lmuzb-mobilemenu { display: block; position: absolute; right: 50px; top: 30px; width: 30px; height: 30px; background: url(../images/menu.png) no-repeat; cursor: pointer; }
    .lmuzb-mask { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 10000; }
    .lmuzb-mask.show { display: block; }
    .lmuzb-search { display: none; }
}
