.clear{ clear: both; }
.yc,.hide{ display: none; }
.hidden{ overflow: hidden; }
.loadmore{ text-align: center; padding:10px 0; font-size: 14px; color: #000; }

/*苹果移动端无法输入问题*/
input{
-webkit-user-select:text !important;
-webkit-user-select:auto !important;	
}


#app .b_nav {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  display: flex;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
}
#app .b_nav .list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #8e8e93;
  font-size: 0.2rem;
}
#app .b_nav .list img {
  width: 0.44rem;
  height: 0.44rem;
}
#app .b_nav .list .txt {
  margin-top: 0.08rem;
}
#app .b_nav .list.active {
  color: #0fd1d5;
}
