/* 首页 */
.page-wrapper {
  font-size: 14px;
  color: #000;
}
main {
  /* min-width: 1300px; */
  height: 43.895833vw;
  background: url(http://res.parentlock.360os.com/parentlock/qipc-anti.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;
  padding-bottom: 2.864583vw;
  height: 2.083333vw;
  font-size: 1.25vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #333333;
  line-height: 1.875vw;
}
.anti-report{
  /* min-width: 1300px; */
  height: 29.21875vw;
  background-color: #fff;
  display: flex;
  justify-content:center;
  align-items: center;
}
.anti-report .report-block1{
  box-sizing: border-box;
  width: 30.208333vw;
  height: 16.666667vw;
  background: url(../imgs/anti-report1.png) center no-repeat;
  background-size: cover;
  padding-left: 2.5vw;
  margin-right: 2.083333vw;
  cursor: pointer;
  text-decoration: none;
}
.anti-report .report-block2{
  box-sizing: border-box;
  width: 30.208333vw;
  height: 16.666667vw;
  background: url(../imgs/anti-report2.png) center no-repeat;
  background-size: cover;
  padding-left: 2.5vw;
  cursor: pointer;
  text-decoration: none;
}
.anti-report .report-title{
  height: 1.09375vw;
  font-size: 0.833333vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.09375vw;
  padding-top: 3.489583vw;
  padding-bottom: 0.625vw;
}
.anti-report .report-subtitle{
  width: 16.354167vw;
  height: 4.375vw;
  font-size: 1.666667vw;
  font-family: OPPOSans-B, OPPOSans;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 2.1875vw;
  padding-bottom: 3.229167vw;
}
.anti-report .report-jump{
  display: flex;
  align-items: center;
}
.anti-report .report-jump .jump-title{
  height: 1.510417vw;
  font-size: 1.145833vw;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.510417vw;
  padding-right: 0.677083vw;
}
.anti-report .report-jump img{
  cursor: pointer;
  width: 3.333333vw;
  height: 1.875vw;
}

