@charset "UTF-8";
a, body {
    color: #333
}

.filter-aside, header {
    box-shadow: 0 0 12px 0 rgba(51, 51, 51, .08)
}

.nav-con, a {
    cursor: pointer
}

.footer-item a:hover, img {
    opacity: 1
}

.adoption-item:hover, .section-item-more:hover, .section-item:hover {
    box-shadow: 0 2px 24px 1px rgba(51, 51, 51, .12)
}

.adoption-item, .footer-item, .footer-logo, .home-section, .nav-con span {
    text-align: center
}

.content-card u, body {
    text-decoration: none
}

.article-section a:hover, .contact-item a:hover .contact-text, td.name-value a {
    text-decoration: underline
}

*, .fav-list {
    box-sizing: border-box
}

.fav, .fav-num, .fav-text {
    float: left
}

.fav-content-num, .fav-text, body {
    font-stretch: normal;
    letter-spacing: 0
}

.detail-title img, .fav-list-btn, .fav-num, .store-img img, img {
    vertical-align: middle
}

.article-page-tip, .fav-text, .gender-item, .name-feature-key {
    text-transform: uppercase
}

@font-face {
    font-family: euclidcircularb;
    font-display: swap;
    src: url(fonts/EuclidCircularB-Regular.woff2) format("woff2"), url(fonts/EuclidCircularB-Regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: euclidcircularb;
    font-display: swap;
    src: url(fonts/EuclidCircularB-Medium.woff2) format("woff2"), url(fonts/EuclidCircularB-Medium.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: euclidcircularb;
    font-display: swap;
    src: url(fonts/EuclidCircularB-SemiBold.woff2) format("woff2"), url(fonts/EuclidCircularB-SemiBold.woff) format("woff");
    font-weight: 700
}

@font-face {
    font-family: mvboli;
    font-display: swap;
    src: url(fonts/Mvboli.woff2) format("woff2"), url(fonts/Mvboli.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url(fonts/Gilroy-Medium.woff2) format("woff2"), url(fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    font-family: euclidcircularb, sans-serif, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column
}

.normal-states-item:hover .icon-vet-next, .vet-states-item:hover .icon-vet-next, .vet-states-item:hover::before, aside, footer, header, main, nav, section {
    display: block
}

a, button, h1, h2, h3, input, ol, p, textarea, ul {
    border: none;
    list-style: none;
    text-decoration: none;
    outline: 0
}

button {
    background: 0 0
}

.filter-state-input:focus, a:hover, a:visited, button:focus, input:focus, textarea:focus {
    outline: 0
}

a {
    display: inline-block
}

img {
    max-width: 100%
}

#popup-back {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 99999;
    display: none
}

.popup-arrow {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg)
}

.popup-inner {
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%
}

.popup-inner, .popup-text {
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

.bread_crumbs {
    width: 100%;
    overflow: hidden
}

.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: #0069FF
}

.bread_crumbs span:first-child::before {
    content: ""
}

.bread_crumbs span:last-child > a {
    height: 18px
}

.bread_crumbs span:last-child > a i {
    color: #0069FF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 880px;
    line-height: 20px
}

.adoption-item:hover .info-name, .article-page-img-wrap:hover + .section-article-title .article-page-link, .aside-service-item:hover a, .bread_crumbs a:hover i, .category-item:hover a, .contact-item a .contact-text, .filter-age-item.active .filter-text, .filter-gender-item.active .filter-text, .name-generate-title span, .name-meaning-item a:hover, .name-next-href.list span, .name-origin-item a:hover, .normal-states-item:hover span, .popular-name-item a:hover span, .section-article-img:hover + .section-article-title .article-page-link, .section-article-title:hover .article-page-link, .section-item.more:hover .section-name, .section-item:hover .info-name, .show-more-states:hover span, .state-abbr-item:hover a, .vet-services-con:hover .service-name, .vet-states-item:hover span, .word-article-item:hover .word-item-link {
    color: #0069FF
}

.link-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.bread-crumbs-wrap {
    display: none;
    height: 48px;
    background-color: #fafafa
}

.header-nav, header {
    background-color: #fff
}

header {
    z-index: 101
}

footer {
    background-color: #E5E5E5
}

.footer, .header, .main {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    width: 100%
}

.main-content {
    margin: 24px auto 0;
    width: 100%;
    max-width: 1140px;
    padding: 0 20px
}

.main-common, .main-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px
}

.content, .main-bottom {
    width: 100%;
    display: flex;
    flex-direction: column
}

.ad-layout, .ads-layout, .aside, .banner-con, .container, .main-common .aside {
    width: 100%
}

.filter-aside {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    max-height: 728px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 102;
    border-radius: 8px 8px 0 0;
    overflow-y: auto
}

.header {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.adoption-list.animal .adoption-con:nth-child(3), .adoption-status img, .adoption-status.article img, .ads-aside.filter, .ads-normal.hide, .category-des.hide, .filter-check-list.hide, .header-nav, .icon-close, .icon-long-close, .nav-con.hide + .nav-list-sub, .related-article-b, .section-bg-img {
    display: none
}

.filter-age-wrap, .header-logo, .service-content, .site-name {
    flex: 1
}

.site-name {
    display: none
}

.site-name a {
    font-weight: bold;
    font-size: 18px
}

.header-logo-img {
    height: 40px;
    object-fit: contain
}

.header-nav {
    position: absolute;
    top: 56px;
    left: 0;
    height: 100vh;
    width: 100%;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #eee;
    padding: 28px 0;
    overflow-y: auto
}

.index-cover-header {
    display: none;
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .4;
    z-index: 100
}

.banner, .footer-logo, .name-table tbody tr, .nav-con, .section-breed-item, .vet-step-num {
    position: relative
}

.filter-wrap, .img-clip:after, .section-info, .section-item-more, .tool-item, main {
    background-color: #fff
}

.nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px
}

.list-banner, .nav-item {
    width: 100%;
    position: relative
}

.animal-detail-item, .animal-info, .nav-item:last-child {
    margin-bottom: 32px
}

.nav-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.filter-category-list, .filter-gender-item, .nav-con-left, .popular-name-item a, .service-item, .specialties-item, .vet-category-title {
    display: flex;
    align-items: center
}

.nav-con-left .icon-tool {
    margin-right: 5px
}

.nav-con span {
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #333
}

.nav-con.hide .nav-con-arrow {
    transform: rotate(90deg)
}

.nav-con-go {
    width: 16px
}

.nav-con-go .nav-con-arrow {
    width: 16px;
    height: 16px;
    fill: #333
}

.nav-item a {
    font-size: 16px;
    color: #666
}

.nav-item svg {
    width: 22px;
    height: 22px;
    margin-right: 12px
}

.nav-list-sub {
    padding-left: 34px;
    margin-bottom: 30px
}

.footer-item, .nav-item-sub, .section-breed-con:first-child {
    margin-bottom: 16px
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px
}

.footer-logo {
    padding-top: 40px
}

.footer-logo img {
    max-width: 270px;
    max-height: 48px;
    height: 100%;
    object-fit: contain
}

.footer-list {
    margin-top: 32px;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.footer-item {
    display: inline-block;
    width: 50%
}

.banner-desktop, .banner-img, .banner-mobile {
    width: 100%;
    height: 100%
}

.animal-sampson.helpful li:last-child, .article-page.vet, .contact-date-item:last-child, .contact-item:last-child, .filter-age-item .filter-check-item, .filter-con.breed .filter-check-list .filter-check-item:last-child, .filter-gender-item .filter-check-item, .footer-item:last-child, .store-info-item:last-child {
    margin-bottom: 0
}

.footer-item a {
    color: #444444;
    opacity: 1;
    line-height: 18px
}

.ads-detail, .home-ad, .vet-normal-section {
    margin: 32px 0
}

.banner-img {
    min-height: 324px
}

.banner-desktop {
    min-height: 340px;
    object-fit: cover;
    display: none
}

.banner-mobile {
    min-height: 310px;
    max-height: 340px;
    object-fit: cover
}

.banner-tool-wrap {
    margin-top: -100px
}

.banner-tool {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.tool-item {
    padding: 24px;
    box-shadow: 0 0 12px 1px rgba(12, 28, 47, .16);
    border-radius: 12px;
    position: relative
}

.section-con, .section-item {
    border-radius: 8px;
    position: relative
}

main {
    flex: 1;
    overflow: hidden;
    padding-bottom: 48px
}

.home-section {
    position: relative
}

.section-type {
    font-family: Mvboli;
    font-size: 20px;
    color: #0069FF
}

.section-type img {
    width: 60px;
    height: 60px
}

.section-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 8px
}

.section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    margin-bottom: -16px;
    margin-left: -16px
}

.section-con {
    width: 50%;
    z-index: 10;
    padding-left: 16px;
    margin-bottom: 16px
}

.section-item {
    border: 1px solid #f0f0f0
}

.home-section .info-name, .section-article-title.breed {
    min-height: auto
}

.section-item-more:hover {
    border: 2px solid #0069FF
}

.section-item-more {
    height: 262px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    padding: 0 12px;
    position: relative
}

.icon-more {
    width: 56px;
    height: 56px;
    fill: #0069FF
}

.section-animal {
    margin-top: 16px;
    color: #999
}

.section-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 12px
}

.info-name, .section-article-title {
    font-size: 18px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    line-height: 24px
}

.icon-go {
    width: 18px;
    height: 15px;
    fill: #999;
    margin-top: 16px
}

.section-img, .section-info {
    width: 100%;
    position: relative
}

.name-next-href.list svg, .section-item.more:hover .icon-go, .show-more-states:hover .icon-show-next {
    fill: #0069FF
}

.section-img {
    height: 148px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    z-index: 3;
    overflow: hidden
}

.section-img.breed {
    height: 130px
}

.img-clip {
    position: relative;
    overflow: hidden
}

