@charset "UTF-8";

@font-face {
  font-family: "GoogleSans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../Fonts/GoogleSans-Regular.woff2") format("woff2"),url("../Fonts/GoogleSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "GoogleSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/GoogleSans-Medium.woff2") format("woff2"),url("../Fonts/GoogleSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "GoogleSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/GoogleSans-Bold.woff2") format("woff2"),url("../Fonts/GoogleSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "Publico-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/Publico-Bold.woff2") format("woff2");
}
body {
  font-size: 14px;
  font-family: GoogleSans, system-ui, -apple-system, sans-serif, serif;
  color: #0f294d;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
input,
li,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}
main.error,
main.index {
  padding-bottom:0;
}
input:focus {
  outline: 0;
}
a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #0f294d;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.item-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.ad-home {
  width: 100%;
  margin-bottom: 32px;
}
.ad-home-top {
  width:100%;
  margin:0 0 40px;
}
.ads-records {
  width:100%;
  margin-bottom: 16px;
}
.ads-offices {
  width: 100%;
  margin-bottom: 20px;
}
.ads-list {
  width: 100%;
  grid-column: 1 / -1;
}
.ads-normal {
  width:100%;
  margin: 24px 0;
}
.ads-article {
  width:100%;
  margin-bottom: 24px;
}
.ads-aside {
  width:100%;
}
.ads-normal.long {
  margin:24px 0 0;
}
.ads-large {
  margin: 36px 0;
}
.footer,
.header,
.main {
  width: 100%;
  margin: 0 auto;
  max-width: 1124px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}
