@media (max-width:768px) {
  * {
    font-size: 0.8rem !important;
  }
  .container,.top{
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  .img-tip{
    height: auto !important;
    margin-top: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    top: 80% !important;
    left: 7% !important;
  }
  .serviceImg{
    width: 100% !important;
    height: auto !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .serviceImgItem{
    float: unset !important;
    height: auto !important;
    margin: 6px;
  }
  .pcH {
    display: none;
    height: 0 !important;
  }

  .phoneH {
    display: block !important;
  }

  img {
    width: 100% !important;
    height: auto !important;
  }

  .footer-content {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .footer-tip-container {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }

  .footer-tip {
    font-size: 0.6rem;
    text-align: center;
  }

  .bottom img {
    width: 100% !important;
    height: auto;
  }

  footer .bottom {
    width: 100% !important;
    position: relative !important;
    left: unset !important;
    top: 0 !important;
    height: auto !important;
  }
}

@media (min-width:768px) {
  .phoneH {
    display: none;
  }

}


.top {
  width: 960px;
  height: 540px;
}

.img-tip {
  font-family: AlibabaPuHuiTi-Medium;
  margin-top: 366.5px;
  margin-left: 143.5px;
  margin-right: 501.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 332px;
  height: 100px;
}

.tip-P {
  float: left;
  color: #FFF000;
  font-size: 50px;
  line-height: 19.21px;
  letter-spacing: 1.5px;
  display: inline-block;
}

.tip-service {
  float: left;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 19.21px;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-top: 8px;
}

.serviceImg {
  width: 960px;
  height: 200px;
  padding-top: 70px;
}

.serviceImg1 {
  float: left;
  width: 20%;
  height: 142px;
}

.serviceImg2 {
  float: left;
  width: 20%;
  height: 142px;
}

.serviceImg3 {
  float: left;
  width: 20%;
  height: 142px;
}

.serviceImg4 {
  float: left;
  width: 20%;
  height: 142px;
}

.serviceImg5 {
  float: left;
  width: 20%;
  height: 142px;
}

.bottom {
  width: 960px;
  height: 114px;
  margin-top: 50px;
}

.container {
  height: 880px !important;
}