* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    min-width: 0;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/jtl.png');
    background-repeat: no-repeat;
    background-position: right;
    font-family: Microsoft YaHei;
    outline: none;
}

.menu_button {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button * {
    transition: all var(--time);
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.menu_button .line2 {
    stroke-dasharray: 45 60;
    stroke-width: 6;
}

.menu_button .line3 {
    stroke-dasharray: 30 207;
    stroke-width: 6;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

i {
    font-style: normal;
}

.s_content * {
    text-wrap-mode: wrap !important;
    word-break: break-word;
}

.s_content li {
    list-style: inherit;
}

.s_content .list-paddingleft-2 {
    padding-left: 1em;
}

.s_contnet img {
    max-width: 100%;
    height: auto !important;
}

.s_contnet video {
    max-width: 100%;
    height: auto !important;
}

.s_content br+br {
    display: none;
}

.s_content video {
    max-width: 100%;
}

.s_content img {
    max-width: 100%;
    margin-bottom: 0.2rem;
}

:root {
    --time: 0.3s;
    --red: #791313;
    --bgc: #FFF3E2;
    --ftc: #4D3014;
    --b-r: 5px;
    --hoverbg: #4087f2;
    --hoverfont: #4087f2;
    --input: var(--p60);
    --input_size: var(--p16);
    --input_padding: 0 15px;
    --input_pcolor: #999;
    --input_scolor: #3062C1;
    --input_select_color: #3062C1;
    --input_border_color: #f3f3f3;
    --input_border_radius: 0;
    --btn: var(--p40);
    --btn_size: var(--ft14);
    --btn_color: #F2E2A1;
    --btn_color_sm: #f1a277;
    --breadcrumb_color: #333;
    --breadcrumb_hover_color: #333;
    --breadcrumb_active_color: #333;
    --main: 1520px;
}

:root {
    --ft1: 1px;
    --ft2: 2px;
    --ft3: 3px;
    --ft4: 4px;
    --ft5: 5px;
    --ft6: 6px;
    --ft7: 7px;
    --ft8: 8px;
    --ft9: 9px;
    --ft10: 10px;
    --ft11: 11px;
    --ft12: 12px;
    --ft13: 13px;
    --ft14: 14px;
    --ft15: 15px;
    --ft16: 16px;
    --ft17: 17px;
    --ft18: 18px;
    --ft19: 19px;
    --ft20: 20px;
    --ft21: 21px;
    --ft22: 22px;
    --ft23: 23px;
    --ft24: 24px;
    --ft25: 25px;
    --ft26: 26px;
    --ft27: 27px;
    --ft28: 28px;
    --ft29: 29px;
    --ft30: 30px;
    --ft31: 31px;
    --ft32: 32px;
    --ft33: 33px;
    --ft34: 34px;
    --ft35: 35px;
    --ft36: 36px;
    --ft37: 37px;
    --ft38: 38px;
    --ft39: 39px;
    --ft40: 40px;
    --ft41: 41px;
    --ft42: 42px;
    --ft43: 43px;
    --ft44: 44px;
    --ft45: 45px;
    --ft46: 46px;
    --ft47: 47px;
    --ft48: 48px;
    --ft49: 49px;
    --ft50: 50px;
    --ft51: 51px;
    --ft52: 52px;
    --ft53: 53px;
    --ft54: 54px;
    --ft55: 55px;
    --ft56: 56px;
    --ft57: 57px;
    --ft58: 58px;
    --ft59: 59px;
    --ft60: 60px;
    --ft61: 61px;
    --ft62: 62px;
    --ft63: 63px;
    --ft64: 64px;
    --ft65: 65px;
    --ft66: 66px;
    --ft67: 67px;
    --ft68: 68px;
    --ft69: 69px;
    --ft70: 70px;
    --ft71: 71px;
    --ft72: 72px;
    --ft73: 73px;
    --ft74: 74px;
    --ft75: 75px;
    --ft76: 76px;
    --ft77: 77px;
    --ft78: 78px;
    --ft79: 79px;
    --ft80: 80px;
    --ft81: 81px;
    --ft82: 82px;
    --ft83: 83px;
    --ft84: 84px;
    --ft85: 85px;
    --ft86: 86px;
    --ft87: 87px;
    --ft88: 88px;
    --ft89: 89px;
    --ft90: 90px;
    --ft91: 91px;
    --ft92: 92px;
    --ft93: 93px;
    --ft94: 94px;
    --ft95: 95px;
    --ft96: 96px;
    --ft97: 97px;
    --ft98: 98px;
    --ft99: 99px;
    --ft100: 100px;
    --ft101: 101px;
    --ft102: 102px;
    --ft103: 103px;
    --ft104: 104px;
    --ft105: 105px;
    --ft106: 106px;
    --ft107: 107px;
    --ft108: 108px;
    --ft109: 109px;
    --ft110: 110px;
    --ft111: 111px;
    --ft112: 112px;
    --ft113: 113px;
    --ft114: 114px;
    --ft115: 115px;
    --ft116: 116px;
    --ft117: 117px;
    --ft118: 118px;
    --ft119: 119px;
    --ft120: 120px;
    --ft121: 121px;
    --ft122: 122px;
    --ft123: 123px;
    --ft124: 124px;
    --ft125: 125px;
    --ft126: 126px;
    --ft127: 127px;
    --ft128: 128px;
    --ft129: 129px;
    --ft130: 130px;
    --ft131: 131px;
    --ft132: 132px;
    --ft133: 133px;
    --ft134: 134px;
    --ft135: 135px;
    --ft136: 136px;
    --ft137: 137px;
    --ft138: 138px;
    --ft139: 139px;
    --ft140: 140px;
    --ft141: 141px;
    --ft142: 142px;
    --ft143: 143px;
    --ft144: 144px;
    --ft145: 145px;
    --ft146: 146px;
    --ft147: 147px;
    --ft148: 148px;
    --ft149: 149px;
    --ft150: 150px;
    --ft151: 151px;
    --ft152: 152px;
    --ft153: 153px;
    --ft154: 154px;
    --ft155: 155px;
    --ft156: 156px;
    --ft157: 157px;
    --ft158: 158px;
    --ft159: 159px;
    --ft160: 160px;
    --ft161: 161px;
    --ft162: 162px;
    --ft163: 163px;
    --ft164: 164px;
    --ft165: 165px;
    --ft166: 166px;
    --ft167: 167px;
    --ft168: 168px;
    --ft169: 169px;
    --ft170: 170px;
    --ft171: 171px;
    --ft172: 172px;
    --ft173: 173px;
    --ft174: 174px;
    --ft175: 175px;
    --ft176: 176px;
    --ft177: 177px;
    --ft178: 178px;
    --ft179: 179px;
    --ft180: 180px;
    --ft181: 181px;
    --ft182: 182px;
    --ft183: 183px;
    --ft184: 184px;
    --ft185: 185px;
    --ft186: 186px;
    --ft187: 187px;
    --ft188: 188px;
    --ft189: 189px;
    --ft190: 190px;
    --ft191: 191px;
    --ft192: 192px;
    --ft193: 193px;
    --ft194: 194px;
    --ft195: 195px;
    --ft196: 196px;
    --ft197: 197px;
    --ft198: 198px;
    --ft199: 199px;
    --ft200: 200px;
    --p10: 10px;
    --p15: 15px;
    --p20: 20px;
    --p25: 25px;
    --p30: 30px;
    --p35: 35px;
    --p40: 40px;
    --p50: 50px;
    --p60: 60px;
    --p70: 70px;
    --p80: 80px;
    --p90: 90px;
    --p100: 100px;
    --p110: 110px;
    --p120: 120px;
    --p130: 130px;
    --p140: 140px;
    --p150: 150px;
    --p160: 160px;
    --p170: 170px;
    --p180: 180px;
    --p190: 190px;
    --p200: 200px;
}

.layui-main {
    max-width: 90%;
    width: var(--main);
}

.main1 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    margin-right: 0;
    margin-left: auto;
    max-width: 90%;
}

.main2 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    margin-left: 0;
    margin-right: auto;
    max-width: 90%;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.layui-btn {
    height: var(--btn);
    line-height: var(--btn);
    font-size: var(--btn_size);
    background: var(--btn_color);
    padding: 0 var(--p20);
    border: 1px solid var(--btn_color);
    max-width: 100%;
    margin: 0;
}

.layui-btn:hover img {
    animation: 1s 0.2s bounceIn both;
}

.layui-btn+.layui-btn {
    margin-left: 0;
}

.bgc {
    background: var(--bgc);
}

.ftc {
    color: var(--ftc);
}

.text-underline {
    text-decoration: underline;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: var(--bgc);
}

::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--ftc);
    opacity: 0.8;
}

