﻿#tipsDialog, #mobileTipsDialog {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  z-index: 1050;
  justify-content: center;
  -webkit-box-align: center;
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  background-color: rgba(55,55,55,.5);
  line-height: initial;
}
.closeTips{
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 22px;
  cursor: pointer;
}
#hr-tips, #mobile-hr-tips {
  animation: KIytlzg7 1s steps(1) 0s 1 normal none;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#hr-tips .tipsDialogTitle {
  padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e9e9e9;
    height: 50px;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 32px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hr-tips-body {
  display: flex;
  flex-grow: 1;
  overflow: auto;
  flex-direction: column;
}
.mobile-hr-tips .mobileHeader {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #212121;
  font-weight: bold;
}
.mobileBody .mobileContent {
  width: 280px;
  overflow: hidden overlay;
  position: relative;
  flex-grow: 1;
  text-align: left;
  min-height: 32px;
  /* max-height: 300px; */
  padding: 0px 16px 16px 16px; 
  /* word-break: break-all; */
}
.mobileBody .mobileIKnowBtn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #276FF5;
  font-weight: 400;
  border-top: 1px solid #E5E5E5;
}
.mobileIKnowBtn span {
  cursor: pointer;
}
.hr-tips-body .mainContent {
  width: 600px;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-grow: 1;
  text-align: left;
  min-height: 230px;
  max-height: 500px;
  padding: 24px 0px 24px 20px;
}
.changeLanguage {
  width: 100%;
  height: 44px;
  padding-left: 608px;
  min-height: 1px;
  display: flex;
  position: relative;
  align-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
}
.hr-tips-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 22px;
  cursor: pointer;
}
.contentChild {
  overflow: hidden auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  /* word-break: break-all; */
  padding-right: 20px;
}
.tips_dialog_close_btn{
  border-top: 1px solid rgb(234, 235, 239);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips_dialog_close_btn span {
  height: 28px;
  width: 70px;
  border-radius: 2px;
  border: 1px solid #c8ccd4;
  text-align: center;
  line-height: 28px;
}
.TipsWrap {
    width: 100%;
    position: relative;
    /* word-break: break-all; */
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
  }
  
  .operateEditIcon {
    position: absolute;
    bottom: 14px;
    right: 14px;
    display: none;
  }
  .TipsWrap ul,li {
    list-style-type: inherit;
    list-style-position: inside;
  }
  .mobileTipsDialogWrap ul,li {
    list-style-type: inherit;
    list-style-position: inside;
  }
  .mobileTipsDialogWrap ol,li {
    list-style-position: inside !important;
  }
  .tipsDialog ul,li {
    list-style-type: inherit;
    list-style-position: inside;
  }
  .tipsDialog ol,li {
    list-style-position: inside !important;
  }
  .TipsWrap ol,li {
    /* list-style-type: auto !important; */
    list-style-position: inside !important;
  }
  
  .clicktab {
    color: #0E5FD8;
    cursor: pointer;
  }
  .clicktab:hover {
    color: #3987ED;
  }
  
  /*右键悬浮框样式*/
  .tips_copytips{
      /* width: 250px; */
      /* height: 50px; */
      background-color: #fff;
      border-radius: 3px;
      padding: 6px;
      position: fixed;
      z-index: 9999;
      box-shadow:  1px 0 6px rgba(0,0,0,.3);
      transition: opacity 0.3s ease-out;
      font-size: 13px;
      color: #333;
  }
  .tips_copyno{
      color: #1890ff;
      padding: 0 5px;
  }
  .tips_copyOperator, .dialog_tips_copyOperator{
      color: #1890ff;
      padding: 0 5px;
      cursor: pointer;
  }
  .hrTipsShowExpand {
    color: var(--link-color);
    cursor: pointer;
    display: flex;
    /* height: 100%; */
    width: 16px;
    line-height: 16px;
    justify-content: center;
    align-items: end;
    position: absolute;
    bottom: 0;
    right: 8px;
  }
  .tipsExpandAndPickupIcon {
    margin-left: 5px;
  }