.ai_match_c {
  width: 100vw;
  min-width: 1300px;
  background: #FFFAEE;
  padding: 58px 112px 40px 112px;
  box-sizing: border-box;
}

.ai_match_c .match_inner_box {
}

.ai_match_c .content {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
}

.ai_match_c .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ai_match_c .m-2 {
  width: 164px;
  height: 40px;
  padding: 0 4px;
  margin-bottom: 20px;
}

.ai_match_c .m-3 {
  width: 210px;
  height: 40px;
}

.ai_match_c .seach_btn {
  width: 150px;
  height: 32px;
  background: linear-gradient(94deg, #71453A 0%, #AF632E 100%);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #AF7742;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin: 4px;
  margin-right: 1%;
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
}

.ai_match_c .list {
  display: flex;
  flex-wrap: wrap;
}

.ai_match_c .list li {
  list-style: none;
  width: 24%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0 1% 1% 0;
}

.ai_match_c .list li .name_box {
  display: flex;
}

.ai_match_c .list li .name_box p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 29px;
  width: calc(100% - 42px);
}

.ai_match_c .list li .name_box div {
  width: 38px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
}

.ai_match_c .list li .sort {
  display: flex;
  margin: 8px 0 18px 0;
}

.ai_match_c .list li .sort span {
  line-height: 22px;
  padding: 0 6px;
  color: #797979;
  font-size: 12px;
  margin-right: 10px;
  background: #F3F2F8;
  border-radius: 4px;
}

.ai_match_c .list li .company p {
  font-size: 12px;
  color: #333333;
  line-height: 14px;
}

.ai_match_c .list li .position {
  display: flex;
  margin-top: 10px;
}

.ai_match_c .list li .position p {
  font-size: 12px;
  color: #333333;
  line-height: 14px;
}

.ai_match_c:deep(.el-cascader .el-input.is-focus .el-input__wrapper) {
  box-shadow: none;
  border-radius: 10px 10px 10px 10px;
  border: none;
}

.ai_match_c:deep(.el-cascader .el-input__inner) {
  color: #000000;
}

.ai_match_c:deep(.el-input__wrapper) {
  box-shadow: none;
  border-radius: 10px 10px 10px 10px;
  border: none;
  height: 40px;
}

.ai_match_c:deep(.el-select__wrapper) {
  box-shadow: none;
  border-radius: 10px 10px 10px 10px;
  border: none;
}

.ai_match_c:deep(.is-focused) {
  background-color: transparent;
  box-shadow: none;
  background: #FAE6CC;
}

.ai_match_c:deep(.is-hovering) {
  box-shadow: none !important;
  background: #FAE6CC;
}

.ai_match_c:deep(.el-select__caret.is-reverse) {
  color: var(--primary-color);
}

.ai_match_c:deep(.el-select__placeholder>span) {
  color: #000000;
}

.ai_match_c:deep(.el-input__inner::placeholder) {
  color: #000000;
}

.ai_match_c:deep(.el-cascader__inner::placeholder) {
  color: #000000;
}

:deep(.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path) {
  color: var(--primary-color) !important;
}

:deep(.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover) {
  background: #F9D6B9 !important;
}

:deep(.el-cascader:not(.is-disabled):hover .el-input__wrapper) {
  background: #F9D6B9 !important;
  box-shadow: none !important;
}

:deep(.el-cascader:not(.is-disabled):focus .el-input__wrapper) {
  background: #F9D6B9 !important;
  box-shadow: none !important;
}

:deep(.el-cascader .el-input.is-focus .el-input__wrapper) {
  background: #F9D6B9 !important;
  box-shadow: none !important;
}