::-webkit-scrollbar-corner {
    display: block;
}

.layui-nav {
    padding: 0;
}

main {
    flex: 1;
}

ul,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a {
    transition: all var(--time);
}

a:hover {
    text-decoration: none;
}

p {
    word-spacing: -1.5px;
    padding: 0;
    margin: 0;
}

section {
    width: 100%;
}

main {
    width: 100%;
}

input {
    border: 0;
    outline: none;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.al-c {
    align-items: center;
}

.al-b {
    align-items: baseline;
}

.al-fs {
    align-items: flex-start;
}

.al-fe {
    align-items: flex-end;
}

.al-s {
    align-items: stretch;
}

.jc-c {
    justify-content: center;
}

.jc-s {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-se {
    justify-content: space-evenly;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-fe {
    justify-content: flex-end;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.d-grid {
    display: grid;
}

.grid1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid9 {
    grid-template-columns: repeat(9, 1fr);
}

.grid10 {
    grid-template-columns: repeat(10, 1fr);
}

/* 首字母大写*/
.text-transform-capitalize {
    text-transform: capitalize;
}

/* 全部大写*/
.text-transform-uppercase {
    text-transform: uppercase;
}

/* 全部小写*/
.text-transform-lowercase {
    text-transform: lowercase;
}

.text-decoration-line {
    text-decoration: line-through;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: var(--input);
    line-height: var(--input);
    padding: var(--input_padding);
    font-size: var(--input_size);
    color: #000;
    background: initial;
    border: 1px solid #979797;
}

.layui-textarea {
    padding-top: 10px;
    line-height: 1.5em;
}

[lay-on] {
    cursor: pointer;
}

.layui-form-checkbox[lay-skin=primary]>div {
    white-space: normal;
}

.layui-form-checked[lay-skin='primary']>i {
    border-color: var(--ftc) !important;
    background-color: var(--ftc);
}

.layui-form-checkbox[lay-skin='primary']:hover>i {
    border-color: var(--ftc) !important;
}

.layui-form-select dl dd.layui-this {
    color: var(--input_scolor);
}

.layui-input::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
    color: var(--input_pcolor);
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: var(--bgc) !important;
}

.layui-input-prefix,
.layui-input-split,
.layui-input-suffix,
.layui-input-suffix .layui-input-affix {
    height: var(--input);
    line-height: var(--input);
}

.dh_box {
    transition: all var(--time) ease-in-out;
    -webkit-transition: all var(--time) ease-in-out;
    -moz-transition: all var(--time) ease-in-out;
    -ms-transition: all var(--time) ease-in-out;
    position: relative;
    bottom: 0;
}

.dh_box:hover {
    bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dh_img1,
.dh_img {
    transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.dh_textItem .text {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 40%;
    transition: background-size 0.35s ease-in-out;
}

.dh_textItem:hover .text {
    transition: all 0.5s;
    background-size: 100% 40%;
    border-radius: 2px;
}

.dh_text {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.35s ease-in-out;
}

.dh_text:hover {
    transition: all 0.5s;
    background-size: 100% 100%;
    border-radius: 2px;
}

/* .dh_box img ,*/
.dh_img1 img,
.dh_imgitem img.dh,
.dh_img img {
    transition: all 0.6s;
}

/* .dh_box:hover img ,*/
.dh_imgitem:hover img.dh,
.dh_img:hover img {
    transform: scale(1.05);
}

.dh_img1 img {
    scale: 1.1;
}

.dh_img1:hover img {
    scale: 1;
}

.dh_item {
    transition: all var(--time);
    position: relative;
    bottom: 0;
}

.dh_item:hover {
    bottom: 10px;
}

.user_img {
    border-radius: 50%;
    overflow: hidden;
}

.user_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.img_box {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.img_box1 {
    max-width: 100%;
    overflow: hidden;
}

.img_box1 img,
.img_box img {
    max-width: 100%;
    max-height: 100%;
}

.img_100 {
    overflow: hidden;
}

.img_100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layui-nav {
    background-color: initial;
}

[data-btn],
.cursor {
    cursor: pointer;
}

section {
    padding: var(--p80) 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.code_box [data-type] {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background-color: initial;
    cursor: pointer;
    z-index: 2;
    background: #fff;
}

.none-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-line-through {
    text-decoration: line-through;
}

.dh1 {
    animation: move 3s 0s infinite;
    -webkit-animation: move 3s 0s infinite;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
}

[back-btn] {
    cursor: pointer;
}

.form_block .layui-form-label {
    width: 100%;
    text-align: left;
    float: unset;
    padding: 0;
}

.layui-tab {
    margin: 0;
}

.layui-tab .layui-tab-title li,
.layui-tab-title,
.layui-tab-title {
    height: unset;
}

.pagenum {
    margin-top: var(--p70);
}

.pagenum .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
}

.pagenum button {
    cursor: pointer;
}

.pagenum input,
.pagenum button,
.pagenum a,
.pagenum span {
    line-height: 2em;
    border: 1px solid #F2F2F2;
    padding: 2px 5px;
    text-align: center;
    min-width: 3em;
    color: #666;
}

.pagenum .page-number.active {
    background: var(--ftc);
    color: #fff;
    border-color: #1D479C;
    opacity: 1;
}

.pagenum .active {
    opacity: 0.4;
}

.pagenum input {
    margin-right: var(--p10);
    background: #fff;
    width: 2em;
    text-align: center;
}

.label {
    white-space: nowrap;
}

.must::before {
    display: inline-block;
    content: '*';
    color: #FF1212;
}

[data-box='input-number'] {
    position: relative;
}

[data-box='input-number'] input {
    padding-right: 4em;
}

[data-box='input-number'] .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
    color: #999;
    font-size: 0.12rem;
}

[data-box='input-number'].input-textarea .text {
    top: unset;
    transform: unset;
    bottom: 5px;
    padding-left: 0.15rem;
}

.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.layui-tab .layui-tab-title {
    height: unset;
    border: none !important;
}

header {
    top: 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
}

header .layui-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_banner {
    display: flex;
    align-items: center;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.line-clamp1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;
	height: 3em;*/

}

.line-clamp2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;
	height: 3em;*/

}

.line-clamp3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;
	height: 4.5em;*/

}

.line-clamp4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;*/
    /* height: 6em;*/

}

.line-clamp5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;*/
    /* height: 7.5em;*/

}

.line-clamp6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;*/
    /* height: 9em;*/

}

