.channel-query .top-text {
  padding: 0.78rem 0;
}
.channel-query .top-text p {
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #5e5e5e;
}
.channel-query .store-list .my-container {
  padding-bottom: 0.9rem;
}
.channel-query .store-list .my-container ul li {
  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 .left h2 {
  width: 9rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #5e5e5e;
}
.channel-query .store-list .my-container ul li .left h4 {
  width: 9rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.18rem;
  color: #929292;
}
.channel-query .store-list .my-container ul li .right {
  width: 0.45rem;
  height: 0.56rem;
  background-image: url(/assets/static/pc/images/channel/position_icon.png);
  background-repeat: no-repeat;
  background-size: 0.45rem 0.56rem;
  background-position: center center;
}
.channel-query .store-list .my-container ul li:hover .left h2 {
  color: #d20000;
}
.channel-query .store-list .my-container ul li: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;
  padding-top: 1rem;
}
.banner .position {
  position: absolute;
  top: 17%;
  left: 0;
  padding-top: 1.08rem;
  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;
  width: 8.7rem;
}
.banner .position .inputgroup .input-search {
  width: 6rem;
  height: 0.6rem;
  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 {
  width: 1rem;
  height: 0.6rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  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 {
  width: 8.7rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  text-align: left;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #666;
}
