@charset "UTF-8";
@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Regular.woff2") format("woff2"),
    url("../Fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Medium.woff2") format("woff2"),
    url("../Fonts/GoogleSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Bold.woff2") format("woff2"),
    url("../Fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  font-display: swap;
  src: url("../Fonts/Outfit.woff2") format("woff2-variations"),
    url("../Fonts/Outfit.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  font-family: "Outfit", sans-serif, serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #042232;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
header,
footer,
main,
section,
aside,
nav {
  display: block;
}
input,
button,
textarea,
h1,
h2,
h3,
p,
ol,
ul,
a {
  border: none;
  list-style: none;
  text-decoration: none;
  outline: none;
}
button {
  background: 0 0;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
a {
  display: inline-block;
  cursor: pointer;
  color: #042232;
}
a:hover,
a:visited {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  opacity: 1;
}
img[data-src] {
  opacity: 0;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
.ad-layout {
  width: 100%;
  margin: 40px 0;
}
.ad-layout.top {
  margin-top: 40px;
}
.ad-normal {
  width: 100%;
  margin-bottom: 24px;
}
.ad-inline {
  margin-bottom: 24px;
}
/* tips */
#popup-back {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/80%);
  position: fixed;
  top: 0;
  z-index: 99999;
  display: none;
}
.popup-arrow {
  width: 80px;
  position: absolute;
  top: -90px;
  transform: scaleX(-1) rotate(24deg);
}
.popup-inner {
  width: 500px;
  position: absolute;
  top: 240px;
  left: 24%;
}
.popup-inner,
.popup-text {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.bread_crumbs {
  width: 100%;
  display: flex;
  align-items: center;
}
.bread_crumbs > span {
  display: inline-flex;
  height: 24px;
  align-items: center;
}
.bread_crumbs i {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-style: normal;
  background-color: #f5f7f9;
  font-size: 14px;
  border-radius: 4px;
  line-height: 20px;
}
.bread-crumbs-icon {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin: 0 8px;
}
.bread_crumbs span a:hover i {
  /* text-decoration: underline; */
  color: #0a69dd;
}
/* .bread_crumbs span:first-child::before {
  content: "";
}
.bread_crumbs span:last-child > a {
  height: 18px;
} */
.bread_crumbs span:last-child > a i {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 880px;
  line-height: 20px;
  color: #8397ac;
  background-color: transparent;
  padding: 2px 0;
}
.bread_crumbs span:last-child > a i:hover {
  color: #0a69dd;
}
.bread_crumbs a:hover i {
  color: #0a69dd;
}
.link-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.bread-crumbs-wrap {
  display: none;
  margin-top: 40px;
}
header {
  height: 64px;
  background-color: #042232;
}
footer {
  padding: 32px 0;
  text-align: center;
  background-color: #042232;
}
.footer-content {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 24px;
}
main {
  flex: 1;
  margin-bottom: 40px;
}
.index-cover-long {
  display: none;
  position: fixed;
  top: -56px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}
.header,
.main,
.footer {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1148px;
  width: 100%;
}
.main.bill {
  margin-bottom: 72px;
}
.container {
  width: 100%;
  height: 100%;
}
.container.detail h1 {
  font-size: 24px;
  line-height: 28px;
  position: relative;
}
.container.detail h1::after {
  content: "";
  display: table;
  clear: both;
}
.detail-price {
  font-family: "GoogleSans";
  float: right;
  font-size: 18px;
  font-weight: 700;
  color: #0a69dd;
  margin-top: 2px;
}
.bottom .container {
  margin-bottom: 24px;
}
.bottom .aside {
  margin-bottom: 24px;
}
.container h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 24px;
}
.bottom {
  margin-top: 24px;
}
.aside {
  width: 100%;
}
.header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav {
  display: none;
  width: 80%;
  max-width: 360px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #fff;
  right: 0;
  bottom: 0;
  right: -360px;
  transition: right 0.5s;
}
.header-nav.expand {
  display: block;
  right: 0;
  z-index: 11;
}
.nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.nav-cover.expand {
  display: block;
  z-index: 10;
}
.nav-top {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 40px;
  background-color: #f3f4f5;
}
.icon-nav {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.icon-nav.close {
  width: 22px;
  height: 22px;
  fill: #042232;
}
.nav-list {
  margin-top: 16px;
  padding: 0 20px 0 40px;
}
.nav-item {
  position: relative;
}
.icon-expand-go{
  display: none;
}
.nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item span {
  width: -webkit-max-content;
  font-size: 16px;
  line-height: 44px;
  flex: 1;
  padding: 0 16px 0 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.nav-item span svg {
  width: 24px;
  height: 20px;
  fill: #042232;
  margin-right: 12px;
}
.nav-item svg {
  width: 12px;
  height: 12px;
  fill: #dee3e9;
}
.banner {
  position: relative;
  /* margin-bottom:40px; */
}
.banner img {
  width: 100%;
  object-fit: cover;
}
.banner-img-desktop {
  display: none;
}
.banner-img-mobile {
  height: 360px;
  display: block;
}
.banner-content {
  width: 100%;
  max-width: 1148px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.banner-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}
.banner-title span {
  display: block;
}
.banner-des {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1px;
  margin-top: 16px;
  opacity: 0.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}

footer {
  padding: 32px 0;
  text-align: center;
}
.footer-list {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.footer-item a {
  color: #ffffff;
  opacity: 0.75;
  font-size: 16px;
}
.footer-item a:hover {
  opacity: 1;
}
.footer-item {
  display: inline-block;
  text-align: center;
}
.footer-item a:hover {
  opacity: 1;
}
.footer-top {
  display: none;
}
.deep-background-wrap {
  background: #f5f7f9;
  padding: 56px 0;
}
.deep-background-wrap .home-section {
  margin: 0;
}
.home-section {
  margin: 56px 0;
  position: relative;
}
.ad-layout {
  margin: 64px 0;
}
.home-section-tip {
  color: #8397ac;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.92px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.home-section h2 {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 28px;
}
.home-content {
  margin-top: 24px;
}
.map-wrap {
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-bottom: 32px;
}
#map svg {
  height: 100%;
  width: 100%;
  margin: auto;
}
#map .state {
  fill: #f1f2f3;
  cursor: pointer;
  stroke: #fff;
  stroke-width: 1.75;
  stroke-opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.2s fill;
  transition: 0.2s fill;
  vertical-align: middle;
}
#map circle {
  fill: #f1f2f3;
}
#map text {
  font-weight: 500;
  fill: #666666;
}
.popular-state-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 24px;
}
.popular-state-item {
  width: 10%;
  height: 22px;
  background-color: #f1f2f3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.popular-state-item a {
  color: #666666;
}
#map a:hover .state,
#map a:hover circle {
  fill: #e1e2e3;
  opacity: 1;
}
#map a:hover text {
  fill: #666666;
}
.popular-state-item:hover {
  background: #e1e2e3;
}

