@charset "utf-8";

/* PUBLIC START */

:root {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

*:not(dialog) {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.625;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

img,
video,
svg {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.user-content img,
.user-content video {
    display: initial;
    max-width: initial;
    height: initial;
    object-fit: initial;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.header1-wrap {
    background-color: #181818;
    color: #fff;
}

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

.header1-form {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    border: 1px solid #989898;
    border-radius: 16px;
}

.header1-form input {
    background-color: inherit;
    color: #fff;
    border: none;
    outline: none;
    padding: 4px 12px;
}

.header1-form button {
    background-color: transparent;
    color: #a1a1a1;
    padding: 5px;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
}

.header1-form button i {
    display: block;
    line-height: 1;
}

.header1-form button:hover {
    color: #fff;
}

.header2-wrap {
    background-color: #000;
    color: #fff;
}

.header2 {
    display: flex;
    align-items: center;
}

.header2 > li > a {
    display: block;
    font-size: 0.875rem;
    padding: 0.625em 2.2em;
    letter-spacing: 1px;
    transition: background-color 150ms ease-out;
}

.header2 > li > a.active,
.header2 > li > a:hover {
    background-color: #515050;
}

.header2 > li:hover .menu {
    display: block;
}

.header2 > li {
    position: relative;
}

.header2 .menu {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    right: 0;
    border: 1px solid #E6E4E3;
    display: none;
}

.header2 .menu a {
    display: block;
    text-align: center;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 0.875rem;
    background-color: #fff;
    color: #666;
    transition: color 150ms ease-out;
}

.header2 .menu li + li {
    border-top: 1px solid #E6E4E3;
}

.header2 .menu a:hover {
    color: #fe7700;
}

footer {
    background-color: #474747;
    color: #fff;
    padding: 30px 0 15px;
}

.footer-section-1 {
    display: flex;
    align-items: center;
    align-content: space-between;
    gap: 20%;
}

.footer-section-1 h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.footer-section-1 h1 span:nth-child(2) {
    font-weight: 500;
}

.footer-section-1 img {
    width: 115px;
    height: 115px;
}

.footer-section-1 p {
    font-weight: lighter;
}

.footer-section-2 {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    font-weight: 300;
}

.lj-heading {
    display: flex;
    justify-content: center;
    position: relative;
    --border-width: 2px;
}

.lj-heading h1 {
    font-size: 2rem;
    padding: 0 1em;
    border-left: var(--border-width) solid currentColor;
    border-right: var(--border-width) solid currentColor;
    margin: auto;
}

.lj-heading .line {
    align-self: center;
    flex: 1;
    height: var(--border-width);
    background-color: currentColor;
}

.thinkphp-pagination > div {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.thinkphp-pagination > div > * {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    border-radius: 100%;
}

.thinkphp-pagination > div > *.thispage {
    background-color: #2a2a2a;
    color: #fff;
}

.thinkphp-pagination > div > *:not(.thispage):hover {
    background-color: #2a2a2a;
    color: #fff;
    transition: all 150ms;
}

[x-cloak] {
    display: none !important;
}

/* PUBLIC END */

/* HOME START */

.home-banner-swiper {
    background-color: #16181d;
}

.home-banner-swiper img {
    margin-left: auto;
    margin-right: auto;
}

.home-section1-wrap {
    background-color: #f5f3f5;
    padding: 40px 0;
}

.home-service-form {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-service-form h4 {
    font-weight: normal;
    border: 1px solid currentColor;
    padding: 0 24px;
}

.home-service-form input {
    min-width: 260px;
    padding: 4px 12px;
    font-size: 0.875rem;
}

.home-service-form button {
    border: none;
    font-size: 0.875rem;
    background-color: #333;
    color: #fff;
    padding: 4px 16px;
    cursor: pointer;
}

.home-section2-wrap {
    background-color: #e3e3e3;
}

.home-case-list {
    margin-top: 60px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.home-case img {
    aspect-ratio: 248 / 205;
}

.home-case h3 {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
}

/* HOME END */

/* ABOUT START */

.about-banner {
    background-color: #474747;
}

.about-banner img {
    margin: auto;
}

.about-section-1 {
    background-color: #A19A90;
}

.about-section-1 img {
    margin: auto;
}

.about-funder-wrap {
    background-color: #e1dfe2;
    padding: 60px 0;
}

.about-funder {
    display: grid;
    grid-template-columns: 56% 44%;
}

.about-funder-1-top {
    display: flex;
}

.about-funder-1-top-text {
    align-self: flex-end;
    z-index: 10;
}

.about-funder-1-top-text h1 {
    font-size: 3rem;
    font-weight: 300;
}

.about-funder-1-top img {
    width: 280px;
    margin-left: -20px;
}

.about-funder-1 p {
    margin-top: 40px;
    color: #666;
}

.about-culture-wrap {
    background-color: #bcb6ac;
    padding: 30px 0;
}

.about-culture-heading img {
    margin: auto;
}

.about-culture-1 {
    margin-top: 30px;
    position: relative;
}

.about-culture-1 .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}

.about-culture-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin-top: 5px;
}

.about-culture-2 img {
    width: 100%;
    height: 100%;
}

.about-culture-2 .with-text {
    position: relative;
}

.about-culture-2 .text-wrap {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.about-culture-2 .text {
    color: #fff;
    padding: 0 3.1rem;
}

.about-culture-2 .text h2 {
    font-weight: normal;
}

.about-culture-2 .text p {
    opacity: 0.8;
}

.about-honor-wrap {
    background-color: #e1dfe2;
    padding: 60px 0;
}

.about-honor-heading {
    margin-bottom: 40px;
}

.about-honor-heading img {
    margin: auto;
}

.about-honor-two-images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.about-honor-one-image img {
    width: 100%;
}

.about-honor-two-images img {
    width: 50%;
    height: 100%;
}

.about-contact-wrap {
    background-color: #eee9f0;
    padding: 40px 0;
}

.about-contact-heading {
    margin-bottom: 40px;
}

.about-contact-heading img {
    margin: auto;
}

.about-contact-map {
    margin: auto;
}

.about-contact-loc-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    color: #666;
}

.about-contact-loc-list h1 {
    font-weight: normal;
    margin-bottom: 10px;
    color: #333;
}

.about-contact-loc-list .tel {
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-contact-loc-list .iconfont {
    color: #333;
    font-size: 24px;
}

/* ABOUT END */

/* NEWS INDEX START */

.news-index-banner {
    background-color: #474747;
}

.news-index-banner img {
    margin: auto;
}

.news-index-main-wrap {
    background-color: #eee9f0;
    padding: 30px 0;
}

.news-index-main {
    display: flex;
    gap: 24px;
}

.news-index-main-news-list {
    flex: 1;
    padding: 40px 20px 20px;
    background-color: #dfdde0;
}

.news-index-main-news-item {
    display: flex;
    gap: 20px;
}

.news-index-main-news-item + .news-index-main-news-item {
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 40px;
}

.news-index-main-news-item img {
    width: 45%;
    aspect-ratio: 302 / 182;
}


.news-index-main-news-item .text {
    padding: 0 20px;
}

.news-index-main-news-item .text h2 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333;
}

.news-index-main-news-item .text p {
    margin-bottom: 30px;
    color: #666;
}

.news-index-main-news-item .stat-list {
    display: flex;
    gap: 10px;
}

.news-index-main-news-item .stat {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 0.875rem;
}

.news-index-main-news-item .search-match {
    color: #af0101;
}

/* NEWS INDEX END */

/* NEWS DETAIL START */

.news-detail-wrap {
    background-color: #eee9f0;
    padding: 30px 0;
}

.news-detail-two-cols {
    display: flex;
    gap: 30px;
}

.news-detail-hot {
    background-color: #fff;
    width: 28%;
    padding: 30px 15px;
    align-self: flex-start;
}

.news-detail-hot h2 {
    font-weight: normal;
    font-size: 1.25rem;
    border-bottom: 1px solid #6F6F6F;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-detail-hot ol {
    list-style: disc;
    padding-left: 20px;
}

.news-detail-hot li + li {
    margin-top: 10px;
}

.news-detail-content {
    background-color: #fff;
    width: 72%;
    padding: 45px;
}

.news-detail-content h1 {
    font-weight: 400;
}

.news-detail-content .stat-list {
    margin: 40px 0;
    display: flex;
    gap: 40px;
    color: #666;
}

.news-detail-content .stat {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-detail-like {
    text-align: center;
    margin: 20px 0;
}

.news-detail-like button {
    background: none;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 16px;
    line-height: 1;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
}

.news-detail-like button .iconfont {
    font-size: 2.8rem;
}

.news-detail-like button:hover,
.news-detail-like button.liked {
    color: #93034b;
    border-color: #93034b;
}

.news-detail-navigation {
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}

.news-detail-navigation-prev,
.news-detail-navigation-next {
    flex: 1;
    background-color: #ececec;
    color: #333;
    padding: 5px 16px;
}

/* NEWS DETAIL END */

/* CASES INDEX START */

.cases-index-banner {
    background-color: #474747;
}

.cases-index-banner img {
    margin: auto;
}

.cases-index-grid-wrap {
    padding: 40px 0;
    background-color: #eee9f0;
}

.cases-index-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.cases-index-grid-card {
    background-color: #fff;
}

.cases-index-grid-card img {
    aspect-ratio: 325 / 225;
}

.cases-index-grid-card .body {
    padding: 10px 0 15px;
}

.cases-index-grid-card .body h1 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

.cases-index-grid-card .body .badge-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.cases-index-grid-card .body .badge {
    background-color: #6d929a;
    color: #fff;
    border-radius: 30px;
    padding: 2px 20px;
}

.cases-index-grid-card .body .stat-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #666;
}

/* CASES INDEX END */

/* CASE DETAIL START */

.case-detail-wrap {
    background-color: #eee9f0;
    padding: 40px 0;
}

.case-detail > h1 {
    text-align: center;
    margin-bottom: 30px;
}

.case-detail > .stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #333;
    margin-bottom: 20px;
}

/* CASE DETAIL END */

/* MUYUAN INDEX START */

.muyuan-index-banner {
    background-color: #474747;
}

.muyuan-index-banner img {
    margin: auto;
}

.muyuan-index-wrap {
    background-color: #eee9f0;
    padding: 30px 0;
}

.muyuan-index {
    display: flex;
    gap: 54px;
}

.muyuan-index > a {
    flex-shrink: 0;
}

.muyuan-list {
    background-color: #dfdde0;
    padding: 40px 20px;
}

.muyuan-item {
    display: flex;
    gap: 20px;
}

.muyuan-item + .muyuan-item {
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}

.muyuan-item .image {
    flex-shrink: 0;
}

.muyuan-item .image img {
    width: 302px;
    height: 180px;
}

.muyuan-item .body {
    padding: 5px 20px 20px;
}

.muyuan-item .body h2 {
    font-weight: normal;
    margin-bottom: 15px;
}

.muyuan-item .body h2 a:hover {
    color: #d70029;
}

.muyuan-item .body p {
    color: #666;
}

.muyuan-item .body .stat-list {
    font-size: 0.875rem;
    color: #666;
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

/* MUYUAN INDEX END */

/* MUYUAN DETAIL START */

.muyuan-detail-wrap {
    padding: 30px 0;
    background-color: #eee9f0;
}

.muyuan-detail {
    display: flex;
    gap: 20px;
}

.muyuan-hot {
    width: 28%;
    flex-shrink: 0;
    background-color: #fff;
    padding: 30px;
    align-self: flex-start;
}

.muyuan-hot > h1 {
    font-size: 1.25rem;
    font-weight: normal;
    border-bottom: 1px solid #6F6F6F;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.muyuan-hot-item h2 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}

.muyuan-hot-item + .muyuan-hot-item {
    border-top: 1px solid #6F6F6F;
    padding-top: 20px;
}

.muyuan-content {
    flex: 1;
    background-color: #fff;
    padding: 45px;
}

.muyuan-content > h1 {
    font-weight: normal;
}

.muyuan-content > .stat-list {
    margin: 20px 0;
    display: flex;
    gap: 20px;
    color: #666;
}

/* MUYUAN DETAIL END */

/* FUWU START */

.fuwu-banner {
    background-color: #000;
}

.fuwu-banner img {
    margin: auto;
}

.fuwu-wrap {
    background-color: #161616;
    color: #fff;
    padding-bottom: 30px;
}

.fuwu-image {
    margin: auto;
}

/* FUWU END */

/* lingtangbuzhi START */

.lingtangbuzhi-banner {
    background-color: #000;
}

.lingtangbuzhi-banner img {
    margin: auto;
}

.lingtangbuzhi-section-1-wrap {
    background-color: #364653;
}

.lingtangbuzhi-section-1 {
    padding: 80px 10px;
}

.lingtangbuzhi-section-1 img {
    margin: auto;
}

.lingtangbuzhi-section-2-wrap {
    background-color: #d0d0d0;
    padding: 40px 0;
}

.lingtangbuzhi-section-2 img {
    margin: auto;
}

.lingtangbuzhi-section-3-wrap {
    background-image: linear-gradient(180deg, #dfdde0 42%, #eee9ee 42%);
}

.lingtangbuzhi-section-4-wrap {
    padding: 40px 0;
    background-color: #eee9ee;
}

.lingtangbuzhi-section-4 {
    text-align: right;
}

.lingtangbuzhi-section-4 button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 16px;
    font-size: 0.9375rem;
    cursor: pointer;
}

.lingtangbuzhi-dialog-message {
    padding: 0;
    --spacing: 10px;
}

.lingtangbuzhi-dialog-message .heading {
    padding: var(--spacing);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    color: #333;
}

.lingtangbuzhi-dialog-message .heading h4 {
    font-weight: normal;
}

.lingtangbuzhi-dialog-message .heading button {
    background: none;
    border: none;
    cursor: pointer;
}

.lingtangbuzhi-dialog-message .heading .x-marker {
    width: 20px;
    height: 20px;
}

.lingtangbuzhi-dialog-message .body {
    padding: var(--spacing);
}

.lingtangbuzhi-dialog-message .body > * + * {
    margin-top: 12px;
}

.lingtangbuzhi-dialog-message .body input {
    min-width: 300px;
    font-family: inherit;
    font-size: 0.875rem;
    padding: 5px 10px;
}

.lingtangbuzhi-dialog-message .footer {
    padding: 5px var(--spacing) 15px;
    text-align: right;
}

/* lingtangbuzhi END */

/* ZDH (追悼会) START */

.zdh-banner {
    background-color: #000;
}

.zdh-banner img {
    margin: auto;
}

.zdh-section-1-wrap {
    background-color: #546247;
}

.zdh-section-1 {
    padding-top: 100px;
    padding-bottom: 65px;
}

.zdh-section-1 img {
    margin: auto;
}

.zdh-section-2-wrap {
    background-image: linear-gradient(90deg, #edebee 50%, #ffffff 50%);
}

.zdh-section-3-wrap {
    background-color: #d0d0d0;
    padding: 40px 0;
}

/* ZDH (追悼会) END */

/* FQYS (饭前仪式) START */

.fqys-banner {
    background-color: #000;
}

.fqys-banner img {
    margin: auto;
}

.fqys-section-1-wrap {
    background-color: #ae7e58;
    padding: 50px 0;
}

.fqys-section-1 img {
    margin: auto;
}

.fqys-section-2-wrap {
    background-color: #eee9f0;
    padding: 50px 0;
}

.fqys-section-2 img {
    margin-left: auto;
    margin-right: auto;
}

.fqys-section-2-contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.fqys-section-2-contents p {
    text-align: center;
    color: #333;
}

.fqys-section-3-wrap {
    background-color: #e1dfe2;
    padding: 50px 0;
}

.fqys-section-3 img {
    margin: auto;
}

/* FQYS (饭前仪式) END */

/* GS (骨灰寄存) START */

.gs-banner {
    background-color: #474747;
}

.gs-banner img {
    margin: auto;
}

.gs-section-1-wrap {
    padding: 60px 0;
    background-color: #242422;
    color: #fff;
}

.gs-section-1-part-1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    line-height: 1;
}

.gs-section-1-part-1 h1 {
    font-size: 2rem;
    font-weight: 400;
}

.gs-section-1-part-1 p {
    font-weight: 300;
}

.gs-section-1-part-2 {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    --spacing: 20px;
    gap: var(--spacing);
    --border-color: #999;
}

.gs-section-1-part-2 .rect {
    width: 40%;
    border: 1px solid var(--border-color);
    padding: 20px;
    text-align: center;
}

.gs-section-1-part-2 .rect h3 {
    font-weight: normal;
    margin-bottom: 10px;
}

.gs-section-1-part-2 .rect p {
    font-weight: 300;
    font-size: 0.9375rem;
}

.gs-section-1-part-2 .circle {
    flex-shrink: 0;
    align-self: center;
    border: 1px solid var(--border-color);
    border-radius: 9999px;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    letter-spacing: 2px;
    position: relative;
}

.gs-section-1-part-2 .circle::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: calc(-1 * var(--spacing));
    width: var(--spacing);
    height: 1px;
    background-color: var(--border-color);
}

.gs-section-1-part-2 .circle.second::before {
    left: 100%;
}

.gs-section-2-wrap {
    padding: 40px 0;
    background-color: #eee9f0;
}

.gs-section-2 img {
    margin-left: auto;
    margin-right: auto;
}

.gs-section-3-wrap {
    background-color: #cbcbcb;
}

.gs-section-3 img {
    margin: auto;
}

.gs-section-4-wrap {
    background-color: #d9d7da;
    color: #333;
    padding: 40px 0;
}

.gs-section-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.gs-section-4-body h1 {
    font-size: 2.25rem;
    margin-bottom: 20px;
}

.gs-section-4-body ol {
    list-style: decimal;
    padding-left: 20px;
}

.gs-section-4-body ol li + li {
    margin-top: 15px;
}

/* GS (骨灰寄存) END */

/* LZ (落葬服务) START */

.lz-banner {
    background-color: #474747;
}

.lz-banner img {
    margin: auto;
}

.lz-section-1-wrap {
    background-color: #68918b;
    padding: 40px 0;
}

.lz-section-1-parts {
    color: #fff;
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.lz-section-1-parts .rect {
    flex-shrink: 0;
    flex-grow: 1;
    width: 36%;
    padding: 40px 30px;
    border: 1px solid #fff;
    position: relative;
}

.lz-section-1-parts .rect h1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 0 25px;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    font-size: 1.125rem;
}

.lz-section-1-parts .rect p + p {
    margin-top: 1em;
}

.lz-section-1-parts .rect ol {
    list-style: decimal;
    padding-left: 20px;
}

.lz-section-1-parts .circle {
    align-self: center;
}

.lz-section-2-wrap {
    background-color: #eee9f0;
    padding: 40px 0;
}

.lz-section-2 img {
    margin-left: auto;
    margin-right: auto;
}

.lz-section-3-wrap {
    background-color: #ccd3d4;
}

.lz-section-3 img {
    margin-left: auto;
    margin-right: auto;
}

.lz-section-4-wrap {
    background-color: #e1dfe2;
    padding: 40px 0;
}

.lz-section-4-list {
    margin: 40px 0;
    display: flex;
    gap: 50px;
}

.lz-section-4-list img {
    width: 100%;
}

.lz-section-4-list h2 {
    font-weight: normal;
    margin: 10px 0;
}

.lz-section-4-list p {
    font-weight: 300;
}

/* LZ (落葬服务) END */

/* YH (优惠套餐) START */

.yh-banner {
    background-color: #474747;
}

.yh-banner img {
    margin: auto;
}

.yh-section-1-wrap {
    background-color: #f5f3f5;
}

.yh-section-1 img {
    margin: auto;
}

/* YH (优惠套餐) END */

/* BYG (殡仪馆) START */

.byg-banner {
    background-color: #f5f3f5;
    padding-bottom: 40px;
}

.byg-banner img {
    margin: auto;
}

/* BYG (殡仪馆) END */

/* DK (打开方式，办丧事的正确打开方式) START */
.dk-banner {
    background-color: #161616;
    padding-bottom: 40px;
}

.dk-banner img {
    margin: auto;
}

.dk-section-1 img {
    margin: auto;
}

.dk-section-2 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.dk-section-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
}

.dk-section-3 .item {
    flex: 50%;
}

.dk-section-3 .item h1 {
    font-weight: normal;
    font-size: 1.125rem;
    padding-left: 20px;
    background-image: url("/Public/Home/images/yongquan.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.dk-section-3 .item p {
    color: #333;
}

/* DK (打开方式，办丧事的正确打开方式) END */

/* Mobile support START */

/* [0, 640] */

.mobile-header1-wrap {
    display: none;
}

@media (max-width: 640px) {
    .container {
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header1-wrap {
        display: none;
    }

    .mobile-header1-wrap {
        display: block;
        background-color: #181818;
        color: #fff;
        position: relative;
    }

    .mobile-header1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .mobile-header1 .menu {
        padding: 5px;
        background: none;
        border: none;
        color: currentColor;
    }

    .mobile-header1 .menu-icon {
        width: 24px;
        height: 24px;
    }

    .header2-wrap {
        display: none;
    }

    .footer-section-1 {
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-section-2 {
        font-size: 0.875rem;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .home-case-list {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }

    .lj-heading h1 {
        font-size: 1.5rem;
    }

    .footer-section-1 h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .footer-section-1 p {
        font-size: 0.875rem;
        text-align: center;
    }

    .home-service-form {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 12px;
        column-gap: 12px;
        border: 1px solid #999;
        padding: 10px;
    }

    .home-service-form h4 {
        /*margin: auto;*/
    }

    .home-service-form select,
    .home-service-form button {
        /*margin: auto;*/
    }

    .home-service-form input {
        width: 100%;
    }

    .mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #181818;
        color: #fff;
    }

    .mobile-menu a {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .muyuan-index > :first-child {
        display: none;
    }

    .muyuan-item {
        flex-direction: column;
    }

    .muyuan-item .image img {
        width: 100%;
        height: auto;
    }

    .muyuan-hot {
        display: none;
    }

    .cases-index-grid {
        grid-template-columns: 1fr;
    }

    .news-index-main-news-item {
        flex-direction: column;
    }

    .news-index-main-image-map {
        display: none;
    }

    .thinkphp-pagination > div {
        flex-wrap: wrap;
        gap: 8px;
    }

    .news-index-main-news-item img {
        width: 100%;
    }

    .news-index-main-news-item .text {
        padding: 0;
    }

    .news-detail-hot {
        display: none;
    }

    .news-detail-content {
        width: auto;
        padding: 30px 15px;
    }

    .news-detail-content .stat-list {
        gap: 10px;
    }

    .news-detail-navigation {
        flex-direction: column;
    }

    .about-funder {
        grid-template-columns: 1fr;
    }

    .about-funder-2 {
        display: none;
    }

    .about-culture-2 .text {
        display: none;
    }

    .about-contact-loc-list h1 {
        font-size: 0.875rem;
    }

    .about-contact-loc-list p {
        font-size: 0.75rem;
    }

    .about-contact-loc-list .iconfont {
        font-size: 14px;
    }

    .about-contact-loc-list .tel {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .gs-section-1-part-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .gs-section-1-part-1 p {
        line-height: 1.6;
    }

    .gs-section-1-part-2 {
        --spacing: 20px;
    }

    .gs-section-1-part-2 .rect {
        width: 44%;
        padding: 24px 12px;
    }

    .gs-section-1-part-2 .circle {
        display: none;
    }

    .gs-section-4 {
        display: flex;
        flex-direction: column-reverse;
    }

    .lz-section-1-parts {
        flex-direction: column
    }

    .lz-section-1-parts .rect {
        width: auto;
    }

    .lz-section-1-parts .circle {
        display: none;
    }

    .lz-section-4-list {
        gap: 10px;
    }

    .about-funder-1-top img {
        width: 70%;
    }

    .muyuan-content {
        padding: 20px;
    }

    .dk-section-2 {
        font-size: 12px;
    }

    .dk-section-3 {
        flex-direction: column;
    }
}

/* Mobile support END */
