@media only screen and (max-width: 750px) {
  .header {
    margin: 0 auto;
    padding-top: 10px;
  }

  .tip_body {
    display: flex;
    justify-content: space-around;
    margin-top: 2%;
    flex-wrap: wrap;
  }

  .tip_body img {
    width: 47%;
    margin-top: 5px;
  }

  .wrap {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    height: 30px;
    /* display: none; */
  }

  .wrap span {
    padding: 10rpx 0;
    color: #666;
  }

  .wrap_in img {
    display: block;
    margin: 0 auto;
  }

  .body {
    width: 100%;
  }

  .body img {
    width: 100%;
    height: 40vh;
  }

  .footer {
    /* color: #ADADAD;
    position: fixed;
    margin: 0 auto;
    bottom: 5px;
    left: 16%; */
    color: #ADADAD;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    background-color: #fff;
  }

  .body .phone {
    display: block;
  }

  .wrap span.active {
    color: #FCB270;
    border-bottom: 3px solid #FCB270;
  }

  .bodyclass {
    padding: 0px 20px;
    padding-bottom: 25px;
  }

  h1 {
    text-align: center;
    display: none;
  }

  h2 {
    color: #666666;
    font-size: 14px;
  }

  h3 {
    color: #666666;
    font-size: 12px;
  }

  h4 {
    font-weight: normal;
    color: #666666;
    font-size: 12px;
  }
}


body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  font-size: 12px;
  padding: 0px;
  margin: 0 auto;
  width: 100wh;
  height: 100vh;
  box-sizing: border-box;
}


.body img {
  display: none;
}

body,
div,
img {
  padding: 0;
  margin: 0;
}

@media screen and (min-width:750px) and (max-width:3680px) {
  .header {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .wrap {
    display: inline-block;
    line-height: 61px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrap_in {
    width: 60%;
    display: flex;
    justify-content: center;
  }

  .wrap span {
    font-size: 15px;
    color: #666;
    height: 61px;
    line-height: 61px;
    margin-left: 30px;
    padding: 13px 0;
    height: 100%;
    cursor: pointer;
  }

  .body {
    width: 100%;
  }

  .body img {
    width: 100%;
  }

  .tip_body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    height: 180px;
  }

  .tip_body img {
    margin-right: 3%;
    border-radius: 5%;
    max-height: 100%;
  }

  .footer {
    color: #ADADAD;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    background-color: #fff;
  }

  .body .pc {
    display: block;
  }

  .wrap span.active {
    color: #FCB270;
    border-bottom: 5px solid #FCB270 !important;
  }

  .unactive {
    border-bottom: 5px solid #ffffff;
  }

  .bodyclass {
    padding: 0 50px;
    padding-bottom: 25px;
  }

  h1 {
    text-align: center;
    display: none
  }

  h2 {
    color: #666666;
  }

  h3 {
    color: #666666;
    font-size: 15px;
  }

  h4 {
    font-weight: normal;
    color: #666666;
    font-size: 15px;
  }
}