a,
span {
  -webkit-tap-highlight-color: transparent;
}
.app-head{
  display: none;
}
.footer{
  display: none;
}



.daodu_box {
  width: 1200px;
  /* height: 229px; */
  background-color: rgb(255, 249, 239);
  background-image: url(daodu.png);
  background-position: 35px 50%;
  background-repeat: no-repeat;
  background-size: 68.38px;
  line-height: 36px;
  margin: 40px auto;
  padding: 30px 40px 25px 135px;
}

.daodu_txt {
  display: block;
  text-align: justify;
  font-size: 21px;
  color: rgb(51, 51, 51);
  letter-spacing: 0px;
  line-height: 36px;
  font-weight: 400;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  .yh_logo{
    display: none;
  }
  .top_out{
    display: none;
  }
  .app-head{
    display: block;
  }
  .container{
    max-width: 100%;
  }
  #pc-wrap .main4 .xd-list .ts-list{
    width: 41%;
  }
  #pc-wrap .main2 .container .daodu{
    line-height: 18px;
    text-align: left;
  }
  .daodu_box {
    width: 100%;
    background-color: rgb(255, 249, 239);
    background-image: url(daodu.png);
    background-position: 3vw 50%;
    background-repeat: no-repeat;
    background-size: 18vw;
    margin: 4vw auto;
    padding: 4vw 4vw 4vw 24vw;
  }
  
  .daodu_txt {
    display: block;
    text-align: justify;
    font-size: 4vw;
    color: rgb(51, 51, 51);
    letter-spacing: 0px;
    line-height: 8vw;
    font-weight: 400;
  }

  #pc-wrap .main5 .f-content li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* 这个宽度存在问题 */
    width: 335px;
  }

  .f-content .right_ul{
    display: none;
  }
  .main5 .container .f-content{
    justify-content: center!important;
    align-items: center!important;
    width: 100%!important;
  }
  .main5_zcwj .container .left_ul{
    width: 100%;
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    flex-wrap: wrap;
  }
  .main5_zcwj .container .left_ul .flex{
    width: 100%!important;
  }
  #pc-wrap .main5 .f-content{
    margin: 0;
    padding: 20px;
  }
}

