.content-title {
  width: 1200px;
  margin: 20px auto;
  color: #806af6;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

.tab-wrapper {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.tab-wrapper .tab-item {
  border-radius: 23px;
  box-shadow: 0 2px 8px #00000014;
  color: #595959;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 24px;
  padding: 12px 24px;
}

.tab-wrapper .tab-item.active {
  background: #806af6;
  color: #fff;
}

.swiper {
  /* width: 100%; */
  width: 64%;
  overflow: hidden;
  padding: 32px 20px 80px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  touch-action: pan-y;
  display: block;
  position: relative;
}

.swiper.hide {
  display: none;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.swiper-slide {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 24px #00000029;
  height: 502px;
  margin-right: 40px;
  padding: 8px;
  width: 250px !important;
  flex-shrink: 0;
}

.swiper-slide:last-child {
  margin-right: 0;
}

.swiper-slide img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
}

.manager .swiper-slide {
  width: 782px !important;
}

.swiper-button-prev,
.swiper-button-next {
  background: #806af6;
  border-radius: 8px;
  color: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
}

.swiper-button-prev {
  /* left: 12.5%; */
  left: 0.5%;
}

.swiper-button-next {
  /* right: 12.5%; */
  right: 0.5%;
}

.swiper-button-prev::after {
  content: "<";
  font-size: 20px;
}

.swiper-button-next::after {
  content: ">";
  font-size: 20px;
}

.home-top img {
  width: 100%;
}

.jsz {
  width: 1200px;
  height: 208px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  background-size: 100% 100%;
}

.jsz .name {
  color: #806af6;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-right: 48px;
}

.jsz .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 220px);
}

.jsz .icons .icons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #434343;
  font-size: 20px;
}

.jsz .icons .icons-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
}

.jjfa {
  width: 1200px;
  margin: 50px auto;
}

.jjfa .name {
  color: #806af6;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 40px;
}

.jjfa .content-wrapper {
  display: flex;
}

.jjfa .content-wrapper .content-box {
  width: 360px;
  margin-right: 40px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
}

.jjfa .content-wrapper .content-box .content-box-header {
  background-size: 100% 160px;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  color: #fff;
  height: 160px;
  padding: 20px 30px 0 20px;
  width: 100%;
}

.jjfa .content-wrapper .content-box .second-header {
  background-size: 100% 160px;
}

.jjfa .content-wrapper .content-box .third-header {
  background-size: 100% 160px;
}

.jjfa .content-wrapper .content-box .content-box-content {
  box-sizing: border-box;
  height: 280px;
  padding: 30px 50px 0 24px;
}

.jjfa .content-wrapper .content-box .content-box-content .box-content-title {
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}

.jjfa .content-wrapper .content-box .content-box-content .box-content-des {
  color: #8c8c8c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
  opacity: 0.8;
}

.w{
  width: 1200px;
  margin: 50px auto;
}
.dlbs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dlbs>div:nth-child(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dlbs>div:nth-child(1) .txt {
  width: 374px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 15px 15px 15px 0;
  background: linear-gradient(#ff8181 0, #f74b5e 100%);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
}

.dlbs>div:nth-child(1) .txt .d {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}

.dlbs>div:nth-child(2) {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  margin-bottom: 23px;
  margin-top: 10px;
}

.dlbs .tips {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
}

.dlbs .dlbs-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dlbs .dlbs-box-item {
  width: 280px;
  height: 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  cursor: pointer;
}

.dlbs .dlbs-box-item .hd {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 96px;
  background: url(https://yimaoqi.cn/admin/public/upload/agent/1695623577.png) no-repeat center center / 100% 96px;
}

.dlbs .dlbs-box-item .hd>span {
  margin-left: 30px;
  font-family: Microsoft YaHei Bold;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.dlbs .dlbs-box-item .info_content_free {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* gap: 10px; */
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  padding: 0 16px;
}

.dlbs .dlbs-box-item .info_content_free .info_title .info_head_ico {
  width: 4px;
  height: 14px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
  background: #a9b2c2;
}

.dlbs .dlbs-box-item .info_content_free .info_title span {
  font-size: 15px;
}

.dlbs .dlbs-box-item .info_content_free .desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #666;
}

.dlbs .dlbs-box-item .info_content_free .desc .info_head_ico {
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  opacity: .5;
  background: #a9b2c2
}

.dlbs .dlbs-box-item .info_content_free .desc-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dlbs .dlbs-box-item .info_content_free .price_wrapper {
  display: flex;
  align-items: center;
  opacity: 1;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #ff7f0e;
}

.dlbs .dlbs-box-item .info_content_free .desc-btn .price_wrapper :nth-child(1) {
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
}

.dlbs .dlbs-box-item .info_content_free .desc-btn .price_btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  font-size: 16px;
  color: #ff7f0e;
  text-align: center;
  border: 1px solid #ff8000;
}

.hxys,
.gntx,
.ljzx {
  width: 1200px;
  margin: 50px auto;
}

.hxys .name,
.gntx .name,
.ljzx .name {
  color: #806af6;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 40px;
}

.hxys img {
  width: 100%;
}

.gntx .gntx-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.function-block {
  max-width: 23%;
  height: 164px;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  height: 100%;
  min-height: 158px;
  padding: 24px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 24%;
}

.function-block:hover {
  background: linear-gradient(178.13deg, #f4f2fd 1.87%, #fdfdff 74.51%);
  box-shadow: 0 2px 16px #00000029;
}

.function-block .mask {
  position: relative;
  z-index: 1;
}

.sa-flex {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.function-block .mask .icon {
  flex-shrink: 0;
  height: 36px;
  margin-right: 12px;
  width: 36px;
}

.function-block .mask .name {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.function-block .mask .desc {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #595959;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 12px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ljzx .contact-block {
  padding: 46px 56px;
  position: relative;
  width: 720px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 24px #00000029;
  overflow: hidden;
  margin: 20px auto 100px;
}

.contact-block .mask .qrcode {
  height: 160px;
  margin-right: 40px;
  width: 160px;
}

.contact-block .mask .right .title {
  color: #595959;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}

.contact-block .mask .right .desc {
  color: #595959;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 54px;
}

.contact-block .mask .right .time {
  color: #595959;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}