.img-clip:after {
    display: inline-block;
    height: 72px;
    width: 120%;
    content: '';
    border-radius: 50%;
    position: absolute;
    bottom: -54px;
    z-index: 6;
    left: -10%
}

.section-info {
    border-top: none;
    border-radius: 0 0 8px 8px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 0 8px 22px
}

.content-delete img, .icon-gender {
    width: 16px;
    height: 16px
}

.info-name {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.info-feature {
    width: 100%;
    margin-top: 12px;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.filter-wrap, .section-article {
    justify-content: space-between
}

.info-feature span {
    display: inline-block;
    padding: 0 6px;
    height: 28px;
    line-height: 28px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 12px;
    color: #666
}

.info-feature span:first-child {
    margin-right: 6px
}

.section-article {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px
}

.section-article-con {
    width: 100%;
    margin-bottom: 16px;
    position: relative
}

.filter-check-list, .section-article-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.section-article-item img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover
}

.section-article-item.breed img {
    height: 100%
}

.section-article-img {
    order: 1;
    position: relative
}

.section-article-title {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding-top: 4px;
    order: 3
}

.section-des {
    display: inline-block;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 12px;
    order: 2
}

.container {
    height: 100%;
    position: relative
}

.container.top {
    margin-left: 0
}

.list-banner img {
    width: 100%;
    height: 100px;
    object-fit: cover
}

.list-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    padding: 0 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.list-banner-text {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 24px
}

.adoption-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -16px;
    margin-bottom: -16px
}

.adoption-ad, .adoption-con {
    margin-bottom: 16px;
    padding-left: 16px
}

.adoption-con {
    width: 50%;
    position: relative;
    z-index: 10;
    border-radius: 8px
}

.adoption-ad {
    width: 100%
}

.adoption-item {
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative
}

.adoption-item.more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    min-height: 294px
}

.adoption-item.more:hover {
    border: 2px solid #0069FF;
    box-shadow: none
}

.adoption-num {
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
    line-height: 22px
}

.filter-wrap {
    height: 55px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
    position: fixed;
    width: 100%;
    z-index: 100
}

#commentBtn, .filter-confirm {
    line-height: 40px;
    background-color: #0069FF;
    text-align: center;
    cursor: pointer
}

.filter-title {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.filter-clear {
    font-size: 16px;
    cursor: pointer;
    color: #999
}

.detail-title .icon-fav, .detail-title .icon-unisex, .filter-close, .icon-menu {
    width: 24px;
    height: 24px
}

.filter-list {
    padding: 0 20px;
    margin-top: 72px;
    margin-bottom: 32px
}

.filter-name.hide .icon-arrow {
    transform: rotate(0)
}

.filter-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer
}

.filter-name.unfolder {
    cursor: auto
}

.filter-name-text, .vet-category-value {
    font-size: 18px;
    font-weight: 500
}

.icon-arrow {
    width: 24px;
    height: 24px;
    fill: #ccc;
    transform: rotate(180deg)
}

.filter-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    z-index: 99;
    position: relative
}

.ads-layout.vet-detail, .adoption-list-custom .filter-check-item:last-child, .filter-con.breed {
    margin-bottom: 40px
}

.filter-confirm {
    width: 100%;
    max-width: 250px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #0069FF;
    font-size: 14px;
    color: #fff;
    margin: 24px auto 0
}

input[type=checkbox] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 2px;
    z-index: 12
}

.animal-table tr:last-child td:first-child, .animal-table tr:last-child td:last-child, .content-card u {
    border-bottom: none
}

.filter-checkbox {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    fill: #fff;
    z-index: inherit
}

input[type=checkbox]:checked + .checkbox-label::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    content: "";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    z-index: 13;
    position: absolute;
    left: 0;
    top: 0
}

.filter-text {
    display: inline-block;
    font-size: 16px;
    margin-left: 8px
}

#area-select, #breed-select {
    height: 44px;
    border-radius: 4px;
    border: 2px solid #aaa;
    outline: 0;
    appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    padding-left: 16px;
    width: 100%;
    cursor: pointer
}

.icon-arrow-select {
    width: 10px;
    height: 8px;
    fill: #666;
    position: absolute;
    right: 16px;
    top: 18px
}

h1 {
    font-size: 28px;
    line-height: 35px
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
    padding: 0 12px;
    width: 100%
}

.banner-text h1 {
    font-size: 40px;
    line-height: 56px;
    color: #fff
}

.banner-text span {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fafbfc;
    opacity: .65;
    text-align: center;
    margin-top: 12px;
    max-width: 536px
}

.about_us h1 {
    margin-bottom: 23px
}

.about_us p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px
}

.about_us h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 5px
}

.ads-normal, .content-card, .home-section.vet, .home-vet-ad {
    margin: 24px 0
}

.ads-detail-top {
    margin: 20px 0 24px
}

.article-page-item {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.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-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.article-page-tip {
    color: #0069FF;
    text-align: center;
    padding: 14px 0 4px
}

.article-page-b {
    text-align: center
}

.islike-wrap {
    padding: 24px 36px;
    margin-top: 24px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .06);
    border-radius: 4px
}

.islike {
    display: flex;
    align-items: center;
    justify-content: center
}

.isLike_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 40px;
    width: 140px;
    font-size: 16px;
    border-radius: 28px;
    margin-top: 16px
}

.comment, .feedback-thank {
    display: none;
    margin-top: 16px
}

.like, .unlike {
    color: #666;
    font-weight: 500;
    background-color: #f8f8f8;
    cursor: pointer
}

.like {
    margin-right: 8px
}

.icon-like-article, .icon-unlike {
    width: 18px;
    height: 18px;
    fill: #666;
    margin-right: 8px;
    margin-left: 8px
}

.like_num, .unlike_num {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    margin-left: 8px;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    color: #5a637c
}

.isLike_btn span {
    font-size: 14px
}

.feedback-thank {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px
}

.comment-form-item {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px
}

#commentText {
    height: 120px
}

#commentEmail, #commentText {
    font-family: GoogleSans;
    width: 100%;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #f2f2f2
}

#commentBtn {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    border-radius: 6px
}

.article-section li, .article-section p {
    font-size: 16px;
    line-height: 26px;
    list-style: disc
}

.article-section img, .article-section p, .article-section ul {
    margin: 14px 0
}

.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: 30px;
    color: #142144;
    margin-top: 38px;
    margin-bottom: 8px
}

.long-nav-btn {
    width: 40px;
    height: 40px;
    background-color: #0f716d;
    border-radius: 50%;
    position: fixed;
    right: 16px;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 125
}

.icon-long-close, .icon-long-list {
    width: 20px;
    height: 20px;
    fill: #fff
}

.long-nav-item {
    font-size: 16px;
    line-height: 30px;
    color: #0069FF;
    display: inline-block;
    margin-top: 12px;
    position: relative;
    padding-left: 16px
}

.long-nav-item:before {
    content: '-';
    height: 100%;
    font-size: 16px;
    color: #0069FF;
    position: absolute;
    left: 0
}

.long-des {
    font-size: 16px;
    line-height: 26px;
    color: #142144
}

.ads-aside.article, .article-page-item.vet, .article-section, .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, .menu-name {
    margin: 0 0 20px
}

.article-section .long-img {
    margin: 0 0 24px
}

.article-section img {
    display: block;
    width: 100%
}

.islike-tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #142144;
    text-align: center
}

.error, .islike-t {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.content-card p:first-child, .content-card ul {
    margin: 0
}

.content-card p:first-child {
    padding: 24px 56px 24px 20px;
    background-color: #0f716d;
    border-radius: 8px 8px 0 0
}

.content-card ul {
    padding: 24px 30px 24px 20px;
    background-color: #f8f8f8;
    border-radius: 0 0 8px 8px
}

.content-card li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #142144;
    position: relative;
    padding-left: 21px
}

.content-card li:before {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    color: #8e97ae;
    background-color: #0f716d;
    position: absolute;
    left: 0;
    top: 12px
}

.content-card u {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.animal-table tr:first-child td:last-child, .category-item a {
    line-height: 22px
}

.article-section ol {
    padding-left: 0;
    margin: 14px 0
}

.article-section ol li {
    padding-left: 32px;
    list-style: none;
    background: url(../img/correct4.svg) left 2px/20px 20px no-repeat
}

.article-section a, .like.people_fill span, .unlike.people_fill span {
    color: #0f716d
}

.article-section ul {
    padding-left: 20px
}

.isLike_btn.people_unfill, .like.people_unfill span, .unlike.people_unfill span {
    color: #999
}

.animal-table tr td:first-child, .like.people_fill, .unlike.people_fill {
    background-color: #EAF3FF;
    color: #00419E
}

.people_unfill span {
    color: #ccc
}

.like.people_fill svg, .unlike.people_fill svg {
    fill: #0f716d
}

h2 {
    font-size: 18px;
    line-height: 28px
}

.menu-name {
    width: 100%
}

.word-article-item {
    display: flex;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer
}

.category-item a, .store-location span, .store-slug a, .store-slug a h3, .store-tel span, .word-item-link {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.word-item-l {
    position: relative;
    overflow: hidden;
    width: 88px;
    height: 88px;
    flex-shrink: 0
}

.word-item-r {
    padding: 5px 11px 0;
    position: relative
}

.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: .2s ease-in;
    -webkit-transition: .2s ease-in
}

.word-item-link {
    -webkit-line-clamp: 3;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px
}

.word-item-tag {
    color: #aaa;
    line-height: 21px
}

.about-list.breed .about-text, .category-des {
    line-height: 24px
}

.index-cover-long {
    display: none;
    position: fixed;
    top: -56px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .4;
    z-index: 108
}

.filter-btn, .filter-btn.breed {
    background-color: #fff;
    display: flex
}

.filter-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    order: 1
}

.icon-filter {
    width: 16px;
    height: 16px;
    fill: #333
}

