* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Tahoma, 'Microsoft Yahei', 'Simsun';
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    word-break: break-all
}

a {
    text-decoration: none;
    color: #444;
    outline: none
}

a:hover {
    color: #2dbdff
}

img {
    max-width: 100%
}

.j-fl {
    float: left
}

.j-fr {
    float: right
}

.j-clear {
    clear: both
}

input:disabled, select:disabled {
    background: #e2edff;
    cursor: not-allowed;
}

.menuUl div {
    padding: 1px 10px;
    display: inline-block;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: rgba(111, 111, 111, 0.5)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(111, 111, 111, 0.9)
}

::-webkit-scrollbar-track {
    border-radius: 1em;
    background-color: rgba(111, 111, 111, 0.1)
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(111, 111, 111, 0.4)
}

::selection {
    background: #444; /* Safari */
    color: #FFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3)
}

::-moz-selection {
    background: #444; /* Mozilla */
    color: #FFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3)
}

.GLOBAL-logo {
    display: inline-block;
    background: url(../../img/logo.svg) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

/* 全局加载动画 */
.GLOBAL-loading {
    margin: 10px auto;
    position: relative;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #ffffff;
    -webkit-animation: GLOBAL-loading-animation 1.1s infinite linear;
    animation: GLOBAL-loading-animation 1.1s infinite linear;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box
}

.GLOBAL-loading-blue {
    border-top: 3px solid rgba(111, 111, 111, 0.2);
    border-right: 3px solid rgba(111, 111, 111, 0.2);
    border-bottom: 3px solid rgba(111, 111, 111, 0.2);
    border-left: 3px solid #2dbdff;
}

@-webkit-keyframes GLOBAL-loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes GLOBAL-loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* 色彩 */
.j-color-green-1 {
    color: #1ab361 !important
}

.j-color-orange-1 {
    color: #f0b857 !important
}

.j-color-red-1 {
    color: #ff5b5b !important
}

.j-color-theme-1 {
    color: #1a97cf !important
}

.j-color-theme-2 {
    color: #2dbdff !important
}

.j-color-theme-3 {
    color: #80c269 !important
}

.j-color-weixin {
    color: #81d741 !important
}

.j-color-alipay {
    color: #0ae !important
}

/* 隐藏菜单 */
.j-global-hiddenlist {
    position: relative
}

.j-global-hiddenlist .j-global-hiddenlistitem {
    display: none
}

.j-global-hiddenlist:hover .j-global-hiddenlistitem {
    display: block
}

.j-global-hiddenlist .j-global-hiddenlistitem {
    color: #444;
    padding: 15px;
    line-height: 25px;
}

.j-global-hiddenlistitem {
    position: absolute;
    min-width: 100%
}

.j-global-hiddenlistitem.right {
    right: 0
}

.j-global-hiddenlistitem.bottom {
    bottom: 0;
    transform: translateY(100%)
}

.j-global-hiddenlistitem.top {
    top: 0;
    transform: translateY(-100%)
}

.j-global-hiddenlistitem.left {
    left: 0
}

.j-global-hiddenlistitem.middle-right {
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

/* 表格样式 */
.j-table {
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

.j-table td {
    vertical-align: middle;
    border: none;
    padding: 0
}

.j-table-form {
    border-spacing: 0 20px
}

.j-table-list th {
    font-weight: bold
}

.j-table-list td, .j-table-list th {
    padding: 13px 6px;
    text-align: center;
    border-bottom: 1px solid rgba(111, 111, 111, .1)
}

.j-table-list thead {
    background: #EEE
}

.j-table-list-hover tr {
    transition: all .6s
}

.j-table-list-hover tr:hover {
    background: #EEE
}

.j-table-list-hiddena .GLOBAL-hiddenlistitem {
    width: 150px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    z-index: 1
}

.j-table-list-hiddena a {
    display: block;
    margin: 0;
    padding: 8px 0;
    transition: all .6s;
    cursor: pointer
}

.j-table-list-hiddena a:hover {
    color: #2dbdff;
}

.j-table-list-nodata {
    text-align: center;
    color: #CCC
}

/* 表格more */
.j-global-table-search {
    width: 100%;
}

.j-global-action {
    text-align: center;
    display: inline-block;
}

.j-global-action .operation {
    text-decoration: underline;
    color: #00aaef;
    cursor: pointer;
}

.j-global-action .operation:hover {
    color: red;
}

.j-global-hiddenlist:hover {
    color: #00aaef;
}

.j-global-action {
    width: 100%;
}

.j-global-action .fa-circle {
    color: #42affe;
    transform: scale(.6);
    font-size: 12px;
    transition: all .6s
}

.j-global-action:hover .fa-circle {
    color: #ff5b5b
}

.j-global-action .j-global-hiddenlistitem {
    background: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 1;
    width: 100px
}

.j-global-action .j-global-hiddenlistitem a {
    display: block;
    margin: 0;
    text-align: center;
    padding: 8px 0;
    transition: all .6s
}

.j-global-action-padding.j-global-action .j-global-hiddenlistitem {
    width: 150px
}

.j-global-action-padding .j-global-hiddenlistitem a {
    padding: 8px
}

.j-global-action .j-global-hiddenlistitem a:hover {
    background: #f7fcfe
}

/* 总体布局 */
.j-header {
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    padding-left: 15px;
    height: 50px;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    background: #383d41
}

.j-body {
    position: absolute;
    left: 200px;
    top: 50px;
    bottom: 0;
    right: 0;
    min-width: 1000px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #e9ecf1
}

.j-leftmune {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0px;
    width: 200px;
    z-index: 2;
    background: #333743;
    overflow-x: hidden;
    overflow-y: auto;
}

.j-global-body-nav {
    color: #999;
    line-height: 50px;
    font-size: 16px
}

.j-global-body-nav span {
    color: #EEE;
    font-size: 14px
}

.j-global-body-nav a {
    color: currentColor;
}

/* 头部菜单 */
.j-header-c {
    width: 100%;
    height: 100%;
    position: relative
}

.j-header-right {
    float: right
}

.j-header-logo {
    width: 200px;
    height: 50px;
    border-right: 1px solid #000;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.j-header-logo:before {
    content: " ";
    display: block;
    height: 8px
}

.j-header-logo img {
    display: inline-block
}

.j-header-logo-title {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.j-header-right-munea {
    color: #e8e8e8;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    min-width: 90px;
    text-align: center
}

.j-header-right .j-global-hiddenlistitem {
    background: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.j-header-right .j-global-hiddenlist:hover .j-header-right-munea {
    color: #2dbdff
}

.j-header-right .j-global-hiddenlist:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    height: 26px;
    width: 1px;
    background: #e8e8e8
}

.j-header-right-menusub {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #bdbdbd;
    transition: all .6s
}

.j-header-right-menusub:hover {
    background: #f7fcfe
}

/* 左侧菜单 */
.j-leftmune-head {
    margin: 0;
    padding: 15px 0;
    text-align: center
}

.j-leftmune-menulist a {
    display: block;
    color: #FFF;
    margin: 0;
    cursor: pointer;
    transition: all .6s;
    position: relative
}

.j-leftmune-menulist a span {
    margin-right: 8px
}

.j-leftmune-menulist-a, .j-leftmune-menulist-a-nosub {
    padding: 15px
}

.j-leftmune-menulist-sub {
    display: none
}

.j-leftmune-menulist.active > .j-leftmune-menulist-a, .j-leftmune-menulist.active > .j-leftmune-menulist-a-nosub {
    color: #FFF;
    background: #2dbdff;
    font: 18px
}

.j-leftmune-menulist-sub > a {
    padding: 10px 10px 10px 45px
}

.j-leftmune-menulist-sub > .j-leftmune-menulist > a {
    padding: 10px 10px 10px 30px
}

.j-leftmune-menulist-sub > .j-leftmune-menulist > .j-leftmune-menulist-sub > a {
    padding: 10px 10px 10px 35px
}

.j-leftmune-menulist-sub > .j-leftmune-menulist > .j-leftmune-menulist-sub > .j-leftmune-menulist > a {
    padding: 10px 10px 10px 35px
}

.j-leftmune-menulist-sub > .j-leftmune-menulist > .j-leftmune-menulist-sub > .j-leftmune-menulist > .j-leftmune-menulist-sub > a {
    padding: 10px 10px 10px 60px
}

.j-leftmune-menulist-sub > .j-leftmune-menulist > .j-leftmune-menulist-sub > .j-leftmune-menulist > a:hover,
.j-leftmune-menulist-sub a:hover, .j-leftmune-menulist-sub a.active {
    color: #FFF;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .1))
}

/* 通用容器 */
.j-body-container {
    margin: 0;
    padding: 15px;
    position: relative
}

.j-body-common-d {
    height: 15px;
    clear: both
}

.j-body-commonbox {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background: #FFF;
    margin: 0;
    padding: 15px;
    position: relative
}

.j-body-commonbox-c {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    position: relative
}

.j-body-commonbox-head {
    margin: 0;
    padding: 8px 15px;
    background: #f5f5f6;
    position: relative;
    font-weight: bold
}

.j-body-commonbox-linetitle {
    margin: 0;
    padding: 0;
    background: #f5f5f6;
    position: relative;
    font-weight: bold
}

.j-body-commonbox-linetitle .j-fr {
    margin: 8px 15px
}

.j-body-commonbox-linetitle-f {
    padding: 7px 0;
    margin-left: 15px;
    display: inline-block;
    border-bottom: 2px solid #2dbdff;
    box-sizing: border-box
}

.j-body-commonbox-linetitle-fl {
    padding: 0 9px;
    margin: 8px 0;
    display: inline-block;
    border-left: 6px solid #2dbdff;
    box-sizing: border-box
}

.j-body-commonbox-body {
    margin: 0;
    padding: 15px;
    background: #FFF;
    position: relative
}

/* layui重置 */
.layui-form .layui-form-select .layui-this {
    background: #CCC
}

.layui-form.j-form-txt-left table {
    border-spacing: 0 24px;
    border-collapse: separate;
}

.layui-form.j-form-txt-left table td {
    text-align: left;
    vertical-align: middle
}

.j-layui-select-3 .layui-form-select {
    display: inline-block;
    width: 30%
}

.layui-btn + .layui-btn {
    margin-left: 15px
}

.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th {
    padding: 9px 5px;
    text-align: center;
}

.layui-table[lay-size=lg] th {
    color: #000;
}

.layui-table[lay-size=lg] td {
    color: #888;
}

.layui-btn-disabled {
    pointer-events: none
}

.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #2dbdff
}

.layui-form-checked i, .layui-form-checked:hover i {
    color: #2dbdff
}

.layui-form-checked, .layui-form-checked:hover {
    border-color: #2dbdff
}

.layui-form-radio:hover i, .layui-form-radioed i {
    color: #2dbdff
}

.layui-form-checked[lay-skin=primary] i {
    background-color: #2dbdff;
    border-color: #2dbdff
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #2dbdff
}

.layui-form-checked[lay-skin=primary]:hover span {
    background: none
}

.layui-laypage .layui-laypage-count {
    background: none
}

.unlayui-form-checkbox-group .layui-form-checkbox {
    margin-bottom: 10px
}

.j-global-page a:hover {
    color: #2dbdff
}

.layui-btn-normal {
    background: #2dbdff
}

.layui-form-onswitch {
    background-color: #0ae;
    border-color: #0ae;
}

.layui-form-switch {
    margin-top: 0;
}

/* 分列数据 */
.j-static-i {
    float: left;
    width: 20%;
}

.j-static-c {
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    border-right: 1px solid #f0f0f0
}

.j-static-i:last-child .j-static-c {
    border: none
}

.j-static-c div {
    margin: 3px 0;
    text-align: center
}

.j-static-c div:nth-child(2) {
    font-size: 18px;
    color: #2dbdff
}

/***************** 具体业务样式 ***********************/

/* 首页地图 */
.j-Index-Map-Search {
    opacity: .7
}

.j-Index-Map-Search:hover {
    opacity: 1
}

/* 首页公交 */
.j-Index-Bus-Line {
    position: relative;
    height: 35px;
    margin-bottom: 15px;
    color: #FFF;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 5px
}

.j-Index-Bus-Line:last-child {
    margin-bottom: 0
}

.j-Index-Bus-Line:nth-child(3n+1) {
    background: #2dbdff
}

.j-Index-Bus-Line:nth-child(3n+2) {
    background: #f0b857
}

.j-Index-Bus-Line:nth-child(3n+3) {
    background: #1ab361
}

.j-Index-Bus-Line-BusNumber {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
}

.j-Index-Bus-Line-Bus-Car {
    position: absolute;
    top: 0;
}

.j-Index-Bus-Line-Bus-Car span {
    color: #FFF;
    font-size: 18px;
    line-height: 35px
}

.j-Index-Bus-Line-Bus-Car-Msg {
    background: rgba(0, 0, 0, .8);
    color: lightgrey;
    border-radius: 7px;
    padding: 8px;
    white-space: nowrap;
    line-height: 25px
}

.j-Index-Bus-Line-Bus-Car .j-global-hiddenlistitem {
    z-index: 999
}

.j-Index-Bus-Line-Bus-Car .fa-caret-left {
    color: rgba(0, 0, 0, .8);
    transform: translateX(1px)
}

/* 广告 */
.j-fileupload {
    width: 150px;
    height: 150px;
    position: relative;
    border: 1px dotted #CCC;
    display: block;
    float: left;
    margin: 0 8px 8px 0;
    cursor: pointer;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #EEE;
    background-size: contain;
    background-position: center center;
    transition: all .6s;
}

.j-fileupload:hover {
    background-color: #888;
}

.j-fileupload input[type="file"] {
    display: none;
}

.j-fileupload .fa-plus {
    font-size: 40px;
    line-height: 150px;
    color: #FFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.wxmp-list-image li {
    width: 180px;
    height: 180px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #beceeb;
    box-sizing: content-box;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.wxmp-list-image li .img-box {
    line-height: 180px;
    width: 180px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
}

.wxmp-list-image li .img-main {
    max-width: 160px;
    max-height: 160px;
    vertical-align: middle;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.wxmp-list-image li .btn-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px 0 0 10px;
    line-height: 30px;
}

.wxmp-list-image li .btn-box .text {
    color: #fff;
    text-align: left;
}

.wxmp-list-image li .btn-box a {
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.form-checkbox label {
    background: url(https://img.cdn.vihost.cn/pro/bus/checkNo.png) no-repeat;
    background-size: 24px 24px;
    display: inline-block;
}

.form-checkbox label input {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    opacity: 0;
}

.form-checkbox label.active {
    background: url(https://img.cdn.vihost.cn/pro/bus/check.png) no-repeat;
    background-size: 24px 24px;
    display: inline-block;
}

.keyword-container span {
    color: #2dbdff;
    padding-right: 10px;
}

.keyword-container span:hover {
    text-decoration: line-through;
    cursor: pointer;
}

/*添加文章*/
#icon_wrap {
    padding: 15px;
}

#icon_wrap .icon_item {
    color: #888;
    padding: 20px;
    border: 1px solid #eee;
    float: left;
}

#icon_wrap .icon_item .iconfont {
    font-size: 30px;
    cursor: pointer;
}

#icon_wrap .icon_item .iconfont:hover {
    color: orange;
}

.icon .iconfont, .icon .fa, .icon .fas, .icon .far {
    color: orange;
    font-size: 26px;
    padding-bottom: 10px;
}


/*zTree*/