

.case-right-ul li {
    display: none;
}

.case-right-ul li.active {
    display: unset;
}


.lang {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 30px;
    right: 0;
}

.top-img {
    width: 100%;
    height: auto;
}

.carousel-wrap {
    height: 800px;
}

.li-item {
    border-radius: 10px;
}

.rounded-b {
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}

.ques-img {
    width: 180px;
    height: 180px;
}

.title-text {
    font-size: 32px;
    color: #000;
}

.content-text {
    font-size: 26px;
    color: #65676C;
}

.box-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.group-container {
    position: relative;
    display: inline-block;
}

.group {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    background: white;
    border-radius: 10px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.group::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 24px solid white;
}

.item:hover .group {
    opacity: 1;
    visibility: visible;
}

.parent-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4等分列 */
    gap: 40px;
    /* 列间距40px */
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.child-rectangle {
    height: 100px;
    background-color: #1634FF;
    border-radius: 8px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-indicator {
    height: 4px;
    background-color: #DCE1FF;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 20px;
    /* 默认宽度 */
}

.carousel-indicator.active {
    height: 4px;
    background-color: #1634FF;
    width: 40px !important;
    /* 激活状态宽度 */
}

.qr-tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 275px;
    background: white;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-right: 10px;
    display: flex;
    gap: 0.3rem;
}

.qr-tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.flexd-icon-div{
    position: fixed;
    bottom: 80px;
    right: 25px;
    width: 70px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
 }

.flexd-icon-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0 0 10px 0 #C4C9F2;
    position: relative;
    transition: all 0.3s ease;
    height: 70px;
}
.flex-icon-item-img{
    width: 32px
}

.flex-icon-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #991b1b; /* text-red-800 */
    height: 40px;
    background-color: white;
    border-radius: 40px;
    margin-top: 0.25rem; /* mt-1 (假设 mt- 是 mt-1) */
    
    /* 内阴影 */
    box-shadow: 
        inset 0 0 10px 0 #8494FF,
        inset 0 0 20px 0 #A5AFFF,
        0 0 10px 0 #C4C9F2;
    
    cursor: pointer;
    transition: all 300ms;
    overflow: hidden;
}

.flexd-icon-item:hover .qr-tooltip {
    opacity: 1;
    visibility: visible;
    margin-right: 15px;
}

#toggle-btn-top p{
    display: none;
}

/* 收起状态样式 */
.collapsed {
    height: 0 !important;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.partner-li {
    flex: 0 0 220px;
    width: 220px;
    height: 85px;
    border-radius: 133px;
    box-shadow: 0px 11px 27px 0px rgba(0, 0, 0, 0.08), 0px 11px 27px 0px rgba(0, 0, 0, 0.08);
}

.partner-li img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 133px;
}

.top-bannen{
    position: relative;
    width: 100%;
    height: 300px;
}