.filter-btn.breed {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    margin-right: 0;
    order: initial
}

.icon-filter.breed, .popular-name-item svg {
    width: 16px;
    height: 16px;
    margin-right: 12px
}

.filter-btn-text {
    font-size: 16px;
    font-weight: 500
}

.filter-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .4;
    z-index: 102;
    display: none
}

.adouptable-me, .page-back-active:hover, .page-next-active, .store-right {
    background-color: #0069FF
}

.adoption-list.relative, .ads-aside, .aside-article, .aside-list, .aside-mening, .aside-tool.service.article, .category-list, .page-wrap, .page-wrap.vet .brpp_pageGo, .store-list {
    margin-top: 24px
}

.category-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: -8px
}

.category-des {
    font-size: 16px
}

.category-item {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 0;
    border: 1px solid #eee;
    margin-top: 8px;
    padding: 0 4px 0 12px;
    position: relative;
    cursor: pointer
}

.category-item a {
    flex: 1;
    width: 100%;
    align-items: center;
    word-break: break-all;
    -webkit-line-clamp: 1;
    cursor: pointer;
    font-size: 16px
}

.category-num, .category-unit {
    display: inline-block;
    font-size: 14px;
    color: #999
}

.category-unit {
    width: 56px
}

.category-item:hover, .filter-category-item.active .filter-category-icon, .normal-states-item:hover, .state-abbr-item:hover {
    border: 1px solid #0069FF
}

.adoption-btn.article, .store-list.detail {
    margin-bottom: 28px
}

.store-list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: -20px
}

.store-list-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 8px;
    cursor: pointer
}

.store-list-item:hover {
    border: 1px solid #0069FF;
    border-radius: 8px
}

.store-img {
    width: 100%;
    height: 186px
}

.store-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    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
}

.page-back, .page-back-active, .page-next-active {
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap
}

.store-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-right: 20px
}

.store-right {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 10px 0 rgba(29, 47, 94, .06);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.animal-img, .animal-img img {
    max-width: 300px;
    border-radius: 8px
}

.store-slug a, .store-slug a h3 {
    font-weight: 700;
    font-size: 16px;
    word-break: break-all;
    -webkit-line-clamp: 1
}

.store-location, .store-tel {
    display: flex;
    align-items: center;
    height: 100%
}

.adoption-btn-item:last-child, .store-location {
    margin-top: 12px
}

.store-tel {
    margin-top: 6px
}

.icon-info {
    width: 14px;
    height: 14px
}

.store-location svg, .store-tel svg {
    margin-right: 10px;
    opacity: .5
}

.store-location span, .store-tel span {
    flex: 1;
    word-break: break-all;
    -webkit-line-clamp: 1;
    opacity: .7;
    line-height: 20px
}

.ads-offices {
    width: 100%;
    margin-bottom: 20px
}

.animal-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative
}

.animal-img.adopted::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 45%, #0a3f3d 100%);
    opacity: .7
}

.animal-img img {
    width: 100%
}

.animal-table {
    width: 100%;
    margin-top: 24px
}

.animal-table tr td {
    padding: 14px 16px;
    border-radius: 2px;
    line-height: 20px
}

.animal-info.breed .animal-table tr td:first-child {
    width: 110px
}

.animal-table tr td:first-child {
    border-radius: 2px;
    width: 138px;
    font-size: 16px;
    font-weight: 500;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.animal-table tr td:last-child {
    background-color: #fafafa;
    border-radius: 2px;
    font-size: 16px;
    color: #666;
    border-bottom: 4px solid #fff
}

.brpp_pageGo {
    display: flex;
    justify-content: space-between
}

.page-back, .page-back-active {
    color: #46507d;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #d1d3de;
    margin-right: 24px;
    width: 116px;
    display: none
}

.page-back-active .go-1, .page-back-active:hover .go-2 {
    display: none
}

.page-back-active:hover {
    color: #fff;
    border: 1px solid #0069FF
}

.page-back-active:hover .go-1 {
    display: block
}

.adoption-btn-item:hover, .adouptable-me:hover, .filter-banner-btn:hover, .name-next-href:hover, .page-next-active:hover {
    background-color: rgba(0, 105, 255, 0.8)
}

.page-back-active:hover svg, .page-wrap.vet .page-back-active:hover .icon-next, .page-wrap.vet .page-next-active:hover .icon-next {
    fill: #fff
}

.page-next-active {
    width: 120px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pageEllipsis {
    padding-top: 8px
}

.page-next-nor {
    display: none;
    width: 92px;
    margin-left: 12px;
    padding: 12px 16px;
    color: #46507d;
    font-weight: 500;
    border-radius: 4px;
    text-align: center
}

.page-cur, .page-nor {
    color: #333;
    padding: 12px 0
}

.adouptable-me, .adout-me {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.page-cur {
    color: #39ccb6
}

.page-next-active .icon-next {
    fill: #fff;
    width: 15px;
    height: 12px;
    margin-left: 8px;
    vertical-align: middle
}

.page-back-active .icon-next {
    fill: #46507d;
    width: 15px;
    height: 12px;
    margin-right: 8px;
    transform: rotate(180deg)
}

.animal-detail-item h3 {
    font-size: 22px;
    font-weight: 500
}

.animal-contact .animal-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.adouptable-me {
    border-radius: 20px;
    color: #fff
}

.adout-me {
    border-radius: 4px;
    border: 1px solid #0069FF;
    color: #0069FF
}

.adouptable-me a, .adouptable-me:hover, .state-abbr-item.show-btn a {
    color: #fff
}

.about-list, .animal-relative, .aside-tool.service, .contact-list, .section-breed, .vet-category-content {
    margin-top: 32px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px
}

.contact-date-list, .popular-name, .store-detail, .store-info {
    display: flex;
    flex-direction: column
}

.contact-date-item {
    display: inline-block;
    margin-bottom: 8px
}

.icon-contact {
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.contact-text {
    flex: 1;
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-left: 16px;
    line-height: 22px
}

.about-item {
    width: 100%;
    margin-bottom: 32px
}

.about-top {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.icon-about {
    width: 24px;
    height: 24px
}

.about-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-left: 16px
}

.about-des {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-left: 40px;
    margin-top: 4px;
    line-height: 20px;
    word-break: break-word
}

.animal-sampson {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px
}

.animal-sampson.helpful li {
    margin-bottom: 6px
}

.animal-sampson.helpful li span {
    display: inline-block;
    color: #333;
    font-weight: 500;
    margin-right: 8px
}

.animal-relative h2, .aside h2, .popular-name-wrap h2, .store-list h2 {
    font-size: 24px;
    font-weight: 700
}

.aside-list.breed {
    margin-left: -16px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.aside-list.breed .adoption-con {
    width: 50%
}

.aside-list.breed .adoption-item {
    overflow: hidden
}

.aside-list .section-article-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 8px
}

.aside-list .section-des {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #999
}

.error-img {
    margin-top: 64px
}

.error-img img {
    width: 100%;
    max-width: 400px
}

.error-des {
    font-size: 20px;
    line-height: 28px;
    margin: 32px 0;
    text-align: center
}

.error-btn {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    height: 56px;
    background-color: #333;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    color: #fff
}

.filter-slide-item.active, .modal-btn, .modal-title {
    font-weight: 700;
    color: #fff
}

.store-detail-map {
    width: 100%;
    height: 230px;
    margin-top: 24px
}

.store-info-item {
    display: flex;
    margin-bottom: 16px
}

.store-info-item svg, .store-info-item img {
    width: 20px;
    height: 20px;
    fill: #0069FF;
    margin-right: 20px;
    margin-top: 2px
}

.store-info-item span {
    flex: 1;
    font-size: 16px;
    line-height: 22px
}

.top-ad {
    width: 100%;
    margin-bottom: 24px
}

.modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 110;
    display: none
}

.modal-cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.modal-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    max-width: 500px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.modal-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    background-color: #E5E5E5
}

.modal-img {
    max-height: 32px
}

.modal-title {
    font-size: 20px;
    margin-left: 16px;
    line-height: 26px;
    margin-right: 12px
}

.modal-close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    fill: #fff
}

.modal-body {
    position: relative;
    padding: 16px;
    font-size: 16px;
    line-height: 22px
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 0;
    border-top: 1px solid #dee2e6
}

.modal-btn {
    font-size: 16px;
    width: 110px;
    text-align: center;
    padding: 6px 12px;
    height: 40px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #0069FF;
    cursor: pointer
}

.aside-tool.article {
    margin-top: 24px;
    margin-bottom: 24px
}

.aside-tool-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-bottom: -16px;
    margin-top: 24px
}

.aside-tool-con {
    width: 50%;
    padding-left: 16px;
    margin-bottom: 16px
}

.aside-tool-item {
    height: 120px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0
}

.aside-tool-item:hover {
    border: 1px solid #0069FF
}

.aside-tool-item:hover .tool-text {
    color: #0069FF
}

.aside-tool-item:hover svg {
    fill: #0069FF
}

.aside-tool-item svg, .aside-tool-item img {
    width: 40px;
    height: 40px
}

.aside-tool-item .tool-text {
    font-size: 14px;
    margin-top: 12px
}

.ads-list {
    width: 100%;
    margin: 24px 0 16px
}

.adoption-detail-title svg, .detail-title svg, .adoption-detail-title img {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    margin-bottom: 0
}

