
@charset "UTF-8";

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

/* @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: Biennale, system-ui, -apple-system, sans-serif, serif;
  color: #142E59;
  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 {
  padding-bottom:64px;

}
main.index {
  padding-bottom:0;
}

input:focus {
  outline: 0;
}
a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #142E59;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.item-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.ad-home {
  width: 100%;
  margin: 24px 0;
}
.index-list.one,
.index-list.three {
  margin: 24px 0;
}
.ad-home-top {
  width:100%;
  margin:24px 0 32px;
}
.ads-aside {
  width:100%;
}
.ads-records {
  width:100%;
  margin-bottom: 16px;
}
.ads-offices {
  width: 100%;
  margin-bottom: 20px;
}
.ads-list {
  width: 100%;
  grid-column: 1 / -1;
}
.ads-list.index-state {
  margin:0;
}
.ads-list.state {
  margin-top:12px;
  margin-bottom:0;
}
.aside-ad {
  margin-bottom:28px;
}
.ads-normal-top {
  width:100%;
  margin: 20px 0 28px;
}
.ads-normal {
  width:100%;
  margin: 28px 0;
}
.container > .ads-normal:first-child {
  margin:20px 0 28px;
}
.ads-normal-doctor {
  width:100%;
  margin-bottom:24px;
}
.ads-article {
  width:100%;
  grid-column: 1 / -1;
}
.ads-normal.long {
  margin:24px 0 0;
}
.ads-large {
  margin: 28px 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;
}

h1,
h2 {
  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: 24px;
}
h1 {
  font-size: 24px;
  line-height: 28px;
}
h2 {
  font-size: 20px;
  line-height: 28px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  opacity: 1;
}
.container {
  width:100%;
}
.aside {
  width: 100%;
}
.aside-city-wrap,
.aside-categpry-wrap,
.aside-offices-list-wrap,
.universal-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.aside-city-item,
.aside-offices-list-item,
.universal-item {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.aside-city-wrap {
  display: flex;
  flex-direction: column;
  gap:12px;
}
.aside-city-wrap.doctor-index {
  margin-top:24px;
}
.aside-city-item.doctor {
  display: flex;
  height: 56px;
  padding: 0px 20px;
  border-radius: 8px;
  border: 1px solid rgba(20, 46, 89, 0.08);
}
.aside-offices-list-item svg,
.universal-item svg {
  margin-right: 16px;
  fill: #142E59;
}
.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: #41AFFF;
}
.universal-item:hover h3 {
  color: #41AFFF;
  opacity: 1;
}
/* .aside-city-item:hover .aside-city-num {
  color: #142E59 !important;
  opacity: 1;
} */
.aside-city-item:hover .aside-city-slug {
  color: #41AFFF;
}

.aside-city-list {
  margin-bottom:28px;
}
.aside-city-list:nth-child(2) {
  margin-top:32px;
}
.aside-city-slug {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.aside-city-item.doctor .aside-city-slug {
  font-size:14px;
}
.aside-city-item.doctor:hover .aside-city-slug {
  color: #41AFFF;
}
.aside-city-item.doctor:hover .aside-arrow-right {
  fill: #41AFFF;
  opacity: 1;
}
.aside-city-item.doctor:hover {
  border: 1px solid #41AFFF;
  background-color: #fff;
}
.aside-city-item:hover .aside-city-right svg {
  fill: #41AFFF;
}
.aside-city-num {
  color: #142E59;
  opacity: 0.5;
  font-size:12px;
}
.aside-city-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left:8px;
}
.aside-city-right svg {
  width: 20px;
  height: 20px;
  fill: #CCCCCC;
}
.aside-city-item:hover {
  background: #f8f8fa;
}
.aside-city-item:hover .aside-city-num {
  color: #142E59;
}
.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;
  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 #41AFFF;
}
.office-btn:hover a,
.record-btn:hover a {
  color: #41AFFF;
}
.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:#41AFFF;
}
.page-back-active:hover,
.page-next-active:hover {
  background-color: #41BCFF;
  color: #fff;
  border: 1px solid #41BCFF;
}
.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: #41AFFF;
}
.page-cur {
  background-color: #f8f8fa;
  border-radius: 4px;
}
header {
  background-color: #ffffff;
	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: 30px;
  display: inherit;
}
.header-logo-img img {
  width:100%;
  object-fit: contain;
}
.header-nav {
  display: none;
  width: 100%;
  height:110vh;
  max-width:320px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
}
.header-nav-wrap {
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  padding:16px 24px 24px 32px;
  height: calc(100 * var(--vh) - 64px);
  overflow-y: scroll;
}
.header-nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 4px;
  background-color: transparent;
}

.header-nav-item a {
  font-size: 16px;
  line-height: 48px;
  flex: 1;
  color: #142e59;
  padding:0 16px 0 0;
}

.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: #41AFFF;
}
.bread_crumbs span:first-child::before {
  content: "";
}
.bread_crumbs span:last-child > a i {
  color: #41AFFF;
}
.bread_crumbs a:hover i {
  color: #41AFFF;
}
main {
  padding-bottom: 56px;
  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: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #808993;
  opacity: 0.4;
  z-index: 103;
  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: fixed;
  top: -64px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}
.index-banner-wrap {
  position: relative;
}
.index-banner {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.banner-bg,
.banner-bg-doctor {
  background: linear-gradient(90deg, rgba(16,31,80,0.95) 0%, rgba(33,73,203,0.6) 100%);
  position:absolute;
  left:0;
  right:0;
  height:100%;
  z-index: 10;
}
.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%);
  z-index:11;
}
.banner-des {
	font-size: 14px;;
	color: #ffffff;
	opacity: 0.75;
  margin-top:12px;
  max-width:580px;
  line-height: 24px;
}
.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 {
  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: #41AFFF;
  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%;
}
.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: #0077fe;
  width:100%;
  text-align:center;
}
h2.index-list-title {
  width: 100%;
  text-align:center;
  font-size: 24px;
  margin-top: 2px;
  line-height: 32px;
  padding-bottom: 16px;
  color:#142e59;
  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: #41AFFF;
}
.index-list-item.all a {
  color: #41AFFF;
}
.index-list-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;
}
.index-list-item svg {
  fill: #142E59;
  margin-right: 16px;
}
.index-list-item a {

}
.index-list-item:hover {
  background: #f8f8fa;
}
.index-list-item:hover svg {
  fill: #41AFFF;
}
.index-list-item:hover a h3 {
  color: #41AFFF;
}
.index-list-item img {
  width: 20px;
}
.category-location-wrap {
  margin-top: 36px;
}
.category-location {
  height: 40px;
  border-radius: 4px;
  border: solid 1px #41AFFF;
  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: #41AFFF;
}
.category-location:hover .category-location-use {
  color: #fff;
}
.category-location:hover svg {
  fill: #fff;
}
.category-location-use {
  font-weight: 700;
  line-height: 40px;
  color: #41AFFF;
  margin-left: 8px;
}
.category-caption {
  margin-top: 8px;
}
.category-caption-item {
  margin-top: 24px;
}
.category-wrap {
  display: flex;
  flex-direction: column;
  gap:12px;
}
.category-wrap.state {
  display: flex;
  flex-direction: column;
  gap:12px;
}
.category-item {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  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: 50px;
}
.category-num.category,
.category-unit.category,
.only-text-num.category {
  font-size: 12px;
}
.only-text-num.category.doctor span {
  font-size:12px;
}
.category-unit.category {
  /* width: 66px; */
  width: auto;
}
.category-unit {
  display: inline-block;
  width: 50px;
}
.category-item.only-text {
  width: 100%;
  border: 1px solid #eee;
  padding: 0 12px 0 12px;
  position: relative;
}
.category-wrap.only-text.state .category-item.only-text {
  width:100%;
}

