#app > .container {
  padding-top: 60px;
  flex: none;
}
#app > .shTech_vision_9 {
  padding-top: 114px;
}
.search_panel {
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px;
  flex-direction: column;
  font-size: 16px;
  position: relative;
  box-shadow: 0px 2px 12px 2px rgba(129, 129, 129, 0.1);
  margin-bottom: 25px;
  padding: 12px 0;
}
.search_panel:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 7em;
  background-color: var(--color-primary-5);
  left: 0;
  top: 0;
}
.search_panel.search_panel_9 {
  border-radius: 5px;
}
.search_panel .search_row {
  width: 100%;
  display: flex;
  padding: 8px 0;
  position: relative;
}
.search_panel .search_row .label {
  width: 7em;
  text-align: center;
  margin: 4px 0;
  margin-right: 20px;
  color: #2e2e2e;
  font-weight: 400;
}
.search_panel .search_row .custom_values {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search_panel .search_row .custom_values .related_btns {
  display: flex;
  align-items: center;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  width: 200px;
  font-size: 14px;
}
.search_panel .search_row .custom_values .related_btns .btn {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search_panel .search_row .custom_values .related_btns .btn.active {
  background: var(--color-primary);
  border-radius: 16px;
  color: #fff;
}
.search_panel .search_row .custom_values .date_picker .el-input__inner {
  border-radius: 20px;
}
.search_panel .search_row .values {
  flex: 1;
  width: 0;
  color: #4a4f64;
  margin-right: 20px;
  font-size: 14px;
}
.search_panel .search_row .values .line {
  border-bottom: 1px solid #EDEDED;
}
.search_panel .search_row .values .value {
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  padding: 4px 16px;
  border-radius: 99px;
  margin: 2px 0;
}
.search_panel .search_row .values .value .el-icon-close {
  display: none;
}
.search_panel .search_row .values .value:hover {
  color: #549cff;
  color: var(--color-primary);
  text-decoration: underline;
}
.search_panel .search_row .values .value.active {
  background-color: #549cff;
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: unset;
}
.search_panel .search_row .values .value.active .el-icon-close {
  display: inline-block;
  padding: 2px;
  margin-left: 2px;
  margin-right: -8px;
}
.search_panel .search_row .values .value.active .el-icon-close:hover {
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 50%;
}
.search_panel .search_row .values .values_row + .values_row {
  background-color: #fff;
  margin-top: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.search_panel .search_row .values .values_row.subject .value {
  padding: 4px 12px;
}
.search_panel .search_row .values .values_row.subject .value.active {
  position: relative;
  z-index: 1;
  background-color: unset;
  color: #4a4f64;
}
.search_panel .search_row .values .values_row.subject .value.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: calc(100% + 10px);
  background-color: var(--color-primary-3);
  z-index: -1;
}
.search_panel .search_row .values .values_row.major {
  background-color: var(--color-primary-3);
}
.search_panel .search_row.school_more_box .values {
  height: auto;
  overflow: hidden;
}
.search_panel .search_row.school_more_box .right_wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.search_panel .search_row.school_more_box .right_wrap .el-select {
  width: 180px;
}
.search_panel .search_row.school_more_box .right_wrap .el-select input {
  border-radius: 99px;
}
.search_panel .search_row.school_more_box .more_btn {
  background-color: #fff;
  padding: 4px 20px;
  border-radius: 99px;
  cursor: pointer;
  border: #ddd 1px solid;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.search_panel .search_row.school_more_box.show_more .values {
  height: 33px;
  overflow: hidden;
}
.search_panel .search_row.school_more_box.active .values {
  height: auto;
  overflow: hidden;
}
.search_panel .search_wrap {
  position: absolute;
  top: 16px;
  right: 20px;
  display: flex;
  align-items: center;
}
.search_panel .search_wrap input {
  border-radius: 99px;
}
.search_panel .search_wrap .seach_btn {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid #979797;
  color: #868686;
  white-space: nowrap;
  margin-left: 20px;
}
.search_panel .search_wrap .seach_btn:hover {
  border: var(--color-primary) 1px solid;
  color: var(--color-primary);
  background: var(--color-primary-5);
}
.total_panel {
  padding-top: 8px;
}
.el-button + .el-button {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .el-cascader-panel {
    max-width: 100vw;
  }
  .el-cascader-panel .el-cascader-menu {
    min-width: 33vw;
  }
}
#shTech_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#shTech_bg .content_bg {
  margin-top: -5px;
}

.theme_6 #app {
  background-color: transparent!important;
}
.theme_6 #app > .container {
  flex: 1;
}
.theme_6 .search_panel {
  margin-top: 80px;
  border-radius: 10px;
}
.theme_6 .search_panel::after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 266px;
  background-image: url(/learn/static/imgs/npu/header_bg.png);
  background-size: cover;
  background-position: center;
}
.theme_6 .search_panel .search_row .values .value.active {
  background-color: var(--color-primary-11);
  color: var(--color-primary);
}
.theme_6 .search_box {
  text-align: right;
  margin-bottom: 20px;
}
.theme_6 .search_box .el-input {
  width: 200px;
}
.theme_6 .search_box .el-input input {
  height: 32px;
  border-radius: 99px;
}
.theme_6 .search_box .el-input .el-input__icon {
  line-height: 32px;
}

.theme_9 #app {
  background-color: transparent!important;
}