.main {
  align-items: flex-start;
}
.main.article {
  min-height: auto;
}
.main.article h1 {
  text-align: center;
}
.main-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main.main-error {
  margin-top: 24px;
  margin-bottom: 40px;
  min-height: auto;
}
h1,
h2 {
  font-family: Publico-Bold;
  font-weight: 700;
}
h3 {
  font-size: 14px;
  font-weight: 400;
}
.about_us h3,
.article-section h3,
.category-caption-item h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
}
h2.state {
  margin-bottom: 24px;
}
h2.list {
  margin-bottom: 16px;
}
h1 {
  font-size: 24px;
  line-height: 32px;
}
h2 {
  font-size: 20px;
  line-height: 28px;
}
.aside {
  width: 100%;
}
.aside-city-wrap,
.aside-offices-list-wrap,
.universal-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:0 12px;
  margin-top: 12px;
}
.aside-city-item,
.aside-offices-list-item,
.universal-item {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
}
.aside-city-item svg,
.aside-offices-list-item svg,
.universal-item svg {
  margin-right: 16px;
  fill: #142144;
}
.aside-city-item a,
.aside-offices-list-item a,
.universal-item a {
  font-size:16px;
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aside-offices-list-item:hover,
.universal-item:hover {
  background: #f8f8fa;
}
.aside-offices-list-item:hover svg,
.universal-item:hover svg {
  fill: #db9d60;
}
.universal-item:hover h3 {
  color: #db9d60;
  opacity: 1;
}
.aside-city-item:hover .aside-city-num,
.aside-city-item:hover .aside-city-slug h3,
.aside-city-item:hover a,
.aside-offices-list-item:hover a {
  color: #1d2f5e !important;
  opacity: 1;
}
.aside-city-list {
  margin-bottom:24px;
}
.aside-city-list:nth-child(2) {
  margin-top:32px;
}
.aside-city-slug {
  flex: 1;
  color: #1d2f5e;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aside-city-num {
  color: #1d2f5e;
  opacity: 0.5;
}
.aside-city-item:hover {
  background: #f0f3f6;
}
.aside-city-item:hover .aside-city-num {
  color: #1d2f5e;
}
.office-search-wrap,
.record-search-btn-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 24px;
}
.record-btn-wrap {
  margin-bottom: 24px;
}
.office-btn,
.record-btn {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #cecece;
  position: relative;
  margin-top: 12px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.office-btn a,
.record-btn a {
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #1d2f5e;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.office-btn:hover,
.record-btn:hover {
  border: 1px solid #db9d60;
}
.office-btn:hover a,
.record-btn:hover a {
  color: #db9d60;
}
.page-wrap {
  margin-top: 24px;
}
.page-wrap.store {
  margin-top: 24px;
  height:40px;
}
.page-back,
.page-back-active {
  width:22%;
  max-width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  margin-right: 6%;
  cursor: pointer;
}
.page-back-active .icon-next,
.page-next-active .icon-next {
  display: none;
}
.page-nor:hover {
  background-color: #f8f8fa;
  border-radius:4px;
  color:#db9d60;
}
.page-back-active:hover,
.page-next-active:hover {
  background-color: #db9d60;
  color: #fff;
  border: 1px solid #db9d60;
}
.page-back {
  visibility: hidden;
}
.page-nor {
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.page-cur {
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.page-cur:hover {
  color: #db9d60;
}
.page-cur {
  background-color: #f8f8fa;
  border-radius: 4px;
}
header {
  background-color: #07192c;
	box-shadow: -1px 1px 8px 0px 
		rgba(0, 0, 0, 0.08);
  height:100%;
}
.header {
  height: 64px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-logo {
  display: flex;
  align-items: center;
  width: 197px;
}
.header-icon {
  display: contents;
  align-items: center;
  margin-left: 32px;
}
.header-logo-img {
  width: 100%;
  height: 40px;
  display: inherit;
}
.header-logo-img img {
  width:100%;
  object-fit: contain;
}
.header-nav {
  display: none;
  width: 100%;
  height:100vh;
  max-width:320px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
}
.header-nav-wrap {
  display: flex;
  flex-direction: column;
  padding:24px 24px 24px 32px;
  height: calc(100 * var(--vh) - 64px - var(--hgap));
  overflow-y: scroll;
}
.header-nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav-item a {
  font-size: 16px;
  line-height: 48px;
  flex: 1;
  color: #0f294d;
  padding:0 16px 0 0;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.bread_crumbs {
  width: 100%;
  display: none;
  margin-bottom: 14px;
}
.bread_crumbs i {
  font-style: normal;
  color: #aaa;
  font-size: 14px;
}
.bread-crumbs-icon {
  color: #999;
  margin: 0 4px;
}
.bread_crumbs span a:hover i {
  text-decoration: underline;
  color: #db9d60;
}
.bread_crumbs span:first-child::before {
  content: "";
}
.bread_crumbs span:last-child > a i {
  color: #db9d60;
}
.bread_crumbs a:hover i {
  color: #db9d60;
}
main {
  padding-bottom: 76px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  flex:1;
}
.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
  height:100%;
}
.index-cover {
  position: absolute;
  top: -64px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #808993;
  opacity: 0.4;
  z-index: 105;
  display: none;
}
.index-cover-header {
  display: none;
  position: absolute;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}
.index-cover-other {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}
.index-cover-long {
  display: none;
  position: absolute;
  top: -56px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}
.index-banner-wrap {
  position: relative;
}
.index-banner {
  width: 100%;
  max-height: 348px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.banner-top {
  width: 100%;
  position: absolute;
  top: 0;
}
.banner-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.banner-left {
  display: none;
  height: 100%;
  position: absolute;
  left: calc(10% - 300px);
}
.banner-right {
  display: none;
  height: 100%;
  position: absolute;
  right: calc(10% - 300px);
}
.index-banner-middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-des {
	font-size: 16px;;
	color: #ffffff;
	opacity: 0.75;
  margin-top:12px;
  text-align: center;
}
.index-search {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 206px;
  z-index: 107;
  padding: 0 10px;
}
.banner-search-mobile {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 0 16px;
}
.index-banner-mobile {
  color: #1d2f5e;
  opacity: 0.3;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-banner-mobile.category,
.index-banner-mobile.county,
.index-banner-mobile.state {
  max-width: 87px;
}
.banner-search {
  width: 100%;
  height: 56px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  border: solid 1px #eee;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 8px;
  background-color: #fff;
}
.banner-search.other {
  box-shadow: none;
  border: none;
  background: 0 0;
}
.banner-middle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.banner-middle-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.banner-search-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  border-radius: 28px;
  padding: 20px;
  border: solid 1px #eee;
  margin-bottom: 8px;
  cursor: pointer;
  background: #f8f8f8;
}
.banner-middle-divide {
  width: 0.2%;
  height: 16px;
  background: #eee;
  display: none;
}
.banner-middle-divide.index {
  height: 32px;
}
.banner-search-title {
  font-weight: 500;
  font-size: 16px;
  width: 30%;
  height: 20px;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.banner-search-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  background: #db9d60;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner-list {
  width: 100%;
  max-width: 322px;
  height: 255px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  border: solid 1px #eee;
  display: none;
  position: absolute;
  top: 8px;
  z-index: 110;
  margin-left: 24px;
}
.banner-item {
  display: none;
}
.index-content {
  width: 100%;
  padding-top: 32px;
}
.index-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-list-des {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  color: #8592a6;
  width:100%;
  text-align:center;
}
h2.index-list-title {
  font-family: Publico-Bold;
  width: 100%;
  text-align:center;
  font-size: 24px;
  margin-top: 2px;
  line-height: 32px;
  padding-bottom: 16px;
  color:#0f294d;
  margin-top:8px;
}
.index-list-wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -2%;
}
.index-list-item {
  width: 100%;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 2%;
}
.index-list-all {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #cecece;
  position: relative;
  line-height: 38px;
  text-align: center;
  margin-top: 24px;
  cursor: pointer;
}
.index-list-all a {
  height: 100%;
  line-height: 36px;
  font-weight: 500;
}
.index-list-item.all svg {
  fill: #db9d60;
}
.index-list-item.all a {
  color: #db9d60;
}
.index-list-item a {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-list-item svg {
  fill: #142144;
  margin-right: 16px;
}
.index-list-item a {
  color: #1d2f5e;
}
.index-list-item:hover {
  background: #f8f8fa;
}
.index-list-item:hover svg {
  fill: #db9d60;
}
.index-list-item:hover a h3 {
  color: #db9d60;
}
.index-list-item img {
  width: 20px;
}
.category-location-wrap {
  margin-top: 36px;
}
.category-location {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #db9d60;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 16px;
}
.category-location.state {
  margin-bottom: 0;
}
.category-location:hover {
  background-color: #db9d60;
}
.category-location:hover .category-location-use {
  color: #fff;
}
.category-location:hover svg {
  fill: #fff;
}
.category-location-use {
  font-weight: 700;
  line-height: 40px;
  color: #db9d60;
  margin-left: 8px;
}
.category-list {
  margin: 24px 0;
}
.category-caption {
  margin-top: 8px;
}
.category-caption-item {
  margin-top: 24px;
}
.category-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top:12px;
}
.category-item {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 0;
  position: relative;
}
.only-text-num {
  margin-left: 12px;
}
.category-num,
.category-unit,
.only-text-num {
  font-size: 12px;
  color: #1d2f5e;
  opacity: 0.7;
}
.category-item.category {
  height: 44px;
}
.category-num.category,
.category-unit.category,
.only-text-num.category {
  font-size: 14px;
}
.category-unit.category {
  width: 56px;
}
.category-unit {
  display: inline-block;
  width: 50px;
}
.category-item.only-text {
  width: 100%;
  background-color: #f9fafb;
  padding: 0 20px 0 20px;
  position: relative;
  margin-right: 0;
}
.category-item.only-text:hover {
  background-color: #f0f3f6;
}
.category-item svg {
  margin-right: 16px;
}
.category-item a {
  flex: 1;
  width: 100%;
  align-items: center;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
  color:#1d2f5e;
}
.category-item.tracker {
  height:46px;
}
.category-item.category a {
  font-size: 16px;
}
.category-item:hover {
  background-color: #f8f8fa;
}
.category-item:hover svg {
  fill: #db9d60;
}
.record-item {
  border-radius: 8px;
  border: solid 1px #eee;
  position: relative;
  padding: 18px;
  display: flex;
  margin-bottom: 16px;
}
.record-item:hover {
  border: solid 1px #db9d60;
}
.record-content {
  flex: 1;
  margin-right: 24px;
}
.record-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color:#1d2f5e;
}
.record-bookmark {
  margin-top: 12px;
  display: flex;
}
.record-bookmark svg {
  margin-top: 4px;
}
.record-thumbtack {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}
.record-thumbtack svg {
  margin-top: 4px;
}
.record-bookmark svg,
.record-thumbtack svg {
  fill: #1d2f5e;
  opacity: 0.5;
  margin-right: 10px;
}
.record-bookmark span,
.record-thumbtack span {
  flex: 1;
  opacity: 0.7;
  line-height: 20px;
}
.record-search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #db9d60;
  box-shadow: 0 2px 10px 0 rgba(29, 47, 94, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-list {
  margin-top: 22px;
}
.store-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top:20px;
}
.store-list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border: solid 1px #eee;
  border-radius: 8px;
}
.store-list-item:hover {
  border: solid 1px #db9d60;
  border-radius: 8px;
}
.store-img {
  width: 100%;
  height: 154px;
}
.store-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.store-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 16px;
}
.store-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-right: 20px;
}
.store-slug a,
.store-slug a h3 {
  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;
}
.store-slug a {
  color:#1d2f5e;
}
.store-location,
.store-tel {
  display: flex;
  align-items: center;
  height: 100%;
}
.store-location {
  margin-top: 12px;
}
.store-tel {
  margin-top: 6px;
}
.store-location svg,
.store-tel svg {
  margin-right: 10px;
  fill: #1d2f5e;
  opacity: 0.5;
}
.store-location span,
.store-tel span {
  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;
}
.store-right {
  width: 40px;
  height: 40px;
  background-color: #db9d60;
  box-shadow: 0 2px 10px 0 rgba(29, 47, 94, 0.06);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-detail {
  display: flex;
  flex-direction: column;
}
.store-info {
  flex:1;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:16px;
  margin-right:16px;
}
.store-info-item {
  display: flex;
}
.store-info-item svg {
  fill: #db9d60;
  margin-right: 20px;
}
.store-info-item svg + span {
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: #1d2f5e;
}
.store-info-item svg + span span {
  display: inline-block;
  min-width:38px;
}
.store-detail-map {
  width: 100%;
  height: 230px;
  margin-top: 24px;
}
.store-detail-map img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 4px;
}
.error {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error img {
  max-width: 450px;
}
.error-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 40px;
  color:#0f294d;
}
.error-des {
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
  line-height: 28px;
  margin-top: 12px;
}
.error-btn {
  width: 100%;
  max-width: 180px;
  height: 48px;
  background-color: #ffbe2f;
  border-radius: 24px;
  margin-top: 32px;
}
.error-btn:hover {
  background-color: #ffb32f;
}

.error-btn a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer {
  background-color: #07192c;
}
.footer {
  flex-direction: column;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav-list-category {
  display: none;
  width: 70%;
  margin-top: 40px;
}
.footer-nav-list-category .footer-nav-wrap {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-list-category .footer-nav-wrap .footer-nav-item {
  width: 49%;
}
.footer-nav-list-category .footer-nav-wrap .footer-nav-item:nth-child(2n + 1) {
  margin-right: 1%;
}
.footer-nav-list {
  width: 100%;
  margin-top: 16px;
}
.footer-nav-list-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-nav-item {
  margin-top: 16px;
  text-align: center;
}
.footer-nav-item a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.footer-nav-item a:hover {
  opacity: 0.85;
}
.footer-divide {
  height: 1px;
  background: #fff;
  opacity: 0.12;
  margin: 32px 0 0 0;
}
.footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:24px 0;
}
.footer-left {
  display: flex;  
  flex-direction: column;
  justify-content: center;
}
.footer-logo-img {
  width: 160px;
  height: 40px;
  display: inherit;
}
.footer-logo-img img {
  width: 100%;
  object-fit: contain;
}
.footer-logo-copyright span {
  margin-top:4px;
}
.footer-logo-copyright span {
  color: #fff;
  opacity: 0.5;
  font-size:12px;
}
.footer-logo-copyright a {
  font-size:12px;
  color: #fff;
  opacity: 0.5;
}
.footer-logo-copyright a:hover {
  opacity: 0.85;
}
.footer-reserved {
  display: none;
}
.footer-select {
  width: 120px;
  height: 88px;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  bottom: 56px;
  left: 0;
  display: none;
}
.footer-select::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  right: 20px;
}
.footer-select-item {
  height: 36px;
  width: 100%;
  line-height: 36px;
  cursor: pointer;
  position: relative;
}
.footer-select-item a {
  line-height: 36px;
  padding-left: 16px;
  color: #666;
}
.footer-select-item:hover {
  background-color: #e8f0fe;
}
.footer-btn {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #fff;
  padding: 0 16px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.footer-btn::before {
  content: "";
  height: 17px;
  width: 120px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 39px;
}
.footer-btn-lang {
  color: #fff;
}
.icon-lang-arrow {
  width: 12px;
  height: 12px;
  fill: #fff;
  transform: rotate(180deg);
}
.footer-btn.arrow-rotate .icon-lang-arrow {
  transform: rotate(360deg);
}
.about_us h1 {
  margin-bottom: 23px;
}
.about_us p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_us h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
#back-drop {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/80%);
  position: fixed;
  top: 0;
  z-index: 99999;
  display: none;
}
#back-drop img {
  width: 80px;
  position: absolute;
  top: -90px;
  transform: scaleX(-1) rotate(24deg);
}
#back-drop .inner {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  width: 500px;
  position: absolute;
  top: 240px;
  left: 24%;
}
#back-drop .inner-text {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#back-drop .inner-text strong {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
.category-des {
  font-size: 16px;
  line-height:24px;
  color:#1d2f5e;
}
.ads-normal.hide {
  display:none;
}
.category-location.hide {
  display:none;
}
.article-section h3,
.article-section h4 {
  margin: 24px 0 16px;
  font-size: 18px;
  color: #222;
  line-height: 24px;
}
.article-section h4 {
  margin: 32px 0 14px;
}
.article-section h5 {
  margin: 14px 0;
  font-size: 16px;
  color: #222;
}
.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 u {
  word-break: break-word;
  border-bottom: 1px dashed #ccc;
}
.word-article {
  margin-bottom:24px;
  width:100%;
  border-bottom:1px solid #f0f0f0;
}

