.header {
  position: relative;
  padding: 0 !important;
  height: 60px !important;
  line-height: 60px !important;
  background: #357fff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-left {
  display: flex;
}
.header .header-left .logo-user {
  cursor: pointer;
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.header .header-left .logo-user img {
  width: 150px;
}
.header .header-left .logo-manage {
  cursor: pointer;
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #357fff;
}
.header .header-left .logo-manage img {
  height: 45px;
}
.header .header-left .title {
  color: #ffffff;
  line-height: 60px;
  font-size: 20px;
  font-weight: 900;
  padding-left: 20px;
}
.header .header-right {
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #ffffff;
}
.header .header-right .mobile {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 20px;
}
.header .header-right .user-wrap {
  display: flex;
  align-items: center;
}
.header .header-right .user-wrap .bell-wrap {
  position: relative;
  margin-right: 15px;
  padding-top: 4px;
  cursor: pointer;
}
.header .header-right .user-wrap .bell-wrap .bell-icon {
  font-size: 20px;
}
.header .header-right .user-wrap .bell-wrap .bell-num {
  font-size: 8px;
  width: 10px;
  text-align: center;
  line-height: 10px;
  height: 10px;
  border-radius: 5px;
  background: #D63333;
  color: white;
  position: absolute;
  top: 42px;
  right: -2px;
  z-index: 2;
}
.header .header-right .user-wrap .info-wrap {
  cursor: pointer;
}
.header .header-right .user-wrap .info-wrap-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
  color: #357fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-right: 15px;
}
.header .header-right .user-wrap .info-wrap-avatarimg {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.header .title-img {
  width: 160px;
  margin-top: -5px;
}
.layout-content-scroll {
  overflow: auto;
  height: calc(100vh);
  scrollbar-width: thin;
  scrollbar-color: #e3e3e3 #F5F6FA;
}
.layout-content-scroll.has-top {
  height: calc(100vh - 60px);
}
.layout-content-scroll.has-top-bread {
  height: calc(100vh - 100px);
}
.layout-content-scroll.no-bread {
  height: calc(100vh - 60px);
}
.siderbar-wrap {
  width: 160px;
  height: calc(100vh - 60px);
}
.side-bar {
  width: 160px;
  height: calc(100vh - 60px);
  background: #f5f6fa;
}
.side-bar .ant-menu {
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a !important;
}
.side-bar .ant-menu-inline {
  border: none;
}
.side-bar .ant-menu-item {
  height: 40px;
}
.side-bar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.side-bar .ant-menu-submenu-title {
  height: 40px !important;
  line-height: 40px !important;
}
.side-bar .ant-menu {
  background: transparent !important;
}
.side-bar .ant-menu-sub.ant-menu-inline {
  background: transparent;
}
.side-bar .ant-menu-submenu-selected {
  color: #1a1a1a !important;
}
.side-bar .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #ffffff;
  border-radius: 15px;
}
.side-bar .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 10px;
  width: 3px;
  height: 12px;
  background-color: #357fff;
  border-radius: 12px;
}
.side-bar .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected::after {
  display: none;
}
.side-bar .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a {
  color: #1a1a1a !important;
}
.header-right-user-pop {
  width: 150px;
}
.header-right-user-pop .ant-popover-inner-content {
  padding: 0;
}
.header-right-user-pop .header-right-pop-unit {
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.header-right-user-pop .header-right-pop-unit.install {
  color: #357fff;
}
.header-right-user-pop .header-right-pop-unit.exit {
  color: #EA0000;
}
.header-right-user-pop .header-right-pop-logout {
  border-top: 1px solid #dcdcdc;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  text-align: center;
  color: #D63333;
  cursor: pointer;
}
.breadcrumb-container {
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
.breadcrumb-container-item {
  color: #357fff;
}

.header-notice-modal .ant-form-item {
  margin-bottom: 10px;
}

.input-pop-tip-wrap-icon-success {
  color: #50C14E !important;
  font-size: 14px;
  margin-right: 8px;
}
.input-pop-tip-wrap-icon-error {
  color: #EA0000 !important;
  font-size: 14px;
  margin-right: 8px;
}
.input-pop-tip-wrap-text {
  margin-bottom: 10px;
  display: flex;
  color: #3d3d3d;
}
.input-pop-tip-wrap .ant-tooltip-inner {
  width: 200px;
  height: 82px;
  border-radius: 12px;
  padding: 18px 15px;
  font-size: 12px;
  color: #3d3d3d;
}

/*
 * @Description: mixin 混用样式配置
 * @Author: anpengwei
 * @Email: anpengwei@nnuo.com
 * @Date: 2021-09-09 15:09:40
 * @LastEditors: shendanlei
 * @LastEditTime: 2026-02-27 16:45:38
 * @FilePath: \abstractContract\src\assets\style\mixin.less
 */
@keyframes breathe {
  /* 初始大小 */
  0% {
    transform: scale(1);
  }
  /* 缩小 */
  50% {
    transform: scale(0.9);
  }
  /* 回到原始大小 */
  100% {
    transform: scale(1);
  }
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-overflow {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.border-radius {
  border-radius: 2px;
}
.text-overflow-2 {
  text-align: justify;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.button-style-clear {
  border: none !important;
  box-shadow: none !important;
  background: none;
  padding: 0;
  border-radius: 0;
  outline: 0 !important;
}
.modal-warn-left :global .ht-modal-confirm-body {
  display: flex;
}
.modal-warn-left :global .ht-modal-confirm-body i {
  float: none;
}
.modal-warn-left :global .ht-modal-confirm-body .ht-modal-confirm-content {
  font-size: 14px;
  margin-top: 0;
}
.tab-style .ant-tabs-top > .ant-tabs-nav {
  margin-bottom: 0;
}
.tab-style .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
  margin-right: 5px;
}
.tab-style .ant-tabs-nav .ant-tabs-tab {
  height: 36px;
  width: 80px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  padding: 0;
  background-color: #E8E8EA;
  color: #000000;
}
.tab-style .ant-tabs-tab-btn {
  height: 36px;
  line-height: 36px;
}
.tab-style .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-style .ant-tabs-tab {
  background-color: #cacaca;
}
.tab-style .ant-tabs-tab.ant-tabs-tab-active {
  background-color: #357fff;
}
.tab-style .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #ffffff;
  font-weight: 400;
}
.white-input .ant-input {
  background-color: #ffffff !important;
  border-color: #dcdcdc !important;
  border-radius: 4px;
}
.white-input .ant-input:hover {
  border-color: #357fff !important;
}
.white-input .ant-input:focus,
.white-input .ant-input-focused {
  border-color: #357fff !important;
}
.white-input .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number {
  border-color: #EA0000 !important;
}
.white-input .ant-input-affix-wrapper-status-error {
  border-color: #EA0000 !important;
}
.white-input .ant-input-affix-wrapper-status-error:hover {
  border-color: #EA0000 !important;
}
.breathe-btn {
  animation-name: breathe;
  /* 周期 */
  animation-duration: 1.2s;
  /* 动画的速度曲线 */
  animation-timing-function: ease-in-out;
  /* 动画无限循环 */
  animation-iteration-count: infinite;
  /* 动画在奇数次正向播放，偶数次反向播放，使效果更平滑 */
  animation-direction: alternate;
}
/* index.less */
.header-reset-pwd-modal .ant-modal-body {
  padding-left: 50px;
  padding-right: 50px;
}
.header-reset-pwd-modal .ant-input {
  height: 56px;
  padding: 0 12px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px !important;
  border-color: #F7F8FA;
}
.header-reset-pwd-modal .ant-input:hover {
  border-color: #357fff;
}
.header-reset-pwd-modal .ant-input:focus,
.header-reset-pwd-modal .ant-input-focused {
  border-color: #357fff;
}
.header-reset-pwd-modal .ant-input-affix-wrapper.ant-input-password {
  padding: 0 12px;
  border-radius: 4px;
  border-color: #ffffff;
}
.header-reset-pwd-modal .ant-input-affix-wrapper.ant-input-password .ant-input {
  height: 53px;
}
.header-reset-pwd-modal .ant-input-affix-wrapper.ant-input-password:focus {
  border-color: #357fff;
}
.header-reset-pwd-modal .ant-input-affix-wrapper.ant-input-password:hover {
  border-color: #357fff;
}
.header-reset-pwd-modal .ant-form-item-label > label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
}
.header-reset-pwd-modal-form {
  position: relative;
}
.header-reset-pwd-modal-form .login-title {
  position: absolute;
  top: -50px;
  left: 215px;
  font-weight: 700;
  font-size: 24px;
}
.header-reset-pwd-modal-form .code-btn {
  background-color: #357fff;
  width: 130px;
  height: 56px;
  font-size: 16px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.header-reset-pwd-modal-form .code-btn.disabled {
  background-color: #dcdcdc;
  color: #ffffff;
  cursor: not-allowed;
}
.header-reset-pwd-modal .ant-form-item {
  margin-bottom: 24px !important;
}
.header-reset-pwd-modal .ant-form-item-explain-error {
  font-size: 12px;
  text-align: left;
}
.header-reset-pwd-modal .ant-form-item-label {
  text-align: left;
  padding-bottom: 10px;
  font-weight: 500;
}
.header-reset-pwd-modal .ant-form-item-control-input-content {
  display: flex;
  height: 56px;
}
.header-reset-pwd-modal .submit-btn {
  width: 100%;
  height: 56px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0px 6px 20px 6px rgba(53, 127, 255, 0.3);
}
.header-reset-pwd-modal .ant-input-group {
  align-items: center;
}
.header-reset-pwd-modal .error-tips {
  font-weight: 400;
  font-size: 12px;
  color: #D63333;
  margin-left: 5px;
  margin-top: 5px;
}
.login-container-forget-tooltip {
  top: -13px !important;
  border-radius: 12px;
}
.login-container-forget-tooltip .ant-tooltip-inner {
  width: 200px;
  height: 82px;
  border-radius: 12px;
  padding: 18px 15px;
  font-size: 12px;
  color: #3d3d3d;
}

.loading {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.common-no-permission-page {
  text-align: center;
  padding-top: 60px;
  background-color: #ffffff;
  border-radius: 12px;
  width: 700px;
  height: 400px;
  margin: 0 auto;
  margin-top: 50px;
}
.common-no-permission-page-img {
  width: 200px;
}
.common-no-permission-page-text {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: 500;
}
.common-no-permission-page-tip {
  margin-top: 10px;
  color: #999999;
}

.common-not-found-page {
  text-align: center;
  padding-top: 100px;
  background-color: #ffffff;
  border-radius: 12px;
  width: 700px;
  height: 400px;
  margin: 0 auto;
  margin-top: 50px;
}
.common-not-found-page-img {
  width: 200px;
}
.common-not-found-page-text {
  font-size: 16px;
  color: #bcbcbc;
}

.ant-btn {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-form-item-label > label::after {
  content: "";
}
.ant-form-item {
  margin-bottom: 20px;
}
.ant-form-item label {
  color: #666666;
}
.ant-form-item-label {
  line-height: 32px;
}
.ant-form-item-control {
  line-height: 32px;
}
.ant-tabs-nav .ant-tabs-tab,
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 0 20px;
  margin: 0 20px 0 0;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  font-weight: 600;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  text-align: center !important;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  left: 0 !important;
  right: 0 !important;
}
.ant-input-clear-icon {
  display: none;
}
.ant-input-affix-wrapper:hover .ant-input-clear-icon {
  display: inline-block;
}
.ant-input-affix-wrapper:focus .ant-input-clear-icon {
  display: inline-block;
}
.ant-table-tbody > tr > td {
  padding: 8px 16px !important;
  height: 40px;
  line-height: 24px;
}
.ant-table-thead > tr > th {
  padding: 8px 16px !important;
  height: 40px;
  line-height: 24px;
}
.ant-modal-title {
  font-weight: 700 !important;
  font-size: 18px !important;
}
.ant-modal-header {
  position: relative;
  min-height: 52px;
  background: #F5F6FA !important;
}
.ant-modal-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #357fff;
  z-index: 1;
}
.ant-table-measure-row {
  visibility: collapse !important;
}
.ant-layout {
  background-color: #f5f6fa !important;
  overflow: hidden !important;
}
.main-container {
  background-color: #ffffff;
  height: calc(100vh - 140px);
  margin: 10px;
  margin-top: 0;
  padding: 20px;
  width: calc(100vw - 220px);
  overflow: auto;
}
.main-detail-container {
  height: calc(100vh - 120px);
  padding: 0px;
  overflow: auto;
  width: calc(100vw - 160px);
}
.main-detail-container .ant-card {
  height: calc(100vh - 180px);
}
/** 
  表单框灰色背景start
*/
.ant-input {
  background-color: #F7F8FA !important;
  border-color: #F7F8FA !important;
}
.ant-input:hover {
  border-color: #357fff !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #357fff !important;
}
.ant-input-disabled {
  background-color: #F7F8FA !important;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number {
  border: 1px solid #EA0000 !important;
}
.ant-input-affix-wrapper-status-error {
  border: 1px solid #EA0000 !important;
}
.ant-input-affix-wrapper-status-error:hover {
  border: 1px solid #EA0000 !important;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
  background-color: #F7F8FA !important;
}
.ant-input-affix-wrapper {
  background-color: #F7F8FA !important;
  border-color: #F7F8FA !important;
}
.ant-input-affix-wrapper:focus {
  border-color: #357fff !important;
}
.ant-input-affix-wrapper:hover {
  border-color: #357fff !important;
}
.ant-input-affix-wrapper-focused {
  border-color: #357fff !important;
}
.ant-input:focus {
  background-color: #F7F8FA !important;
}
.ant-select-selector {
  background-color: #F7F8FA !important;
  border-color: #F7F8FA !important;
}
.ant-select-selector:hover {
  border-color: #357fff !important;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #357fff !important;
}
.ant-select-focused {
  border-color: #357fff !important;
}
.ant-picker {
  background-color: #F7F8FA !important;
  border-color: #F7F8FA !important;
}
.ant-picker:hover {
  border-color: #357fff !important;
}
.ant-picker-focused {
  border-color: #357fff !important;
}
.ant-picker-status-error.ant-picker {
  border-color: #EA0000 !important;
}
.ant-input-affix-wrapper-status-error {
  border-color: #EA0000 !important;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  border-color: #EA0000 !important;
}
.ant-input-search-button {
  background-color: #F7F8FA !important;
  border: none !important;
  box-shadow: none !important;
}
.ant-input-number {
  background-color: #F7F8FA !important;
  border-color: #F7F8FA !important;
}
.ant-input-number:focus {
  border-color: #357fff !important;
}
.ant-input-number:hover {
  border-color: #357fff !important;
}
.ant-input-number-focused {
  border-color: #357fff !important;
}
/** 
  表单框灰色背景end
*/
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: #999999;
}
.u-drawer-operate-footer {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.u-drawer-operate-footer-btn {
  font-size: 16px !important;
  height: 32px !important;
  line-height: 20px !important;
  width: 80px;
  margin-left: 15px;
  border-radius: 4px !important;
  font-weight: 500 !important;
}
.u-drawer-operate-footer-btn.text4 {
  padding-left: 8px !important;
}
.u-drawer-operate-footer .ant-btn-dangerous {
  color: #EA0000;
  border-color: #EA0000;
}
.u-drawer-operate-return-icon {
  border: 1px solid #dcdcdc;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  background-color: #ffffff;
  cursor: pointer;
}
.ant-drawer-header {
  padding: 23px 15px !important;
}
.u-m-table-opreate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-m-table-opreate div {
  color: #357fff;
  cursor: pointer;
}
.u-m-table-opreate.underline div {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.u-m-blue-title-large {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 700;
  position: relative;
  background-color: #F4F6FA;
}
.u-m-blue-title-large::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 36px;
  background-color: #357fff;
  z-index: 1;
}
.ant-input-textarea-show-count::after {
  position: absolute;
  bottom: 20px;
  right: 18px;
  z-index: 9;
}
.ant-table-content {
  scrollbar-width: thin;
  scrollbar-color: #e3e3e3 #F5F6FA;
}
.sidebar-menu-icon {
  width: 20px;
  margin-left: -5px;
}
.u-m-preview-img-modal .ant-modal-body {
  text-align: center;
  overflow-y: auto;
  max-height: 650px;
}
.u-m-preview-img-modal .ant-modal-body img {
  width: 800px;
}
.login-icp-wrap {
  position: fixed;
  bottom: 20px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.login-icp-wrap-link {
  color: #ffffff;
  margin-left: 10px;
}
.login-icp-wrap-link:hover {
  text-decoration: underline;
}
.ant-popover-inner {
  border-radius: 8px !important;
}

