/* 不显示LOGO----------------------------------------------------------------------------------- */
.sys-no-logo .rs-layout-left-top .rs-logo,
.sys-no-logo .rs-layout-left-top .rs-l-title{
    display: none;
}
.sys-no-logo .rs-layout-left-top{
    padding-top: 5px;
}
/* 不显示左侧菜单的ICON图标----------------------------------------------------------------------------------- */
.sys-no-layout-menu-icon .rs-layout-left-bottom .anticon,
.sys-no-layout-menu-icon .rs-layout-left-bottom .rs-l-icon1{
    display: none;
}
.sys-no-layout-menu-icon .rs-layout-left-bottom .rs-l-text{
    margin-left: 14px;
}
.sys-no-layout-menu-icon .rs-layout-left-bottom .ant-menu-item{
    /* padding-left: 36px !important; */
}
/* 不显示左侧菜单的搜索框----------------------------------------------------------------------------------- */
.sys-no-menu-input .menu-search-container{
    display: none;
}
/* 如果logo和搜索框都隐藏了，则把整个上方区域都隐藏----------------------------------------------------------------------------------- */
.sys-no-logo.sys-no-menu-input .rs-layout-left-top{
    display: none;
}
/* 不显示标签栏----------------------------------------------------------------------------------- */
.sys-no-tabnav .tab-nav-container{
    display: none;
}
/* 不显示右下角全局菜单工具----------------------------------------------------------------------------------- */
.sys-show-MenuTool .draggable-menu-search-button{
    bottom: 0px;
}
/* 不显示右下角截图工具----------------------------------------------------------------------------------- */
.sys-show-ScreenshotTool .screenshot-trigger{
    bottom: 0px;
}

/* 紫色 */
.sys-theme-zi{

}

/* 黑色------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.sys-theme-hei {

}
.sys-theme-hei .rs-layout-left {
    /* 左侧菜单 */
    background: linear-gradient(180deg, #283C54 0%, #283C54 100%);
}
.sys-theme-hei .rs-layout-left-top {
    /* 左侧上方阴影颜色 */
    box-shadow: 0 30px 30px -20px rgba(13, 16, 46, 0.25);
}
.sys-theme-hei .rs-l-title {
    /* logo下方标题 */
    color: #4ca5ff;
}
.sys-theme-hei .menu-search .ant-input{
    /* background-color: #2f4764;
    border-color: #3f5978; */
}
.sys-theme-hei .placeholder-white::placeholder,
.sys-theme-hei .placeholder-white input::placeholder {
    color: #7690b1;
}
.sys-theme-hei .menu-search:hover .ant-input,
.sys-theme-hei .menu-search .ant-input:not(:placeholder-shown),
.sys-theme-hei .menu-search .ant-input:focus{
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.sys-theme-hei .menu-search.placeholder-white:hover::placeholder,
.sys-theme-hei .menu-search.placeholder-white:hover input::placeholder{
    color: #999;
}
/* 左侧滚动条颜色 */
.sys-theme-hei .rs-layout-left-bottom::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
}
.sys-theme-hei .rs-layout-left-bottom::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
.sys-theme-hei .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(99, 121, 153,0.3);
}
.sys-theme-hei .rs-layout-left:hover .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(99, 121, 153,0.7);
}
.sys-theme-hei .rs-layout-left-bottom::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 121, 153,1) !important;
}

/* 左侧菜单搜索结果 */
.sys-theme-hei .rs-layout-left-bottom .ant-menu-item.menu-serch-activt{
    background-color: #384e69;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-item.menu-serch-activt a {
    color: #ffbd71 !important;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-item.menu-serch-activt.ant-menu-item-selected a{
    color: rgba(255,255,255,1) !important;
}

