* {
    margin: 0px;
    padding: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-family: "microsoft yahei";
}
/* html::-webkit-scrollbar {
    display: none;
}
html {
    scrollbar-width: none;
} */
/*导航的样式  开始*/
#top img,#top li{
    cursor: pointer !important;
}
.layui-bg-white {
    background: #cbc9c9 !important;
}

.layui-nav .layui-nav-item a {
    color: #000000 !important;
}

.layui-nav .layui-nav-item a:not(.logo):hover {
    color: #5FB878 !important;
}

.layui-bg-white {
    background: #FFFFFF !important;
    border-bottom: 1px solid #eee !important;
}

.layui-bg-white {
    background: #FFFFFF !important;
    border-bottom: none !important;
}

.layui-nav .layui-nav-more {
    border-top-color: #000000 !important;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #000 !important;
}

.layui-breadcrumb {
    padding-left: 0px !important ;
}


#top{
    background: #FFFFFF;height:5rem !important;
}
/*导航的样式  结束*/


#autotimg {
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* background-image: url(../images/11.png); */
}

.content-bottom {
    height: 55px;
    width: 100%;
    background-color: #fff;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    bottom: 0px;
    position: fixed;
}

.layui-breadcrumb a,
.layui-breadcrumb span {
    color: #000 !important;
}

.layui-breadcrumb {
    padding-left: 10rem;
}


#bottom {
    background-color: #eee;
}



/*滚动条的宽度*/

    ::-webkit-scrollbar {
        width:5px;
        height:10px;
    }

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

    ::-webkit-scrollbar-track {
        width: 6px;
        background-color:#0d1b20;
        -webkit-border-radius: 2em; 
        -moz-border-radius: 2em;
        border-radius:2em;
    }

/*滚动条的设置*/

    ::-webkit-scrollbar-thumb {
        background-color:#3388FF;
        background-clip:padding-box;
        min-height:28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }
/*滚动条移上去的背景*/

    ::-webkit-scrollbar-thumb:hover {
         background-color:#5FB878;
    }
::-webkit-scrollbar {  }
::-webkit-scrollbar-button { }
::-webkit-scrollbar-track { }
::-webkit-scrollbar-track-piece { }
::-webkit-scrollbar-thumb {  }
::-webkit-scrollbar-corner { }
::-webkit-resizer {  }