.category-item.only-text:hover {
  background-color: #fff;
}
.category-item.only-text:hover {
  border: 1px solid rgba(65,175,255, 0.7);
}
.category-item svg {
  margin-right: 16px;
}
.category-item.doctor svg {
  margin-right:0;
  display: none;
}
.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;
}
.category-item.tracker {
  height:46px;
}
.category-item.category a {
  font-size: 14px;
}
.category-item:hover {
  background-color: #f8f8fa;
}
.category-item:hover svg {
  fill: #41AFFF;
}
.category-item.doctor:hover svg {
  fill: none;
}
.category-item:hover a {
  color: #41AFFF;
}
.record-item {
  border-radius: 8px;
  border: solid 1px #eee;
  position: relative;
  padding: 18px;
  display: flex;
  margin-bottom: 16px;
}
.record-item:hover {
  border: solid 1px #41AFFF;
}
.record-content {
  flex: 1;
  margin-right: 24px;
}
.record-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.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 {
  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: #41AFFF;
  box-shadow: 0 2px 10px 0 rgba(29, 47, 94, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-list {
  margin-top: 24px;
  margin-bottom:24px;
}
.store-list-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 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 #41AFFF;
  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-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;
  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: #41AFFF;
  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;
  margin-top:24px;
}
.store-info {
  flex:1;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:24px;
  margin-right:16px;
}
.store-info-item {
  display: flex;
}
.store-info-item svg {
  fill: #41AFFF;
  margin-right: 20px;
}
.store-info-item svg + span {
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
}
.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:#142e59;
}
.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: #41AFFF;
  border-radius: 24px;
  margin-top: 32px;
}
.error-btn:hover {
  background-color: #41BCFF;
}
.error-btn a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer {
  background-color: #142E59;
  overflow:hidden;
}
.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%;
}
.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;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  opacity: 0.85;
}
.footer-nav-item a:hover {
  opacity: 1;
}
.footer-divide {
  height: 1px;
  background: #fff;
  opacity: 0.12;
  margin: 24px 0;
}
.footer-logo {
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:24px;
}
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo-img .footer-logo-icon {
  height:42px;
  width:42px;
  margin-right:-42px;
}
.footer-logo-img .footer-logo-text {
  height:28px;
  width:200px;
  margin-top:5px;
}
.footer-logo-img img {
  height:42px;
  width:100%;
  object-fit: contain;
}
.footer-logo-copyright {
  text-align: center;
  margin-bottom:24px;
  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: 14px;
  line-height:24px;
  margin-bottom:-4px;
}
.ads-normal.hide {
  display:none;
}
.category-des.hide {
  display:none;
}
.category-location.hide {
  display:none;
}
.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 {
  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.doctor-index {
  margin-top:24px;
}
.word-article-item {
  display: flex;
  margin-bottom: 16px;
  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.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.word-item-r {
  padding: 5px 11px 0;
  position: relative;
}
.word-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word-item-tag {
  font-size:12px;
  color: #1d2f5e;
  opacity: 0.7;
  line-height: 22px;
  margin-top:4px;
}
.menu-name {
  width: 100%;
  margin: 0 0 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: #41AFFF;
  border-radius: 8px;
}
.page-prev {
  background: #eee;
}
.page-next.disabled,
.quiz-answer-bar-next.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.page-next.disabled:hover {
  background-color: #ccc;
}
.page-next:hover,
.page-prev:hover {
  background: #41BCFF;
}
.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;
  border-radius: 28px;
  margin-top:16px;
}
.isLike_btn span{
  font-size: 14px;
}
.isLike_btn.people_unfill {
  background-color: #f7f8f9;
  color: #999999;
}
.people_unfill span {
  color:#cccccc;
}
.like,
.unlike {
  color: #999999;
  background-color: #f7f8f9;
  cursor:pointer;
}
.like:hover,
.unlike:hover {
  background-color: #eeeeee;
}
.like.people_fill,
.unlike.people_fill {
  color:#ffffff;
  background-color: #41AFFF;
}
.like.people_fill .icon-like-article, 
.unlike.people_fill .icon-unlike {
  fill: #ffffff;
}
.like.people_fill span,
.unlike.people_fill span {
  color: #41AFFF;
}
.like.people_unfill,
.unlike.people_unfill {
  background-color: #f7f8f9;
}
.like.people_unfill .icon-like-article, 
.unlike.people_unfill .icon-unlike {
  fill: #999999;
}
.like.people_unfill span,
.unlike.people_unfill span {
  color: #999999;
}
.icon-like-article,
.icon-unlike {
  width:18px;
  height:18px;
  fill:#333333;
  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:#999999;
}
.unlike_num {
  color:#999999;
}
.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: #41AFFF;
  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;
}
.flex-article {
  margin-bottom:24px;
}
.article-page {
  display: flex;
  flex-direction: column;
  gap: 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: #41AFFF;
  text-align: center;
  padding: 14px 0 0;
  text-transform: uppercase;
  font-size: 14px;
}
.article-page-b {
  line-height: 24px;
  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: #142E59;
  margin-top:38px;
}
.long-nav-btn {
  width:48px;
  height:48px;
  background-color: #41AFFF;
  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: #41AFFF;
  display: inline-block;
  margin-top:12px;  
  position:relative;
  padding-left:16px;
}
.long-nav-item:before {
  content:'-';
  height:100%;
  font-size: 16px;
  color: #41AFFF;
  position:absolute;
  left:0;
}
.long-des {
  font-size: 16px;
  line-height:26px;
  color: #142E59;
}
.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;
  color: #142E59;
  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: #142E59;
  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: #142E59;
  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:#41AFFF;
}
.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: #142E59;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.list-tab .list-cont:hover {
  background-color: #41AFFF;
  color: #fff;
}
.list-tab .curr .list-cont {
  background-color: #41AFFF;
  color: #fff;
}

.tracker-list {
  margin-bottom:24px;
}
.tracker-item {
  border:1px solid #e5e5e5;
  position:relative;
}
.tracker-item:hover {
  border:1px solid #41AFFF;
}
.tracker-item:hover .tracker-button-main {
  background-color: #41AFFF;
}
.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: #41AFFF;
  font-size: 16px;
}
.tracker-title {
  font-size: 26px;
  text-align: center;
  color:#41AFFF;
}
.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 #41AFFF;
  background-color: #41AFFF;
  padding: 16px 32px;
  border-radius: 8px;
}
.brands-button-item span {
  font-size: 16px;
  font-weight: 700;
  color:#ffffff;
}
.brands-button-item:hover {
  background-color: #41AFFF;
}
.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;
}
.deep-background-wrap {
  width:100%;
  background-color: #F8F9FA;
  padding:32px 0 32px;
}
  

.main.main-error {
  margin-top:24px;
  min-height:auto;
}

.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 {
  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;
}

.info-list {
  margin-top:-24px;
}

.info-con {
  width:100%;
  margin-top:24px;
}

.info-item {
  padding:48px 28px;
  background: #ffffff;
  text-align: center;
  border-radius: 12px;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position:relative;
  box-shadow: 0px 2px 24px 0px 
		rgba(17, 17, 17, 0.02);
}
.info-item:hover {
  box-shadow: 0px 2px 24px 0px 
		rgba(17, 17, 17, 0.08);
}
.icon-info-category {
  width: 56px;
	height: 56px;
  fill:#0078ff;
}
.universal-item .icon-info-category,
.aside-city-item .icon-info-category {
  width:20px;
  height:20px;
}
.info-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #142e59;
  margin-top:16px;
}
.info-des {
  display: inline-block;
	font-size: 14px;;
	line-height: 20px;
	color: rgba(15,41,77, 0.75);
  margin-top:12px;
}
.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;
}
.header-nav-top a {
  display: block;
  width:100%;
}
.header-nav-top img {
  height: 30px;
  object-fit: contain;
}

