* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft Yahei";
  background-color: #fff;
  height:100vh;
  overflow-y:auto
  /*height:auto*/
}
.m-cooperation {
    background: #F6F7F9;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a img {
  border: none;
}
ul li {
  list-style: none;
}
.clear::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container {
  overflow: hidden;
}
.container .banner {
    width: 7.5rem;
    height: 3.55rem;
    background: url('../img/banner.png') no-repeat center;
    background-size: 100% 100%;
}
.c-web {
    width: 6.9rem;
    margin: 0.4rem auto; 
    margin-top:0;
    box-shadow: 0 0 0.18rem rgba(239,239,239,0.8);
    background: #fff;
    border-radius: 5px;
    padding-bottom: 0.4rem;
    margin-bottom:0.2rem
}
.container .admissions {
  width: 6.4rem;
  margin: 0 auto;
  padding: 0.32rem 0.05rem 0.32rem 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.operate {
  width: 4.86rem;
  font-size: 0.24rem;
  color: #373841;
  margin-right: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:0.25rem;
  position:relative;
}
.operate1 {
    color: #FF5500
}
.operate::before {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #ED612B;
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: bold;
    transform: translateY(-50%)
}
    .date {
        width: 1.4rem;
        font-size: 0.2rem;
        color: #c1c1c1;
        text-align: right;
    }
        .date .p1 {
            font-size: 0.16rem;
            color: #C3C4CE;
            position: relative;
        }
.date .p2 {
  font-size:0.16rem;
  color: #a9a9a9;
}



  .foot {
      width: 7.5rem;
      height: 2.26rem;
      background: url('../img/bottom.png') no-repeat center;
      background-size: 100% 100%;
  }
  html {
    height: 100%;
    overflow: hidden;
  }
  .zx {
    position: absolute;
    right: 0.1rem;
    bottom: 3.3rem;
    z-index: 10000;
  }
  .zx img {
    width: 1.32rem;
    height: 1.04rem;
  }
.m-cooperation .shouye-bot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}