.line-clamp7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;*/
    /* height: 10.5em;*/

}

.line-clamp8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;*/
    /* height: 12em;*/

}

.line-clamp9 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    /* line-height: 1.5em;*/
    /* height: 13.5em;*/

}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.grid-row>* {
    grid-column: span 12;
}

.grid-row .md1 {
    grid-column: span 1;
}

.grid-row .md2 {
    grid-column: span 2;
}

.grid-row .md3 {
    grid-column: span 3;
}

.grid-row .md4 {
    grid-column: span 4;
}

.grid-row .md5 {
    grid-column: span 5;
}

.grid-row .md6 {
    grid-column: span 6;
}

.grid-row .md7 {
    grid-column: span 7;
}

.grid-row .md8 {
    grid-column: span 8;
}

.grid-row .md9 {
    grid-column: span 9;
}

.grid-row .md10 {
    grid-column: span 10;
}

.grid-row .md11 {
    grid-column: span 11;
}

.grid-row .md12 {
    grid-column: span 12;
}

:root {
    --loader-bg-color: rgba(0, 0, 0, 0.8);
    /* 加载背景色*/
    --loader-shine-color: rgba(255, 255, 255, 0.2);
    /* 光效颜色*/
    --loader-animation-duration: 1.5s;
}

.image-container {
    position: relative;
    background: var(--loader-bg-color);
}

/* 关键修改：使用::before伪元素替代原来的.loader-shine元素*/
.image-container::before {
    content: '';
    /* 伪元素必须有content属性*/
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--loader-shine-color) 50%, rgba(255, 255, 255, 0) 100%);
    animation: pulseLoader var(--loader-animation-duration) infinite;
    /* 加载完成后隐藏伪元素*/
    opacity: 1;
    transition: opacity var(--time) ease;
}

.image-container::after {
    background: --loader-border-radius;
}

/* 图片加载完成后隐藏伪元素动画*/
.image-container.loaded::before {
    opacity: 0;
    display: none;
}

.image-container.loaded {
    background: initial;
}

.image-loading {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-loaded {
    opacity: 1;
}

@keyframes pulseLoader {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(150%);
    }
}

a {
    transition: all 0.5s;
}

.index_swiper {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    position: relative;
    --swiper-navigation-size: var(--ft20);
    --swiper-navigation-color: #fff;
    --loader-shine-color: rgba(255, 255, 255, 0.1);
}

.index_swiper .swiper {
    position: relative;
}

.index_swiper .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    object-fit: cover;
}

.index_swiper .swiper-pagination-bullet {
    transition: all 0.5s;
    width: 20px;
    border-radius: 16px;
}

.index_swiper .swiper-pagination-bullet-active {
    width: 40px;
}

.index_swiper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #000;
}

.index_swiper .SwiperItem {
    position: relative;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.index_swiper .SwiperItem .block {
    position: relative;
    z-index: 2;
    width: 100%;
}

.index_swiper .SwiperItem .bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_swiper .SwiperItem video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #000;
}

.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: auto;
}

