.center-header-more{
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding-bottom: 4px;
    flex-grow: 1;
}

.module-list-more ul{
    display: flex;
}
.module-list-more .modules{
    color: rgba(255,255,255,0.6);
}
.module-list-more .modules li{
    margin-right: 12px;
    margin-left: 0;
}
.module-list-more ul li{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}
.module-list-more ul .item i{
    margin-right: 10px;
}
.module-list-more ul li:hover{
    background: rgba(255,255,255,0.1);
}
.module-list-more ul .more-module{
    padding: 0;
}
.module-list-more ul .more-module .module-more{
    display: block;
    padding: 0 15px;
    color: rgba(255,255,255,0.6);
}
.module-list-more ul .more-module .active1{
    display: inline-block;
    height:23px;
    line-height: 23px;
    margin-right: 10px;
    padding-right: 10px;
    color: #ff9900 !important;
    color: #ff9900 !important; border-right: 1px solid rgba(255,255,255,0.2);
}
.module-list-more ul .more-module .active1 i{
    margin-right: 10px;
}

.module-list-more ul.module-dropdown {
    flex-direction:column;
    background-color: #ffffff;
    flex-direction: column;
    border: 1px solid #efefef;
    border-radius: 4px;
    color: rgba(0,0,0,0.8);
    margin-top: 5px;
}
.module-list-more ul.module-dropdown li i{
    margin-right: 8px;
}
.module-list-more ul.module-dropdown li:hover{
    background-color: rgba(0,0,0,0.03);
}
.module-list-more ul .search-box{
    padding:0;
}
.module-list-more ul .search-box .search-input{
    width:270px;
    height:40px;
}
.module-list-more ul .ivu-input{
    height:40px;
    line-height: 40px;
}
.module-list-more ul .search-box .search-input i{
    line-height: 40px !important;
}
.module-list-more .hide-active-module {
    display: none;
}
