/* 顶部banner图 */

.banner {
    position: relative;
    height: 2.93rem;
    background-image: url("../../resource/images/banner.png");
    background-size: 100% 100%;
}


  /* 分享 */
.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    max-width: 15rem;
    width: 100%;
    margin: auto;
  }
  
  mip-share .c-share-list .c-span3 {
    width: 16%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    font-size: 0.2rem;
  }
  
  .c-span3 {
    float: left;
  }
  
  mip-share .c-share-list .c-flexbox,
  mip-share .c-share-list .c-row {
    display: block;
  }
  
  .fenxiang {
    padding: 0.2rem 0 0 0.2rem;
    background: #fff;
    font-size: 0.2rem;
    margin: 0;
  }
  
  .c-share-list.mip-fill-content {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  
  .c-share-list {
    overflow: hidden;
    margin-top: 0;
    box-sizing: border-box;
  }
  
  .c-line-clamp1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /* 底部功能栏 */
  .fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 7.5rem;
    margin: auto;
    background: #fff;
    padding: 0.1rem 0;
    z-index: 999;
  }
  
  .share {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: 500;
    background-color: #5294DD;
    margin-left: 0.275rem;
  }
  
  .share div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .share-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
    margin-right: .2rem;
  }
  
  /* .other-city {
    width: 65%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    background: #5294DD;
  } */
  
  .weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    background-image: url(/images/wxbj.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
  }

body{
  background-color: #EFEEF1;
  padding-bottom: 1.1rem
}
  /* 底部tab列表 */
.tab-bar {
  margin: 0.39rem 0rem 0;
  padding: 0rem .2rem 0.05rem;
}

.display{
  display: none;
}

.bar-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 0.0225rem solid rgb(238, 238, 238);
  padding-left: 0;
  font-size: 0.32rem;
  margin: 0 0 0 0;
  padding-top: 0.04rem;
  color: #666666;
}

.click {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(20, 20, 20, 1);
  line-height: 0.8rem !important;
  font-weight: 600;
}
.title-name, .title-name1{
  width: 50%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  font-weight: bold;
  font-size: .31rem;
}
.imp {
  padding: 0.345rem 0.1rem;
  border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.tab-content ul,.tab-content1 ul {
  padding-left: 0;
  margin: 0;
}

.tab-content ul li:last-child .imp,.tab-content1 ul li:last-child .imp {
  border: 0;
}

.imp-title {
  display: flex;
}

.imp-name {
  font-size: 0.28rem;
  font-weight: 600;
  color: #000000;
}

.imp-content {
  font-size: 0.25rem;
  color: #999999;
  margin-left: 7.1%;
  margin-top: 0.225rem;
}

.imp-icon {
  width: 0.27rem;
  height: .18rem;
  margin-right: 0.2rem;
  margin-top: 0.13rem;
  vertical-align: middle;
}

.all {
  height: 0.9rem;
  width: 45%;
  margin: 0.3rem auto;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.3rem;
  background: #f0edf1;
  border-radius: 0.14rem;
  color: #000000;
}

.add-more,.add-more1,.close-more,.close-more1 {
  height: 0.9rem;
  width: .71rem;
  margin: 0.1rem auto 0;
  text-align: center;
  line-height: 0.9rem;
  font-size: .3rem;
  border-radius: 0.14rem;
  color: #000000;
}
.more-img{
  width: .65rem;
}
.no-more {
  display: none;
}

.scroll-y{
  height: 8.26rem;
  border-radius: .2rem;
  margin: .28rem;
  background-color: #fff;
}

.imp-icon{
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}