.sys-theme-hei .rs-nav-bar {
    /* 上方工具栏 */
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    z-index: 999; */
    border-bottom: 1px solid #e5e5e5;
}
.sys-theme-hei .rs-more-system-btn {
    /* 更多系统按钮 */
    background-color: rgba(255, 255, 255, 1);
    color: #0080ff;
    border: 1px solid #bad9f8;
}
/* 提示换密码 */
.sys-theme-hei .rs-news {
    background-color: #f2f2f2;
}
.sys-theme-hei .rs-nav-news-text {
    color: #ff4d4f;
}
.sys-theme-hei .rs-nav-news-text2 {
    color: #0080ff;
}
.sys-theme-hei .rs-nav-btn {
    /* 关注微信消息通知按钮 */
    background-color: #f2f2f2;
}
.sys-theme-hei .rs-nav-btn-text.weixin {
    /* 关注微信文字颜色 */
    color: #159696;
}
.sys-theme-hei .rs-nav-bar-line {
    /* 分割线 */
    background-color: rgba(0, 0, 0, 0.1);
}
/* 用户名 */
.sys-theme-hei .rs-user-icon {
    color: #999;
    background-color: #f2f2f2;
}
.sys-theme-hei .rs-name-1 {
    color: #666;
}
.sys-theme-hei .rs-name-2 {
    color: #999;
}
.sys-theme-hei .rs-more-icon{
    color: #999;
}
/* 设置按钮 */
.sys-theme-hei .rs-setting-icon{
    color: #999;
    background-color: rgba(0,0,0,0.06);
}
/* 内容区背景色 */
.sys-theme-hei .rs-content-page {
    background-color: #eff1f4;
}
.sys-theme-hei .tb-data-btn{
    background-color: #0080ff;
}
/* 左边侧边栏菜单展开颜色*/
.sys-theme-hei .rs-l-item-t {
    color: #fff;
}
.sys-theme-hei .rs-layout-left .ant-menu{
    color: #fff;
}
.sys-theme-hei .rs-layout-left .ant-menu .ant-menu-submenu-arrow::after,
.sys-theme-hei .rs-layout-left .ant-menu .ant-menu-submenu-arrow::before{

    background-image: linear-gradient(to right, #fff, #fff);
}
.sys-theme-hei .rs-layout-left .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #0080ff;
}
.sys-theme-hei .rs-layout-left .ant-menu-item-selected > a,
.sys-theme-hei .rs-layout-left .ant-menu-item-selected > a:hover {
    color: #fff;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu-open{
    background-color: #4a627f;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-title{
    color: rgba(255,255,255,0.95);
    background-color: #4a627f;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::after,
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::before
{
    background-image: linear-gradient(to right, #fff, #fff) !important;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-sub{
    background-color: #384e69;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-item > a {
    color: rgba(255,255,255,0.8);
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-item > a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #0080ff;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a,
.sys-theme-hei .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover{
    color: #0080ff !important;
}
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.sys-theme-hei .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #0080ff, #0080ff) !important;
}
/* 简历相关 */
.sys-theme-hei .rc-jl-outpage,.sys-theme-hei .rc-jl-outpage1{
    background-color: #e3f1ff;
}
.sys-theme-hei .rc-jl-page-content-sildebar,.sys-theme-hei .rc-jl-page-content-sildebar1{
    background-image: linear-gradient(0deg, rgb(162, 202, 255) 0%, rgb(255, 255, 255) 100%)
}
.sys-theme-hei .rc-jl-nav-bar{
    background-color: #d7ebff;
    border-bottom: 1px solid #c7dff7;
}
.sys-theme-hei .rc-jl-s-top {
    background-image: url('./static/jl-top-2.png') !important;
}
/* 登录相关 */
.sys-theme-hei .rs-login-bg{
    background-image: url('./static/login-bg-02.jpg') !important;
}
.sys-theme-hei .rs-login-l{
    background-color: #213b5c;
}
.sys-theme-hei .rs-login-l-b{
    background-image: url('./static/login-main-02.png') !important;
}





/* 白色------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.sys-theme-bai {

}
.sys-theme-bai .rs-layout-left {
    /* 左侧菜单 */
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    border-right: 1px solid #e5e5e5;
    box-shadow: 0 0 30px rgba();
}
.sys-theme-bai .rs-layout-left-top {
    /* 左侧上方阴影颜色 */
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.1);
}
.sys-theme-bai .rs-layout-left-top .rs-logo{
    border: 1px solid #e5e5e5;
}
.sys-theme-bai .rs-l-title {
    /* logo下方标题 */
    color: #4594e4;
}
.sys-theme-bai .menu-search .ant-input{
    /* background-color: #f4f4f4;
    border-color: #e1e1e1; */
}
.sys-theme-bai .placeholder-white::placeholder,
.sys-theme-bai .placeholder-white input::placeholder {
    color: #aaa9a9;
}
.sys-theme-bai .menu-search:hover .ant-input,
.sys-theme-bai .menu-search .ant-input:not(:placeholder-shown),
.sys-theme-bai .menu-search .ant-input:focus{
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
}
.sys-theme-bai .menu-search.placeholder-white:hover::placeholder,
.sys-theme-bai .menu-search.placeholder-white:hover input::placeholder{
    color: #999;
}
/* 左侧滚动条颜色 */
.sys-theme-bai .rs-layout-left-bottom::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
}
.sys-theme-bai .rs-layout-left-bottom::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
.sys-theme-bai .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0,0.1);
}
.sys-theme-bai .rs-layout-left:hover .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0,0.2);
}
.sys-theme-bai .rs-layout-left-bottom::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0,0.3) !important;
}

/* 左侧菜单搜索结果 */
.sys-theme-bai .rs-layout-left-bottom .ant-menu-item.menu-serch-activt{
    background-color: #e0f0ff;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-item.menu-serch-activt a {
    color: #0f304e !important;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-item.menu-serch-activt.ant-menu-item-selected a{
    color: rgba(255,255,255,1) !important;
}


