@charset "UTF-8";
.container .main {
  width: 100%;
  height: calc(100% - 1.85rem);
  overflow-y: auto;
}

.park-search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: .7rem;
  line-height: .7rem;
}

.park-search-box a {
  width: .95rem;
  font-size: .24rem;
  color: #0364b0;
  padding-left: 0.2rem;
  letter-spacing: .02rem;
}

.park-search-left {
  display: flex;
  align-items: center;
  justify-self: space-between;
  flex: 1;
}

.park-search-left label {
  width: 1.1rem;
  text-align: right;
  font-size: .24rem;
  color: #0364b0;
}

.exhibit {
  position: relative;
  flex: 0.5;
  padding-left: .12rem;
  text-align: left;
  color: #0364b0;
  font-size: .24rem;
  border: none;
}

.exhibit span {
  color: #0364b0;
  font-size: .24rem;
  margin-right: .04rem;
}

.exhibit:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .13rem;
  height: .1rem;
  background: url('../images/else/more_unfold.png') no-repeat center;
  background-size: 100% 100%;
}

/* .weui_panel ul li {
  margin-bottom: .05rem;
  height: .6rem;
  line-height: .6rem;
  background: #fff;
}

.weui_panel ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .3rem 0 .35rem;
  font-size: .22rem;
  color: #6c6c6c;
}

.weui_panel ul li a p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weui_panel ul li a span {
  position: relative;
  width: .8rem;
  padding-left: .15rem;
}

.weui_panel ul li a span::after {
  content: '';
  display: block;
  position: absolute;
  right: .1rem;
  top: 49%;
  transform: rotate(45deg) translateY(-50%);
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
} */
.weui_panel {
  height: calc(100% - 1.1rem);
  background: #fff;
  overflow-y: auto;
}

.weui_panel ul {
  /* height: 100%; */
  padding: 0 0.2rem;
}

.weui_panel ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  height: 1.1rem;
  line-height: 1.1rem;
  width: 100%;
  padding-right: .2rem;
}

.weui_panel ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: .05rem;
  top: 50%;
  width: .1rem;
  height: .2rem;
  transform: translateY(-50%);
  background: url('../images/home/list-arrow.png') no-repeat center;
  background-size: 100% 100%;
}

.weui_panel ul ul li a {
  display: block;
}

.weui_panel ul li a p {
  font-size: .3rem;
  color: #333333;
}

.weui_panel ul li a p span {
   position: relative;
   width: .8rem;
   padding-left: .15rem;
}
.weui_panel ul li a span::after {
  content: '';
  display: block;
  position: absolute;
  right: .1rem;
  top: 49%;
  transform: rotate(45deg) translateY(-50%);
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
}