﻿@charset "utf-8";
@import url("limi_anim.css"); /*引入动画样式*/

/******基础样式开始******/
body { font-family: Microsoft Yahei,Arial, Helvetica, sans-serif; font-size: 12px; color: #333; background: #fff; text-align: justify; text-justify: inter-ideograph; background-attachment: fixed; height: 100%; }
table, td { font-family: Microsoft Yahei,Arial, Helvetica, sans-serif; color: #2e2e2e; }
html, body, div, span, p, h1, h2, h3, h4, h5, h6, em, img, strong, blockquote, sub, sup, tt, i, b, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a, ol { margin: 0; padding: 0; }
s, i, em { font-style: normal; text-decoration: none; }
ul, ol, li { list-style-type: none; list-style: none; }
button, input, select, textarea { vertical-align: middle; font-family: Microsoft Yahei; margin: 0; padding: 0; outline: none; }
h1, h2, h3, h4, h5, h6, button, input, select, textarea { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new,courier,monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
legend { color: #000; }
fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #6e6e6e; text-decoration: none; }
.white, .white a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }

.lm-fw { font-family: Microsoft Yahei,Arial, Helvetica, sans-serif; }
.lm-left { float: left!important; }
.lm-right { float: right!important; }
.lm-fb { font-weight: bold; }
.lm-show { display: block !important; }
.lm-hide { display: none; }
.lm-clearfix:after, .lm-clearfix:before { content: ""; display: block; clear: both; height: 0px; }

/***默认标签样式***/ /***文字排版样式***/
h1, .h1 { font-size: 22px; margin-bottom: 22px; }
h2, .h2 { font-size: 20px; margin-bottom: 20px; }
h3, .h3 { font-size: 18px; margin-bottom: 18px; }
h4, .h4 { font-size: 16px; margin-bottom: 16px; }
h5, .h5 { font-size: 14px; margin-bottom: 14px; }
h6, .h6 { font-size: 12px; margin-bottom: 12px; }
p { margin-bottom: 10px; }
hr { height: 1px; clear: both; margin: 10px 0; border: 0; }
kbd { color: #3498db; }
.lm-line1 { height: 1px; }

.lm-color-red { color: #ff0000; }
.lm-color-green { color: #4c9310; }

fieldset { border: solid 1px #e6e6e6; padding: 20px; }
fieldset.lm-upline { border: none; border-top: solid 1px #e6e6e6; }
fieldset legend { font-size: 18px; }

.lm-fg-primary { color: #3498db!important; }
.lm-fg-warning { color: #ff9933!important; }
.lm-fg-success { color: #3dbb2b!important; }
.lm-fg-danger { color: #FF5722!important; }
.lm-fg-gray { color: #ddd!important; }

.lm-bg-primary { background-color: #3498db!important; }
.lm-bg-warning { background-color: #ff9933!important; }
.lm-bg-success { background-color: #3dbb2b!important; }
.lm-bg-danger { background-color: #FF5722!important; }
.lm-bg-gray { background-color: #ddd!important; }

/*超长字符串省略号显示*/
.lm-txt-line1 { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; }
.lm-txt-line2 { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 32px; text-align: left; }
.lm-txt-line3 { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-align: left; }
.lm-txt-line4 { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-align: left; }


/***宽屏容器***/
.lm-content { width: 96%; max-width: 1200px; margin: 0 auto; }
.lm-content:after { content: ""; display: block; clear: both; height: 1px; margin-top: -1px; }

/***导航样式***/
.lm-nav > li { float: left; padding: 0 20px; box-sizing: border-box; }
.lm-nav > li > a { display: block; font-size: 15px; height: 45px; color: #111; line-height: 45px; }
.lm-nav > li > a:hover, .lm-nav > li > a.active { background: url(../images/line.png) bottom center no-repeat; text-decoration: none; color: #4ba410; }
.lm-navbar-header .lm-nav-menu { position: fixed; z-index: 99; border: solid 1px #4ba410; padding: 12px 10px; border-radius: 5px; right: 15px; background-color: #f2f2f2; cursor: pointer; display: none; }
.lm-navbar-header .lm-nav-menu .lm-icon { color: #4ba410; }

.lm-nav-vertical { width: 150px; border: solid 1px #ccc; -moz-box-shadow: 0px 5px 10px #d0d0d0; -webkit-box-shadow: 0px 5px 10px #d0d0d0; box-shadow: 0px 5px 10px #d0d0d0; }
.lm-nav-vertical > li { width: 100%; font-size: 15px; height: 45px; color: #111; line-height: 45px; cursor: pointer; }
.lm-nav-vertical > li { position: relative; }
.lm-nav-vertical > li:hover { background-color: #e6e6e6; color: #4ba410; }
.lm-nav-vertical > li:hover > .lm-nav2 { display: block; }
.lm-nav-vertical > li > .lm-nav2 { position: absolute; left: 148px; width: 150px; top: 0; border: solid 1px #ddd; display: none; -moz-box-shadow: 0px 5px 10px #d0d0d0; -webkit-box-shadow: 0px 5px 10px #d0d0d0; box-shadow: 0px 5px 10px #d0d0d0; z-index: 2; }
.lm-nav-vertical > li > .lm-nav2 li { font-size: 12px; float: none; padding: 0 10px; box-sizing: border-box; }
.lm-nav-vertical > li > .lm-nav2 li a { display: block; text-decoration: none; }
.lm-nav-vertical > li > .lm-nav2 li:hover { background-color: #eee; }

.lm-header { background: #4ba410; color: #fff; }
.lm-header .lm-top { padding: 8px 10px; }
.lm-header .hd_right i { margin: 0 3px 0 15px; line-height: 15px; }

.lm-sidebar { overflow-y: auto; background-color: #fff; max-height: 100%; }
.lm-sidebar li { margin-bottom: 8px; }
.lm-sidebar li h2 { padding: 10px; font-size: 16px; background-color: #e3e4e6; font-weight: 200; margin-bottom: 0; }
.lm-sidebar li h2 i { width: 4px; height: 18px; display: inline-block; background-color: #4ba410; margin-right: 10px; vertical-align: text-bottom; }
.lm-sidebar.lm-text-right li h2 i { margin-right: 0; margin-left: 10px; }
.lm-sidebar li cite { color: #333; padding: 0 10px; font-size: 15px; }
.lm-sidebar li span { text-transform: capitalize; }
.lm-sidebar li a { display: block; padding: 5px 0; cursor: pointer; }
.lm-sidebar li a:hover, .lm-sidebar li a.active { background-color: #f5f5f5; }

/***图标168个***/
@font-face { font-family: lm-icon; src: url(../font/iconfont.eot?v=250); src: url(../font/iconfont.eot?v=250#iefix) format('embedded-opentype'),url(../font/iconfont.woff2?v=250) format('woff2'),url(../font/iconfont.woff?v=250) format('woff'),url(../font/iconfont.ttf?v=250) format('truetype'),url(../font/iconfont.svg?v=250#lm-icon) format('svg'); }
.lm-icon { display: inline-block; font-family: lm-icon!important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.lm-icon-reply-fill:before { content: "\e611"; }
.lm-icon-set-fill:before { content: "\e614"; }
.lm-icon-menu-fill:before { content: "\e60f"; }
.lm-icon-search:before { content: "\e615"; }
.lm-icon-share:before { content: "\e641"; }
.lm-icon-set-sm:before { content: "\e620"; }
.lm-icon-engine:before { content: "\e628"; }
.lm-icon-close:before { content: "\1006"; }
.lm-icon-close-fill:before { content: "\1007"; }
.lm-icon-chart-screen:before { content: "\e629"; }
.lm-icon-star:before { content: "\e600"; }
.lm-icon-circle-dot:before { content: "\e617"; }
.lm-icon-chat:before { content: "\e606"; }
.lm-icon-release:before { content: "\e609"; }
.lm-icon-list:before { content: "\e60a"; }
.lm-icon-chart:before { content: "\e62c"; }
.lm-icon-ok-circle:before { content: "\1005"; }
.lm-icon-layim-theme:before { content: "\e61b"; }
.lm-icon-table:before { content: "\e62d"; }
.lm-icon-right:before { content: "\e602"; }
.lm-icon-left:before { content: "\e603"; }
.lm-icon-cart-simple:before { content: "\e698"; }
.lm-icon-face-cry:before { content: "\e69c"; }
.lm-icon-face-smile:before { content: "\e6af"; }
.lm-icon-survey:before { content: "\e6b2"; }
.lm-icon-tree:before { content: "\e62e"; }
.lm-icon-ie:before { content: "\e7bb"; }
.lm-icon-upload-circle:before { content: "\e62f"; }
.lm-icon-add-circle:before { content: "\e61f"; }
.lm-icon-download-circle:before { content: "\e601"; }
.lm-icon-templeate-1:before { content: "\e630"; }
.lm-icon-util:before { content: "\e631"; }
.lm-icon-face-surprised:before { content: "\e664"; }
.lm-icon-edit:before { content: "\e642"; }
.lm-icon-speaker:before { content: "\e645"; }
.lm-icon-down:before { content: "\e61a"; }
.lm-icon-file:before { content: "\e621"; }
.lm-icon-layouts:before { content: "\e632"; }
.lm-icon-rate-half:before { content: "\e6c9"; }
.lm-icon-add-circle-fine:before { content: "\e608"; }
.lm-icon-prev-circle:before { content: "\e633"; }
.lm-icon-read:before { content: "\e705"; }
.lm-icon-404:before { content: "\e61c"; }
.lm-icon-carousel:before { content: "\e634"; }
.lm-icon-help:before { content: "\e607"; }
.lm-icon-code-circle:before { content: "\e635"; }
.lm-icon-windows:before { content: "\e67f"; }
.lm-icon-water:before { content: "\e636"; }
.lm-icon-username:before { content: "\e66f"; }
.lm-icon-find-fill:before { content: "\e670"; }
.lm-icon-about:before { content: "\e60b"; }
.lm-icon-location:before { content: "\e715"; }
.lm-icon-up:before { content: "\e619"; }
.lm-icon-pause:before { content: "\e651"; }
.lm-icon-date:before { content: "\e637"; }
.lm-icon-layim-uploadfile:before { content: "\e61d"; }
.lm-icon-delete:before { content: "\e640"; }
.lm-icon-play:before { content: "\e652"; }
.lm-icon-top:before { content: "\e604"; }
.lm-icon-firefox:before { content: "\e686"; }
.lm-icon-friends:before { content: "\e612"; }
.lm-icon-refresh-3:before { content: "\e9aa"; }
.lm-icon-ok:before { content: "\e605"; }
.lm-icon-layer:before { content: "\e638"; }
.lm-icon-face-smile-fine:before { content: "\e60c"; }
.lm-icon-dollar:before { content: "\e659"; }
.lm-icon-group:before { content: "\e613"; }
.lm-icon-layim-download:before { content: "\e61e"; }
.lm-icon-picture-fine:before { content: "\e60d"; }
.lm-icon-link:before { content: "\e64c"; }
.lm-icon-diamond:before { content: "\e735"; }
.lm-icon-log:before { content: "\e60e"; }
.lm-icon-key:before { content: "\e683"; }
.lm-icon-rate-solid:before { content: "\e67a"; }
.lm-icon-fonts-del:before { content: "\e64f"; }
.lm-icon-unlink:before { content: "\e64d"; }
.lm-icon-fonts-clear:before { content: "\e639"; }
.lm-icon-triangle-r:before { content: "\e623"; }
.lm-icon-circle:before { content: "\e63f"; }
.lm-icon-radio:before { content: "\e643"; }
.lm-icon-align-center:before { content: "\e647"; }
.lm-icon-align-right:before { content: "\e648"; }
.lm-icon-align-left:before { content: "\e649"; }
.lm-icon-loading-1:before { content: "\e63e"; }
.lm-icon-return:before { content: "\e65c"; }
.lm-icon-fonts-strong:before { content: "\e62b"; }
.lm-icon-upload:before { content: "\e67c"; }
.lm-icon-dialogue:before { content: "\e63a"; }
.lm-icon-video:before { content: "\e6ed"; }
.lm-icon-headset:before { content: "\e6fc"; }
.lm-icon-cellphone-fine:before { content: "\e63b"; }
.lm-icon-add-1:before { content: "\e654"; }
.lm-icon-face-smile-b:before { content: "\e650"; }
.lm-icon-fonts-html:before { content: "\e64b"; }
.lm-icon-screen-full:before { content: "\e622"; }
.lm-icon-form:before { content: "\e63c"; }
.lm-icon-cart:before { content: "\e657"; }
.lm-icon-camera-fill:before { content: "\e65d"; }
.lm-icon-tabs:before { content: "\e62a"; }
.lm-icon-heart-fill:before { content: "\e68f"; }
.lm-icon-fonts-code:before { content: "\e64e"; }
.lm-icon-ios:before { content: "\e680"; }
.lm-icon-at:before { content: "\e687"; }
.lm-icon-fire:before { content: "\e756"; }
.lm-icon-set:before { content: "\e716"; }
.lm-icon-fonts-u:before { content: "\e646"; }
.lm-icon-triangle-d:before { content: "\e625"; }
.lm-icon-tips:before { content: "\e702"; }
.lm-icon-picture:before { content: "\e64a"; }
.lm-icon-more-vertical:before { content: "\e671"; }
.lm-icon-bluetooth:before { content: "\e689"; }
.lm-icon-flag:before { content: "\e66c"; }
.lm-icon-loading:before { content: "\e63d"; }
.lm-icon-fonts-i:before { content: "\e644"; }
.lm-icon-refresh-1:before { content: "\e666"; }
.lm-icon-rmb:before { content: "\e65e"; }
.lm-icon-addition:before { content: "\e624"; }
.lm-icon-home:before { content: "\e68e"; }
.lm-icon-time:before { content: "\e68d"; }
.lm-icon-user:before { content: "\e770"; }
.lm-icon-notice:before { content: "\e667"; }
.lm-icon-chrome:before { content: "\e68a"; }
.lm-icon-edge:before { content: "\e68b"; }
.lm-icon-login-weibo:before { content: "\e675"; }
.lm-icon-voice:before { content: "\e688"; }
.lm-icon-upload-drag:before { content: "\e681"; }
.lm-icon-login-qq:before { content: "\e676"; }
.lm-icon-snowflake:before { content: "\e6b1"; }
.lm-icon-heart:before { content: "\e68c"; }
.lm-icon-logout:before { content: "\e682"; }
.lm-icon-file-b:before { content: "\e655"; }
.lm-icon-template:before { content: "\e663"; }
.lm-icon-transfer:before { content: "\e691"; }
.lm-icon-auz:before { content: "\e672"; }
.lm-icon-console:before { content: "\e665"; }
.lm-icon-app:before { content: "\e653"; }
.lm-icon-prev:before { content: "\e65a"; }
.lm-icon-website:before { content: "\e7ae"; }
.lm-icon-next:before { content: "\e65b"; }
.lm-icon-component:before { content: "\e857"; }
.lm-icon-android:before { content: "\e684"; }
.lm-icon-more:before { content: "\e65f"; }
.lm-icon-login-wechat:before { content: "\e677"; }
.lm-icon-shrink-right:before { content: "\e668"; }
.lm-icon-spread-left:before { content: "\e66b"; }
.lm-icon-camera:before { content: "\e660"; }
.lm-icon-note:before { content: "\e66e"; }
.lm-icon-refresh:before { content: "\e669"; }
.lm-icon-female:before { content: "\e661"; }
.lm-icon-male:before { content: "\e662"; }
.lm-icon-screen-restore:before { content: "\e758"; }
.lm-icon-password:before { content: "\e673"; }
.lm-icon-senior:before { content: "\e674"; }
.lm-icon-theme:before { content: "\e66a"; }
.lm-icon-tread:before { content: "\e6c5"; }
.lm-icon-praise:before { content: "\e6c6"; }
.lm-icon-star-fill:before { content: "\e658"; }
.lm-icon-rate:before { content: "\e67b"; }
.lm-icon-template-1:before { content: "\e656"; }
.lm-icon-vercode:before { content: "\e679"; }
.lm-icon-service:before { content: "\e626"; }
.lm-icon-cellphone:before { content: "\e678"; }
.lm-icon-print:before { content: "\e66d"; }
.lm-icon-cols:before { content: "\e610"; }
.lm-icon-wifi:before { content: "\e7e0"; }
.lm-icon-export:before { content: "\e67d"; }
.lm-icon-rss:before { content: "\e808"; }
.lm-icon-slider:before { content: "\e714"; }
.lm-icon-email:before { content: "\e618"; }
.lm-icon-subtraction:before { content: "\e67e"; }
.lm-icon-mike:before { content: "\e6dc"; }
.lm-icon-light:before { content: "\e748"; }
.lm-icon-gift:before { content: "\e627"; }
.lm-icon-mute:before { content: "\e685"; }
.lm-icon-reduce-circle:before { content: "\e616"; }
.lm-icon-music:before { content: "\e690"; }

/****css3栅格系统样式***/
.lm-row { display: flex; flex-wrap: wrap; }
.lm-row *, .lm-form * { box-sizing: border-box; }
.lm-col-1 { flex: 0 0 8.333333%; width: 8.333333%; }
.lm-col-2 { flex: 0 0 16.666667%; width: 16.666667%; }
.lm-col-3 { flex: 0 0 25%; width: 25%; }
.lm-col-4 { flex: 0 0 33.333333%; width: 33.333333%; }
.lm-col-5 { flex: 0 0 41.666667%; width: 41.666667%; }
.lm-col-6 { flex: 0 0 50%; width: 50%; }
.lm-col-7 { flex: 0 0 58.333333%; width: 58.333333%; }
.lm-col-8 { flex: 0 0 66.666667%; width: 66.666667%; }
.lm-col-9 { flex: 0 0 75%; width: 75%; }
.lm-col-10 { flex: 0 0 83.333333%; width: 83.333333%; }
.lm-col-11 { flex: 0 0 91.666667%; width: 91.666667%; }
.lm-col-12 { flex: 0 0 100%; width: 100%; }

/****面包屑样式***/
.lm-breadcrumb { display: inline-block; vertical-align: middle; }
.lm-breadcrumb li { float: left; color: #6e6e6e; margin-bottom: 10px; }
.lm-breadcrumb li .lm-icon { font-size: 12px; margin: 0 5px; vertical-align: text-bottom; }
.lm-breadcrumb li a { color: #2e2e2e; }

/***分页样式***/
.lm-pages.lm-pages-left, .lm-text-left { text-align: left; }
.lm-pages.lm-pages-right, .lm-text-right { text-align: right; }
.lm-pages.lm-pages-center, .lm-text-center { text-align: center; }
.lm-pages a, .lm-pages span { display: inline-block; zoom: 1; height: 30px; line-height: 30px; border: 1px solid #ddd; box-shadow: 0 2px 10px #d0d0d0; padding: 0 10px; font-size: 13px; margin: 5px 2px; color: #333; }
.lm-pages a:hover, .lm-pages span:not(.active):not(.disabled):hover { background-color: #46a00b; border-color: #46a00b; color: #fff; text-decoration: none; }
.lm-pages .current { color: #fff; background-color: #4ba410; border-color: #4ba410; }
.lm-pages .disabled, .lm-paging .lm-disabled a, .lm-paging .lm-disabled span { cursor: not-allowed; color: #ccc; }

.lm-paging, .lm-bg-white { background-color: #fff; }
.lm-paging li { float: left; margin-left: -1px; }
.lm-paging li:not(.lm-goto) a, .lm-paging li:not(.lm-goto) span { padding: 0 10px; height:32px;line-height:32px; border: solid 1px #ccc; display: block; text-decoration: none; }
.lm-paging li:not(.lm-disabled):not(.lm-ative):hover a { background-color: #f2f2f2; }
.lm-paging .lm-ative a, .lm-paging .lm-ative span { background-color: #3498db; color: #fff; border-color: #3498db; }
.lm-paging .lm-goto a, .lm-paging .lm-goto span { display: block; padding: 1px 10px; }
.lm-paging:not(.lm-paging-sm) li .lm-btn { height: 34px;padding-top: 8px; }

.lm-paging-primary li a, .lm-paging-primary li span, .lm-paging-primary li span input { color: #3498db; }
.lm-paging-success li a, .lm-paging-success li span, .lm-paging-success li span input { color: #3dbb2b; }
.lm-paging.lm-paging-success .lm-ative a, .lm-paging.lm-paging-success .lm-ative span { background-color: #3dbb2b; border-color: #3dbb2b; }

.lm-paging.lm-paging-sm li:not(.lm-goto) a, .lm-paging.lm-paging-sm li:not(.lm-goto) span { height:28px;line-height: 28px; }
.lm-paging.lm-paging-sm .lm-form-input { height: 28px; }
.lm-paging.lm-paging-sm li .lm-btn {height: 30px; }

/*友情链接样式*/
.lm-links { padding: 15px 10px; border-top: 1px solid #f0f2f5; }
.lm-links p { font-size: 16px; margin-bottom: 10px; }
.lm-links a { line-height: 24px; padding-right: 21px; position: relative; }
.lm-links a:after { content: ""; width: 1px; height: 11px; background: #848484; position: absolute; right: 10px; top: 3px; }
.lm-links a:last-child:after { display: none; }

/***底部版权信息***/
.lm-footer { margin-top: 30px; }
.lm-footer { padding: 20px 0; text-align: center; color: #848484; border-top: 1px solid #ddd; }
.lm-ftmenu { margin-bottom: 10px; }
.lm-ftmenu a { color: #848484; position: relative; padding: 0 13px 0 13px; display: inline-block; }
.lm-ftmenu a:after { content: ""; width: 1px; height: 11px; background: #848484; position: absolute; right: 0; top: 3px; }
.lm-ftmenu a:last-child:after { display: none; }
.lm-fttxt { line-height: 24px; }

/***遮罩层***/
.lm-fixed { position: fixed; z-index: 100; width: 100%; height: 100%; background-color: #000; opacity: 0.5; top: 0; left: 0; }
.lm-sidebar-left { position: fixed; z-index: 9; width: 50px; height: 50px; background-color: #4ba410; opacity: 0.8; left: 20px; bottom: 5%; border-radius: 3px; text-align: center; line-height: 50px; }
.lm-sidebar-left .lm-icon { color: #fff; font-size: 20px; }

/***面板样式****/
.lm-panel { border: 1px solid #ddd; border-radius: 3px; overflow: hidden; }
.lm-panel .lm-panel-head { background: #f5f5f5; padding: 10px; font-size: 15px; }
.lm-panel .lm-panel-body { padding: 10px; line-height: 1.8; }
.lm-panel-primary { border-color: #3c9dde; }
.lm-panel-primary .lm-panel-head { background-color: #3498db; color: #fff; }
.lm-panel-warning { border-color: #f78e25; }
.lm-panel-warning .lm-panel-head { background-color: #ff9933; color: #fff; }
.lm-panel-success { border-color: #43d82d; }
.lm-panel-success .lm-panel-head { background-color: #3dbb2b; color: #fff; }
.lm-panel-danger { border-color: #f54710; }
.lm-panel-danger .lm-panel-head { background-color: #FF5722; color: #fff; }

.lm-panel-card { border-radius: 3px; -moz-box-shadow: 0px 5px 10px #d0d0d0; -webkit-box-shadow: 0px 5px 10px #d0d0d0; box-shadow: 0px 5px 10px #d0d0d0; padding: 0 5px; }
.lm-panel-card .lm-panel-head { font-size: 15px; padding: 10px 5px; border-bottom: solid 1px #e2e2e2; }
.lm-panel-card .lm-panel-body { padding: 10px 5px; line-height: 1.8; }

.lm-panel-fold .lm-panel-item .lm-panel-head, .lm-panel-accordion .lm-panel-item .lm-panel-head { border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; margin-top: -1px; cursor: pointer; }
.lm-panel-fold .lm-panel-item .lm-panel-icon, .lm-panel-accordion .lm-panel-item .lm-panel-icon { margin-right: 5px; }
.lm-panel-fold .lm-panel-item .lm-panel-body, .lm-panel-accordion .lm-panel-item .lm-panel-body { display: none; }
.lm-panel-accordion .lm-panel-item.lm-panel-open .lm-panel-body { display: block; }
.lm-panel-accordion .lm-panel-item.lm-panel-open .lm-panel-icon:before { content: "\e61a"; }

/***列表样式***/
.ul-list { }
.ul-list .ul-li { padding: 5px 7px; }

/***返回顶部样式**/
.lm-totop { position: fixed; right: 10px; bottom: 5%; width: 45px; height: 45px; line-height: 45px; text-align: center; cursor: pointer; border-radius: 3px; background-color: #4ba410; opacity: 0.6; z-index: 99; }
.lm-totop i { font-size: 30px; color: #fff; }
.lm-totop:hover { opacity: 1; }

/***加载图标样式***/
.lm-loading-img1 { background: url(../images/loading.gif) 50% no-repeat; vertical-align: middle; }

/***表单控件样式***/
/*输入框*/
.lm-form-input { width: 100%; padding: 6px 12px; outline: 0; background-color: #fff; line-height: 1.42857143; border: 1px solid #ccc; border-radius: 2px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; box-sizing: border-box; }
.lm-form-input::-webkit-input-placeholder { color: #6e6e6e; }
.lm-form-input::-moz-placeholder { color: #6e6e6e; }
.lm-form-input::-moz-placeholder { color: #6e6e6e; }
.lm-form-input::-ms-input-placeholder { color: #6e6e6e; }
.lm-form-input:disabled { background-color: #FBFBFB; cursor: not-allowed; border-color: #e6e6e6; }
.lm-form .lm-form-input { margin-bottom: 20px; }
textarea.lm-form-input { min-height: 100px; }
.lm-input-inline { width: 200px; display: inline-block; }

.lm-form-input:focus { border-color: #3dbb2b; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(61, 187, 43, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(61, 187, 43, .6);}

.lm-input-xmini { max-width: 40px; }
.lm-input-mini { max-width: 60px; }
.lm-input-small { max-width: 90px; }
.lm-input-medium { max-width: 150px; }
.lm-input-large { max-width: 210px; }
.lm-input-xlarge { max-width: 270px; }
.lm-input-xxlarge { max-width: 480px; }

/*输入框组*/
.lm-input-group { position: relative; display: table; border-collapse: separate; width: 100%; }
.lm-input-group .lm-input-group-addon { border: 1px solid #ccc; text-align: center; white-space: nowrap; vertical-align: middle; border-radius: 2px; background-color: #eee; border-right: none; border-top-left-radius: 0; border-bottom-right-radius: 0; }
.lm-input-group .lm-input-group-addon.lm-input-group-icon { width: 60px; }
.lm-input-group .lm-input-group-addon.lm-input-group-title { width: 110px; padding: 0 10px; }
.lm-input-group .lm-form-input, .lm-input-group .lm-input-group-addon, .lm-input-group .lm-input-btn { display: table-cell; }
.lm-input-group .lm-form-input:not(:last-child) { border-radius: 0; }
.lm-input-group .lm-form-input:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.lm-input-group .lm-input-btn { width: 110px; vertical-align: middle; }
.lm-input-group .lm-input-btn .lm-btn { margin: 0; padding-top: 6px; padding-bottom: 6px; width: 100%; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.lm-form-item::after { content: '\20'; clear: both; *zoom: 1; display: block; height: 0; }
.lm-form-item .lm-form-input { margin-bottom: 0; }
.lm-form-label { padding: 5px 10px; font-size: 14px; display: block; }
.lm-form-item .lm-form-mid { padding: 9px 0!important; line-height: 13px; margin-left: 10px; color: #999!important; font-style: italic; }
.lm-form-pane .lm-form-label { background-color: #f5f5f5; height: 40px; border-right: solid 1px #ccc; line-height: 30px; }
.lm-form-pane .lm-form-item { border: 1px solid #ccc; border-radius: 3px; }
.lm-form-pane .lm-input-block { padding: 5px 10px; }
.lm-form-pane .lm-input-block .lm-form-input { border-width: 0; box-shadow: none; height: 30px; padding-left: 0; padding-right: 0; }
.lm-form-text .lm-form-label { border-bottom: solid 1px #ccc; }

/*上传控件*/
.lm-upload{ left:-1px;overflow-x:hidden;}
.lm-upload .lm-btn-file{opacity:0 !important;cursor:pointer;}
.lm-upload .lm-btn { background-color:#ebebeb;}

/***按钮样式***/
.lm-btn { display: inline-block; text-align: center; border-width: 0; padding: 10px 20px; border-radius: 3px; cursor: pointer; margin-right: 10px; }
.lm-btn:not(.lm-btn-default):hover { opacity: 0.8; text-decoration: none; }
.lm-btn-default { border: solid 1px #ccc; background-color: #fff; color: #555; }
.lm-btn-default:hover { text-decoration: none; background-color: #eee; }
.lm-btn-primary { border: solid 1px #3498db; background-color: #3498db; color: #fff; }
.lm-btn-warning { border: solid 1px #ff9933; background-color: #ff9933; color: #fff; }
.lm-btn-success { border: solid 1px #3dbb2b; background-color: #3dbb2b; color: #fff; }
.lm-btn-danger { border: solid 1px #FF5722; background-color: #FF5722; color: #fff; }
.lm-btn-gray { border: solid 1px #ddd; background-color: #ddd; color: #666; }
.lm-btn-link { background-color: transparent; color: #3498db; }
.lm-btn-disabled { border: 1px solid #e6e6e6; background-color: #FBFBFB; color: #C9C9C9; cursor: not-allowed; opacity: 1; }

.lm-btn-lg { font-size: 20px; }
.lm-btn-lg .lm-icon { font-size: 20px; }
.lm-btn-sm, .lm-radio-group .lm-radio-span, .lm-checkbox-group .lm-checkbox-span { padding: 5px 10px; }
.lm-btn-mini { padding: 3px 5px; }

.lm-btn-radius { border-radius: 100px !important; }

/***按钮组样式***/
.lm-btn-group, .lm-radio-group, .lm-checkbox-group { display: inline-block; vertical-align: middle; }
.lm-btn-group::after, .lm-radio-group::after, .lm-checkbox-group::after { content: ""; display: block; clear: both; height: 0; }
.lm-btn-group .lm-btn { float: left; }
.lm-btn-group .lm-btn:not(.lm-btn-default) { margin-left: 0!important; margin-right: 0!important; border-left: 1px solid rgba(255,255,255,.5); }
.lm-btn-group > .lm-btn:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.lm-btn-group > .lm-btn:not(:first-child):not(:last-child) { border-radius: 0; }
.lm-btn-group > .lm-btn:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.lm-btn-group .lm-btn.lm-btn-default { margin-left: -1px!important; margin-right: 0!important; }
.lm-btn-group > .lm-btn, .lm-btn-group > .lm-btn + .lm-dropdown-toggle { height:34px;}
.lm-btn-group > .lm-btn + .lm-dropdown-toggle { padding-left: 8px; padding-right: 8px; border-top-right-radius: 3px!important; border-bottom-right-radius: 3px!important; }
.lm-btn-group > .lm-btn + .lm-dropdown-toggle .lm-caret { margin-left: 0!important; }
.lm-btn-container > .lm-btn { margin-bottom: 10px; }

/*复选框*/
.lm-form-checkbox, .lm-form-radio { cursor: pointer; vertical-align: middle; margin: 5px; }
.lm-form-checkbox [type="checkbox"], .lm-form-radio [type="radio"] { display: none; }
.lm-form-checkbox i:before { content: "\20"; width: 18px; height: 18px; line-height: 18px; display: inline-block; text-align: center; border: 1px solid #ccc; margin-right: 5px; border-radius: 3px; vertical-align: middle; transition: background-color,border-color 0.5s; }
.lm-form-checkbox [type="checkbox"]:checked + i:before { content: "\e605"; font-weight: 600; }
.lm-form-checkbox [type="checkbox"]:disabled + i:before { border-color:#ddd;background-color:#d9d9d9;}
.lm-form-checkbox.lm-checkbox-primary [type="checkbox"]:checked + i:before { border-color: #3498db; background-color: #3498db; color: #fff; }
.lm-form-checkbox.lm-checkbox-warning [type="checkbox"]:checked + i:before { border-color: #ff9933; background-color: #ff9933; color: #fff; }
.lm-form-checkbox.lm-checkbox-success [type="checkbox"]:checked + i:before { border-color: #3dbb2b; background-color: #3dbb2b; color: #fff; }
.lm-form-checkbox.lm-checkbox-danger [type="checkbox"]:checked + i:before { border-color: #FF5722; background-color: #FF5722; color: #fff; }
.lm-form-disabled { color: #bbb; cursor: no-drop; }
.lm-form-disabled [type="checkbox"]:disabled + i:before { background-color: #FBFBFB; border-color: #e6e6e6; }
.lm-form-checkbox.lm-checkbox-lg i:before { width: 25px; height: 25px; font-size: 22px; line-height: 25px; }

/*复选框改开关*/
.lm-switch { position: relative; display: inline-block; --lm_bg-color: #fff; --lm_border-color: #ccc; }
.lm-switch_input { position: absolute; opacity: 0; z-index: -1; }
.lm-switch .lm-check_label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50px; height: 30px; cursor: pointer; background-color: #fff; background-color: var(--lm_bg-color); border: 1px solid; border-color: #ccc; border-color: var(--lm_border-color); border-radius: 25px; -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-tap-highlight-color: rgba(255,255,255, 0); }
.lm-switch .lm-check_marker { display: block; width: 26px; height: 26px; background-color: #fff; background-color: var(--lm_bg-color); border-radius: 50%; -webkit-box-shadow: 2px 4px 6px rgba(0,0,0, .2); box-shadow: 2px 4px 6px rgba(0,0,0, .2); -webkit-transform: translateX(1px); transform: translateX(1px); -webkit-transition: all .15s ease; transition: all .15s ease; }
.lm-switch .lm-switch_input:checked + .lm-check_label { border-color: transparent; }
.lm-switch .lm-switch_input:checked + .lm-check_label .lm-check_marker { -webkit-box-shadow: -2px 4px 6px rgba(0,0,0, .15); box-shadow: -2px 4px 6px rgba(0,0,0, .15); -webkit-transform: translateX(22px); transform: translateX(22px); }
.lm-switch .lm-switch_input:disabled + .lm-check_label { opacity: .5; cursor: default; background-color: #ccc; background-color: var(--lm_border-color); cursor: no-drop; }

.lm-switch1, .lm-switch2 { position: relative; display: inline-block; --lm_bg-color: #ccc; --lm_marker-bg-color: #fff; }
.lm-switch1 .lm-check_label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 55px; height: 30px; cursor: pointer; background-color: #ccc; background-color: var(--lm_bg-color); border-radius: 25px; -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-tap-highlight-color: rgba(255,255,255, 0); }
.lm-switch1 .lm-check_marker { display: block; width: 22px; height: 22px; background-color: #fff; background-color: var(--lm_marker-bg-color); border-radius: 50%; -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0, .25), 0 3px 2px rgba(0,0,0, .25); box-shadow: 0 0 1px 0 rgba(0,0,0, .25), 0 3px 2px rgba(0,0,0, .25); -webkit-animation: lm-android-unswitch .25s linear forwards; animation: lm-android-unswitch .25s linear forwards; }
.lm-switch1 .lm-switch_input:checked + .lm-check_label .lm-check_marker { -webkit-animation: lm-android-switch .25s linear forwards; animation: lm-android-switch .25s linear forwards; }
.lm-switch1 .lm-switch_input:disabled + .lm-check_label, .lm-switch2 .lm-switch_input:disabled + .lm-check_label { opacity: .5; cursor: no-drop; }

.lm-switch2 .lm-check_label { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 55px; height: 30px; cursor: pointer; background-color: #ccc; background-color: var(--lm_bg-color); border-radius: 25px; -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-tap-highlight-color: rgba(255,255,255, 0); }
.lm-switch2 .lm-check_marker { position: relative; display: block; width: 22px; height: 22px; background-color: #fff; background-color: var(--lm_marker-bg-color); border-radius: 50%; -webkit-transform: translateX(4px); transform: translateX(4px); -webkit-transition: all .35s ease; transition: all .35s ease; }
.lm-switch2 .lm-switch_input:checked + .lm-check_label .lm-check_marker { -webkit-transform: translateX(28px); transform: translateX(28px); }
.lm-switch2 .lm-check_marker::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; border-radius: 50%; -webkit-animation: lm-wave-unswitch .4s ease-out; animation: lm-wave-unswitch .4s ease-out; }
.lm-switch2 .lm-switch_input:checked + .lm-check_label .lm-check_marker::before { -webkit-animation: lm-wave-switch .4s ease-out; animation: lm-wave-switch .4s ease-out; }

.lm-switch-primary { --lm_bg-color_checked: #3498db; }
.lm-switch-primary .lm-switch_input:checked + .lm-check_label { background-color: #3498db; background-color: var(--lm_bg-color_checked); }
.lm-switch-success { --lm_bg-color_checked: #3dbb2b; }
.lm-switch-success .lm-switch_input:checked + .lm-check_label { background-color: #3dbb2b; background-color: var(--lm_bg-color_checked); }
.lm-switch-danger { --lm_bg-color_checked: #FF5722; }
.lm-switch-danger .lm-switch_input:checked + .lm-check_label { background-color: #FF5722; background-color: var(--lm_bg-color_checked); }

/*单选框*/
.lm-form-radio i:before { content: "\e63f"; font-size: 20px; vertical-align: middle; color: #bbb; margin-right: 5px; transition: all 0.8s; }
.lm-form-radio [type="radio"]:checked + i:before { content: "\e617"; color: #555; -webkit-animation-name: lm-scale-spring; animation-name: lm-scale-spring; }
.lm-form-radio.lm-radio-primary [type="radio"]:checked + i:before { color: #3498db; }
.lm-form-radio.lm-radio-warning [type="radio"]:checked + i:before { color: #ff9933; }
.lm-form-radio.lm-radio-success [type="radio"]:checked + i:before { color: #3dbb2b; }
.lm-form-radio.lm-radio-danger [type="radio"]:checked + i:before { color: #FF5722; }
.lm-form-radio.lm-radio-lg i:before { font-size: 30px; }

.lm-radio1 { display: inline-block; margin: 5px 20px 5px 0; }
.lm-radio1 span { -webkit-appearance: none; background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 9px; border-radius: 50px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; }
.lm-radio-input, .lm-checkbox-input { width: 1px; height: 1px; position: absolute; display: none; }
.lm-radio1 .lm-radio-input:checked + span:after { content: ' '; width: 12px; height: 12px; border-radius: 50px; position: absolute; top: 3px; background: #99a1a7; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); text-shadow: 0px; left: 3px; font-size: 32px; }
.lm-radio1 .lm-radio-input:disabled + span { opacity: .5; cursor: no-drop; }

.lm-radio-group .lm-radio-label, .lm-checkbox-group .lm-checkbox-label { display: block; float: left; margin-left: -1px; border-radius: 2px; overflow: hidden; }
.lm-radio-group .lm-radio-span, .lm-checkbox-group .lm-checkbox-span { display: inline-block; border: solid 1px #ccc; }
.lm-radio-group .lm-radio-label:first-child, .lm-checkbox-group .lm-checkbox-label:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.lm-radio-group .lm-radio-label:not(:first-child):not(:last-child), .lm-checkbox-group .lm-checkbox-label:not(:first-child):not(:last-child) { border-radius: 0; }
.lm-radio-group .lm-radio-label:last-child, .lm-checkbox-group .lm-checkbox-label:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.lm-radio-group .lm-radio-label:hover .lm-radio-span, .lm-checkbox-group .lm-checkbox-label:hover .lm-checkbox-span { background-color: #eee; cursor: pointer; }
.lm-radio-group .lm-radio-label .lm-btn, .lm-checkbox-group .lm-checkbox-label .lm-btn { border-width: 0; background-color: #fff; color: #555; margin-right: 0 !important; }
.lm-radio-group.lm-radio-primary .lm-radio-label .lm-radio-input:checked + .lm-radio-span, .lm-checkbox-group.lm-checkbox-primary .lm-checkbox-label .lm-checkbox-input:checked + .lm-checkbox-span { background-color: #3498db; color: #fff; border-color: #3498db; border-left-color: #f5f5f5; }
.lm-radio-group.lm-radio-success .lm-radio-label .lm-radio-input:checked + .lm-radio-span, .lm-checkbox-group.lm-checkbox-success .lm-checkbox-label .lm-checkbox-input:checked + .lm-checkbox-span { background-color: #3dbb2b; color: #fff; border-color: #3dbb2b; border-left-color: #f5f5f5; }

/***下拉框菜单***/
.lm-dropdown, .lm-dropup { display: inline-block; position: relative; }
.lm-dropdown .lm-btn, .lm-dropup .lm-btn { padding: 7px 15px; }
.lm-dropdown .lm-btn-default, .lm-dropup .lm-btn-default { border-color: #888; }
.lm-caret { display: inline-block; width: 0; height: 0; margin-left: 5px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.lm-dropdown-menu { border: solid 1px #999; z-index: 9; position: absolute; width: 220px; max-height: 300px; overflow-y: auto; background-color: #fff; display: none; border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); }
.lm-dropdown .lm-dropdown-menu { top: 40px; left: 0; }
.lm-dropdown-menu li { padding: 10px; }
.lm-dropdown-menu .lm-divider { padding: 0; border-top: solid 1px #888; }
.lm-dropdown-menu li a { color: #333; display: block; }
.lm-dropdown-menu li:hover { background-color: #eee; }
.lm-dropdown-menu .lm-dropdown-disabled, .lm-dropdown-menu .lm-dropdown-disabled a { color: #999; cursor: no-drop; }

.lm-dropup .lm-caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid\9; }
.lm-dropup .lm-dropdown-menu { bottom: 50px; left: 0; }
.lm-dropdown .lm-dropdown-toggle.lm-btn-primary + .lm-dropdown-menu li:hover, .lm-dropup .lm-dropdown-toggle.lm-btn-primary + .lm-dropdown-menu li:hover { background-color: #3498db; }
.lm-dropdown .lm-dropdown-toggle:not(.lm-btn-default):not(.lm-btn-gray) + .lm-dropdown-menu li:hover a, .lm-dropup .lm-dropdown-toggle:not(.lm-btn-default):not(.lm-btn-gray) + .lm-dropdown-menu li:hover a { color: #fff; }
.lm-dropdown .lm-dropdown-toggle.lm-btn-warning + .lm-dropdown-menu li:hover, .lm-dropup .lm-dropdown-toggle.lm-btn-warning + .lm-dropdown-menu li:hover { background-color: #ff9933; }
.lm-dropdown .lm-dropdown-toggle.lm-btn-success + .lm-dropdown-menu li:hover, .lm-dropup .lm-dropdown-toggle.lm-btn-success + .lm-dropdown-menu li:hover { background-color: #3dbb2b; }
.lm-dropdown .lm-dropdown-toggle.lm-btn-danger + .lm-dropdown-menu li:hover, .lm-dropup .lm-dropdown-toggle.lm-btn-danger + .lm-dropdown-menu li:hover { background-color: #FF5722; }

/***分类别样式**/
.lm-category { overflow-x: auto; }
.lm-category a { display: block; float: left; border: 1px solid #fff; font-size: 14px; transition: all 0.5s; border-radius: 3px; white-space: nowrap; padding: 8px 10px; margin: 5px 5px 5px 10px; color: #2e2e2e; }
.lm-category a:hover, .lm-category a.active { border-color: #4ba410; text-decoration: none; color: #4ba410; }
.lm-category a span { color: #6e6e6e; font-size: 12px; }
.lm-category a:hover span, .lm-category a.active span { color: #4ba410; }

/***静态表格样式***/
.lm-table { width: 100%; word-wrap: break-word; word-break: break-all; }
.lm-table thead tr { background-color: #f1f1f1; }
.lm-table.lm-table-spier tbody tr:nth-child(even) { background-color: #f9f9f9; }
.lm-table tbody tr:hover { background-color: #f5f5f5; }
.lm-table tr th, .lm-table tr td { padding: 9px 15px; min-height: 20px; }

.lm-table-row, .lm-table-col, .lm-table-default { border: solid 1px #ccc; }
.lm-table-row tr { border-top: solid 1px #ccc; }
.lm-table-col tr th, .lm-table-col tr td { border-left: solid 1px #ccc; }
.lm-table-default tr th, .lm-table-default tr td { border: solid 1px #ccc; }

/***选项卡样式**/
.lm-tab .lm-tab-title { overflow-x: auto; }
.lm-tab .lm-tab-ul { border-bottom: solid 1px #ddd; }
.lm-tab .lm-tab-ul::after { content: ""; display: block; height: 0; clear: both; }
.lm-tab .lm-tab-ul .lm-tab-li { float: left; padding: 8px 20px; border: solid 1px #ddd; margin: 0 -1px -1px 0; cursor: pointer; position: relative; z-index: 2; }
.lm-tab .lm-tab-ul .lm-tab-li.lm-ative { border-bottom-color: #fff; }
.lm-tab .lm-tab-conent { border: solid 1px #ddd; padding: 10px; margin-top: -1px; }
.lm-tab .lm-tab-conent .lm-tab-item { display: none; }
.lm-tab .lm-tab-conent .lm-tab-item.lm-ative { display: block; }

.lm-tab.lm-tab-nobor .lm-tab-ul .lm-tab-li, .lm-tab.lm-tab-concise .lm-tab-ul .lm-tab-li { border-left-width: 0; border-right-width: 0; border-top-width: 2px; border-top-color: #fff; }
.lm-tab.lm-tab-nobor .lm-tab-ul .lm-tab-li.lm-ative { border-color: #ddd; border-bottom-color: #fff; border-left-width: 1px; border-right-width: 1px; }
.lm-tab.lm-tab-nobor .lm-tab-conent, .lm-tab.lm-tab-concise .lm-tab-conent { border-width: 0; }

.lm-tab.lm-tab-concise .lm-tab-ul .lm-tab-li.lm-ative { color: #3dbb2b; border-bottom-color: #4ba410; border-bottom-width: 2px; }
.lm-tab.lm-tab-card { box-shadow: 0 2px 5px 0 rgba(0,0,0,.1); }
.lm-tab.lm-tab-card .lm-tab-ul { background-color: #dedede; }
.lm-tab.lm-tab-card .lm-tab-ul .lm-tab-li.lm-ative { background-color: #fff; }

/***徽章小图标***/
.lm-badge-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; vertical-align: middle; }
.lm-badge { border-radius: 3px; display: inline-block; vertical-align: text-bottom; padding: 4px; color: #fff; }
.lm-badge-border { border: solid 1px #ccc; color: #777; }
.lm-btn-app { position: relative; }
.lm-btn-app .lm-badge { position: absolute; top: -5px; right: -5px; }

.lm-label { padding: 6px 10px; display: inline-block; border-radius: 2px; vertical-align: middle; border-left-width: 2px !important; }
.lm-label-defaule { border: solid 1px #ccc; background-color: #f5f5f5; }
.lm-label-primary { border: solid 1px #3498db; background-color: #d2d9de; color: #3498db; }
.lm-label-warning { border: solid 1px #ff9933; background-color: #fddfc1; color: #ff9933; }
.lm-label-success { border: solid 1px #3dbb2b; background-color: #bafbb1; color: #3dbb2b; }
.lm-label-danger { border: solid 1px #FF5722; background-color: #f7ccbf; color: #FF5722; }

.lm-hr { border-top-width: 1px; }
.lm-hr-dot { border-top-style: dotted; }
.lm-hr-dash { border-top-style: dashed; }
.lm-bor-primary { border-top-color: #3498db; }
.lm-bor-warning { border-top-color: #ff9933; }
.lm-bor-success { border-top-color: #3dbb2b; }
.lm-bor-danger { border-top-color: #FF5722; }
.lm-bor-gray { border-top-color: #ddd; }
.lm-hr-tips { position: relative; z-index: 1; }
.lm-hr-tips:before { content: ""; display: block; position: absolute; z-index: -1; top: 50%; left: 0; right: 0; border-top: 1px dotted #a6c4db; }
.lm-hr-tips span { display: inline-block; background: #fff; padding: 0 10px; }

/***404页面样式***/
.lm-404 .lm-404-box { width: 94%; max-width: 600px; margin: 15% auto; background: white; padding: 5% 8%; border: 1px #d9d9d9 solid; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,.2); box-sizing: border-box; opacity: 0; animation: lm-apparition 0.2s .3s cubic-bezier(0.39, 0.575, 0.28, 0.995) forwards; }
.lm-404 .lm-404-box .lm-icon { font-size: 100px; }
.lm-404 .lm-404-box p { margin: 20px; }

/***进度条样式***/
.lm-progress { height: 10px; background: #ebebeb; border-left: 1px solid transparent; border-right: 1px solid transparent; border-radius: 10px; }
.lm-progress > span { position: relative; display: block; float: left; width: 0; height: 10px; line-height: 10px; text-align: right; border-radius: 10px; -webkit-transition: width 1s; transition: width 1s; }
.lm-progress > span:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; height: 8px; background: url(../images/progress.png) 0 0 repeat-x; border-radius: 10px; }
.lm-progress > span > span { padding: 0 8px; font-size: 11px; color: #404040; color: rgba(0, 0, 0, 0.7); text-shadow: 0 1px rgba(255, 255, 255, 0.4); }

.lm-progress .lm-progress-default { background: #cccccc; border: 1px solid; border-color: #bfbfbf #b3b3b3 #9e9e9e; background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%); background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%); background-image: -o-linear-gradient(top, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%); background-image: linear-gradient(to bottom, #f0f0f0 0%, #dbdbdb 70%, #cccccc 100%); -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); }
.lm-progress.lm-progress-lg, .lm-progress.lm-progress-lg > span { height: 20px; line-height: 20px; }
.lm-progress.lm-progress-lg > span:before { height: 18px; }

/***新增动画样式***/
.lm-anim { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.lm-anim-rotate { -webkit-animation-name: lm-anim-rotate; animation-name: lm-anim-rotate; -webkit-animation-timing-function: linear; animation-timing-function: linear; }
.lm-anim-loop { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.lm-anim-scaleSpring { -webkit-animation-name: lm-scale-spring; animation-name: lm-scale-spring; }
.lm-anim-rollIn { -webkit-animation-name: lm-anim-rollIn; animation-name: lm-anim-rollIn; }
.lm-anim-bounceInDown { -webkit-animation-name: lm-anim-bounceInDown; animation-name: lm-anim-bounceInDown; }
.lm-anim-lightSpeedIn { -webkit-animation-name: lm-anim-lightSpeedIn; animation-name: lm-anim-lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
.lm-anim-lightSpeedOut { -webkit-animation-name: lm-anim-lightSpeedOut; animation-name: lm-anim-lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
.lm-anim-pulse { -webkit-animation-name: lm-anim-pulse; animation-name: lm-anim-pulse; }
.lm-anim-bounceInRight { -webkit-animation-name: lm-anim-bounceInRight; animation-name: lm-anim-bounceInRight; }
.lm-anim-bounceInLeft { -webkit-animation-name: lm-anim-bounceInLeft; animation-name: lm-anim-bounceInLeft; }
.lm-anim-flipInX { -webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: lm-anim-flipInX; animation-name: lm-anim-flipInX; }
.lm-anim-flipOutX { -webkit-animation-name: lm-anim-flipOutX; animation-name: lm-anim-flipOutX; -webkit-backface-visibility: visible!important; backface-visibility: visible!important; }
.lm-anim-flipInY { -webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: lm-anim-flipInY; animation-name: lm-anim-flipInY; }
.lm-anim-flipOutY { -webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: lm-anim-flipOutY; animation-name: lm-anim-flipOutY; }
.lm-anim-bounceInUp { -webkit-animation-name: lm-anim-bounceInUp; animation-name: lm-anim-bounceInUp; }
.lm-anim-bounce { -webkit-animation-name: lm-anim-bounce; animation-name: lm-anim-bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }
.lm-anim-shake { -webkit-animation-name: lm-anim-shake; animation-name: lm-anim-shake; }
.lm-anim-headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: lm-anim-headShake; animation-name: lm-anim-headShake; }
.lm-anim-fadeInDown { -webkit-animation-name: lm-anim-fadeInDown; animation-name: lm-anim-fadeInDown; }
.lm-anim-fadeInUp { -webkit-animation-name: lm-anim-fadeInUp; animation-name: lm-anim-fadeInUp; }
.lm-anim-slideInLeft { -webkit-animation-name: lm-anim-slideInLeft; animation-name: lm-anim-slideInLeft; }
.lm-anim-slideInRight { -webkit-animation-name: lm-anim-slideInRight; animation-name: lm-anim-slideInRight; }

/***树形菜单样式***/
.lm-tree { width: calc(100% - 44px); height: 100%; padding-left: 42px; position: relative; }
.lm-tree-branch { width: 100%; height: 100%; display: block; padding: 13px; position: relative; }
.lm-tree-branch .lm-tree-children-btn { width: 19px; height: 19px; font-size: 14px; text-align: center; color: #ffffff; outline: none; border: 0; cursor: pointer; }
ul.lm-tree:before { content: ''; border-left: 1px dashed #999999; height: calc(100%); position: absolute; left: 10px; top: 0px; }
.lm-tree .lm-tree-branch:last-child::before { content: ''; width: 3px; height: calc(100% - 24px); display: block; background-color: #ffffff; position: absolute; bottom: 0; left: -34px; }
.lm-tree-branch::after { content: ''; width: 40px; height: 0; border-bottom: 1px dashed #000; position: absolute; right: calc(100% - 9px); top: 22px; }
.lm-tree-container > .lm-tree::before, .lm-tree-container > .lm-tree > .lm-tree-branch::after { display: none; }
.lm-tree-click .lm-tree-folder { display: inline-block; padding: 0 5px; vertical-align: middle; }

/***代码修饰器***/
.lm-code { padding: 0; border: 1px solid #e2e2e2; background-color: #f5f5f5; color: #222; position: relative; border-radius: 3px; overflow: hidden; }
.lm-code h3 { padding: 10px; border-bottom: 1px solid #e2e2e2; font-size: 13px; margin-bottom: 0; }
.lm-code .lm-code-btn { position: absolute; right: 10px; border: none; background-color: transparent; cursor: pointer; padding: 0 5px; }
.lm-code ol { overflow:auto;}
.lm-code ol li { margin-left: 45px; line-height: 20px; padding: 5px; border-left: 5px solid #e2e2e2; list-style-type: decimal-leading-zero; *list-style-type: decimal; background-color: #fff; }
.lm-code ol li textarea { width: 100%; min-height: 120px; border: solid 1px #ccc; }

/***滑动块***/
.lm-slider { width: 100%; position: relative; height: 30px; box-sizing: border-box; line-height: 30px; }
.lm-slider .lm-slider-range { background-size: 98% 5px; margin: auto; width: 100%; background: linear-gradient(to right, #ddd 0%, #ccc 100%); outline: none; -webkit-appearance: none; /*清除系统默认样式*/ height: 5px; /*横条的高度*/ border-radius: 10px; }
.lm-slider .lm-slider-range::-webkit-slider-thumb { width: 20px; height: 20px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2); cursor: pointer; -webkit-appearance: none; border: solid 1px #ddd; }
.lm-slider .lm-slider-range::-moz-slider-thumb { width: 20px; height: 20px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2); cursor: pointer; -webkit-appearance: none; border: solid 1px #ddd; }

.lm-slider span.slider { width: 30px; height: 30px; display: inline-block; border-radius: 50%; background-color: #fff; cursor: pointer; left: -15px; border: 1px solid #eee; box-sizing: border-box; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2); position: absolute; z-index: 3; }
.lm-slider span.line, .lm-slider span.active-line { width: 100%; display: block; vertical-align: middle; height: 10px; background-color: #fff; border-radius: 30px; box-sizing: border-box; border: 1px solid #eee; position: absolute; z-index: 1; left: 0; top: 12px; }
.lm-slider span.active-line { width: 0; left: 0; z-index: 2; background-color: #3dbb2b; border-color: #3dbb2b; }
.lm-slider .action-value { display: inline-block; padding: 2px 15px; line-height: 30px; box-sizing: border-box; vertical-align: middle; border-radius: 5px; font-size: 14px; position: absolute; height: 30px; left: -18px; top: -42px; background-color: rgba(0,0,0,.6); z-index: 9; color: #fff; }
.lm-slider .action-value::after { content: ''; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid rgba(0,0,0,.6); position: absolute; top: 30px; left: 50%; transform: translateX(-50%); }

/***媒体查询自适应样式***/
/* 宽度大于1366px
*/
@media screen and (min-width: 1367px) {
	.lm-content { max-width: 1366px; }
}

@media screen and (min-width: 768px) {
	.lm-form-item { margin-bottom: 20px; }
	.lm-form-label { width: 110px; text-align: right; }
	.lm-input-block { margin-left: 110px; }
	.lm-form-item .lm-input-inline, .lm-form-item .lm-form-mid, .lm-form-label { float: left; }
	.lm-form-pane .lm-form-label { text-align: center; }
	.lm-form-text .lm-form-label { width: 100%; text-align: left; border-right-width: 0; }
	.lm-form-text .lm-input-block { margin-left: 0; }
}

/*宽度小于1240px*/
@media screen and (max-width: 1240px) {
	.lm-content { max-width: 1024px; }
}

/*宽度小于992px*/
@media screen and (max-width: 992px) {
	.lm-content { max-width: 960px; }

	/****css3栅格系统样式***/
	.lm-col-md-1 { flex: 0 0 8.333333%; width: 8.333333%; }
	.lm-col-md-2 { flex: 0 0 16.666667%; width: 16.666667%; }
	.lm-col-md-3 { flex: 0 0 25%; width: 25%; }
	.lm-col-md-4 { flex: 0 0 33.333333%; width: 33.333333%; }
	.lm-col-md-5 { flex: 0 0 41.666667%; width: 41.666667%; }
	.lm-col-md-6 { flex: 0 0 50%; width: 50%; }
	.lm-col-md-7 { flex: 0 0 58.333333%; width: 58.333333%; }
	.lm-col-md-8 { flex: 0 0 66.666667%; width: 66.666667%; }
	.lm-col-md-9 { flex: 0 0 75%; width: 75%; }
	.lm-col-md-10 { flex: 0 0 83.333333%; width: 83.333333%; }
	.lm-col-md-11 { flex: 0 0 91.666667%; width: 91.666667%; }
	.lm-col-md-12 { flex: 0 0 100%; width: 100%; }
}

/*宽度<=768px*/
@media screen and (max-width: 768px) {
	.lm-content { max-width: 750px; }
	.hidden-768 { display: none; }

	/****css3栅格系统样式***/
	.lm-col-sm-1 { flex: 0 0 8.333333%; width: 8.333333%; }
	.lm-col-sm-2 { flex: 0 0 16.666667%; width: 16.666667%; }
	.lm-col-sm-3 { flex: 0 0 25%; width: 25%; }
	.lm-col-sm-4 { flex: 0 0 33.333333%; width: 33.333333%; }
	.lm-col-sm-5 { flex: 0 0 41.666667%; width: 41.666667%; }
	.lm-col-sm-6 { flex: 0 0 50%; width: 50%; }
	.lm-col-sm-7 { flex: 0 0 58.333333%; width: 58.333333%; }
	.lm-col-sm-8 { flex: 0 0 66.666667%; width: 66.666667%; }
	.lm-col-sm-9 { flex: 0 0 75%; width: 75%; }
	.lm-col-sm-10 { flex: 0 0 83.333333%; width: 83.333333%; }
	.lm-col-sm-11 { flex: 0 0 91.666667%; width: 91.666667%; }
	.lm-col-sm-12 { flex: 0 0 100%; width: 100%; }

	/***导航样式***/
	.lm-navbar-header .lm-nav-menu { display: block; }
	.lm-navbar-header .lm-nav { position: fixed; width: 200px; top: 100px; right: -250px; background-color: #fff; z-index: 99; box-shadow: 0 2px 10px rgba(0,0,0,.2); border: solid 1px #dedede; }
	.lm-navbar-header .lm-nav li { width: 100%; }
	.lm-navbar-header .lm-nav li a:hover, .lm-navbar-header .lm-nav li a.active { background-position: bottom left; }

	/***分页样式***/
	.lm-pages { overflow: scroll; }
}

/*宽度<=640px*/
@media screen and (max-width: 640px) {
	.hidden-640 { display: none; }
	.lm-form-pane .lm-form-label { border-right-width: 0; border-bottom: solid 1px #ccc; }
}

/*宽度<=480px*/
@media screen and (max-width: 480px) {
	.lm-header .lm-top .lm-top-left, .hidden-480 { display: none; }
	/****css3栅格系统样式***/
	.lm-col-xs-1 { flex: 0 0 8.333333%; width: 8.333333%; }
	.lm-col-xs-2 { flex: 0 0 16.666667%; width: 16.666667%; }
	.lm-col-xs-3 { flex: 0 0 25%; width: 25%; }
	.lm-col-xs-4 { flex: 0 0 33.333333%; width: 33.333333%; }
	.lm-col-xs-5 { flex: 0 0 41.666667%; width: 41.666667%; }
	.lm-col-xs-6 { flex: 0 0 50%; width: 50%; }
	.lm-col-xs-7 { flex: 0 0 58.333333%; width: 58.333333%; }
	.lm-col-xs-8 { flex: 0 0 66.666667%; width: 66.666667%; }
	.lm-col-xs-9 { flex: 0 0 75%; width: 75%; }
	.lm-col-xs-10 { flex: 0 0 83.333333%; width: 83.333333%; }
	.lm-col-xs-11 { flex: 0 0 91.666667%; width: 91.666667%; }
	.lm-col-xs-12 { flex: 0 0 100%; width: 100%; }

	.lm-tab .lm-tab-ul .lm-tab-li {width:100%;box-sizing: border-box; }

	.lm-sidebar li h2 { font-size: 14px; }
	.lm-sidebar li cite { font-size: 12px; }
	.lm-footer .lm-copyright { display: block; }
}

/*宽度<=414px*/
@media screen and (max-width: 414px) {
	.hidden-414 { display: none; }
}
