/*===========================
    1. Theme default css
===========================*/

/*@import url('../../../../fonts.googleapis.com/cssfamily=Montserrat_500,600,700_Open+Sans_400,600.css0');*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf")format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins-SemiBold.ttf")format('truetype');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url("../fonts/Poppins-Medium.ttf")format('truetype');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.ttf")format('truetype');
}


body {
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}


a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',
    sans-serif;
    color: #181818;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #6e6e6e;
    margin-bottom: 0px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

/*======
BUTTON
CSS
======*/

.button {
    border: 1px solid #1e90ff;
    background-color: transparent;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat',
    sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 5;
}

.button-bg {
    border-color: #1e90ff;
    position: relative;
    z-index: 5;
}

.button-bg::before,
.button::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e90ff;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.button-bg::before {
    background-color: #1e90ff;
    width: 100%;
    right: 0;
    left: auto;
}

.button:hover {
    color: #fff;
}

.button:hover::before {
    width: 100%;
}

.button-bg:hover::before {
    width: 0%;
}

/*======
ALL
SECTION
TITLE
BUTTON
======*/

.section_title
h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.video-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 25px auto;
    font-weight: 600;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #f6d365 0%, #ff806e 51%, #eb9401 100%);
    border-radius: 50px;

}

.video-button:hover {
    cursor: pointer;
    background-position: right center;
    background-image: linear-gradient(to right, #eb9401 0%, #ff806e 51%, #f6d365 100%);
    color: white;
}

.section_title
p {
}

/*======
PREALODER
======*/

.preloader {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.graph {
    width: 108px;
    height: 50px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(
            -50%, -50%);
    transform: translate(
            -50%,
            -50%);
}

.graph .layer {
    position: absolute;
    bottom: 0px;
    width: 20px;
    top: 45px;
}

.graph .layer-1 {
    left: 0px;
    top: 30px;
    -webkit-animation: graph1 1s infinite;
    animation: graph1 1s infinite;
}

.graph .layer-2 {
    left: 22px;
    top: 10px;
    -webkit-animation: graph2 1s infinite;
    animation: graph2 1s infinite;
}

.graph .layer-3 {
    left: 44px;
    top: 20px;
    -webkit-animation: graph3 1s infinite;
    animation: graph3 1s infinite;
}

.graph .layer-4 {
    left: 66px;
    top: 30px;
    -webkit-animation: graph4 1s infinite;
    animation: graph4 1s infinite;
}

.graph .layer-5 {
    left: 88px;
    -webkit-animation: graph5 1s infinite;
    animation: graph5 1s infinite;
}

@-webkit-keyframes graph1 {
    20% {
        top: 0px;
    }
    80% {
        top: 30px;
    }
}

@keyframes graph1 {
    20% {
        top: 0px;
    }
    80% {
        top: 30px;
    }
}

@-webkit-keyframes graph2 {
    30% {
        top: 0px;
    }
    80% {
        top: 10px;
    }
}

@keyframes graph2 {
    30% {
        top: 0px;
    }
    80% {
        top: 10px;
    }
}

@-webkit-keyframes graph3 {
    40% {
        top: 0px;
    }
    80% {
        top: 20px;
    }
}

@keyframes graph3 {
    40% {
        top: 0px;
    }
    80% {
        top: 20px;
    }
}

@-webkit-keyframes graph4 {
    50% {
        top: 0px;
    }
    80% {
        top: 30px;
    }
}

@keyframes graph4 {
    50% {
        top: 0px;
    }
    80% {
        top: 30px;
    }
}

@-webkit-keyframes graph5 {
    60% {
        top: 0px;
    }
    80% {
        top: 45px;
    }
}

@keyframes graph5 {
    60% {
        top: 0px;
    }
    80% {
        top: 45px;
    }
}

.color-1 {
    background-color: #1f8fff;
}

.color-2 {
    background-color: #242424;
}


/*===========================
    2.NAVBAR css
===========================*/

.nav-height-bg{
    height: 100px;
    background: #140701;
}

.navbar {
    /*background-color: rgba(13, 13, 13, 0.5);*/
    /*background-color: #242424;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    opacity: 1;
    background: rgba(20, 7, 1, 0.82);
    backdrop-filter: blur(8px);
    height: 100px;
}
.navbar-phone{
    height: 70px;
}

.navbar-brand img {
    width: 150px;
    height: 60px;
    opacity: 1;
    margin-left: 54px;
    margin-bottom: 9px;
}
.nav-phone-brand img{
    width: 86px;
    height: 36px;
    opacity: 1;
    margin-left: 0px;
    margin-bottom: 0px;
}
.navbar-nav-expand {
    margin-right: 120px !important;
}

.navbar-nav li {
    margin-left: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav li a.active {  /* 修改选择器到 <a> 标签 */
    color: rgba(255, 255, 255, 1) !important;
    font-family: Poppins-SemiBold, serif;
    font-weight: bold;
    position: relative;
}

.nav-item a {
    /*color: #fff !important;*/
    font-weight: 600;
    text-transform: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    /** 文本1 */
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: rgba(166, 166, 166, 1);
    font-family: Poppins-SemiBold, serif;
}
.nav-item-phone a{
    font-weight: 500;
    text-transform: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    /** 文本1 */
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    color: #ffffff;
    font-family: Poppins-Medium, serif;
    text-align: center;
    vertical-align: top;
}


.nav-item.active {
    color: white !important;
    font-weight: 700;
}
.nav-item-phone.active {
    color: white !important;
    font-weight: 600;
}

.navbar-nav li a.active,
.navbar-nav li:hover a {
    color: rgba(255, 255, 255, 1);
}

.navbar-nav li a.active::before,
.navbar-nav li:hover a::before {
    width: 100%;
}

.navbar-collapse .simple-line{
    margin: 16px 0 17px 0;
    background: rgba(56, 56, 56, 1);
    opacity: 1;
    height: 1px;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*background-color: #140701;*/
    z-index: 99;
    background: rgba(20, 7, 1, 0.82);
    backdrop-filter:blur(8px);
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 2px 7px;
    /*border: 1px solid #fff;*/
}

.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #f5f5f5;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar .navbar-toggler.active .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
}

.navbar .navbar-toggler.active .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
}