.page-wrap {
  margin: 24px 0;
}
.brpp_pageGo {
  display: flex;
  justify-content: space-between;
}
.page-back-active svg,
.page-next-active svg {
  display: none;
}
.page-back,
.page-back-active {
  font-weight: 700;
  width: 100px;
  padding: 13px 16px;
  color: #999999;
  border-radius: 4px;
  text-align: center;
  border: solid 2px #cccccc;
  white-space: nowrap;
  margin-right: 24px;
}
.page-back-active:hover {
  background-color: #042232;
  color: #ffffff;
  border: 2px solid #042232;
}
.page-back-active:hover svg {
  fill: #fff;
}
.page-back-active,
.page-back {
  width: 116px;
  display: none;
}
.page-next-active {
  font-weight: 700;
  width: 100px;
  padding: 12px 12px;
  border-radius: 4px;
  text-align: center;
  border: solid 2px #042232;
  white-space: nowrap;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-next-active:hover {
  background-color: #042232;
  color: #ffffff;
}
.pageEllipsis {
  padding-top: 8px;
}
.page-next-nor {
  display: none;
  width: 92px;
  margin-left: 12px;
  padding: 13px 16px;
  color: #46507d;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
}
.page-cur,
.page-nor {
  width: 44px;
  height: 44px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
}
.page-cur {
  background-color: #042232;
  color: #ffffff;
}
.page-next-active .icon-next {
  fill: #fff;
  width: 15px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
}
.page-back-active .icon-next {
  fill: #46507d;
  width: 15px;
  height: 12px;
  margin-right: 8px;
  transform: rotate(180deg);
}

h2 {
  font-size: 22px;
  line-height: 24px;
}
.aside-keywords {
  margin-bottom: 32px;
}
.aside-keywords-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: -8px;
  margin-left: -8px;
}
.article-page-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
}
.article-page-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.article-page-tip {
  color: #0a69dd;
  text-align: center;
  padding: 14px 0 4px;
  text-transform: uppercase;
}
.article-page-b {
  text-align: center;
}
.article-page-link {
  font-size: 18px;
  line-height: 26px;
}
.ads-normal {
  margin: 24px 0;
}
.ads-article {
  width: 100%;
}
.ads-article.grid {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ads-grid {
  grid-column: 1 / -1;
}
.ads-grid.brand {
  grid-row: 3;
}
.ads-list {
  width: 100%;
  margin-bottom: 20px;
}
.about_us {
  margin-top: 20px;
  margin-bottom: 40px;
}
.about_us h3,
.article-section h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
}
.article-section h3,
.article-section h4 {
  margin: 24px 0 16px;
  font-size: 18px;
  line-height: 24px;
}
.article-section h4 {
  margin: 32px 0 14px;
}
.article-section h5 {
  margin: 14px 0;
  font-size: 16px;
}
.article-section img,
.article-section p,
.article-section ul {
  margin: 14px 0;
}
.article-section ul {
  padding-left: 20px;
}
.article-section ul li ul {
  margin: 0 0 14px;
}
.article-section img {
  display: block;
  width: 100%;
}
.article-section li,
.article-section p {
  font-size: 16px;
  line-height: 26px;
  list-style: disc;
}
.article-section li ul li {
  list-style: circle;
}
.article-section li a {
  line-height: 30px;
}
.article-section li:first-child a {
  line-height: 1;
}
.article-section ul {
  word-break: break-word;
}
.article-section {
  margin-bottom: 24px;
}
.long-nav {
  display: none;
  width: 280px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 122;
  flex-direction: column;
  padding-left: 32px;
  padding-right: 16px;
  overflow-y: auto;
}
.long-nav-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 38px;
}
.long-nav-btn {
  width: 40px;
  height: 40px;
  background-color: #0a69dd;
  border-radius: 50%;
  position: fixed;
  right: 16px;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 125;
}
.icon-long-list,
.icon-long-close {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.icon-long-close {
  display: none;
}
.long-nav-item {
  font-size: 16px;
  line-height: 30px;
  color: #0a69dd;
  display: inline-block;
  margin-top: 12px;
  position: relative;
  padding-left: 22px;
}
/* .long-nav-item:before {
  content:'-';
  height:100%;
  font-size: 16px;
  color: #0A69DD;
  position:absolute;
  left:0;
} */
.long-des {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.article-section.long {
  margin-top: 16px;
}
.article-section.long h3,
.article-section .long-title {
  margin: 0 0 18px;
  font-size: 24px;
  padding-top: 12px;
  line-height: 28px;
}
.article-section .long-content {
  margin: 0 0 20px;
}
.article-section .long-img {
  margin: 0 0 24px;
}
.article-section ol {
  padding-left: 0;
}
.article-section ol li {
  padding-left: 32px;
  list-style: none;
  background: url(../Images/correct4.svg) no-repeat left 2px;
  background-size: 20px 20px;
}
.article-section a {
  color: #0a69dd;
}
.article-section a:hover {
  text-decoration: underline;
}
.content-card p:nth-child(1),
.content-card ul {
  margin: 0;
}
.content-card {
  margin: 24px 0;
}
.content-card p:nth-child(1) {
  padding: 24px 56px 24px 20px;
  background-color: #0a69dd;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
}
.content-card ul {
  padding: 24px 30px 24px 20px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 8px 8px;
}
.content-card li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 21px;
}
.content-card li:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  color: #8e97ae;
  background-color: #8e97ae;
  position: absolute;
  left: 0;
  top: 12px;
}
.content-card ul {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: none;
}
.pageNext-des,
.pageNext-l {
  display: none;
}
.pageNext-r {
  width: 100%;
}
.page-next,
.page-prev {
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #0a69dd;
  border-radius: 8px;
}
.page-prev {
  background: #eee;
}
.page-next:hover,
.page-prev:hover {
  background: #0b6eea;
}
.islike-wrap {
  padding: 24px 36px;
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.islike-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.islike-t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feedback-thank {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.feedback-thank {
  display: none;
  margin-top: 16px;
}
.islike {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isLike_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 40px;
  width: 140px;
  font-size: 16px;
  border-radius: 28px;
  margin-top: 16px;
}
.isLike_btn span {
  font-size: 14px;
}
.isLike_btn.people_unfill {
  background-color: #f7f8f9;
  color: #8397ac;
}
.people_unfill span {
  color: #8397ac;
}
.like,
.unlike {
  color: #8397ac;
  background-color: #f5f7f9;
  cursor: pointer;
  font-weight: 500;
}
.like.people_fill.long {
  background-color: #0a69dd;
}
.unlike.people_fill.long {
  background-color: #0a69dd;
}
.like.people_fill.long span {
  color: #0a69dd;
}
.like:hover,
.unlike:hover {
  background-color: #f0f2f5;
}
.like.people_fill,
.unlike.people_fill {
  color: #ffffff;
  background-color: #0a69dd;
}
.like.people_fill span,
.unlike.people_fill span {
  color: #0a69dd;
}
.icon-like-article,
.icon-unlike {
  width: 18px;
  height: 18px;
  fill: #333333;
  margin-right: 8px;
  margin-left: 8px;
}
.like.people_fill .icon-like-article,
.unlike.people_fill .icon-unlike {
  fill: #ffffff;
}
.like.people_unfill .icon-like-article,
.unlike.people_unfill .icon-unlike {
  fill: #8397ac;
}
.like {
  margin-right: 8px;
}
.like_num,
.unlike_num {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-left: 8px;
  text-align: center;
  line-height: 28px;
}
.like_num {
  color: #8397ac;
}
.unlike_num {
  color: #8397ac;
}
.comment {
  display: none;
  margin-top: 16px;
}
#commentEmail,
#commentText {
  font-family: "GoogleSans";
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: solid 1px #f2f2f2;
}
#commentText {
  height: 120px;
}
.comment-form-item {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
#commentBtn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  border-radius: 6px;
  background-color: #0a69dd;
  cursor: pointer;
}
@-webkit-keyframes animationLike {
  0% {
    bottom: 17px;
    opacity: 0.4;
  }
  20% {
    opacity: 0.8;
    bottom: 22px;
  }
  40% {
    opacity: 1;
    bottom: 27px;
  }
  60% {
    opacity: 1;
    bottom: 32px;
  }
  80% {
    opacity: 0.8;
    bottom: 37px;
  }
  100% {
    bottom: 42px;
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes animationLike {
  0% {
    bottom: 17px;
    opacity: 0.4;
  }
  20% {
    opacity: 0.8;
    bottom: 22px;
  }
  40% {
    opacity: 1;
    bottom: 27px;
  }
  60% {
    opacity: 1;
    bottom: 32px;
  }
  80% {
    opacity: 0.8;
    bottom: 37px;
  }
  100% {
    bottom: 42px;
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
#animationLike {
  display: none;
  position: absolute;
  right: 12px;
  bottom: 15px;
  z-index: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-decoration: none;
  animation: animationLike 0.5s;
  -webkit-animation: animationLike 0.5s;
  -o-animation: animationLike 0.5s;
  -moz-animation: animationLike 0.5s;
}
.word-article {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.word-article-item {
  display: flex;
  position: relative;
}
.word-article-item:hover .word-item-link {
  color: #0a69dd;
}
.word-article-link {
  display: flex;
  position: relative;
}
.word-item-l {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.word-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.word-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2sease-in;
  -webkit-transition: all 0.2sease-in;
}
.word-item-r {
  padding: 5px 11px 0;
  position: relative;
}
.word-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word-item-tag {
  color: #8397ac;
  line-height: 21px;
}
.error {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.error img {
  width: 100%;
  max-width: 450px;
}
.error-content {
  text-align: center;
}
.error-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 40px;
}
.error-des {
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
  margin-top: 12px;
}
.error-code {
  font-size: 16px;
  color: #999999;
  opacity: 0.75;
  margin-top: 10px;
}

.error-btn {
  width: 100%;
  max-width: 240px;
  height: 48px;
  background-color: #0a69dd;
  border-radius: 999px;
  margin: 32px auto 0;
  position: relative;
}
.error-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.error-btn:hover {
  background-color: #0b6eea;
}
.error-btn a {
  font-family: "GoogleSans";
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_us h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 23px;
}
.about_us p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_us h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.header-logo-img {
  height: 28px;
  object-fit: contain;
}
.footer-logo-img {
  height: 42px;
  object-fit: contain;
}
.footer-logo {
  position: relative;
}
.sitemap-wrap {
  margin-bottom: 40px;
}
.sitemap-wrap h2 {
  font-weight: 700;
  line-height: 32px;
}
.sitemap-sub {
  margin-top: 24px;
}
.sitemap-title {
  display: flex;
  align-items: center;
}
.sitemap-icon {
  width: 24px;
  height: 20px;
  fill: #0a69dd;
  margin-right: 12px;
}
.sitemap-sub h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.sitemap-sub h3:hover a {
  color: #e42c56;
}
.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-bottom: -12px;
  margin-top: 16px;
}
.sitemap-con {
  width: 50%;
  padding-left: 12px;
  margin-bottom: 12px;
}
.sitemap-con a {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sitemap-con a:hover {
  color: #e42c56;
}
.aside-article {
  margin-top: 24px;
}
.general-wrap {
  margin-bottom: 32px;
}
.general-wrap.select {
  margin-top: 32px;
}
.general-wrap h2,
.aside-type h2 {
  margin-bottom: 24px;
  font-weight: 600;
}
.detail-info.liheap {
  border-bottom: none;
  padding-bottom: 0;
}
.general-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 0;
}
.general-list.state-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.general-item {
  width: 100%;
  position: relative;
}
.general-item:hover .general-link {
  color: #0a69dd;
  border-color: #0a69dd;
}
.general-item:hover .general-name {
  color: #0a69dd;
}
.general-link {
  height: 48px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 12px;
  position: relative;
  margin-right: 0;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 46px;
}
.general-name {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 22px;
}
.general-info {
  opacity: 0.5;
  padding-left: 4px;
}

.banner-btn {
  width: 100%;
  max-width: 170px;
  height: 48px;
  padding: 12px 24px;
  background-color: #0a69dd;
  border-radius: 999px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}
.banner-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.banner-icon-list {
  width: 28px;
  height: 28px;
  margin-left: 12px;
}
.banner-btn span {
  font-family: "Google Sans";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.icon-arrow {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.banner-btn:hover {
  background-color: #0b6eea;
}
.brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
/* .brand-link:hover .brand-name {
  color: #0A69DD;
} */
.brand-link:hover .brand-pic img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.brand-pic {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.brand-pic img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease-in;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
}
.brand-name {
  /* color: #666; */
  text-align: center;
  margin-top: 16px;
  line-height: 18px;
}
.aside-type {
  margin-top: 24px;
}
.aside-type:nth-child(2) {
  margin-top: 24px;
}
.aside-type-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.aside-type-list.number {
  gap: 12px;
}
.aside-type-item {
  padding: 0 12px;
  width: 100%;
  border-radius: 4px;
}
.aside-type-item:hover {
  background-color: #f8f8fa;
}
.aside-type-item:hover .aside-type-link,
.aside-type-item:hover .aside-type-name {
  color: #0a69dd;
}
.aside-type-list.number .aside-type-item:hover {
  border: solid 1px #0a69dd;
  background-color: transparent;
}
.aside-type-item,
.aside-type-link {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.aside-type-list.number .aside-type-item,
.aside-type-list.number .aside-type-link {
  height: 70px;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #eee;
}
.aside-type-count {
  display: flex;
  align-items: center;
  color: #aaa;
  margin-top: 4px;
}
.aside-type-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  fill: #666;
}
.aside-type-name {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 22px;
}
.brand-icon {
  width: 48px;
  height: 48px;
  fill: #666;
}
.aside-article-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.aside-article-link {
  width: 100%;
  position: relative;
}
.aside-article-link:hover .aside-article-title {
  color: #0a69dd;
}
.aside-article-link:hover .aside-article-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.aside-article-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 170px;
  max-height: 200px;
  flex-shrink: 0;
  border-radius: 6px;
}
.aside-article-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.aside-article-content {
  position: relative;
  margin-top: 12px;
}
.aside-article-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aside-article-tag {
  display: inline-block;
  font-size: 12px;
  color: #0a69dd;
  line-height: 20px;
  margin-top: 6px;
}
.empty-text {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 24px;
}
.location-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border: solid 1px #eee;
  border-radius: 8px;
}
.location-item:hover {
  border-color: #0a69dd;
}
.location-pic {
  width: 100%;
  height: 200px;
}
.location-pic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.location-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 16px;
}
.location-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-right: 20px;
}
.location-name {
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 18px;
}
.info-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-top: 16px;
  min-height: 44px;
}
.info-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.icon-info {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #042232;
  opacity: 0.5;
}
.info-text {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  opacity: 0.7;
  line-height: 16px;
}
.location-btn {
  width: 40px;
  height: 40px;
  background-color: #0a69dd;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-info-go {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.store-rate {
  width:100%;
  background: #EFF6FF;
  height:40px;
  border-radius: 8px;
  padding-left:30px;
  display: none;
  align-items: center;
  gap:4px;
  border-left: 4px solid #042232;
}
.store-rate-wrap {
    height: 14px;
    overflow: hidden;
    position: relative;
}
.store-rate-empty {
    width: 80px;
    height: 14px;
    display: inline-block;
    background-image: url(../Images/star_gray.svg);
    background-size: 16px 14px;
    background-position: left center;
}
.store-rate-filled {
    width: 80px;
    height: 14px;
    display: inline-block;
    overflow: hidden;
    background-image: url(../Images/star.svg);
    background-size: 16px 14px;
    background-position: left center;
}
.store-rate-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.1px;
}
.store-type {
  display: inline-block;
  margin-top:8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #0a69dd;
}
.detail-info-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.detail-info-item {
  display: flex;
  align-items: flex-start;
}
.detail-info {
  margin-top: 24px;
}
.detail-icon-info {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  margin-top:1px;
}
.detail-info-item span {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.detail-map {
  width: 100%;
  height: 260px;
  margin-top: 24px;
}
.writing-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.writing-item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
}
.writing-item p {
  font-size: 16px;
  color: #344854;
  line-height: 24px;
}
.article-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  width: 100%;
}
.list-tab {
  margin-top: 20px;
  white-space: nowrap;
  overflow-x: scroll;
  text-align: center;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  font-size: 0;
}
.list-tab li {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 12px;
}
.list-tab li:last-child {
  margin-right: 0;
}
.list-tab .list-cont {
  height: 48px;
  line-height: 48px;
  display: block;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #eee;
  color: #042232;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
}
.list-tab .list-cont:hover {
  background-color: #0a69dd;
  color: #fff;
}
.list-tab .curr .list-cont {
  background-color: #0a69dd;
  color: #fff;
}
.nav-sub-list {
  display: none;
  padding-left: 16px;
}
.nav-sub-list.expand {
  display: block;
}
.nav-sub-item span {
  font-size: 14px;
  opacity: 0.75;
}
.footer-des {
  color: rgba(111, 118, 133, 0.8);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 24px;
}
.phone-provider-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.phone-provider-list.guides {
  display:grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 24px;
  gap: 24px;
}
.phone-provider-list.guides .guides-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top:12px;
}
.phone-provider-item {
  width: 100%;
  height: 150px;
  position: relative;
  border-radius: 12px;
  background: #f5f7f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 56px;
}
.phone-provider-item:hover {
  background-color: #f0f2f5;
}
.phone-provider-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 150px;
}
.phone-models-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.phone-models-item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  background: #fff;
  display: flex;
  padding: 28px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.phone-models-img {
  height: 120px;
  width: 100%;
  object-fit: contain;
}
.phone-models-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.phone-models-brand {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.phone-models-device {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 4px;
}
.phone-models-price {
  color: #0a69dd;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 24px;
}
.phone-features {
  display: none;
}
.phone-features-item {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.icon-features {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.phone-features-text {
  color: #344854;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.qualify-img {
  max-height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.qualify-content {
  margin-top: 24px;
}
.qualify-content-item {
  position: relative;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qualify-content-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.qualify-content-item:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.qualify-content-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.qualify-content-text {
  color: #344854;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.qualify-content-btn {
  display: flex;
  width: max-content;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #0a69dd;
  margin-top: 32px;
}
.qualify-content-btn span {
  color: #fff;
  font-family: "Google Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.qualify-content-btn:hover {
  background-color: #0b6eea;
}
.guides-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.guides-item {
  position: relative;
}
.aside-guides-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.aside-guides-item:hover {
  border-color: #0a69dd;
}
.guides-item:hover .guides-img {
  transform: scale(1.05);
}
.phone-provider-list.guides .guides-item:hover .guides-img {
  transform: scale(1);
}
.phone-provider-list.guides .guides-item:hover .guides-title {
  color: #0a69dd;
}
.guides-img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.aside-guides-list .guides-img-wrap,
.aside-guides-list .guides-img {
  height:200px;
  object-fit: cover;
}
.aside-guides-img-wrap,
.aside-guides-img {
  height:120px;
  object-fit: cover;
  width: 100%;
}
.phone-provider-list.guides .guides-img-wrap,
.phone-provider-list.guides .guides-img {
  min-height: 170px;
  max-height: 200px;
}
.guides-img {
  width: 100%;
  aspect-ratio: 340/220;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.aside-guides-type {
  display: flex;
  padding: 4px 10px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(2px);
  color: #0A69DD;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  left:12px;
  top:12px;
}
.guides-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-top: 20px;
}
.aside-guides-list .guides-title {
  font-size: 18px;
}
.guides-text {
  overflow: hidden;
  color: #344854;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-top: 16px;
  word-break: break-word;
}
.guides-tag {
  display: inline-block;
  color:#8397ac;
  margin-top:10px;
}
.aside-guides-list .guides-text {
  color: #8397ac;
  margin-top: 12px;
}
.aside-guides-content {
  padding: 16px;
}
.aside-guides-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.24px;
}
.aside-guides-des {
  color: #344854;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  margin-top:6px;
}
.aside-guides-button {
  width: 100%;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: #0B6EEA;
  margin-top:16px;
}
.aside-guides-button-text {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}


.provider-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.provider-item {
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.provider-item:hover {
  border-color: #0a69dd;
}
.provider-item:hover .provider-button-main {
  background-color: #0b6eed;
}
.provider-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.provider-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 22px 20px 32px 20px;
}
.provider-img {
  width: 140px;
  aspect-ratio: 180/120;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.provider-text {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  margin-top: 22px;
}
.provider-text-title {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.provider-text-brand {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.provider-text-tip {
  width: max-content;
  height: 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  margin-left: 8px;
}
.provider-text-tip.Free {
  background: #e4f6ed;
  color: #2b8659;
}
.provider-text-tip.Discount {
  background: #ffebeb;
  color: #c20000;
}
.provider-text-des {
  font-size: 16px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
  overflow: hidden;
  margin-top: 12px;
  text-align: center;
}
.provider-bottom {
  width: 100%;
  padding: 0 20px 22px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-button {
  width: 100%;
  border-radius: 4px;
  z-index: 1;
  position: relative;
}
.provider-button-main {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
  z-index: 2;
  overflow: hidden;
  background-color: #0a69dd;
  font-size: 18px;
}
.provider-detail {
}
.provider-detail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #f5f7f9;
  background: #fff;
  padding: 24px 40px;
  display: none;
}
.provider-detail-img img {
  width: 100%;
  height: 100%;
  max-width: 170px;
  object-fit: contain;
}
.provider-info-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-content: center;
  gap: 12px;
}
.provider-info-item {
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  gap: 12px;
}
.provider-info-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  margin-top: 2px;
}
.provider-info-item span {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.customer-support-link {
  font-size: 16px;
  line-height: 24px;
  color: #0a69dd;
  word-break: break-word;
}
.customer-support-link:hover {
  text-decoration: underline;
}
#choose-input,
.choose-less {
  display: none;
}
.letter-state-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  height: 40px;
  overflow: hidden;
}
#choose-input:checked ~ .letter-state-list {
  height: auto;
}
.letter-state-item {
  box-sizing: border-box;
  height: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  background: #f5f7f9;
  border: 2px solid transparent;
  position: relative;
}
.letter-state-item:hover {
  border: 2px solid #042232;
}
.letter-state-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
}
.letter-state-choose {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 8px * 5) / 6);
  height: 40px;
  background: #0a69dd;
  border-radius: 4px;
  cursor: pointer;
}
.letter-state-choose:hover {
  background-color: #0b6eea;
}
#choose-input:checked ~ .letter-state-list .letter-state-choose {
  position: unset;
  width: auto;
}
#choose-input:checked ~ .letter-state-list .choose-more {
  display: none;
}
#choose-input:checked ~ .letter-state-list .choose-less {
  display: inline-flex;
}
.letter-state-choose span {
  color: #fff;
  font-weight: 500;
}
.provider-des {
  color: #344854;
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0;
}
.provider-plan-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.provider-plan-item {
  border: 1px solid #dee3e9;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.provider-plan-title {
  display: inline-block;
  width: 100%;
  padding: 16px 20px;
  background-color: #042232;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.provider-plan-icon {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 2px;
  bottom: -12px;
}
.provider-plan-info {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 8px 8px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  flex: 1;
}
.provider-plan-info li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
  font-weight: 500;
}
.provider-plan-info li:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  color: #042232;
  background-color: #042232;
  position: absolute;
  left: 0;
  top: 10px;
}
.provider-models-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 24px;
}
.provider-models-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.provider-models-icon {
  width: 14px;
  height: 24px;
  aspect-ratio: 7/12;
}
.provider-models-icon.document,
.provider-models-icon.applyrules {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.provider-models-item span {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}
.qualify-inline {
  display: flex;
  width: 100%;
  height: 100px;
  padding: 0 32px;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  position: relative;
  border-radius: 8px;
  background: #f5f7f9;
  overflow: hidden;
}
.qualify-inline-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.qualify-inline-title span {
  color: #0a69dd;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.qualify-inline-icon {
  width: 18px;
  height: 13px;
  flex-shrink: 0;
  aspect-ratio: 18/13;
  transition: all 0.3s ease;
  fill: #0a69dd;
}
.qualify-inline:hover .qualify-inline-icon {
  margin-left: 8px;
}
.qualify-background-icon {
  width: 216px;
  height: 100px;
  position: absolute;
  left: 52px;
  bottom: 0;
  z-index: 2;
}
.qualify-inline-img {
  width: 311px;
  height: 209px;
  object-fit: contain;
  /* position: absolute; */
  /* right: 32px; */
  /* bottom: 0; */
  z-index: 3;
  display: none;
}
.aside-guides-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.table-wrap {
  margin-top: 24px;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dee3e9;
  border-radius: 8px;
}
.qualification-table thead tr,
.qualification-table tbody td {
  line-height: 20px;
}
.qualification-table thead tr {
  background-color: #042232;
}
.qualification-table tr th {
  font-weight: 700;
  padding: 12px 24px;
  text-align: left;
  color: #fff;
}
.qualification-table tr th:nth-child(1) {
  min-width: 180px;
}
.qualification-table tr th:nth-child(2) {
  min-width: 200px;
}
.qualification-table tr th:nth-child(3) {
  min-width: 140px;
}
.qualification-table tr th:nth-child(4) {
  min-width: 140px;
}
.qualification-table tr th:not(:last-child),
.qualification-table tr td:not(:last-child) {
  border-right: 1px solid #fff;
}
.qualification-table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.qualification-table tr td {
  padding: 12px 24px;
  text-align: left;
}
.provider-olist li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 32px;
  list-style: none;
  background: url(../Images/correct4.svg) no-repeat left 2px;
  background-size: 20px 20px;
  color: #344854;
}
.writing-ulist {
  list-style: none;
  margin-left: 7px;
}
.writing-ulist li {
  font-size: 16px;
  line-height: 26px;
  color: #344854;
  position: relative;
  padding-left: 25px;
}