.adoption-status {
    height: 50px;
    width: 100%;
    background-image: linear-gradient(90deg, #fdefe2 1%, #e4f5f2 100%), linear-gradient(rgba(55, 99, 186, 0.08), rgba(55, 99, 186, 0.08));
    margin-bottom: 24px;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center
}

.adoption-content {
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.icon-adoption {
    width: 24px;
    height: 24px;
    fill: #72441b;
    margin-right: 16px
}

.adoption-text {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #72441b
}

.adoption-status .icon-info {
    fill: #72441b
}

.adopted-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    display: none
}

.filter-state-wrap, .icon-fav, .section-breed-content {
    transform: translateY(-50%)
}

.animal-img.adopted .adopted-content, .filter-addition-item.expand .filter-age-list, .filter-addition-item.expand .filter-gender-list {
    display: flex
}

.icon-adopted {
    width: 32px;
    height: 32px;
    fill: #fff;
    margin-bottom: 8px
}

.adopted-content span {
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.filter-slide-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-wrap: break-word;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
    margin-bottom: 24px
}

.filter-slide-wrap::-webkit-scrollbar {
    display: none
}

.filter-slide-list {
    display: flex;
    width: fit-content
}

.filter-slide-item {
    display: block;
    margin-right: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 36px;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 16px;
    order: 100
}

.filter-slide-item.active {
    border-color: #0069FF;
    background: #0069FF;
    order: 4
}

.section-breed-con {
    width: 100%;
    position: relative;
    overflow: hidden
}

.section-breed-item:hover .section-breed-btn {
    background-color: #f0f0f0
}

.section-breed-img {
    border-radius: 8px;
    min-height: 150px;
    max-height: 250px;
    width: 100%;
    object-fit: cover
}

.section-breed-content {
    position: absolute;
    right: 14px;
    top: 50%;
    text-align: left
}

.icon-breed-category {
    width: 28px;
    height: 28px;
    fill: #fff
}

.section-breed-content h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px
}

.section-breed-btn {
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-top: 16px
}

.section-breed-btn span {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.section-breed-btn .icon-go {
    width: 12px;
    height: 10px;
    fill: #333;
    margin-left: 12px;
    margin-top: 0
}

.filter-category-item {
    display: flex;
    align-items: center;
    margin-right: 24px;
    cursor: pointer
}

.filter-category-icon, .filter-state {
    align-items: center;
    background-color: #fff
}

.filter-category-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    margin-right: 8px
}

.filter-category-icon-fill {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px
}

.filter-category-item.active .filter-category-icon .filter-category-icon-fill, .generate-btn:hover {
    background-color: #0069FF
}

.filter-state-input {
    color: #999;
    font-weight: 500 !important;
    font-size: 16px;
    flex: 1
}

.filter-addition-item.active .filter-age-value, .filter-addition-item.active .filter-gender-value, .filter-age-value.select, .filter-state-input.active {
    color: #333
}

.filter-category-cat, .filter-category-dog {
    flex: 1;
    font-size: 16px
}

.filter-category-item.active .filter-category-cat, .filter-category-item.active .filter-category-dog {
    font-size: 16px;
    font-weight: 700;
    color: #0069FF
}

.filter-state {
    margin-top: 24px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    display: flex;
    cursor: text;
    padding: 0 20px;
    position: relative
}

.filter-state::after {
    display: inline-block;
    content: ' ';
    height: 18px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 44px
}

.filter-state-wrap {
    position: absolute;
    top: 50%;
    left: 20px;
    display: flex;
    align-items: center
}

.filter-state-location {
    width: 16px;
    height: 20px;
    fill: #333;
    margin-right: 12px
}

.filter-common-label, .name-generate-img, .page-wrap.vet .page-back, .page-wrap.vet .page-back span, .page-wrap.vet .page-back-active, .page-wrap.vet .page-back-active span, .page-wrap.vet .page-next-active span, .vet-category-img {
    display: none
}

.filter-age-list, .filter-gender-list, .filter-state-list {
    padding: 12px 0;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    flex-direction: column;
    height: 194px;
    overflow-y: scroll;
    display: none;
    z-index: 16
}

.filter-gender-list {
    height: 154px;
    overflow: auto
}

.filter-age-item, .filter-gender-item, .filter-state-item {
    height: 44px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer
}

.filter-gender-item .icon-gender {
    margin-left: 12px
}

.filter-gender-item span {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    flex: 1
}

.fav-num, .gender-item, .letter-item a, .main-vet, .name-generate-btn, .name-next-href, .vet-near-btn, .vet-services-item {
    text-align: center
}

.filter-age-item:hover, .filter-gender-item:hover, .filter-state-item:hover {
    background-color: rgba(55, 99, 186, 0.08);
    color: #0069FF
}

.filter-addition {
    display: flex;
    margin-left: -12px;
    margin-top: 12px
}

.filter-addition-con {
    width: 50%;
    padding-left: 12px
}

.filter-addition-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer
}

.filter-addition-arrow {
    width: 12px;
    height: 8px;
    fill: #333
}

.filter-age-value, .filter-gender-value {
    font-size: 16px;
    font-weight: 500;
    color: #999
}

.filter-addition-item.expand .filter-addition-arrow {
    transform: rotate(180deg);
    fill: #0069FF
}

.filter-banner-btn {
    width: 100%;
    max-width: 330px;
    height: 48px;
    background-color: #0069FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    cursor: pointer
}

.icon-search {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 8px
}

.icon-search path {
    stroke-width: 1.75
}

.filter-banner-btn span {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.adoption-btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 18px
}

.adoption-btn-item {
    width: 100%;
    height: 48px;
    background-color: #0069FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

.icon-category-white {
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-right: 12px
}

.adoption-btn-item span {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.gender-item, .name-table td a {
    font-size: 14px;
    display: inline-block
}

.letter-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -8px;
    margin-bottom: -4px
}

.letter-con {
    width: 12.5%;
    padding-left: 8px;
    margin-bottom: 8px;
    cursor: pointer
}

.letter-item a {
    display: inline-block;
    width: 100%;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #ecebeb
}

.letter-item a:hover {
    border: 1px solid #0069FF;
    color: #0069FF
}

.letter-item.active a {
    background: #0069FF;
    color: #fff;
    border: 1px solid #0069FF
}

.gender-list {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    border: 1px solid #0069FF
}

.gender-item {
    width: 25%;
    line-height: 42px;
    border-right: 1px solid #0069FF;
    font-family: Gilroy;
    font-weight: 700;
    color: #0069FF;
    cursor: pointer
}

.gender-item.active, .gender-item:hover {
    background-color: #0069FF;
    color: #fff
}

.gender-item:last-child {
    border-right: none
}

.not-found {
    margin-top: 24px;
    font-size: 16px
}

.name-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px
}

.name-table tbody tr:nth-child(2n-1) {
    background-color: #f9f9f9;
    overflow: hidden
}

.name-table tbody tr:active {
    background: #f6f4f2 !important
}

.name-table td {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 16px 0
}

.name-table td a {
    width: 100%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

td.name-gender {
    width: 45px;
    padding-left: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px
}

td.name-gender svg {
    width: 18px;
    height: 18px;
    vertical-align: bottom
}

td.name-gender .icon-unisex {
    width: 21px;
    height: 21px
}

td.name-value {
    padding-right: 12px
}

td.name-value a {
    font-size: 16px;
    font-weight: 700;
    color: #E5E5E5
}

td.name-value-new a {
    color: #0069FF
}

td.name-des {
    padding-right: 0;
    padding-left: 16px
}

td.name-fav {
    width: 38px;
    border-top-right-radius: 8px;
    -moz-border-radius-righttop: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-rightbottom: 8px;
    text-align: right;
    position: relative
}

.icon-fav {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 99
}

.icon-empty {
    fill: #999
}

.icon-fav.icon-fill {
    z-index: 98;
    fill: transparent;
    display: none
}

.fav-btn.active .icon-empty, .fav-btn.active .icon-fill, .name-fav.active .icon-empty, .name-fav.active .icon-fill, .name-fav.active:hover .icon-fav {
    fill: #ff5c5c
}

.name-fav.active .icon-empty {
    display: none
}

.name-fav.active .icon-fill {
    display: block
}

.fav-list {
    padding: 14px 0;
    width: 280px;
    display: block;
    position: fixed;
    top: 35%;
    z-index: 999;
    -webkit-transition: right 150ms linear;
    -moz-transition: right 150ms linear;
    -ms-transition: right 150ms linear;
    transition: right 150ms linear;
    height: 410px;
    right: -280px;
    background-color: #f5f5f5;
    border-radius: 0 0 0 8px;
    border: 4px solid #0069FF
}

.fav-list.expanded {
    right: 0 !important
}

.fav-list-btn {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px dashed #fff;
    left: -34px;
    top: auto;
    bottom: 18%;
    transition: .3s;
    cursor: pointer;
    padding-top: 15px;
    padding-left: 7px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #0069FF;
    -webkit-box-shadow: 0 0 0 -1px rgba(0, 0, 0, .2) inset;
    -moz-box-shadow: 0 0 0 -1px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 -1px rgba(0, 0, 0, .2) inset
}

.add-fly, .add-fly-item {
    width: 20px;
    height: 20px;
    display: block
}

.add-fly {
    position: absolute;
    z-index: 99;
    visibility: hidden;
    transition: transform .2s linear
}

.fav-btn, .name-generate, .name-list {
    position: relative
}

.add-fly-item {
    content: '';
    border-radius: 50%;
    background: #0069FF;
    transition: transform .2s cubic-bezier(.55, 0, .85, .36)
}

.icon-fav-aside {
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    fill: #fff
}

.fav-text {
    margin-left: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    color: #f5f5f5;
    display: none
}

.fav-content-num, .fav-num span {
    font-size: 16px;
    font-weight: 700
}

.fav-num {
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    transform: rotate(90deg) translate(-4px, -4px);
    border-radius: 50%
}

.banner-text.vet, .fav-btn .icon-fav, .home-vet-question span, .step-num {
    transform: translate(-50%, -50%)
}

.fav-num span {
    line-height: 22px;
    display: inline-block;
    color: #fff
}

.fav-content-num {
    line-height: 20px;
    transition: .5s;
    color: #0069FF;
    padding: 0 16px
}

.generate-des, .name-feature-key, .name-feature-value {
    line-height: 24px;
    font-size: 16px
}

.content-list {
    margin-top: 14px;
    height: 356px;
    overflow-y: auto
}

.content-list.active {
    border-top: 2px solid #0069FF
}

.content-item {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc
}

.content-name {
    flex: 1;
    margin-right: 12px;
    height: 40px
}

.content-delete, .detail-title {
    display: flex;
    align-items: center
}

.content-name a {
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    transition: .5s;
    padding-left: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.content-delete {
    padding-right: 16px;
    cursor: pointer;
    height: 40px
}

.aside-origin {
    margin-top: 40px
}

.name-feature-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: -12px
}

.name-meaning-item, .name-origin-item, .popular-name-item {
    width: 50%;
    margin-bottom: 12px
}

.name-meaning-item a, .name-origin-item a, .popular-name-item span {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer
}

.name-title {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0069FF;
    color: #fff;
    border-radius: 4px
}

.detail-title {
    justify-content: space-between
}

.adoption-detail-title h1 {
    font-size: 22px;
    line-height: 28px
}

.detail-title img {
    width: 28px;
    height: 28px;
    margin-left: 12px
}

.name-detail {
    background: #f9f9f9;
    padding: 16px 24px;
    margin-top: 12px
}

.ads-name-detail, .name-content {
    margin-bottom: 20px
}

.name-feature-key {
    font-weight: 700;
    display: block;
    color: #333
}

.name-feature-value {
    color: #666;
    opacity: .8;
    margin-top: 6px
}

.fav-btn {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.fav-btn .icon-fav {
    left: 50%;
    margin-left: 0
}

.name-next-href {
    width: 100%;
    display: flex;
    height: 44px;
    border-radius: 22px;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: #0069FF
}

.name-next-href.list {
    background-color: rgba(89, 176, 172, .14);
    margin-top: 16px
}

.name-next-href.list:hover {
    background-color: #d3eae9
}

.generate-btn, .name-list {
    background-color: #0069FF
}

.name-next-href svg {
    width: 16px;
    height: 12px;
    margin-right: 12px;
    fill: #fff
}

.name-next-href span {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #fff
}

.icon-list {
    width: 22px;
    height: 22px;
    fill: #fff
}

.name-list {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.generate-btn, .generate-img {
    border-radius: 8px;
    width: 100%
}

.name-list:hover {
    background-color: #39ccc6
}

.popular-name-wrap {
    width: 100%;
    order: 3
}

.name-boy.boy, .name-boy.unisex, .name-girl.girl {
    order: 2;
    margin-bottom: 36px
}

.popular-name-list {
    margin-top: 20px;
    margin-bottom: -12px;
    display: flex;
    flex-wrap: wrap
}

.aside.name, .page-wrap.vet {
    margin-top: 0
}

.generate-des {
    margin-bottom: -8px
}

.generate-btn {
    max-width: 320px;
    font-weight: 500;
    height: 56px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto
}

.generate-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px
}

.generate-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: -16px;
    margin-top: 24px;
    margin-bottom: -30px
}

.generate-con {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 30px
}

.generate-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.generate-con.active .generate-name, .generate-item:hover .generate-name {
    color: #fff;
    background-color: #0069FF
}

.generate-img {
    overflow: hidden
}

.generate-img img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover
}