.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: inline-block;
  height:48px;
  line-height: 48px;
  font-size: 16px;
  padding:0 48px;
  background-color: #0077fe;
	border-radius: 24px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
  max-width:200px;
  margin: 24px auto 0;
  cursor:pointer;
}

.banner-btn:hover {
  background-color: #0070ee;
}
.banner-btn-doctor {
  width:180px;
  height:48px;
  border-radius: 24px;
  background: #40AFFF;
  color:#ffffff;
  font-size:16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:24px;
  font-weight: 700;
  padding:0 16px 0 16px;
}
.banner-btn-doctor:hover {
  background: #2B9FFF; 
}
.banner-btn-doctor svg {
  width:20px;
  height:20px;
  margin-left:12px;
}

.banner-mobile {
  object-fit: cover;
  position:absolute;
  width:200%;
  /* left:0; */
  height:100%;
  left:-80%;
  max-width: 200%;
}
.banner-mobile-doctor {
  object-fit: cover;
  width: 100%;
  height: auto;
  left: auto;
  position: inherit;
}
.banner-pc {
  width:100%;
  object-fit: cover;
  display: none;
}
.index-hospital {
  display: flex;
  align-items: center;
}
.index-hospital .icon-hospital {
  width:32px;
  height:30px;
  fill:#ffffff;
  margin-right:12px;
}
.index-hospital span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color:#ffffff;
}
.index-title {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-top:24px;
}
.index-title.doctor {
  margin-top: 0;
}
.index-title-text {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
  font-weight: 700;
  flex:1;
  max-width:400px;
}
.index-title-text.doctor {
  width:280px;
}

.index-title-text span {
  color:#41AFFF;
}
.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%;
  margin-top:24px;
}
.index-step-list {
  width: 100%;
}
.index-step-con {
  margin-bottom:24px;
}
.index-step-item {
  text-align: center;
}
.index-step-item img {
  max-width: 254px;
}
.step-content {
  background-color: #ffffff;
	border-radius: 12px;
  padding:24px 32px;
  display: flex;
  flex-direction: column;
  margin-top:24px;
}
.step-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #142e59;
}
.step-des {
  display: inline-block;
	font-size: 16px;
	font-weight: 500;;
	line-height: 22px;
	color: #142e59;
	opacity: 0.75;
  margin-top:8px;
}
.icon-step-arrow {
	fill: #07192c;
	opacity: 0.12;
  display: none;
}
.section-index-title {
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-index-title h2 {
  font-size:24px;
}
.index-state-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
  width:100%;
}
.index-state-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 100%;
  background-color: rgba(20, 46, 89, 0.03);
  border-radius: 50px;
  font-size: 16px;
  padding-left: 24px;
  padding-right:24px;
  text-align: left;
  line-height: 56px;
  position:relative;
}
.index-state-name {
  flex:1;
  font-weight: 500;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-state-icon {
  display: initial;
  width: 20px;
  height: 20px;
  fill: transparent;
  margin-left:12px;
  display: none;
}
.index-state-item:hover {
  background: rgba(20, 46, 89, 0.08);
}
.category-list {
  margin-top:24px;
  margin-bottom:28px;
}
.index-category-list {
  width:100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  margin-top:24px;
  gap:20px;
}
.index-category-list.bottom {
  gap:16px;
  margin-top:20px;
}
.index-category-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.index-category-item .item-cover {
  background: linear-gradient(180deg, rgba(20, 46, 89, 0.00) 50%, rgba(20, 46, 89, 0.90) 100%);
}
.index-category-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left:0;
  right:0;
  bottom:20px;
  z-index:999;
  height:24px;
  padding:0 24px;
}
.index-category-content .index-category-text {
  font-size: 22px;
  font-weight: 500;
  color:#ffffff;
  line-height: 24px;
}
.index-category-list.bottom .index-category-content .index-category-text {
  font-size: 18px;
  line-height: 20px;
}
.index-category-content .index-category-icon  {
  width: 24px;
  height: 24px;
  stroke: transparent;
  stroke-opacity: 1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill:transparent;
  transition: all .4s;
}
.index-category-item:hover .index-category-content .index-category-icon {
  transition: all .4s;
  stroke: #ffffff;
}
.index-category-img {
  width: 100%;
  height: 100%;
  max-height: 240px;
}
.index-category-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.category-list.index-state {
  margin-top:28px;
}

