* {
  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;
  }
}
@media only screen and (min-width: 1600px) {
  .indexTop {
    max-height: 438px;
    aspect-ratio: auto;
  }
}
.stepWrap {
  margin-top: 16px;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
}
.stepWrap .step {
  padding: 30px 24px;
}
.stepWrap .step .stepTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}
.stepWrap .step .stepTitle span {
  color: #F75939;
}
.stepWrap .step .stepList {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.stepWrap .step .stepList .stepItem {
  width: 100%;
}
.stepWrap .step .stepList .stepItem .stepImg {
  display: flex;
  justify-content: center;
}
.stepWrap .step .stepList .stepItem .stepImg img {
  width: 120px;
  height: 120px;
  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;
}
@media only screen and (max-width: 990px) {
  .stepWrap .step {
    padding: 20px 12px;
  }
  .stepWrap .step .stepTitle {
    font-size: 16px;
  }
  .stepWrap .step .stepList {
    margin-top: 0;
    display: block;
  }
  .stepWrap .step .stepList .stepItem {
    width: 100%;
    margin-top: 12px;
  }
  .stepWrap .step .stepList .stepItem .stepImg img {
    width: 96px;
    height: 96px;
  }
  .stepWrap .step .stepList .stepItem .stepNum {
    font-size: 16px;
    margin: 4px 0 2px 0;
  }
  .stepWrap .step .stepList .stepItem .stepText {
    font-size: 14px;
  }
}
.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;
  }
}
.chooseWrap {
  margin-top: 16px;
}
.chooseWrap .chooseTitle {
  color: #333333;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.chooseWrap .selectWrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.chooseWrap .selectWrap .selected {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid #117BDE;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.chooseWrap .selectWrap .selected::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url('/statics/images/downArrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.chooseWrap .selectWrap .selectList {
  display: none;
  width: 100%;
  height: 380px;
  padding: 10px 0;
  overflow-y: scroll;
  position: absolute;
  top: 64px;
  z-index: 2;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.chooseWrap .selectWrap .selectList .selectItem {
  padding: 8px 24px;
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
.chooseWrap .selectWrap .selectList .selectItem:hover {
  background-color: #F2F2F2;
}
.chooseWrap .selectWrap .selectList .selectHide {
  display: none;
}
.chooseWrap .selectWrap .originalSelect {
  display: none;
}
.chooseWrap .selectWrap.active .selected::after {
  background-image: url('/statics/images/upArrow.svg');
}
.chooseWrap .selectWrap.active .selectList {
  display: block;
}
.chooseWrap .checkbox {
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.chooseWrap .checkbox input {
  margin: 12px 8px;
}
.chooseWrap .checkbox label {
  display: block;
  width: 100%;
  padding: 8px 8px 8px 0;
}
.chooseWrap .checkbox:hover {
  border-radius: 4px;
  background: #F2F2F2;
}
.chooseWrap .nextStep {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.chooseWrap .nextStep button {
  padding: 11px 50px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border: none;
  border-radius: 24px;
  background: #D8D8D8;
}
.chooseWrap .nextStep .clickable {
  background: #117BDE;
  cursor: pointer;
}
.providerWrap .providerList {
  margin: 16px 0;
}
.providerWrap .providerList .adCard {
  margin-bottom: 16px;
}
.providerWrap .providerList .providerItem {
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FFF;
}
.providerWrap .providerList .providerItem .providerLink {
  display: flex;
  align-items: center;
}
.providerWrap .providerList .providerItem .providerLink .providerImg {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.providerWrap .providerList .providerItem .providerLink .providerImg img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.providerWrap .providerList .providerItem .providerLink .providerInfo {
  margin: 0 30px 0 20px;
}
.providerWrap .providerList .providerItem .providerLink .providerInfo .providerName {
  color: #333333;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}
.providerWrap .providerList .providerItem .providerLink .providerInfo .providerPrice {
  width: fit-content;
  padding: 0 12px;
  margin-top: 10px;
  color: #586470;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 4px;
  background: #EFEFEF;
}
.providerWrap .providerList .providerItem .providerLink .providerInfo .providerDesc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.providerWrap .providerList .providerItem .providerLink .providerBtn {
  flex-shrink: 0;
  margin-left: 0;
}
.providerWrap .providerList .providerItem .providerLink .providerBtn .btnText {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 40px;
  border-radius: 24px;
  background: #117BDE;
}
.providerWrap .loading {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0;
  text-align: center;
}
.selectStateWrap {
  margin-top: 24px;
}
.selectStateWrap .secondaryTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.selectStateWrap .stateList {
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  padding: 16px 0;
}
.selectStateWrap .stateList .stateItem .stateLink {
  display: flex;
  align-items: center;
  padding: 14px 12px;
  border-radius: 8px;
  border: 1px solid #EEE;
}
.selectStateWrap .stateList .stateItem .stateLink .stateIcon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.selectStateWrap .stateList .stateItem .stateLink .stateName {
  width: 100%;
  color: #1C1D20;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.selectStateWrap .stateList .stateItem .stateLink .stateNumber {
  flex-shrink: 0;
  margin: 0 8px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.5px;
}
.selectStateWrap .stateList .stateItem .stateLink .stateArrow {
  flex-shrink: 0;
  width: 10px;
  height: 18px;
}
.selectStateWrap .stateList .stateItem .stateLink:hover {
  border: 1px solid #117BDE;
}
.selectStateWrap .stateList .stateItem .stateLink:hover .stateArrow path {
  fill: #117BDE;
}
.tips {
  padding: 20px;
  margin: 16px 0;
  border-radius: 12px;
  background: #F8F9FB;
  word-break: break-word;
}
.tips .tipsTitle {
  color: #333333;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 16px;
}
.tips .title {
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 10px;
}
.tips .tipsText {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 16px;
}
.tips .tipsText strong {
  color: #333333;
  font-family: "Poppins";
}
.tips .insideUl {
  margin: 0 20px;
}
.tips .insideUl li {
  list-style: disc;
}
.tips .insideUl li::marker {
  font-size: 12px;
  font-weight: 400;
}
.tips:last-child {
  margin-bottom: 0;
}
.storiesWrap {
  padding: 24px 24px 17px 24px;
  margin: 16px 0;
  border-radius: 16px;
  border-bottom: 7px solid #FFC088;
  background: #F5F5F5;
}
.storiesWrap .storiesTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}
.storiesWrap .realStories .storiesList {
  display: grid;
  grid-gap: 16px 16px;
  grid-template-columns: repeat(3, calc((100% - 32px) / 3));
}
.storiesWrap .realStories .storiesList .itemStories {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FFF;
}
.storiesWrap .realStories .storiesList .itemStories .storiesName {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.storiesWrap .realStories .storiesList .itemStories .star {
  margin: 6px 0 24px 0;
}
.storiesWrap .realStories .storiesList .itemStories .star .starSvg {
  width: 11px;
  height: 10px;
}
.storiesWrap .realStories .storiesList .itemStories .quotationSvg {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}
.storiesWrap .realStories .storiesList .itemStories .storiesDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .providerWrap .providerList .providerItem {
    padding: 16px;
    text-align: center;
  }
  .providerWrap .providerList .providerItem .providerLink {
    display: block;
  }
  .providerWrap .providerList .providerItem .providerLink .providerImg {
    width: 140px;
    height: 140px;
    margin: auto;
  }
  .providerWrap .providerList .providerItem .providerLink .providerInfo {
    margin: 16px 0;
  }
  .providerWrap .providerList .providerItem .providerLink .providerInfo .providerName {
    font-size: 16px;
  }
  .providerWrap .providerList .providerItem .providerLink .providerInfo .providerPrice {
    padding: 0 8px;
    line-height: 22px;
    margin: 10px auto;
  }
  .providerWrap .providerList .providerItem .providerLink .providerInfo .providerDesc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
  }
  .providerWrap .providerList .providerItem .providerLink .providerBtn {
    width: 100%;
  }
  .providerWrap .providerList .providerItem .providerLink .providerBtn .btnText {
    padding: 10px 50px;
  }
}
@media only screen and (max-width: 990px) {
  .chooseWrap .chooseTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .chooseWrap .selectWrap .selectList .selectItem {
    padding: 4px 24px;
  }
  .chooseWrap .nextStep {
    width: 100%;
  }
  .chooseWrap .nextStep button {
    width: 100%;
  }
  .selectStateWrap {
    margin-top: 16px;
  }
  .selectStateWrap .stateList {
    grid-template-columns: repeat(1, calc(100% / 1));
    padding-top: 10px;
  }
  .tips,
  .tips:last-child {
    margin-bottom: 20px;
  }
  .storiesWrap {
    padding: 12px;
    border-bottom: 6px solid #FFC088;
  }
  .storiesWrap .realStories::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .storiesWrap .realStories {
    width: calc(100% + 24px);
    overflow: scroll;
    margin: 0 -12px;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .storiesWrap .realStories .storiesList {
    grid-template-columns: repeat(3, calc((260% - 32px) / 3));
    padding: 0 12px;
  }
}