.index_swiper .swiper-button-next:hover:after {
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    animation-name: mo_arrow;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index_swiper .swiper-button-prev:hover:after {
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    animation-name: reversed_mo_arrow;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes reversed_mo_arrow {

    40%,
    50% {
        opacity: 0;
    }

    43% {
        transform: translateX(-90%) scaleY(0.1);
    }

    44%,
    50% {
        transform: translateX(110%) scaleY(0.2);
    }

    100% {
        transform: translateX(0px) scaleY(1);
    }
}

@keyframes mo_arrow {

    40%,
    50% {
        opacity: 0;
    }

    43% {
        transform: translateX(90%) scaleY(0.1);
    }

    44%,
    50% {
        transform: translateX(-110%) scaleY(0.2);
    }

    100% {
        transform: translateX(0px) scaleY(1);
    }
}

.index_swiper .swiper-slide-active {
    position: relative;
    z-index: 20;
}

.index_swiper .swiper-slide-active .t2,
.index_swiper .swiper-slide-active .t3,
.index_swiper .swiper-slide-active .t1 {
    transform: translateY(0);
    opacity: 1;
}

.index_swiper .t2,
.index_swiper .t3,
.index_swiper .t1 {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}

.index_swiper .t2 {
    transition-delay: 0.4s;
}

.index_swiper .t3 {
    transition-delay: 0.8s;
}

.index_swiper .image-container {
    background: rgba(0, 0, 0, 0.5);
}

.index_swiper .image-container::before {
    animation: pulseLoader 3s infinite;
}

header .logo {
    display: inline-block;
    max-width: 50vw;
}

footer .footerLogo {
    display: inline-block;
    max-width: 50vw;
}

@media screen and (max-width: 990px) {
    :root {
        --input: 40px;
        --input_size: 14px;
        --btn: 40px;
        --btn_size: 14px;
    }

    header .logo {
        max-width: 50vw;
    }

    header .logo img {
        max-height: 45px;
    }

    header .nav {
        display: none;
    }

    .navMobile,
    .menu_button {
        display: block;
    }

    .navMobile {
        color: #000;
    }

    .navMobile li>a {
        padding: var(--p10) 1em;
    }

    .navMobile .child>a::after {
        display: inline-block;
        font-family: layui-icon !important;
        font-style: normal;
        content: "\e61a";
    }

    .navMobile .child dl {
        display: grid;
        gap: 8px;
        background: rgba(0, 97, 181, 0.8);
        padding: vaR(--p10) 3em;
        color: #fff;
    }

    .layui-hide-lg {
        display: block !important;
    }

    .layui-show-lg-block {
        display: none !important;
    }

    .layui-main {
        max-width: 90%;
    }

    .main1,
    .main2 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-row {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    .grid-row>* {
        grid-column: span 12;
    }

    .grid-row .xs1 {
        grid-column: span 1;
    }

    .grid-row .xs2 {
        grid-column: span 2;
    }

    .grid-row .xs3 {
        grid-column: span 3;
    }

    .grid-row .xs4 {
        grid-column: span 4;
    }

    .grid-row .xs5 {
        grid-column: span 5;
    }

    .grid-row .xs6 {
        grid-column: span 6;
    }

    .grid-row .xs7 {
        grid-column: span 7;
    }

    .grid-row .xs8 {
        grid-column: span 8;
    }

    .grid-row .xs9 {
        grid-column: span 9;
    }

    .grid-row .xs10 {
        grid-column: span 10;
    }

    .grid-row .xs11 {
        grid-column: span 11;
    }

    .grid-row .xs12 {
        grid-column: span 12;
    }

    .layui-main {
        width: 100% !important;
        box-sizing: border-box !important;
        /* padding: 20px;*/

    }

    :root {
        --ft1: 1px;
        --ft2: 2px;
        --ft3: 3px;
        --ft4: 4px;
        --ft5: 5px;
        --ft6: 6px;
        --ft7: 7px;
        --ft8: 8px;
        --ft9: 9px;
        --ft11: 13px;
        --ft12: 14px;
        --ft13: 14px;
        --ft14: 14px;
        --ft15: 14px;
        --ft16: 14px;
        --ft17: 14px;
        --ft18: 14px;
        --ft19: 14px;
        --ft20: 16px;
        --ft21: 16px;
        --ft22: 16px;
        --ft23: 16px;
        --ft24: 16px;
        --ft25: 16px;
        --ft26: 18px;
        --ft27: 18px;
        --ft28: 18px;
        --ft29: 18px;
        --ft30: 20px;
        --ft31: 20px;
        --ft32: 20px;
        --ft33: 20px;
        --ft34: 20px;
        --ft35: 20px;
        --ft36: 20px;
        --ft37: 20px;
        --ft38: 20px;
        --ft39: 20px;
        --ft40: 20px;
        --ft41: 20px;
        --ft42: 20px;
        --ft43: 20px;
        --ft44: 20px;
        --ft45: 20px;
        --ft46: 20px;
        --ft47: 20px;
        --ft48: 20px;
        --ft49: 20px;
        --ft50: 20px;
        --ft51: 20px;
        --ft52: 20px;
        --ft53: 20px;
        --ft54: 20px;
        --ft55: 20px;
        --ft56: 20px;
        --ft57: 20px;
        --ft58: 20px;
        --ft59: 20px;
        --ft60: 20px;
        --ft61: 20px;
        --ft62: 20px;
        --ft63: 20px;
        --ft64: 20px;
        --ft65: 20px;
        --ft66: 20px;
        --ft67: 20px;
        --ft68: 20px;
        --ft69: 20px;
        --ft70: 20px;
        --ft71: 20px;
        --ft72: 20px;
        --ft73: 20px;
        --ft74: 20px;
        --ft75: 20px;
        --ft76: 20px;
        --ft77: 20px;
        --ft78: 20px;
        --ft79: 20px;
        --ft80: 20px;
        --ft81: 20px;
        --ft82: 20px;
        --ft83: 20px;
        --ft84: 20px;
        --ft85: 20px;
        --ft86: 20px;
        --ft87: 20px;
        --ft88: 20px;
        --ft89: 20px;
        --ft90: 20px;
        --ft91: 20px;
        --ft92: 20px;
        --ft93: 20px;
        --ft94: 20px;
        --ft95: 20px;
        --ft96: 20px;
        --ft97: 20px;
        --ft98: 20px;
        --ft99: 20px;
        --ft100: 100px;
        --ft101: 101px;
        --ft102: 102px;
        --ft103: 103px;
        --ft104: 104px;
        --ft105: 105px;
        --ft106: 106px;
        --ft107: 107px;
        --ft108: 108px;
        --ft109: 109px;
        --ft110: 110px;
        --ft111: 111px;
        --ft112: 112px;
        --ft113: 113px;
        --ft114: 114px;
        --ft115: 115px;
        --ft116: 116px;
        --ft117: 117px;
        --ft118: 118px;
        --ft119: 119px;
        --ft120: 120px;
        --ft121: 121px;
        --ft122: 122px;
        --ft123: 123px;
        --ft124: 124px;
        --ft125: 125px;
        --ft126: 126px;
        --ft127: 127px;
        --ft128: 128px;
        --ft129: 129px;
        --ft130: 130px;
        --ft131: 131px;
        --ft132: 132px;
        --ft133: 133px;
        --ft134: 134px;
        --ft135: 135px;
        --ft136: 136px;
        --ft137: 137px;
        --ft138: 138px;
        --ft139: 139px;
        --ft140: 140px;
        --ft141: 141px;
        --ft142: 142px;
        --ft143: 143px;
        --ft144: 144px;
        --ft145: 145px;
        --ft146: 146px;
        --ft147: 147px;
        --ft148: 148px;
        --ft149: 149px;
        --ft150: 150px;
        --ft151: 151px;
        --ft152: 152px;
        --ft153: 153px;
        --ft154: 154px;
        --ft155: 155px;
        --ft156: 156px;
        --ft157: 157px;
        --ft158: 158px;
        --ft159: 159px;
        --ft160: 160px;
        --ft161: 161px;
        --ft162: 162px;
        --ft163: 163px;
        --ft164: 164px;
        --ft165: 165px;
        --ft166: 166px;
        --ft167: 167px;
        --ft168: 168px;
        --ft169: 169px;
        --ft170: 170px;
        --ft171: 171px;
        --ft172: 172px;
        --ft173: 173px;
        --ft174: 174px;
        --ft175: 175px;
        --ft176: 176px;
        --ft177: 177px;
        --ft178: 178px;
        --ft179: 179px;
        --ft180: 180px;
        --ft181: 181px;
        --ft182: 182px;
        --ft183: 183px;
        --ft184: 184px;
        --ft185: 185px;
        --ft186: 186px;
        --ft187: 187px;
        --ft188: 188px;
        --ft189: 189px;
        --ft190: 190px;
        --ft191: 191px;
        --ft192: 192px;
        --ft193: 193px;
        --ft194: 194px;
        --ft195: 195px;
        --ft196: 196px;
        --ft197: 197px;
        --ft198: 198px;
        --ft199: 199px;
        --ft200: 200px;
        --p10: 10px;
        --p15: 10px;
        --p20: 10px;
        --p25: 15px;
        --p30: 15px;
        --p35: 15px;
        --p40: 15px;
        --p50: 20px;
        --p60: 20px;
        --p70: 20px;
        --p80: 20px;
        --p90: 20px;
        --p100: 20px;
        --p110: 20px;
        --p120: 20px;
        --p130: 20px;
        --p140: 20px;
        --p150: 20px;
        --p160: 20px;
        --p170: 20px;
        --p180: 20px;
        --p190: 20px;
        --p200: 20px;
    }
}

body {
    font-size: var(--ft16);
    color: var(--ftc);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Cooper';
}

main {
    flex: 1;
}

@font-face {
    font-family: 'jua';
    src: url('../font/jua.ttf') format('truetype');
}

@font-face {
    font-family: 'Cooper';
    src: url('../font/Cooper.ttf') format('truetype');
}

@font-face {
    font-family: 'DynaPuff';
    src: url('../font/DynaPuff.ttf') format('truetype');
}

.DynaPuff {
    font-family: 'DynaPuff';
}

.jua {
    font-family: 'jua';
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.silderMenu {
    position: fixed;
    bottom: var(--p50);
    z-index: 999;
    right: var(--p30);
}

.silderMenu .faq-button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.silderMenu .faq-button .img {
    width: 6em;
    height: 6em;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
    border-radius: 50%;
    background: #fff;
}

.silderMenu .faq-button:hover .img {
    animation: jello-vertical 0.7s both;
}

.silderMenu .tooltip {
    font-size: vaR(--ft14);
    position: absolute;
    top: -20px;
    width: max-content;
    opacity: 0;
    background-color: #4d3014;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.silderMenu .tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #4d3014;
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    bottom: -15%;
    transition-duration: 0.3s;
}

.silderMenu .faq-button:hover .tooltip {
    top: -45px;
    opacity: 1;
    transition-duration: 0.3s;
}

.image-container {
    --loader-bg-color: #cdbda4;
}

.image-container:before {
    display: none;
}

.image-container1 {
    border-bottom-left-radius: 50% 75px;
    border-bottom-right-radius: 50% 75px;
}

.top_box {
    width: 100%;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    aspect-ratio: 1920/670;
    overflow: hidden;
}

.top_box h1 {
    color: #fff;
}

.top_box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_box .block {
    position: relative;
    z-index: 1;
}

.Faq .top_box h1 {
    color: #000;
}

.top_box h1 {
    font-weight: normal;
    font-family: 'jua';
    text-align: center;
    font-size: var(--ft90);
}

.top_box .img img {
    animation: clearUp 1s ease-out forwards;
}

@keyframes clearUp {
    0% {
        scale: 1;
        filter: blur(15px) brightness(0.9);
    }

    100% {
        scale: 1;
        filter: blur(0) brightness(1);
    }
}

.backtop {
    opacity: 0;
    width: 40px;
    aspect-ratio: 1/1;
    background: linear-gradient(var(--ftc), #008ec7b5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: none;
    position: fixed;
    right: var(--p20);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    bottom: vaR(--p50);
    transition: all 0.3s;
    visibility: hidden;
}

.backtop .arrow path {
    fill: white;
}

.backtop:hover .arrow {
    animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.Faq {
    --main: 1200px;
    background: #FFF3E2;
}

@keyframes idle {
    50% {
        rotate: 2.5deg;
    }
}

header {
    font-family: 'DynaPuff';
    position: absolute;
}

header .layui-main {
    padding: var(--p35) 0;
}

header .logo:hover {
    animation: idle 1s infinite ease-in-out;
}

header .hnav {
    display: flex;
    gap: var(--p10) vaR(--p60);
    color: #F4F0DB;
    font-size: vaR(--ft25);
}

header .nav-item {
    position: relative;
    color: var(--ftc);
}

header .nav-item:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    content: '';
    width: 130px;
    height: 106px;
    background: url(../images/bg.png) no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;
}

header .nav-item.layui-this:before,
header .nav-item:hover:before {
    opacity: 1;
}

header .item {
    display: block;
    height: 1.5em;
    position: relative;
    overflow: hidden;
}

header .item * {
    transition: all 0.5s;
}

header .item .t1 {
    position: relative;
    bottom: 0;
}

header .item .t2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

header .item:hover .t1 {
    bottom: 3em;
}

header .item:hover .t2 {
    top: 0;
}

header.bgcolor .backtop {
    visibility: visible;
    opacity: 1;
}

header.contact .hnav {
    color: var(--ftc);
}

header.contact .nav-item.layui-this {
    color: var(--ftc);
    font-weight: bold;
}

header.contact .nav-item:hover {
    color: var(--ftc);
}

.formItem img {
    width: 100%;
}

.Contact {
    background: rgba(242, 226, 161, 0.1);
    color: #333;
}

.Contact section {
    padding: var(--p200) 0 var(--p160);
}

.Contact .desc {
    font-family: 'jua';
    text-align: center;
    font-weight: normal;
    font-size: var(--ft36);
    margin-bottom: var(--p80);
}

.Contact form {
    gap: vaR(--p30) var(--p50);
}

.Contact [data-btn="add"] {
    font-weight: normal;
    border: 1px solid #979797;
    border-radius: 10px;
    width: 1.2em;
    background: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 1.2em;
    color: #979797;
}

.Contact .delete-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 10px;
}

.Contact .delete-container button {
    cursor: pointer;
    padding: vaR(--p10) var(--p30);
    border-radius: 10px;
    border: 1px solid #FF1212;
    background: initial;
}

.Contact .pet-group {
    gap: vaR(--p30) var(--p50);
}

.Contact .tips {
    color: #AAAAAA;
    font-size: vaR(--ft18);
    margin-bottom: vaR(--p10);
}

.Contact .hide {
    display: none;
}

.Contact .layui-btn {
    min-width: 8em;
    --btn: 48px;
    font-size: vaR(--ft18);
    background: #9C6868;
    margin-top: 20px;
}

.Contact .must::after {
    font-size: var(--ft22);
}

.Contact .label {
    line-height: 24px;
    font-size: vaR(--ft18);
    display: block;
    margin-bottom: var(--p15);
}

.Contact .input-date {
    display: flex;
    align-items: center;
    gap: var(--p10);
    width: 100%;
    border: 1px solid #979797;
    border-radius: 10px;
    height: 50px;
    padding: 0 var(--p20);
}

.Contact .input-date input {
    background: initial;
}

.Contact .input-text {
    width: 100%;
    border: 1px solid #979797;
    border-radius: 10px;
    height: 50px;
    padding: 0 var(--p20);
}

.Contact .tip1 {
    font-size: vaR(--ft18);
}

.Contact .tip1 span {
    color: #aaa;
}

.Contact .input-radio-label,
.Contact .input-checkbox-label {
    display: flex;
    align-items: center;
    gap: var(--p10);
    margin-bottom: vaR(--p10);
}

.Contact h3 {
    font-size: vaR(--ft26);
    color: #333;
}

footer {
    background: rgba(242, 226, 161, 0.1);
}

footer .footerLogo {
    transition: transform 0.3s ease-out;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    /* 起始位置*/
    20% {
        transform: rotate(-10deg);
    }

    /* 左摇*/
    40% {
        transform: rotate(10deg);
    }

    /* 右摇*/
    60% {
        transform: rotate(-8deg);
    }

    /* 再次左摇（幅度略减）*/
    80% {
        transform: rotate(8deg);
    }

    /* 再次右摇（幅度略减）*/
    100% {
        transform: rotate(0deg);
    }

    /* 回到原位*/

}

footer .footerLogo img {
    max-height: 150px;
}

footer .footerLogo:hover {
    animation: shake 0.8s linear forwards;
}

footer .foot1 {
    padding: vaR(--p70) 0 var(--p60);
}

footer .foot1 .layui-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: vaR(--p15);
}

footer .foot1 dl {
    display: grid;
    gap: var(--p10);
}

footer .foot1 ul {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: var(--p30);
}

footer .foot1 .t1 {
    font-size: vaR(--ft22);
    margin-bottom: var(--p30);
    font-family: 'jua';
}

footer .foot1 .link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

footer .foot1 .link a:hover {
    animation: jello-vertical 0.7s both;
}

footer .foot1 a {
    line-height: 1.5em;
}

footer .foot1 a[href] span {
    position: relative;
    width: 100%;
    display: block;
}

footer .foot1 a[href] span::before {
    display: block;
    content: '•';
    opacity: 0;
    position: absolute;
    left: -2em;
    bottom: 0%;
    transition: all 0.3s;
}

footer .foot1 a[href]:hover {
    opacity: 0.9;
}

footer .foot1 a[href]:hover span::before {
    opacity: 1;
    left: -1em;
    line-height: 1.5em;
}

footer .foot1 .item {
    position: relative;
}

footer .foot1 .item:hover .img {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    bottom: 100%;
}

footer .foot2 {
    border-top: 1px solid rgba(77, 48, 20, 0.1);
    color: #042656;
    padding: var(--p40) var(--p20);
    text-align: center;
}

footer .foot2 i {
    color: #FF543D;
}

.titleCom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: var(--p80);
    text-align: center;
}

.titleCom h1 {
    font-family: 'jua';
    line-height: 1em;
    font-size: vaR(--ft48);
    position: relative;
}

.titleCom h1::before {
    display: block;
    content: '';
    position: absolute;
    right: 98%;
    top: -0.6em;
    aspect-ratio: 34/44;
    width: 1em;
    background: url(../images/title.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.titleCom h2 {
    font-family: 'jua';
    line-height: 1em;
    font-size: vaR(--ft48);
    position: relative;
}

.titleCom .key {
    font-size: vaR(--ft16);
    margin-bottom: vaR(--p20);
}

.titleCom .desc {
    margin-top: vaR(--p20);
    font-size: ;
}

.titleCom.left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.footCom {
    margin-top: var(--p70);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'jua';
    color: var(--ftc);
    display: inline-block;
    font-size: var(--ft20);
    background-size: 100%;
    padding: vaR(--p20) var(--p50);
    background-image: url(../images/btn.png);
    background-size: 100% 100%;
    position: relative;
    /* 初始 idle 微动动画*/
    /* 悬浮交互*/
    /* 悬浮动画（更柔和的晃动+位移）*/

}

.btn .text {
    position: relative;
    z-index: 2;
}

.btn .highlight {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fefcf5;
    stroke: #fefcf5;
    /* 黄色高亮效果*/
    stroke-width: 10;
    stroke-linecap: round;
    scale: 0.8;
    pointer-events: none;
    /* 不遮挡按钮交互*/
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 0.9s ease-in-out;
}

@keyframes idle {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(2.5deg);
    }

    100% {
        transform: rotate(0);
    }
}

.btn:hover {
    transform: rotate(-2.5deg);
    animation: hover 2.5s infinite ease-in-out;
}

.btn:hover .highlight {
    stroke-dashoffset: 0;
    /* 悬浮时高亮路径展开*/

}

.FaqCard {
    background: #fff;
    padding: vaR(--p20);
    border-radius: 20px;
}

.FaqList {
    display: grid;
    gap: var(--p25);
}

.FaqList svg {
    width: 1em;
    height: 1em;
    font-size: var(--ft26);
    fill: none;
    stroke: var(--ftc);
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform 0.3s ease;
}

.FaqList .con {
    margin-top: vaR(--p10);
    display: none;
}

.FaqList .title {
    cursor: pointer;
    font-size: var(--ft26);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: vaR(--p20);
}

.FaqList li {
    overflow: hidden;
    border-radius: 20px;
    padding: var(--p30) var(--p30);
    border: 2px dashed #4D3014;
}

.FaqList li.active svg {
    transform: rotate(45deg);
}

.Groming .top_box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.GromPolicy ul {
    font-size: vaR(--ft20);
    display: grid;
    gap: vaR(--p70);
}

.GromPolicy ul .item {
    gap: vaR(--p20);
    display: grid;
    grid-template-columns: 2em 1fr;
}

.GromPolicy ul .num {
    font-family: 'jua';
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--ftc);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GromLa {
    padding: var(--p140) 0;
}

.GromLa .Info {
    display: grid;
    align-items: center;
    grid-template-columns: 0.6fr 0.7fr;
    gap: var(--p40);
}

.GromLa ul {
    display: grid;
    font-size: var(--ft18);
}

.GromLa ul li {
    border-bottom: 1px solid rgba(166, 150, 130, 0.3);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--p20);
}

.GromLa ul li:last-child {
    border: none;
}

.GromDeluxe {
    padding: var(--p160) 0;
}

.GromDeluxe ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--p50);
    text-align: center;
}