.writing-ulist li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #042232;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.state-select-card {
  background: url(../Images/select-banner.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.state-select-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
.state-select-des {
  color: #8397ac;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.state-select-button-wrap {
  margin-top: 20px;
}
.state-select-button-item {
  height: 48px;
  width: 240px;
  background: #fff;
  border-radius: 999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.state-select {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: none;
  outline: none;
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #8397ac;
  font-size: 16px;
  padding-left: 24px;
  text-align-last: left;
  cursor: pointer;
}
.state-select.selected {
  color: #042232;
}
.icon-select-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.state-select-button {
  height: 48px;
  width: 240px;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 999px;
  background: #0a69dd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 12px;
  cursor: pointer;
}
.state-select-button:hover {
  background: #0b6eea;
}

.office-location-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.office-location-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 8px;
    overflow: hidden;
}
.office-location-item:hover {
  border-color: #0a69dd;
}
.location-pic {
    width: 100%;
    height: 200px;
}
.location-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 16px;
}
.location-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 20px;
}
.location-info-name {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 22px;
}
.location-info-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin-top: 12px;
}
.location-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.location-info-icon {
    width: 16px;
    height: 16px;
    fill: #000000;
    opacity: 0.5;
}
.location-info-text {
    flex: 1;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    opacity: 0.7;
    font-size: 14px;
    line-height: 22px;
}
.office-location-btn {
    width: 40px;
    height: 40px;
    background-color: #0a69dd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.office-location-icon {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.general-list.brand-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
}
.general-list.brand-list .general-item {
    text-align: center;
}
.general-item:hover .brand-name {
  color:#0a69dd;
}
.brand-pic {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #fafafa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-pic img {
    width: 60px;
    height: auto;
    object-fit: contain;
}
.brand-name {
    text-align: center;
    margin-top: 16px;
    line-height: 20px;
}
.current-hours-wrap {
  flex: 1;
  font-size: 16px;
  cursor: pointer;
}
.current-hours-wrap .icon-hours-arrow {
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.current-hours-wrap.expand .icon-hours-arrow {
    transform: rotate(270deg);
}
.hours-status-list {
  display: none;
}
.hours-status-list.expand {
    display: block;
    margin-top: 4px;
    line-height: 24px;
}
.detail-info-item span {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}
.detail-info-item span > span {
    display: inline-block;
    width: 52px;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 20px;
  padding-left: 12px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.service-item {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #344854;
}
.service-item::before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #344854;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.general-list-more,
.des-read-more {
  display: flex;
  width: 140px;
  height:38px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 12px;
  cursor: pointer;
}
.list-more-icon {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    transform: rotate(90deg);
    fill: #333333;
    transition: transform 0.3s ease-in-out;
}
.description-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.description-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
}
.general-list-more span,
.des-read-more span {
  font-size: 14px;
  font-weight: 500;
}
.general-list-more:hover,
.des-read-more:hover {
  border-color: #0a69dd;
}
.general-list-more:hover .list-more-icon,
.des-read-more:hover .list-more-icon {
  fill: #0a69dd;
}
.general-list-more:hover span,
.des-read-more:hover span {
  color: #0a69dd;
}

.service-detail {
  padding:20px;
  border-radius: 4px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.service-img {
  height:44px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.service-img img {
  max-width: 174px;
  height: 100%;
  /* max-height: 58px; */
  object-fit: contain;
}
.service-info {
  flex:1;
}
.service-info-top {
  padding-bottom:16px;
  border-bottom:1px dashed #F1F5F9;
}
.service-info-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:16px;
}
.service-tip {
  display: none;
  align-items: center;
  gap: 16px;
}
.service-tip-label,
.service-tip-time {
  color: #8397AC;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service-tip-time.green {
  color: #10B981;
}
.service-tip-time::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #10B981;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.service-tag-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.service-tag-item {
  padding:4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  text-transform: uppercase;
}
.service-tag-item.Wait {
  border: 1px solid #C6FFED;
  background: #E6FCF5;
  color:#0CA678;
  text-transform: uppercase;
}
.service-tag-item.Wait::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #10B981;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
.service-tag-item.Toll-Free {
  border: 1px solid #DBEAFE;
  background: #EFF6FF;
  color:#0A69DD;
}
.service-tag-item.Most-Popular {
  border: 1px solid #FEF9C3;
  background: #FEFCE8;
  color:#A16207;
  display: none;
}
.service-phone-number {
  display: block;
  text-align: center;
  margin-top:16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.service-des {
  display: none;
  margin-top:12px;
  color: #344854;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.service-bottom-des {
  display: flex;
  align-items: center;
  gap:6px;
}
.service-bottom-des span {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color:#344854;
}
.bottom-des-icon {
  height:14px;
  width:14px;
  fill:#344854;
}
.service-shortest-wait {
  width: fit-content;
  padding:4px 10px;
  margin-top:8px;
  border-radius: 20px;
  background: #F8F9FA;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8397AC;
}
.service-shortest-wait span {
  color: #042232;
  font-weight: 700;
}
.service-tip-label.wait {
  display: none;
}
.service-best-time {
  display: none;
  margin-top:8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.service-saving {
  padding:16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(131, 151, 172, 0.20);
  background: #F1F8FE;
  display: flex;
  align-items: center;
  gap:40px;
  position: relative;
}
.service-content {
  flex:1;
  display: flex;
  flex-direction: column;
}
.service-saving-tag {
  width: fit-content;
  padding: 4px 12px;
  border-radius: 9999px;
  background: #DBEAFE;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#0A69DD;
}
.service-saving-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin-top:16px;
}
.service-saving-des {
  font-size: 14px;
  font-weight: 400;
  margin-top:8px;
  line-height: 22px;
}
.service-saving-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top:16px;
  cursor:pointer;
}
.service-saving-btn span {
  color:#0A69DD;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@keyframes slideLeftRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(8px); }
  100% { transform: translateX(0); }
}
@-webkit-keyframes slideLeftRight {
  0%   { -webkit-transform: translateX(0); }
  50%  { -webkit-transform: translateX(8px); }
  100% { -webkit-transform: translateX(0); }
}
.service-icon-btn {
  width: 20px;
  height: 20px;
  fill: #0A69DD;
  animation: slideLeftRight 0.8s ease-in-out infinite;
  -webkit-animation: slideLeftRight 0.8s ease-in-out infinite;
}
.service-saving-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: none;
}
.service-saving-img img {
  width:138px;
  height:214px;
  object-fit: contain;
}
.service-saving-icon {
  width: 46.154px;
  height: 42.173px;
  position: absolute;
  left:0;
  top:0;
  fill:#93C5FD;
  opacity: 0.3;
}
/* .service-saving-img::before {
  content: '';
  width: 160px;
  height: 160px;
  background: rgba(59, 130, 246, 0.10);
  filter: blur(20px);
  position: absolute;
  right: -18.646px;
  bottom: -20.794px;
  z-index:0;
  border-radius: 9999px;
} */

