.htmleaf-container {
	background: #fff;
}
.htmleaf-container h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
.htmleaf-container .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.htmleaf-container .menu li {
    margin: 0;
    padding: 0;
}
.htmleaf-container .menu li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 1.5rem;
}
.htmleaf-container .menu li a:hover {
    background-color: #f8f9fa;
    border-left-color: #dc3545;
    color: #dc3545;
    padding-left: 20px;
}
.htmleaf-container .menu li.active a {
    background-color: #f8f9fa;
    border-left-color: #dc3545;
    color: #dc3545;
    font-weight: 600;
}
.list {
    position: relative;
    margin-top: -1px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    list-style-type: none;
}
.list a {
    display: block;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #333;
    padding: 12px 15px;
    transition: 0.3s ease;
    border-left: 3px solid transparent;
}
.list:last-child a{
    border-bottom: 0;
}
.list a:hover {
    background-color: #f8f9fa;
    border-left-color: #dc3545;
    color: #dc3545;
    padding-left: 20px;
}
.list.active a{
    background-color: #f8f9fa;
    border-left-color: #dc3545;
    color: #dc3545;
    font-weight: 600;
}
.list:after {
    padding: 0px 5px;
    color: #333;
    font-size: 24px;
}
.list.arrow:after {
    content: "";
    background: url(../images/arrow-down.png) no-repeat top left /16px 9px;
    position: absolute;
    right: 30px;
    top: 28px;
    width: 16px;
    height: 9px;
}
.list-none:before,.list-none:after{
    content: '';
    background: none!important;
}
.items {
    height: 0px;
    overflow: hidden;
}
.items a:hover {
    background-color: #ffffff;
    color: #222222;
/*  transition: 300ms all;*/
}
.menu .active:after {
    content: "";
    background: url(../images/arrow-up.png) no-repeat top left /16px 9px;
    font-family: DFKai-SB;
    position: absolute;
    right: 30px;
    top: 28px;
    width: 16px;
    height: 9px;
    padding: 0px 5px;
    color: #ddd;
    font-size: 24px;
}
.menu .active>.items {
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    clear: both;
    float: left;
    width: 100%;
}
.items a {
     padding-left: 35px;
}
.menu .active>.items li {
    padding: 0px;
    list-style: none;
    margin: 2px 0;
}
.menu .active>.items li:last-child {
     border-color: transparent;
    padding-bottom: 0px;
}
.menu {
    padding: 0;
}
ul.items li:last-child a{
    border-bottom: none;
}
ul.menu {
    border: 1px solid #ddd;
}
@media(max-width:992px) {  /*--------------------------------------------------------------------------------------------------------------------------------------------------992*/
    .htmleaf-container h2 {
        margin-bottom: 2rem;
    }
    /* 隐藏商品分类选单 */
    .flip.display-992,
    .panel.panel-slide.display-992 {
        display: none !important;
    }
}