.GromDeluxe ul li:nth-child(3) {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GromDeluxe ul .item {
    width: 580px;
    max-width: 100%;
    min-height: 336px;
    padding: var(--p30) var(--p60);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/lbg.png);
}

.GromDeluxe ul h5 {
    color: #4D3014;
    font-family: 'jua';
    line-height: 1.3em;
    text-align: center;
    font-size: vaR(--ft24);
}

.GromDeluxe ul .money {
    line-height: 1.3em;
    margin-top: vaR(--p10);
    color: #4D3014;
    font-size: vaR(--ft20);
}

.GromDeluxe ul .sub {
    color: #006599;
    background: url(../images/lbg2.png) no-repeat;
    padding: var(--p25) 0;
    background-size: auto;
    background-position: center;
    font-size: vaR(--ft20);
}

.GromDeluxe ul hr {
    width: 60%;
    margin: 0 auto;
    border-bottom: 1px solid #4D3014;
}

.GromCroming {
    padding: var(--p140) 0;
}

.GromCroming .titleCom {
    margin-bottom: var(--p40);
}

.GromCroming ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: vaR(--p120);
}

.GromCroming .leftText {
    font-size: vaR(--ft20);
}

.GromCroming .price {
    padding-bottom: vaR(--p50);
    display: grid;
    gap: vaR(--p20);
    grid-template-columns: auto 1fr;
}

