.searchBox {
  background-color: #f2f2f2;
  padding-bottom: 40px;
}
.searchBox .w_1400 {
  min-width: auto;
}
.searchBox .s_pc {
  display: block;
}
.searchBox .s_pc .sp_head {
  position: relative;
}
.searchBox .s_pc .sp_head .sp_h_bg img {
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_head .sp_h_bg img {
    height: 218px;
  }
}
.searchBox .s_pc .sp_head .sp_h_input {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_head .sp_h_input {
    justify-content: center;
  }
}
.searchBox .s_pc .sp_head .sp_h_input input {
  flex: 1;
  height: 54px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_head .sp_h_input input {
    flex: 0.9;
    height: 30px;
    font-size: 12px;
  }
}
.searchBox .s_pc .sp_head .sp_h_input input::placeholder {
  color: #aaa;
}
.searchBox .s_pc .sp_head .sp_h_input .sp_h_i_submit {
  width: 10%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e5096;
  cursor: pointer;
}
.searchBox .s_pc .sp_head .sp_h_input .sp_h_i_submit svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_head .sp_h_input .sp_h_i_submit {
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 25px;
  }
  .searchBox .s_pc .sp_head .sp_h_input .sp_h_i_submit svg {
    width: 20px;
    height: 20px;
  }
}
.searchBox .s_pc .sp_content {
  margin-top: 60px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_content {
    width: 335px;
    margin: 40px auto;
  }
}
.searchBox .s_pc .sp_content .sp_c_tabList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 90px;
  border: 1px solid #f2f2f2;
}
.searchBox .s_pc .sp_content .sp_c_tabList .sp_c_tabItem {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  position: relative;
}
.searchBox .s_pc .sp_content .sp_c_tabList .sp_c_tabItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  transition: all 0.3s linear;
  background-color: #1e5096;
  bottom: -34px;
  transform: translateX(-28%);
}
.searchBox .s_pc .sp_content .sp_c_tabList .active {
  color: #1e5096;
}
.searchBox .s_pc .sp_content .sp_c_tabList .active::before {
  width: 140%;
}
.searchBox .s_pc .sp_content .sp_c_result {
  display: none;
  padding: 30px 90px 40px;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_content .sp_c_result {
    padding: 10px 20px 30px;
  }
}
.searchBox .s_pc .sp_content .sp_c_result .sp_c_r_list .sp_c_r_item {
  display: block;
  text-decoration: none;
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2;
}
.searchBox .s_pc .sp_content .sp_c_result .sp_c_r_list .sp_c_r_item .sp_c_r_i_title {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_content .sp_c_result .sp_c_r_list .sp_c_r_item .sp_c_r_i_title {
    font-size: 16px;
  }
}
.searchBox .s_pc .sp_content .sp_c_result .sp_c_r_list .sp_c_r_item .sp_c_r_i_text {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.1;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_content .sp_c_result .sp_c_r_list .sp_c_r_item .sp_c_r_i_text {
    font-size: 13px;
  }
}
.searchBox .s_pc .sp_content .sp_c_result .sp_c_r_fenye {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .searchBox .s_pc .sp_content .sp_c_result .sp_c_r_fenye {
    width: 335px;
    margin-left: -20px;
  }
}
.searchBox .s_pc .sp_content .sl_show {
  display: block;
}
.searchBox .s_pc .sp_content .sp_c_none {
  margin: 90px 0;
}
.searchBox .s_pc .sp_content .sp_c_none img {
  display: block;
  margin: auto;
  width: 360px;
  height: 100%;
}
.searchBox .s_pc .sp_content .sp_c_none .sp_c_n_text {
  color: #999;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}
body .ui-pagination-container {
  width: fit-content;
  margin: 0 auto;
}
body .ui-pagination-container .ui-pagination-page-item {
  background: transparent;
  border: none;
  color: #999;
}
body .ui-pagination-container .ui-pagination-page-item:hover {
  color: #999;
}
body .ui-pagination-container .ui-pagination-page-item.active {
  color: #1e5096;
  background: transparent;
}