.sys-theme-bai .rs-nav-bar {
    /* 上方工具栏 */
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    z-index: 999; */
    border-bottom: 1px solid #e5e5e5;
}
.sys-theme-bai .rs-more-system-btn {
    /* 更多系统按钮 */
    background-color: rgba(255, 255, 255, 1);
    color: #0080ff;
    border: 1px solid #c0d0e0;
}
/* 提示换密码 */
.sys-theme-bai .rs-news {
    background-color: #f2f2f2;
}
.sys-theme-bai .rs-nav-news-text {
    color: #ff4d4f;
}
.sys-theme-bai .rs-nav-news-text2 {
    color: #0080ff;
}
.sys-theme-bai .rs-nav-btn {
    /* 关注微信消息通知按钮 */
    background-color: #f2f2f2;
}
.sys-theme-bai .rs-nav-btn-text.weixin {
    /* 关注微信文字颜色 */
    color: #159696;
}
.sys-theme-bai .rs-nav-bar-line {
    /* 分割线 */
    background-color: rgba(0, 0, 0, 0.1);
}
/* 用户名 */
.sys-theme-bai .rs-user-icon {
    color: #999;
    background-color: #f2f2f2;
}
.sys-theme-bai .rs-name-1 {
    color: #666;
}
.sys-theme-bai .rs-name-2 {
    color: #999;
}
.sys-theme-bai .rs-more-icon{
    color: #999;
}
/* 设置按钮 */
.sys-theme-bai .rs-setting-icon{
    color: #999;
    background-color: rgba(0,0,0,0.06);
}
/* 内容区背景色 */
.sys-theme-bai .rs-content-page {
    background-color: #eff1f4;
}
.sys-theme-bai .tb-data-btn{
    background-color: #0080ff;
}
/* 左边侧边栏菜单展开颜色*/
.sys-theme-bai .rs-l-item-t {
    color: #191919;
}
.sys-theme-bai .rs-layout-left .ant-menu{
    color: #191919;
}
.sys-theme-bai .rs-layout-left .ant-menu .ant-menu-submenu-arrow::after,
.sys-theme-bai .rs-layout-left .ant-menu .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #191919, #191919);
}
.sys-theme-bai .rs-layout-left .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #0080ff;
}
.sys-theme-bai .rs-layout-left .ant-menu-item-selected > a,
.sys-theme-bai .rs-layout-left .ant-menu-item-selected > a:hover {
    color: #191919;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu-open{
    background-color: #b8ddff;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-title{
    color: rgba(0,0,0,0.95);
    background-color: #b8ddff;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::after,
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::before
{
    background-image: linear-gradient(to right, #191919, #191919) !important;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-sub{
    background-color: #e0f0ff;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-item > a {
    color: rgba(0,0,0,0.8);
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-item > a:hover{
    color: rgba(0,0,0,1);
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #0080ff;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a,
.sys-theme-bai .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover{
    color: #0080ff !important;
}
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.sys-theme-bai .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #0080ff, #0080ff) !important;
}
/* 简历相关 */
.sys-theme-bai .rc-jl-outpage,.sys-theme-bai .rc-jl-outpage1{
    background-color: #e3f1ff;
}
.sys-theme-bai .rc-jl-page-content-sildebar,.sys-theme-bai .rc-jl-page-content-sildebar1{
    background-image: linear-gradient(0deg, rgb(162, 202, 255) 0%, rgb(255, 255, 255) 100%)
}
.sys-theme-bai .rc-jl-nav-bar{
    background-color: #d7ebff;
    border-bottom: 1px solid #c7dff7;
}
.sys-theme-bai .rc-jl-s-top {
    background-image: url('./static/jl-top-2.png') !important;
}
/* 登录相关 */
.sys-theme-bai .rs-login-bg{
    background-image: url('./static/login-bg-03.jpg') !important;
}
.sys-theme-bai .rs-login-l{
    background-color: rgba(26, 117, 230, 0.8);
}
.sys-theme-bai .rs-login-l-b{
    background-image: url('./static/login-main-03.png') !important;
}




/* 中国红------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.sys-theme-zhongguohong {

}
.sys-theme-zhongguohong .rs-layout-left {
    /* 左侧菜单 */
    background: none;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
.sys-theme-zhongguohong .rs-layout-left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b30101;
    background-image: url('./static/left-bg-01.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sys-theme-zhongguohong .rs-layout-left-top {
    /* 左侧上方阴影颜色 */
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.1);
}
.sys-theme-zhongguohong .rs-layout-left-top .rs-logo{
    border: 1px solid #e5e5e5;
}
.sys-theme-zhongguohong .rs-l-title {
    /* logo下方标题 */
    color: #fff;
}
.sys-theme-zhongguohong .menu-search .ant-input{
    background-color: #a60606;
    border-color: #fd8700;
}
.sys-theme-zhongguohong .menu-search .menu-search-before{
    height: 30px;
    border: 1px solid #fd8700;
    border-left: none;
    background-color: #fd8700 !important;
}
.sys-theme-zhongguohong .placeholder-white::placeholder,
.sys-theme-zhongguohong .placeholder-white input::placeholder {
    color: #d67b7b;
}
.sys-theme-zhongguohong .menu-search:hover .ant-input,
.sys-theme-zhongguohong .menu-search .ant-input:not(:placeholder-shown),
.sys-theme-zhongguohong .menu-search .ant-input:focus{
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
}
.sys-theme-zhongguohong .menu-search.placeholder-white:hover::placeholder,
.sys-theme-zhongguohong .menu-search.placeholder-white:hover input::placeholder{
    color: #999  ;
}
/* 左侧滚动条颜色 */
.sys-theme-zhongguohong .rs-layout-left-bottom::-webkit-scrollbar {
    background: rgba(240, 136, 35, 0);
}
.sys-theme-zhongguohong .rs-layout-left-bottom::-webkit-scrollbar-track {
    background-color: rgba(240, 136, 35, 0.2);
}
.sys-theme-zhongguohong .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(240, 136, 35,0.4);
}
.sys-theme-zhongguohong .rs-layout-left:hover .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(240, 136, 35,0.7);
}
.sys-theme-zhongguohong .rs-layout-left-bottom::-webkit-scrollbar-thumb:hover {
    background: rgba(240, 136, 35,0.9) !important;
}