.pro-tips-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:12px;
}
.pro-tips-item {
  padding:12px;
  border-left: 4px solid #042232;
  background: #EFF6FF;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22.75px;
}
.checklist-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:12px;
}
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.checklist-icon {
  width: 20px;
  height: 20px;
  fill: #042232;
}
.checklist-text {
  flex:1;
  font-size: 16px;
  line-height: 22px;
  color:#344854;
}

.stores-locator {
  padding:24px;
  border-radius: 16px;
  border: 2px solid rgba(131, 151, 172, 0.20);
  background: #FFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:24px;
  position:relative;
}

.stores-locator-icon {
  width: 80px;
  height: 80px;
  transform: rotate(6deg);
  border-radius: 16px;
  background: #EFF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stores-locator-inner {
  padding:12px;
  border: 1px solid #F1F5F9;
  background: #FFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-6deg);
  position: relative;
}

.locator-icon-loc{
  width: 20px;
  height: 25px;
  flex-shrink: 0;
  z-index: 2;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.locator-icon-bg {
  width: 32px;
  height: 32px;
  z-index: 1;
}
.stores-locator-content {
  flex:1;
}
.stores-locator-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.stores-locator-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-top:6px;
}
.stores-locator-btn {
  width:100%;
  height:52px;
  border-radius: 12px;
  background: #0A69DD;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor:pointer;
}
.stores-locator:hover .stores-locator-btn {
  background: #0b6eea;
}
.stores-locator-btn span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.locator-icon-btn {
  width: 16px;
  height: 16px;
  fill: #FFF;
}
.support-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:16px;
}
.support-item {
  padding:36px;
  border-radius: 8px;
  border: 1px solid rgba(131, 151, 172, 0.20);
  background: #FFF;
}
.support-item {
  display: flex;
  flex-direction: column;
}
.support-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.support-tel {
  width: fit-content;
  display: flex;
  align-items: center;
  gap:8px;
  padding:12px 16px;
  border-radius: 8px;
  background: #F8F8F8;
  margin-top:12px;
}
.support-tel-icon {
  width:16px;
  height:16px;
}
.support-tel-text {
  flex:1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.support-service-list {
  margin-top:28px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:16px;
}
.support-service-item {
  display: flex;
  align-items: flex-start;
  gap:12px;
}
.support-service-icon {
  width: 17px;
  height: 16px;
  margin-top:2px;
}
.support-service-text {
  flex:1;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:24px;
}
.faq-item {
  display: flex;
  flex-direction: column;
  gap:12px;
}
.faq-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.faq-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color:#344854;
}
.card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.card-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 12px;
}
.card-item:hover {
  border-color: #0A69DD;
}
.card-img{
  max-height: 200px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-content {
  padding:28px;
  display: flex;
  flex-direction: column;
}
.card-tag {
  color: #8397AC;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 8px;
}
.card-des {
  color: #344854;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
}
.card-btn {
  display: flex;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #0A69DD;
  border-radius: 12px;
  margin-top:28px;
}
.card-btn span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.card-info-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 20px;
}
.card-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-icon {
  width: 18px;
  height: 18px;
}
.card-item-text {
 font-size: 12px;
 font-weight: 400;
 line-height: 16px;
}