.index-article-list {
  width:100%;
  display:grid;
  grid-template-columns: repeat(1,1fr);
  gap:24px;
  margin-top:24px;
}
.index-article-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position:relative;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.index-article-item:hover {
  box-shadow: 0px 124px 35px 0px rgba(0, 0, 0, 0.00), 0px 79px 32px 0px rgba(0, 0, 0, 0.00), 0px 45px 27px 0px rgba(0, 0, 0, 0.01), 0px 20px 20px 0px rgba(0, 0, 0, 0.02), 0px 5px 11px 0px rgba(0, 0, 0, 0.03);
}
.index-article-img {
  width: 100%;
  height:100%;
  min-height: 220px;
}
.index-article-img img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.index-article-content {
  width:100%;
  margin-top:20px;
  margin-bottom:24px;
  padding:0 20px;
}
.index-article-name {
  color: #142E59;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.index-article-content .index-article-more {
  display: flex;
  align-items: center;
  margin-top:16px;
}
.index-article-more span {
  color: rgba(20, 46, 89, 0.35);
  font-size: 14px;
  font-weight: 500;
}
.index-article-item:hover .index-article-more span {
  color: rgba(20, 46, 89, 0.65);
}
.icon-article-go {
  stroke:#142E59;
  stroke-opacity: 0.35;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.index-article-item:hover .index-article-more .icon-article-go {
  stroke:rgb(20, 46, 89);
  stroke-opacity: 0.65;
}
.index-article-more .icon-article-go {
  width: 6px;
  height: 12px;
  margin-left:8px;
}


.doctor-list {
  width:100%;
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.doctor-list.index {
  margin:24px 0 0;
}
.ads-doctor-list {
  margin-bottom:24px;
}
.doctor-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.doctor-con:last-child {
  display: none;
}
.doctor-list.doctor .doctor-con:last-child,
.doctor-list.index .doctor-con:last-child,
.doctor-list.index .doctor-con:nth-last-child(2) {
  display: flex;
}
.doctor-con:hover .doctor-item {
  background-color: #F1F7FE;
}
.doctor-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #F8F9FA;
  position: relative;
}
.doctor-name {
  font-size: 14px;
  margin-top:16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  text-overflow: ellipsis; 
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  word-break: break-word;
}
.doctor-icon {
  width: 42%;
  height: 42%;
  max-width: 64px;
  max-height: 64px;
  fill: #142E59;
}
.aside-arrow-right {
  width: 20px;
  height: 20px;
  fill:#142E59;
  opacity: 0.35;
}

.doctor-letter {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap:6px;
}

.doctor-letter-link {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f9f9fb;
  border: solid 2px #f9f9fb;
  border-radius: 4px;
}
.doctor-letter-act, 
.doctor-letter-act:hover {
  color: #fff;
  background-color: #142E59;
  border: solid 2px #142E59;
}
.doctor-letter-link:hover {
  color: #142E59;
  border-color: #142E59;
}
.doctor-condition {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:24px;
  margin:24px 0;
}
.condition-wrap {
  width:100%;
}
.condition-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.condition-title a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(20, 46, 89, 0.35);
}
.condition-title svg {
  fill : rgba(20, 46, 89, 0.35);
}
.condition-title a:hover {
  color: #142E59;
}
.condition-title a:hover svg {
  fill: #142E59;
}
.condition-item a {
  position: relative;
  padding-left: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis; 
  text-decoration: none;
  overflow: hidden;
}
.condition-item a::before {
  content: '';
  display: inline-block;
  background-color: #142E59;
  width:4px;
  height:4px;
  margin:0 8px;
  position: absolute;
  top:11px;
  left:0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.condition-item a:hover {
  color:#41AFFF;
}
.condition-title svg {
  margin-left:6px;
}
.condition-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  /* grid-template-rows: repeat(5,auto); */
  /* grid-auto-flow: column; */
  gap:0 12px;
  margin-top:24px;
}
.condition-item {
  width:100%;
  background: #F8F9FA;
  padding: 12px 12px 12px 20px;
}
.condition-item:first-child {
  border-radius: 8px 8px 0 0 ;
  padding-top:32px;
}
.condition-item:last-child {
  border-radius: 0 0 8px 8px;
  padding-bottom:32px;
}
.condition-link {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis; 
  text-decoration: none;
  color: inherit;
  line-height: 1.4;  */
}
.state-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
  margin:24px 0;
}
.state-item {
  position: relative;
}
.state-item:hover .state-link {
  color: #41AFFF;
  border-color: #41AFFF;
}
.state-link {
  height:44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 10px;
  border-radius: 8px;
  border: 1px solid rgba(20, 46, 89, 0.08);
  background: #fff;
  position: relative;
}
.state-item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex:1;
}
.state-abbr {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(20, 46, 89, 0.75);  
  color:#ffffff;
  font-weight: 700;
  margin-right:8px;
  font-size:12px;
}
.state-name {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow:hidden;
  flex:1;
}
.doctor-info {
  display: flex;
  align-items: flex-start;
}
.doctor-img {
  width: 100%;
  max-width: 80px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  align-self: stretch;
  margin:0 auto;
  margin-right: 16px;
}
.doctor-img img {
  width: 80px;
  height:80px;
  border-radius: 8px;
  object-fit: cover;
}
.doctor-info-list {
  width:100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
}
.doctor-info-item,
.location-info-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.doctor-info-icon {
  width: 22px;
  height: 22px;
  margin-right:12px;
}
.location-info-icon {
  width: 22px;
  height: 22px;
  margin-right:12px;
  margin-top:1px;
  margin-left:-3px;
}
.doctor-info-item span,
.location-info-item span {
  flex:1;
  font-size: 14px;
  line-height: 22px;
}
.location-info-item span {
  opacity: 0.75;
}
.anchor-wrap {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: -8px;
  z-index: 100;
  position: relative;
  background-color: #fff;
}
.anchor-list {
  width: max-content;
  min-width: 100%;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.anchor-item {
  padding: 14px 16px;
  position: relative;
}
.anchor-item a {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #142e59;
}
.anchor-item.active a {
  color: #142e59;
  font-weight: 700;
}
.anchor-item::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #142E59;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.anchor-item.active::after, 
.anchor-item:hover::after {
  display: block;
}
.doctor-section {
  margin-top: 28px;
  margin-bottom: 28px;
}
.doctor-section-wrap .doctor-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.doctor-section p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.75;
}
.doctor-section-content {
  margin-top:16px;
}
.doctor-section-content.location-info {
  display: flex;
  flex-direction: column;
}
.doctor-section-content.intro {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  transition: all 0.3s ease;
  word-break: break-word;
  margin-top:16px;
}
.doctor-section-content.intro.hospital {
  margin-top: 16px;
  -webkit-line-clamp: 3;
}

.doctor-section-content.intro.expanded,
.doctor-section-content.intro.hospital.expanded {
  -webkit-line-clamp: unset;
}
.doctor-section-content.intro ul {
  padding-left: 24px;
}

.doctor-section-content.intro li {
  list-style: disc;
  opacity: 0.75;
  padding-left:4px;
}
.doctor-section-content.insurance p {
  margin-bottom: 16px;
}
.intro-more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #142E59;
  cursor: pointer;
  display: none;
  padding-left: 80px;
  background: linear-gradient(to left, 
      #fff 30%,
      rgba(255,255,255,0.95) 50%,
      rgba(255,255,255,0.5) 80%,
      transparent
  );
}
.intro.has-more .intro-more {
  display: block;
}

.location-info-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  flex:1;
}

.location-info-item svg + span span {
  display: inline-block;
  min-width: 48px;
  opacity: 1;
}
.doctor-info-add {
  display: block;
}


.location-info-map {
  width: 100%;
  height: 230px;
  margin-top: 24px;
}
.doctor-detail-list {
  display:grid;
  grid-template-columns: repeat(1,1fr);
  gap:8px;
  max-height:88px;
  overflow: hidden;
}
.doctor-detail-list.show-more {
  max-height:fit-content;
}
.doctor-detail-item {
  font-size: 14px;
  line-height: 24px;
  padding-left:24px;
  position: relative;
  opacity: 0.75;
}
.doctor-detail-item::before {
  content:'•';
  position: absolute;
  left:8px;
  top:50%;
  transform: translateY(-50%);
}