.GromCroming .price dl {
    display: flex;
    font-family: 'jua';
    text-align: center;
}

.GromCroming .price dl dd {
    border-right: 1px solid var(--ftc);
    flex: 1;
}

.GromCroming .price dl dd:last-child {
    border-right: 0;
}

.GromCroming .price dl .t0 {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: vaR(--ft20);
}

.GromCroming .price dl .t1 {
    font-size: vaR(--ft15);
    border-top: 1px solid var(--ftc);
}

.GromCroming .intro {
    padding: vaR(--p30) 0;
    border: 1px solid var(--ftc);
    border-left: 0;
    border-right: 0;
    display: grid;
    gap: vaR(--p20);
    grid-template-columns: auto 1fr;
}

.GromSenior {
    padding: var(--p140) 0 vaR(--p180);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.GromSenior::before {
    display: block;
    content: '';
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
}

.GromSenior h3 {
    text-align: center;
}

.GromSenior .img2 {
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 2;
    transition: all 4s;
}

.GromSenior .img2.animate__animated {
    left: 50%;
}

.GromSenior .layui-main {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.GromSenior .titleCom {
    margin-top: vaR(--p50);
    margin-bottom: var(--p20);
}

.GromSenior .desc {
    font-size: VAR(--ft20);
    line-height: 1.5em;
}

.GromSenior hr {
    border-color: var(--ftc);
    margin: vaR(--p25) 0 var(--p40);
}

.GromSenior h3 {
    font-size: vaR(--ft24);
    margin-bottom: vaR(--p40);
}

.GromSenior .footCom {
    justify-content: flex-start;
}

.GromSenior ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: vaR(--p20) var(--p25);
}

.GromSenior ul .img {
    border-radius: 15px;
    aspect-ratio: 1/1;
}

.GromSenior ul h5 {
    font-size: vaR(--ft22);
    text-align: center;
}

.Daycare {
    background-color: #F7FCFF;
    background-size: cover;
}

.DaycarePrecaution {
    padding: vaR(--p110) 0;
    background: #fff;
}

.DaycarePrecaution ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: vaR(--p50) var(--p80);
}

.DaycarePrecaution ul .item {
    position: relative;
    background: #CCBCA3;
    border-radius: 20px;
    padding: vaR(--p50) var(--p80);
}

.DaycarePrecaution ul .img {
    top: -30px;
    position: absolute;
    left: var(--p25);
}

.DaycarePrecaution ul h5 {
    font-size: vaR(--ft26);
}

.DaycarePrecaution ul .sub {
    margin-top: vaR(--p25);
}

.dialog .layui-layer-setwin .layui-layer-close2:hover {
    background: #4d3014;
}

.dialog .layui-layer-content {
    padding: vaR(--p40);
}

.dialog h5 {
    font-size: var(--ft30);
    text-align: center;
}

.dialog .con {
    margin-top: vaR(--p20);
}

.DaycareSerive {
    padding: vaR(--p130) 0 var(--p100);
}

.DaycareSerive ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--p60) var(--p30);
}

.DaycareSerive ul .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.DaycareSerive ul .img {
    width: 100%;
    aspect-ratio: 2/1;
}

.DaycareSerive ul h5 {
    margin-top: vaR(--p30);
    font-size: vaR(--ft20);
}

.DaycareList {
    padding: var(--p170) 0 var(--p90);
}

.DaycareList ul {
    margin-bottom: vaR(--p80);
    display: grid;
    gap: vaR(--p60);
}

