@charset "UTF-8";
@media (max-width:768px){
    .layout {width: 100%;margin:0 auto;min-width: 100%;}
    .content{width: 100%;margin:0 auto;min-width: 100%;}
    .show { display: none !important; }
    .hide { display: block !important; }
    /*--header--*/
    .header{position:fixed;width:100%;top:0px;height: 55px;margin:0 auto;z-index: 999999;background: #00a3ac;}
    .header .logo{background: url(../img/logo_mobile.png) no-repeat; width: 322px;height: 40px;margin-left:5px;float:left;margin-top:7px;background-size: 100%;}
    
    /** ----------------------------------
 * 左侧导航
 -------------------------------------- */
    .ps {
        overflow: hidden !important;
        overflow-anchor: none;
        -ms-overflow-style: none;
        touch-action: auto;
        -ms-touch-action: auto;
    }
    .ps__rail-x {
        display: none;
        opacity: 0;
        transition: background-color .2s linear, opacity .2s linear;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        height: 6px;
        bottom: 2px;
        position: absolute;
    }

    .ps__rail-y {
        display: none;
        opacity: 0;
        transition: background-color .2s linear, opacity .2s linear;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        width: 6px;
        right: 2px;
        position: absolute;
    }
    .ps--active-x > .ps__rail-x,
    .ps--active-y > .ps__rail-y {
        display: block;
        background-color: transparent;
    }
    .ps:hover > .ps__rail-x,
    .ps:hover > .ps__rail-y,
    .ps--focus > .ps__rail-x,
    .ps--focus > .ps__rail-y,
    .ps--scrolling-x > .ps__rail-x,
    .ps--scrolling-y > .ps__rail-y {
        opacity: 0.6;
    }
    .ps .ps__rail-x:hover,
    .ps .ps__rail-y:hover,
    .ps .ps__rail-x:focus,
    .ps .ps__rail-y:focus,
    .ps .ps__rail-x.ps--clicking,
    .ps .ps__rail-y.ps--clicking {
        background-color: #eee;
        opacity: 0.9;
    }
    .ps__thumb-x {
        background-color: #aaa;
        border-radius: 6px;
        transition: background-color .2s linear, height .2s ease-in-out;
        -webkit-transition: background-color .2s linear, height .2s ease-in-out;
        height: 3px;
        bottom: 0px;
        position: absolute;
    }
    .ps__thumb-y {
        background-color: #aaa;
        border-radius: 6px;
        transition: background-color .2s linear, width .2s ease-in-out;
        -webkit-transition: background-color .2s linear, width .2s ease-in-out;
        width: 3px;
        right: 0px;
        position: absolute;
    }
    .ps__rail-x:hover > .ps__thumb-x,
    .ps__rail-x:focus > .ps__thumb-x,
    .ps__rail-x.ps--clicking .ps__thumb-x {
        background-color: #999;
        height: 6px;
    }
    .ps__rail-y:hover > .ps__thumb-y,
    .ps__rail-y:focus > .ps__thumb-y,
    .ps__rail-y.ps--clicking .ps__thumb-y {
        background-color: #999;
        width: 6px;
    }
    @supports (-ms-overflow-style: none) {
        .ps {
            overflow: auto !important;
        }
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .ps {
            overflow: auto !important;
        }
    }
    .lyear-layout-sidebar {
        position: fixed;
        top: 0px;
        bottom: 0;
        z-index: 9999999;
        display: block;
        width: 240px;
        font-weight: 500;
        color:#fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 0.3s transform;
        transition: 0.3s transform;
        transform: translateX(0);
        -webkit-box-shadow: 0px 0px 5px rgba(0,60,60,0.08);
        -moz-box-shadow: 0px 0px 5px rgba(0,60,60,0.08);
        box-shadow: 0px 0px 5px rgba(0,60,60,0.08);
        filter:alpha(opacity=90);
        -moz-opacity:0.90;
        opacity:0.90;
    }
    .lyear-layout-sidebar-close .lyear-layout-sidebar {
        transform: translateX(-100%);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .lyear-layout-sidebar-close .lyear-layout-header,
    .lyear-layout-sidebar-close .lyear-layout-content {
        padding-left: 0px;
    }
    .lyear-layout-sidebar-scroll {
        height: -moz-calc(100%);
        height: -webkit-calc(100%);
        height: calc(100%);
        position: relative;
        background-color: #003c3c;
    }

    /* 侧边栏开关 */
    .lyear-aside-toggler {
        margin-top:15px;
        padding: .15rem .05rem;
        line-height: 1.5;
        cursor: pointer;
    }
    .lyear-aside-toggler .lyear-toggler-bar {
        display: block;
        height: 2px;
        width: 20px;
        background-color: #fff;
        margin: 4px 0px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .lyear-aside-toggler .lyear-toggler-bar:nth-child(2) {
        width: 15px;
    }
    .lyear-aside-toggler:hover .lyear-toggler-bar:nth-child(2) {
        width: 20px;
    }
    .lyear-layout-sidebar-close .lyear-aside-toggler .lyear-toggler-bar {
        width: 20px;
    }

    .lyear-layout-sidebar {
        transform: translateX(-100%);
    }
    .lyear-layout-header,
    .lyear-layout-content {
        padding-left: 0;
    }
    .lyear-layout-sidebar {
        -webkit-box-shadow: none;
        -moz-webkit-box-shadow: none;
        box-shadow: none;
    }
    .lyear-layout-sidebar.lyear-aside-open {
        transform: translateX(0);
    }
    /*菜单*/
    .mobile-inner-nav{ color: #fff;top:-2px;right:10px;position: absolute;}

    /* 遮罩层 */
    .lyear-mask-modal {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        opacity: 1;
        top: 0;
        visibility: visible;
        width: 100%;
        z-index: 999;
        position: fixed;
        -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .sidebar-main {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .nav-item{line-height: 50px;}
    .nav-drawer li a {
        padding-right: 24px;
        padding-left: 52.99999px;
        color: inherit;
        font-weight: 500;
        width:240px;display: block;
        position: relative;
        font-size: 15px;
    }
    .nav-item a{text-decoration: none;}
    .nav-drawer > li > a {
        border-right: 3px solid transparent;
    }
    .nav-drawer > .active > a {
        background-color: rgba(0,60,60,.0125);
        border-color: #8326a1;
    }
    .nav-drawer > li.active > a {
        background-color: rgba(0,60,60,.0125)!important;
    }
    .nav-drawer > .active > a:hover,
    .nav-drawer > .active > a:focus,
    .nav-drawer > .active > a:active {
        background-color: rgba(0,60,60,.0125);
        border-color: #8326a1;
    }
    .nav-drawer .nav-subnav > li.active > a,
    .nav-drawer .nav-subnav > li > a:hover {
        color: #ffffff;
        background-color: transparent;
    }
    .nav-drawer > li > a > i {
        position: absolute;
        left: 21px;
        top: 18px;
        font-size: 1em;
    }
    .nav-drawer ul li ul {
        padding-left: 0px;
    }
    .nav-drawer .nav-subnav{
        background-color: rgba(255,255,255,.2);
    }
    .nav-drawer .nav-subnav .nav-subnav li {
        line-height: 20px;
        padding:0;
    }

    .nav-drawer .nav-subnav .nav-subnav li a{
        color:#ccc;font-size: 13px;
    }
    .nav-item-has-subnav > a:after {
        position: absolute;
        right: 10px;
        top:11px;
        font-family: 'Material Design Icons';
        font-size: 10px;
        line-height: 1.75;
        content: '\f142';
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    }
    .nav-item-has-subnav.open > a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .nav-item-has-subnav.open > .nav-subnav {
        display: block;
    }
    .nav-subnav {
        display: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .nav-subnav li{line-height: 50px;}
    .nav-subnav li a{font-size: 14px;}
    .nav-line{border-bottom:1px solid rgba(255,255,255,.15)}
    .nav-line1{border-bottom:1px solid rgba(255,255,255,.15)}

    ._footer{background-color: rgba(0,163,172,1);padding:20px;}
    ._footer img{max-width:100px}
}