.inside-banner {
  padding: 3.3rem 0 0;
  background: url(../images/mservice_banner.jpg) no-repeat center -1rem / 100%;
}
.inside-layer {
  position: relative;
  z-index: 5;
  margin-top: -84px;
  color: #fff;
}
.inside-main {
  padding: 10px 0 0;
}
.inside-title {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.inside p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inside p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .inside-banner {
    display: none;
  }
  .inside {
    padding: 0 0 6vw;
    background: url(../images/inside_bg.jpg) no-repeat center 0 / cover;
  }
  .inside-layer {
    width: 62.4vw;
    margin: 0 auto;
    padding: 15vw 0 0;
    color: #fff;
  }
  .inside-main {
    width: 80vw;
    margin: 0 auto;
    padding: 4vw 8vw;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1vw;
  }
  .inside-title {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #000;
  }
  .inside p {
    font: 400 16px/30px "微软雅黑";
    color: #000;
  }
}
