.banner {
  display: block;
  width: 100%;
  height: 600px;
}

.banner-wrap .swiper-pagination-bullet {
  background-color: #ffffff80;
}
.banner-wrap .swiper-pagination-bullet-active {
  background-color: #fff;
}
.title {
  text-align: center;
  margin-bottom: 40px;
}
.zh {
  z-index: 2;
  position: relative;
  color: #555;
  font-size: 36px;
  font-weight: 700;
}
.en {
  z-index: 1;
  position: relative;
  margin-top: -0.8em;
  font-size: 30px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(240, 240, 240, 1);
}
.a-list {
  display: grid;
  grid-template-columns: repeat(4, 315px);
  justify-content: space-between;
}
.a-item {
  overflow: hidden;
  border-radius: 5px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.a-item:hover {
  box-shadow: 0 2px 9px rgba(72, 132, 233, 0.2);
}
.a-item img {
  width: 36px;
  height: 36px;
}
.a-h5 {
  margin-top: 12px;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-bottom: 16px;
}
.a-h5::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/*  推荐律师 */
.lawyer .zh {
  color: #fff;
}
.la-banner {
  width: 250px;
  border-radius: 5px;
  overflow: hidden;
}
.la-img {
  width: 250px;
  height: 250px;
}
.la-info {
  background-color: #fff;
  height: 124px;
  padding: 16px;
}
.la-tool {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(9px);
  color: #fff;
}
.la-prev {
  left: -77px;
}
.la-next {
  right: -77px;
}

/* 案例 */
.more {
  margin: 40px auto 0;
  display: flex;
  width: 150px;
}

/* 弹层 */
.popup {
  display: none;
  background-color: #fff;
  overflow: hidden;
  width: 750px;
}
.p-form {
  padding: 50px 0 100px;
}
.p-form-item {
  margin: 0 auto 16px;
  padding: 0 12px;
  width: 350px;
  height: 50px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.p-input {
  padding-left: 10px;
  flex: 1;
  font-size: 16px;
  line-height: 2;
}
.p-input::placeholder {
  font-size: 15px;
  color: #555;
}
.code-btn {
  border-radius: 2px;
  height: 28px;
}
.p-btn {
  margin: 72px auto 0;
  display: block;
  border-radius: 5px;
  width: 400px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.primary-bg:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}