.generate-name {
    width: 100%;
    height: 50px;
    border: 1px solid #0069FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0069FF;
    border-radius: 4px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500
}

.search-loading-result {
    border: 2px solid rgba(0, 0, 0, .1);
    border-left-color: #0069FF;
    border-bottom-color: #0069FF;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    animation: 1s linear infinite spin;
    margin: 32px auto 0
}

.name-table.result {
    margin-top: 32px;
    display: none
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.name-generate {
    width: 100%;
    height: 100%;
    max-height: 240px;
    cursor: pointer
}

.name-generate img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.name-generate-wrap {
    position: absolute;
    top: 40px;
    left: 28px
}

.name-generate-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #72441b
}

.name-generate-btn {
    width: 120px;
    height: 44px;
    background-color: #72441b;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 24px
}

.name-generate:hover .name-generate-btn {
    background-color: #663d18
}

.services-btn:hover, .vet-services-con:hover .vet-services-item, .vet-states-item:hover {
    background-color: rgba(55, 99, 186, 0.08)
}

.banner-img.vet, .banner-mobile.vet {
    min-height: 300px
}

.banner-desktop.vet {
    min-height: 400px
}

.banner-text.vet span {
    padding-right: 40px
}

.banner-text.vet h1 {
    font-size: 48px
}

.banner-text.vet .banner-text-vet {
    font-size: 48px;
    line-height: 56px;
    color: #0069FF;
    opacity: 1;
    width: auto;
    padding: 0
}

.banner-text.vet .banner-des-vet {
    display: block;
    width: 285px;
    font-size: 18px;
    line-height: 24px;
    color: #fafbfc;
    opacity: .75;
    margin: 12px auto 0;
    padding: 0
}

.main-vet {
    width: 100%;
    margin-top: 24px;
    position: relative;
    overflow: hidden
}

.main-vet::after {
    content: "";
    width: 1280px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 48px 5px rgba(0, 0, 0, .25)
}

.home-vet-question {
    height: 48px;
    position: relative;
    margin-top: 24px;
    border-radius: 24px 24px 0 0;
    overflow: hidden
}

.home-vet-question img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.home-vet-question span {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%
}

.aside-service-item a, .normal-states-item span, .vet-states-item span {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.vet-services {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -20px;
    margin-bottom: -24px;
    margin-top: 32px
}

.vet-services-con {
    width: 33.3333%;
    padding-left: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.vet-services-item {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    overflow: hidden;
    background-color: #fafafa;
    position: relative
}

.service-name, .services-btn {
    display: inline-block;
    font-size: 16px
}

.service-name {
    margin-top: 16px;
    line-height: 20px
}

.icon-vet {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px
}

.services-btn {
    width: 164px;
    height: 50px;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #eee;
    font-weight: 500;
    line-height: 50px;
    color: #999;
    margin-top: 32px
}

.services-btn:hover {
    border-radius: 24px;
    border: 1px solid #1e9590;
    color: #1e9590;
    cursor: pointer
}

.normal-states-list, .vet-states {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 8px;
    margin-top: 32px
}

.normal-states-item, .vet-states-item {
    border-radius: 4px;
    display: flex;
    position: relative
}

.aside-service-list, .book-step, .open-time-list, .service-list, .specialties-list, .vet-detail-info, .vet-near-info, .vet-near-list {
    grid-template-columns:repeat(1, 1fr)
}

.normal-states-list.shrink {
    height: 136px;
    overflow: hidden
}

.normal-states-list.expand, .state-abbr-list.expand {
    height: auto
}

.vet-states-item {
    height: 48px;
    padding: 0 16px 0 20px;
    background-color: #fafafa;
    justify-content: space-between;
    align-items: center
}

.normal-states-item {
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #eee;
    justify-content: space-between;
    align-items: center
}

.vet-states-item::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #0069FF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: none
}

.vet-states-item span {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-align: left
}

.normal-states-item span {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden
}

.icon-vet-next {
    width: 7px;
    height: 9px;
    fill: #0069FF;
    display: none
}

.book-step {
    margin-top: 32px;
    display: grid;
    gap: 40px
}

.book-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.icon-vet-step {
    width: 44px;
    height: 40px;
    fill: #0069FF
}

.step-num {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%
}

.anchor-item, .detail-anchor, .open-time-item, .time-hour, .time-week {
    position: relative
}

.vet-step-img {
    margin-top: 32px;
    border-radius: 4px;
    overflow: hidden
}

.vet-step-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px
}

.ads-vet-top, .vet-step-des {
    margin-top: 20px
}

.vet-step-des {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: inline-block
}

.detail-anchor {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 100;
    background-color: #fff
}

.anchor-list {
    width: max-content;
    min-width: 100%;
    display: flex;
    border-bottom: 4px solid #f5f5f5
}

.anchor-item {
    margin-right: 48px;
    padding: 20px 0
}

.anchor-item::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: -4px;
    display: none
}

.anchor-item.active::after {
    display: block;
    background-color: #1e9590
}

.anchor-item a {
    font-size: 16px;
    height: 32px;
    font-weight: 500;
    line-height: 32px
}

.anchor-item.active a, .aside-article.vet .section-article-item:hover .article-page-link, .normal-services-item:hover .normal-services-text {
    color: #1e9590
}

.vet-detail-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee
}

.vet-detail-section.contact, .vet-detail-section.include-ads {
    border-top: none;
    padding-top: 0
}

.vet-detail-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 28px
}

.specialties-list, .vet-detail-info {
    display: grid;
    gap: 24px
}

.detail-info-item, .near-info-item {
    display: flex;
    align-items: flex-start
}

.detail-info-item.web, .info-item-value.web {
    word-break: break-all
}

.detail-info-icon {
    width: 24px;
    height: 24px;
    fill: #333;
    margin-right: 16px
}

.info-item-value {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    flex: 1
}

.open-time-list {
    display: grid;
    gap: 16px
}

.open-time-item {
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: space-between
}

.open-time-item::before {
    position: absolute;
    top: 12px;
    content: "";
    width: 100%;
    border-bottom: 1px dashed #333
}

.time-week {
    font-size: 16px;
    background: #fff;
    padding-right: 10px;
    margin-right: 24px
}

.time-line {
    color: #ccc;
    display: none
}

.time-hour {
    min-width: 150px;
    color: #666;
    background: #fff;
    padding-left: 10px;
    width: 165px
}

.service-list, .vet-near-list {
    display: grid;
    gap: 12px
}

