/*首页-左边树选中*/
body .ant-menu.ant-menu-dark .ant-menu-item-selected,
body .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected{
  background: #b60005;
}

body .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
body .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
body .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
body .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
body .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
body .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
body .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
body .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: -webkit-gradient(linear, left top, right top, from(#b60005), to(#b60005));
  background: linear-gradient(to right, #b60005, #b60005);
 }
/*头部管理员操作hover*/
body .ant-dropdown-menu-item:hover,
body .ant-dropdown-menu-submenu-title:hover{
  background: #fff5f5;
}
/*列表按钮颜色*/
body .ant-btn-primary,
body .table-operator>button:first-child,
body .ant-modal-body .ant-btn-primary{
  background-color: #b60005;
  border-color: #b60005;
  color: #fff;
}
body .ant-btn-primary:hover,
body .table-operator>button:first-child:hover,
body .ant-modal-body .ant-btn-primary:hover{
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}

/*列表操作栏按钮*/
body .ops_btnOne span,
body div.ops_btn{
  color: #3283b2;
}
body .ops_btnOne span:hover{
  color: #3283b2;
  text-decoration: underline;
}
body div.buttonContainer span:hover{
  background:#3283b2 ;
  color: #fff;
}
body div.ops_btn:after{
  background: none;
  border-left: 1px solid #3283b2;
  border-bottom: 1px solid #3283b2;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  margin-top: -7px;
  margin-left: 4px;
}
body .ops_btnOne span:after{
  color: #ffe2e2;
}
/*首页头部选中*/
body .ant-menu-horizontal > .ant-menu-item:hover,
body .ant-menu-horizontal > .ant-menu-submenu:hover,
body .ant-menu-horizontal > .ant-menu-item-active,
body .ant-menu-horizontal > .ant-menu-submenu-active,
body .ant-menu-horizontal > .ant-menu-item-open,
body .ant-menu-horizontal > .ant-menu-submenu-open,
body .ant-menu-horizontal > .ant-menu-item-selected,
body .ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #b60005;
  border-bottom: 2px solid #b60005;
}
body .ant-menu-horizontal > .ant-menu-item-selected > a{
  color: #b60005;
}
body .ant-menu-horizontal > .ant-menu-item:hover,
body .ant-menu-horizontal > .ant-menu-submenu:hover,
body .ant-menu-horizontal > .ant-menu-item-active,
body .ant-menu-horizontal > .ant-menu-submenu-active,
body .ant-menu-horizontal > .ant-menu-item-open,
body .ant-menu-horizontal > .ant-menu-submenu-open,
body .ant-menu-horizontal > .ant-menu-item-selected,
body .ant-menu-horizontal > .ant-menu-submenu-selected{
  background: #fff5f5;
}
body .ant-menu-horizontal > .ant-menu-item > a:hover,
body .ant-menu-item:hover, .ant-menu-item-active,
body .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
body .ant-menu-submenu-active, .ant-menu-submenu-title:hover,
body .ant-menu-item > a:hover{
  color: #b60005;
}
/*首页导航条选中与hover*/
body .ant-tabs-nav .ant-tabs-tab-active,
body .ant-tabs-nav .ant-tabs-tab:hover{
  color: #b60005;
}
body .ant-tabs-ink-bar{
  background: #b60005;
}
/*列表左侧树*/
body .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
body .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before{
  background-color:#fff5f5 ;
}
/*列表树选中*/
body .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
body .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before{
  background: #b60005;
}


/*列表表格hover*/
body .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
body .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
body .ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
body .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td{
  background: #fff3f9;
}
/*过滤按钮*/
body .search-btn:hover{
  color: #b60005;
}
/*列表选中*/
body .ant-checkbox-checked::after{
  border: 1px solid #e60012;
}
body .ant-checkbox-checked .ant-checkbox-inner{
  background-color: #e60012;
  border-color: #e60012;

}
body .ant-checkbox-indeterminate .ant-checkbox-inner::after{
  background-color: #e60012;

}
body .ant-checkbox-wrapper:hover .ant-checkbox-inner,
body .ant-checkbox:hover .ant-checkbox-inner,
body .ant-checkbox-input:focus + .ant-checkbox-inner{
  border-color: #e60012;
}

/*过滤窗口 重置按钮*/
body .ant-btn:hover,
body .ant-btn:focus{
  color: #e60012;
  border-color: #e60012;
}
body .ant-btn-primary:hover,
body .ant-btn-primary:focus{
  color: #fff;
}

body .ant-input:hover{
  border-color: #e60012;
}
body .ant-input:focus{
  border-color: #e60012;
  box-shadow: 0 0 0 2px rgb(255 232 243);
}

body .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),
body .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,
body .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active,
body .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before,
body .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before {
  background-color: #e60012;
  border-color: #e60012;
}

