/* 首页 */
.page-wrapper {
  font-size: 14px;
  color: #000;
}

main {
  /* min-width: 1300px; */
  height: 44.895833vw;
  background: url(http://res.parentlock.360os.com/parentlock/qipc-service.png) no-repeat;
  background-size: cover;
}

.main-content {
  box-sizing: border-box;
  display: flex;
  width: 62.5vw;
  padding-top: 20.416667vw;
  margin: 0 auto;
}

.main-content .left {
  box-sizing: border-box;
}

.big-minder {
  height: 4.6875vw;
  font-size: 3.75vw;
  font-family: OPPOSans-B, OPPOSans;
  font-weight: normal;
  color: #191919;
  line-height: 4.6875vw;
}
.small-minder {
  padding-top: 0.572917vw;
  height: 2.083333vw;
  font-size: 1.25vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #333333;
  line-height: 1.875vw;
}
.service_wrap{
  background-color: #F8F9F8;
  display: flex;
  justify-content:center;
  align-items: center;
  padding-top: 6.25vw;
  /* padding-bottom: 2.125vw; */
}
.service{
  /* min-width: 1300px; */
  /* width: 58.125vw; */
  width: 48vw;
  /* height: 31.25vw; */
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
}
.service .service-block{
  width: 15vw;
  height: 18.75vw;
  background: #FFFFFF;
  border: 0.052083vw solid #F4F5F4;
  text-align: center;
  text-decoration: none;
  margin: 0 1.640625vw;
  margin-bottom: 3.125vw;
}
.service .service-block:hover{
  background-color: rgb(248,254,247);
}
.service .service-block .service-icon{
  padding-top: 2.5vw;
  padding-bottom: 2.083333vw;
  width: 6.25vw;
  height: 6.25vw;
}
.service .service-block .service-title{
  height: 1.666667vw;
  font-size: 1.25vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #000000;
  line-height: 1.666667vw;
}
.service .service-block .service-subtitle{
  height: 1.25vw;
  font-size: 0.9375vw;
  font-family: OPPOSans-R, OPPOSans;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.25vw;
  padding-bottom: 1.770833vw;
}
.service .service-block .service-jump{
  width: 3.333333vw;
  height: 1.875vw;
  cursor: pointer;
}

.more_wrap{
  text-align: center;
  background-color: #F8F9F8;
  display: flex;
  justify-content: space-around;
  padding-bottom: 3.125vw;
}
.more_wrap .button{
  font-size: 1.25vw;
  font-family: OPPOSans-R, OPPOSans;
  font-weight: normal;
  color: #000000;
  border: 0.052083vw solid #000000;
  line-height: 3.125vw;
  height: 3.125vw;
  width: 12.5vw;
  cursor: pointer;
  text-decoration:none;
}