.detail_baike .sosuo_content p {
  margin-bottom: 10px;
}

.detail_baike_time {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.h4_content {
  background: #fff;
  padding-left: 15px;
}

.h4_content a {
  display: inline-block;
  line-height: 25px;
}

/* tabbar */
#foot-bottom {
  width: 100%;
  height: 100px;
  background: #F5F5F5;
}

#tabbar {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 480px;
  border-top: 1px solid #cccccc;
  background: #ffffff;
}

#tabbar ul {
  display: flex;
  width: 100%;
  font-size: 13px;
}

#tabbar ul li {
  flex: 1;
  height: 50px;
  text-align: center;
}

#tabbar ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}

#tabbar ul .li1 img {
  width: 47px;
}

#tabbar ul .li2 img {
  width: 23px;
}

#tabbar ul .li3 {
  min-width: 225px;
  width: 225px;
}

#tabbar ul .li3 img {
  width: 225px;
}