.DaycareList ul .item {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.DaycareList ul .item:nth-child(even) {
    direction: rtl;
}

.DaycareList ul h5 {
    font-family: 'jua';
    font-size: vaR(--ft38);
}

.DaycareList ul .sub {
    line-height: 1.5em;
    margin-top: var(--p40);
}

.DaycareList ul .text {
    margin: 0 auto;
    width: 80%;
}

.DaycareList ul .con {
    direction: ltr;
}

.DaycareList ul .img {
    scale: 0.9;
}

.DaycareList .key {
    font-size: vaR(--ft24);
    font-family: 'jua';
    text-align: center;
}

.DaycareList .footCom {
    margin-top: vaR(--p40);
}

.Boarding {
    background-size: cover;
}

.BoardingPrecautions {
    padding: var(--p120) 0 vaR(--p100);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    --main: 900px;
}

.BoardingPrecautions .bg {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.BoardingPrecautions:before {
    display: block;
    content: '';
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    background: #faf2dc;
}

.BoardingPrecautions .layui-main {
    position: relative;
    z-index: 2;
}

.BoardingPrecautions ul {
    display: grid;
    gap: vaR(--p40);
}

.BoardingPrecautions ul .item {
    background: #FFFFFF;
    border-radius: 20px;
    padding: vaR(--p15) var(--p20);
}

.BoardingPrecautions ul h5 {
    font-size: vaR(--ft26);
    margin-bottom: vaR(--p20);
}

.BoardingPrecautions ul .box {
    padding: vaR(--p30) var(--p40);
    border: 2px dashed #4D3014;
    border-radius: 20px;
}

.BoardingPrecautions dl {
    display: grid;
    gap: vaR(--p15);
}

.BoardingPrecautions dl dd {
    gap: vaR(--p10);
    display: grid;
    grid-template-columns: 1.5em 1fr;
}

.BoardingPrecautions dl .num {
    font-family: 'jua';
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--ftc);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_swiper {
    overflow: hidden;
}

.index_swiper .image-container {
    background: initial;
}

.index_swiper h1 {
    text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.2em;
    font-size: vaR(--ft74);
}

.index_swiper h1 i {
    color: #F2E2A1;
}

.index_swiper .btn {
    margin-top: vaR(--p30);
}

.index_swiper .sub {
    margin-top: vaR(--p40);
    font-size: var(--ft22);
    color: var(--ftc);
}

.Boarding .DaycareSerive {
    padding: vaR(--p130) 0;
}

.BoardingIntro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: var(--p140) 0 vaR(--p120);
}

.BoardingIntro .box {
    margin-top: var(--p90);
    position: relative;
}

.BoardingIntro .bg {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
}

.BoardingIntro ul {
    margin-bottom: var(--p160);
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--p100) vaR(--p30);
}

.BoardingIntro ul .item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: vaR(--p15);
}

.BoardingIntro ul .item:nth-child(1) {
    transform: translateY(50px);
}

.BoardingIntro ul .item:nth-child(2) {
    transform: translateY(10px);
}

.BoardingIntro ul .item:nth-child(4) {
    transform: translateY(60px);
}

.BoardingIntro ul .item:nth-child(5) {
    transform: translateY(60px);
}

.BoardingIntro ul .item:nth-child(7) {
    transform: translateY(60px);
}

.BoardingIntro ul .item:nth-child(8) {
    transform: translateY(-10px);
}

.BoardingIntro ul h5 {
    font-family: 'jua';
    font-size: vaR(--ft20);
    text-align: center;
}

.BoardingIntro ul .img {
    max-width: 100%;
    background: #DDDDDD;
    border-radius: 50%;
    border: 10px solid #CDBDA4;
    aspect-ratio: 1/1;
    width: 240px;
    margin: 0 auto;
}

.BoardingRoom .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p70) vaR(--p40);
}

.BoardingRoom .swiper {
    border-radius: 20px;
    aspect-ratio: 640/390;
}

.BoardingRoom .button-next,
.BoardingRoom .button-prev {
    position: absolute;
    padding: 5px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    z-index: 9;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.BoardingRoom .button-next:hover,
.BoardingRoom .button-prev:hover {
    background: rgba(255, 255, 255, 0.8);
}

.BoardingRoom .button-prev {
    left: var(--p10);
}

.BoardingRoom .button-next {
    right: var(--p10);
}

.BoardingRoom .con {
    padding-top: var(--p30);
    text-align: center;
    font-size: vaR(--ft30);
    font-family: 'jua';
}

.BoardingRoom .sub {
    font-size: 25px;
    font-weight: 100px;
}

.BoardingRoom .btn:hover {
    animation: none;
    transform: none;
}

.IndexPhoto {
    background: #fff;
    padding: vaR(--p120) 0 var(--p160);
    position: relative;
}

.IndexPhoto .swiper-slide {
    width: auto;
}

.IndexPhoto .swiper+.swiper {
    margin-top: vaR(--p20);
}

.IndexPhoto .img {
    width: auto;
    height: 400px;
    border-radius: 20px;
}

.IndexPhoto .titleCom {
    margin-bottom: vaR(--p50);
}

.IndexEvalua {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920/920;
}

.IndexEvalua .Card {
    width: 560px;
    max-width: 100%;
}

.IndexEvalua .desc {
    margin-top: var(--p60);
}

.IndexEvalua .footCom {
    justify-content: flex-start;
}

.IndexEvalua .img {
    display: none;
}

.IndexPassiona {
    position: relative;
    padding-top: var(--p150);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: var(--p130);
}

.IndexPassiona .bg {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: top center;
}

.IndexPassiona .layui-main {
    position: relative;
    z-index: 2;
}

.IndexPassiona .titleCom .key {
    text-align: left;
    width: 80%;
}

.IndexPassiona ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: vaR(--p40) var(--p80);
}

.IndexPassiona ul .item {
    background: #fff;
    border-radius: var(--p20);
    display: grid;
    align-items: flex-start;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
    grid-template-columns: 80px 1fr;
}

.IndexPassiona ul h5 {
    font-size: vaR(--ft20);
}

.IndexPassiona ul .sub {
    margin-top: vaR(--p20);
    line-height: 1.3em;
}

