#swiper {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 19px;
  height: 19px;
  margin: 0 7px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #ff6a00;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 30px;
}

.home-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 92px;
  left: 0;
  right: 0;
  /* background-color: #00000080; */
  color: #fff;
  z-index: 999;
  transition: all 0.3s;
}
.home-header.limit {
  height: 92px;
  background-color: rgb(247, 247, 247);
}
.home-header.limit .navbar-nav2 .nav-link {
  color: rgb(80, 93, 105);
}
.home-header .container-fluid {
  padding: 0;
}
.home-header.limit .navbar {
  padding: 0;
}
.home-header .navbar {
  transition: all 0.3s;
}
.home-header .limit-width {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 10px; */
}
.home-header ul {
  display: flex;
  gap: 0 1.2rem;
  /* gap: 0 40px; */
  font-size: 16px;
  align-items: center;
}

.home-header .navbar-nav2 .nav-link {
  color: #fff;
  /* padding: 0 10px 0 0; */
}
.home-header .navbar-nav2 .nav-link:hover,
.home-header .navbar-nav2 .nav-link.active {
  color: #ff6a00;
  /* font-weight: bold; */
}
.home-header .phone {
  font-size: 29px;
  color: #ff6a00;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.menu-wrap {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  padding-top: 0;
  margin-top: -25px;
  background-color: #fff;
  z-index: 9;
  border-radius: 10px;
  /* margin-bottom: 40px; */
  color: #5d615e;
  position: relative;
}
.menu-part-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #000;
}

.menu-wrap .left .form-input .form-control {
  width: 50%;
}

.menu-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.area-line {
  width: 5rem;
  height: 4px;
  margin-top: 10px;
  background-color: rgb(202, 202, 202);
}
.active .area-line,
li:hover .area-line {
  background-color: #ff6a00;
}
.menu-area {
  font-size: 12px;
}
.menu-area .unit {
  font-size: 10px;
}
.menu-area .nav-link {
  padding: 0 2px;
}

/* 热门商圈 */
.part-title {
  font-size: 22px;
  font-weight: bold;
}
.item-group-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.item-group {
  position: relative;
  width: calc((100% - 20px) / 3);
  border-radius: 5px;
  overflow: hidden;
}
.item-group img {
  border-radius: 5px;
}
.item-group img,
.graphic-group img {
  width: 100%;
}
.item-group .mask {
  position: absolute;
  bottom: 0;
  top: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #00000080;
  height: 40px;
  width: 100%;
  z-index: 1;
}
.item-group:hover .mask {
  height: 100%;
}
.item-group .content {
  display: none;
}
.item-group:hover .title {
  font-weight: bold;
}
.item-group:hover .content {
  display: block;
  margin-top: 0.8rem;
  width: 70%;
}
.sub-title {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .home-header ul {
    gap: 40px;
  }
}
