@charset "UTF-8";

body:has(.gfjw-page) {
    min-width: 1200px;
    background: #fffaf3;
    color: #4e3726;
}

.gfjw-page,
.gfjw-page * {
    box-sizing: border-box;
}

.gfjw-page {
    overflow: hidden;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    background:
        linear-gradient(180deg, #fffaf4 0%, #fff 46%, #fffaf3 100%);
}

.gfjw-hero {
    position: relative;
    height: 318px;
    overflow: visible;
    background:
        radial-gradient(circle at 82% 52%, rgba(206, 153, 89, .23) 0 10%, transparent 34%),
        radial-gradient(circle at 92% 80%, rgba(196, 137, 70, .28) 0 16px, transparent 17px),
        linear-gradient(105deg, #fff8ee 0%, #fffaf5 37%, #ecd1b4 100%);
}

.gfjw-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(165deg, transparent 0 48%, rgba(255,255,255,.72) 49% 58%, transparent 59%),
        radial-gradient(ellipse at 72% 78%, rgba(255,255,255,.62) 0 26%, transparent 27%);
    pointer-events: none;
}

.gfjw-hero__inner {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.gfjw-hero__copy {
    position: absolute;
    left: 90px;
    top: 66px;
    z-index: 2;
    text-align: center;
}

.gfjw-hero__copy h1 {
    margin: 0;
    color: #4a2817;
    font-family: "SimSun", "Songti SC", serif;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 1px;
}

.gfjw-hero__copy sup {
    top: -0.7em;
    font-size: 18px;
}

.gfjw-hero__copy p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 22px 0 0;
    color: #a06c3c;
    font-size: 20px;
    letter-spacing: 6px;
}

.gfjw-hero__copy p span {
    width: 40px;
    height: 1px;
    background: #b98550;
}

.gfjw-hero__product {
    position: absolute;
    right: 46px;
    bottom: 22px;
    width: 300px;
    height: 235px;
    border-radius: 50%;
    background: rgba(255,255,255,.32);
}

.gfjw-hero__product img {
    position: absolute;
    right: -8px;
    bottom: 5px;
    width: 330px;
    height: 250px;
    object-fit: cover;
    object-position: center bottom;
    filter: drop-shadow(0 22px 36px rgba(129,83,36,.18));
}

.gfjw-panel {
    position: relative;
    z-index: 3;
    width: 960px;
    margin: -58px auto 0;
    border-radius: 7px;
    overflow: hidden;
    background: rgba(255,255,255,.94);
    box-shadow: 0 20px 54px rgba(133, 91, 49, .16);
}

.gfjw-query {
    padding: 27px 36px 24px;
    border-bottom: 1px solid rgba(169, 119, 68, .1);
}

.gfjw-query p {
    margin: 0 0 20px;
    color: #655443;
    font-size: 15px;
    line-height: 1.8;
}

.gfjw-query form {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 12px;
}

.gfjw-query input {
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: #f5f4f2;
    color: #5d4b3c;
    font-size: 14px;
    outline: none;
}

.gfjw-query button,
.gfjw-expert-card a,
.gfjw-bottom-cta a {
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(135deg, #b67a3d, #c89354);
    box-shadow: 0 10px 24px rgba(157, 102, 47, .18);
    cursor: pointer;
}

.gfjw-query button {
    height: 38px;
    font-size: 15px;
    letter-spacing: 8px;
    text-indent: 8px;
}

.gfjw-query button:hover,
.gfjw-expert-card a:hover,
.gfjw-bottom-cta a:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(157, 102, 47, .24);
}

.gfjw-query button,
.gfjw-expert-card a,
.gfjw-bottom-cta a {
    transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s cubic-bezier(.22,.61,.36,1), background .3s cubic-bezier(.22,.61,.36,1);
}

.gfjw-result {
    margin-top: 16px;
    padding: 15px 18px 15px 54px;
    border-radius: 8px;
    position: relative;
    min-height: 58px;
}

.gfjw-result:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 17px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.gfjw-result:after {
    content: "";
    position: absolute;
}

.gfjw-result strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.2;
}

