body {
  background: #F7F8FA;
  padding-bottom: 100px;
}
.bg {
  background: url('/images/charms/dili.png') no-repeat;
  background-size: 100% 100%;
  height: 209px;
}
.map-box .map {
  width: 1400px;
  height: 748px;
}
.map-box .tab-box {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  height: 101px;
  border-radius: 0px 0px 8px 8px;
}
.map-box .tab-box .left-box {
  display: flex;
  align-items: center;
}
.map-box .tab-box .left-box .tab-item {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  margin-right: 100px;
  cursor: pointer;
}
.map-box .tab-box .left-box .tab-item.active {
  color: #007AFF;
  position: relative;
}
.map-box .tab-box .left-box .tab-item.active::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #007AFF;
  border-radius: 4px;
  position: absolute;
  bottom: -7px;
}
.map-box .tab-box .left-box .tab-item:hover {
  color: #007AFF;
}
.map-box .tab-box .left-box .tab-item:last-child {
  margin-right: 0;
}
.map-box .tab-box .serach-box {
  display: flex;
  align-items: center;
}
.map-box .tab-box .serach-box span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  margin-right: 16px;
}
.map-box .tab-box .serach-box .search {
  width: 303px;
  height: 36px;
  background: #F7F8FA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 11px;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.map-box .tab-box .serach-box .search .search-img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.map-box .tab-box .serach-box .search .clear-img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.map-box .tab-box .serach-box .search .clear-img {
  display: none;
  cursor: pointer;
}
.map-box .tab-box .serach-box .search input {
  margin: 0 3px;
  flex: 1;
  border: none;
  background-color: #F7F8FA !important;
}
.map-box .tab-box .serach-box .search input::-webkit-input-placeholder {
  color: #C8C9CC;
  font-size: 14px;
}
.map-box .tab-box .serach-box .search input:-moz-placeholder {
  color: #C8C9CC;
  opacity: 1;
  font-size: 14px;
}
.map-box .tab-box .serach-box .search input::-moz-placeholder {
  color: #C8C9CC;
  opacity: 1;
  font-size: 14px;
}
.map-box .tab-box .serach-box .search input:-ms-input-placeholder {
  color: #C8C9CC;
  font-size: 14px;
}
.map-box .tab-box .serach-box button {
  width: 92px;
  height: 36px;
  background: #007AFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  margin-left: 32px;
}
.map-box .tab-box .serach-box button:hover {
  background-color: #005FEC;
}
.phy-list {
  display: flex;
  flex-wrap: wrap;
}
.phy-list .empty {
  margin-top: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.phy-list .empty img {
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
.phy-list .empty .empty-notice {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 16px;
}
.phy-list .phy-item:hover {
  background: #FFFFFF linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 8px 0px rgba(32, 88, 144, 0.17);
  border-radius: 8px;
  background-clip: padding-box;
  border: 1px solid transparent;
  position: relative;
}
.phy-list .phy-item:hover .right-content .top img {
  content: url('/images/charms/xiagnq1.png');
}
.phy-list .phy-item:hover .right-content .bottom img {
  content: url('/images/charms/point-active.png');
}
.phy-list .phy-item:hover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 8px;
  background: linear-gradient(136deg, #9fd5ff, #ffffff);
}
.phy-list .phy-item:nth-child(3n) {
  margin-right: 0;
}
.phy-list .phy-item {
  width: 450px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  margin-top: 32px;
  margin-right: 25px;
  cursor: pointer;
}
.phy-list .phy-item .img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}
.phy-list .phy-item .right-content {
  padding-top: 18px;
  margin-left: 16px;
}
.phy-list .phy-item .right-content img {
  width: 20px;
  height: 20px;
}
.phy-list .phy-item .right-content .top {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
}
.phy-list .phy-item .right-content .top img {
  margin-left: 24px;
}
.phy-list .phy-item .right-content .bottom {
  margin-top: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  display: flex;
  align-items: center;
}
.phy-list .phy-item .right-content .bottom .address {
  width: 246px;
  margin-right: 16px;
}