.sign-up {
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    text-transform: none !important;
    transition: 0.5s;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(255, 249, 226, 1);
    border-radius: 36px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 249, 226, 1) !important;
    vertical-align: top;
}
.sign-up:hover{
    background: #f08300;
    color: #fff9e2;
}

.Login-btn::before {
    content: none;
}

.Login-btn {
    color: #fff9e2 !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}
.Login-btn:hover{
    color: #f08300 !important;
}

.login-btn{
    color: #FFFFFF !important;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}

.login-btn:hover{
    color: #f08300 !important;
}

/*.login-btn:hover {*/
/*    background-position: right center;*/
/*    background-image: linear-gradient(to right, #eb9401 0%, #ff806e 51%, #f6d365 100%);*/
/*    color: white;*/
/*}*/

.lang-util{
    min-width: 120px;
}
.nav-login{
    flex-direction:row;
    display: flex;
}
.nav-btn-login{
    margin-left: 40px;
    margin-right: 22px;
}
.nav-phone-login{
    width: 250px;
    height: 40px;
    opacity: 1;
    border-radius: 30px;
    border: 3px solid rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 97px 8px 97px;
}
.nav-phone-sign{
    width: 250px;
    height: 40px;
    opacity: 1;
    border-radius: 30px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 97px 8px 97px;
}

/* 修改登录按钮 */
.nav-phone-login a,
.nav-phone-sign a {
    display: flex; /* 或 display: block */
    width: 100%;   /* 占满父容器宽度 */
    height: 100%;  /* 占满父容器高度 */
    justify-content: center; /* 文字水平居中 */
    align-items: center;     /* 文字垂直居中 */
    font-family: Poppins-Medium, serif;
}

/* 移除父容器中多余的 padding */
.nav-phone-login,
.nav-phone-sign {
    padding: 0 !important; /* 清除原有 padding */
}

.nav-phone-collapse{
    position: fixed;
    top: 70px;               /* 参考你原本想放的位置 */
    left: 2.5%;               /* 定位到父容器的水平中点 */
    width: 95%;
    z-index: 1;
    height: 378px;
    opacity: 1;
    border-radius: 15px;
    background: rgba(38, 36, 34,1);
}

.sign-up-phone{
    width: 65px;
    height: 24px;
    opacity: 1;
    display: flex;
    /** 文本1 */
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(23, 20, 20, 1) !important;
    text-align: center;
    vertical-align: top;
}



.nav-login li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-SemiBold, serif;
    min-width: 90px;
}


/*===========================
    7.OUR TEAM css
===========================*/

.description {
    font-size: 1.2rem;
    color: gray;
    text-align: center;
    margin-bottom: 2rem;
}

.logo-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.logo {
   width: 195px;
   object-fit: cover;
}

.etsy-log{
    width: 161px;
    height: 56px;
    object-fit: contain;
}
.etsy-log-phone{
    width: 135px;
    object-fit: contain;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.title h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.title img {
    width: 150px;
    height: auto;
}

.footer .info p {
    margin-bottom: 20px;
    color: #a9a9a9;
}

.footer .info ul li {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.footer .info ul li a img{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

.footer .info ul li a img {
    display: block;
    width: 100%;
}

.footer .footer-widget-list ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #a9a9a9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

.footer .footer-widget-list ul li a i {
    margin-right: 8px;
}

.footer .footer-widget-list ul li a:hover {
    color: #1e90ff;
}

.footer .last-post ul li a {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
}

.footer .last-post ul li:last-child a {
    margin-bottom: 0;
}

.footer .last-post ul li a .thum {
    width: 70px;
    height: 60px;
}

.footer .last-post ul li a .thum img {
    width: 100%;
}

.footer .last-post ul li a .cont {
}

.footer .last-post ul li a .cont h6 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.footer .last-post ul li a .cont p {
    color: #a9a9a9;

}

.footer .address > p {
    margin-bottom: 30px;
}

.footer .address ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.footer .address ul li:last-child {
    margin-bottom: 0;
}

.footer .address ul li .icon i {
    margin-right: 20px;
    margin-top: 5px;
}

.footer .address ul li .icon i,
.footer .address ul li .cont span {
    color: #9a9a9a;
    font-size: 14px;
    display: block;
}

/*====== 15.COPYRIGHT css ======*/

.copyright {
    background-color: #333;
}

.copyright p {
    font-size: 16px;
    color: #9a9a9a;
}

.copyright p span {
    text-transform: uppercase;
    color: #1e90ff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

/*====== BACK TO TOP ======*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    background-color: #1e90ff;
    text-align: center;
    border-radius: 50%;
    z-index: 9;
    display: none;
}

.back-to-top:hover {
    background-color: #333;
    color: #fff;
}

.slider-item {
    width: 70%;
    line-height: 30px;
    height: 30px;
    background: rgb(226, 144, 88);
    border-radius: 20px;
    position: relative;
}

#triggerImg {
    cursor: move;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -8px;
    touch-action: none;
}

#triggerImg1 {
    cursor: move;
    width: 45px;
    height: 45px;
    position: absolute;
    touch-action: none;
    top: -8px;
}

#triggerImg2 {
    cursor: move;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -8px;
    touch-action: none;
}

.p-size {
    width: 73%;
    text-indent: 1em;
    margin-bottom: 8px;
}

.button-calculator {
    color: #ffffff;
    background: #ed7421;
    border-radius: 12px;
    width: 40%;
    height: 48px;
    line-height: 48px;
    margin: 30px auto;
    cursor: pointer;
}

.button-calculator:hover {
    opacity: .7;
}

.card-logo__img{
    width: 100%;
    object-fit: contain;
}
/* 隐藏二维码图片 */
.info .qrcode {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
}

/* 当鼠标悬浮在链接上时显示二维码图片 */
.info a:hover + .qrcode {
    display: block;
}



.fab-container {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9;
}
.main-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s;
    padding: 0; /* 移除按钮默认padding */
}
/* 图片样式 */
.button-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例 */
    border-radius: 30%;
    transition: transform 0.3s;
}

.main-button:hover {
    transform: scale(1.1);
}
.menu {
    position: fixed;
    bottom: 12px;
    left: 14px;
    width: 85px;
    height: 0;
    opacity: 0;
    /*transition: transform 0.3s, opacity 0.3s, height 0.3s;*/
    transform: translateY(100%);
    border-radius: 50px; /* 动态圆角 */
    box-shadow: 15px 0px 30px -5px rgb(0 0 0 / 5%), 1px 1px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    will-change: transform, opacity; /* 新增 */
    transition:
            opacity 0.2s ease-out,
            height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.05s; /* 拆分过渡并添加延迟 */
    visibility: hidden; /* 新增 */
    backdrop-filter: blur(5px);
}

.menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: inherit;
    z-index: -1;
}

.menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255,1);
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 15px 0px  30px -5px rgba(255,255,255,0.3), 1px 1px 20px rgba(0, 0, 0, 0.1);
}



