body {
  background-color: #fff;
}
.wrap {
  position: relative;
  padding-bottom: 1.4rem;
  background-color: #fff;
}
.container {
  background-color: #fff;
  width: 100%;
  height: auto;
  left: 0;
  top: 3.6rem;
  z-index: 1;
}
.hp-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.48rem;
  padding-left: 0.06rem;
}
.hp-title img {
  width: 0.35rem;
}
/* ---------- 轮播 ---------- */
.slide-box {
  background: #fff;
}
.slide-box .swiper {
  width: 100%;
  height: 3.95rem;
}
.slide-box .swiper .swiper-slide {
  position: relative;
}
.slide-box .swiper a {
  width: 100%;
  display: block;
}
.slide-box .swiper img {
  width: 100%;
  height: 3.95rem;
  object-fit: cover;
}
.slide-box .swiper .tit {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0.1rem 0.26rem;
  font-size: 0.26rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
/* ---------- 导航 ---------- */
.navBox {
  padding-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.nav li {
  float: left;
  width: 25%;
  margin-bottom: 0.6rem;
}
.nav li a div {
  margin-bottom: 0.05rem;
  text-align: center;
}
.nav li a div img {
  width: 0.82rem;
  display: inline-block;
}
.nav li a h2 {
  font-weight: normal;
  font-size: 0.26rem;
  text-align: center;
  color: #53565b;
  margin-top: 0rem;
}
/* ---------- e家公告 ---------- */
.notice {
  padding: 0.2rem 0.24rem 0;
}
.notice .swiper {
  width: 100%;
  border-radius: 0.1rem;
  height: 0.96rem;
  background-color: rgba(235, 235, 238, 0.3);
  overflow: hidden;
}
.notice .swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.notice .swiper li {
  width: 100%;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 500;
}
.notice .swiper li > img {
  width: 1.54rem;
  height: 0.54rem;
}
.notice .swiper li > div {
  width: calc(100% - 1.54rem);
  padding: 0.04rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
  border-left: 1px solid #c5c1c1;
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
/* ---------- 服务中心 ---------- */
.service {
  margin-bottom: 0.16rem;
}
.service ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.service ul li {
  width: 1.52rem;
  height: 1.68rem;
  border-radius: 0.16rem;
  padding: 0.2rem 0.14rem 0;
  overflow: hidden;
  margin-bottom: 0.18rem;
  margin-right: 0.2rem;
}
.service ul li:nth-of-type(4n) {
  margin-right: 0;
}
.service ul li img {
  width: 0.54rem;
  height: 0.54rem;
}
.service ul li h2 {
  font-size: 0.28rem;
  font-weight: 500;
}
.service ul li h3 {
  color: #ababab;
  font-size: 0.22rem;
}
.service .red {
  background-color: #fff3f3;
}
.service .yellow {
  background-color: #fffcf1;
}
.service .blue {
  background-color: #f0f2ff;
}
.service .purple {
  background-color: #fdf8ff;
}
.service .more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.service .more h4 {
  color: #449cf3;
  font-size: 0.25rem;
}
.bn1 {
  margin-bottom: 0.5rem;
}
/* -------- 热门活动 -------- */
.tw {
  padding: 0 0.1rem;
  padding-bottom: 1.2rem;
}
.tw a {
  display: block;
  background-color: #fff;
  margin-bottom: 0.25rem;
}
.tw a dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tw a dl dd {
  width: calc(100% - 2.4rem);
  padding-left: 0.18rem;
}
.tw a dl dd h2 {
  font-size: 0.3rem;
  line-height: 1.4;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tw a dl dd > span {
  font-size: 0.22rem;
  color: #b4b4b4;
  width: 13em;
  text-align: right;
}
.tw a dl dd p em {
  float: left;
  color: #132f5d;
  font-size: 0.22rem;
  border-radius: 0.06rem;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
}
.tw a dl dt {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw a dl dt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.1rem;
}
/* -------- 服务大厅 -------- */
.service-hall {
  padding: 0.4rem 0.4rem 0;
}