.word-article-item {
  margin-bottom: 24px;
  position: relative;
  cursor:pointer;
}
.word-article-item.article {
  display: flex;
}
.word-item-l {
  position: relative;
  overflow: hidden;
  width:100%;
  height:100%;
  max-height:170px;
  flex-shrink: 0;
  border-radius:6px;
}
.word-article-item.article .word-item-l {
  width: 88px;
  height: 88px;
}
.word-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:99;
}
.word-item-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height:170px;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.word-article-item:hover .word-item-img {
  transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.word-article-item.article .word-item-img {
  min-height: auto;
}
.word-item-r {
  position: relative;
  margin-top:12px;
}
.word-article-item.article .word-item-r {
  padding: 5px 11px 0;
}
.word-item-link {
  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;
}
.word-item-tag {
  font-size:12px;
  color: #db9d60;
  line-height: 20px;
  margin-top:6px;
  text-transform: uppercase;
}
.word-article-item.article .word-item-tag {
  color: #aaa;
  margin:0;
  line-height:21px;
}
.menu-name {
  width: 100%;
  margin: 0 0 12px;
}
.menu-name.article {
  margin-bottom:24px;
}
.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: #db9d60;
  border-radius: 8px;
}
.page-prev {
  background: #eee;
}
.page-next:hover,
.page-prev:hover {
  background: #dba760;
}
.islike-wrap {
  padding: 24px 36px;
  margin-top: 24px;
  margin-bottom: 20px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.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: #cccccc;
}
.people_unfill span {
  color:#cccccc;
}
.isLike_btn:hover {
  background-color: #e7e9eb;
}
.like,
.unlike {
  color: #07192c;
  background-color: #f0f2f4;
  cursor:pointer;
  font-weight: 500;
}
.like.people_fill,
.unlike.people_fill {
  color:#ffffff;
  background-color: #142144;
}
.like.people_fill svg,
.unlike.people_fill svg {
  fill:#ffffff;
}
.like.people_fill span,
.unlike.people_fill span {
  color: #07192c;
}
.like.people_unfill,
.unlike.people_unfill {
  color:#8592a6;
  background-color: #f0f2f4;
}
.like.people_unfill svg,
.unlike.people_unfill svg {
  fill:#8592a6;
}
.like.people_unfill span,
.unlike.people_unfill span {
  color: #8592a6;
}

