.center-header{
    display: flex;
    white-space: nowrap;
    padding-top: 10px;
    overflow: auto;
}
.center-header:hover {
    overflow-x: auto;
    transition: all .2s ease-in-out;
}
.center-header::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    cursor: pointer;
    opacity: 0;
}
.center-header::-webkit-scrollbar-thumb{
    background-color: #aaa;
    border-radius: 3px;
}
.center-header::-webkit-scrollbar-track{
    background: transparent;
    border-radius: 3px;
}
.module-list ul{
    display: flex;
}
.module-list .modules{
    color: rgba(255,255,255,0.6);
}
.module-list .modules li{
    margin-right: 12px;
    margin-left: 0;
}
.module-list 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 ul .item i{
    margin-right: 10px;
}
.module-list ul li:hover{
    background: rgba(255,255,255,0.1);
}
.module-list ul .more-module{
    padding: 0;
}
.module-list ul .more-module .module-more{
    display: block;
    padding: 0 15px;
    color: rgba(255,255,255,0.6);
}
.module-list ul .more-module .active1{
    display: inline-block;
    height:23px;
    line-height: 23px;
    margin-right: 10px;
    padding-right: 10px;
    color: #ff9900 !important;
    color: #ff9900 !important;
}
.module-list ul .more-module .active1 i{
    margin-right: 10px;
}

.module-list 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);
}
.module-list ul.module-dropdown li i{
    margin-right: 8px;
}
.module-list ul.module-dropdown li:hover{
    background-color: rgba(0,0,0,0.03);
}
.module-list ul .search-box{
    padding:0;
}
.module-list ul .search-box .search-input{
    width:270px;
    height:40px;
}
.icon-attendance_search{
    padding:0 15px;
}
.module-list ul .ivu-input{
    height:40px;
    line-height: 40px;
}
.module-list ul .search-box .search-input i{
    line-height: 40px !important;
}
.module-name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    padding-left: 16px;
    text-align: left;
}
.edit-area{
    display: none;
    position: absolute;
    top:0px;
    box-sizing: content-box;
    width: 832px;
    min-height: 288px;
    padding:24px;
    background: #101c27;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    z-index: 9999;
    font-size: 13px;
}
.btn-ctrl>button{
    overflow: hidden;
    margin-top: 24px;
    float: right;
    border:none;
}
.btn-ctrl .save{
    width: 90px;
    height: 32px;
    background: #ff9900;
    border-radius: 6px;
    color: #ffffff;
    margin-left: 15px;
}
.btn-ctrl .cancel{
    width: 60px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    color: rgba(255,255,255,0.5);
}
.edit-area .module-top{
    border-bottom: 2px dotted rgba(255,255,255,0.1);
}
.edit-area .module-bttom{
    margin-top: 23px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.edit-area .title{
    font-weight: 400;
    color: rgba(255,255,255,0.4);
    line-height: 18px;
}
.edit-area .my-module{
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}
.edit-area .item-list{
    display: block;
    min-height:40px;
    margin:23px 0;
}
.edit-area .list-group-item{
    display: inline-block;
    width: 102px;
    height: 40px;
    margin:0 15px 15px 0;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    position: relative;
    cursor: grab;
}
.edit-area .remove{
    position: absolute;
    width:16px;
    height:16px;
    line-height:16px;
    top:-8px;
    right:-8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
}