.sys-theme-zhongguohong .rs-nav-bar {
    /* 上方工具栏 */
    /* background: linear-gradient(90deg, #fff 0%, #fff 100%); */
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    z-index: 999; */
    background: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.sys-theme-zhongguohong .rs-nav-bar::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./static/top-bg-01.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sys-theme-zhongguohong .rs-more-system-btn {
    /* 更多系统按钮 */
    background-color: rgba(255, 255, 255, 1);
    color: #d23a3a;
    border: 1px solid #e47070;
}
/* 提示换密码 */
.sys-theme-zhongguohong .rs-news {
    background-color: #f2f2f2;
}
.sys-theme-zhongguohong .rs-nav-news-text {
    color: #ff4d4f;
}
.sys-theme-zhongguohong .rs-nav-news-text2 {
    color: #0080ff;
}
.sys-theme-zhongguohong .rs-nav-btn {
    /* 关注微信消息通知按钮 */
    background-color: #f2f2f2;
}
.sys-theme-zhongguohong .rs-nav-btn-text.weixin {
    /* 关注微信文字颜色 */
    color: #159696;
}
.sys-theme-zhongguohong .rs-nav-bar-line {
    /* 分割线 */
    background-color: rgba(0, 0, 0, 0.1);
}
/* 用户名 */
.sys-theme-zhongguohong .rs-user-icon {
    color: #999;
    background-color: #f2f2f2;
}
.sys-theme-zhongguohong .rs-name-1 {
    color: #666;
}
.sys-theme-zhongguohong .rs-name-2 {
    color: #999;
}
.sys-theme-zhongguohong .rs-more-icon{
    color: #999;
}
/* 设置按钮 */
.sys-theme-zhongguohong .rs-setting-icon{
    color: #999;
    background-color: rgba(0,0,0,0.06);
}
/* 内容区背景色 */
.sys-theme-zhongguohong .rs-content-page {
    background-color: #f6f3f2;
}
.sys-theme-zhongguohong .tb-data-btn{
    background-color: #d23a3a;
}
/* 左边侧边栏菜单展开颜色*/
.sys-theme-zhongguohong .rs-l-item-t {
    color: #fff;
}
.sys-theme-zhongguohong .rs-layout-left .ant-menu{
    color: #fff;
}
.sys-theme-zhongguohong .rs-layout-left .ant-menu .ant-menu-submenu-arrow::after,
.sys-theme-zhongguohong .rs-layout-left .ant-menu .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #fff, #fff);
}
.sys-theme-zhongguohong .rs-layout-left .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: rgba(255,138,4,0.5);
}
.sys-theme-zhongguohong .rs-layout-left .ant-menu-item-selected > a,
.sys-theme-zhongguohong .rs-layout-left .ant-menu-item-selected > a:hover {
    color: #fff;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu-open{
    background-color: #e24848;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-title{
    color: rgba(255,255,255,0.95);
    background-color: #e24848;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::after,
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::before
{
    background-image: linear-gradient(to right, #fff, #fff) !important;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-sub{
    background-color: #8f1c1c;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-item > a {
    color: rgba(255,255,255,0.8);
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-item > a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-zhongguohong .ant-menu-submenu-selected {
    background-color: #ff8a04;
}
.sys-theme-zhongguohong .ant-menu-submenu-selected .ant-menu-submenu-title,
.sys-theme-zhongguohong .ant-menu-submenu-selected .ant-menu-submenu-title:hover{
    color: rgba(255,255,255,1) !important;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #ff8a04;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a,
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover{
    color: rgba(255,255,255,0.8) !important;
}
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.sys-theme-zhongguohong .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #d23a3a, #d23a3a) !important;
}
/* 简历相关 */
.sys-theme-zhongguohong .rc-jl-outpage,.sys-theme-zhongguohong .rc-jl-outpage1{
    background-color: #ffebed;
}
.sys-theme-zhongguohong .rc-jl-page-content-sildebar,.sys-theme-zhongguohong .rc-jl-page-content-sildebar1{
    background-image: linear-gradient(0deg, rgb(253, 179, 179) 0%, rgb(255, 255, 255) 100%)
}
.sys-theme-zhongguohong .rc-jl-nav-bar{
    background-color: #ffe8e8;
    border-bottom: 1px solid #f5d1d1;
}
.sys-theme-zhongguohong .rc-jl-s-top {
    background-image: url('./static/jl-top-4.png') !important;
}
/* 登录相关 */
.sys-theme-zhongguohong .rs-login-bg{
    background-image: url('./static/login-bg-04.jpg') !important;
}
.sys-theme-zhongguohong .rs-login-l{
    background-color: #d23a3a;
}
.sys-theme-zhongguohong .rs-login-l-b{
    background-image: url('./static/login-main-04.png') !important;
}



/* 简约绿------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.sys-theme-jianyuelv {

}
.sys-theme-jianyuelv .rs-layout-left {
    /* 左侧菜单 */
    background: none;
    border-right: 1px solid #b6cfc8;
    position: relative;
}
.sys-theme-jianyuelv .rs-layout-left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b30101;
    background-image: url('./static/left-bg-02.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sys-theme-jianyuelv .rs-layout-left-top {
    /* 左侧上方阴影颜色 */
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.1);
}
.sys-theme-jianyuelv .rs-layout-left-top .rs-logo{
    border: 1px solid #b6cfc8;
}
.sys-theme-jianyuelv .rs-l-title {
    /* logo下方标题 */
    color: #178364;
}
.sys-theme-jianyuelv .menu-search .ant-input{
    /* background-color: #d4fff1; */
}
.sys-theme-jianyuelv .placeholder-white::placeholder,
.sys-theme-jianyuelv .placeholder-white input::placeholder {
    color: #489680;
}
.sys-theme-jianyuelv .menu-search:hover .ant-input,
.sys-theme-jianyuelv .menu-search .ant-input:not(:placeholder-shown),
.sys-theme-jianyuelv .menu-search .ant-input:focus{
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
}
.sys-theme-jianyuelv .menu-search.placeholder-white:hover::placeholder,
.sys-theme-jianyuelv .menu-search.placeholder-white:hover input::placeholder{
    color: #489680;
}
/* 左侧滚动条颜色 */
.sys-theme-jianyuelv .rs-layout-left-bottom::-webkit-scrollbar {
    background: rgba(30, 175, 96, 0);
}
.sys-theme-jianyuelv .rs-layout-left-bottom::-webkit-scrollbar-track {
    background-color: rgba(30, 175, 96, 0.2);
}
.sys-theme-jianyuelv .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(30, 175, 96,0.4);
}
.sys-theme-jianyuelv .rs-layout-left:hover .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(30, 175, 96,0.7);
}
.sys-theme-jianyuelv .rs-layout-left-bottom::-webkit-scrollbar-thumb:hover {
    background: rgba(30, 175, 96,0.9) !important;
}

