

.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;
  }*/
.Training_platform-m {
    background: #F6F7F9;
    height:100vh;
    overflow-y:auto
}
    .Training_platform-m .tp-item-box {
        width: 6.9rem;
        height: 5.05rem;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0rem 0rem rgba(109, 115, 171, 0.17);
        border-radius: 0.1rem;
        margin: 0.36rem 0 0;
        padding: 0.35rem 0.31rem
    }
    .Training_platform-m .tp-item-box  .img {
        width:3rem;
        height:2rem;

    }
    .Training_platform-m  .shouye-bot {
        position:fixed;
        bottom:0;
        left:0
    }