.gpsx-search-box {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 10px;
}

.gpsx-search-box .title-box {
  margin-left: 10px;
  margin-left: .1rem;
  width: calc(100% - 20px);
  width: calc(100% - .2rem);
  height: 20px;
  height: .2rem;
  line-height: 20px;
  line-height: .2rem;
  color: #333;
  font-size: 18px;
  font-size: .18rem;
  font-weight: bold;
}

.gpsx-search-box .type-line {
  margin: 0 auto;
  width: calc(100% - 40px);
  width: calc(100% - .4rem);
  height: 1px;
  background-color: #ebebeb;
}

.gpsx-search-box .type-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px;
  width: 100%;
}


.gpsx-search-box .type-box .title {
  display: block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.gpsx-search-box .type-box .type-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
  height: 30px;
  overflow: hidden;
}

.gpsx-search-box .type-box.switch .type-list {
  padding-right: 60px;
}

.gpsx-search-box .type-box.open .type-list {
  height: auto;
  max-height: 100px;
  overflow: scroll;
}

.gpsx-search-box .type-box .type-list .type-item {
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.gpsx-search-box .type-box .type-list .type-item span {
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.gpsx-search-box .type-box .type-list .act {
  background-color: #2B70D1;
  border-radius: 6px;
}

.gpsx-search-box .type-box .type-list .act span {
  color: #fff;
}

.gpsx-search-box .type-box .switch {
  position: absolute;
  right: 25px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  opacity: .8;
  user-select: none;
}
.gpsx-search-box .type-box .switch:hover {
  opacity: 1;
}
.gpsx-search-box .type-box .switch::before {
  position: absolute;
  content: '';
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background: url('../../images/zhengcewenjianku/page_2/jiantou.png');
  background-size: cover;
}
.gpsx-search-box .type-box .switch .close {
  display: none;
}
.gpsx-search-box .type-box.open .switch .close {
  display: block;
}
.gpsx-search-box .type-box.open .switch .open {
  display: none;
}
.gpsx-res-box .gpsx-res-list .item {
  position: relative;
  display: block;
  color: #333;
  border-bottom: 1px solid #EDF1F5;
  padding: 19px 20px;
}
.gpsx-res-box .gpsx-res-list .item::before {
  content: "";
  float: left;
  width: 4px;
  height: 4px;
  background-color: #c0cdda;
  border-radius: 50%;
  margin: 9px 12px 0 8px;
}
.gpsx-res-box .gpsx-res-list .no-result {
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .gpsx-search-box .type-box {
    padding: 15px 5px 15px 15px;
  }
  .gpsx-search-box .type-box .title {
    width: 75px;
  }
  .gpsx-search-box .type-box .type-list {
    width: calc(100% - 75px);
    padding-right: 40px;
  }
  .gpsx-search-box .type-box .type-list .type-item span {
    padding: 0 8px;
  }
  .gpsx-search-box .type-box .switch {
    width: 50px;
    right: 10px;
  }
  .gpsx-search-box .type-box .switch::before {
    width: 10px;
    height: 6px;
  }
  .gpsx-res-box .gpsx-res-list .item {
    padding: 12px 5px;
  }
  .gpsx-res-box .gpsx-res-list .item::before {
    margin: 11px 12px 0 8px;
  }
}