.sys-theme-jianyuelv .rs-nav-bar {
    /* 上方工具栏 */
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    background: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.sys-theme-jianyuelv .rs-nav-bar::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./static/top-bg-02.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sys-theme-jianyuelv .rs-more-system-btn {
    /* 更多系统按钮 */
    background-color: rgba(255, 255, 255, 1);
    color: #108160;
    border: 1px solid #ceece3;
}
/* 提示换密码 */
.sys-theme-jianyuelv .rs-news {
    background-color: #f2f2f2;
}
.sys-theme-jianyuelv .rs-nav-news-text {
    color: #ff4d4f;
}
.sys-theme-jianyuelv .rs-nav-news-text2 {
    color: #108160;
}
.sys-theme-jianyuelv .rs-nav-btn {
    /* 关注微信消息通知按钮 */
    background-color: #f2f2f2;
}
.sys-theme-jianyuelv .rs-nav-btn-text.weixin {
    /* 关注微信文字颜色 */
    color: #159696;
}
.sys-theme-jianyuelv .rs-nav-bar-line {
    /* 分割线 */
    background-color: rgba(0, 0, 0, 0.1);
}
/* 用户名 */
.sys-theme-jianyuelv .rs-user-icon {
    color: #999;
    background-color: #f2f2f2;
}
.sys-theme-jianyuelv .rs-name-1 {
    color: #666;
}
.sys-theme-jianyuelv .rs-name-2 {
    color: #999;
}
.sys-theme-jianyuelv .rs-more-icon{
    color: #999;
}
/* 设置按钮 */
.sys-theme-jianyuelv .rs-setting-icon{
    color: #999;
    background-color: rgba(0,0,0,0.06);
}
/* 内容区背景色 */
.sys-theme-jianyuelv .rs-content-page {
    background-color: #f3f5f4;
}
.sys-theme-jianyuelv .tb-data-btn{
    background-color: #d23a3a;
}
/* 左边侧边栏菜单展开颜色*/
.sys-theme-jianyuelv .rs-l-item-t {
    color: #108160;
}
.sys-theme-jianyuelv .rs-layout-left .ant-menu{
    color: #108160;
}
.sys-theme-jianyuelv .rs-layout-left .ant-menu .ant-menu-submenu-arrow::after,
.sys-theme-jianyuelv .rs-layout-left .ant-menu .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #108160, #108160);
}
.sys-theme-jianyuelv .rs-layout-left .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: rgba(255,138,4,0.5);
}
.sys-theme-jianyuelv .rs-layout-left .ant-menu-item-selected > a,
.sys-theme-jianyuelv .rs-layout-left .ant-menu-item-selected > a:hover {
    color: #108160;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu-open{
    background-color: #0e966d;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-title{
    color: rgba(255,255,255,0.95);
    background-color: #108160;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::after,
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::before
{
    background-image: linear-gradient(to right, #fff, #fff) !important;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-sub{
    background-color: #0e966d;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-item > a {
    color: rgba(255,255,255,0.8);
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-item > a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-jianyuelv .ant-menu-submenu-selected {
    background-color: #00b98b;
}
.sys-theme-jianyuelv .ant-menu-submenu-selected .ant-menu-submenu-title,
.sys-theme-jianyuelv .ant-menu-submenu-selected .ant-menu-submenu-title:hover{
    color: rgba(255,255,255,1) !important;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #8fb634;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a,
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover{
    color: #00b98b !important;
}
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.sys-theme-jianyuelv .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #108160, #108160) !important;
}
/* 简历相关 */
.sys-theme-jianyuelv .rc-jl-outpage,.sys-theme-jianyuelv .rc-jl-outpage1{
    background-color: #e5fcf8;
}
.sys-theme-jianyuelv .rc-jl-page-content-sildebar,.sys-theme-jianyuelv .rc-jl-page-content-sildebar1{
    background-image: linear-gradient(0deg, rgb(158, 228, 193) 0%, rgb(255, 255, 255) 100%)
}
.sys-theme-jianyuelv .rc-jl-nav-bar{
    background-color: #dbf3e7;
    border-bottom: 1px solid #d1e7dc;
}
.sys-theme-jianyuelv .rc-jl-s-top {
    background-image: url('./static/jl-top-5.png') !important;
}
/* 登录相关 */
.sys-theme-jianyuelv .rs-login-bg{
    background-image: url('./static/login-bg-05.jpg') !important;
}
.sys-theme-jianyuelv .rs-login-l{
    background-color: rgba(55, 192, 101, 0.6);
}
.sys-theme-jianyuelv .rs-login-l-b{
    background-image: url('./static/login-main-05.png') !important;
}




/* 深邃蓝------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.sys-theme-shensuilan {

}
.sys-theme-shensuilan .rs-layout-left {
    /* 左侧菜单 */
    background: none;
    border-right: 1px solid #eee;
    position: relative;
    /* background: linear-gradient(180deg, #0166b5 0%, #0166b5 100%); */
}
.sys-theme-shensuilan .rs-layout-left::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b30101;
    background-image: url('./static/left-bg-03.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sys-theme-shensuilan .rs-layout-left-top {
    /* 左侧上方阴影颜色 */
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.1);
}
.sys-theme-shensuilan .rs-layout-left-top .rs-logo{
    border: 1px solid #0c72c0;
}
.sys-theme-shensuilan .rs-l-title {
    /* logo下方标题 */
    color: #94c2f0;
}
.sys-theme-shensuilan .menu-search .ant-input{
    background-color: #096fbd;
    border-color: #14a1e2;
}
.sys-theme-shensuilan .menu-search .menu-search-before{
    height: 30px;
    border: 1px solid #14a1e2;
    border-left: none;
}
.sys-theme-shensuilan .placeholder-white::placeholder,
.sys-theme-shensuilan .placeholder-white input::placeholder {
    color: #b9cfec;
}
.sys-theme-shensuilan .menu-search:hover .ant-input,
.sys-theme-shensuilan .menu-search .ant-input:not(:placeholder-shown),
.sys-theme-shensuilan .menu-search .ant-input:focus{
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
}
.sys-theme-shensuilan .menu-search.placeholder-white:hover::placeholder,
.sys-theme-shensuilan .menu-search.placeholder-white:hover input::placeholder{
    color: #647c9b;
}
/* 左侧滚动条颜色 */
.sys-theme-shensuilan .rs-layout-left-bottom::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
}
.sys-theme-shensuilan .rs-layout-left-bottom::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}
.sys-theme-shensuilan .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(99, 121, 153,0.3);
}
.sys-theme-shensuilan .rs-layout-left:hover .rs-layout-left-bottom::-webkit-scrollbar-thumb {
    background: rgba(68, 131, 204, 0.7);
}
.sys-theme-shensuilan .rs-layout-left-bottom::-webkit-scrollbar-thumb:hover {
    background: rgba(68, 131, 204,1) !important;
}
/* 左侧菜单搜索结果 */
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-item.menu-serch-activt{
    background-color: #155381;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-item.menu-serch-activt a {
    color: #fff !important;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-item.menu-serch-activt.ant-menu-item-selected a{
    color: rgba(255,255,255,1) !important;
}

