.long-text-handler {
  word-wrap: break-word;
  word-break: break-all;
  padding-right: 6px;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-height: 28px;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
.header-logout-btn-grp-box {
  padding: 6px 0 ;
}
.header-logout-btn-grp-box .logout-item {
  cursor: pointer;
  padding: 0 30px 0 12px;
  height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  background-color: #FFFFFF;
  line-height: 40px;
  color: #262525;
  border-radius: 2px;
  overflow: hidden;
}
.header-logout-btn-grp-box .logout-item:hover {
  color: #FFFFFF;
  background-color: #5A9BE6;
}
.logout-popover-box {
  width: 110px;
}
.logout-popover-box .ant-popover-inner-content {
  padding: 0px;
}
.logout-popover-box .ant-popover-arrow {
  right: 6px !important;
}
.logout-popover-box .header-logout-btn-grp-box {
  padding: 0 !important;
}
.logout-popover-box .ant-popover-content {
  border-radius: 2px;
}
.project-wraper--container .header-right-flex {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  text-align: right;
}
.project-wraper--container .header-right-flex .img-switch-en-zh-box {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: -3px;
}
.project-wraper--container .header-right-flex .img-switch-en-zh-box img {
  width: 32px;
  height: 19px;
}
.project-wraper--container .header-right-flex .header-user-name-box {
  line-height: 22px;
  display: inline-block;
  max-width: 124px;
  color: #FFF;
  cursor: pointer;
}
.project-wraper--container .header-right-flex .lineDiv {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project-wraper--container .header-right-flex .iconClose {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #011020;
}
.project-wraper--container .header-right-flex .iconClose:after {
  position: absolute;
  left: 1px;
  top: 0;
  content: '';
  width: 1px;
  height: 60px;
  display: block;
  background-color: #12304E;
}
.page-loading-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-handler-grp .handler-btn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0091ff;
  line-height: 22px;
  padding: 6px 8px;
  cursor: pointer;
}
body {
  background-color: #f0f2f5;
}
.tms-error-modal .ant-modal-confirm-content {
  white-space: break-spaces;
}
.my-ellipsis {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