.service-left {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fafafa;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.normal-services-item, .vet-near-item {
    background-color: #fff;
    position: relative
}

.service-left-icon {
    width: 32px;
    height: 32px
}

.service-title {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.service-des {
    display: inline-block;
    margin-top: 8px;
    line-height: 18px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.aside-service-list {
    display: grid;
    gap: 16px;
    margin-top: 24px
}

.aside-service-item a {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden
}

.vet-normal-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 32px
}

.show-more-states {
    font-weight: 500;
    color: #1e9590;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 24px
}

.icon-show-next {
    width: 8px;
    height: 10px;
    fill: #1e9590;
    margin-left: 8px;
    margin-top: 2px;
    transform: rotate(90deg)
}

.show-more-states.expand .icon-show-next {
    transform: rotate(270deg)
}

.normal-services-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -8px
}

.normal-services-item {
    padding: 0 24px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-left: 8px;
    margin-top: 8px;
    display: flex;
    align-items: center
}

.normal-services-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.normal-services-item:hover {
    background-color: rgba(55, 99, 186, 0.08);
    border: 1px solid #1e9590
}

.vet-near-item {
    width: 100%;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #eee
}

.vet-near-item:hover {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .08)
}

.vet-near-item:hover .vet-near-btn {
    background-color: #0033ff
}

.vet-near-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    z-index: 4
}

.vet-near-content {
    position: relative;
    z-index: 4
}

.vet-near-info {
    display: grid;
    gap: 12px;
    flex: 1
}

.near-info-icon {
    width: 20px;
    height: 20px;
    fill: #333;
    margin-right: 16px;
    margin-top: 2px
}

.vet-near-btn {
    width: 200px;
    height: 48px;
    background-color: #0069FF;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    margin-top: 18px;
    align-self: flex-end
}

.vet-near-bg {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%)
}

.vet-near-bg img {
    height: 160px
}

.page-wrap.vet .page-back, .page-wrap.vet .page-back-active, .page-wrap.vet .page-next-active {
    width: 40px;
    height: 40px;
    border: 2px solid #666;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.page-wrap.vet .page-back-active:hover, .page-wrap.vet .page-next-active:hover {
    border: 2px solid #1e9590;
    background-color: #1e9590
}

.page-wrap.vet .icon-next {
    width: 16px;
    height: 16px;
    margin: 0;
    fill: #666
}

.page-wrap.vet .page-cur, .page-wrap.vet .page-nor {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
    text-align: center
}

.page-wrap.vet .page-cur {
    background-color: #1e9590;
    color: #fff
}

.page-wrap.vet .page-nor {
    background-color: #fff;
    color: #0f716d
}

.page-wrap.vet .page-nor:hover {
    background-color: #eee
}

.page-wrap.vet .pageEllipsis {
    padding-top: 12px;
    font-weight: 700
}

.vet-normal-section.vet-category {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eee
}

.vet-normal-section.vet-category.include-ads {
    padding-bottom: 0;
    border-bottom: none
}

.vet-category-img img {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden
}

.vet-category-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fafafa;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-icon {
    width: 22px;
    height: 22px
}

.vet-category-des {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: inline-block;
    margin-top: 12px
}

.state-abbr-list {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 8px;
    position: relative;
    height: 40px;
    overflow: hidden
}

.state-abbr-item {
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee
}

.state-abbr-item a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

.state-abbr-item.show-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% - 40px) / 6);
    background-color: #0069FF;
    border: 1px solid #0069FF;
    border-radius: 4px
}

.state-abbr-item.show-btn:hover {
    background-color: #0033FF;
    border: 1px solid #0033FF
}

.state-abbr-list.expand .show-btn {
    position: relative;
    right: auto;
    top: auto;
    width: auto
}

.ads-normal.vet {
    margin-top: 0;
    margin-bottom: 24px
}

@media screen and (min-width: 480px) {
    .adoption-list, .section-article, .section-list {
        margin-left: -16px
    }

    .adoption-btn, .aside-list, .popular-name {
        display: flex
    }

    .page-next-active {
        width: 130px
    }

    .list-banner img {
        height: 120px
    }

    .banner-text h1 {
        font-size: 48px;
        line-height: 64px
    }

    .banner-text span {
        padding: 0 44px
    }

    .section-article-con {
        text-align: left;
        width: 50%;
        padding-left: 16px;
        position: relative
    }

    .section-article {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 32px
    }

    .adoption-con {
        width: 50%;
        padding-left: 16px;
        margin-bottom: 16px
    }

    .section-list {
        margin-bottom: -16px
    }

    .section-con {
        padding-left: 16px;
        margin-bottom: 16px
    }

    .like, .unlike {
        margin: 24px 12px 0
    }

    .section-img {
        height: 218px
    }

    .section-img.breed {
        height: 180px
    }

    .aside-list {
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -16px
    }

    .aside-list .section-article-con {
        width: 50%
    }

    .section-item-more {
        height: 332px;
        padding: 0 24px
    }

    .icon-breed-category {
        width: 39px;
        height: 39px
    }

    .section-breed-content h3 {
        font-size: 32px;
        line-height: 40px
    }

    .section-breed-btn {
        width: 148px;
        height: 45px;
        margin-top: 20px
    }

    .section-breed-btn span {
        font-size: 18px
    }

    .section-breed-btn .icon-go {
        width: 14px;
        height: 12px
    }

    .adoption-btn-item {
        width: 49%
    }

    .adoption-btn-item:last-child {
        margin-top: 0
    }

    .letter-con {
        width: 10%;
        padding-left: 8px;
        margin-bottom: 8px;
        cursor: pointer
    }

    .popular-name {
        flex-direction: row;
        margin-left: -32px
    }

    .popular-name-wrap {
        width: 50%;
        padding-left: 32px
    }

    .name-boy.boy .popular-name-list, .name-boy.unisex .popular-name-list, .name-girl.girl .popular-name-list {
        border-right: 1px solid #f5f5f5
    }

    .name-boy.boy, .name-boy.unisex, .name-girl.girl {
        margin-bottom: 0
    }

    .banner-text.vet .banner-des-vet, .banner-text.vet div, .banner-text.vet h1 div {
        display: inline-block
    }

    .banner-text.vet h1, .banner-text.vet span {
        text-align: center
    }

    .vet-services-con {
        width: 25%
    }

    .vet-services-con:last-child {
        display: block
    }

    .icon-vet {
        max-width: 56px;
        max-height: 56px
    }

    .specialties-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .time-hour {
        width: 330px
    }
}

@media screen and (min-width: 580px) {
    .aside-list.breed .adoption-con {
        width: 33.3333%
    }

    .page-next-active {
        width: 164px;
        margin-left: 24px
    }

    .adoption-list.animal .adoption-con:nth-child(3), .adoption-list.relative .adoption-con:last-child, .adoption-list.relative .adoption-con:nth-child(3n), .name-generate-img {
        display: block
    }

    .ads-list {
        margin-right: 2%
    }

    .aside-tool-con {
        width: 25%
    }

    .home-section .section-img {
        height: 178px
    }

    .adoption-con, .section-con {
        width: 33.333%;
        padding-left: 16px;
        margin-bottom: 16px
    }

    .article-page {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -16px
    }

    .article-page-item {
        width: 49%;
        text-align: left
    }

    .menu-name {
        width: 100%;
        margin: 0 0 24px
    }

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

    .word-article-item {
        width: 49%;
        margin-bottom: 20px;
        padding: 0 8px 0 0
    }

    .category-wrap {
        margin-right: -2%
    }

    .category-item {
        width: 48%;
        margin-right: 2%
    }

    .section-item-more {
        height: 292px
    }

    .footer-list {
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: none;
        text-align: center;
        margin-left: -40px
    }

    .footer-item {
        width: auto;
        margin-left: 40px;
        margin-bottom: 0
    }

    .name-generate-btn, .section-breed-content h3 {
        margin-top: 16px
    }

    .section-breed-btn {
        margin-top: 24px
    }

    .name-table td a, td.name-des a {
        font-size: 16px
    }

    td.name-gender {
        width: 53px;
        padding-left: 16px !important
    }

    td.name-fav {
        width: 54px;
        padding-right: 16px !important
    }

    .icon-fav {
        right: 16px
    }

    .name-meaning-item, .name-origin-item {
        width: 33.33333%
    }

    .name-next {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: -16px
    }

    .name-next-href {
        margin-left: 16px;
        order: 2
    }

    .name-next-href.list {
        margin-top: 0;
        order: 1
    }

    .name-generate {
        height: 150px
    }

    .name-generate-img-moile {
        display: none
    }

    .name-generate-wrap {
        top: 28px
    }

    .time-line {
        color: #ccc;
        display: inline-block
    }

    .time-hour {
        display: inline-block;
        margin-top: 0;
        width: 495px
    }
}