.sys-theme-shensuilan .rs-nav-bar {
    /* 上方工具栏 */
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    background: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.sys-theme-shensuilan .rs-nav-bar::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./static/top-bg-03.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.sys-theme-shensuilan .rs-more-system-btn {
    /* 更多系统按钮 */
    background-color: rgba(255, 255, 255, 1);
    color: #0166b5;
    border: 1px solid #649bc5;
}
/* 提示换密码 */
.sys-theme-shensuilan .rs-news {
    background-color: #f2f2f2;
}
.sys-theme-shensuilan .rs-nav-news-text {
    color: #ff4d4f;
}
.sys-theme-shensuilan .rs-nav-news-text2 {
    color: #0166b5;
}
.sys-theme-shensuilan .rs-nav-btn {
    /* 关注微信消息通知按钮 */
    background-color: #f2f2f2;
}
.sys-theme-shensuilan .rs-nav-btn-text.weixin {
    /* 关注微信文字颜色 */
    color: #159696;
}
.sys-theme-shensuilan .rs-nav-bar-line {
    /* 分割线 */
    background-color: rgba(0, 0, 0, 0.1);
}
/* 用户名 */
.sys-theme-shensuilan .rs-user-icon {
    color: #999;
    background-color: #f2f2f2;
}
.sys-theme-shensuilan .rs-name-1 {
    color: #666;
}
.sys-theme-shensuilan .rs-name-2 {
    color: #999;
}
.sys-theme-shensuilan .rs-more-icon{
    color: #999;
}
/* 设置按钮 */
.sys-theme-shensuilan .rs-setting-icon{
    color: #999;
    background-color: rgba(0,0,0,0.06);
}
/* 内容区背景色 */
.sys-theme-shensuilan .rs-content-page {
    background-color: #f3f5f4;
}
.sys-theme-shensuilan .tb-data-btn{
    background-color: #d23a3a;
}
/* 左边侧边栏菜单展开颜色*/
.sys-theme-shensuilan .rs-l-item-t {
    color: #fff;
}
.sys-theme-shensuilan .rs-layout-left .ant-menu{
    color: #fff;
}
.sys-theme-shensuilan .rs-layout-left .ant-menu .ant-menu-submenu-arrow::after,
.sys-theme-shensuilan .rs-layout-left .ant-menu .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #fff, #fff);
}
.sys-theme-shensuilan .rs-layout-left .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #0166b5;
}
.sys-theme-shensuilan .rs-layout-left .ant-menu-item-selected > a,
.sys-theme-shensuilan .rs-layout-left .ant-menu-item-selected > a:hover {
    color: #fff;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu-open{
    background-color: #2f88cc;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-title{
    color: rgba(255,255,255,0.95);
    background-color: #2f88cc;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::after,
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu-open .ant-menu-submenu-arrow::before
{
    background-image: linear-gradient(to right, #fff, #fff) !important;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-sub{
    background-color: #155381;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-item > a {
    color: rgba(255,255,255,0.8);
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-item > a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-shensuilan .ant-menu-submenu-selected {
    background-color: #0166b5;
}
.sys-theme-shensuilan .ant-menu-submenu-selected .ant-menu-submenu-title,
.sys-theme-shensuilan .ant-menu-submenu-selected .ant-menu-submenu-title:hover{
    color: rgba(255,255,255,1) !important;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #c49f6a;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a,
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a:hover{
    color: rgba(255,255,255,1);
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover{
    color: rgba(255,255,255,0.8) !important;
}
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.sys-theme-shensuilan .rs-layout-left-bottom .ant-menu-submenu.ant-menu-submenu-inline:not(.ant-menu-submenu-open)>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before{
    background-image: linear-gradient(to right, #0166b5, #0166b5) !important;
}
/* 简历相关 */
.sys-theme-shensuilan .rc-jl-outpage,.sys-theme-shensuilan .rc-jl-outpage1{
    background-color: #e5f0fc;
}
.sys-theme-shensuilan .rc-jl-page-content-sildebar,.sys-theme-shensuilan .rc-jl-page-content-sildebar1{
    background-image: linear-gradient(0deg, rgb(172, 193, 221) 0%, rgb(255, 255, 255) 100%)
}
.sys-theme-shensuilan .rc-jl-nav-bar{
    background-color: #dde7f1;
    border-bottom: 1px solid rgb(205, 213, 221);
}
.sys-theme-shensuilan .rc-jl-s-top {
    background-image: url('./static/jl-top-6.png') !important;
}
/* 登录相关 */
.sys-theme-shensuilan .rs-login-bg{
    background-image: url('./static/login-bg-06.jpg') !important;
}
.sys-theme-shensuilan .rs-login-l{
    background-color: rgba(1,102,181,0.5);
}
.sys-theme-shensuilan .rs-login-l-b{
    background-image: url('./static/login-main-06.png') !important;
}











/* 首页风格 */

/* 纯文字 */
.home-style-wenzi.HomePage{
    background-color: transparent;
}
.home-style-wenzi .home-page-card{
    margin: 10px;
    background-color: #fff;
    border-radius: 4px;
}
.home-style-wenzi .home-page-card .rs-content-menulist.cygn .rs-menu-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0);
    align-items: flex-start;
    padding: 0 !important;
}
.home-style-wenzi .home-page-card .rs-content-menulist.cygn .rs-menuitem-text {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.home-style-wenzi .home-page-card .rs-content-menulist .rs-menu-item:hover{
    background-color: #fff !important;
}
.home-style-wenzi .home-page-card .rs-content-menulist .rs-menu-item:hover .rs-menuitem-text{
    text-decoration: underline;
}
.home-style-wenzi .rs-content-menulist.cygn .rs-menu-item::after{
    display: none;
}
.home-style-wenzi .rs-content-menulist.cygn .rs-menu-item:nth-child(2n){
    background-color: #fff;
}
.home-style-wenzi .rs-content-menulist.cygn .rs-menu-item:nth-child(2n) .rs-menuitem-text {
    color: #191919;
}


.home-style-wenzi .rs-hmc-item {
    padding: 5px 0;
    flex-direction: row-reverse;
    align-items: center;
}
.home-style-wenzi .rs-hmc-item-l{
    flex: 1;
    margin-right: 0;
}
.home-style-wenzi .rs-hmc-item-r{
    display: none;
}
.home-style-wenzi .rs-hmc-item{
    background: none !important;
}
.home-style-wenzi .rs-hmc-item:nth-child(2n){
    background: none !important;
}
.home-style-wenzi .rs-hmc-item:nth-child(3n){
    background: none !important;
}

.home-style-wenzi .rs-hmc-item .rs-hmc-title {
    color: #191919;
    font-weight: normal;
}
.home-style-wenzi .rs-hmc-item .rs-hmc-p {
    color: #999;
}
@media (max-width:1200px) {
    .home-style-wenzi.rs-hmc-item {
        width: calc(100% / 4 - 10px) !important;
    }
}
@media (min-width:1200px) {
    .home-style-wenzi .rs-hmc-item {
        width: calc(100% / 5 - 10px) !important;
    }
}
@media (min-width:1440px) {
    .home-style-wenzi .rs-hmc-item {
        width: calc(100% / 6 - 10px) !important;
    }
}
@media (min-width:1700px) {
    .home-style-wenzi .rs-hmc-item {
        width: calc(100% / 7 - 10px) !important;
    }
}
@media (min-width:1921px) {
    .home-style-wenzi .rs-hmc-item {
        width: calc(100% / 8 - 10px) !important;
    }
}


.home-style-wenzi .rs-zzsb-item {
    padding: 5px 0;
    flex-direction: row-reverse;
    align-items: center;
}
.home-style-wenzi .rs-zzsb-item-l{
    flex: 1;
    margin-right: 0;
}
.home-style-wenzi .rs-zzsb-item-r{
    display: none;
}
.home-style-wenzi .rs-zzsb-item{
    background: none !important;
}
.home-style-wenzi .rs-zzsb-item:nth-child(2n){
    background: none !important;
}
.home-style-wenzi .rs-zzsb-item:nth-child(3n){
    background: none !important;
}

.home-style-wenzi .rs-zzsb-item .rs-zzsb-title {
    color: #191919;
    font-weight: normal;
}
.home-style-wenzi .rs-zzsb-item .rs-zzsb-p {
    color: #999;
}
@media (max-width:1200px) {
    .home-style-wenzi .rs-zzsb-item {
        width: calc(100% / 4 - 10px) !important;
    }
}
@media (min-width:1200px) {
    .home-style-wenzi.rs-zzsb-item {
        width: calc(100% / 5 - 10px) !important;
    }
}
@media (min-width:1440px) {
    .home-style-wenzi.rs-zzsb-item {
        width: calc(100% / 6 - 10px) !important;
    }
}
@media (min-width:1700px) {
    .home-style-wenzi .rs-zzsb-item {
        width: calc(100% / 7 - 10px) !important;
    }
}
@media (min-width:1921px) {
    .home-style-wenzi .rs-zzsb-item {
        width: calc(100% / 8 - 10px) !important;
    }
}


.home-style-wenzi .rs-zdy-item {
    padding: 5px 0;
    flex-direction: column-reverse !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin-right: 50px;
}
.home-style-wenzi .rs-zdy-item:hover .rs-homecard-show-content{
    display: none;
}

.home-style-wenzi .rs-zdy-item-l{
    flex: 1;
    margin-right: 0;
    margin-top: 5px;
}
.home-style-wenzi .rs-zdy-item-r{
    width: 24px;
    height: 24px;
}
.home-style-wenzi .rs-zdy-item-r .rs-zdy-item-icon{
    width: 24px;
    height: 24px;
}

.home-style-wenzi .rs-zdy-item{
    background: none !important;
}
.home-style-wenzi .rs-zdy-item:nth-child(2n){
    background: none !important;
}
.home-style-wenzi .rs-zdy-item:nth-child(3n){
    background: none !important;
}

.home-style-wenzi .rs-zdy-item .rs-zdy-title {
    color: #191919;
    font-weight: normal;
}
.home-style-wenzi .rs-zdy-item .rs-zdy-p {
    color: #999;
}
.home-style-wenzi .rs-zdy-item:hover .rs-zdy-title{
    color: var(--color-primary) !important;
    text-decoration: underline;
}


.home-style-wenzi .rs-homecard-show-content{
    background-color: var(--color-primary);
    background: linear-gradient( 90deg, var(--color-primary) 0%, var(--color-primary) 100%);
}
.home-style-wenzi .rs-homecard-item:hover .rs-hmc-title,
.home-style-wenzi .rs-homecard-item:hover .rs-zzsb-title,
.home-style-wenzi .rs-homecard-item:hover .rs-zdy-title{
    color: #fff;
}
.home-style-wenzi .rs-homecard-item:hover .rs-hmc-p,
.home-style-wenzi .rs-homecard-item:hover .rs-zzsb-p,
.home-style-wenzi .rs-homecard-item:hover .rs-zdy-p{
    color: rgba(255, 255, 255, 0.7);
}



/* 白色 */
.home-style-bai .home-page-card .rs-content-menulist.cygn .rs-menu-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.07);
}
.home-style-bai .rs-hmc-item{
    background: none !important;
    border: 1px solid rgba(0,0,0,0.07);
}
.home-style-bai .rs-hmc-item:nth-child(2n){
    background: none !important;
}
.home-style-bai .rs-hmc-item:nth-child(3n){
    background: none !important;
}

.home-style-bai .rs-hmc-item .rs-hmc-title {
    color: #191919;
    font-weight: normal;
    font-size: 16px;
}

.home-style-bai .rs-zzsb-item{
    background: none !important;
    border: 1px solid rgba(0,0,0,0.07);
}
.home-style-bai .rs-zzsb-item:nth-child(2n){
    background: none !important;
}
.home-style-bai .rs-zzsb-item:nth-child(3n){
    background: none !important;
}

.home-style-bai .rs-zzsb-item .rs-zzsb-title {
    color: #191919;
    font-weight: normal;
    font-size: 16px;
}
.home-style-bai .rs-zdy-item {
    padding: 5px 0;
    flex-direction: column-reverse !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin-right: 50px;
}
.home-style-bai .rs-zdy-item:hover .rs-homecard-show-content{
    display: none;
}
.home-style-bai .rs-zdy-item-l{
    flex: 1;
    margin-right: 0;
    margin-top: 5px;
}
.home-style-bai .rs-zdy-item-r{
    width: 24px;
    height: 24px;
}
.home-style-bai .rs-zdy-item-r .rs-zdy-item-icon{
    width: 24px;
    height: 24px;
}

.home-style-bai .rs-zdy-item{
    background: none !important;
}
.home-style-bai .rs-zdy-item:nth-child(2n){
    background: none !important;
}
.home-style-bai .rs-zdy-item:nth-child(3n){
    background: none !important;
}
.home-style-bai .rs-zdy-item .rs-zdy-title {
    color: #191919;
    font-weight: normal;
}
.home-style-bai .rs-zdy-item:hover .rs-zdy-title{
    color: var(--color-primary) !important;
    text-decoration: underline;
}



/* 深色 */
.home-style-shense .home-page-card .rs-content-menulist.cygn .rs-menu-item {
    background-image: linear-gradient(to right, #0868d6, #0da5d4) !important;
    border: none;
}
.home-style-shense .rs-content-menulist.cygn .rs-menu-item::after{
    background-color: #fff;
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    background-size: 60%;
}
.home-style-shense .rs-hmc-item{
    background: none !important;
    /* border: 1px solid rgba(0,0,0,0.07); */
}
.home-style-shense .home-page-card .rs-content-menulist.cygn .rs-menuitem-text{
    color: #fff;
}
.home-style-shense .rs-hmc-item:nth-child(2n){
    background: none !important;
}
.home-style-shense .rs-hmc-item:nth-child(3n){
    background: none !important;
}

.home-style-shense .rs-hmc-item .rs-hmc-title {
    color: #191919;
    font-weight: normal;
    font-size: 16px;
}

.home-style-shense .rs-zzsb-item{
    background: none !important;
    border: 1px solid rgba(0,0,0,0.07);
}
.home-style-shense .rs-zzsb-item:nth-child(2n){
    background: none !important;
}
.home-style-shense .rs-zzsb-item:nth-child(3n){
    background: none !important;
}

.home-style-shense .rs-zzsb-item .rs-zzsb-title {
    color: #191919;
    font-weight: normal;
    font-size: 16px;
}
.home-style-shense .rs-zdy-item {
    padding: 5px 0;
    flex-direction: column-reverse !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin-right: 50px;
}
.home-style-shense .rs-zdy-item:hover .rs-homecard-show-content{
    display: none;
}
.home-style-shense .rs-zdy-item-l{
    flex: 1;
    margin-right: 0;
    margin-top: 5px;
}
.home-style-shense .rs-zdy-item-r{
    width: 24px;
    height: 24px;
}
.home-style-shense .rs-zdy-item-r .rs-zdy-item-icon{
    width: 24px;
    height: 24px;
}

.home-style-shense .rs-zdy-item{
    background: none !important;
}
.home-style-shense .rs-zdy-item:nth-child(2n){
    background: none !important;
}
.home-style-shense .rs-zdy-item:nth-child(3n){
    background: none !important;
}
.home-style-shense .rs-zdy-item .rs-zdy-title {
    color: #191919;
    font-weight: normal;
}
.home-style-shense .rs-zdy-item:hover .rs-zdy-title{
    color: var(--color-primary) !important;
    text-decoration: underline;
}
