.is-pc * {
  box-sizing: border-box;
  font-size: 14px;
  line-height: initial;
  padding: 0;
  margin: 0;
}
.is-pc span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.is-pc .van-icon,
.is-pc .iconfont {
  font-size: inherit;
}
.is-pc .search {
  padding: 10px;
}
.is-pc .search .box {
  width: 360px;
  padding: 0;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.is-pc .search .box .search-btn {
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  width: 102px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.is-pc .search .box .search-btn .iconfont {
  margin-right: 6px;
}
.is-pc .search .search-input {
  font-size: 16px;
}
.is-pc .menu,
.is-pc .site-type-list {
  width: 360px;
  left: 10px;
}
.is-pc .menu {
  top: 80px;
  height: 60px;
  z-index: 1001;
}
.is-pc .menu .picker-popup {
  width: 100%;
  position: absolute;
  top: 100%;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  box-shadow: 0 4px 4px var(--shadow-color);
  transition: max-height 0.5s;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.is-pc .menu .picker-popup::-webkit-scrollbar {
  display: none;
}
.is-pc .menu .picker-popup.active {
  max-height: 427px;
}
.is-pc .menu-body {
  height: 100%;
  border-radius: 0;
  cursor: pointer;
  background: var(--primary-color);
  border: none;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.is-pc .menu-body .menu-item {
  font-size: 16px;
}
.is-pc .menu-body .menu-item .van-icon {
  transition: transform 0.5s;
}
.is-pc .menu-body .menu-item.item-action {
  color: #fff;
}
.is-pc .menu-body .menu-item.item-action .van-icon {
  transform: rotate(180deg);
}
.is-pc .site-type-item,
.is-pc .picker-option-item {
  padding: 0 10px;
  cursor: pointer;
  line-height: 36px;
}
.is-pc .site-type-item:hover,
.is-pc .picker-option-item:hover {
  background-color: #f5f5f5;
}
.is-pc .site-type-item:not(:last-child),
.is-pc .picker-option-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.is-pc .site-type-item.active,
.is-pc .picker-option-item.active {
  color: var(--primary-color);
}
.is-pc .site-type-item.active .iconfont,
.is-pc .picker-option-item.active .iconfont {
  color: inherit;
}
.is-pc .site-type-item .iconfont,
.is-pc .picker-option-item .iconfont {
  color: var(--font-gray-color);
  margin-right: 10px;
}
.is-pc .site-type-list {
  position: absolute;
  top: 140px;
  z-index: 1000;
  background: #fff;
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 4px var(--shadow-color);
}
.is-pc .site-type-list::-webkit-scrollbar {
  display: none;
}
.is-pc .site-type-list .site-type-item {
  padding: 0 30px;
  line-height: 60px;
  display: flex;
  align-items: center;
}
.is-pc .site-type-list .site-type-item.active {
  color: var(--primary-color);
}
.is-pc .site-type-list .site-type-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.is-pc .site-list {
  width: 360px;
  max-height: 75vh;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  /* 自定义滚动条轨道 */
  /* 自定义滚动条的滑块（thumb） */
}
.is-pc .site-list::-webkit-scrollbar {
  width: 8px;
}
.is-pc .site-list::-webkit-scrollbar-track {
  background: #fff;
  /* 设置轨道的背景颜色 */
}
.is-pc .site-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  /* 设置滑块的背景颜色 */
  border-radius: 8px;
}
.is-pc .site-list .site-item {
  padding: 10px 0;
  overflow: hidden;
  height: initial;
  border: none;
}
.is-pc .site-list .site-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.is-pc .site-list .site-item:hover {
  background-color: #f5f5f5;
}
.is-pc .site-list .site-item-msg {
  overflow: hidden;
}
.is-pc .site-list .site-item-poster {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-left: 8px;
}
.is-pc .site-list .site-item-poster > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 6px;
}
.is-pc .site-list .site-item-msg-title {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-pc .site-list .site-item-msg-time,
.is-pc .site-list .site-item-msg-address,
.is-pc .site-list .site-item-msg-phone {
  font-size: 12px;
  color: var(--font-gray-color);
  padding-left: 22px;
}
.is-pc .site-list .site-item-msg-address {
  overflow: hidden;
}
.is-pc .site-list .site-item-msg-address > span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: inherit;
}
.is-pc .site-list .site-item-msg-phone {
  display: flex;
  align-items: center;
}
.is-pc .site-list .site-item-msg-phone > span {
  cursor: pointer;
}
.is-pc .site-list .site-item-msg-phone > span:hover {
  color: var(--primary-color);
}
.is-pc .site-list .iconfont,
.is-pc .site-list .van-icon {
  color: var(--primary-color);
  margin-right: 4px;
}
.is-pc .site-list .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.is-pc .site-list .page .van-icon {
  color: inherit;
  margin: 0;
}
.is-pc .site-list .page .page-prev,
.is-pc .site-list .page .page-home,
.is-pc .site-list .page .page-next {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  padding: 0 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-pc .site-list .page .page-prev:not(:last-child),
.is-pc .site-list .page .page-home:not(:last-child),
.is-pc .site-list .page .page-next:not(:last-child) {
  margin-right: 8px;
}
.is-pc .site-list .page .page-prev:not(.disabled):not(.active):hover,
.is-pc .site-list .page .page-home:not(.disabled):not(.active):hover,
.is-pc .site-list .page .page-next:not(.disabled):not(.active):hover {
  background-color: #f5f5f5;
}
.is-pc .site-list .page .page-prev:not(.disabled):active,
.is-pc .site-list .page .page-home:not(.disabled):active,
.is-pc .site-list .page .page-next:not(.disabled):active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.is-pc .site-list .page .page-prev.active,
.is-pc .site-list .page .page-home.active,
.is-pc .site-list .page .page-next.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.is-pc .site-list .page .page-prev.disabled,
.is-pc .site-list .page .page-home.disabled,
.is-pc .site-list .page .page-next.disabled {
  color: var(--font-gray-color);
  border-color: #C9C9C9;
  background-color: #f2f2f2;
}
.is-pc .site-list .page .page-home {
  width: auto;
}
