
/* AI作文报告,非会员，作文分析报告优化 */
.ai-report .ai-report-pdf-title{
  padding-top: 10px !important;
}

/* AI作文APP首页入口 */
.exam-wrap .content .airoot {
        display: none;
}

/* 451 夸克首页无九宫格  banner默认图片更改 */
.nav-card .swiper-slide-active .content {
  position: relative;
}

.nav-card .swiper-slide-active .content {
  display: inline-block;
}
.nav-card .swiper-slide-active .content::after{
  position: absolute;
  content: "";
  background: url(https://static.7net.cc/szone/imgs/bannerDefault.png) no-repeat;
  background-size: 100% 100%;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 100;
}
  


.example-page .swiper-container .swiper-wrapper .swiper-slide div > :nth-child(2){
  display: none !important;
}
.example-page .swiper-container .swiper-wrapper .swiper-slide div > :nth-child(3){
  display: none !important;
}

.ap-check-btn::after{
  position: absolute;
  content: "免 费 查 分";
  top: 25.5%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 4.347826087vw;
  color: #fff;
  background: #ed5b68;
  text-align: center;
  border-radius: 5.9178743961vw;
  height: 11.8357487923vw;;
  line-height: 11.8357487923vw;;
  width: 78.2608695652vw;
}

.desc-top > :nth-child(3) {
  display: none;
}

/* .vipInfos > :nth-child(1) > :nth-child(1){
  display: none;
} */
  
    .vipInfos{
      position: relative;
    }

    .vipInfos::after{
      position: absolute;
      content: "";
      background: url(https://static.7net.cc/szone/sonevip.png) no-repeat;
      background-size: 100% 100%;
      top: 0%;
      left: 0%;
      width: 100vw;
      height: 100%;
    }
    

.descInfo{
  position: relative;
}
.descInfo::after{
  position: absolute;
  content: " 全科/单科的成绩分布、最高分/均分对比、偏科分析、失分统计、我的错题、知识点分析、重点提醒，多方位解读学情，帮助学生查缺补漏。 ";
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.schoolCard {
    align-items: center;
}

.yuwen .yuwenc img{
  height: 28px !important;
  width:96px !important;
  
}

.sub-card .card-left,
.schoolInfo .left,
.schoolCard .img {
    background: #fff2ee !important;
    border-radius: 45px;
    color: #ee3f4d;
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 14px;
}

.schoolInfo .left {
    width: 7rem;
    height: 7rem;
    font-size: 18px;
}

.schoolCard .img {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    font-size: 12px;
}

.sub-card .card-left::before,
.schoolInfo .left::before,
.schoolCard .img::before {
    content: '试卷';
    font-weight: 600;
}

.sub-card .card-left img,
.schoolInfo .left img,
.schoolCard .img img {
    display: none;
}

ion-app.v5 .modal-wrapper {
    transform: translateY(0) !important;
}

.simple-unscramble-lottie svg {
    transform: translate(0, 0) !important;
}


/* 高考志愿文案 */
.officail-item:first-of-type{
    color: transparent !important;
  }
  
  .officail-item:first-of-type::after{
   position: absolute;
    content: "省心、高效、智能、精准";
    left: 49%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 86%;
    font-size: 15px;
    color: #fff;
  }

/* 学情报告 */
.open-btn .fabBtn{
    position: relative;
    color: transparent;

  }

  .open-btn .fabBtn::after{
    position: absolute;
    content: "获取完整报告";
    color:#fff;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    
  }


   /* 通知消息 */
   .smsnotify .tips{
    color: transparent !important;
    position: relative;
  }
  
  .smsnotify .tips::after{
    position: absolute;
    content: "根据最新政策调整，2022年10月24日后，平台下线成绩查询服务，原会员用户服务至会员到期为止。给您带来的不便，敬请谅解。";
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 86%;
    font-size: 15px;
    color: #333;
  }
   
  .smsnotify .tips span{
    color: transparent !important;
  }



