body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
}
a:active {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0 none;
  text-decoration: none;
}
[v-cloak] {
  display: none !important;
}
body {
  position: relative;
  min-height: 100%;
  font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
  /* background-color: #F4F6F9; */
  font-size: 14px;
  box-sizing: border-box;
}
html {
  height: 100%;
}
/* 滚动条样式 */
/* 滚动条公共样式  纵向 */
.scroll-bar-style-y {
  overflow-y: auto;
}
/* 滚动条公共样式  横向 */
.scroll-bar-style-x {
  overflow-x: auto;
}
.scroll-bar-style-y::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.scroll-bar-style-x::-webkit-scrollbar {
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.scroll-bar-style-x::-webkit-scrollbar-thumb,
.scroll-bar-style-y::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5e5e5;
}
.scroll-bar-style-x::-webkit-scrollbar-thumb:hover,
.scroll-bar-style-y::-webkit-scrollbar-thumb:hover {
  background-color: #b2b2b2;
}
.common-hide {
  display: none;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 覆盖老聘客全局样式 */
/* a {
	color: inherit;
} */
input.t-input__inner {
  border: none;
  padding: 0px;
  background-color: transparent;
}
.t-select__dropdown .t-popup__content {
  max-height: 310px;
}
/* select, textarea, input[type="text"], input[type="password"] {
	border: none;
	padding: 0px;
	background-color: transparent;
}
 */
/* 全局IM消息提示弹窗样式 */
.growl-notification .growl-notification__desc a {
  color: var(--brand-main);
}
.mainColor {
  color: var(--brand-main);
}
.linkColor1 {
  color: var(--brand-main);
}
.linkColor1:hover {
  color: var(--td-brand-color-hover);
}
.linkColor1:visited {
  color: var(--visited-color);
}
.linkColor1:visited:hover {
  color: var(--visited-hover-color);
}
.linkVisited {
  color: var(--visited-color);
}
.linkVisited:hover {
  color: var(--visited-hover-color);
}
.linkColor2 {
  color: var(--brand-main);
  cursor: pointer;
}
.linkColor2:hover {
  color: var(--td-brand-color-hover);
}
.linkColor3 {
  display: flex;
  align-items: center;
  color: #333;
}
.color_ccc {
  color: #ccc;
}
.color_999 {
  color: #999999;
}
.linkColor3 .t-icon {
  font-size: 16px;
  margin-right: 5px;
}
.linkColor3:hover {
  color: var(--td-brand-color-hover);
}
.linkColor4 {
  color: var(--td-brand-color-hover);
}
.linkColor4:hover {
  color: var(--brand-main);
}
.linkOverColor {
  color: #AAAAAA;
}
.linkOverColor:hover {
  color: #BBBBBB;
}
.cu-p {
  cursor: pointer;
}
.cu-p input {
  cursor: pointer !important;
}
.cu-n {
  cursor: not-allowed;
}
.cu-d {
  cursor: default;
}
.examples {
  min-height: 100px;
  min-width: 200px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #eee;
  white-space: pre;
  max-width: 1200px;
  max-height: 800px;
}
.explain {
  list-style-type: disc;
  /* 实心圆点*/
  padding: 0 30px;
}
.sm-dl-body {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.sm-dl-body .t-input__wrap {
  padding: 0 2px;
  box-sizing: border-box;
}
.sm-dl-body .sm-dl-inp {
  display: flex;
  align-items: center;
}
.sm-dl-body .sm-dl-inp .t-input__wrap {
  width: 300px;
}
.sm-dl-body .sm-dl-inp .lab {
  margin-right: 24px;
  max-width: 80px;
}
.sm-dl-body .sm-dl-inp .lab::before {
  content: "\2022";
  color: var(--td-error-color);
  margin-right: 5px;
}
.drawer-style .t-drawer__content-wrapper {
  background: none;
}
.drawer-style .t-drawer__body {
  padding: 0 !important;
}
.drawer-style .t-drawer__body .drawer-main {
  min-width: 300px;
  width: 527px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  float: right;
  min-height: 100vh;
  height: max-content;
}
.drawer-style .t-drawer__body .drawer-main .drawer-left-mask {
  width: 50px;
  height: calc(100% - 70px);
  position: fixed;
  top: 20px;
  background: #fff;
  z-index: 1;
}
.drawer-style .t-drawer__body .drawer-main .search-left-mask::before {
  height: 65px;
}
.drawer-style .t-drawer__body .drawer-main .t-message__list {
  position: absolute;
  width: max-content;
}
.drawer-style .g_trigger {
  display: none;
}
.t-drawer__header .drawer-header {
  box-sizing: border-box;
  width: 100%;
  position: sticky;
  padding: 16.5px 30px 16.5px 20px;
  top: 0;
  z-index: 9999999;
  background: #fff;
}

.drawer-header .drawer-title-box {
  display: flex;
  align-items: center;
  flex: 1;
  height: 22px;
}
.t-drawer__header .drawer-header p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-header {
  position: sticky;
  padding: 16.5px 30px 16.5px 30px;
  top: 0;
  z-index: 9999999;
  border-bottom: 1px solid #DCDCDC;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 0;
  align-items: center;
  /* height: 33px; */
  align-items: center;
}
.drawer-style .t-drawer__body .drawer-main .drawer-header .t-form {
  margin-left: 20px;
  width: 220px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-header .t-form .t-input__extra {
  left: 230px;
  width: max-content;
  top: 50%;
  display: block;
  /* margin-right: -100%; */
  transform: translateY(-50%);
  height: 22px;
  line-height: 22px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-header p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-header section {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body {
  padding: 20px 30px 0 0;
  box-sizing: border-box;
  flex: 1;
  background: #fff;
  margin-left: 30px;
  padding-bottom: 85px;
  position: relative;
  z-index: 2;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body > form {
  margin-bottom: 15px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .selecticon {
  position: static;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtre-condition {
  width: 220px;
  margin: 0 0 20px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-footer {
  width: 530px;
  display: flex;
  justify-content: flex-end;
  z-index: 999999;
  padding: 16px 30px 16px 30px;
  position: fixed;
  border-radius: 0 0 0 10px;
  border-top: 1px solid var(--td-border-level-1-color);
  box-sizing: border-box;
  background: #fff;
  bottom: 0;
  align-items: center;
  gap: 20px;
}

.drawer-style .t-drawer__body .drawer-main .drawer-footer .over-select-num {
  flex: 1;
  position: relative;
}

.drawer-style .t-drawer__body .drawer-main .drawer-footer .over-select-num .o-s-num {
  position: absolute;
  color: var(--brand-main);
  font-size: 16px;
}

.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
  justify-content: space-between;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .t-input__suffix {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .t-divider {
  margin: 0 auto 1px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item {
  width: 220px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item .t-input__suffix {
  z-index: 0;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item-lang {
  width: 100%;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item .f-i-item-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item .f-i-item-up .lab {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item .f-i-item-up .t-icon {
  color: var(--brand-main);
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-mian .f-input-item .f-i-item-up > span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .f-i-item-down .textrange-style {
  width: 100%;
  display: flex;
  position: relative;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .f-i-item-down .textrange-style .t-input__wrap.kw-input-style {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .f-i-item-down .textrange-style .t-s-box {
  width: 100%;
  display: flex;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .f-i-item-down .ipt-cutline {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: 0 6px;
  flex-shrink: 0;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .f-i-item-down .textrange-style .t-input__wrap {
  flex: 1;
  width: 100px;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-bottom .filtrate-switch {
  font-size: 16px;
  color: var(--td-brand-color);
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-bottom .tips {
  font-size: 14px;
  margin-left: 20px;
  color: var(--td-text-color-placeholder);
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-bottom .save-filtrate-label {
  position: relative;
}
.drawer-style .t-drawer__body .drawer-main .drawer-body .filtrate-bottom .save-filtrate-label .t-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.save-filtrate-label-tip .t-popup__content {
  max-width: unset;
}
.t-drawer .t-drawer__body::-webkit-scrollbar {
  background: #fff;
}
.hide {
  display: none;
}
/* select宽度 */
.selectBox1 .t-select__wrap,
.selectBox2 .t-select__wrap,
.selectBox3 .t-select__wrap {
  width: 260px;
}
/* 自定义下拉公共样式 */
.td-select__overlay-option {
  max-width: 360px;
  width: max-content;
}
.td-select__overlay-option .t-select-option > span {
  width: 100%;
}
.user-option {
  display: flex;
  justify-content: space-between;
}
.user-option-info {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-option-con {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-option-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-option-right {
  margin-left: 20px;
  flex-shrink: 0;
  text-align: right;
}
/* 去掉tdesign中选中状态的背景色 */
.td-select__overlay-option .t-select-option.t-is-selected,
.td-select__overlay-option .t-select-option.t-is-selected:hover {
  background-color: #fff;
}
/* 自定义下拉选项的选择器-多行 样式*/
.td-select__overlay-option1 .t-select-option {
  height: 100%;
  padding: 8px;
}
.td-select__overlay-option1 .user-option-right {
  width: 42px;
}
.td-select__overlay-option1 .user-option-right.position-option-status0 {
  color: #999999;
}
.td-select__overlay-option1 .user-option-right.position-option-status3 {
  color: var(--brand-main);
}
.td-select__overlay-option1 .user-option-right.position-option-status4 {
  color: #444444;
}
/* 自定义下拉选项的选择器-单行 样式*/
.t-select-option .t-select-option {
  position: relative;
}
.td-select__overlay-option2 .user-option-right {
  visibility: hidden;
  position: absolute;
  right: 0;
  background: #f3f3f3;
  padding: 0 8px;
}
.td-select__overlay-option2 .user-option-right span {
  margin-right: 10px;
}
.td-select__overlay-option2 .user-option-right span:last-child {
  margin-right: 0;
}
.td-select__overlay-option2 .t-select-option:hover .user-option-right {
  visibility: visible;
}
/* .t-select-option:not(.t-is-disabled):not(.t-is-selected):hover .user-option-right{
	background: #f3f3f3;
} */
/* 选择器通用-自定义面板底部内容；如新增项 */
.td-select__overlay-option .t-popup__content {
  display: flex;
  flex-direction: column;
}
.td-select__overlay-option .t-select__dropdown-inner {
  flex: 1;
  overflow-y: auto;
}
.td-select__overlay-option .t-select__dropdown-inner::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.td-select__overlay-option .t-select__dropdown-inner::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border: 2px solid transparent;
  border-radius: 15px;
}
.td-select__overlay-option .select-panel-footer {
  border-top: 1px solid var(--td-component-stroke);
  padding: 6px;
  flex-shrink: 0;
}
.bd-icon {
  cursor: pointer;
  margin-left: 3px;
  color: var(--td-text-color-disabled);
}
.t-badge--circle {
  top: unset;
  right: unset;
  left: 100%;
  transform: translate(-8px, -50%);
}
.text-badge .t-badge--circle {
  transform: translate(-2px, -50%);
}
.msg-badge {
  position: absolute;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  transform: translate(-8px, -60%);
  transform-origin: 100% 0;
  box-sizing: content-box;
  padding-right: calc((16px - 8px) / 2);
  padding-left: calc((16px - 8px) / 2);
  min-width: 8px;
  height: 16px;
  border-radius: calc(20px / 2);
  background-color: #e34d59;
  line-height: 16px;
  left: 100%;
  top: 0;
}
.msg-badge-text {
  position: absolute;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  transform: translate(-8px, -60%);
  transform-origin: 100% 0;
  box-sizing: content-box;
  padding-right: calc((16px - 8px) / 2);
  padding-left: calc((16px - 8px) / 2);
  min-width: 8px;
  height: 16px;
  border-radius: calc(20px / 2);
  background-color: #e34d59;
  line-height: 16px;
  left: 100%;
  top: 0;
  transform: translate(-3px, -70%);
}
.index-num {
  margin-top: 23px;
}
.drawer-header .filtrate-close {
  right: 30px;
}
.t-drawer__body .drawer-main .drawer-header .drawer-header-tips {
  font-size: 14px;
  font-weight: 400;
  /* line-height: 20px; */
  margin-left: 20px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-daterange-style .t-date-picker {
  flex: 1;
  width: 225px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-salary-style {
  width: 100%;
}
.t-drawer__body .drawer-main .drawer-body .cpt-salary-style .salary-select {
  width: 130px;
  margin-right: 20px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-salary-style .unit-ipt {
  width: 150px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-salary-style .ipt-cutline {
  margin: 0 7px;
  line-height: 32px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-certificate-style {
  width: 100%;
}
.t-drawer__body .drawer-main .drawer-body .cpt-certificate-style .cer-select {
  width: 140px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-certificate-style .cer-input {
  width: 310px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-certificate-style .ipt-cutline {
  margin: 0 7px;
  line-height: 32px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-language-style {
  width: 100%;
}
.t-drawer__body .drawer-main .drawer-body .cpt-language-style .lan-select {
  width: 230px;
}
.t-drawer__body .drawer-main .drawer-body .cpt-language-style .t-input-group {
  width: 100%;
  justify-content: space-between;
}
.t-drawer__body .drawer-main .drawer-body .t-input-group .t-button,
.t-drawer__body .drawer-main .drawer-body .t-input-group .t-input__inner,
.t-drawer__body .drawer-main .drawer-body .t-input-group .t-select {
  z-index: 6;
}
.t-drawer__body .drawer-main .drawer-body .t-input--focused,
.t-drawer__body .drawer-main .drawer-body .t-input:focus {
  z-index: 7;
}
.t-drawer__body .drawer-main .drawer-body .drawer-divider-text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.t-drawer__body .drawer-main .drawer-body .t-form__label--required label::before {
  content: '\2022' !important;
}
.t-drawer__body .drawer-main .drawer-body .date-style {
  width: 100%;
}
.t-drawer__body .drawer-main .drawer-body .date-style .t-date-picker {
  width: 100%;
}
.t-drawer__body .drawer-main .drawer-body .marks-style input {
  max-width: 100% !important;
}
.t-drawer__body .drawer-main .drawer-body .marks-style input {
  border: none;
  height: 100%;
}
.t-drawer__body .drawer-main .drawer-body .marks-style input::placeholder {
  color: #aaa;
  /* font-size: 12px; */
}
.t-drawer__body .drawer-main .drawer-body .close-educate {
  display: inline-flex;
  align-items: center;
}
.t-drawer__body .drawer-main .drawer-body .filtrate-box {
  margin-bottom: 30px;
}
.t-drawer__body .drawer-main .drawer-body .filtrate-box .input-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.t-drawer__body .drawer-main .drawer-body .filtrate-box .input-item-title > span {
  flex-shrink: 0;
}
.t-drawer__body .drawer-main .drawer-body .filtrate-box .close-educate {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.t-drawer__body .drawer-main .drawer-body .filtrate-radio {
  gap: 20px;
}
.t-drawer__body .drawer-main .drawer-body .filtrate-radio label {
  margin: 0;
}
.t-drawer__body .drawer-main .drawer-body .t-input.is-show {
  z-index: 99999999999;
}
.filtrate-custom {
  display: flex;
  position: relative;
  line-height: 30px;
  width: 100%;
  height: 30px;
}
.filtrate-custom .t-select__wrap {
  width: 130px;
  margin-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.filtrate-custom .filtrate-custom-mask {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 99999;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  /* color: var( --td-brand-color); */
}
.filtrate-custom .filtrate-custom-select .t-input__wrap {
  height: 20px;
  overflow: hidden;
  font-size: 12px;
}
.filtrate-custom .t-input__prefix {
  display: block;
  height: 20px;
  overflow: hidden;
}
.filtrate-custom-head {
  width: 150px;
}
.filtrate-custom-head .filtrate-custom-mask {
  width: 100%;
  left: 20px;
}
.filtrate-custom-head .filtrate-custom-mask a {
  display: flex;
  align-items: center;
}
.filtrate-custom-head .filtrate-custom {
  height: 22px;
}


