.ant-layout{
    background: transparent !important;
}

.ant-layout-header{
     background: #F1F1F3 !important;
     width: 100%;
     position: fixed;
     z-index: 999;
     padding:32px 0 0 0;
     height: 96px;
}

.ant-layout-content{
    background: #F1F1F3 !important;
    margin-top: 100px;
    position: relative;
}

.ant-layout-footer{
    background: #F1F1F3 !important;
}

.ant-list .ant-list-item .ant-list-item-meta{
    align-items: center;
}
.ant-tour .ant-tour-content{
    font-size: 18px;
}
.ant-tour-footer .ant-tour-buttons .ant-btn{
    font-size: 16px;
    height: 32px;
}
.ant-dropdown-menu-title-content{
    font-size: 18px;
}

.span-text-overflow{
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ant-tour-content{
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
}