.IndexPassiona ul .img {
    position: relative;
    transform: translate(-10px, -10px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.IndexPassiona ul .img img {
    position: relative;
    transform: translate(-10px, -20px);
}

.IndexPassiona ul .con {
    padding: vaR(--p40) var(--p60) var(--p40) vaR(--p40);
}

.Index {
    background: #F7FCFF;
}

.IndexServices {
    padding: vaR(--p150) 0;
}

.IndexServices ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: vaR(--p20);
    margin-top: var(--p100);
}

.IndexServices .item:hover .img {
    animation: idle 0.3s infinite ease-out;
}

.IndexServices .item h5 {
    margin-top: vaR(--p50);
    font-size: vaR(--ft33);
    text-align: center;
    font-family: 'jua';
}

@media only screen and (max-width: 990px) {
    .Boarding .footCom {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }

    .Boarding .footCom .btn {
        font-size: vaR(--ft10);
    }

    .Index {
        background: #fff;
    }

    .layui-main {
        max-width: 80%;
    }

    .GromSenior .layui-main,
    .DaycareSerive .layui-main,
    .GromDeluxe .layui-main,
    .IndexServices .layui-main {
        max-width: 90%;
    }

    .navMobile {
        padding: 20px 0;
        background: #fefcf5;
    }

    .navMobile li {
        padding: 13px 0;
    }

    header {
        position: fixed;
    }

    header .menu_button .line {
        stroke: var(--ftc);
    }

    header.bgcolor {
        background: #fefcf5;
    }

    .IndexEvalua {
        padding-bottom: 0;
        background: linear-gradient(180deg, #C4B59E 0%, #C3B49D 65%, rgba(195, 180, 157, 0) 100%);
    }

    .IndexEvalua .layui-main {
        padding-bottom: 20px;
    }

    .IndexPhoto .img {
        width: 140px !important;
        height: 100px;
    }

    .BoardingIntro {
        padding: 40px 0;
        background-size: cover;
    }

    .BoardingIntro ul .img {
        border-width: 3px;
    }

    .BoardingIntro ul {
        gap: 0 30px;
    }

    .BoardingIntro ul h5 {
        line-height: 1.2em;
        font-size: 10px;
    }

    .BoardingIntro ul .item {
        gap: 5px;
    }

    .BoardingIntro .bg {
        transform: translateY(-56%);
    }

    .BoardingIntro ul .item:nth-child(1) {
        transform: translateY(5px);
    }

    .BoardingIntro ul .item:nth-child(2) {
        transform: translateY(-7px);
    }

    .BoardingIntro ul .item:nth-child(3) {
        transform: translateY(-5px);
    }

    .BoardingIntro ul .item:nth-child(4) {
        transform: translateY(-5px);
    }

    .BoardingIntro ul .item:nth-child(5) {
        transform: translateY(6px);
    }

    .BoardingIntro ul .item:nth-child(6) {
        transform: translateY(-19px);
    }

    .BoardingIntro ul .item:nth-child(7) {
        transform: translateY(0px);
    }

    .BoardingIntro ul .item:nth-child(8) {
        transform: translateY(-12px);
    }

    .titleCom h1::before {
        bottom: -0.9em;
    }

    .GromSenior .img2 {
        display: none;
    }

    .index_swiper .SwiperItem {
        padding-top: 30px;
        height: 50vh;
    }

    .IndexServices .item h5 {
        font-size: 16px;
    }

    .IndexPassiona ul .img {
        display: none;
    }

    .IndexPassiona {
        background: unset !important;
    }

    .IndexPassiona .bg {
        display: block;
    }

    .IndexPassiona ul .item {
        grid-template-columns: 1fr;
    }

    header .layui-main {
        padding: 10px 0;
    }

    .IndexServices ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .IndexServices ul .img img {
        max-width: 100%;
    }

    .IndexPassiona ul,
    .BoardingRoom .box,
    .DaycareList ul .item,
    .GromLa .Info,
    .GromCroming ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .DaycareList ul .item .img img {
        max-width: 80%;
    }

    .BoardingRoom .con .sub {
        font-size: 10px;
        font-weight: 300;
    }

    .DaycarePrecaution ul .img {
        top: -10px;
        width: 1em;
    }

    .DaycarePrecaution ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .GromSenior .layui-main {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .layui-main {
        width: 80% !important;
    }

    footer .footerLogo {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
    }

    footer .foot1 ul li:first-child {
        width: 50%;
    }

    footer .foot1 .item p {
        margin-bottom: 5px;
    }

    footer .foot1 .item p:last-child {
        margin-bottom: 0;
    }

    footer .foot1 .item br {
        display: none;
    }

    footer .foot1 .link {
        justify-content: flex-start;
        gap: 10px;
    }

    footer .foot1 .link a {
        width: 3em;
    }

    footer .foot1 .t1 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    footer .foot1 ul {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    footer .foot1 dl {
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(1, 1fr);
    }

    footer .foot1 .layui-main {
        flex-direction: row-reverse;
    }

    footer .foot2 {
        display: none;
    }

    .must::before {
        display: none;
    }

    .must::after {
        display: inline-block;
        content: '*';
        color: #FF1212;
        position: absolute;
    }

    .Contact {
        padding-top: 50px;
        background: #f0f2f5;
    }

    .Contact h3 {
        color: #4D3014;
    }

    .Contact .label {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .Contact [data-btn="add"] {
        border-radius: 5px;
    }

    .Contact .input-date .img_box {
        width: 1em;
    }

    .Contact .input-radio-label,
    .Contact .input-checkbox-label {
        font-size: 14px !important;
    }

    .Contact .input-radio-label:last-child,
    .Contact .input-checkbox-label:last-child {
        margin-bottom: 0;
    }

    .Contact .desc {
        color: #4D3014;
        line-height: 1.2em;
        font-weight: bold;
        font-size: 22px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 26px;
    }

    .Contact .input-text,
    .Contact .input-date {
        height: 40px;
    }

    .Contact .pet-group {
        gap: var(--p10) vaR(--p50);
    }

    .Contact .layui-btn {
        font-size: 20px;
    }

    .image-container1 {
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }

    .top_box {
        padding-top: 40px;
        height: 200px;
    }

    .top_box h1 {
        font-size: 34px;
    }

    .Faq .top_box h1 {
        color: #4D3014;
    }

    .layui-btn {
        --btn: 40px;
    }

    .Faq {
        background: #f0f2f5;
    }

    .Faq section {
        padding: 40px 0;
    }

    .FaqCard {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
        border-radius: 13px;
    }

    .FaqCard h5 {
        font-size: 12px;
    }

    .FaqCard .img {
        width: 1.2em !important;
    }

    .FaqCard li {
        border: 1px dashed #4D3014;
    }

    .GromCroming {
        background: #FFF3E2;
    }

    .GromCroming .layui-main {
        width: 80% !important;
    }

    .GromSenior {
        padding: 20px 0 30px;
        background-size: 200%;
        background-color: #f0f2f5;
    }

    .GromSenior .footCom {
        justify-content: center;
    }

    .GromSenior .layui-main>.img_box {
        display: none;
    }

    .GromLa .Info .img_box1 img {
        width: 40%;
    }

    .GromDeluxe ul {
        gap: 10px 0;
    }

    .GromDeluxe ul li {
        width: calc(50% - 5px);
    }

    .GromDeluxe ul li:nth-child(3) .item {
        width: calc(50% - 5px);
    }

    .GromDeluxe ul .item {
        height: 100%;
        background-size: 100% 100%;
        min-height: auto;
        padding: 10px 3px 20px;
        background-image: url(../images/lbgmo.png);
    }

    .GromDeluxe ul h5 {
        font-size: vaR(--ft12);
        line-height: 1em;
    }

    .GromDeluxe ul .money {
        font-size: vaR(--ft12);
        line-height: 1em;
        color: #4D3014;
        font-weight: bold;
        margin-top: 0;
    }

    .GromDeluxe ul hr {
        width: 100%;
    }

    .GromDeluxe ul .sub {
        font-weight: bold;
        font-size: 9px;
        line-height: 1em;
        padding: 4px 20px;
        background-size: cover;
    }

    .GromDeluxe ul .con {
        font-size: 11px;
        line-height: 1.1em;
    }

    .DaycareList {
        text-align: center;
    }

    .DaycareList ul .text {
        width: 100%;
    }

    .DaycareList ul .item .img img {
        max-width: 70%;
    }

    .DaycareSerive {
        background: unset !important;
    }

    .DaycareSerive ul {
        gap: 15px;
    }

    .DaycareSerive ul h5 {
        font-weight: bold;
        text-align: center;
        font-size: 10px;
    }

    .BoardingRoom .btn {
        text-align: center;
    }

    .BoardingPrecautions:before {
        z-index: 2;
    }

    .BoardingPrecautions ul .item {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .BoardingPrecautions ul .box {
        border-width: 1px;
    }

    .BoardingPrecautions dl {
        gap: 5px;
    }

    .BoardingPrecautions dl dd {
        gap: 6px;
    }

    .BoardingPrecautions dl .num {
        scale: 0.8;
    }

    .silderMenu .faq-button .img {
        width: 4em;
        height: 4em;
    }

    .IndexEvalua .img {
        display: block;
    }

    .GromSenior ul h5 {
        font-size: 14px;
    }

    .GromSenior ul {
        gap: 10px;
    }

    .DaycareSerive ul .item {
        justify-content: flex-start;
    }

    .DaycareSerive ul .img {
        height: 30px;
    }
}