.general-list-more {
  display: flex;
  width: 140px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid rgba(20, 46, 89, 0.12);
  background: #fff;
  margin-top:8px;
  cursor: pointer;
}
.general-list-more span {
  font-size:14px;
  font-weight: 500;
}
.list-more-icon {
  width: 10px;
  height: 10px;
  margin-left:6px;
  transform: rotate(90deg);
  fill: #142E59;
  transition: transform 0.3s ease-in-out;
}
.general-list-more:hover {
  border-color: #142E59;
}
.aside-doctor-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
  margin-top:8px;
}
.aside-doctor-link {
  display: flex;
  align-items: center;
  gap:12px;
}
.aside-doctor-img {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
.aside-doctor-content {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.doctor-content-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:6px;
}
.doctor-content-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.doctor-content-icon {
  width: 16px;
  height: 16px;
  margin-right:8px;
  margin-top:2px;
}
.aside-doctor-list {
  grid-template-columns: repeat(1,1fr);
}
.doctor-content-item span {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  flex:1;
}
.doctor-content-item span.doctor-content-item-time {
  -webkit-line-clamp: 1;
}
.doctor-content-btn {
  display: flex;
  width: 116px;
  height: 32px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  color: #142E59;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  border: 1px solid rgba(20, 46, 89, 0.12);
}
.aside-doctor-item:hover .doctor-content-btn {
  background: #142E59;
  color: #fff;
}

.result-con {
  width: 100%;
}
.result-item {
  width:100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #eeeeee;
  position: relative;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  display: flex;
}

.result-item:hover .result-btn {
  background-color: #41AFFF;
  color: #fff;
}
.result-img {
  width:120px;
  position: relative;
}
.result-img img {
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.result-content {
  flex:1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.result-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #142E59;
}
.result-info {
  display:grid;
  grid-template-columns: repeat(1,1fr);
  gap: 8px;
  margin-top: 8px;
}
.result-btn {
  display: flex;
  width: 120px;
  height: 32px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #142E59;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid rgba(20, 46, 89, 0.12);
  margin-top:16px;
}
.result-info-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.result-info-item svg {
  width: 18px;
  height: 18px;
  fill: #142e59;
  margin-right: 6px;
}
.result-info-item span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(20, 46, 89, 0.7);
  flex:1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.education-item {
  margin-bottom:20px;
}
.result-list {
  display: flex;
  flex-direction: column;
  gap:12px;
}

.select-city-list {
  width: 100%;
  height: 56px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: solid 2px #41AFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 54px;
  color: #999;
  padding: 0 16px;
  box-sizing: border-box;
  background-image: url(../Images/more.svg);
  background-size: 12px;
  background-position: right 16px top 22px;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.select-city-list:focus {
  outline: none;
  border: solid 2px #41AFFF;
}

.select-city-list:active {
  outline: none;
  border: solid 2px #41AFFF;
}
.view-more {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid rgba(20, 46, 89, 0.12);
  display: none;
}
.view-more span {
  color: rgba(20, 46, 89, 0.50);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.icon-view-more {
  width: 10px;
  aspect-ratio: 3/5;
  fill:rgba(20, 46, 89, 0.50);
}
.view-more:hover {
  border-color: #41AFFF;
}
.view-more:hover span {
  color: #41AFFF;
}
.view-more:hover .icon-view-more {
  fill: #41AFFF;
}
.hospitals-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 0 12px;
  margin-top:8px;
}
.hospitals-item {
  padding:16px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.hospitals-item:hover .hospitals-name {
  color: #41AFFF;
}
.hospitals-item:hover .icon-hospital-go {
  fill: #41AFFF;
}
.hospitals-content {
  display: flex;
  align-items: center;
}
.hospitals-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hospitals-name {
  flex:1;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.icon-hospital-go {
  width: 20px;
  height: 20px;
  fill: #142E59;
}
.hospitals-img,
.hospitals-des {
  display: none;
}
.info-top {
  width:100%;
  height: 56px;
  background-color: rgba(50, 100, 255, 0.04);
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: relative;
}
.info-top-trophy {
  width: 34px;
  height: 32px;
  margin-right: 12px;
}
.info-top-content {
  height: 56px;
  line-height: 60px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color:#000;
}
.info-top-content-sign {
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
}
.info-top-content-rank {
  font-size: 28px;
  font-weight: 500;
}
.info-top-content-des {
    font-size: 14px;
}
.info-top-content-des a {
  display: inline;
  color: #41AFFF;
}
.info-top-content-des a:hover {
  text-decoration: underline;
}
.store-detail.hospital .store-info-item {
  padding-left: 19px;
}
.doctor-section-overview img {
  width: 100%;
  max-height: 300px;
  margin-top: 24px;
  object-fit: cover;
  border-radius: 8px;
}
.intro-content {
  margin-top: 24px;
  position: relative;
}
.detail-rankings {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.detail-rankings-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.detail-rankings-img {
    width: 18px;
    height: 20px;
    margin-right: 8px;
}
.detail-rankings-text {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.detail-rankings-unit, 
.detail-rankings-num {
    font-size: 16px;
    font-weight: 500;
}
.detail-rankings-href {
  display: inline;
  color: #41AFFF;
}
.detail-rankings-href:hover {
  text-decoration: underline;
}
.info-element-icon.share {
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
}
.detail-rankings-item .info-element-icon.share {
  margin-top: 5px;
  fill: #3264ff;
}
.doctor-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.doctor-section-header-more {
  font-size: 16px;
  font-weight: 500;
  display: none;
}
.doctor-section-header-more:hover {
  color: #41AFFF;
}
.best-doctors-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top:16px;
}
.best-doctors-item {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:18px;
  position: relative;
}
.best-doctors-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.best-doctors-item:hover .best-doctors-btn {
  background-color: #41BCFF;
}
.best-doctors-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap:20px;
}
.best-doctors-bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
}
.best-doctors-img {
  width:60px;
  height:60px;
  border-radius: 8px;
  object-fit: cover;
}
.best-doctors-content {
  flex:1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.best-doctors-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.best-doctors-des {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.best-doctors-loc {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.best-doctors-btn {
  width:100%;
  max-width: 140px;
  height:40px;
  border-radius: 4px;
  padding:10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
  background-color: #41AFFF;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.best-doctors-btn-icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.best-doctors-item:last-child {
  display: none;
}


/* quiz */
.main.quiz {
  margin-top:0;
}
.quiz-section {
  margin-top: 20px;
  margin-bottom: 0;
}
.quiz-ads1 {
  margin:20px 0 28px;
  /* display: none; */
}
.title-only.quiz {
  display: none;
}
.quiz-answer-process {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.quiz-process-wrap {
  height: 100%;
  display: flex;
}
.quiz-process-item {
  height: 100%;
  width: 10%;
  background-color: #eee;
}
.quiz-process-item.read {
  background-color: #aaa;
}
.quiz-process-item.error {
  background-color: #fa4759;
}
.quiz-item {
    width: 100%;
}
.quiz-num, .quiz-num span {
    text-align: center;
    color: #ccc;
    font-size: 18px;
}
.quiz-num {
    margin-bottom: 24px;
}
.quiz-num.quiz-single {
    display: none;
}
.quiz-title, .quiz-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #142e59;
    margin-top:24px;
}
/* .quiz-title.quiz-app {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    line-height: 26px;
    display: block;
    margin-bottom: 12px;
} */
.quiz-img {
    height: 150px;
    width: 100%;
}
.quiz-img img {
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  object-fit: cover;
}
.quiz-content {
    padding-top: 0;
    border-radius: 0 0 8px 8px;
}
.quiz-answer {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:8px;
}
.quiz-answer-false, .quiz-answer-img-false, .quiz-answer-img-true, .quiz-answer-item, .quiz-answer-true {
    display: flex;
    background-color: #f8f8f8;
    border-radius: 24px;
    /* margin-top: 8px; */
    cursor: pointer;
    align-items: center;
    position: relative;
}
.quiz-answer-true {
    background-color: rgb(24, 180, 128, 0.1);
}
.quiz-answer-true .quiz-item-num {
    background-color: #18b480;
    border-color: #18b480;
    color: #fff;
}
.quiz-answer-img-true .quiz-item-wrap .quiz-item-num, .quiz-answer-true .quiz-item-content {
    color: #18b480;
}
.quiz-answer-img-true .quiz-item-wrap .quiz-item-correct, .quiz-answer-true .quiz-item-correct {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    color: #18b480;
}
.quiz-answer-false {
    background-color: rgb(250, 71, 89, 0.1);
}
.quiz-answer-false .quiz-item-num {
    background-color: #fa4759;
    border-color: #fa4759;
    color: #fff;
}
.quiz-answer-false .quiz-item-content, .quiz-answer-img-false .quiz-item-wrap .quiz-item-num {
    color: #fa4759;
}
.quiz-answer-false .quiz-item-num .quiz-item-wrong,
.quiz-answer-true .quiz-item-num .quiz-item-correct {
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
}
.quiz-item-num .quiz-item-correct,
.quiz-item-num .quiz-item-wrong {
  display: none;
}
.quiz-answer-false .quiz-item-wrong, .quiz-answer-img-false .quiz-item-wrap .quiz-item-wrong {
    display: block;
    position: absolute;
    right: 16px;
    color: #fa4759;
}
.quiz-answer-false, .quiz-answer-true {
    cursor: auto;
}
.quiz-answer-item.quiz-answer-true,
.quiz-answer-item.quiz-answer-false {
    cursor: pointer;
}
.quiz-item-num {
    width: 24px;
    height: 24px;
    /* background-color: #888; */
    border: 2px solid rgba(20,46,89, 0.5);
    text-align: center;
    font-weight: 700;
    border-radius: 999px;
    margin-left: 12px;
}
.quiz-item-content {
    margin-left: 16px;
    min-height: 40px;
    line-height: 22px;
    display: flex;
    align-items: center;
    width: 70%;
    font-weight: 500;
}
.quiz-item-correct, .quiz-item-wrong {
    height: 100%;
    line-height: 48px;
    display: none;
}
.icon-correct {
    width: 16px;
    height: 14px;
}
.icon-wrong {
    width: 12px;
    height: 12px;
}
.quiz-answer-item:not(.quiz-answer-true):not(.quiz-answer-false):hover {
    background-color: #e8e8e8;
}
.quiz-answer-item:not(.quiz-answer-true):not(.quiz-answer-false):hover .quiz-item-num {
    border: 6px solid #41AFFF;
}
.quiz-answer-item.quiz-answer-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.6;
}
.quiz-answer-item.quiz-answer-disabled:hover {
    background-color: #f8f8f8;
}
.quiz-answer-item.quiz-answer-disabled:hover .quiz-item-num {
    border-color: inherit;
}
.quiz-des {
    width: 100%;
    display: none;
    margin-top: 15px;
}
.quiz-des-correct {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.quiz-content-tit, .quiz-correct-tit {
    height: 14px;
    font-weight: 500;
}
.quiz-des-content {
  position: relative;
}
.quiz-des-content span, .quiz-des-correct span {
    display: block;
}
.quiz-correct-con {
    min-height: 16px;
    margin-top: 14px;
    font-weight: 700;
    font-size: 20px;
    color: #142E59;
}
.quiz-content-con {
    font-size: 14px;
    margin-top: 16px;
    line-height: 24px;
}
.view-all {
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: #41AFFF;
    background-image: -webkit-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 1) 87% );
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 1) 87%);
    background-image: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 1) 87% );
    background-image: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 1) 87% );
    position: absolute;
    right: 0;
    bottom: 0;
}
.quiz-answer-bar {
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.2);
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 99;
}
.quiz-answer-text {
    font-size: 14px;
    line-height: 24px;
}
.quiz-answer-bar-next {
    width: 160px;
    height: 40px;
    background-color: #ccc;
    border-radius: 8px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.quiz-page {
    height: 56px;
    margin-top: 24px;
    justify-content: space-between;
}
.quiz-page.quiz {
    display: none;
    margin-bottom: 24px;
}
.page-content-of {
  width:48px;
  text-align: center;
}
.quiz-aside,
.quiz-footer,
.quiz-bottom,
.related-article-b.quiz {
  display: none;
}
.quiz-result-score, .quiz-result-level {
  margin:24px 0;
}
.calculator-result-title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
  line-height: 22px;
}
.quiz-result-percent,
.quiz-result-point {
  font-weight: 700;
  font-size: 48px;
  line-height: 32px;
  color: #41AFFF;
  text-align: center;
  margin-top: 20px;
}
.quiz-result-content {
    width: fit-content;
    padding:0 16px;
    height: 32px;
    background-color: #F1F7FE;
    border-radius: 16px;
    color: #41AFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 16px;
}
.quiz-result-content span {
    color: #41AFFF;
}
.quiz-result-des {
    margin-top: 20px;
}
.quiz-btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap:12px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.quiz-btn {
    margin: 24px auto 28px;
}
.quiz-btn .calculator-reset {
    order: 2;
}
.quiz-btn .calculator-submit {
    order: 1;
}
.calculator-submit, .quiz-result-submit {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #41AFFF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.calculator-submit {
  border:2px solid #41AFFF;
}
.calculator-submit:hover, .quiz-result-submit:hover {
  background-color: #41BCFF;
  border-color: #41BCFF;
}

