* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-family: 'Inter', 'Noto Sans JP', 'Noto Sans SC', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 0.16rem;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 1.1rem; */
    width: 100%;
}

/* 动画类 */
.animate-fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.animate-fade-in.is-visible {
    opacity: 1;
}

.animate-fade-in-up {
    opacity: 0;
    transform: translateY(0.6rem);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-fade-in-left {
    opacity: 0;
    transform: translateX(-0.6rem);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-fade-in-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-fade-in-right {
    opacity: 0;
    transform: translateX(0.6rem);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-fade-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-scale-in.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* Header */
.header {
    width: 19.2rem;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-bg {
    width: 100%;
    height: 1.56rem;
    position: relative;
    margin: 0;
    padding: 0;
}

.header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* padding: 0.46rem 2.47rem 0.47rem 2.09rem; */
    /* gap: 3.56rem; */
    justify-content: space-around;
}

.logo {
    width: 2.18rem;
    height: 0.635rem;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    display: flex;
    gap: 1.04rem;
    font-size: 0.28rem;
    color: white;
    align-items: center;
}

.nav a {
    color: white;
    text-decoration: none;
    transition: transform 0.2s;
    cursor: pointer;
}

.nav a:hover {
    transform: scale(1.1);
}

.nav a.active {
    border-bottom: 0.02rem solid white;
}

/* Footer */
.footer {
    width: 19.2rem;
    height: 5.22rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1.01rem 2.49rem 1.31rem 2.48rem;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-content {
    position: relative;
    z-index: 2;
    color: white;
}

.footer-section {
    width: 7.59rem;
}

.footer-section h3 {
    font-size: 0.26rem;
    margin-bottom: 0.6rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.26rem;
}

.footer-phone {
    display: flex;
    align-items: center;
    gap: 0.17rem;
}

.footer-phone img {
    width: 0.365rem;
    height: 0.365rem;
}

.footer-phone span {
    font-size: 0.4rem;
    color: white;
}

.footer-social {
    width: 3.97837rem;
}

.footer-social h3 {
    font-size: 0.26rem;
    margin-bottom: 0.48rem;
}

.footer-qr {
    display: flex;
    gap: 0.75rem;
}

.qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.24rem;
}

.qr-item img {
    width: 1.625rem;
    height: 1.625rem;
}

.qr-item p {
    font-size: 0.2rem;
}

/* Delay animations */
.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.3s;
}

.delay-3 {
    transition-delay: 0.4s;
}

.delay-4 {
    transition-delay: 0.5s;
}

.delay-5 {
    transition-delay: 0.6s;
}

.delay-6 {
    transition-delay: 0.7s;
}

/* PC端悬浮客服样式 */
.pc-float-contact {
    width: .82rem;
    height: 1.86rem;
    background: #F7F2ED;
    box-shadow: 0px 4px 8px 0px rgba(156, 141, 122, 0.41);
    border-radius: .48rem;
    border: 2px solid #FFFFFF;
    position: fixed;
    top: 50%;
    margin-top: -0.93rem;
    right: .39rem;
    text-align: center;
    z-index: 1001;
    cursor: pointer;
}

.pc-kefu-icon {
    text-align: center;
    margin: 0 auto;
}

.pc-kefu-icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .045rem;
}

.pc-kefu-icon2 {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: .04rem;
}

.pc-kefu-icon img {
    width: .72rem !important;
    height: .72rem !important;
}

.pc-kefu-icon img.addImgClass {
    width: .56rem;
    height: .56rem;
    padding: 0.09rem;
}

.pc-line-icon {
    display: inline-block;
    width: .66rem;
    position: relative;
    top: -0.03rem;
    border: 1px solid #E3CEB1;
}

.pc-kefu-text {
    background: url("../images/kefu/kefuK.png") no-repeat;
    background-size: 100% 100%;
    width: 1.82rem;
    height: .72rem;
    text-align: center;
    font-weight: 400;
    font-size: .18rem;
    color: #9C703A;
    line-height: .67rem;
    letter-spacing: 1px;
}

.pc-float-content {
    right: 1.18rem;
    position: fixed;
    top: 50%;
    margin-top: -.8rem;
    z-index: 1001;
    width: 2rem;
    display: none;
}

.pc-wx-text {
    background: url("../images/kefu/wxK.png") no-repeat;
    background-size: 100% 100%;
    width: 1.82rem;
    height: 1.8rem;
    text-align: center;
    font-weight: 400;
    font-size: .18rem;
    color: #9C703A;
    letter-spacing: 1px;
}

.pc-float-content2 {
    right: 1.18rem;
    position: fixed;
    top: 50%;
    margin-top: .245rem;
    z-index: 1001;
    width: 2rem;
    display: none;
}

.blockClass {
    display: block;
}

.blockClass2 {
    display: block;
}

/* 移动端悬浮客服样式 */
.float-contact {
    width: .86rem;
    /* height: 1.54rem; */
    background: #F0EAE2;
    box-shadow: 0px 4px 7px 0px rgba(156, 141, 122, 0.41);
    border-radius: .43rem;
    border: 1px solid #FFFFFF;
    position: fixed;
    top: 50%;
    margin-top: -0.77rem;
    right: .16rem;
    text-align: center;
    z-index: 1001;
    cursor: pointer;
    padding-bottom:0.1rem;
}

.contact_icon {
    width: .72rem;
    height: .72rem;
    margin-top: .08rem;
}

.contact_content {
    font-weight: 400;
    font-size: .2rem;
    color: #9C703A;
    letter-spacing: 1px;
    margin-top: -.05rem;
}


/* 备案 */
.main_filing {
    text-align: center;
    padding: 0.4rem 0;
    font-size: 0.2rem;
    color: #333333;
}

.main_filing span {
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.22rem;
    letter-spacing: 0.01rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.15rem;
}

.main_filing a {
    color: #333333;
    text-decoration: none;
}

.main_filing a:hover {
    text-decoration: underline;
    color:rgb(255,68,0);
}