@import url("./root.css");
.insurance-section-2{
  padding-top: 67px;
}
.insurance-section-2 .title-p {
  margin-top: 9px;
}
.insurance-section-2 ul {
  max-width: 1081px;
  margin: 53px auto 0;
}
.insurance-section-2 ul li {
  margin-top: 40px;
}
.insurance-section-2 ul li:first-child {
  margin-top: 0;
}
.insurance-section-2 ul li .img-box {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  flex-shrink: 0;
}
.insurance-section-2 ul li h3 {
  color: var(--color-3);
  font-size: var(--size-0);
  line-height: 32px;
  font-weight: 500;
}
.insurance-section-2 ul li p {
  color: var(--color-4);
  font-size: var(--size-2);
  margin-top: 12px;
  line-height: 26px;
}

/*  */
.insurance-section-3 {
  color: var(--color-white);
}
.insurance-section-3 .title-p {
  margin-top: 9px;
}
.insurance-section-3 .content-box {
  padding-top: 64px;
}

.insurance-section-3 ul {
  max-width: 1241px;
  margin: 36px auto 0;
}
.insurance-section-3 ul li > div {
  width: 374px;
  height: 279px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.insurance-section-3 ul li > div h3 {
  margin: 24px auto 16px;
  font-size: var(--size-0);
}

.insurance-section-3 ul li > div p {
  /* color: var(--color-4); */
  line-height: 26px;
  text-shadow: 0px 2px 4px rgba(87,87,87,0.5);
  font-size: var(--size-2);
}
.insurance-section-3 ul li > div .icon-box {
  width: 80px;
  height: 80px;
  padding: 23px;
  background: var(--color-white);
  border-radius: 50%;
}

.insurance-section-3 ul li:nth-child(1) > div {
  background: linear-gradient( 316deg, #4F8DFF 0%, #4646DB 100%);
}
.insurance-section-3 ul li:nth-child(2) > div {
  background: linear-gradient( 309deg, #4FE5FF 0%, #6346DB 100%);
}
.insurance-section-3 ul li:nth-child(3) > div {
  background: linear-gradient( 316deg, #4F8DFF 0%, #79B4F2 100%);
}


/* 4 */
.insurance-section-4 {
  padding-top: 22px;
  display: flex;
}
.insurance-section-4 > div:first-child {
  width: 52.8%;
}
.insurance-section-4 .tt h2 {
  color: var(--title-color);
  font-size: 48px;
}
.insurance-section-4 .tt h3 {
  color: #6B7280;
  font-size: 20px;
  margin-top: 10px;
}
.insurance-section-4 .tt p {
  color: #555555;
  font-size: 20px;
  margin-top: 33px;
  max-width: 670px;
}
.insurance-section-4 ul {
  padding-top: 14px;
}
.insurance-section-4 ul li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.insurance-section-4 ul li img {
  width: 19px;
  height: 19px;
  margin-right: 12px;
}
.insurance-section-4 .cc {
  margin-top: 40px;
  display: flex;
}
.insurance-section-4 .cc .cc-box {
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 4px solid #007AFF;
}
.cc-t{
  margin-left: 24px;
}
.cc-t p {
  margin: 16px 0;
}
@media screen and (max-width: 1630px) {
  .insurance-section-4 .tt h2 {
    font-size: 36px;
  }
  .insurance-section-4 .tt h3 {
    font-size: 16px;
  }
  .insurance-section-4 .tt p {
    font-size: 16px;
    margin-top: 16px;
  }
  .insurance-section-4 .cc {
    margin-top: 20px;
  }
  .insurance-section-4 .cc .cc-box{
    width: 160px;
    height: 160px;
  }
}