.menu.active {
    transform: translateY(0);
    height: 398px;
    opacity: 1;
    visibility: visible; /* 新增 */
    transition:
            opacity 0.2s ease-out,
            height 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* 单独设置展开过渡 */
}
.button-image.open {
    transform: rotate(90deg);
}
.fab-container .closed{
    box-shadow: 0 0 5px rgba(203, 203, 203, 4) !important; /* 灰色发光+47%透明度 */
}

.menu-items {
    padding: 18px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; /* 确保边框包含在元素尺寸内 */
    backdrop-filter: blur(5px); /* 模糊效果 */
    -webkit-backdrop-filter: blur(5px); /* 针对 Safari 浏览器的兼容性 */
}

.menu-item {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    box-sizing: border-box; /* 确保边框包含在元素尺寸内 */
}
.last-menu{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    border-radius: inherit;
    overflow: hidden;
}

.menu-item img{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(203, 203, 203, 4); /* 灰色发光+47%透明度 */
    border-radius: 50%;
}
.menu-item:hover {
    transform: scale(1.1);
}
.menu-item i {
    font-size: 20px;
}

/*  聊天框弹出 */
.chat-tips{
    position: fixed;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 44px 24px 48px 29px;
    bottom: -100%; /* 初始位置在屏幕下方 */
    left: 0px;
    max-width: 380px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition:
            bottom 0.4s ease,
            opacity 0.3s ease,
            visibility 0.3s ease; /* 新增visibility过渡 */

}



