* {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  /*清除选择时高亮*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
.adTitle {
  color: #CCC;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 6px;
  text-align: start;
  text-transform: uppercase;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  color: #333333;
}
h1 span,
h2 span,
h3 span,
h4 span,
h1 a,
h2 a,
h3 a,
h4 a {
  font-family: "Poppins", sans-serif;
  color: #333333;
}
div,
p,
span,
a {
  font-family: Roboto, sans-serif;
  color: #666666;
}
.wrap {
  min-height: 90vh;
}
.wrap .indexWrap {
  max-width: 1160px;
  padding: 24px 20px 60px 20px;
  margin: 0 auto;
}
.wrap .indexWrap .firstTitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.wrap .indexWrap .moduleTitle {
  display: flex;
  align-items: center;
}
.wrap .indexWrap .moduleTitle .border {
  width: 6px;
  height: 24px;
  background: #F75939;
  margin-right: 8px;
}
.wrap .indexWrap .moduleTitle .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.wrap .indexWrap .content {
  display: flex;
  padding: 16px 0 20px 0;
}
.wrap .indexWrap .content .contentLeft {
  width: calc(100% - 343px);
  padding-right: 60px;
}
.wrap .indexWrap .content .contentRight {
  width: 343px;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem {
  padding: 16px 0;
  cursor: pointer;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem .guideLink .guideImg {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #AEAEAE;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem .guideLink .guideImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem .guideLink .guideTitle {
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  margin: 16px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem .guideLink .guideDesc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem:hover .guideLink .guideImg img {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.wrap .indexWrap .content .contentRight .guidesList .guideItem:hover .guideLink .guideTitle {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap {
    padding: 16px 16px 32px 16px;
  }
  .wrap .indexWrap .firstTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .wrap .indexWrap .moduleTitle .border {
    height: 20px;
    margin-right: 6px;
  }
  .wrap .indexWrap .moduleTitle .title {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap .indexWrap .content {
    display: block;
    padding: 0;
  }
  .wrap .indexWrap .content .contentLeft {
    width: 100%;
    padding-right: 0;
  }
  .wrap .indexWrap .content .contentRight {
    width: 100%;
  }
}
.headWrap {
  height: 74px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.headWrap .head {
  max-width: 1160px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .head .menuIcon,
.headWrap .head .menuMask,
.headWrap .head .menuWrap,
.headWrap .head .mobileSearch,
.headWrap .head .searchWrap {
  display: none;
}
.headWrap .head .logoLink .logoImg {
  height: 37px;
  width: auto;
}
.headWrap .head .topList {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .head .topList .topItem {
  cursor: pointer;
}
.headWrap .head .topList .topItem .itemLink {
  display: inline-block;
  color: #333333;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 24px;
  border-radius: 19px;
}
.headWrap .head .topList .topItem:hover .itemLink {
  color: #117BDE;
  background: #F3F3F3;
}
.headWrap .head .pcInputMask,
.headWrap .head .mobileInputMask {
  display: none;
  position: absolute;
  background: #FFFFFF00;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.headWrap .head .mobileInputMask {
  z-index: 11;
}
.headWrap .head .pcSearch {
  flex-shrink: 0;
  width: 284px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  margin-left: 10px;
  z-index: 2;
  position: relative;
}
.headWrap .head .pcSearch .searchInput {
  width: 100%;
  flex: 1;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 56px 8px 16px;
  border-radius: 6px;
  border: 1px solid #DDD;
  z-index: 2;
}
.headWrap .head .pcSearch .searchInput:focus {
  border: 3px solid #BBDEFF;
}
.headWrap .head .pcSearch .searchSvg {
  width: 56px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.headWrap .head .pcSearch .searchSvg svg {
  height: 24px;
  width: 24px;
}
.headWrap .head .pcSearch .searchReco {
  display: none;
  width: 284px;
  max-height: 500px;
  overflow-y: scroll;
  position: absolute;
  top: 66px;
  left: 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.headWrap .head .pcSearch .searchReco .statesList {
  padding: 24px 0;
}
.headWrap .head .pcSearch .searchReco .statesList .statesItem {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 16px;
  margin-bottom: 2px;
  cursor: pointer;
}
.headWrap .head .pcSearch .searchReco .statesList .statesItem .highlight {
  color: #F75939;
}
.headWrap .head .pcSearch .searchReco .statesList .statesItem:hover {
  background: #F2F2F2;
}
.headWrap .head .searchRecoTitle {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px;
}
.headWrap .head .areasList {
  padding: 2px 16px 16px 16px;
  display: flex;
  flex-wrap: wrap;
}
.headWrap .head .areasList .areasItem {
  width: fit-content;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 12px;
  margin: 0 8px 8px 0;
  border-radius: 15px;
  border: 1px solid #EEE;
}
.headWrap .head .areasList .areasItem:hover {
  color: #117BDE;
  border: 1px solid #117BDE;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 48px;
  }
  .headWrap .head {
    padding: 0 16px;
  }
  .headWrap .head .menuIcon,
  .headWrap .head .mobileSearch {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .headWrap .head .searchWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #FFFFFF;
    transition: left 0.5s ease-out;
    z-index: 10;
  }
  .headWrap .head .searchWrap .searchWrapTop {
    display: flex;
    justify-content: flex-end;
    padding: 12px 16px;
  }
  .headWrap .head .searchWrap .mobileInput {
    position: relative;
    padding: 16px;
    z-index: 12;
  }
  .headWrap .head .searchWrap .mobileInput .searchInput {
    width: calc(100% - 72px);
    flex: 1;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 56px 8px 16px;
    border-radius: 6px;
    border: 1px solid #DDD;
  }
  .headWrap .head .searchWrap .mobileInput .searchInput:focus {
    border: 3px solid #BBDEFF;
  }
  .headWrap .head .searchWrap .mobileInput .searchSvg {
    width: 56px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
  }
  .headWrap .head .searchWrap .mobileInput .searchSvg svg {
    height: 24px;
    width: 24px;
  }
  .headWrap .head .searchWrap .mobileInput .statesList {
    display: none;
    width: calc(100% - 32px);
    height: 400px;
    overflow-y: scroll;
    position: absolute;
    top: 66px;
    left: 16px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 0;
  }
  .headWrap .head .searchWrap .mobileInput .statesList .statesItem {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 16px;
    margin-bottom: 2px;
    cursor: pointer;
  }
  .headWrap .head .searchWrap .mobileInput .statesList .statesItem .highlight {
    color: #F75939;
  }
  .headWrap .head .searchWrap .mobileInput .statesList .statesItem:hover {
    background: #F2F2F2;
  }
  .headWrap .head .menuMask {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
  }
  .headWrap .head .menuWrap {
    display: block;
    width: 268px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    border-radius: 0px 16px 16px 0px;
    background-color: #FFFFFF;
    transition: left 0.5s ease-out;
    z-index: 10;
  }
  .headWrap .head .menuWrap .menuTop {
    height: 48px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headWrap .head .menuWrap .menuTop .logoLink .logoImg {
    height: 30px;
    width: auto;
  }
  .headWrap .head .menuWrap .menuList {
    height: calc(100% - 80px);
    overflow-y: scroll;
    padding: 16px;
  }
  .headWrap .head .menuWrap .menuList .menuItem {
    margin-bottom: 12px;
    border-radius: 4px;
    cursor: pointer;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink {
    display: inline-block;
    color: #333333;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 11px 0;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink {
    color: #117BDE;
  }
  .headWrap .head .logoLink .logoImg {
    height: 30px;
  }
  .headWrap .head .topList,
  .headWrap .head .pcSearch {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .headWrap .head .menuIcon {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .headWrap .head .menuMask {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
  }
  .headWrap .head .menuWrap {
    display: block;
    width: 268px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    border-radius: 0px 16px 16px 0px;
    background-color: #FFFFFF;
    transition: left 0.5s ease-out;
    z-index: 10;
  }
  .headWrap .head .menuWrap .menuTop {
    height: 48px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headWrap .head .menuWrap .menuTop .logoLink .logoImg {
    height: 30px;
    width: auto;
  }
  .headWrap .head .menuWrap .menuList {
    height: calc(100% - 80px);
    overflow-y: scroll;
    padding: 16px;
  }
  .headWrap .head .menuWrap .menuList .menuItem {
    margin-bottom: 12px;
    border-radius: 4px;
    cursor: pointer;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink {
    display: inline-block;
    color: #333333;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 11px 0;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink {
    color: #117BDE;
  }
  .headWrap .head .topList {
    display: none;
  }
}
.indexTop {
  background-image: url(/statics/images/banner/provider_banner_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 320 / 73;
}
.indexTop .top {
  max-width: 1160px;
  margin: auto;
  padding: 36px 20px;
}
.indexTop .top .card {
  max-width: 472px;
  padding: 50px;
  border-radius: 30px;
  border: 1px solid #F0F0F0;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(49, 55, 64, 0.08);
  backdrop-filter: blur(8px);
}
.indexTop .top .card .cardInfo {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.indexTop .top .card .cardTitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin: 8px 0;
}
.indexTop .top .card .cardText {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.indexTop .top .card .cardBtn .jumpBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 12px 50px;
  margin-top: 24px;
  border-radius: 24px;
  background: #F75939;
}
.indexTop .top .card .cardBtn .jumpBtn .btnText {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.indexTop .top .card .cardBtn .jumpBtn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.indexTop .top .card .cardBtn .jumpBtn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F75939;
}
@media only screen and (max-width: 350px) {
  .indexTop {
    background-image: url(/statics/images/banner/provider_phone.webp);
    aspect-ratio: 375 / 210;
  }
  .indexTop .top {
    height: 100%;
    padding: 0;
  }
  .indexTop .top .card {
    width: auto;
    height: calc(100% - 48px);
    padding: 24px 10px;
    border-radius: none;
    border: none;
    background: none;
    box-shadow: 0px;
    backdrop-filter: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .indexTop .top .card .cardInfo {
    display: none;
  }
  .indexTop .top .card .cardTitle {
    width: 100%;
    color: #FFF;
    font-size: 22px;
    margin: 0;
    text-align: center;
  }
  .indexTop .top .card .cardText {
    width: 100%;
    color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
  .indexTop .top .card .cardBtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .indexTop .top .card .cardBtn .jumpBtn {
    margin-top: 16px;
  }
  .indexTop .top .card .cardBtn .jumpBtn .btnText {
    font-size: 20px;
  }
}
@media only screen and (min-width: 351px) and (max-width: 767px) {
  .indexTop {
    background-image: url(/statics/images/banner/provider_phone.webp);
    aspect-ratio: 375 / 210;
  }
  .indexTop .top {
    height: 100%;
    padding: 0;
  }
  .indexTop .top .card {
    width: auto;
    height: calc(100% - 72px);
    padding: 36px 10px;
    margin: auto;
    border-radius: none;
    border: none;
    background: none;
    box-shadow: 0px;
    backdrop-filter: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .indexTop .top .card .cardInfo {
    display: none;
  }
  .indexTop .top .card .cardTitle {
    width: 100%;
    color: #FFF;
    font-size: 26px;
    margin: 0;
    text-align: center;
  }
  .indexTop .top .card .cardText {
    width: 100%;
    color: #FFF;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
  .indexTop .top .card .cardBtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .indexTop .top .card .cardBtn .jumpBtn {
    margin-top: 16px;
  }
  .indexTop .top .card .cardBtn .jumpBtn .btnText {
    font-size: 20px;
  }
}
.guidesWrap {
  padding: 50px 0 60px 0;
}
.guidesWrap .guidesList {
  display: grid;
  grid-gap: 24px 24px;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  padding: 20px 0 32px 0;
}
.guidesWrap .guidesList .guideItem {
  cursor: pointer;
}
.guidesWrap .guidesList .guideItem .guideLink {
  position: relative;
}
.guidesWrap .guidesList .guideItem .guideLink .newTips {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px 12px;
  border-radius: 7px;
  background: #F75939;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  z-index: 1;
}
.guidesWrap .guidesList .guideItem .guideLink .guideImg {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #AEAEAE;
}
.guidesWrap .guidesList .guideItem .guideLink .guideImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.guidesWrap .guidesList .guideItem .guideLink .guideTitle {
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  margin: 16px 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.guidesWrap .guidesList .guideItem .guideLink .guideDesc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.guidesWrap .guidesList .guideItem:hover .guideLink .guideImg img {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.guidesWrap .guidesList .guideItem:hover .guideLink .guideTitle {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .guidesWrap {
    padding: 32px 0;
  }
  .guidesWrap .guidesList {
    grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    padding: 20px 0;
  }
  .guidesWrap .guidesList .guideItem .guideLink .guideTitle {
    font-size: 18px;
  }
}
.FAQWrap {
  padding: 50px 0px;
  background: linear-gradient(180deg, #E8F8FF 0%, #FFF 49.92%);
}
.FAQWrap .FAQContent {
  max-width: 960px;
  margin: auto;
}
.FAQWrap .FAQContent .FAQTitle {
  color: #333;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.FAQWrap .FAQContent .FAQTitle span {
  color: #F75939;
}
.FAQWrap .FAQContent .FAQList {
  position: relative;
}
.FAQWrap .FAQContent .FAQList .FAQimage {
  width: 95px;
  height: 67px;
  position: absolute;
  right: 20px;
  top: -45px;
  z-index: 0;
}
.FAQWrap .FAQContent .FAQList .FAQItem {
  padding: 32px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #EEE;
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
.FAQWrap .FAQContent .FAQList .FAQItem .questionList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.FAQWrap .FAQContent .FAQList .FAQItem .question {
  color: #001943;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  cursor: pointer;
  margin-right: 16px;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconLess {
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  position: relative;
  width: 20px;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconLess:before {
  transition: all 0.2s;
  transition-delay: 0.2s;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconLess:after,
.FAQWrap .FAQContent .FAQList .FAQItem .iconLess:before {
  background: #6f6f6f;
  border-radius: 1px;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconLess:after {
  position: absolute;
  right: 8.5px;
  top: 0;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconMore {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  min-height: 20px;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconMore:before {
  transform: rotate(90deg);
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconMore:after,
.FAQWrap .FAQContent .FAQList .FAQItem .iconMore:before {
  background: #6f6f6f;
  border-radius: 1px;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
}
.FAQWrap .FAQContent .FAQList .FAQItem .iconMore:after {
  position: absolute;
  right: 8.5px;
  top: 0;
  transform: rotate(270deg);
}
.FAQWrap .FAQContent .FAQList .FAQItem .answerList::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
  /* Chrome Safari */
}
.FAQWrap .FAQContent .FAQList .FAQItem .answerList {
  overflow-y: hidden;
  max-height: 500px;
  transition: ease-in 0.02s;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.FAQWrap .FAQContent .FAQList .FAQItem .answer {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding-top: 16px;
}
.FAQWrap .FAQContent .FAQList .FAQItem:hover {
  box-shadow: 0px 2px 12px 0px rgba(72, 94, 129, 0.05), 0px 30px 45px 0px rgba(100, 122, 157, 0.05);
}
@media only screen and (max-width: 767px) {
  .FAQWrap {
    padding: 32px 16px;
  }
  .FAQWrap .FAQContent .FAQTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .FAQWrap .FAQContent .FAQList .FAQimage {
    width: 75px;
    height: 52px;
    right: 16px;
    top: -32px;
  }
  .FAQWrap .FAQContent .FAQList .FAQItem {
    padding: 24px;
    border-radius: 16px;
  }
  .FAQWrap .FAQContent .FAQList .FAQItem .question {
    font-size: 18px;
  }
  .FAQWrap .FAQContent .FAQList .FAQItem .answer {
    padding-top: 12px;
  }
}
.footWrap {
  height: fit-content;
  background: #0A2135;
}
.footWrap .foot {
  max-width: 1160px;
  height: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}
.footWrap .foot .footTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footWrap .foot .footTop .footLogo {
  flex-shrink: 0;
}
.footWrap .foot .footTop .footLogo .logoLink {
  cursor: pointer;
}
.footWrap .foot .footTop .footLogo .logoLink .logoImg {
  height: 38px;
  width: auto;
}
.footWrap .foot .footTop .footMedia {
  display: flex;
  align-items: center;
}
.footWrap .foot .footTop .footMedia .mediaTitle {
  color: #ffffffcc;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 2px;
}
.footWrap .foot .footTop .footMedia .mediaList {
  display: flex;
  align-items: center;
}
.footWrap .foot .footTop .footMedia .mediaList .mediaItem {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.footWrap .foot .footTop .footMedia .mediaList .mediaItem svg {
  width: 28px;
  height: 28px;
}
.footWrap .foot .footList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.footWrap .foot .footList .footItem .footLink {
  color: #ffffffcc;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.footWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footWrap .cookie-notice-container .container {
  max-height: 40px;
  font-size: 10px;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footWrap .cookie-notice-container .container a,
.footWrap .cookie-notice-container .container button,
.footWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footWrap .cookie-notice-container .container .moreJump {
  color: #117BDE;
}
.footWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footWrap .foot {
    padding: 50px 20px;
    display: block;
  }
  .footWrap .foot .footTop {
    display: block;
  }
  .footWrap .foot .footTop .footLogo .logoLink .logoImg {
    height: 30px;
  }
  .footWrap .foot .footTop .footMedia {
    display: block;
  }
  .footWrap .foot .footTop .footMedia .mediaTitle {
    margin: 24px 0 10px 0;
  }
  .footWrap .foot .footTop .footMedia .mediaList .mediaItem {
    margin-left: 0;
    margin-right: 8px;
  }
  .footWrap .cookie-notice-container {
    font-size: 14px;
  }
}
.wrap .indexWrap {
  padding: 0 20px;
}
.indexTop {
  margin-bottom: 24px;
  background-image: url(/statics/images/banner/home_banner_pc.webp);
}
.indexTop .top .card .cardBtn .jumpBtn {
  background: #117BDE;
}
.indexTop .top .card .cardBtn .jumpBtn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #117BDE;
}
.areasWrap {
  margin-top: 50px;
}
.areasWrap .areasSwiper {
  overflow: hidden;
  margin: 20px 0;
  position: relative;
}
.areasWrap .areasSwiper .swiperBtn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25), 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.areasWrap .areasSwiper #swiperLeftBtn {
  left: 16px;
}
.areasWrap .areasSwiper #swiperRightBtn {
  right: 16px;
}
.areasWrap .areasSwiper .swiperList {
  display: flex;
  transition: transform 0.5s;
}
.areasWrap .areasSwiper .swiperList .swiperItem {
  flex-shrink: 0;
}
.areasWrap .areasSwiper .swiperList .swiperItem .areasLink {
  display: block;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 24px;
  background: #F8F8F8;
  cursor: pointer;
}
.areasWrap .areasSwiper .swiperList .swiperItem .areasLink .areasImg {
  width: 225px;
  height: 225px;
  overflow: hidden;
}
.areasWrap .areasSwiper .swiperList .swiperItem .areasLink .areasImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.areasWrap .areasSwiper .swiperList .swiperItem .areasLink .state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.areasWrap .areasSwiper .swiperList .swiperItem .areasLink .state .location {
  flex-shrink: 0;
  width: 21px;
  height: 20px;
  margin-right: 6px;
}
.areasWrap .areasSwiper .swiperList .swiperItem .areasLink .state .stateName {
  color: #333333;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.areasWrap .areasSwiper .swiperList .swiperItem:hover .areasLink .areasImg img {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.areasWrap .areasSwiper .swiperList .swiperItem:hover .areasLink .state .stateName {
  text-decoration: underline;
}
.viewBtn {
  width: fit-content;
  margin: auto;
  border-radius: 24px;
  border: 1px solid #B8B8B8;
}
.viewBtn .text {
  display: block;
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 12px 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.viewBtn:hover {
  border: 1px solid #117BDE;
}
.viewBtn:hover .text {
  color: #117BDE;
}
.stepWrap {
  background: #F8F8F8;
}
.stepWrap .step {
  max-width: 1160px;
  padding: 40px 20px;
  margin: auto;
}
.stepWrap .step .stepTitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.stepWrap .step .stepTitle span {
  color: #F75939;
}
.stepWrap .step .stepDesc {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
}
.stepWrap .step .stepList {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.stepWrap .step .stepList .stepItem {
  width: 100%;
}
.stepWrap .step .stepList .stepItem .stepImg {
  display: flex;
  justify-content: center;
}
.stepWrap .step .stepList .stepItem .stepImg img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #FFF;
}
.stepWrap .step .stepList .stepItem .stepNum {
  color: #F75939;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  margin: 10px 0;
  text-align: center;
}
.stepWrap .step .stepList .stepItem .stepText {
  color: #333333;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
}
.stepWrap .step .stepBtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.stepWrap .step .stepBtn .stepLink {
  width: fit-content;
  height: 48px;
  padding: 0px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #117BDE;
}
.stepWrap .step .stepBtn .stepLink .btnText {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.stepWrap .step .stepBtn .stepLink svg {
  width: 24px;
  height: 24px;
  padding-left: 10px;
}
.stepWrap .step .stepBtn .stepLink:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #117BDE;
}
.entryWrap {
  display: grid;
  grid-gap: 24px 24px;
  grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  margin: 50px 0;
}
.entryWrap .entry {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #F4F6F9;
  overflow: hidden;
}
.entryWrap .entry .entryImg {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.entryWrap .entry .entryCard {
  width: 154px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
.entryWrap .entry .entryCard .entryTitle {
  color: #333333;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}
.entryWrap .entry .entryCard .entrySvg,
.entryWrap .entry .entryCard .hover {
  width: 32px;
  height: 32px;
  margin-top: 10px;
}
.entryWrap .entry .entryCard .entrySvg {
  display: block;
}
.entryWrap .entry .entryCard .hover {
  display: none;
}
.entryWrap .entry .left {
  left: 0;
  border-radius: 0px 20px 20px 0px;
}
.entryWrap .entry .right {
  right: 0;
  border-radius: 20px 0px 0px 20px;
}
.entryWrap .entry:hover .entryCard .entryTitle {
  color: #F75939;
}
.entryWrap .entry:hover .entryCard .entrySvg {
  display: none;
}
.entryWrap .entry:hover .entryCard .hover {
  display: block;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap {
    padding: 0 16px;
  }
  .indexTop {
    margin-bottom: 16px;
    background-image: url(/statics/images/banner/home_phone.webp);
  }
  .indexTop .top .card .cardText {
    display: none;
  }
  .areasWrap {
    margin-top: 32px;
  }
  .areasWrap .areasSwiper .swiperBtn {
    display: none;
  }
  .areasWrap .areasSwiper .swiperList {
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, calc((100% - 16px) / 2));
  }
  .areasWrap .areasSwiper .swiperList .swiperItem .areasLink {
    margin-right: 0;
    border-radius: 12px;
  }
  .areasWrap .areasSwiper .swiperList .swiperItem .areasLink .areasImg {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .areasWrap .areasSwiper .swiperList .swiperItem .areasLink .areasImg img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .areasWrap .areasSwiper .swiperList .swiperItem .areasLink .state {
    padding: 12px 0px;
  }
  .areasWrap .areasSwiper .swiperList .swiperItem .areasLink .state .stateName {
    font-size: 16px;
    line-height: 24px;
  }
  .viewBtn {
    width: 100%;
    border-radius: 25px;
  }
  .viewBtn .text {
    margin: 12px 20px;
  }
  .stepWrap .step {
    padding: 30px 20px;
  }
  .stepWrap .step .stepTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .stepWrap .step .stepDesc {
    font-size: 14px;
    line-height: 22px;
  }
  .stepWrap .step .stepList {
    margin-top: 24px;
  }
  .stepWrap .step .stepList .stepItem .stepImg img {
    width: 100px;
    height: 100px;
  }
  .stepWrap .step .stepList .stepItem .stepNum {
    font-size: 18px;
  }
  .stepWrap .step .stepList .stepItem .stepText {
    font-size: 14px;
  }
  .entryWrap {
    grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    margin: 32px 0;
  }
  .entryWrap .entry .entryCard {
    padding: 16px;
  }
  .entryWrap .entry .entryCard .entryTitle {
    font-size: 22px;
  }
}
