/* 首页 */
.page-wrapper {
  font-size: 14px;
  color: #000;
}
main {
  /* min-width: 1300px; */
  height: 43.895833vw;
  background: url(http://res.parentlock.360os.com/parentlock/qipc-about.png) no-repeat;
  background-size: cover;
}

.main-content {
  box-sizing: border-box;
  display: flex;
  width: 62.5vw;
  padding-top: 16.09375vw;
  margin: 0 auto;
}

.main-content .left {
  box-sizing: border-box;
}
.button-title{
  width: 19.791667vw;
  height: 4.427083vw;
  margin-bottom: 1.041667vw;
  background: linear-gradient(130deg, #4CDE6E 0%, #00C088 100%);
  border-radius: 2.239583vw;
  font-size: 2.5vw;
  color: #FFFFFF;
  line-height: 4.427083vw;
  text-align: center;
  font-family: OPPOSans-B, OPPOSans;
  font-weight: normal;
}

.big-minder {
  width: 26.666667vw;
  height: 9.375vw;
  font-size: 3.333333vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #191919;
  line-height: 4.6875vw;
}

.about{
  /* min-width: 1300px; */
  height: 56.979167vw;
  background: #F8F9F8;
}
.about .about-360os{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6.927083vw;
  padding-bottom: 5.520833vw;
}
.about .about-360os .about-left{
  margin-right: 4.635417vw;
}
.about .about-360os .about-left .about-360os-title{
  height: 3.28125vw;
  font-size: 2.5vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #000000;
  line-height: 3.28125vw;
  padding-bottom: 1.666667vw;
}
.about .about-360os .about-left .about-360os-content{
  width: 29.375vw;
  /* height: 14.583333vw; */
  font-size: 0.9375vw;
  font-family: OPPOSans-R, OPPOSans;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.458333vw;
}
.about .about-360os .about-right img{
  width: 28.75vw;
  height: 18.75vw;
}

.about .about-phone{
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about-phone .about-left img{
  width: 28.75vw;
  height: 18.75vw;
}

.about .about-phone .about-right{
  margin-left: 4.375vw;
}
.about .about-phone .about-right .about-phone-title{
  height: 3.28125vw;
  font-size: 2.5vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #000000;
  line-height: 3.28125vw;
  padding-bottom: 1.666667vw;
}
.about .about-phone .about-right .about-phone-content{
  width: 29.375vw;
  height: 7.291667vw;
  font-size: 0.9375vw;
  font-family: OPPOSans-R, OPPOSans;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.458333vw;
}