.chat-item{
    align-self: flex-start;
    margin-bottom: 4px;
    opacity: 0;
    transform: translate(-20px, 20px);
    transition:
            transform 0.3s ease,
            opacity 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 52px;
    border-radius: 20px;

}
/* 第一个对话框（Question） */
.chat-item:nth-of-type(1) {  /* 改为 :nth-of-type */
    transition-delay: 0.2s;
}
/* 所有元素的关闭动画改为纯淡出 */
.chat-tips:not(.active) .chat-item,
.chat-tips:not(.active) .chat-close {
    transform: none !important; /* 清除所有位移变换 */
    transition: opacity 0.2s ease !important; /* 统一淡出速度 */
}


/* 第二个对话框（Click here） */
.chat-item:nth-of-type(2) {
    transition-delay: 0.5s;
    cursor: pointer;
}

/* 激活状态 */
.chat-tips.active {
    bottom: 65px;
    opacity: 1;
    visibility: visible;

}
.chat-tips:not(.active) {
    bottom: -100%;
    opacity: 0;
    visibility: hidden; /* 新增visibility控制 */
    transition-delay: 0s; /* 关闭时立即开始动画 */
}


.chat-tips.active .chat-item {
    opacity: 1;
    transform: translate(0, 0);
}

/* 关闭按钮动画 */
.chat-close {
    opacity: 0;
    transition:
            opacity 0.3s ease 0.8s; /* 仅保留透明度动画 */
}

.chat-tips.active .chat-close {
    opacity: 1;
    transform: scale(1) translateY(0);
}


.chat-item__box{
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.95);
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    border-radius: 20px;
}
.chat-item__question{
    padding: 16px 18px;
}


.chat-close{
    padding: 0px;
    margin: 0px;
    border: none;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 30px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(243, 243, 243);
    color: rgba(0, 0, 0, 0.6);
}



/* CSS */
.fab-calendar__container {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.fab-calendar {
    position: relative;
    width: 160px;
    height: 56px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/*  圆形图标（滑动） */
.fab-calendar__circle {
    position: absolute;
    right: 0;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    border: 1px solid #d1d1d1;
    transition: transform 0.4s ease;
    z-index: 2;
}

.fab-calendar:hover .fab-calendar__circle {
    transform: translateX(-160px);
}

.fab-calendar__circle-shadow {
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-calendar__circle img {
    margin: 2px 0 0 2px;
    width: 26px;
    height: 26px;
}

/*  矩形条（文字部分，靠右遮住） */
.fab-calendar__rectangle {
    position: absolute;
    right: 10px;
    height: 37px;
    width: 158px;
    background: #fff;
    border-radius: 0 28px 28px 0;
    display: flex;
    align-items: center;
    padding-left: 8px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    text-indent: 10px;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.4s ease;
}

.fab-calendar:hover .fab-calendar__rectangle {
    clip-path: inset(0 0 0 0);
}

.fab-calendar__text {
    font-size: 16px;
    font-weight: 600;
    color: rgba(56, 56, 56, 1);
    white-space: nowrap;
    text-align: left;
    line-height: 22px;
    vertical-align: top;
    font-family: Poppins-Regular, serif;
}

