.public__header {
  width: 100%;
  height: 0.6rem;
  display: flex;
  line-height: 0.6rem;
  padding: 0 0.15rem;
}
.public__header .header__log {
  width: 45%;
  padding-top: 0.03rem;
  margin-right: 0.14rem;
}
.public__header .header__log img {
  width: 100%;
}
.public__header .header__title {
  width: 70%;
  line-height: 0.57rem;
}
.public__header .header__title h2 {
  font-size: 0.13rem;
}
.public__nav {
  width: 100%;
  overflow-x: auto;
  height: 0.5rem;
  flex-wrap: nowrap;
  /* justify-content: space-around; */
  white-space: nowrap;
  background-color: #25b99f;
}
.public__nav ul {
  display: flex;
  width: 300%;
  height: 100%;
}
.public__nav ul li {
  flex: 1;
  line-height: 0.5rem;
  text-align: center;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.public__nav ul li a {
  font-size: 0.15rem;
  color: #fff;
}
.public__banner {
  width: 100%;
}
.public__banner img {
  width: 100%;
}
.public__tabber {
  position: fixed;
  width: 100%;
  height: 0.5rem;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: #fff;
  border-top: 0.01rem solid #eee;
  z-index: 10;
  padding-top: 0.05rem;
  font-size: 0.12rem;
}
.public__tabber a {
  width: 20%;
  text-align: center;
  color: #909090;
}
.public__tabber a img {
  height: 0.25rem;
}
.public__tabber a p {
  font-size: 0.12rem;
}
.page__tabbar {
  position: fixed;
  right: 0.15rem;
  bottom: 0.8rem;
}
.page__tabbar div {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(0, 56, 96, 0.7);
}
.page__tabbar .expand {
  position: relative;
}
.page__tabbar .expand i {
  position: absolute;
  width: 0.2rem;
  height: 0.06rem;
  background: url('../../img/icon_spirit.png') -35px -403px;
  -webkit-transform: scale(1.1);
  left: 27%;
  bottom: 39%;
}
.page__tabbar .srcllo_top {
  position: relative;
  margin-top: 0.03rem;
}
.page__tabbar .srcllo_top i {
  position: absolute;
  width: 0.26rem;
  height: 0.14rem;
  background: url('../../img/icon_spirit.png') -34px -68px;
  left: 26%;
  bottom: 32%;
}
.page__tabbar__title {
  padding: 0 0.15rem;
  padding-top: 50%;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  transform: translate(100%);
  transition: all 0.5s;
}
.page__tabbar__title .clear__btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url('../../img/icon_spirit.png') -36px -306px;
}
.page__tabbar__title .item .page__wrap__title {
  padding: 0.1rem 0.2rem;
  background-color: #003860;
  height: 0.5rem;
  position: relative;
}
.page__tabbar__title .item .page__wrap__title h3 {
  width: 2.65rem;
  height: 0.32rem;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.page__tabbar__title .item .page__wrap__title h3 span {
  font-weight: normal;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.6;
  margin-left: 10px;
}
.page__tabbar__title .item .page__wrap__title h3 span::before {
  content: "/";
  padding-right: 0.05rem;
}
.page__tabbar__title .item .page__wrap__title i {
  position: absolute;
  left: -0.05rem;
  top: -0.09rem;
  font-style: normal;
  font-size: 0.67rem;
  font-weight: bold;
  opacity: 0.1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}
.page__tabbar__title .item .wrap__left__list {
  border: 0.01rem solid #d2d2d2;
}
.page__tabbar__title .item .wrap__left__list li {
  width: 100%;
  height: 52px;
  border-top: none;
  font-size: 16px;
  line-height: 52px;
  padding-left: 15px;
  position: relative;
  background-color: #fff;
  padding-left: 0.2rem;
}
.page__tabbar__title .item .wrap__left__list li a {
  display: block;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page__tabbar__title .item .wrap__left__list li .icon {
  position: absolute;
  right: 0.3rem;
  top: 0.19rem;
  width: 0.11rem;
  height: 0.18rem;
  background-image: url('../../img/icon_spirit.png');
  background-position: -10px -488px;
  transform: scale(0.7);
}
.page__tabbar__title .item .wrap__left__list li p {
  font-size: 0.14rem;
}
.page__tabbar__title .item .wrap__left__list li:nth-child(1) p {
  font-size: 0.16rem;
}
.page__search__hide {
  transform: translateX(0) !important;
}
