

.container .banner {
    width: 7.5rem;
    height: 2.75rem;
    background: url('../img/banner.png') no-repeat center;
    background-size: 100% 100%;
}
.c-web {
    width: 6.91rem;
    margin: 0 auto 0.4rem; 
    /* box-shadow: 0 0 0.18rem rgba(239,239,239,0.8); */
    /* padding: 0 0 0.4rem ; */
}
.c-web .title1 {
  margin-top: 0.2rem;
}
.c-web .title1 img{
    width: 6.91rem;
    height: 0.35rem;
    margin: 0 auto 0.4rem;
}
.c-web .senior{
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.c-web .s-left {
  width: 2.27rem;
  float: left;
  margin-right: 0.3rem;
}
.c-web .s-left img {
  width: 2.27rem;
  height: 2rem;
}
.c-web .s-right {
  width: 4.3rem;
  float: left;
}
.c-web .name {
  font-weight: bold;
  font-size: 0.26rem;
  color: #333;
}
.c-web .title {
  font-size: 0.2rem;
  color: #f27143;
  margin-top: 0.06rem;
}
.c-web .desc {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.1rem;
}



  .foot {
      width: 7.5rem;
      height: 2.49rem;
      background: url('../img/foot.png') no-repeat center;
      background-size: 100% 100%;
  }
  /*html {
    height: 100%;
    overflow: hidden;
  }
  body {
    height: 100%;
    overflow: auto;
  }
  .zx {
    position: absolute;
    right: 0.1rem;
    bottom: 3.3rem;
    z-index: 10000;
  }
  .zx img {
    width: 1.32rem;
    height: 1.04rem;
  }*/

.question-m {
    background: #F6F7F9;
}
    .question-m .container {
        background: #F6F7F9;
    }
    .question-m .wenda-item {
        margin-bottom: 0.41rem
    }
    .question-m .wenda-item .q {
        width: 0.42rem;
        height: 0.42rem;
        background: #97DAA4;
        border-radius: 0.08rem 0rem 0rem 0.08rem;
        margin-right: 0.02rem;
        font-size: 0.24rem;
        font-family: SourceHanSansSC;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.42rem;
        text-align: center
    }
        .question-m .wenda-item .tit {
            width: 6.42rem;
            height: 0.42rem;
            background: #7ea4af;
            border-radius: 0rem 0.2rem 0rem 0rem;
            font-size: 0.24rem;
            font-family: SourceHanSansSC;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 0.42rem;
            padding-left: 0.1rem
        }
        .question-m .wenda-item .detail {
            width: 6.76rem;
            background: linear-gradient(10deg, #F9FFFE, #FDFFFE);
            box-shadow: 0rem 0rem 0rem 0rem rgba(109, 115, 171, 0.17);
            border-radius: 0.1rem;
            padding: 0.27rem 0.32rem 0.32rem 0.42rem;
            font-size: 0.22rem;
            font-family: SourceHanSansSC;
            font-weight: 400;
            color: #666666;
            line-height: 0.4rem;
            position:relative;
        }
            .question-m .wenda-item .detail .quan {
                width: 0.12rem;
                height: 0.12rem;
                background: rgba(151, 218, 164, 0);
                border: 0.02px solid #74B480;
                border-radius: 50%;
                margin: 0.14rem 0.15rem 0 0.05rem;
                flex-shrink: 0
            }
            .question-m .wenda-item .detail::before {
                content: 'A';
                position: absolute;
                left: 0.1rem;
                top: 0.27rem;
                font-size: 0.3rem;
                font-family: SourceHanSansSC;
                font-weight: bold;
                color: #97DAA4;
            }