.center-title-class {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: .3rem;
  padding-top: .5rem;
}

.seach-class {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: .38rem;
}

.col-search-class {
  width: 4rem;
  height: .4rem;
  background-color: #ffffff;
  border: solid 1px rgba(39, 137, 238, 0.19);
  padding-left: .15rem;
  padding-right: .12rem;
  box-sizing: border-box;
  align-items: center;
}

.item-search-input {
  width: 85%;
}

.col-search-class img {
  width: .16rem;
  height: .17rem;
}

.item-list-class {
  width: 100%;
  margin-bottom: .32rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.item-tit-text {
  width: 100%;
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-size: .18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .27rem;
  height: .54rem;
  letter-spacing: 0px;
  color: #000000;
}

.label-item-one {
  min-width: .73rem;
  height: .25rem;
  border-radius: 2px;
  border: solid 1px #f13939;
  font-family: MicrosoftYaHei;
  font-size: .15rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .23rem;
  letter-spacing: 0px;
  color: #f13939;
  margin-right: .09rem;
  text-align: center;
  padding: 0 .07rem;
}

.label-item-one:last-child {
  margin-right: 0;
}

.label-item-one-two {
  border-color: #3571f6;
  color: #3571f6;
}

.item-tip-class span {
  font-family: MicrosoftYaHei;
  font-size: .14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .27rem;
  letter-spacing: 0px;
  color: #7e7e7e;
}

@media screen and (max-width: 768px) {
  .seach-class {
    width: 100%;
    padding: 0 .25rem;
  }

  .item-tit-text {
    font-size: .3rem;
    line-height: .38rem;
    height: .8rem;
  }

  .label-item-one {
    height: .35rem;
    line-height: .32rem;
  }
  .item-tip-class span{
    font-size: .26rem;
  }
  .col-search-class{
    height: .56rem;
  }
}