.calculator-reset, .quiz-result-reset {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: solid 2px #eee;
    font-size: 16px;
    color: #bbb;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
}
.quiz-process-item.error {
    background-color: #fa4759;
}
.quiz-process-item.correct {
    background-color: #18b480;
}
.quiz-answer-bar-next.active {
    background-color: #41AFFF;
}
.quiz-level-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top:20px;
}

.quiz-intro img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
}
.quiz-intro-des {
  display: inline-block;
  margin-top:16px;
}
.quiz-intro-btn {
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #41AFFF;
  border-radius: 8px;
  margin-top:16px;
  
}
.quiz-intro-btn:hover {
  background: #41BCFF;
}
.quiz-result-disclamier {
  margin-top: 16px;
}

@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: 40px;
    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;
  }
  .banner-aside {
    display: block;
  }
  .doctor-icon {
    /* width: 56px; */
    /* height: 56px; */
  }
}
@media screen and (min-width: 480px) {
  .doctor-list {
    width:100%;
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .best-doctors-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .best-doctors-item:last-child {
    display: flex;
  }
}
@media screen and (min-width: 580px) {
  .banner-mobile {
    /* display: none; */
    width:100%;
    height:auto;
    left:auto;
    position:inherit;
  }
  .tracker-outlink {
    flex-direction: row;
  }
  .tracker-outlink-item:last-child {
    margin-top:0;
  }
  .tracker-outlink-item {
    width:48%;
  }
  .footer-reserved {
    display: inline;
  }
  .aside-categpry-wrap,
  .aside-offices-list-wrap,
  .universal-list {
    margin-left:-12px;
  }
  .aside-offices-list-item,
  .universal-item {
    width: calc(50% - 12px);
    margin-left:12px;
  }
  .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-category {
    display: block;
    width: 52%;
  }
  .footer-nav-list-category .footer-nav-wrap .footer-nav-item {
    width: 100%;
  }
 
  .word-article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .word-article-item {
    margin-bottom: 20px;
  }
  /* .word-article-item:hover .word-item-l .word-link-cover {
    background: #41AFFF;
    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,
  .word-article-item:hover .word-item-link {
    color: #41AFFF;
  }
  .related-article-b {
    display: block;
  }
  .related-article-b .word-article-item {
    width: 49%;
  }
  .top-menu-box,
  .word-article-item {
    width: 49%;
    padding: 0 8px 0 0;
  }
  .menu-name {
    width: 100%;
  }
  .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: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .article-page-item:hover .article-page-link {
    color: #41AFFF;
  }
  .list-tab {
    margin-right: -12px;
    overflow-x: hidden;
  }
  .list-tab li {
    padding-right: 12px;
  }
  .list-tab .list-cont {
    width: 175px;
    padding: 12px 0;
  }
  .index-list-ad {
    padding-left:24px;
  }
  .main-top {
    /* padding-bottom:64px; */
  }
  .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;
  }
  
  .info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left:-24px;
  }
  
  .info-con {
    width:50%;
    margin-top:24px;
    padding-left:24px;
  }
  .footer-nav-wrap {
    display: flex;
    justify-content: center;
    margin-right:-32px;
  }
  .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;
  }
  .index-state-list {
    grid-template-columns: repeat(2,1fr);
  }
  .index-category-list {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-logo {
    margin-top:48px;
  }
  .footer-nav {
    margin-top:32px;
  }
  .footer-divide {
    margin:32px 0;
  }
  .footer-logo-copyright {
    display:block;
    margin-bottom:48px;
  }
  .footer-logo-img img {
    height:48px;
  }
  .footer-logo-img .footer-logo-icon {
    height:48px;
    width:48px;
    margin-right:-16px;
  }
  .footer-logo-img .footer-logo-text {
    height:36px;
    margin-top:5px;
  }
  .banner-bg {
    background: linear-gradient(to right, 
                            #101F50 0%, 
                            rgba(16, 31, 80, 0.5) 35%, 
                            rgba(16, 31, 80, 0) 70%, 
                            transparent 70%, 
                            transparent 80%, 
                            rgba(33, 73, 203, 0) 80%,
                            rgba(33, 73, 203, 0.5) 90%,
                            rgba(33, 73, 203, 0.9) 100%);
  }
  .banner-bg-doctor {
    background: linear-gradient(to right, 
                            #101F50 0%, 
                            rgba(16, 31, 80, 0.5) 30%, 
                            rgba(16, 31, 80, 0) 60%, 
                            transparent 60%, 
                            transparent 80%, 
                            rgba(0, 0, 0, 0) 70%,
                            rgba(33, 73, 203, 0.1) 85%,
                            rgba(33, 73, 203, 0.2) 100%);

  }
  .doctor-list.index {
    grid-template-columns: repeat(4,1fr);
  }
  .doctor-letter {
    grid-template-columns: repeat(14,1fr);
  }
  .doctor-info {
    flex-direction: row;
    align-items: center;
  }
  .doctor-img {
    max-width: 220px;
    margin-right:40px;
  }
  .doctor-img img {
    width:100%;
    height:100%;
    max-width: 220px;
    border-radius: 12px;
  }
  .doctor-info-list {
    margin-top:0;
  }
  .result-item {
    display: flex;
  }
  .state-list {
    grid-template-columns: repeat(2,1fr);
  }
  .doctor-list {
    grid-template-columns: repeat(4,1fr);
  }
  .doctor-list .doctor-con:nth-last-child(2) {
    display: none;
  }
  .doctor-list.doctor .doctor-con:last-child {
    display: none;
  }
  .result-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .view-more {
    display: flex;
  }
  .category-wrap,
  .aside-city-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .hospitals-list {
    grid-template-columns: repeat(2,1fr);
  }
  .doctor-section-header-more {
    display: block;
  }
  .quiz-btn {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:24px;
  }
  .quiz-btn .calculator-reset,
  .quiz-btn .calculator-submit {
    order: unset;
  }

  .calculator-reset {
    border-radius: 8px;
    border: solid 2px #41AFFF;
    color: #41AFFF;
  }
  .calculator-reset:hover {
    border-color: #41AFFF;
    color: #fff;
    background-color: #41AFFF;
  }
  .calculator-submit {
    border:2px solid #41AFFF;
  }

}
@media screen and (min-width: 680px) {
  .main.quiz {
    margin-top:24px;
  }
  .quiz-ads1, .quiz-title {
    display: block;
  }
  .quiz-title  {
    margin-top:0;
  }
  .quiz-answer-process, .quiz-title.quiz-app, .view-all {
    display: none;
  }
  .quiz-item {
    margin-bottom: 24px;
  }
  .quiz-img {
    height: 300px;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .quiz-content {
    padding-bottom: 24px;
    padding-top: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
  }
  .quiz-answer {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quiz-item-content {
    min-height: 48px;
  }
  .quiz-des {
    margin-top: 20px;
  }
  .quiz-des-content, .quiz-des-correct {
    border-top: 1px solid #f5f5f5;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quiz-des-correct {
    padding-bottom: 24px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .quiz-answer-bar {
    display: none;
  }
  .quiz-page.quiz {
    display: flex;
    align-items: center;
  }
  .quiz-aside,
  .quiz-footer,
  .quiz-bottom,
  .related-article-b.quiz {
    display: block;
  }
  .quiz-img img {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-next-active,
  .page-next-nor {
    margin-left: 15%;
  }
  .page-back,
  .page-back-active  {
    margin-right: 15%;
  }

  .index-step-item img {
    height:190px;
  }
  .brands-table tr td:first-child {
    width:140px;
  }
  .brands-button-item {
    width:100%;
    background-color: #ffffff;
    color:#41AFFF;
  }
  .brands-button-item span {
    color: #41AFFF;
  }
  .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: 38px;
  }
  .about_us h3,
  .category-caption-item h2,
  h2 {
    font-size: 22px;
  }
  .header {
    /* height: 72px; */
    position: relative;
  }
  .bread_crumbs {
    display: block;
  }
  .aside-offices-list-item,
  .universal-item {
    width: calc(33.3333% - 12px);
  }
  .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: #41AFFF;
    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 {
    margin: 0 auto;
    max-width: 1124px;
    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-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;
    text-align: center;
  }
  .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-left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-nav {
    flex-direction: row;
  }
  .footer-back {
    display: flex;
    margin-top:32px;
  }
  .popular-state-list {
    width:88px;
    height: 120px;
    margin: 0;
  }
  .index-step-list {
    width:auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top:32px;
  }
  .step-content {
    height: 100%;
    position:relative;
  }
  .index-step-list {
    margin-left:-48px;
  }
  .index-step-con {
    width:33.333%;
    padding-left:48px;
    margin-bottom:0;
    position:relative;
  }
  .index-step-item {
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
  }
  .icon-step-arrow {
    width: 24px;
    height: 16px;
    display: block;
    position:absolute;
    top:50%;
    right:-44px;
    transform: rotate(-90deg) translateY(-50%);
  }
  .ads-list.state {
    display:none;
  }
  .index-state-list {
    grid-template-columns: repeat(3,1fr);
  }
  .index-article-list {
    grid-template-columns: repeat(3,1fr);
  }
  .index-article-img {
    max-height:220px;
  }
  .index-article-item {
    display: inline-block;
  }  
  .doctor-condition {
    grid-template-columns: repeat(2,1fr);
    gap:32px;
  }
  .state-list {
    grid-template-columns: repeat(3,1fr);
  }
  .location-info-list {
    margin-right:16px;
  }
  .location-info-map {
    margin-top: 0;
    width: 350px;
  }
  .doctor-section-content.location-info {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .aside-doctor-list {
    grid-template-columns: repeat(2,1fr);
  }
  .result-content {
    padding: 20px 16px;
  }
  .result-img {
    width:120px;
  }
  .category-wrap,
  .aside-city-wrap{
    grid-template-columns: repeat(3,1fr);
  }
 
  .doctor-con:last-child {
    display: flex;
  }
  .doctor-list.index .doctor-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .store-list-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .doctor-list {
    grid-template-columns: repeat(5,1fr);
  }
  .doctor-list .doctor-con:last-child,
  .doctor-list .doctor-con:nth-last-child(2)  {
    display: flex;
  }
  .doctor-section-overview {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 16px;
  }
  .doctor-section-overview img {
    width: 100%;
    max-width:340px;
    max-height: 240px;
    margin-top: 0;
  }
  .intro-content {
    margin-top: 0;
  }
  .doctor-section-content.intro.hospital {
    -webkit-line-clamp: 9;
    margin-top: 0;
  }
  .best-doctors-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .best-doctors-item:last-child {
    display: none;
  }
  .best-doctors-des {
    font-size: 14px;
    line-height: 16px;
  }
  .quiz-title {
    font-size: 32px;
    line-height: 38px;
  }
  .calculator-result-title {
    margin-top:32px;
  }
  .quiz-btn {
    margin:28px auto 32px;
  }
}
@media screen and (min-width: 880px) {
  .index-state-list {
    grid-template-columns: repeat(4,1fr);
  }
  .index-category-list {
    grid-template-columns: repeat(3,1fr);
  }
  .index-article-list {
    grid-template-columns: repeat(3,1fr);
  }
  .doctor-list.index {
    grid-template-columns: repeat(6,1fr);
    gap:32px;
  }
  .hospitals-list {
    grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 26px;
    position: relative !important;
  }
  .index-cover {
    display: none !important;
  }
  .section-index-title h2 {
    font-size: 32px;
  }
  .footer-logo-copyright {
    display:block;
    margin-left:0;
  }
  .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-step-item img {
    height:220px;
  }
  .main.doctor {
    margin-top:56px;
  }
  .ads-normal-doctor {
    margin-top:18px;
    margin-bottom:40px;
  }
  .ads-normal.hide {
    display:block;
  }
  .category-des {
    font-size: 16px;
  }
  .category-des.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;
  }
  .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;
    height:64px;
  }
  .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;
    height:64px;
    overflow-y: hidden;
  }
  .header-nav-item {
    height:100%;
    /* height:24px; */
    /* line-height: 26px; */
  }
  .header-nav-item a {
    line-height: 64px;
    /* height:100%; */
  }
  .header-nav-item:nth-child(5),
  .header-nav-item:nth-child(6) {
    /* 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:last-child {
    padding-right: 0;
  }
  .header-nav-item svg {
    display: none;
  }
  .header-nav-item a {
    font-weight: 500;
    color:#142E59;
    padding:0 16px;
  }
  .menu-aside .top-menu-item,
  .word-article-item {
    width: 100%;
  }
  .main-index {
    /* min-height: 733px; */
    margin-top:0;
  }
  .main-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .main-bottom.doctor {
    margin-top:-18px;
  }
  .aside-city-list,
  .aside-offices-list {
    margin-top: 0;
  }
  .aside-city-item {
    border: none;
    margin-bottom: 0;
  }
  .container {
    margin-right: 64px;
    max-width: 728px;
    flex: 1;
    min-width: 0;
  }
  .aside-city-item,
  .aside-offices-list-item,
  .category-item,
  .universal-item {
    padding: 0 12px;
  }
  .aside {
    width: 300px;
    flex-shrink: 0;
    margin-top: 12px;
  }
  .aside-city-wrap,
  .aside-categpry-wrap,
  .aside-offices-list-wrap,
  .universal-list {
    margin-top: 20px;
  }
  .aside-city-item,
  .aside-offices-list-item {
    width: 100%;
    margin-right: 0;
  }
  .banner-left {
    left: calc(10% - 350px);
  }
  .banner-right {
    right: calc(10% - 350px);
  }

  .main-tit {
    width: 728px;
  }
  .islike-tit {
    font-size:24px;
    line-height: 32px;
  }
  .category-item.category a {
    font-size: 16px;
  }
  .category-num.category,
  .category-unit.category,
  .only-text-num.category {
    font-size: 14px;
  }
  /* .index-state-item .only-text-num.category{
    display:inline-block;
    height:56px;
  } */
  .category-unit.category {
    /* width: 57px; */
  }
  .article-section .long-content {
    margin-bottom:28px;
  }
  .article-section .long-img {
    margin-bottom:28px;
  }
  .index-cover-long {
		display: none !important;
	}
  .long-nav {
    display:flex !important;
    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;
    /* fill:#ffffff; */
    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;
  }
  .index-list-ad {
    display: none;
  }
 
  .banner-pc {
    display: block;
  }
  .index-title-text {
    min-width:582px;
    /* font-family: Publico-Bold; */
    font-size: 56px;
    line-height: 56px;
    padding:0;
  } 
  .index-title-text span {
    color:#41AFFF;
  }
  .banner-aside {
    width:96px;
  }
  .banner-des {
    margin-top:24px;
    font-size:18px;
    line-height: 28px;
    font-weight: 500;
  }
  .banner-des.doctor {
    margin-top:16px;
  }
  .banner-btn {
    height:56px;
    line-height:56px;
    max-width:240px;
    font-size:18px;
    border-radius: 28px;
    margin-top:32px;
  }
  .banner-btn-doctor {
    width:240px;
    height:64px;
    border-radius: 32px;
    font-size:20px;
    margin-top:32px;
    font-weight: 700;
  }
  .banner-btn-doctor:hover {
    background: #2B9FFF; 
  }
  .banner-btn-doctor svg {
    width:24px;
    height:24px;
  }
  .index-banner {
    height: 380px;
  }
  .info-list {
    margin-top:0;
  }
  .info-con {
    width:25%;
    margin-top:24px;
  }
  .header-nav-top {
    display:none;
  }
  .aside-city-wrap,
  .aside-categpry-wrap {
    margin-right:0;
  }
  .footer,
  .header,
  .main {
    overflow:visible;
  }
  .index-state-list {
    margin-top: 32px;
    grid-template-columns: repeat(5,1fr);
  }
  .index-state-item .only-text-num.category {
    display: none;
  }
  .index-state-item:hover svg {
    display: block;
  }
  .header-nav-item:hover a::after {
    background-color: #41AFFF;
  }
  .ads-list.index-state {
    display: none;
  }
  .index-category-list,
  .index-article-list {
    margin-top:32px;
  }
  .ad-home-top,
  .ad-home {
    margin:56px 0;
  }
  .index-list.one,
  .index-list.three {
    margin: 56px 0;
  }
  .deep-background-wrap {
    padding:56px 0 56px;
  }
  .banner-mobile {
    object-fit: none;
  }
  .index-banner {
    background: linear-gradient(90deg, #101F50 0%, #2149CB 100%);
  }
  .banner-bg {
    display: none;
  }
  .header-icon,
  .index-cover {
    display: none;
  }
  .index-title-text.doctor {
    min-width: 450px;
    font-size: 48px;
    line-height: 56px;
  }
  .doctor-list {
    margin-bottom: 40px;
  }
  .state-list {
    grid-template-columns: repeat(4,1fr);

    margin-bottom: 40px;
  }
  .condition-list {

  }
  .only-text-num.category.doctor {
    display: none;
  }
  .doctor-item {
    width: 128px;
    height: 128px;
  }
  .doctor-icon {
    /* max-width: 56px; */
    /* max-height: 56px; */
  }
  .doctor-condition {
    margin-bottom:40px;
  }
  .anchor-wrap {
    position: relative;
    /* margin-bottom: 40px; */
  }

  .aside-doctor-list {
    grid-template-columns: repeat(1,1fr);
    gap:20px;
  }
  .result-btn {
    font-size: 16px;
    width: 140px;
    height: 40px;
  }
  .header-logo-img {
    width: 100%;
    height: 40px;
  }
  .result-name {
    /* font-size: 16px;
    line-height: 22px; */
  }
  .result-info-item span {
    font-size: 14px;
  }

  .doctor-content-list {
    gap:10px;
  }
  .aside-city-item.doctor .aside-city-slug {
    font-size:16px;
  }
  .aside-doctor-link {
    gap:16px;
  }
  .category-list {
    margin-bottom:0px;
  }
  .word-item-tag {
    font-size:14px;
  }
  .doctor-detail-list {
    max-height: 112px;
  }
  .doctor-detail-item {
    font-size: 16px;
    line-height: 28px;
  }
  .doctor-section-wrap .doctor-section {
    margin: 40px 0;
  }
  .doctor-section-wrap .doctor-section:last-child {
    /* margin-bottom: 0; */
  }
  .doctor-info-item span,
  .location-info-item span {
    font-size: 16px;
    line-height: 26px;
  }
  .anchor-item a {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }
  .doctor-info-icon {
    margin-top:2px;
  }
  .doctor-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .aside-city-num {
    font-size:14px;
  }
  .aside-city-wrap{
    grid-template-columns: repeat(1,1fr);
  }
  .doctor-list.index {
    margin-top:32px;
  }
  .doctor-name {
    -webkit-line-clamp: 2;
  }
  .index-list.two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .index-list.two .section-index-title {
    max-width:350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap:24px;
  }
  .hospitals-list {
    width:auto;
    margin-top:0;
    grid-template-columns: repeat(2,1fr);
    gap:0 32px;
  }
  .hospitals-item {
    width:300px;
    padding:24px 0;
  }
  .hospitals-des {
    display: block;
    font-size:16px;
    line-height:24px;
  }
  .hospitals-img {
    display: block;
    width: 309px;
    height: 320px;
    position: absolute;
    bottom:-56px;
    left:0;
  }
  .detail-rankings-href {
    -webkit-line-clamp: 1;
  }
  .store-list {
    margin-bottom:0;
  }
}