.gfjw-result span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
}

.gfjw-result--success {
    border: 1px solid rgba(31, 107, 69, .18);
    background: rgba(31, 107, 69, .08);
    color: #1f6b45;
}

.gfjw-result--success:before {
    background: #1f6b45;
}

.gfjw-result--success:after {
    left: 25px;
    top: 24px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.gfjw-result--error {
    border: 1px solid rgba(178, 71, 61, .18);
    background: rgba(178, 71, 61, .07);
    color: #9a3c34;
}

.gfjw-result--error:before {
    background: #b2473d;
}

.gfjw-result--error:after {
    left: 29px;
    top: 22px;
    width: 2px;
    height: 13px;
    background: #fff;
    box-shadow: 0 17px 0 -5px #fff;
}

.gfjw-query-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    color: #a08a76;
    font-size: 13px;
}

.gfjw-query-actions a {
    color: #8d5e31;
    text-decoration: none;
    border-bottom: 1px solid rgba(141, 94, 49, .32);
}

.gfjw-query-actions a:hover {
    color: #6f4320;
}

.gfjw-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 26px 38px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(250,241,229,.84));
}

.gfjw-trust li {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 14px;
    min-height: 64px;
    padding: 0 24px;
    list-style: none;
}

.gfjw-trust li + li {
    border-left: 1px solid rgba(179, 126, 72, .22);
}

.gfjw-trust i {
    grid-row: 1 / span 2;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f4e8d9;
    position: relative;
}

.gfjw-trust i:before,
.gfjw-trust i:after {
    content: "";
    position: absolute;
    border-color: #c18747;
}

.gfjw-icon-user:before {
    left: 15px;
    top: 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #c18747;
    border-radius: 50%;
}

.gfjw-icon-user:after {
    left: 10px;
    bottom: 9px;
    width: 21px;
    height: 11px;
    border: 2px solid #c18747;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom: 0;
}

.gfjw-icon-shield:before {
    left: 13px;
    top: 10px;
    width: 17px;
    height: 20px;
    border: 2px solid #c18747;
    border-radius: 10px 10px 13px 13px;
}

.gfjw-icon-clock:before {
    left: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border: 2px solid #c18747;
    border-radius: 50%;
}

.gfjw-icon-clock:after {
    left: 21px;
    top: 15px;
    width: 7px;
    height: 9px;
    border-left: 2px solid #c18747;
    border-bottom: 2px solid #c18747;
}

.gfjw-icon-heart:before {
    left: 12px;
    top: 14px;
    width: 17px;
    height: 17px;
    border: 2px solid #c18747;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.gfjw-trust strong {
    color: #5a321d;
    font-size: 17px;
    line-height: 1.35;
}

.gfjw-trust span {
    color: #8b725c;
    font-size: 12px;
    line-height: 1.7;
}

.gfjw-team {
    position: relative;
    width: 1120px;
    margin: 28px auto 30px;
    padding: 0 0 20px;
}

.gfjw-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
}

.gfjw-title h2 {
    margin: 0;
    color: #5b321d;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gfjw-title span {
    width: 76px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #b8844f, transparent);
}

.gfjw-team__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.gfjw-team--single .gfjw-team__grid {
    display: flex;
    justify-content: center;
}

.gfjw-team--single .gfjw-expert-card {
    width: 540px;
    min-height: 240px;
    grid-template-columns: 44% 56%;
}