.icon-like-article,
.icon-unlike {
  width:18px;
  height:18px;
  fill:#07192c;
  margin-right: 8px;
  margin-left:8px;
}
.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:#8592a6;
}
.unlike_num {
  color:#5a637c;
}
.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: #db9d60;
  cursor: pointer;
}
.icon-category,
.icon-menu,
.icon-research,
.icon-search {
  width: 20px;
  height: 20px;
}
.icon-close,
.icon-research {
  width: 16px;
  height: 16px;
}
.icon-close {
  display:none;
  z-index: 999;
  margin-right:8px;
}
.icon-info {
  width: 14px;
  height: 14px;
}
.icon-go {
  width: 12px;
  height: 12px;
}
@-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;
  color: #333;
  text-decoration: none;
  animation: animationLike 0.5s;
  -webkit-animation: animationLike 0.5s;
  -o-animation: animationLike 0.5s;
  -moz-animation: animationLike 0.5s;
}
.article-page-item {
  margin-bottom: 24px;
}
.article-page-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-page-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
}
.article-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.article-page-tip {
  color: #db9d60;
  text-align: center;
  padding: 14px 0 4px;
  text-transform: uppercase;
}
.article-page-b {
  text-align: center;
}
.article-page-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.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;
	color: #142144;
  margin-top:38px;
}
.long-nav-btn {
  width:48px;
  height:48px;
  background-color: #db9d60;
  border-radius: 50%;
  position: fixed;
  right:16px;
  bottom:20%;
  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: #db9d60;
  display: inline-block;
  margin-top:12px;  
  position:relative;
  padding-left:16px;
}
.long-nav-item:before {
  content:'-';
  height:100%;
  font-size: 16px;
  color: #db9d60;
  position:absolute;
  left:0;
}
.long-des {
  font-size: 16px;
  line-height:26px;
  color: #142144;
}
.article-section {
  margin-bottom:24px;
}
.islike-wrap {
  margin-bottom:24px;
}
.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
}
.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;
}

.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: #142144;
  border-radius: 8px 8px 0px 0px;
}
.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;
	color: #142144;
  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 u {
  color:#ffffff;
  text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
  border-bottom:none;
}
.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:#db9d60;
}
.article-section a:hover {
  text-decoration: underline;
}

.related-article-b {
  display: none;
}

