* {
  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;
}
svg {
  width: 20px;
  height: 20px;
}
: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: 12px 0 6px 0;
  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,
h5,
h6,
div,
a,
span,
button,
label,
input,
table,
textarea {
  font-family: "Poppins", sans-serif;
}
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  font-family: Roboto, sans-serif;
}
.wrap {
  min-height: 90vh;
}
.wrap .indexWrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 24px 30px 60px 30px;
}
.wrap .indexWrap .firstTitle {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.wrap .indexWrap .moduleTitle {
  display: flex;
  align-items: flex-start;
}
.wrap .indexWrap .moduleTitle .border {
  width: 6px;
  height: 32px;
  background: #FCA326;
  margin-right: 8px;
}
.wrap .indexWrap .moduleTitle .title {
  color: #333333;
  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 {
  margin-top: -10px;
}
.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-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: 28px;
    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 {
    margin-top: 32px;
    width: 100%;
  }
}
.headWrap {
  height: 72px;
  background: #1A45B0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.headWrap .head {
  height: 100%;
  padding: 0 60px;
  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 {
  display: block;
  height: 40px;
  width: auto;
  margin-right: 60px;
}
.headWrap .head .logoLink .logoImg:hover {
  transition: transform 0.3s ease, filter 0.3s ease;
  transform: scale(1.05);
  filter: brightness(1.1);
}
.headWrap .head .topList {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.headWrap .head .topList .topItem {
  margin-right: 16px;
  cursor: pointer;
}
.headWrap .head .topList .topItem .itemLink {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 16px;
  border-radius: 999px;
}
.headWrap .head .topList .topItem:hover .itemLink {
  background: #486EC0;
}
.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;
  z-index: 2;
  position: relative;
}
.headWrap .head .pcSearch .searchInput {
  color: #E1E1E1;
  width: 100%;
  flex: 1;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 56px 8px 16px;
  border-radius: 6px;
  background: #1A45B0;
  border: 1px solid #999;
  z-index: 2;
}
.headWrap .head .pcSearch .searchInput::placeholder {
  color: #E1E1E1;
}
.headWrap .head .pcSearch .searchInput:focus {
  border: 1px solid #999;
}
.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: #333333;
  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: #333333;
  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: #2563EB;
  border: 1px solid #2563EB;
}
@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: 2px solid #2563EB;
  }
  .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-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 11px 0;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink {
    color: #2563EB;
  }
  .headWrap .head .logoLink .logoImg {
    height: 30px;
    margin-right: 0;
  }
  .headWrap .head .topList,
  .headWrap .head .pcSearch {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .headWrap .head {
    padding: 0 16px;
  }
  .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-right: 0;
    margin-bottom: 12px;
    border-radius: 4px;
    cursor: pointer;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 11px 0;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink {
    color: #2563EB;
  }
  .headWrap .head .logoLink .logoImg {
    margin-right: 0;
  }
  .headWrap .head .topList {
    display: none;
  }
}
.chooseWrap {
  background: #fff;
}
.chooseWrap .choose {
  max-width: 1340px;
  margin: 0 auto;
  padding: 80px 30px 50px 30px;
}
.chooseWrap .choose .chooseTitle {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}
.chooseWrap .choose .chooseList .lineItem {
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background: #DDD;
}
.chooseWrap .choose .chooseList .chooseItem {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
}
.chooseWrap .choose .chooseList .chooseItem .itemImg {
  flex: 0 0 45%;
}
.chooseWrap .choose .chooseList .chooseItem .itemImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 535 / 360;
}
.chooseWrap .choose .chooseList .chooseItem .mobileImg {
  display: none;
}
.chooseWrap .choose .chooseList .chooseItem .itemContent {
  flex: 1;
}
.chooseWrap .choose .chooseList .chooseItem .itemContent .itemTitle {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
}
.chooseWrap .choose .chooseList .chooseItem .itemContent .itemDesc {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 16px 0 30px 0;
}
.chooseWrap .choose .chooseList .chooseItem .itemContent .itemBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background: #FCA326;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.chooseWrap .choose .chooseList .chooseItem .itemContent .itemBtn .btnText {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.chooseWrap .choose .chooseList .chooseItem .itemContent .itemBtn .rightArrow {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.chooseWrap .choose .chooseList .chooseItem .itemContent .itemBtn:hover {
  background: #D9871B;
}
@media only screen and (max-width: 767px) {
  .chooseWrap .choose {
    padding: 32px 16px 8px 16px;
  }
  .chooseWrap .choose .chooseTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .chooseWrap .choose .chooseList .lineItem {
    margin: 4px 0;
  }
  .chooseWrap .choose .chooseList .chooseItem {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }
  .chooseWrap .choose .chooseList .chooseItem .itemImg {
    width: 100%;
  }
  .chooseWrap .choose .chooseList .chooseItem .pcImg {
    display: none;
  }
  .chooseWrap .choose .chooseList .chooseItem .mobileImg {
    display: block;
  }
  .chooseWrap .choose .chooseList .chooseItem .itemContent .itemTitle {
    font-size: 20px;
  }
  .chooseWrap .choose .chooseList .chooseItem .itemContent .itemDesc {
    font-size: 14px;
    margin: 10px 0 16px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .chooseWrap .choose .chooseTitle {
    font-size: 24px;
  }
  .chooseWrap .choose .chooseList .chooseItem .itemImg {
    width: 100%;
  }
  .chooseWrap .choose .chooseList .chooseItem .itemContent .itemTitle {
    font-size: 20px;
  }
  .chooseWrap .choose .chooseList .chooseItem .itemContent .itemDesc {
    font-size: 14px;
    margin: 10px 0 16px 0;
  }
}
.guidesWrap {
  padding: 50px 0 60px 0;
}
.guidesWrap .guidesTitle {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.guidesWrap .guidesList {
  display: grid;
  grid-gap: 50px 50px;
  grid-template-columns: repeat(3, calc((100% - 100px) / 3));
  padding: 40px 0 24px 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: #FB2629;
  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;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.guidesWrap .guidesList .guideItem .guideLink .guideImg:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}
.guidesWrap .guidesList .guideItem .guideLink .guideTitle {
  height: 64.8px;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  margin: 20px 0 16px 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: 16px;
  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 .guideLink .moreBtn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.guidesWrap .guidesList .guideItem .guideLink .moreBtn .moreText {
  color: #1a45b0;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}
.guidesWrap .guidesList .guideItem .guideLink .moreBtn .rightArrow {
  width: 17px;
  height: 14px;
  margin-left: 6px;
}
.guidesWrap .guidesList .guideItem:hover .guideLink .guideTitle {
  text-decoration: underline;
}
.guidesWrap .guidesList .guideItem:hover .guideLink .moreBtn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.guidesWrap .line2 {
  grid-gap: 50px 50px;
  grid-template-columns: repeat(2, calc((100% - 50px) / 2));
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .guidesWrap {
    padding: 32px 0;
  }
  .guidesWrap .guidesTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .guidesWrap .guidesList {
    grid-gap: 0px;
    grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    padding: 0;
  }
  .guidesWrap .guidesList .guideItem {
    padding-bottom: 16px;
  }
  .guidesWrap .guidesList .guideItem .guideLink .guideTitle {
    height: auto;
    font-size: 20px;
    margin: 16px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-word;
  }
  .guidesWrap .guidesList .guideItem .guideLink .moreBtn {
    display: none;
  }
  .guidesWrap .line2 {
    grid-gap: 0px;
    grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    margin-top: 20px;
  }
}
.commentWrap {
  background: #173C98;
  padding: 80px 30px;
}
.commentWrap .comment {
  max-width: 1340px;
  margin: 0 auto;
}
.commentWrap .comment .commentTitle {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}
.commentWrap .comment .commentList {
  display: grid;
  grid-gap: 30px 40px;
  grid-template-columns: repeat(3, calc((100% - 80px) / 3));
  padding: 40px 0 24px 0;
}
.commentWrap .comment .commentList .commentItem {
  position: relative;
  height: fit-content;
  margin: 20px 0 0 20px;
  border-radius: 16px;
  border: 2px dashed #4B7CF2;
  background: linear-gradient(180deg, #EBF3FF 0%, #F4F6F9 50%);
}
.commentWrap .comment .commentList .commentItem .avatarBox {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commentWrap .comment .commentList .commentItem .avatarBox .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #EAF2FB;
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.commentWrap .comment .commentList .commentItem .commentCard {
  padding: 50px 30px 40px 30px;
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
}
.commentWrap .comment .commentList .commentItem .commentCard .stars {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  margin: 10px 0;
}
.commentWrap .comment .commentList .commentItem .commentCard .stars img {
  width: 20px;
  height: 20px;
}
.commentWrap .comment .commentList .commentItem .commentCard .quoteSvg {
  width: 50px;
  height: 50px;
  margin-top: 40px;
}
.commentWrap .comment .commentList .commentItem .commentCard .commentText {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding-left: 20px;
  margin: 32px 0 40px 0;
  border-left: 2px solid #DFE3EF;
}
.commentWrap .comment .commentList .commentItem .commentCard .userInfo {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.577px;
}
.commentWrap .comment .commentList .commentItem .commentCard .userInfo .userLocation {
  margin-left: 10px;
}
.commentWrap .comment .commentList .commentItem .commentCard .verified {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.279px;
  margin-top: 10px;
}
.commentWrap .comment .commentList .commentItem .commentCard .verified .verifiedIcon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
@media only screen and (max-width: 990px) {
  .commentWrap {
    padding: 32px 16px;
  }
  .commentWrap .comment .commentTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .commentWrap .comment .commentList {
    display: grid;
    grid-gap: 30px 40px;
    grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    padding: 0;
  }
  .commentWrap .comment .commentList .commentItem {
    margin: 8px;
  }
  .commentWrap .comment .commentList .commentItem .avatarBox {
    top: -14px;
    left: -14px;
  }
  .commentWrap .comment .commentList .commentItem .avatarBox .avatar {
    width: 64px;
    height: 64px;
    border: 4px solid #EAF2FB;
    box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.1);
  }
  .commentWrap .comment .commentList .commentItem .commentCard {
    padding: 40px 20px;
  }
  .commentWrap .comment .commentList .commentItem .commentCard .quoteSvg {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .commentWrap .comment .commentList .commentItem .commentCard .commentText {
    font-size: 16px;
  }
}
.FAQWrap,
.indexFAQ {
  max-width: 1180px;
  margin: auto;
  padding: 80px 30px;
  display: flex;
  align-items: flex-start;
}
.FAQWrap .FAQImage,
.indexFAQ .FAQImage {
  flex-shrink: 0;
  width: 350px;
  height: auto;
  object-fit: contain;
}
.FAQContent .FAQTitle,
.indexFAQContent .FAQTitle {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 20px;
}
.FAQContent .FAQList .FAQItem,
.indexFAQContent .FAQList .FAQItem {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 2px solid #E5E7EB;
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
.FAQContent .FAQList .FAQItem .FAQInfo,
.indexFAQContent .FAQList .FAQItem .FAQInfo {
  margin-left: 20px;
}
.FAQContent .FAQList .FAQItem .FAQInfo .questionList,
.indexFAQContent .FAQList .FAQItem .FAQInfo .questionList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.FAQContent .FAQList .FAQItem .FAQInfo .questionList .question,
.indexFAQContent .FAQList .FAQItem .FAQInfo .questionList .question {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 20px;
}
.FAQContent .FAQList .FAQItem .FAQInfo .answerList::-webkit-scrollbar,
.indexFAQContent .FAQList .FAQItem .FAQInfo .answerList::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
  /* Chrome Safari */
}
.FAQContent .FAQList .FAQItem .FAQInfo .answerList,
.indexFAQContent .FAQList .FAQItem .FAQInfo .answerList {
  overflow-y: hidden;
  max-height: 0px;
  transition: max-height 0.3s ease;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.FAQContent .FAQList .FAQItem .FAQInfo .answerList .answer,
.indexFAQContent .FAQList .FAQItem .FAQInfo .answerList .answer {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 20px 0 12px 0;
}
.FAQContent .FAQList .FAQItem:hover,
.indexFAQContent .FAQList .FAQItem:hover {
  background: #F9F9F9;
}
.FAQContent .faqOpen,
.indexFAQContent .faqOpen,
.FAQContent .faqClose,
.indexFAQContent .faqClose,
.FAQContent .iconMore,
.indexFAQContent .iconMore,
.FAQContent .iconLess,
.indexFAQContent .iconLess {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.FAQContent .faqOpen,
.indexFAQContent .faqOpen,
.FAQContent .iconLess,
.indexFAQContent .iconLess {
  display: none;
}
.FAQContent .FAQTitle {
  font-size: 24px;
  margin-bottom: 16px;
}
.FAQContent .FAQList .FAQItem {
  padding: 20px 16px;
  margin-bottom: 16px;
  border-radius: 12px;
}
.FAQContent .FAQList .FAQItem .FAQInfo {
  margin-left: 10px;
}
.FAQContent .FAQList .FAQItem .FAQInfo .questionList .question {
  font-size: 18px;
  margin-right: 10px;
}
@media only screen and (max-width: 990px) {
  .indexFAQ {
    padding: 32px 16px;
  }
  .indexFAQ .FAQImage {
    display: none;
  }
  .indexFAQContent .FAQTitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .indexFAQContent .FAQList .FAQItem {
    padding: 20px 16px;
    margin-bottom: 16px;
    border-radius: 12px;
  }
  .indexFAQContent .FAQList .FAQItem .FAQInfo {
    margin-left: 10px;
  }
  .indexFAQContent .FAQList .FAQItem .FAQInfo .questionList .question {
    font-size: 18px;
    margin-right: 10px;
  }
}
.footWrap {
  height: fit-content;
  border-top: 1px solid #DDD;
  background: #1E1E1E;
}
.footWrap .foot {
  height: 100%;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footWrap .foot .footTop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footWrap .foot .footTop .footLogo {
  flex-shrink: 0;
}
.footWrap .foot .footTop .footLogo .logoLink {
  display: block;
  cursor: pointer;
}
.footWrap .foot .footTop .footLogo .logoLink .logoImg {
  height: 38px;
  width: auto;
  margin-right: 32px;
}
.footWrap .foot .footTop .footLogo .logoLink:hover {
  transition: transform 0.3s ease, filter 0.3s ease;
  transform: scale(1.05);
  filter: brightness(1.1);
}
.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-left: auto;
}
.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: #2563EB;
}
.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: 1023px) {
  .footWrap .foot {
    display: block;
    padding: 50px 16px;
  }
  .footWrap .foot .footTop .footLogo .logoLink .logoImg {
    height: 30px;
    margin-bottom: 24px;
  }
  .footWrap .foot .footTop .footMedia {
    display: block;
    margin-bottom: 24px;
  }
  .footWrap .foot .footTop .footMedia .mediaTitle {
    margin: 24px 0 10px 0;
  }
  .footWrap .foot .footTop .footMedia .mediaList .mediaItem {
    margin-left: 0;
    margin-right: 8px;
  }
  .footWrap .foot .footList {
    margin-left: none;
  }
  .footWrap .cookie-notice-container {
    font-size: 14px;
  }
}
.wrap .indexWrap {
  padding: 0 30px;
}
.indexTop {
  background-image: url(/statics/images/banner/banner_desktop.webp);
  background-color: #1A45B0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 380px;
}
.indexTop .top {
  max-width: 1340px;
  margin: 0 auto;
  padding: 75.5px 30px;
}
.indexTop .top .card {
  max-width: 650px;
}
.indexTop .top .card .cardInfo,
.indexTop .top .card .cardText {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.indexTop .top .card .cardTitle {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 135%;
  margin: 10px 0;
}
.indexTop .top .card .cardTitle .sitename {
  color: #FCA326;
}
.indexTop .top .card .cardBtn .jumpBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  margin-top: 30px;
  background: #FCA326;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.indexTop .top .card .cardBtn .jumpBtn .btnText {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.indexTop .top .card .cardBtn .jumpBtn .rightArrow {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.indexTop .top .card .cardBtn .jumpBtn:hover {
  background: #D9871B;
}
.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-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;
  background: #FFF;
  border-radius: 24px;
  border: 2px solid #1A45B0;
}
.viewBtn .text {
  display: block;
  color: #1A45B0;
  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 {
  background: #E8EFF8;
}
.stepWrap {
  background: #F8F8F8;
}
.stepWrap .step {
  max-width: 1340px;
  margin: 0 auto;
  padding: 60px 30px;
}
.stepWrap .step .stepTitle {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.stepWrap .step .stepTitle span {
  color: #FCA326;
}
.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;
  gap: 30px;
  margin: 30px 0 20px 0;
}
.stepWrap .step .stepList .stepItem {
  flex: 1;
  padding: 30px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.stepWrap .step .stepList .stepItem .stepImg {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.stepWrap .step .stepList .stepItem .stepImg img {
  width: 100px;
  height: 100px;
}
.stepWrap .step .stepList .stepItem .stepName {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}
.stepWrap .step .stepList .stepItem .stepDesp {
  min-height: 70px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  margin: 10px 0;
  text-align: center;
}
.stepWrap .step .stepList .stepItem .itemLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepWrap .step .stepList .stepItem .itemLink .linkText {
  color: #1A45B0;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}
.stepWrap .step .stepList .stepItem .itemLink .rightArrow {
  width: 17px;
  height: 14px;
  padding-left: 6px;
}
.stepWrap .step .stepList .stepItem:hover {
  transition: transform 0.3s ease-out;
  transform: translateY(-10px);
}
.guidesWrap {
  padding: 80px 30px;
  background: #F8F8F8;
}
.guidesWrap .guides {
  max-width: 1340px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap {
    padding: 0 16px;
  }
  .indexTop {
    background-image: url(/statics/images/banner/banner_phone.webp);
  }
  .indexTop .top {
    padding: 40px 30px;
  }
  .indexTop .top .card {
    max-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .indexTop .top .card .cardInfo,
  .indexTop .top .card .cardText {
    font-size: 16px;
  }
  .indexTop .top .card .cardTitle {
    font-size: 28px;
  }
  .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 .text {
    margin: 12px 50px;
  }
  .stepWrap .step {
    padding: 32px 16px;
  }
  .stepWrap .step .stepTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .stepWrap .step .stepList {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0 0;
  }
  .stepWrap .step .stepList .stepItem {
    padding: 20px;
  }
  .stepWrap .step .stepList .stepItem .stepName {
    font-size: 18px;
  }
  .stepWrap .step .stepList .stepItem .stepDesp {
    min-height: auto;
    font-size: 14px;
    margin: 10px 0 16px 0;
  }
  .guidesWrap {
    padding: 32px 16px;
  }
  .FAQContent .FAQTitle {
    text-align: center;
  }
}
@media only screen and (max-width: 350px) {
  .indexTop {
    background-image: url(/statics/images/banner/banner_phone.webp);
  }
  .indexTop .top .card .cardInfo,
  .indexTop .top .card .cardText {
    font-size: 16px;
  }
  .indexTop .top .card .cardTitle {
    font-size: 24px;
    margin: 6px 0;
  }
  .indexTop .top .card .cardBtn .jumpBtn {
    padding: 8px 16px;
    margin-top: 20px;
  }
  .indexTop .top .card .cardBtn .jumpBtn .btnText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .stepWrap .step {
    padding: 32px 16px;
  }
  .stepWrap .step .stepTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .stepWrap .step .stepList {
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0 0;
  }
  .stepWrap .step .stepList .stepItem {
    padding: 20px;
  }
  .stepWrap .step .stepList .stepItem .stepName {
    font-size: 18px;
  }
  .stepWrap .step .stepList .stepItem .stepDesp {
    min-height: auto;
    font-size: 14px;
    margin: 10px 0 16px 0;
  }
}
