.header_shadow {
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.15);
  margin-bottom: 0.03rem;
}

.search.page_wrap {
  padding-top: 0.57rem;
  background: #f9f9f9;
}

.content_title_text {
  color: #bd2d3a;
}

.content {
  margin-top: 0.4rem;
  margin-bottom: 0.65rem;
}

.content>div:first-child>a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #585858;
}

.search-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.13rem;
  margin-bottom: 0.57rem;
}

.search-box {
  width: 8rem;
  height: 0.66rem;
  background: #ffffff;
  border: 0.01rem solid #f4f4f4;
  padding: 0 0.32rem;
  margin: 0 auto;
  margin-bottom: 0.67rem;
}

.search-box input {
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.search-btn {
  width: 0.2rem;
  height: 0.2rem;
  border: none;
  background: none;
}

.tab-item {
  margin: 0 0.57rem;
}

.tab-item>div {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.08rem;
}

.tab-item.active>div {
  font-weight: bold;
}

.tab-item span {
  margin-left: 0.1rem;
}

.tab-item::after {
  content: "";
  display: block;
  height: 0.02rem;
  width: 100%;
  background: transparent;
}

.tab-item.active::after {
  background: #bd2d3a;
}

.result-section {
  background: #ffffff;
  padding-top: 0.68rem;
  padding-bottom: 0.71rem;
}

.section-title.content_width {
  font-weight: bold;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.25rem;
}

.sub-title {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 0.25rem;
}

.content_four {
  display: flex;
  justify-content: center;
  margin-top: 0.71rem;
  margin-bottom: 0.71rem;
}

.content_four>p:nth-child(2) {
  color: #fff;
  background-color: #B6002A;
}

.content_four>p {
  display: flex;
  border: 0.01rem solid #dedede;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  border-radius: 0.02rem;
}

.content_four>p:nth-child(6) {
  border: none;
}

/* 划过效果 */
.tab-container>a {
  position: relative;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 0.02rem solid #fff;
  padding-bottom: 0.09rem;
  transition: var(--m_tran) border font-weight;
}

.tab-container>a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #B6002A;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.tab-container>.active:after {
  left: 0;
  width: 100%;
}

.tab-container>a:hover:after {
  left: 0;
  width: 100%;
}

/* 划过效果结束 */
.content_flex {
  display: flex;
  padding-top: 0.32rem;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.flex-item{
    /*width: 30%;*/
}

.content_flex:first-child {
  border-top: 0.01rem solid #E0E0E0;
}

.border {
  height: 0.01rem;
  background-color: #E0E0E0;
}

/*.content_flex>div:nth-child(2) {*/
/*  margin-left: 0.24rem;*/
/*  margin-right: 0.24rem;*/
/*}*/

.content_flex>div>div:first-child {
  height: 2.57rem;
  width: 4.38rem;
  /*width: 100%;*/
}

.content_flex>div>div:nth-child(2)>div:nth-child(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.21rem;
  color: #000000;
  line-height: 0.33rem;
  padding-bottom: 0.24rem;
}

.content_flex>div>div:nth-child(2)>div:nth-child(1)>span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.21rem;
  color: #BD2D3A;
}

.content_flex>div>div:nth-child(2)>div:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
}

.content_flex>div>div:nth-child(2) {
  background: #F9F9F9;
  padding-top: 0.29rem;
  padding-left: 0.38rem;
  padding-right: 0.56rem;
  padding-bottom: 0.45rem;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content>img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer>img {
  width: 0.17rem;
  height: 0.08rem;
}
@media only screen and (max-width: 1024px) {
  .content > div:first-child > a{
    font-size: 0.24rem;
  }
  .flex-item{
    width: 48%;
  }
  .content_flex > div > div:first-child{
    width: 100%;
  }
  .content_flex > div > div:nth-child(2) > div:nth-child(1){
    font-size: 0.24rem;
  }
  .search-box input{
    font-size: 0.24rem;
  }
   .tab-container > a {
    margin: 0 .1rem;
  }
  .tab-item > div{
    font-size: 0.24rem
  }
  .sub-title{
    font-size: 0.24rem;
  }
  .content_flex > div > div:nth-child(2) > div:nth-child(2){
    font-size: 0.24rem;
  }
  .search-box{
    width: 100%;
  }
  .search-btn {
  width: 0.4rem;
  height: 0.34rem;}
}