.brpp_pageGo {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-next-active,
.page-next-nor {
  width: 22%;
  max-width:100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  margin-left: 6%;
  cursor: pointer;
}
.page-next-nor,
.page-back {
  visibility: hidden;
}

.nav-href-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  width:100%;
  border-top: 1px solid #eee;
}
.google-img-mobile {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.google-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.google-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.google-name {
  font-size: 16px;
  height: auto !important;
  margin-left: 12px;
}

.signout-btn-mobile {
  display: flex;
  padding:0 16px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 32px;
  justify-content: center;
  color: #999;
  font-size: 12px;
}

.google-img-wrap {
  display: none;
}

#loginButton {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}
.list-tab {
    margin-top:12px;
    margin-right: -4px;
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center;
}
.list-tab li {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 4px;
  margin-bottom:12px;
}
.list-tab .list-cont {
    display: block;
    width: 160px;
    padding: 10px 0;
    border-radius: 20px;
    border: solid 1px #eee;
    font-weight: 400;
    line-height: 1;
    color: #142144;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.list-tab .list-cont:hover {
  background-color: #db9d60;
  color: #fff;
}
.list-tab .curr .list-cont {
  background-color: #db9d60;
  color: #fff;
}

.tracker-list {
  margin-bottom:24px;
}
.tracker-item {
  border:1px solid #e5e5e5;
  position:relative;
}
.tracker-item:hover {
  border:1px solid #db9d60;
}
.tracker-item:hover .tracker-button-main {
  background-color: #1273eb;
}
.tracker-content {
  display: flex;
  align-items: center;
}
.tracker-left {
  height:120px;
  padding: 0;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.tracker-item {
  border-radius: 4px;
  overflow: hidden;
}
.tracker-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tracker-top {
  width:100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px;
  border-bottom: 1px dashed #e5e5e5;
}
.tracker-img {
  border-radius: 4px;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tracker-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tracker-text {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 16px;
}
.tracker-text-brand {
  font-weight: 700;
}
.tracke-text-des {
  font-size: 12px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 16px;
  overflow: hidden;
  margin-top: 6px;
}
.tracker-bottom {
  width: 100%;
  padding: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tracker-text-brand.bottom {
  color: #666;
  display: block;
  font-weight: 400;
}
.tracker-button {
  width: 100%;
  max-width: 240px;
  height: 40px;
  border-radius: 4px;
  z-index: 1;
  position: relative;
}
.tracker-button-main {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
  z-index: 2;
  overflow: hidden;
  background-color: #db9d60;
  font-size: 16px;
}
.tracker-title {
  font-size: 26px;
  text-align: center;
  color:#db9d60;
}
.tracker-subtitle {
  display: none;
}
.tracker-wrap {
  margin-bottom:24px;
}
.tracker-wrap-title {
  margin:20px 0 12px;
  font-size: 18px;
  line-height:28px;
  cursor:pointer;
  position:relative;
}
.tracker-faq h3 {
  padding-right:20px;
  margin-bottom:12px;
  font-weight: 700;
  font-size: 16px;
  line-height:24px;
  position:relative;
  cursor:pointer;
  background-color: rgba(244, 245, 247, 0.75);
  padding:16px 54px 16px 24px;
  border-radius: 8px;
}
.tracker-faq h3::before {
  content: url("../Images/expand.svg");
  display: inline-block;
  width: 18px;
  height: 14px;
  position:absolute;
  right:20px;
  top:calc(50% - 3px);
  transform: translateY(-50%);
}

.tracker-faq h3.rotate::before {
  top:calc(50% - 10px);
  transform: rotate(180deg) translateY(-50%);
}
.tracker-faq h3.rotate {
  margin-bottom:0;
  border-radius: 8px 8px 0 0;
}
.tracker-faq > div {
  display: none;
  background-color: rgba(244, 245, 247, 0.75);
  margin-bottom:12px;
  padding:0 24px 16px 24px;
  border-radius: 0 0 8px 8px;
}
.tracker-faq p {
  font-size: 14px;
}
.tracker-faq div p {
  margin-top:8px;
}
.tracker-faq div p:first-child {
  margin-top:0;
}

.tracker-faq div ul {
  margin-top:8px;
}
.tracker-faq div ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 22px;
  margin-left:32px;
  margin-bottom:8px;
}
.tracker-faq div ul li:last-child {
  margin-bottom:0;
}

.list-ads2 {
  width:100%;
  margin:16px 0;
}
.tracker-item {
  margin-top:16px;
}
.track-package-des {
  font-size:16px;
}
.tracker-outlink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tracker-outlink-item {
  width:100%;
  cursor: pointer;
  position:relative;
}
.tracker-outlink-item:last-child {
  margin-top:24px;
}
.tracker-outlink-title {
  font-size: 18px;
  font-weight: 700;
  margin:0 0 16px 0;
  line-height:28px;
}
.tracker-outlink-img {
  border-radius: 8px;
  overflow: hidden;
}
.tracker-outlink-img img{
  display: block;
  width:100%;
  border-radius: 8px;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.tracker-outlink-item:hover .tracker-outlink-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.brands-info {
  width: 100%;
  margin-top: 24px;
}
.brands-img-con {
  width: 100%;
  min-height: 160px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
}
.brands-img-title {
  padding: 12px;
  width: 100%;
  background-color: #f3f4f6;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.brands-img {
  height: 100%;
  padding: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-img img {
  max-width: 100%;
  height: auto;
  max-height: 88px;
}
.brands-table {
  flex: 1;
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
}
.brands-table tr td {
  padding: 12px 16px;
  line-height: 20px;
  font-size: 14px;
  word-break: break-word;
}
.brands-table tr td:first-child {
  width: 106px;
  background-color: #f3f4f6;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.brands-table tr td:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.brands-table tr:last-child td:first-child,
.brands-table tr:last-child td:last-child {
  border-bottom: none;
}
.brands-button {
  margin-top: 24px;
}
.brands-button-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid #db9d60;
  background-color: #db9d60;
  padding: 16px 32px;
  border-radius: 8px;
}
.brands-button-item span {
  font-size: 16px;
  font-weight: 700;
  color:#ffffff;
}
.brands-button-item:hover {
  background-color: #db9d60;
}
.brands-button-item:hover span {
  color:#ffffff;
}
.tracker-ads {
  margin:24px 0;
}
.tracker-near-list h2 {
  margin-bottom:8px;
}
.main.main-index {
  margin-top:0;
}
.map-wrap {
  border: none;
  padding: 0px;
  margin: 0px;
  width:100%;
  margin-bottom:32px;
}
.popular-state-list {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top:24px;
}
.popular-state-item {
  width: 10%;
	height: 24px;
	background-color: #edeef1;
	border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
	line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.popular-state-item a {
	color: #6c778d;
}
.popular-state-item:hover {
  background: #6c778d;
}
.popular-state-item:hover a {
  color:#ffffff;
}
.main-top {
  background-color: #fafafa;
  width:100%;
  padding-bottom:32px;
}
#map svg {
  height: 100%;
  width: 100%;
    margin: auto;
}
#map .state {
  fill: #edeef1;
  cursor: pointer;
  stroke: #fff;
  stroke-width: 1.75;
  stroke-opacity: 1;
  cursor: pointer;
  -webkit-transition: .2s fill;
  transition: .2s fill;
  vertical-align: middle;
}
#map circle {
  fill: #edeef1;
}
#map text {
  font-weight:500;
  fill:#6c778d;
}
.icon-info-category {
  width: 56px;
	height: 56px;
  fill:#0078ff;
}
.info-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #0f294d;
  margin-top:12px;
}
.info-des {
  display: inline-block;
	font-size: 14px;;
	line-height: 20px;
	color: rgba(15,41,77, 0.75);
  margin-top:8px;
}
.header-nav-top {
  width:100%;
  height: 64px;
  line-height:64px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(15,41,77, 0.3);
	background-color: #f5f5f5;
  padding-left:32px;
}
.footer-back {
  margin-top:32px;
  display: none;
  align-items: center;
  cursor: pointer;
}
.footer-back span {
  font-size: 14px;
	font-weight: 700;
	color: #fafafa;
	opacity: 0.5;
}
.icon-top {
  width:36px;
  height: 36px;
  fill:rgba(255, 255, 255, 0.5);
  margin-left:12px;
}
.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height:48px;
  line-height: 48px;
  font-size: 16px;
  padding:0 48px;
  background-color: #ffbe2f;
	border-radius: 24px;
  font-weight: 700;
  color:#142d52;
  text-align: center;
  margin: 24px auto 0;
  cursor:pointer;
}
.banner-btn:hover {
  background-color: #ffb32f;
}
.banner-btn span {
  font-size: 16px;
  font-weight: 700;
  color:#142d52;
  display:inline-block;
  margin-right:24px;
}
.icon-banner-go {
  width:14px;
  height:11px;
}
.banner-mobile {
  width:100%;
  object-fit: cover;
}
.banner-pc {
  width:100%;
  object-fit: cover;
  display: none;
}
.index-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-title-text {
  font-family: Publico-Bold;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
  flex:1;
  padding:0 16px;
  max-width:400px;
}
.banner-aside {
  width:60px;
  display: none;
}
.banner-aside.revert {
  transform: scale(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.index-list-ad {
  width:100%;
  grid-column: 1 / -1;
}
.info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.info-con {
  min-height:200px;
  position:relative;
}
.info-item {
  height:100%;
  width:100%;
  position:relative;
  cursor:pointer;
}
.info-img-wrap {
  height:100%;
  position:relative;
  overflow: hidden;
  border-radius: 12px;
}
.info-img-wrap::before {
  content: '';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
	opacity: 0.9;
  border-radius: 12px;
  background: linear-gradient(to bottom, transparent 45%, #07192c 100%);
  z-index:99;
}
.info-img {
  display: block;
  width:100%;
  height:100%;
  object-fit: cover;
}
.info-img-wrap img {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.info-item:hover .info-img-wrap img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.info-content {
  position:absolute;
  bottom:12px;
  left:0;
  right:0;
  z-index:99;
}
.info-office {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
  text-align: center;
}
.info-name {
  font-family: Publico-Bold;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
  text-align: center;
  padding:0 12px;
  margin-top:4px;
  display: block;
}

.index-choose-item {
  text-align: center;
  margin-bottom:24px;
}
.index-choose-item img {
  max-width:260px;
}
.index-choose-title {
  font-family: Publico-Bold;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #0f294d;
  margin-top:24px;
}

.index-choose-des {
	font-size: 16px;
	line-height: 20px;
	color: #8592a6;
  margin-top:16px;
}
.aside-category-icon {
  width: 24px;
	height: 24px;
	fill: #0f294d;
}

@media screen and (min-width: 400px) {
  .index-search {
    padding: 0;
  }
  .index-search {
    max-width: 368px;
  }
  .index-list-item {
    padding-left: 12px;
  }  
  .index-list {
    align-items: center;
  }
  .index-list-des {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .banner-search-mobile {
    padding: 0 24px;
  }
  .banner-search {
    margin-top: 30px;
  }
  h2.index-list-title {
    font-size: 36px;
    margin-top: 8px;
    line-height: 44px;
    padding-bottom: 32px;
  }
  .index-list-wrap {
    margin-top: 46px;
  }
  .index-list-wrap {
    margin-right: -2%;
  }
  .index-list-item {
    width: 48%;
    margin-right: 2%;
  }
  .banner-top {
    top: calc(9% - 50px);
  }
  .banner-bottom {
    bottom: calc(9% - 50px);
  }
  .like {
    margin: 24px 12px 0;
  }
  .unlike {
    margin: 24px 12px 0;
  }
}
@media screen and (min-width: 414px) {
  .banner-aside {
    display: block;
  }
  .info-content {
    bottom:20px;
  }
  .info-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 480px) {
  .info-name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 580px) {
  .tracker-outlink {
    flex-direction: row;
  }
  .tracker-outlink-item:last-child {
    margin-top:0;
  }
  .tracker-outlink-item {
    width:48%;
  }
  .footer-reserved {
    display: inline;
  }
  .aside-city-wrap,
  .aside-offices-list-wrap,
  .universal-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .office-search-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-right: -2%;
  }
  .office-btn {
    width: 48%;
    margin-right: 2%;
  }
  .banner-top {
    top: calc(5% - 100px);
  }
  .banner-bottom {
    bottom: calc(5% - 50px);
  }
  .page-back,
  .page-back-active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-nav-list {
    margin-top: 32px;
  }
  .footer-logo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 92px;
  }
  .footer-nav-list-category {
    display: block;
    width: 52%;
  }
  .footer-nav-list-category .footer-nav-wrap .footer-nav-item {
    width: 100%;
  }
  .footer-nav-list {

  }
  .word-article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  }
  .word-article-item {
    margin-bottom: 20px;
  }
  .word-article-item.article:hover .word-item-l .word-link-cover {
    background: #db9d60;
    opacity: 0.5;
    border-radius: 6px;
  }
  .footer-link:hover,
  .list-link:hover,
  .near-by-item:hover .near-by-link,
  .near-by-item:hover .near-by-r,
  .nutrition-item:hover .food-link,
  .store-list-item:hover .store-title-link,
  .top-menu-item:hover .top-menu-c,
  .top-menu-item:hover .top-menu-tit {
    color: #db9d60;
  }
  .related-article-b {
    display: block;
  }
  .related-article-b .word-article-item {
    width: 49%;
  }
  .top-menu-box{
    width: 49%;
    padding: 0 8px 0 0;
  }
  .word-article-item {
    width: 49%;
    padding:0;
  }
  .menu-name {
    width: 100%;
    margin: 0 0 12px;
  }
  .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;
  }

  .article-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .article-page-item {
    width: 49%;
  }
  .article-page-item:hover .article-page-link {
    color: #db9d60;
  }
  .footer-logo {
    margin:8px 0;
  }
  .footer-logo-img {
    width: 180px;
  }
  .list-tab {
    margin-right: -12px;
    overflow-x: hidden;
  }
  .list-tab li {
    padding-right: 12px;
  }
  .list-tab .list-cont {
    width: 175px;
    padding: 12px 0;
  }
 
  .ad-home {
    margin-bottom: 64px;
  }
  .ad-home-top {
    margin:0 0 60px;
  }
  .map-query {
    display: flex;
    margin-right:64px;
    flex:1;
  }
  #map {
    width: 100%;
  }
  #map .state {
    z-index:45;
    position: relative;
  }
  #map .state + text {
    z-index:40;
    position: relative;
  }
  #map a:hover .state,
  #map a:hover circle {
    fill:#6c778d;
    opacity: 1;
  }
  #map a:hover text {
    fill:#ffffff;
  }
  #map svg {
    height: 100%;
    width: 100%;
      margin: auto;
  }
  .footer-nav-wrap {
    display: flex;
  }
  .footer-nav-item {
    margin-top:0;
    margin-right:32px;
  }
  .popular-state-item {
    width:40px;
    margin-bottom: 8px;;
  }
  .map-wrap {
    display: flex;
    justify-content: center;
    width:100%;
    margin-bottom:64px;
  }
  .popular-state-list {
    width: 40px;
    height: 288px;
    margin: 0;
  }
  .info-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-con {
    min-height:195px;
  }
  .index-list-ad {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-next-active,
  .page-next-nor {
    margin-left: 15%;
  }
  .page-back,
  .page-back-active  {
    margin-right: 15%;
  }
  .info-list {
    margin-top:24px;
  }
  .index-choose-item img {
    height: 180px;
  }
  .index-choose-list {
    display: flex;
    justify-content: space-between;
    margin-top:32px;
  }
  .index-choose-item {
    width:26%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom:0;
  }
  .brands-table tr td:first-child {
    width:140px;
  }
  .brands-button-item {
    width:100%;
    background-color: #ffffff;
    color:#db9d60;
  }
  .brands-button-item span {
    color: #db9d60;
  }
  .brands-info {
    display: flex;
    align-items: stretch;
    min-height: 180px;
  }
  .brands-img-con {
    min-height: 160px;
    width: 220px;
    margin-right: 24px;
  }
  .brands-table {
    margin-top: 0;
  }
  .brands-button {
    display: flex;
    justify-content: space-between;
  }
  .track-package-des {
    text-align:left;
  }
  .tracker-title {
    font-size: 44px;
    margin-bottom:12px;
    line-height:60px;
  }
  .tracker-subtitle {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size:20px;
  }
  .tracker-wrap-title {
    margin:24px 0 14px;
    font-size: 22px;
  }
  .tracker-faq h3 {
    font-size:18px;
  }
  
  .tracker-content {
    flex-direction: row;
  }
  .tracker-top {
    padding: 0;
    flex: 1;
    border-bottom: none;
  }
  .tracker-img {
    height: 100%;
    padding:12px;
    width: 100%;
    max-width: 136px;
    border-radius: 0;
  }
  .tracker-text {
    flex: 1;
    padding:12px 0 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .tracker-text-brand {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
  .tracke-text-des {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-top:4px;
  }
  .tracker-bottom {
    width: 100%;
    max-width: 200px;
    padding: 24px 0;
    margin-right: 24px;
  }
  .tracker-text-brand {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom:10px;
  }
  .tracker-text-brand.bottom {
    display: none;
  }
  .tracker-button {
    max-width: 200px;
    height:44px;
  }
  .tracker-button-main {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    padding:0 12px;
  }
  .tracker-outlink-title {
    font-size: 18px;
    text-align: left;
    font-size: 20px;
    margin:0 0 16px 0;
  }
  .tracker-outlink-img {
    min-height:200px;
    max-height: 200px;
  }

  .index-list-des {
    text-align:center;
  }
  h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .about_us h3,
  .category-caption-item h2,
  h2 {
    font-size: 22px;
  }
  .header {
    height: 72px;
    position: relative;
  }
  .bread_crumbs {
    display: block;
  }
  .aside-city-wrap,
  .aside-offices-list-wrap,
  .universal-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .category-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .office-search-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-right: -1%;
  }
  .office-btn {
    width: 49%;
    margin-right: 1%;
    margin-top: 0;
  }
  .search-icon {
    height: 20px;
    margin-left: 48px;
    cursor: pointer;
  }
  .search-btn {
    width: 76px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #db9d60;
    color: #fff;
    cursor: pointer;
    border-radius: 17px;
    display: none;
  }
  .index-search {
    width: 100%;
    max-width: 640px;
    top: 316px;
    z-index: 102;
  }
  .index-search.other {
    top: 10px;
    right: 0;
    z-index: -1;
    left: auto;
    transform: none;
  }
  .banner-search-mobile {
    display: none;
  }
  .index-list-wrap {
    margin-right: -2%;
  }
  .index-list-item {
    width: 32%;
    margin-right: 1%;
  }
  .index-banner-middle {
    align-items: center;
    max-width: 830px;
    padding: 0;
    z-index: 102;
  }
  .banner-search {
    max-width: 570px;
    height: 64px;
    border-radius: 32px;
    margin-top: 35px;
    background-color: #f8f8f8;
  }
  .banner-search.index {
    max-width: inherit;
  }
  .banner-search.other {
    height: 44px;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
  .banner-search.other .banner-search-title {
    display: none;
  }
  .banner-middle-header {
    display: none;
  }
  .banner-search-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 64px;
    border-radius: 32px;
    padding: 18px;
    border: solid 1px transparent;
    cursor: pointer;
    margin-bottom: 0;
  }
  .banner-search-title {
    font-weight: 500;
    padding-right: 0;
    width: auto;
  }
  .banner-search-btn {
    width: 50px;
    height: 50px;
  }
  .banner-list {
    width: 100%;
    max-width: inherit;
    height: 500px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 32px;
    border: solid 1px #eee;
    margin-top: 12px;
    display: none;
    position: initial;
    margin-left: 0;
  }
  .banner-list.size {
    max-width: 570px;
  }
  .banner-list.other {
    position: absolute;
    z-index: 99;
  }
  .icon-search {
    cursor: pointer;
  }
  .icon-search.index {
    display: none;
  }
  .store-list-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .store-detail {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .store-detail-info-wrap {
    flex: 1;
    padding-right: 16px;
  }
  .store-detail-map {
    margin-top: 0;
    width: 350px;
  }
  .error-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    margin-top: 40px;
  }
  .error-des {
    font-size: 24px;
    line-height: 45px;
    opacity: 0.5;
    margin-top: 12px;
  }
  .footer-nav-list-category {
    width: 70%;
  }
  .footer-nav-list-category .footer-nav-wrap .footer-nav-item {
    width: 49%;
  }
  .footer-nav-list {
    width: 100%;
    flex:1;
  }
  .ads-offices,
  .ads-records {
    display: none;
  }
  .footer-logo {
    margin:0;
  }
  .footer-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-logo-copyright {
    margin-top:0;
    margin-left:12px;
  }
  .footer-nav {
    flex-direction: row;
  }
  .footer-back {
    display: flex;
    margin-top:32px;
  }
  .popular-state-list {
    width:88px;
    height: 120px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  body {
    position: relative !important;
  }
  .index-content {
    padding-top: 64px;
  }
  .main-top {
    padding-bottom:64px;
  }
  .word-article-item {
    margin-bottom: 16px;
    position: relative;
    cursor:pointer;
  }
  .word-article {
    padding-bottom:40px;
    margin-bottom:40px;
  }
  .word-article-item:last-child {
    margin-bottom:0;
  }
  .footer-logo-copyright {
    display:block;
  }
  .error-btn {
    height: 56px;
    line-height: 56px;
    max-width: 220px;
    font-size: 18px;
    border-radius: 28px;
    margin-top: 32px;
  }
  .error-btn a {
    font-size: 18px;
  }

  .aside-city-item a,
  .aside-offices-list-item a,
  .universal-item a {
    font-size:14px;
  }
  .index-choose-item img {
    height: 220px;
  }
  .main {
    /* min-height: 880px; */
  }

  .ads-normal.hide {
    display:block;
  }
  .category-des.hide {
    display:block;
  }
  .category-list.hide {
    display:block;
  }
  .category-location.hide {
    display:flex;
  }
  #loginButton {
    display: none;
    position: fixed;
    right: 24px;
    left: auto;
    transform: none;
  }
  .header-icon.index {
    display: none !important;
  }
  .header-icon,
  .index-cover {
    display: none !important;
  }
  .icon-menu {
    display: none;
  }
  .header-nav {
    background: 0 0;
    height: auto;
  }
  .header-nav {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: initial;
    padding:0;
    max-width:fit-content;
  }
  .google-img-wrap {
    display: block;
    width:auto;
    padding:0;
    padding-left:48px;
  }
  .nav-href-login {
    width:auto;
    padding:0 0 0 48px;
    border-top:none;
  }
  .google-name {
    display: none;
  }
  .header-nav-wrap {
    height:auto;
    flex-direction: row;
    padding: 0;
    border-top: none;
  }
  .header-nav-item:nth-child(n + 5) {
    display: none;
  }
  .signout-btn-mobile {
    display: none;
    font-size: 14px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    bottom: -28px;
    right: 10px;
    position: absolute;
    color: #999;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(204, 204, 204, 0.6);
    cursor: pointer;
    z-index: 2222;
  }
  .header-nav-item {

  }
  .header-nav-item:last-child {
    padding-right: 0;
  }
  .header-nav-item svg {
    display: none;
  }
  .header-nav-item a {
    font-size: 14px;
    font-weight: 500;
    color:#ffffff;
    padding:0 16px;

  }
  .header-nav-item a:hover {
    color:#ffffff;
    background-color: rgba(250, 250, 250, 0.12);
    border-radius: 4px;
  }
  .menu-aside .top-menu-item,
  .word-article-item {
    width: 100%;
  }
  .main-index {
    min-height: 733px;
    margin-top:0;
  }
  .main-bottom {
    flex-direction: row;
  }
  .aside-city-list,
  .aside-offices-list {
    margin-top: 0;
  }
  .aside-city-item {
    border: none;
    margin-bottom: 0;
  }
  .container {
    margin-right: 64px;
    max-width: 728px;
  }
  .aside-city-item,
  .aside-offices-list-item,
  .category-item,
  .universal-item {
    padding: 0 12px;
  }
  .aside-city-item {
    padding-left:18px;
  }
  .aside {
    max-width: 300px;
    margin-top: 18px;
  }
  .aside-city-wrap {
    grid-template-columns: repeat(1, 1fr);
    max-height: 900px;
    overflow: hidden;
    overflow-y: auto;
  }
  .aside-city-wrap,
  .aside-offices-list-wrap,
  .universal-list {
    margin-top: 8px;
  }
  .aside-city-wrap {
    margin-top:16px;
    margin-right:0;
  }
  .aside-city-item,
  .aside-offices-list-item {
    width: 100%;
    margin-right: 0;
  }
  .banner-left {
    left: calc(10% - 350px);
  }
  .banner-right {
    right: calc(10% - 350px);
  }
  .flex-article,
  .main-tit {
    width: 728px;
  }
  .islike-tit {
    font-size:24px;
    line-height: 32px;
  }
  .category-item.category a {
    font-size: 14px;
  }
  .category-num.category,
  .category-unit.category,
  .only-text-num.category {
    font-size: 12px;
  }
  .category-unit.category {
    width: 50px;
  }
  .article-section .long-content {
    margin-bottom:28px;
  }
  .article-section .long-img {
    margin-bottom:28px;
  }
  .long-nav {
    display:flex;
    flex-direction: column;
    margin:-12px 0 24px;
    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;
  }
  .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;
  }
  .people_unfill span {
    color:#cccccc;
  }
  .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;
  }
  .info-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .info-con {
    min-width:240px;
  }
  
  .banner-mobile {
    display: none;
  }
  .banner-pc {
    display: block;
  }
  .index-title-text {
    min-width:800px;
    font-family: Publico-Bold;
    font-size: 72px;
    line-height: 90px;
    padding:0;
  } 
  .banner-aside {
    width:96px;
  }
  .banner-des {
    margin-top:24px;
    font-size:18px;
  }
  .banner-btn {
    height:56px;
    line-height:56px;
    font-size:18px;
    border-radius: 28px;
    margin-top:32px;
  }
  .index-banner {
    min-height: 440px;
  }
  .header-nav-top {
    display:none;
  }
  .footer,
  .header,
  .main {
    overflow:visible;
  }
}
@media screen and (min-width: 1920px) {
  .banner-left {
    left: 0;
  }
  .banner-right {
    right: 0;
  }
}