@media screen and (min-width: 680px) {
    .adoption-status {
        height: 80px;
        width: 100%;
        background-image: linear-gradient(90deg, #fdefe2 1%, #e4f5f2 100%), linear-gradient(rgba(55, 99, 186, 0.08), rgba(55, 99, 186, 0.08));
        margin-bottom: 24px;
        position: relative
    }

    .adoption-status img, .adoption-status.article img {
        display: block;
        height: 100%;
        position: absolute;
        right: 16px;
        top: 0;
        margin: 0;
        width: auto
    }

    .adoption-content {
        padding-left: 32px
    }

    .icon-adoption {
        width: 32px;
        height: 32px;
        margin-right: 20px
    }

    .adoption-text {
        font-size: 22px
    }

    .section-article {
        margin-left: -16px
    }

    .section-article-con {
        padding-left: 24px;
        margin-bottom: 24px
    }

    .adoption-con {
        width: 33.333%
    }

    .animal-info {
        display: flex;
        align-items: inherit
    }

    .animal-info.breed .animal-img {
        width: 100%;
        max-width: 380px
    }

    .animal-info.breed .animal-img img {
        max-width: 380px;
        max-height: 210px
    }

    .animal-info.breed.cat .animal-img img {
        max-height: 310px
    }

    .animal-img {
        width: 300px;
        font-size: 0;
        margin-right: 24px
    }

    .animal-img img:not(.icon-adopted) {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .animal-table {
        flex: 1;
        margin-top: 0
    }

    .about-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: -32px
    }

    .animal-detail-item.animal-about {
        margin-bottom: 0
    }

    .about-item {
        width: 49%
    }

    .header-nav {
        padding-top: 38px
    }

    .section-breed {
        display: flex;
        margin-left: -24px
    }

    .section-breed-con {
        width: 50%;
        padding-left: 24px
    }

    .icon-breed-category {
        width: 28px;
        height: 28px;
        fill: #fff
    }

    .section-breed-content h3 {
        font-size: 20px;
        line-height: 20px
    }

    .section-breed-btn {
        width: 120px;
        height: 32px;
        margin-top: 16px
    }

    .section-breed-btn span {
        font-size: 14px
    }

    .section-breed-btn .icon-go {
        width: 12px;
        height: 10px
    }

    .letter-con {
        width: 8.3333333%;
        padding-left: 8px;
        margin-bottom: 8px;
        cursor: pointer
    }

    .adoption-status .icon-info {
        display: none
    }

    .banner-text.vet span {
        padding-right: 0
    }

    .banner-text.vet h1 {
        font-size: 72px
    }

    .banner-text.vet .banner-text-vet {
        font-size: 72px;
        line-height: 56px
    }

    .banner-text.vet .banner-des-vet {
        font-size: 20px;
        line-height: 28px;
        margin-top: 16px
    }

    .vet-services-con {
        width: 20%
    }

    .open-time-list {
        min-width: 50%;
        max-width: 660px
    }
}

.breed-grid{
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    margin-top: 10px;
}

.breed-grid .grid-col {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 40%;
}

.breed-grid .grid-col .gatsby-image-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    margin-top: 0;
    max-width: 100%;
}

.breedCard-traits{
    margin-bottom: 20px;
    margin-top: 12px;
    padding-bottom: 20px;
}

.breedCard-traits h2 {
    color: #4d4751;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.breedCard-traits .breedCard-traits-item{
    margin-top: 12px;
}

.breedCard-traits-item>div {
    align-items: baseline;
    display: flex;
    gap: 10px;
}

.breedCard-traits-item>div>div{
    height: 25px;
}

.breedCard-traits-item svg,.breedCard-traits-item img{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.breedCard-traits-item h3 {
    align-items: flex-end;
    font-family: Nexa Heavy, arial, helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.breedCard-traits-item span {
    color: #4d4751;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.hasWysiwygContent{
    line-height: 1.6;
}
.hasWysiwygContent p:not(:last-child) {
    margin-bottom: 16px;
}

ul.breedCard-attributes {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    list-style: none;
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-top: 1.25rem;
}

.progressBar-wrapper {
    color: #4d4751;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial,helvetica,sans-serif;
    display: inline-grid;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.progressBar-bar {
    border-radius: 20px;
    margin-top: .325rem;
    vertical-align: middle;
}

.txt-disclaimer {
    color: #4d4751;
    font-family: Nexa Regular, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    text-transform: none;
}

.pc{
    display: none!important;
}

@media screen and (min-width: 768px) {
    .mobile{
        display: none!important;
    }
    .pc{
        display: block!important;
    }
    .breed-grid.pc{
        display: flex!important;
    }
    .main-common .container.breed-container{
        max-width: 788px;margin-right: 24px
    }
    .fav-list-btn, .info-feature span {
        font-size: 14px
    }

    .book-step, .normal-states-list, .vet-states {
        grid-template-columns:repeat(3, 1fr)
    }

    .page-next-nor {
        display: initial;
        visibility: hidden
    }

    .info-name {
        -webkit-line-clamp: 2
    }

    .page-back, .page-back-active {
        width: 164px;
        display: inline-block
    }

    h1 {
        font-size: 32px;
        line-height: 44px
    }

    .about_us h3, h2 {
        font-size: 22px
    }

    .detail-title svg {
        width: 24px;
        height: 24px
    }

    .detail-title .icon-unisex {
        width: 26px;
        height: 26px
    }

    .about_us h3 {
        font-weight: 700
    }

    .category-wrap, .store-list-wrap {
        margin-right: -2%
    }

    .category-item {
        width: 32%;
        margin-right: 1%
    }

    .store-list-item {
        width: 48%;
        margin-right: 2%
    }

    .ads-offices, .ads-records, .icon-fav-aside {
        display: none
    }

    .store-detail {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .store-detail-map {
        margin-top: 0;
        width: 350px
    }

    .name-table td {
        padding: 16px 12px
    }

    .name-table td a {
        font-size: 16px
    }

    td.name-value {
        width: 120px;
        padding-right: 48px
    }

    .fav-list-btn {
        height: 45px;
        width: 160px;
        left: -106px;
        top: 53px;
        border: 1px solid transparent;
        border-radius: 8px 8px 0 0;
        color: #fff;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        padding: 0 0 0 2px;
        overflow: hidden;
        border-bottom: 0;
        box-sizing: border-box
    }

    .fav-text {
        display: block
    }

    .fav-num {
        height: 22px;
        width: 22px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: #fff;
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .27) inset;
        -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .27) inset;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, .27) inset;
        margin: 12px 0 0 8px
    }

    .fav-num span {
        color: #0069FF
    }

    .name-meaning-item, .name-origin-item {
        width: 25%
    }

    .generate-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-left: -16px;
        margin-top: 24px;
        margin-bottom: 0
    }

    .generate-con {
        width: 33.333%;
        padding-left: 16px;
        margin-bottom: 0
    }

    .adoption-detail-title h1 {
        font-size: 32px;
        line-height: 40px
    }

    .adoption-detail-title svg, .adoption-detail-title img {
        width: 20px;
        height: 20px
    }

    .book-step {
        gap: 24px
    }

    .book-step-item:first-child:after, .book-step-item:nth-child(2):after, .book-step-item:nth-child(2):before, .book-step-item:nth-child(3):before {
        content: '';
        width: calc(50% + 20px);
        height: 3px;
        background-color: rgba(55, 99, 186, 0.5);
        border-radius: 1px;
        opacity: .08;
        position: absolute;
        top: 20px
    }

    .book-step-item:first-child:after, .book-step-item:nth-child(2):after {
        left: 50%
    }

    .book-step-item:nth-child(2):before, .book-step-item:nth-child(3):before {
        right: 50%
    }

    .vet-near-item {
        padding: 30px
    }

    .vet-near-content {
        display: flex;
        justify-content: space-between
    }

    .page-wrap.vet .page-back, .page-wrap.vet .page-back-active {
        display: flex;
        margin-right: 22%
    }

    .page-wrap.vet .page-back, .page-wrap.vet .page-back-active, .page-wrap.vet .page-next-active {
        width: 44px;
        height: 44px
    }

    .page-wrap.vet .page-cur, .page-wrap.vet .page-nor {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px
    }

    .page-wrap.vet .page-next-active {
        margin-left: 22%
    }

    .vet-normal-section.vet-category {
        display: flex;
        align-items: flex-start
    }

    .vet-category-img {
        margin-right: 24px;
        display: block
    }

    .vet-category-img img {
        min-width: 250px;
        max-height: 180px
    }

    .vet-category-content {
        margin-top: 0;
        flex: 1
    }

    .state-abbr-list {
        grid-template-columns:repeat(10, 1fr)
    }

    .state-abbr-item.show-btn {
        width: calc((100% - 72px) / 10)
    }

    .vet-near-btn {
        width: 160px;
        margin-top: 0;
        margin-left: 24px
    }

    .banner-text.vet .banner-des-vet {
        width: 100%
    }
}

@media screen and (min-width: 880px) {
    .section-article, .section-list {
        margin-left: -24px
    }

    .section-con {
        width: 20%;
        margin-bottom: 0;
        padding-left: 24px
    }

    .section-list .section-con:nth-last-child(2) {
        display: none
    }

    .section-article-con {
        width: 25%;
        padding-left: 24px
    }

    .section-article-title {
        order: 2;
        padding-top: 12px
    }

    .section-des {
        order: 3;
        margin-top: 6px
    }

    .article-page-item .section-article-title {
        order: 3;
        padding-top: 4px
    }

    .article-page-item .section-des {
        order: 2;
        margin-top: 12px
    }

    .icon-breed-category {
        width: 39px;
        height: 39px;
        fill: #fff
    }

    .section-breed-content h3 {
        font-size: 32px;
        line-height: 40px
    }

    .section-breed-btn {
        width: 148px;
        height: 45px;
        margin-top: 20px
    }

    .section-breed-btn span {
        font-size: 18px
    }

    .section-breed-btn .icon-go {
        width: 14px;
        height: 12px
    }
}