body .ant-radio-button-wrapper:hover{
  color: #b60005;
}
/*a标签*/
body a{
  color: #b60005;
}
body a:hover{
  color: #e60012;
}
/*日期选择框*/
body .ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){
  border-color: #b60005;
}

body .ant-calendar-today .ant-calendar-date{
  color: #e60012;
  border-color: #e60012;
}
body .ant-calendar-selected-day .ant-calendar-date,
body .ant-calendar-date:hover{
  background-color:#fff5f5;
}
body .ant-calendar .ant-calendar-ok-btn{
  background-color: #b60005;
  border-color: #b60005;
  color: #fff;
}

body .ant-calendar .ant-calendar-ok-btn:hover {
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #e60012 !important;
}

/**/
body .tableTit{
  border-left-color: #b60005;
}

/*列表导航页面*/
body .rx-page-dl .pageSize,
body .rx-page-dl dd:hover,
body .rx-page-dl dt:hover{
  border-color: #e60012!important;
  color: #e60012!important;
}
body .ant-select-selection:hover{
  border-color: #e60012!important;
}
body .rx-page-dl .rx-page-select:hover{
  border-color:transparent!important;
}
body .rx-page-dl .btn-prohibit,
body .rx-page-dl .btn-prohibit:hover{
  color: rgba(0,0,0,.25)!important;
  border-color: #d9d9d9!important;
}
/*加载中图标*/
body .ant-spin-dot-item{
  background-color: #b60005!important;
}
/*单选按钮*/
body .ant-radio-checked .ant-radio-inner, 
.ant-radio-checked::after,
.ant-radio-wrapper:hover .ant-radio, 
.ant-radio:hover .ant-radio-inner, 
.ant-radio-input:focus + .ant-radio-inner,
.ant-radio-checked .ant-radio-inner:hover,
.ant-radio-inner:hover,
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #e60012 !important;
}

body .ant-radio-inner::after{
  background-color: #e60012;
}

.foldBtn:hover {
  border-color: #e60012 !important;
  color: #e60012 !important;
}

.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: rgba(182, 0, 5, 0.1) !important;
}

.ant-tree li.ant-tree-treenode-selected .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: #b60005 !important;
}

.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected .ant-tree-title {
  height: 24px;
  display: inline-block;
}

/*下拉框hover*/
body .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
body .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){
  background-color:#fff5f5 ;
}
body .ant-select-focused .ant-select-selection,
body .ant-select-selection:focus,
body .ant-select-selection:active{
  border-color: #b60005;
}

/*开关按钮*/
body .ant-switch-checked{
  background-color: #b60005;
}

/*按钮*/
body .ant-btn-primary:active,
body .ant-btn-primary.active{
  background-color: #b60005!important;
  border-color: #b60005!important;
}

/*导航-首页部分*/
body .journalism_span{
  color: #3283b2;
}
body .journalism_span span:first-child{
  border-right-color: #3283b2;
}

/*日期*/
body .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{
  border-color:#b60005 ;
}

body .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
body .ant-fullcalendar-selected-day .ant-fullcalendar-value{
  background-color: #b60005;
  box-shadow: 0 0 0 1px #e60012 inset;
}

/*下拉树 a-tree-select*/
body .ant-select-tree li .ant-select-tree-node-content-wrapper:hover,
body .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{
  background-color: #fff5f5;
}

/*rx-layout布局按钮*/
body .rx-layout .closeBtn>span:hover {
  color: #b60005!important;
  border-color: #b60005!important;
}

/*删除按钮*/
body .ant-btn-danger:hover,
body .ant-btn-danger:focus {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}
/**/
body .ant-table-row-expand-icon:focus,
body .ant-table-row-expand-icon:hover{
  color:#e60012 ;
}

/*首页不要左边树，只有头部导航的情况*/
body .hearlist .toolBarBox a.itmeBox{
  color: #fff;
}
body .hearlist .toolBarBox a.itmeBox:hover{
  color: #b60005;
}
body .hearlist .ant-menu-horizontal > .ant-menu-item:hover,
body .hearlist .ant-menu-horizontal > .ant-menu-item-selected{
  background-color: #b60005;
}
body .hearlist .ant-menu-horizontal > .ant-menu-item > a:hover,
body .hearlist .ant-menu-item > a:hover{
  color: #fff;
}

/************** 新增样式 **************/
.ant-btn-primary:hover, .ant-btn-primary:focus {
  background-color: #e60012 !important;
}

.indexHome .gridLayoutClass {
  border-radius: 10px;
  width: auto;
}

.indexHome .gridLayoutClass.home-info .rx-grid-loading {
  background: none !important;
}

.indexHome .gridLayoutClass.home-info-left {
  margin: 4px 5px 0 10px;
}

.indexHome .gridLayoutClass.home-info-right {
  margin: 4px 10px 0 5px;
}

.msgUl {
  justify-content: space-between; 
  margin-bottom: 0;
}

.msgUl > li.msgItme {
  width: 19%;
  padding: 0;
  height: 117px;
}

