* {
  padding: 0;
  margin: 0;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
  font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei",
    "hiragino sansgb", "microsoft yahei ui", "microsoft yahei", simsun, "宋体",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  background-color: #eef6fb;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

ul,
li {
  list-style: none;
}

.container {
  width: 100vw;
  min-height: 100vh;
  background-color: #eef6fb;
  padding-bottom: 24vw;
  /* 90px 给底部固定热线留空间 */
  box-sizing: border-box;
}

/* 顶部banner区域 */
.top-banner {
  position: relative;
  width: 100vw;
  height: 81.3333vw;
  background: linear-gradient(180deg, #bde3ff 0%, #e8f6ff 100%);
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.top-banner .go-website {
  position: absolute;
  right: 2.66666667vw;
  top: 2.66666667vw;
  z-index: 10;
  width: 21.33333333vw;
  height: 5.33333333vw;
  color: #ff8028;
  font-size: 3.2vw;
  line-height: 5.33333333vw;
  text-align: center;
  border-radius: 8vw;
  border: 0.26666667vw solid #ff8028;
  text-decoration: none;
}

.top-banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.2667vw;
  margin: auto;
  width: 91.4667vw;
  background: #ffffff;
  border-radius: 2.1333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.2667vw 4vw;
  box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
}

.top-banner .banner-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44vw;
  height: 44vw;
  background: url("../img/circle-bg.png") no-repeat 6.4vw 6.4vw;
  background-size: 150% 150%;
  z-index: 0;
}

.top-banner .banner-text {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.top-banner .banner-short-desc {
  display: flex;
  font-size: 3.7333vw;
  font-weight: 500;
  line-height: 5.3333vw;
  color: #333333;
}

.top-banner .banner-short-desc::before {
  content: "";
  width: 0.8vw;
  height: 3.7333vw;
  margin-right: 1.6vw;
  margin-top: 0.8vw;
  border-radius: 26.6667vw;
  background: #FF7402;
}

.top-banner .banner-desc {
  margin-top: 1.6vw;
  font-size: 3.2vw;
  line-height: 4.5333vw;
  color: #999999;
}

.top-banner .banner-btn {
  display: block;
  width: 25.0667vw;
  height: 9.6vw;
  font-size: 3.7333vw;
  font-weight: 600;
  line-height: 9.6vw;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2.1333vw;
  background: #FF8029;
  box-shadow: 0px 1.0667vw 1.0667vw 0px rgba(184, 52, 8, 0.1);
  flex-shrink: 0;
  margin-left: 2.6667vw;
  position: relative;
  z-index: 1;
}

.top-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  z-index: 1;
}

/* 车主服务区域 */
.service-wrap {
  width: 91.4667vw;
  /* 343px */
  padding: 3.2vw 4vw 4.2667vw;
  /* 12px 16px 16px */
  border-radius: 2.1333vw;
  /* 8px */
  background: #ffffff;
  margin: 6.4vw auto 0;
  /* 顶部24px留出banner突出空间，左右8px */
  box-sizing: border-box;
}

.service-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2667vw;
  /* 16px */
  font-weight: 500;
  line-height: 5.8667vw;
  /* 22px */
  color: #007aff;
  margin-bottom: 4.2667vw;
  /* 16px */
}

.service-title .title-icon {
  width: 3.7333vw;
  /* 14px */
  height: 2.4vw;
  /* 9px */
}

.service-title .title-icon-left {
  margin-right: 1.6vw;
  /* 6px */
}

.service-title .title-icon-right {
  margin-left: 1.6vw;
  /* 6px */
}

.service-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4.2666667vw 3.2vw;
  /* 行16px 列40px */
}

.service-list .service-item {
  width: 18.4vw;
  text-align: center;
}

.service-list .service-item .service-icon {
  display: block;
  width: 12.8vw;
  /* 48px */
  height: 12.8vw;
  /* 48px */
  margin: 0 auto 1.0667vw;
  /* 4px */
}

.service-list .service-item .service-name {
  display: block;
  font-size: 3.2vw;
  /* 12px */
  line-height: 4.5333vw;
  /* 17px */
  text-align: center;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 险种介绍 */
.insurance-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}

.insurance-intro li {
  width: 35vw;
  height: 17vw;
  padding: 2vw;
  border-radius: 1.06666667vw;
  box-shadow: 0 0 0.8vw #9bcbff;
}

.insurance-intro li a span {
  font-weight: 700;
  font-size: 4vw;
  color: #333333;
}

.insurance-intro li a .insurance-main {
  margin-top: 2.4vw;
  overflow: hidden;
}

.insurance-intro li a .insurance-main p {
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里设置你要显示的行数，例如 3 行 */
  
  /* 其他必要属性 */
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 23vw;
  color: #171717;
  font-size: 3.2vw;
}

.insurance-intro li a .insurance-main img {
  float: right;
  width: 10.66666667vw;
  height: 4.8vw;
  margin-top: 2.93333333vw;
}

/* 底部服务热线（固定在底部） */
.hotline {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  /* 375px */
  height: 21.3333vw;
  /* 80px */
  background: linear-gradient(180deg, #ffffffe6 0%, #ffffff 83%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.hotline .hotline-btn {
  width: 79.7333vw;
  /* 299px */
  height: 12.8vw;
  /* 48px */
  padding: 3.4667vw 10.4vw;
  /* 13px 39px */
  border-radius: 6.4vw;
  /* 24px */
  background: #ff8029;
  box-shadow: 0 0.5333vw 1.6vw 0 rgba(93, 46, 15, 0.2);
  /* 0px 2px 6px 0px rgba(93,46,15,0.2) */
  font-size: 4.2667vw;
  /* 16px */
  font-weight: 500;
  line-height: 5.8667vw;
  /* 22px */
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}