.case-left-ul {
    width: 40%;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px; /* 左侧圆角 */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.case-left-li {
    padding: 0px 10px;
    display: flex;
    gap: 5px;
    height: 16.5%;
    align-items: center;
    cursor: pointer;
}

.case-left-li:first-child {
    border-radius: 10px 0 0 0;
}

.case-left-li:last-child {
    border-radius: 0 0 0 10px;
}


.case-left-ul .case-icon1 {
    display: none;
}

.case-left-ul {
    box-shadow: -16px 11px 33px 0px rgba(0, 0, 0, 0.09), 0px 7px 27px 13px rgba(35, 42, 69, 0), inset 0px 0px 11px 1px #C7C7FF;
}

.case-left-li.active {
    background: linear-gradient(174deg, #4A61FF 0%, #1E38E2 100%);
    box-shadow: -16px 11px 33px 0px rgba(0, 0, 0, 0.09), inset 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
}

.case-left-li.active .case-icon2 {
    display: none;
}

.case-left-li.active .case-icon1 {
    display: unset;
}

.case-left-title{
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-left-li.active .case-left-title {
    color: #fff;
}

.indexNumberUl{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.number-ul-h1 {
    font-size: 30px;
    line-height: 50px;
}
.step-banner-div{
    height: 300px;
}

/* 设置滚动容器样式 */
.scroll-content,
.scroll-content-right {
    white-space: nowrap;
    box-sizing: border-box;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}

/* 应用向左滚动动画 */
.scroll-content {
    animation-name: scrollLeft;
    animation-duration: 5s;
    /* 滚动速度 */
}

/* 应用向右滚动动画 */
.scroll-content-right {
    animation-name: scrollRight;
    animation-duration: 5s;
    /* 滚动速度 */
}

.about-desc{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #333;
}
.about-more{
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.news-top{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 20px;
}

.news-top .on {
  color: #1634FF;
}

.news-top-h1{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500; /* font-medium 对应的字体粗细 */
}
.news-nav{
    flex: 1 1 0%; /* flex-1 的默认行为 */
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-left: 3%;
}
.news-item-ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* grid-cols-2 的效果 */
    justify-content: space-between; /* justify-between 的效果 */
    gap: 15px;
}

.news-nav-item {
    color: #555;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
}

.news-item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.news-item-title-one {
    font-size: 20px;   
    line-height: 30px;
    color: #ffffff; 
    margin-bottom: 20px;
}

.news-item-time-one{
    font-size: 20px;                          /* text-[19px] */
    font-weight: 500;                         /* font-medium */
    line-height: 29px;                        /* leading-[29px] */
    color: #B6B6B6;                           /* text-[#B6B6B6] */
    background-color: rgba(255, 255, 255, 0.07); /* bg-[rgba(255,255,255,0.07)] */
    border-radius: 5px;     
}

.news-item-time{
    color: #0FAE96;                            /* text-[#0FAE96] */
    background-color: rgba(15, 174, 150, 0.15); /* bg-[rgba(15,174,150,0.15)] */
    border-radius: 5px;                        /* rounded-[5px] */
    padding: 0 9px;                        
    font-size: 16px;                           /* text-[16px] */
    font-weight: 500;                          /* font-medium */
    line-height: 29px;                         /* leading-[29px] */
}

.news-item-desc{
    font-size: 14px;                  /* text-[12px] */
    color: #808080;                  /* text-[#808080] */
    overflow: hidden;                /* overflow-hidden */
    display: -webkit-box;            /* line-clamp-3 需要的容器类型 */
    -webkit-box-orient: vertical;    /* 文字垂直排列 */
    -webkit-line-clamp: 2;           /* line-clamp-3 限制显示3行 */
    text-overflow: ellipsis;         /* text-ellipsis 文字超出显示省略号 */
}

.faq-img{
    margin-right: 0.75rem; /* mr-3 = 12px */
    width: 60px;
    height: 60px;
}
.faq-box {
    box-shadow: inset 0px 1px 30px 0px rgba(115, 121, 255, 1);
    border-radius: 40px;
    border: 1px solid rgba(178, 188, 255, 1);
    background-color: #EEF0FC;
    width: 100%;                /* w-full */
    display: flex;               /* flex */
    align-items: center;         /* items-center */
    justify-content: center;     /* justify-center */
    padding: 20px;               /* p-[20px] */
    overflow-y: auto;
}
.faq-box-list{
    width: 100%;                   /* w-[100%] */
    display: grid;                  /* flex */
    flex-direction: column;         /* flex-col */
    gap: 1.25rem;    
    align-items: flex-start;   
}
.faq-box-item{
    background-color: white;
    width: 100%;
    padding: 12px 15px;
    border-radius: 20px;
    cursor: pointer;
}
.faq-box-item .icon{
    transition: all 0.3s ease-in-out;
}
.faq-box-item.on .icon{
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

/* 定义向左滚动动画 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 定义向右滚动动画 */
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


@media (max-width: 640px) {
    .partner-li {
        flex: 0 0 150px;
        width: 150px;
        height: 50px;
    }

    /* 定义向左滚动动画 */
    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-200%);
        }
    }

    /* 定义向右滚动动画 */
    @keyframes scrollRight {
        0% {
            transform: translateX(-200%);
        }

        100% {
            transform: translateX(0);
        }
    }
}

/* md 屏幕 */
@media (min-width: 768px) {
    .top-bannen {
        height: 400px;
    }
    .case-left-ul {
        width: 30%;
    }
    .case-left-li {
        padding: 5%;
        gap: 3%;
    }
    .case-left-title {
        font-size: 18px;
        line-height: 18px;
    }
    .number-ul-h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .step-banner-div{
        position: relative;
        height: 400px;
    }
    .about-desc{
        font-size: 20px;
        line-height: 40px;
    }
    .about-more{
        font-size: 27px;
        line-height: 27px;
    }
    .news-top{
        margin-bottom: 30px;
    }
    .news-top-h1{
        font-size: 34px;
        line-height: 36px;
    }
    .news-nav{
        gap: 40px;
    }
    .news-nav-item{
        font-size: 30px;
        line-height: 30px;
    }

    .flexd-icon-item{
        height: 75px;
        width: 75px;
        gap: 5px;
        border-radius: 25px;
    }
    .flex-icon-item-img{
        width: 35px;
    }
}

/* lg 屏幕 */
@media (min-width: 1024px) {
    .top-bannen {
        height: 500px;
    }

    .case-left-title {
        font-size: 22px;
        line-height: 22px;
    }
    .number-ul-h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .indexNumberUl{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .step-banner-div{
        height: 530px;
    }
    .news-top-h1{
        font-size: 40px;
        line-height: 42px;
    }

    .news-nav-item{
        font-size: 30px;
        line-height: 32px;
    }
    .flexd-icon-item{
        height: 85px;
        width: 85px;
    }
    #toggle-btn-top img{
        display: none;
    }

    #toggle-btn-top p{
        display: unset;
    }
}

/* xl 屏幕 */
@media (min-width: 1280px) {
    .top-bannen {
        height: 550px;
    }
    .number-ul-h1 {
        font-size: 70px;
        line-height: 90px;
    }
    .step-banner-div{
        height: 700px;
    }
}

/* 2xl 屏幕 */
@media (min-width: 1536px) {
    .top-bannen {
        height: 650px;
    }
}