.channel-query .top-text {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.channel-query .top-text p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: center;
  color: #5e5e5e;
}
.channel-query .store-list .my-container {
  padding-bottom: 0.9rem;
}
.channel-query .store-list .my-container ul {
  border-top: 1px solid #F4F4F4;
  border-image: linear-gradient(to right, #fff, #F4F4F4, #fff) 1 100;
}
.channel-query .store-list .my-container ul li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}
.channel-query .store-list .my-container ul li > a .left h2 {
  width: 5.39rem;
  font-size: 0.24rem;
  line-height: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #5e5e5e;
}
.channel-query .store-list .my-container ul li > a .left .desc {
  width: 5.39rem;
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #929292;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.channel-query .store-list .my-container ul li > a .right {
  width: 0.45rem;
  height: 0.56rem;
  background-image: url(/assets/static/pc/images/channel/position_icon.png);
  background-repeat: no-repeat;
  background-size: auto 0.54rem;
  background-position: center center;
}
.channel-query .store-list .my-container ul li > a:hover .left h2 {
  color: #d20000;
}
.channel-query .store-list .my-container ul li > a:hover .right {
  background-image: url(/assets/static/pc/images/channel/position_icon_active.png);
}
.channel-query .pop-detail {
  position: fixed;
  top: calc(50% - 2.2rem);
  left: calc(50% - 3.25rem);
  display: none;
  width: 6.5rem;
  padding: 0.2rem;
  padding-top: 0.45rem;
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.channel-query .pop-detail .text-box {
  position: relative;
  padding: 0 0.1rem;
}
.channel-query .pop-detail .text-box .title {
  width: 5.5rem;
  font-size: 0.22rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.channel-query .pop-detail .text-box p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #999;
}
.channel-query .pop-detail .text-box h4 {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #999;
}
.channel-query .pop-detail .text-box .close-btn {
  position: absolute;
  top: -0.3rem;
  right: 0;
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(/assets/static/pc/images/channel/close_btn.png);
  background-repeat: no-repeat;
  background-size: 0.21rem auto;
  background-position: center center;
  cursor: pointer;
}
.channel-query .pop-detail .map-img {
  margin-top: 0.35rem;
}
.channel-query .pop-detail.active {
  display: block;
}
.banner {
  position: relative;
}
.banner .position {
  position: absolute;
  top: 0%;
  left: 0;
  padding-top: 0.84rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner .position h2 {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
}
.banner .position .inputgroup {
  margin: 0 auto;
  margin-top: 0.41rem;
}
.banner .position .inputgroup .input-search {
  width: 4.1rem;
  height: 0.7rem;
  padding: 0 0.21rem;
  font-size: 0.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #434343;
}
.banner .position .inputgroup .input-search::-webkit-input-placeholder,
.banner .position .inputgroup .input-search::-moz-placeholder,
.banner .position .inputgroup .input-search::-ms-input-placeholder {
  font-size: 0.2rem;
  color: #555;
}
.banner .position .inputgroup .searchbtn {
  margin: 0 0.1rem;
  width: 1rem;
  height: 0.7rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  background-color: #d20000;
  transition: opacity 0.2s;
}
.banner .position .inputgroup .searchbtn:hover {
  opacity: 0.8;
}
.banner .position .inputgroup .right-text {
  font-size: 0.22rem;
  color: #666;
}
.banner .position .bottom-text {
  padding-left: 0.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  text-align: left;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #666;
}
