.section__part__filter .class-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.section__part__filter .class-box .tab-item {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgb(140, 140, 140);
  cursor: pointer;
}

.section__part__filter .class-box .tab-item.introduce {
  position: relative;
}

.section__part__filter .class-box .tab-item.introduce .top-right {
  position: absolute;
  top: -5px;
  right: -95px;
  width: 89px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(102, 61, 16);
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(230, 188, 162, 1) 0%, rgba(248, 232, 217, 1) 100%);
}

.filter__list .filter__item .top-right {
  position: absolute;
  right: -95px;
  width: 89px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(102, 61, 16);
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(230, 188, 162, 1) 0%, rgba(248, 232, 217, 1) 100%);
}

.section__part__filter .class-box .tab-item.active {
  position: relative;
  color: #000000;
}

.section__part__filter .class-box .tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: rgb(24, 144, 255);
}

/* .section__part__result {
} */

.section__part__result .mask-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 500px;
}

.section__part__result .mask {
  width: 100%;
  height: 100%;
  filter: blur(15px);
}

.section__part__result .mask-text {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(89, 89, 89);
  cursor: pointer;
}

.section__part__result .mask-text span {
  color: rgb(24, 144, 255);
}

.section__part__result .mask div {
  color: #000000;
  filter: unset;
}

.section__part__result .practice-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-default-color);
  overflow: hidden;
}

.section__part__result .practice-item .slot_left {
  margin-right: 20px;
}

.section__part__result .practice-item .slot_left .cover {
  width: 84px;
  height: 84px;
}

.section__part__result .practice-item .slot_left .cover img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.section__part__result .practice-item .slot_mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 15px;
  overflow: hidden;
}

.section__part__result .practice-item .slot_mid .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section__part__result .practice-item .slot_mid .top .company_name {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(140, 140, 140);
}

.section__part__result .practice-item .slot_mid .top .tag {
  padding: 3px 11px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
  border: 1px solid rgb(24, 144, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: rgb(24, 144, 255);
}

.section__part__result .practice-item .slot_mid .center {
  max-width: 380px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(38, 38, 38);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section__part__result .practice-item .slot_mid .bottom {
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(140, 140, 140, 1);
}

.section__part__result .practice-item .slot_mid .bottom img {
  margin-right: 5px;
}

.section__part__result .practice-item .slot_mid .bottom .grade {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 180px;
}

.section__part__result .practice-item .slot_mid .bottom .grade span {
  width: 120px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section__part__result .practice-item .slot_mid .bottom .location {
  flex: 1;
  margin-left: 23px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.section__part__result .practice-item .slot_mid .bottom .location .area-name {
  flex: 1;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.section__part__result .practice-item .slot_right {
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  position: relative;
}

.section__part__result .practice-item .slot_right .fit_major {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(24, 144, 255);
  border-radius: 4px;
  background: rgba(24, 144, 255, 0.1);
  max-width: 275px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

.section__part__result .practice-item .slot_right .end_time {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  white-space: nowrap;
  bottom: 0;
}

.section__part__result .practice-item .slot_right .end_time .title {
  color: rgb(140, 140, 140);
}

.section__part__result .practice-item .slot_right .end_time .time {
  margin-left: 15px;
  color: rgb(38, 38, 38);
}

.line-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