@media screen and (min-width: 375px) {
  .general-list.brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 414px) {
  .service-tag-item.Most-Popular {
    display: block;
  }
}


@media screen and (min-width: 480px) {
  .banner-title {
    font-size: 40px;
    line-height: 44px;
  }
  .page-next-active {
    width: 130px;
  }
  .like {
    margin: 24px 12px 0;
  }
  .unlike {
    margin: 24px 12px 0;
  }
  .aside-type-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-item {
    height: 56px;
    padding: 14px 16px;
  }
  .banner-item-content img.banner-item-img {
    display: block;
  }
  .banner-item-name {
    font-size: 14px;
  }
  .phone-provider-list {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 580px) {
  .banner-title {
    font-size: 48px;
    line-height: 56px;
  }
  .map-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 64px;
  }
  .map-query {
    display: flex;
    margin-right: 64px;
    flex: 1;
  }
  #map {
    width: 100%;
  }
  #map svg {
    height: 100%;
    width: 100%;
    margin: auto;
  }
  #map .state {
    z-index: 45;
    position: relative;
  }
  .popular-state-list {
    width: 40px;
    height: 288px;
    margin: 0;
  }
  .popular-state-item {
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-bottom: 8px;
  }
  .page-next-active {
    width: 100px;
    margin-left: 24px;
  }
  .article-page-item:hover .article-page-link {
    color: #0a69dd;
  }
  .pageNext {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageNext-l {
    display: block;
  }
  .pageNext-l,
  .pageNext-r {
    width: auto;
    flex: 1;
  }
  .pageNext-des {
    width: 160px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
  }
  .footer-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-item {
    width: auto;
  }
  .footer-item:not(:first-child) {
    margin-left: 40px;
  }
  .general-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .general-list.state-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .article-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .phone-models-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .provider-detail {
    display: flex;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    max-width: 100%;
  }
  .provider-detail-img {
    display: block;
  }
  .provider-detail-img img {
    max-height: none;
  }
  .provider-info-list {
    flex: 1;
  }
  .word-article {
    grid-template-columns: repeat(2, 1fr);
  }
  .state-select-card {
    padding: 32px;
    align-items: flex-start;
  }
  .state-select-button-wrap {
    display: flex;
    gap: 12px;
  }
  .state-select-button {
    width: fit-content;
    margin-top: 0;
  }
  .guides-img {
    height: 300px;
  }
  .general-list.brand-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .checklist-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .aside-guides-list,
  .phone-provider-list.guides {
    grid-template-columns: repeat(2, 1fr);
  }
  .phone-provider-list.guides .guides-img-wrap,
  .phone-provider-list.guides .guides-img {
    min-height: 125px;
    max-height: 170px;
  }
}
@media screen and (min-width: 680px) {
  .error {
    margin-top: 64px;
  }
  .letter-state-list {
    grid-template-columns: repeat(10, 1fr);
  }
  .letter-state-choose {
    width: calc((100% - 8px * 9) / 10);
  }
  .provider-plan-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .aside-guides-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .qualify-inline-img {
    display: block;
  }

  .service-detail  {
    flex-direction: row;
    padding:24px 32px;
    gap: 32px;
  }
  .service-info {
    padding:16px 0;
  }
  .service-info-top {
    padding-bottom:32px;
    border-bottom:1px solid #F1F5F9;
  }
  .service-info-bottom {
    align-items: flex-start;
    padding-top:24px;
  }
  .service-img {
    height:128px;
    display: flex;
    padding-right:32px;
    border-right:1px solid #e5e7eb;
  }
  .service-tip {
    display: flex;
  }
  .service-tip-label,
  .service-tip-time {
    font-size: 10px;
    line-height: 15px;
  }
  .service-tag-list {
    justify-content: flex-start;
    gap:12px; 
    margin-top:16px;
  }
  .service-tag-item.Wait {
    display: none;
  }
  .service-phone-number {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }
  .service-des {
    display: block;
  }
  .service-bottom-des {
    display: none;
  }
  .stores-locator-btn {
    width:190px;
  }
  .support-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .support-tel {
    min-width: 160px;
  }
  .service-saving-img {
    display: flex;
  }
  .service-shortest-wait {
    display: none;
  }
  .service-tip-label.wait,
  .service-best-time {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .page-next-nor {
    display: initial;
    visibility: hidden;
  }
  .page-back-active,
  .page-back {
    display: inline-block;
  }
  .error-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 52px;
    margin-top: 40px;
  }
  .error-des {
    font-size: 24px;
    margin-top: 32px;
  }
  .error-btn {
    font-size: 18px;
    margin-top: 32px;
  }
  .about_us h3 {
    font-size: 22px;
  }
  .about_us h1 {
    font-size: 32px;
  }
  .image-slide {
    max-height: 450px;
  }
  .slide-list {
    height: 450px;
  }
  .sitemap-wrap h2 {
    font-size: 28px;
  }
  .sitemap-sub h3 {
    font-size: 20px;
  }
  .sitemap-con {
    width: 25%;
  }
  .general-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-img-desktop {
    height: 440px;
    display: block;
  }
  .banner-img-mobile {
    display: none;
  }
  .banner-des {
    width: 550px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .banner-btn {
    margin-top: 40px;
  }
  .banner-list {
    gap: 20px;
  }
  .banner-item {
    padding: 14px 16px;
    height: 64px;
  }
  .banner-item-content img.banner-item-img {
    width: 32px;
    height: 32px;
  }
  .banner-item-name {
    font-size: 16px;
  }
  .banner-item-icon {
    margin-left: 6px;
  }
  .brand-pic img {
    height: 120px;
  }
  .waitlist-link {
    display: flex;
    align-items: center;
  }
  .waitlist-content {
    margin-right: 24px;
  }
  .waitlist-info {
    margin-top: 12px;
  }
  .waitlist-btn {
    width: 140px;
    margin-top: 0;
  }
  .phone-provider-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .phone-models-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .phone-features {
    width: max-content;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 56px;
    margin-top: 32px;
  }
  .qualify-content {
    margin-top: 40px;
  }
  .qualify-content-item {
    padding: 32px 0;
  }
  .qualify-content-btn {
    margin-top: 48px;
  }
  .guides-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .provider-content {
    flex-direction: row;
  }
  .provider-top {
    flex-direction: row;
    padding: 0;
    flex: 1;
    border-bottom: none;
  }
  .provider-img {
    height: 100%;
    padding: 24px 0px 24px 24px;
    border-radius: 0;
  }
  .provider-text {
    padding: 24px 0 24px 16px;
    align-items: flex-start;
    margin-top: 0;
  }
  .provider-text-title {
    text-align: left;
  }
  .provider-text-brand {
    display: block;
    font-size: 16px;
    line-height: 26px;
  }
  .provider-text-des {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-top: 8px;
    text-align: left;
  }
  .provider-bottom {
    width: 100%;
    max-width: 140px;
    padding: 24px 0;
    margin-right: 24px;
    margin-left: 24px;
  }
  .provider-button {
    max-width: 200px;
    height: 44px;
  }
  .provider-button-main {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    padding: 0 12px;
  }
  .guides-img {
    height: 220px;
  }

  .phone-provider-item {
    padding: 28px 32px;
  }
  .phone-models-item {
    padding: 40px 0;
  }
  .phone-models-device {
    font-size: 20px;
    line-height: 32px;
  }
  .phone-models-price {
    font-size: 16px;
    line-height: 20px;
  }
  .qualify-img {
    max-height: 404px;
  }
  .qualify-content-title {
    font-size: 24px;
    line-height: 30px;
  }
  .qualify-content-text {
    font-size: 16px;
    line-height: 24px;
  }
  .guides-text {
    font-size: 16px;
    line-height: 24px;
  }
  .provider-models-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .office-location-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .general-list.brand-list {
      grid-template-columns: repeat(5, 1fr);
  }
  .detail-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:24px;
  }
  .detail-map {
    margin-top: 0;
    width: 350px;
  }

  .pro-tips-item {
    padding:20px;
  }
  .service-saving {
    padding:36px 40px;
  }
  .service-saving-title {
    font-size: 30px;
    line-height: 36px;
    margin-top:28px;
  }
  .service-saving-des {
    font-size: 18px;
    line-height: 28px;
  }
  .store-rate {
    display: flex;
  }
  .store-type {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .phone-provider-list.guides {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-info-list {
    gap:12px;
    margin-top: 24px;
  }
  .card-content {
    padding:32px;
  }
  .card-name {
    font-size: 24px;
    line-height: 28px;
    margin-top:12px;
  }
  .card-des {
    font-size: 16px;
    line-height: 24px;
    margin-top:20px;
  }
  .card-btn {
    height: 50px;
    gap: 12px;
    margin-top:32px;
  }
  .card-item-text {
    font-size: 14px;
    line-height: 20px;
  }

}
@media screen and (min-width: 1024px) {
  main {
    margin-bottom: 0;
  }
  .banner-content {
    padding: 0 24px;
  }
  .nav-item span {
    color: #fff;
    opacity: 0.75;
  }
  .nav-item span svg {
    display: none;
  }
  .header,
  .main,
  .footer {
    padding: 0 24px;
  }
  .icon-nav {
    display: none;
  }
  .header-nav {
    width: 100%;
    display: flex;
    position: initial;
    z-index: 124;
    max-width: inherit;
    background-color: #042232;
  }
  .nav-top {
    display: none;
  }
  .nav-list {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }
  .nav-item {
    height: 100%;
    padding: 0 24px;
    border-radius: 24px;
  }
  .nav-item.expand {
    display: flex;
    align-items: center;
    gap:12px;
  }
  .nav-item.expand .icon-expand-go {
    width:10px;
    height:10px;
    display: block;
    opacity: 0.75;
    margin-top:2px;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  .nav-item:last-child {
    padding-right: 0;
  }
  .nav-item span {
    padding: 0;
    line-height: 44px;
  }
  .nav-item .icon-go {
    display: none;
  }
  .bread-crumbs-wrap {
    display: flex;
    align-items: center;
  }
  .icon-bread {
    width: 16px;
    height: 16px;
  }
  .footer-item {
    width: auto;
    margin-bottom: 0;
  }
  .footer-top {
    width: 64px;
    height: 64px;
    background-color: #edeeef;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .icon-top {
    width: 12px;
    height: 22px;
    fill: #666666;
    transform: rotate(270deg);
  }
  .footer-top span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 4px;
  }
  .home-section {
    margin: 64px 0;
  }
  .home-content {
    margin-top: 48px;
  }
  .container {
    max-width: 728px;
  }
  .bottom .container {
    margin-bottom: 80px;
  }
  .bottom {
    display: flex;
    margin-top: 40px;
  }
  .bottom .container {
    margin-right: 72px;
  }
  .aside {
    max-width: 300px;
  }
  .page-back {
    display: block;
    visibility: hidden;
  }
  .page-back-active {
    display: block;
  }
  .error-btn a {
    font-size: 18px;
  }
  .islike-tit {
    font-size: 24px;
    line-height: 32px;
  }
  .islike {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .isLike_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 56px;
    width: 170px;
    font-size: 16px;
    border-radius: 28px;
    margin-top: 16px;
  }
  .isLike_btn span {
    font-size: 16px;
  }
  .icon-like-article,
  .icon-unlike {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: 12px;
  }
  .like_num,
  .unlike_num {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-left: 12px;
    text-align: center;
    line-height: 40px;
  }
  .article-section .long-content {
    margin-bottom: 28px;
  }
  .article-section .long-img {
    margin-bottom: 28px;
  }
  .long-nav {
    display: flex;
    flex-direction: column;
    margin: -12px 0 32px;
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .long-nav-title {
    margin-top: 0;
  }
  .long-nav-btn {
    display: none;
  }
  .content-card p:nth-child(1) {
    padding: 24px 56px 24px 30px;
  }
  .content-card ul {
    padding: 28px 30px 28px 30px;
  }
  .article-section ol {
    padding-left: 25px;
  }
  .menu-aside .top-menu-item {
    width: 100%;
  }
  .header-logo-img {
    height: 40px;
  }
  .footer-logo-img {
    height: 56px;
  }
  footer {
    padding: 64px 0;
  }
  .error {
    flex-direction: row;
    justify-content: center;
  }
  .error-content {
    order: 1;
  }
  .error img {
    order: 2;
    max-width: 360px;
    margin-left: 72px;
  }
  .error-content {
    text-align: left;
  }
  .error-title {
    line-height: 72px;
    margin-top: 0;
  }
  .error-des {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
  }
  .error-btn {
    margin: 32px 0 0;
  }
  .page-back,
  .page-back-active {
    margin-right: 32px;
  }
  .page-next-active {
    margin-left: 32px;
  }
  .container.detail h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .image-slide {
    margin-bottom: 32px;
  }
  .container.detail {
    max-width: calc(100% - 372px);
  }
  .detail-price {
    margin-top: 4px;
  }
  .general-wrap {
    margin-bottom: 48px;
  }
  .general-wrap h2,
  .aside-type h2 {
    margin-bottom: 32px;
  }
  .ad-normal {
    margin-bottom: 48px;
  }
  .ad-normal.inner {
    margin-bottom:32px;
  }
  .ad-inline {
    margin-bottom: 32px;
  }
  .aside-type,
  .aside-article,
  .aside-buy {
    margin-top: -4px;
  }
  .aside-type-link {
    height: 48px;
  }
  .aside-type-list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .aside-article-list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .long-nav-item {
    margin-top: 10px;
  }
  .long-nav-item:before {
    content: "-";
    height: 100%;
    font-size: 16px;
    color: #0a69dd;
    position: absolute;
    left: 0;
  }
  .container h1 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 32px;
  }
  .container.article {
    max-width: 100%;
    text-align: center;
  }
  .article-page {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 120px;
  }
  .list-tab {
    margin-top: 24px;
  }
  .nav-sub-list {
    padding: 12px 0;
    position: absolute;
    background-color: #042232;
    box-shadow: 0px 0px 12px 1px rgba(12, 28, 47, 0.16);
    border-radius: 12px;
    left:0;
    top: 68px;
    display: none;
    margin: 0;
  }
  .nav-sub-list.expand {
    display: none;
  }
  .nav-item.expand:hover .nav-sub-list {
    display: block;
  }
  .nav-item.expand:hover .icon-expand-go {
    opacity: 1;
    transform: rotate(270deg);
    transition: all 0.3s ease;
  }
  .nav-sub-list::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
  }
  .nav-sub-item a {
    padding: 0 24px 0 24px;
  }
  .nav-item .nav-sub-item a {
    border-radius: 0;
  }
  .nav-sub-item span {
    font-size: 16px;
  }
  .nav-item:hover > a,
  .nav-item:hover > span {
    /* border-bottom: 2px solid #fff; */
    opacity: 1;
  }
  .nav-item > span {
    height: 100%;
    /* border-bottom: 2px solid transparent; */
  }
  .nav-item:hover > a > span {
    opacity: 1;
  }
  .nav-item .nav-sub-item a:hover {
    background-color: #ffffff1a;
  }
  .nav-sub-item a:hover span {
    opacity: 1;
  }
  .footer-content {
    padding-bottom: 32px;
  }
  .footer-list {
    margin-top: 32px;
    gap: 56px;
    padding: 12px 0;
  }
  .footer-item a {
    line-height: 20px;
  }
  .footer-des {
    display: block;
    margin-top: 32px;
  }
  .footer-item {
    width: auto;
    margin-bottom: 0;
  }
  .footer-des {
    display: block;
  }
  body {
    position: relative !important;
  }
  .header-nav.expand {
    display: flex !important;
  }
  .nav-cover.expand {
    display: none;
  }
  .nav-item a {
    height: 100%;
    min-width: max-content;
    border-bottom: 2px solid transparent;
  }
  .phone-provider-list.related {
    gap: 8px;
  }
  .phone-provider-item {
    padding: 28px 56px;
  }
  .phone-provider-list.related .phone-provider-item {
    height: 100px;
    padding: 28px 40px;
  }
  .phone-provider-list.related .phone-provider-img {
    max-width: 96px;
  }
  .phone-features {
    margin-top: 56px;
  }
  .qualify-wrap {
    display: flex;
    gap: 64px;
  }
  .qualify-content {
    margin-top: 0;
  }
  .guides-list {
    gap: 40px;
  }
  .provider-des {
    margin: 32px 0;
  }
  .word-article {
    grid-template-columns: repeat(1, 1fr);
  }
  .table-wrap {
    margin-top: 32px;
  }
  .rate-table tr th {
    padding: 12px 24px;
  }
  .rate-table tr th:nth-child(2) {
    min-width: 140px;
  }
  .writing-list {
    margin-top: 32px;
  }
  .aside-guides-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .provider-bottom {
    max-width: 150px;
  }
  .provider-img {
    width: 172px;
  }
  .phone-provider-list.guides .guides-img {
    height: 125px;
  }
   .gas-aside-btn {
    max-width: 300px;
  }
}
@media screen and (min-width: 1124px) {
  .page-back,
  .page-back-active {
    margin-right: 56px;
  }
  .page-next-active {
    margin-left: 56px;
  }
}