.msgUl > li.msgItme div.contentBox {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.msgUl > li.msgItme div.contentBox .msgContent {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.msgUl > li.msgItme div.contentBox .msgBagRadiusBig {
  position: absolute;
  top: -60px;
  right: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(to bottom right ,rgba(255,255,255,.2),rgba(255,255,255,.0));
}

.msgUl > li.msgItme div.contentBox .msgBagRadiusSmall{
  position: absolute;
  height: 130px;
  width: 130px;
  bottom: -40px;
  right: -40px;
  border-radius: 50%;
  z-index: 2;
  background: linear-gradient(to bottom right,rgba(255,255,255,.2),rgba(255,255,255,.0));
}

.msgUl > li.msgItme:nth-child(1) div.contentBox {
  background: linear-gradient(to bottom right,#f7873b,#ef6f00 );
}

.msgUl > li.msgItme:nth-child(2) div.contentBox {
  background: linear-gradient(to bottom right,#589ac0,#2280b3 );
}

.msgUl > li.msgItme:nth-child(3) div.contentBox {
  background: linear-gradient(to bottom right,#ea303d,#e50112 );
}

.msgUl > li.msgItme:nth-child(4) div.contentBox {
  background: linear-gradient(to bottom right,#76bc6f,#50a555 );
}

.msgUl > li.msgItme:nth-child(5) div.contentBox {
  background: linear-gradient(to bottom right,#ffd431,#ffd900 );
}

.msgContent span, .msgContent i {
  font-size: 22px;
  font-weight: 200;
}

.msgContent span {
  margin-left: 10px;
}

.msgContent p.count {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: 50px;
  margin: -5px 0px 0 0 !important;
}

.msgContent p.count span {
  font-size: 46px !important;
  margin-left: 0px;
  /* font-weight: 600; */
}

.msgContent p.count span.countMore {
  position: relative;
  padding-right: 6px;
}

.msgContent p.count span.countMore::after {
  content: "+";
  position: absolute;
  font-size: 16px;
  transform: scale(1);
}

.gridLayoutClass .headPClass, 
.ant-tabs .ant-tabs-bar {
  border-bottom: 1px solid #feb6b8;
  font-weight: 600;
}

.ant-fullcalendar-header .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #b60005;
}

.ant-fullcalendar-header .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  border-color: #b60005;
}

.ant-fullcalendar-header .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #b60005;
}

.extra-item .btnSpan {
  background-color: #3283b2;
}

.page-header-index-wide {
  background: #fff;
  border-radius: 5px;
  padding: 0 15px;
}

.page-header-index-wide .ant-tabs-bar.ant-tabs-top-bar.ant-tabs-large-bar {
  padding: 0;
}

.salesCard .ant-tabs-extra-content {
  height: 48px;
}

.itmelist:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #aaa;
}

.bodyDivClass .itmelist span {
  color: #999;
}

.itmelist {
  border-bottom: 1px #ddd dashed;  
}

.itmelist.noRead p {
  font-weight: 600;
}

.itmelist p {
  font-size: 15px;
}

.itmelist:hover p {
  color: #b60005;
}

.home-list li {
  line-height: 60px;
}

.bodyDivClass .itmelist.none {
  display: none;
}

.indexHome .gridLayoutClass .bodyDivClass {
  padding: 15px;
}

.home-header.ant-layout-header .menuRight .toolBarBox li.newslisr .newstre ul {
  height: auto;
}

.home-header.ant-layout-header .menuRight .toolBarBox li.newslisr .newstre a {
  color: #333;
  font-size: 12px;
}

.gridLayoutClass.home-info .headPClass {
  margin: 15px 30px 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.gridLayoutClass.home-info .journalism_span {
  font-size: 14px;
  cursor: initial;
}

.gridLayoutClass.home-info .journalism_span span {
  cursor: pointer;
}

.inputBtnBox .rx-groups .handClose:hover {
  background-color: #e60012 !important;
}

/*加载样式*/
.rx-grid-loading{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(255,255,255,.5) !important;
  text-align: center;
}
.rx-grid-loading:before{
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align:middle;
}
.rx-grid-loading .rx-span-loading{
  display: inline-block;
  vertical-align: middle;
  color: #333 !important;
}
.sec-page-title {
  border-bottom: 1px solid #feb6b8;
  padding-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-page-title > span {
  line-height: 44px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}

.table-page-search-submitButtons {
  margin-top: -3px !important;
}

@media screen and (max-width: 1366px) {
  .msgContent span, .msgContent i {
    font-size: 18px;
  }

  .msgContent p.count span {
    font-size: 34px !important;
  }
}

.notify-btn-primary,
.notify-btn-primary.active, 
.notify-btn-primary.hover, 
.notify-btn-primary:active, 
.notify-btn-primary:hover {
  background-color: #b60005 !important;
  border: 1px solid #b60005 !important;
}