@media screen and (max-width: 1024px) {
    .header-logo {
        display: none
    }

    .site-name {
        display: block
    }

    .icon-menu {
        margin-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .section-breed-content {
        right: 20px
    }

    .ads-aside.article {
        margin-top: 40px;
        margin-bottom: 40px
    }

    header {
        z-index: 124
    }

    .adoption-list, .aside-list.breed {
        margin-left: -24px
    }

    .aside .word-article-item, .aside-list.breed .adoption-con, .filter-addition-con, .name-meaning-item, .name-origin-item {
        width: 100%
    }

    .ads-list, .banner-mobile, .filter-btn, .filter-btn.breed, .filter-close, .filter-slide-wrap, .filter-state-location, .icon-menu, .long-nav-btn, .nav-con-go, .nav-item svg {
        display: none
    }

    .adoption-num, .ads-aside, .ads-aside.filter, .ads-normal.hide, .anchor-item:hover::after, .banner-desktop, .category-des.hide, .nav-item:hover .nav-list-sub, .page-back, .related-article-b {
        display: block
    }

    .page-back-active {
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center
    }

    .section-article-item.breed img {
        max-height: 162px
    }

    .article-page-item .section-article-title {
        order: 2;
        padding-top: 12px
    }

    .article-page-item .section-des {
        order: 3;
        margin-top: 4px
    }

    .page-back {
        visibility: hidden
    }

    .aside-tool-list {
        margin-left: -12px;
        margin-bottom: -12px
    }

    .aside-tool-con {
        width: 50%;
        padding-left: 12px;
        margin-bottom: 12px
    }

    .aside-list .section-article-title {
        padding-top: 12px
    }

    .section-type {
        font-size: 28px
    }

    .bread-crumbs-wrap {
        display: flex;
        align-items: center
    }

    .header {
        height: 64px
    }

    .footer, .header, .main {
        padding: 0 24px
    }

    .section-bg-img.one {
        display: block;
        position: absolute;
        top: -32px;
        right: -25%
    }

    .section-bg-img.two {
        display: block;
        position: absolute;
        top: -32px;
        left: -25%
    }

    .section-bg-img.two img {
        transform: scaleX(-1)
    }

    .home-ad, .home-section {
        margin: 64px 0
    }

    .home-ad.vet, .home-section.vet {
        margin: 48px 0
    }

    .header-nav {
        width: auto;
        display: block;
        position: initial;
        top: auto;
        left: auto;
        background-color: transparent;
        border-top: none;
        height: auto;
        padding: 0;
        overflow-y: hidden
    }

    .nav-list {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0
    }

    .nav-list:hover {
        height: 100vh;
        width: 100%
    }

    .nav-item {
        width: auto;
        margin-left: 0;
        cursor: pointer
    }

    .nav-item:first-child {
        margin-left: 16px
    }

    .nav-item:last-child {
        margin-bottom: 0
    }

    .nav-con span {
        font-size: 15px;
        text-transform: uppercase
    }

    .nav-item a {
        font-size: 15px;
        line-height: 18px;
        text-align: center
    }

    .banner-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-35%, -70%);
        text-align: center;
        padding: 0 16px
    }

    .nav-item-sub a, .section-article-item {
        text-align: left
    }

    .banner-text h1 {
        font-size: 56px;
        line-height: 64px
    }

    .banner-text span {
        font-size: 16px;
        line-height: 24px;
        opacity: .65;
        padding: 0 88px;
        width: 536px
    }

    .banner-tool-wrap {
        width: 100%;
        position: relative;
        margin-top: 0
    }

    .banner-tool {
        width: 100%;
        position: absolute;
        left: 50%;
        top: -70px;
        transform: translateX(-50%);
        flex-wrap: nowrap;
        z-index: 123
    }

    .footer .footer-list {
        margin-bottom: 32px
    }

    .section-article-img {
        height: 180px
    }

    .filter-aside, .filter-wrap {
        height: auto;
        position: relative
    }

    .footer-logo img {
        max-width: none
    }

    .section-title {
        font-size: 40px;
        line-height: 80px;
        margin-top: 0
    }

    .section-article-item.breed .section-article-img {
        height: 100%
    }

    .main-content {
        margin: 24px auto 0;
        width: 100%;
        max-width: 1140px;
        padding: 0 24px
    }

    .main-content.adoption {
        margin-top: 42px
    }

    .main-content.adoption .container {
        margin-left: 114px;
        max-width: 728px
    }

    .content, .main-bottom {
        flex-direction: row
    }

    .aside {
        margin-top: 16px;
        max-width: 250px
    }

    .filter-aside {
        max-height: none;
        display: block !important;
        max-width: 250px;
        background-color: #fff;
        box-shadow: none;
        left: auto
    }

    .filter-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding: 0 0 20px
    }

    .filter-title {
        position: inherit;
        top: auto;
        left: auto;
        transform: none
    }

    .filter-clear {
        color: #0069FF;
        order: 1
    }

    .filter-list {
        margin-top: 32px;
        padding: 0
    }

    .list-banner img {
        height: 220px;
        object-fit: cover
    }

    .list-banner-text {
        font-size: 40px;
        position: absolute;
        left: 24px
    }

    .adoption-con {
        width: 33.33333%;
        padding-left: 24px;
        margin-bottom: 24px
    }

    .adoption-item {
        border-radius: 8px;
        text-align: center
    }

    .main-common .container {
        max-width: 728px;
        margin-right: 84px
    }

    .main-common .aside {
        max-width: 280px
    }

    .islike-tit {
        font-size: 24px;
        line-height: 32px
    }

    .isLike_btn, .isLike_btn span {
        font-size: 16px
    }

    .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;
        border-radius: 28px;
        margin-top: 16px
    }

    .icon-like-article, .icon-unlike {
        width: 20px;
        height: 20px;
        fill: #666;
        margin-right: 12px;
        margin-left: 12px
    }

    .like_num, .unlike_num {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 20px;
        position: relative;
        z-index: 1;
        margin-left: 12px;
        text-align: center;
        line-height: 40px
    }

    .article-section .long-content, .article-section .long-img {
        margin-bottom: 28px
    }

    .long-nav {
        display: flex;
        flex-direction: column;
        margin: 0 0 40px;
        width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .aside-tool.service, .long-nav-title {
        margin-top: 0
    }

    .content-card p:first-child {
        padding: 24px 56px 24px 30px
    }

    .content-card ul {
        padding: 28px 30px
    }

    .article-section ol {
        padding-left: 25px
    }

    .people_unfill span {
        color: #ccc
    }

    .adoption-ad {
        padding-left: 24px;
        margin-bottom: 24px
    }

    .category-item {
        height: 40px
    }

    .category-item a {
        font-size: 14px
    }

    .category-num, .category-unit {
        font-size: 12px
    }

    .aside-list {
        margin-left: 0
    }

    .aside-list .section-article-con {
        width: 100%;
        padding-left: 0
    }

    .top-ad {
        margin-bottom: 42px
    }

    .filter-confirm {
        background-color: #0069FF;
        color: #fff;
        display: none
    }

    .filter-confirm:hover {
        background-color: #37b3b5;
        color: #fff
    }

    .name-feature-key, .section-name {
        font-size: 18px
    }

    .nav-con {
        padding: 13px 12px;
        border-radius: 22px;
        margin-bottom: 0
    }

    .nav-item::after {
        display: inline-block;
        content: ' ';
        height: 18px;
        width: 100%;
        background-color: transparent;
        position: absolute;
        top: 44px
    }

    .nav-item:hover .nav-con {
        background-color: #f5f5f5
    }

    .nav-list-sub {
        padding: 12px 0;
        width: 180px;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 0 12px 1px rgba(12, 28, 47, .16);
        border-radius: 12px;
        left: 0;
        top: 62px;
        display: none;
        margin: 0
    }

    .detail-anchor, .nav-item-sub {
        position: relative
    }

    .nav-item-sub {
        padding: 0 24px;
        margin: 0
    }

    .nav-item-sub a {
        display: block;
        padding: 12px 0;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: 500
    }

    .nav-item-sub:hover {
        background-color: rgba(55, 99, 186, 0.08)
    }

    .nav-item-sub:hover a {
        color: #0069FF
    }

    .aside.name, .section-breed-content h3 {
        margin-top: 16px
    }

    .section-breed-btn {
        margin-top: 24px
    }

    .filter-bottom {
        display: flex
    }

    .filter-state {
        height: 68px;
        max-width: 400px;
        margin-right: 12px
    }

    .filter-addition {
        flex: 1;
        margin-right: 12px;
        margin-top: 24px
    }

    .filter-addition-item {
        height: 68px
    }

    .filter-common-label {
        display: block;
        font-size: 14px;
        color: #999;
        margin-bottom: 8px
    }

    .filter-age-value, .filter-gender-value, .filter-state-input {
        color: #333;
        font-size: 18px
    }

    .filter-state-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .filter-banner-btn {
        width: 154px;
        height: 68px;
        border-radius: 8px
    }

    .filter-age-list, .filter-gender-list, .filter-state-list {
        top: 74px
    }

    .filter-age-item, .filter-gender-item, .filter-state-item {
        padding: 12px 24px
    }

    .home-ad.top {
        margin-top: 140px
    }

    .fav-btn:hover .icon-empty, .name-fav:hover .icon-empty {
        fill: #666
    }

    .fav-btn.active:hover .icon-empty {
        fill: #ff5c5c
    }

    .name-table tr:hover {
        background-color: rgba(234, 243, 255, 0.5) !important
    }

    .aside-tool.article {
        margin-top: 0;
        margin-bottom: 40px
    }

    .page-cur, .page-nor {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        padding: 0
    }

    .page-cur, .page-nor:hover {
        background: #0069FF;
        color: #fff
    }

    .home-vet-question {
        height: 96px
    }

    .home-vet-question span {
        font-size: 32px
    }

    .vet-services {
        margin-left: -40px
    }

    .vet-services-con {
        width: 14.285%;
        padding-left: 40px
    }

    .normal-states-list, .vet-states {
        grid-template-columns:repeat(4, 1fr)
    }

    .book-step {
        gap: 40px
    }

    .aside-service-list {
        grid-template-columns:repeat(1, 1fr)
    }
}

@media screen and (min-width: 1800px) {
    .banner-text {
        transform: translate(-40%, -65%)
    }

    .banner-text h1 {
        font-size: 72px;
        line-height: 88px
    }

    .banner-text span {
        font-size: 20px;
        line-height: 28px
    }
}

.accept-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(60deg, rgb(184, 247, 254) 0, rgb(233, 227, 253) 100%);
    text-align: center;
    padding: 15px 40px 15px 20px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    z-index: 1040
}

.accept-cookies .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    color: #999
}

.accept-cookies .buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center
}

.accept-cookies .buttons a {
    display: block;
    width: auto;
    height: auto;
    padding: 6px 12px;
    border-radius: 18px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #0069FF
}

.accept-cookies .buttons a:last-child {
    background-color: #0069FF;
    color: #fff;
    margin-right: 0
}