<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search {
  width: 100%;
  max-width: 800px;
  height: 50px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: fixed;
  top: 50px;
  z-index: 9;
}
.search-box {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
  border: solid 1px #ebebeb;
  border-radius: 32px;
  background: #f1f1f1;
}
.search-l select {
  height: 30px;
  background: none;
}
.search-r {
  flex: 1;
  margin-left: 5px;
}
.search-r input {
  width: 100%;
  height: 30px;
  background-size: 15px 15px;
  background: none;
}
.indexed-list li {
  padding: 6px 15px;
  box-sizing: border-box;
}
.indexed-list li a {
  display: block;
  height: 46px;
  line-height: 46px;
  position: relative;
  cursor: pointer;
}
.indexed-list li a span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  color: #175199;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.indexed-list li label {
  cursor: pointer;
}
.period {
  width: 100%;
  max-width: 800px;
  height: 52px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 50px;
  z-index: 10;
}
.period ul {
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  float: left;
  width: calc(100% - 30px);
}
.period ul li {
  width: 75px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  font-size: 15px;
  text-align: center;
  border-radius: 32px;
  background: #f5f5f5;
  cursor: pointer;
}
.period ul li.active {
  color: #fff;
  background: #f00;
}
.qishur-down {
  width: 30px;
  height: 39px;
  background: url(../images/down.png) right center no-repeat;
  background-size: 18px auto;
  position: relative;
  float: left;
  cursor: pointer;
}
.p-swiper {
  width: 100%;
  max-width: 800px;
  min-height: 300px;
}
.p-swiper-slide {
  padding: 15px;
  box-sizing: border-box;
}
.qishur .qishur-box {
  /* display: none; */
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 50px;
}
.qishur .qishur-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-height: calc(100% - 150px);
  overflow: auto;
  padding: 15px 5px 5px 15px;
  box-sizing: border-box;
}
.qishur .qishur-box ul li {
  width: calc(20% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}
.qishur .qishur-box ul li.active {
  color: #fff;
  background: #f00;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.zqjj {
  line-height: 25px;
}
.pic-item {
  width: 100%;
  gap: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.pic-item a {
  flex-grow: 1;
}
.pic-item img {
  width: 85px;
  height: 85px;
  object-fit: fill;
}
</pre></body></html>