* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: "Microsoft Yahei";
    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;
    background: #F6F7F9;
}
.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 auto;
    margin-bottom:0.3rem;
    margin-top: 0;
    /* box-shadow: 0 0 0.18rem rgba(239,239,239,0.8); */
    /* background-color: pink; */
    /*padding:  0.22rem;*/
    border-radius: 5px;
    background: #fff;
    padding: 0.22rem;
    box-shadow: 0rem 0rem 0rem 0rem rgba(109, 115, 171, 0.17);
    border-radius: 0.1rem;
}
.container .star {
  width: 100%;
  background-color: #fff;
  padding: 0.17rem 0.1rem 0.8rem 0.1rem;
  margin-bottom: 0.6rem;
}
.container .box {
  /* -moz-column-count: 2; */
  /* Firefox */
  /* -webkit-column-count: 2; */
  /* Safari �� Chrome */
  column-count: 2;
  /* 将 div 元素中的文本分为2列，并规定列间1rem像素的间隔。 */
  /* -moz-column-gap: 5px;
  -webkit-column-gap: 5px; */
  column-gap: 0.05rem;
}
.container .item {
  margin: 0 0 0.1rem 0;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  /*break-inside: avoid; 避免元素内部断行并产生新列*/
  background-color: #f9f9f9;
}
.container .intro {
  padding: 0.18rem 0.1rem 0.17rem 0.15rem;
}
.container .intro p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
}
.container .intro p img {
  margin-right: 0.08rem;
  margin-top: 0.05rem;
  vertical-align: top;
}
.container .intro p span {
  width: 1.8rem;
  display: inline-block;
}



  .foot {
      width: 7.5rem;
      height: 2.26rem;
      background: url('../img/bottom.png') no-repeat center;
      background-size: 100% 100%;
  }