.gfjw-expert-card {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 204px;
    overflow: hidden;
    border: 1px solid rgba(177, 126, 72, .12);
    border-radius: 7px;
    background: linear-gradient(125deg, #fff, #fbf3e9);
    box-shadow: 0 14px 34px rgba(97, 68, 40, .1);
}

.gfjw-expert-card figure {
    margin: 0;
    overflow: hidden;
    background: #f5f0ea;
}

.gfjw-expert-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.gfjw-expert-card div {
    padding: 22px 18px 18px;
}

.gfjw-expert-card h3 {
    margin: 0 0 6px;
    color: #5b321d;
    font-size: 22px;
}

.gfjw-expert-card em {
    display: inline-flex;
    height: 25px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    color: #fff;
    background: #c28b51;
    font-style: normal;
    font-size: 12px;
}

.gfjw-expert-card p {
    margin: 12px 0 12px;
    color: #9a6e48;
    font-size: 13px;
    line-height: 1.75;
}

.gfjw-expert-card ul {
    margin: 0 0 12px;
    padding-left: 14px;
    color: #9d6e43;
    font-size: 12px;
    line-height: 1.9;
}

.gfjw-expert-card a {
    display: inline-flex;
    float: right;
    height: 30px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}

.gfjw-arrow {
    position: absolute;
    top: 156px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f5eadc;
    box-shadow: 0 8px 22px rgba(132, 92, 51, .1);
}

.gfjw-arrow:before {
    content: "";
    position: absolute;
    top: 13px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #c2874b;
    border-left: 2px solid #c2874b;
}

.gfjw-arrow--prev {
    left: -66px;
}

.gfjw-arrow--prev:before {
    left: 15px;
    transform: rotate(-45deg);
}

.gfjw-arrow--next {
    right: -66px;
}

.gfjw-arrow--next:before {
    right: 15px;
    transform: rotate(135deg);
}

.gfjw-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.gfjw-dots b,
.gfjw-dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eaded1;
}

.gfjw-dots b {
    width: 18px;
    border-radius: 999px;
    background: #c38a4e;
}

.gfjw-bottom-cta {
    min-height: 76px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.82), rgba(241,219,194,.75), rgba(255,255,255,.9)),
        url("/weboms/Template/pc_web/statics/home-ui/backgrounds/png/05_card_ivory_botanical_bg.png") center/cover no-repeat;
}

.gfjw-bottom-cta__inner {
    display: flex;
    width: 960px;
    min-height: 76px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.gfjw-bottom-cta h3 {
    margin: 0 0 6px;
    color: #5a321d;
    font-size: 18px;
}

.gfjw-bottom-cta p {
    margin: 0;
    color: #8b725e;
    font-size: 13px;
}

.gfjw-bottom-cta a {
    display: inline-flex;
    height: 38px;
    min-width: 116px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1366px) {
    .gfjw-hero__inner,
    .gfjw-team {
        width: 1080px;
    }

    .gfjw-panel,
    .gfjw-bottom-cta__inner {
        width: 900px;
    }

    .gfjw-hero__copy {
        left: 70px;
    }

    .gfjw-expert-card {
        min-height: 194px;
    }
}

@media (max-width: 760px) {
    .gfjw-page {
        padding-top: 0;
    }

    .gfjw-hero {
        min-height: 300px;
    }

    .gfjw-hero__inner,
    .gfjw-panel,
    .gfjw-team,
    .gfjw-bottom-cta__inner {
        width: calc(100% - 28px);
    }

    .gfjw-hero__copy {
        position: relative;
        left: auto;
        width: 100%;
        padding: 52px 0 140px;
        text-align: center;
    }

    .gfjw-hero__copy h1 {
        font-size: 30px;
        line-height: 1.35;
    }

    .gfjw-hero__copy p {
        font-size: 15px;
    }

    .gfjw-hero__product {
        right: 50%;
        width: 190px;
        transform: translateX(50%);
    }

    .gfjw-panel {
        margin-top: -28px;
        padding: 24px 18px;
    }

    .gfjw-query form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gfjw-query input,
    .gfjw-query button {
        width: 100%;
    }

    .gfjw-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gfjw-trust li {
        min-width: 0;
        padding: 18px 8px;
    }

    .gfjw-trust li + li {
        border-left: 0;
    }

    .gfjw-expert-card {
        grid-template-columns: 96px 1fr;
        padding: 16px;
    }

    .gfjw-expert-card figure {
        width: 96px;
        height: 128px;
    }

    .gfjw-bottom-cta__inner {
        display: grid;
        gap: 16px;
        padding: 22px 0;
    }
}
