@charset "UTF-8";
/*此css版权所有hlinfo。cc*/
@media screen and (max-width: 750px) {
    .site-tree-mobile {
        display: block !important;
        position: fixed;
        z-index: 2020;
        bottom: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 2px;
        text-align: center;
        background-color: rgba(17, 83, 136, 0.5);
        color: #fff;
        cursor: pointer;
    }
    .site-home .site-tree-mobile {display: none !important;}
    .site-mobile .site-tree-mobile {display: none !important;}
    .site-mobile .site-tree {left: 0;}
    .site-mobile .site-mobile-shade {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(230, 179, 186, .8);
        z-index: 999;
    }
    .site-tree-mobile i {font-size: 20px;}
    .site-mobile .layui-side {left: 0;}
    .site-mobile .layui-side-child {
        top: 50%;
        left: 200px;
        height: 300px;
        margin-top: -100px;
    }
    .layui-main {width: auto;}
}
/*移动端遮罩层*/
.hlinfo-make {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    display: none;
}
@media screen and (max-width: 1024px) {
    .hlinfo-make {
        display: block;
    }
    /*修复UC之类的浏览器点击无效*/
    .hlinfo-make {
        cursor: pointer;
    }
    .hlinfo-h5-menu{
        width: 180px !important;
    }
    .hlinfo-h5-top-nav-menu.hlinfo-h5-menu{
        width: 200px !important;
    }
}
.hlinfo-h5-menu{
    position: fixed;
    top: 0;
    left: -180px;
    z-index: 2021;
    overflow-x: hidden;
    transition: left .2s;
    background-color: #fff !important;
    height: 100%;
    display: block !important;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.hlinfo-h5-menu-open{
    transition: left .2s;
    left: 0 !important;
}
.hlinfo-h5-menu-close{
    transition: left .2s;
    left: -180px !important;
}
.hlinfo-h5-top-nav-menu.hlinfo-h5-menu-close{
    transition: left .2s;
    left: -200px !important;
}
.hlinfo-body-content{
    position: relative;
    z-index: 900;
}
.hlinfo-h5-top-nav-menu .cy-nav-left-chlid dd a{
    background-color: #e6b3ba !important;
}
.hlinfo-h5-top-nav-menu.hlinfo-h5-menu{
    left:-200px;
}
.hlinfo-h5-top-nav-menu .layui-nav-child dd {
  background-color: #eee !important;
  border-bottom: 1px #fff solid;
}
@media screen and (min-width: 1025px) {
    .hlinfo-h5-menu {
        position: static;
        z-index: 2021;
        overflow-x: hidden;
        transition: left .2s;
        background-color: #fff !important;
        height: 100%;
        display: block !important;
    }
}
.hlinfo-h5-top-nav-menu .layui-nav-item, .hlinfo-h5-top-nav-menu dd {
  border-bottom: 1px solid #eee;
}
.hlinfo-h5-top-nav-menu .layui-nav .layui-nav-item a {color:#3c3c3c !important ;}
.hlinfo-h5-top-nav-menu .layui-nav-more{display: initial !important;}