#topbar-container {
    position: absolute;
    width: 100%;
}

.top-container {
    background-image: url('../img/index-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.top-container .title {
    font-weight: bold;
    font-size: 45px;
    color: #1F2329;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.top-container .title span {
    font-size: 58px;
    color: #F03C17;
    line-height: 67px;
}

.submit {
    background: #F03C17;
    border-radius: 4px 4px 4px 4px;
}

.submit-img {
    padding: 6px 6px;
}

.top-container .input-div {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F1F0F0;
    background: white;
}

.top-container input {
    width: 100%;
    height: 100%;
    padding-left: 43px;
    padding-right: 93px;
    z-index: 2;
    text-transform: none;
    position: relative;
}

.top-container input::-webkit-input-placeholder {
    color: #B1B1B1;
    font-size: 16px;
}

.top-container input:-moz-placeholder {
    color: #B1B1B1;
    font-size: 16px;
}

.top-container input::-moz-placeholder {
    color: #B1B1B1;
    font-size: 16px;
}

.top-container input:-ms-input-placeholder {
    color: #B1B1B1;
    font-size: 16px;
}

.input-div:focus-within {
    background: url(../img/input_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    border-color: transparent;
}

.top-container input:focus {
    outline: none;
}

.keywords {
    color: #B1B1B1;
    font-weight: 500;
    font-size: 14px;
    color: #B1B1B1;
    line-height: 16px;
    margin-top: clamp(15px, 2vw, 25px);
    margin-bottom: clamp(10px, 2vw, 20px);
    font-style: normal;
    overflow: hidden;
    text-transform: none;
    position: relative;
    z-index: 3;
}

.keywords span {
    cursor: pointer;
}

.search_button{
    width: 90%; height: 90%; display: flex; justify-content: center; align-items: center;
}

.ai_span{
    position: absolute; font-size: 14px; font-weight: bold; color: #fff;
}

.scale-div-top{
    margin-top: clamp(70px, 8vw, 130px);
    /*padding-bottom: 20px;*/
}

.project-item-list {
    min-height: 50px;
    margin-top: clamp(15px, 1vw, 50px);
    margin-bottom: clamp(40px, 4vw, 50px);
    position: relative;
    z-index: 2;
}

.project-item {
    background: #FFFFFF;
    margin-bottom: 17px;
    padding-top: 32px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    display: flex !important;
    border-radius: 6px;
}

.project-item:hover {
    background: url('../img/project_item_h.webp');
    border-radius: 6px 6px 6px 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.project-item-text {
    display: flex !important;
    margin-left: 22px;
    padding-top: 4px;
    padding-bottom: 25px;
    padding-right: 66px;
}

.project-item-text .title {
    font-weight: bold;
    font-size: 25px;
    color: #1F2329;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.project-item-text p {
    font-weight: 500;
    font-size: 16px;
    color: #717171;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.project-item:hover .project-item-text p {
    color: #FFFFFF;
}

.project-item:hover img {
    display: none;
}

.programme-container {
    /* height: 860px; */
    /*padding-bottom: 40px;*/
    position: relative;
    z-index: 1;
}

.programme-container .title {

    font-weight: bold;
    font-size: 42px;
    color: #181818;
    line-height: 38px;
    font-style: normal;
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 20px;
}

.programme-container .desc {
    font-weight: 500;
    font-size: 20px;
    color: #545558;
    line-height: 39px;
    font-style: normal;
    text-transform: none;
}

.programme-container .desc a {
    color: #F33E3E;
}

.tabs {
    background: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 25px;
}

.tabs-item {
    width: 320px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #181818;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
    cursor: pointer;
}

.tabs-item::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 0;
    height: 30px;
    border-right: #EAEAEA 1px solid;
}

.tabs-item:last-child::after {
    display: none;
}

.tabs .active::after {
    display: none;
}

.tabs .active {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(256deg, #F33E3E 0%, #F33E3E 77%, #EE2F15 100%);
}

.tabs-content .active {
    display: flex !important;
}

.programme-item-list {
    display: none;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.glide__bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px auto;
}

.glide__bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.glide__bullet:hover {
    background-color: #999;
}

.glide__bullet.glide__bullet--active {
    background-color: #E60012;
}

.programme-item-group {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    display: flex;
    width: 100%;
    height: 100%;
}

.item-list {
    display: grid;
    width: 100%;
    gap: 20px;
}

.tabs-content {
    background: url('../img/tabs_content.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 27px;
    overflow-x: hidden;
}

.type-1 .programme-item {
    background: url(../img/one_type_bg.webp);
    width: 100%;
    height: 100%;
}

.type-1 .programme-item:hover {
    background: url(../img/one_type_cur.svg);
    width: 100%;
    height: 100%;
}

.type-2 .programme-item {
    background: url(../img/two_type_bg.webp);
    width: calc(50% - 10px);
    height: 100%;
}

.type-2 .programme-item:hover {
    background: url(../img/two_type_cur.svg);
    width: calc(50% - 10px);
    height: 100%;
}


.type-3 .programme-item {
    background: url(../img/three_type_bg.webp);
    width: calc(33.33% - 10px);
    height: 100%;
}

.type-3 .programme-item:hover {
    background: url(../img/three_type_cur.svg);
    width: calc(33.33% - 10px);
    height: 100%;
}

.type-4 .programme-item {
    height: calc(50% - 10px);
    background: url(../img/four_type_bg.svg);
    width: calc(50% - 10px);
}

.type-4 .programme-item:hover {
    height: calc(50% - 10px);
    background: url(../img/four_type_cur.svg);
    width: calc(50% - 10px);
}

.type-more .programme-item {
    height: calc(50% - 10px);
    width: calc(33.33% - 10px);
    background: url(../img/more_type_bg.svg);
}

.type-more .programme-item:hover {
    height: calc(50% - 10px);
    width: calc(33.33% - 10px);
    background: url(../img/more_type_cur.svg);
}

.programme-item {
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0px 0px 0px 0px !important;
    border: 1px solid #FFFFFF !important;
    position: relative;
}

.programme-details {
    width: 100%;
    height: auto;
    /* padding-bottom: 30px; */
    padding-top: 44px;
    padding-left: 54px;
    padding-right: 54px;
    position: relative;
}

.hot-target {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 109px;
    height: 30px;
    background: url(../img/hot.svg);
}

.type-4 .programme-details,
.type-more .programme-details {
    padding-top: 16px;
    padding-left: 30px;
    padding-right: 30px;
    /* padding-bottom: 10px; */
}

/* .programme-details::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 108px);
    border-top: 1px solid #ECEFF3;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.programme-item:hover .programme-details::after {
    border-top: 1px solid rgba(236, 239, 243, 0.2);

} */


.programme-item .title {
    margin: 0px;
    width: 100%;
    font-weight: 800;
    font-size: 28px;
    color: #181818;
    line-height: 1.2;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.type-4 .title,
.type-more .title {
    font-size: 20px;
}

.programme-item:hover .title {
    color: #FFFFFF;
}

.programme-item:hover .sub-title {
    color: #FFFFFF;
}

.programme-item .sub-title {
    font-weight: 800;
    width: 100%;
    font-size: 16px;
    color: #181818;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.type-4 .sub-title,
.type-more .sub-title {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}


.programme-item:hover .sub-title {
    color: #FFFFFF;
}

.programme-item .desc {
    font-weight: 500;
    font-size: 14px;
    color: #6B6B6B;
    width: 100%;
    padding: 30px 0;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    border-bottom: 1px solid #ECEFF3;
    border-top: 1px solid #ECEFF3;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.programme-item .desc-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

/* .programme-item .desc {
    font-weight: 500;
    font-size: 14px;
    color: #6B6B6B;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    border-bottom: 1px solid #ECEFF3;
    border-top: 1px solid #ECEFF3;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
} */

.type-4 .desc,
.type-more .desc {
    padding-top: 12px;
    padding-bottom: 12px;
}

.type-4 .desc-text,
.type-more .desc-text {
    -webkit-line-clamp: 2;
    /* 兼容WebKit浏览器 */
    line-clamp: 2;
    /* 标准属性 */
    line-height: 18px;
    font-size: 12px;
}

.programme-item:hover .desc {
    color: #FFFFFF;
    border-bottom: 1px solid rgba(236, 239, 243, 0.2);
    border-top: 1px solid rgba(236, 239, 243, 0.2);
}

.programme-item .tags {
    margin-left: 54px;
    margin-right: 54px;
    width: calc(100% - 108px);
    margin-top: 23px;
    padding-top: 36px;
}

.type-4 .tags,
.type-more .tags {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}

.programme-item:hover .tags {
    color: #FFFFFF;
}

.programme-item .tags .tags-title {
    font-weight: 500;
    font-size: 15px;
    color: #333A46;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 18px;
}

.type-4 .tags .tags-title,
.type-more .tags .tags-title {
    margin-bottom: 6px;
}

.programme-item:hover .tags .tags-title {
    color: #FFFFFF;
}

.programme-item .tags .tags-item {
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D8D8D8;
    padding: 6px 13px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    font-style: normal;
    margin-right: 16px;
    text-transform: none;
}

.programme-item:hover .tags .tags-item {
    color: #FFFFFF;
}

.scroll-tags {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll-tags::-webkit-scrollbar {
    display: none;
}

.programme-item .tags .hot {
    color: #E60012;
    border: 1px solid #E60012;
}

.programme-item:hover .tags .hot {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #E60012;
    ;
}

.programme-item .more {
    font-weight: 500;
    font-size: 15px;
    color: #E60012;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    bottom: 49px;
    left: 54px;
    min-width: 60px;
}

.type-3 .tagsContainer,
.type-more .tagsContainer {
    max-width: 325px;
}

.type-4 .tagsContainer,
.type-2 .tagsContainer {
    max-width: 550px;
}

.type-4 .more,
.type-more .more {
    bottom: 16px;
    left: 30px;
}

.programme-item .more img {
    position: absolute;
    left: 0px;
    transition: left 0.3s ease;
}

.programme-item:hover .more img {
    left: 66px;
}

.programme-item:hover .more {
    color: #FFFFFF;
}

.programme-item:hover .more img {
    filter: brightness(0) invert(1);
}

.programme-item .more span {
    margin-right: 8px;
    visibility: hidden;
    width: 0px;
    height: 17px;
    white-space: nowrap;
    transform: translateX(-80%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.programme-item:hover .more span {
    visibility: visible;
    width: 60px;
    transform: translateX(0);
}

.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    /* 兼容 Safari */
    backdrop-filter: blur(5px);
    /* 模糊背景 */
    background-color: rgba(255, 255, 255, 0.2);
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.programme-item:hover .glass-effect {
    -webkit-backdrop-filter: blur(0px);
    /* 兼容 Safari */
    backdrop-filter: blur(0px);
    /* 模糊背景 */
    background-color: rgba(255, 255, 255, 0);
}

.vip-container {
    background: url(../img/vip_container.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-bottom: 80px;
}

.vip-container .title {
    font-weight: bold;
    font-size: 42px;
    color: #181818;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 62px;
}

.vip-container .join-now {
    font-weight: 500;
    font-size: 20px;
    color: #E60012;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 50px;
}

.vip-container .title-card-1 {
    background: url(../img/vip_card_bg_1.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.vip-container .title-card-2 {
    background: url(../img/vip_card_bg_2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.vip-container .title-card-3 {
    background: url(../img/vip_card_bg_3.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.vip-container .title-card .title {
    font-weight: bold;
    font-size: 29px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0px;
}

.vip-container .title-card .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.vip-container .title-card .text span {
    font-size: 28px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.title-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0px 0px;
}

.vip-open-card {
    background: #FFFFFF;
    min-height: 518px;
    display: flex;
    flex-direction: column;
    min-width: 530px;
    border-radius: 4px 4px 4px 4px;
}

.details {
    margin-top: 20px;
}

.details li {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #0D1E4E;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 18px;
    line-height: 2;
}

.details img {
    margin-right: 8px;
    width: 10px;
    height: auto;
}

.price {
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 18px;
    font-weight: normal;
    font-size: 13px;
    color: #1B2434;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 2;
}

.price span {
    font-weight: normal;
    font-size: 32px;
    color: #1B2434;
    text-align: center;
    font-style: normal;
    text-transform: none;

}

.vip-open-button {
    width: 430px;
    height: 43px;
    background: #F08C47;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;
    align-self: center;
}

.vip-open-button-1 {
    background: #F08C47;
}

.vip-open-button-1:hover {
    background: #FFFFFF;
    color: #2C2C2C;
    border: #F08C47 1px solid;
}

.vip-open-button-2 {
    background: #3C54F5;
}

.vip-open-button-2:hover {
    background: #FFFFFF;
    color: #2C2C2C;
    border: #3C54F5 1px solid;
}

.vip-open-button-3 {
    background: #875CFF;
}

.vip-open-button-3:hover {
    background: #FFFFFF;
    color: #2C2C2C;
    border: #875CFF 1px solid;
}

.remittances-card {
    margin-left: 30px;
    margin-top: 23px;
    margin-right: 30px;
}

.remittances {
    font-weight: 400;
    font-size: 13px;
    color: #1F2126;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 371px;
    height: 110px;
    background: #F5F6FA;
    border-radius: 6px 6px 6px 6px;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px;
}

.remittances span {
    font-weight: 400;
    font-size: 13px;
    color: #6F7478;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.remittances p {
    margin-bottom: 5px;
}

.remittances-title {
    font-weight: bold;
    font-size: 14px;
    color: #23262A;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
}

.remittances-text {
    font-weight: 400;
    font-size: 12px;
    color: #B7B7B7;
    line-height: 17px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 14px;
    margin-top: 5px;
}

.copy-button {
    font-weight: 400;
    font-size: 12px;
    color: #3C54F5;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 31px;
}

.data-itme h1 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 15px;
}

.data-itme h1::before {
    content: "";
    height: 100%;
    width: 1px;
    border-right: #E60012 5px solid;
    margin-right: 18px;
}

.data-itme span {
    background: rgba(230, 0, 18, 0.05);
    border-radius: 2px 2px 2px 2px;
    font-weight: 400;
    font-size: 12px;
    color: #E60012;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 3px 8px;
}

.data-itme ul {
    font-weight: 400;
    font-size: 19px;
    color: #4E4C4C;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 28px;
    margin-bottom: 28px;
}

.data-itme ul li a p {
    max-width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-itme ul li a p {
    transition: all 0.3s ease-in-out;
}

.data-itme ul li a:hover p {
    color: #E60012;
    transform: scale(1.01);
}

/* Banner轮播图样式 */
.banner-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.banner-carousel .glide__track {
    overflow: hidden;
}

.banner-carousel .glide__slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-carousel .glide__slide {
    width: 100%;
    /*min-height: 670px;*/
    position: relative;
}

.banner-carousel .glide__slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
}

.banner-carousel .glide__slide img {
    display: block;
    width: 116px;
    height: auto;
    object-fit: cover;
}

/* Banner 内容区域样式 */
.banner-carousel .banner-content {
    width: 1700px;
    max-width: 1700px;
    padding: 60px 0;
    z-index: 5;
    position: relative;
}

.banner-carousel .banner-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 64px;
    color: #091221;
    line-height: 1.1;
}

/* Banner 特色卡片样式 */
.banner-carousel .feature-card {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 28px;
    margin-bottom: 77px;
    border-radius: 25px;
    border: 1px solid rgba(241,239,240,0.66);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    width: fit-content;
}

.banner-carousel .feature-card-image {
    flex-shrink: 0;
}

.banner-carousel .feature-card-image img {
    width: auto;
    height: 41px;
    display: block;
    padding-left: 5px;
}

.banner-carousel .feature-card-text {
    font-weight: bold;
    font-size: 25px;
    color: #000002;
    white-space: nowrap;
    padding: 5px 10px;
}

.banner-carousel .banner-desc {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.banner-carousel .banner-button {
    display: inline-block;
    padding: 15px 69px;
    background: #E60012;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 7px;
    background: linear-gradient(264deg, #2687FF 0%, #0736F4 100%);
}

/* 悬停时显示左右箭头 */
.banner-carousel:hover .glide__arrow {
    opacity: 1;
}

/* 左右箭头样式 - 放在图片两侧 */
.banner-carousel .glide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.banner-carousel .glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
}

.banner-carousel .glide__arrow:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.6);
}

.banner-carousel .glide__arrow--left {
    left: 20px;
}

.banner-carousel .glide__arrow--right {
    right: 20px;
}

/* 底部指示器样式 - 长条状带进度条（仿方太官网风格） */
.banner-carousel .glide__bullets {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
    align-items: center;
}

.banner-carousel .glide__bullet {
    position: relative;
    min-width: 95px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: visible;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-carousel .glide__bullet .bullet-text {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    transition: all 0.3s ease;
    opacity: 1;
    cursor: pointer;
}

.banner-carousel .glide__bullet .bullet-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #E60012;
    border-radius: 2px;
    z-index: 1;
    pointer-events: none;
}

.banner-carousel .glide__bullet:hover {
    background: rgba(255, 255, 255, 0.5);
}

.banner-carousel .glide__bullet--active {
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
}

.banner-carousel .glide__bullet--active .bullet-text {
    color: #333;
    font-weight: bolder;
}

/* 非激活状态下进度条为0 */
.banner-carousel .glide__bullet:not(.glide__bullet--active) .bullet-progress {
    width: 0 !important;
    transition: none;
}

/* ============ 会员页面独立样式 ============ */
/* 会员内容区域 */
.banner-carousel .member-content {
    width: 1700px;
    max-width: 1700px;
    padding: 40px 0;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

/* 第一部分：会员徽章图片 */
.banner-carousel .member-images {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 150px;
    width: 66px;
}

.banner-carousel .member-badge {
    width: auto;
    height: 80px;
    object-fit: contain;
}

.banner-carousel .platinum{

}

.banner-carousel .diamond{
    position: relative;
    top: -5px;
}

/* 第二部分：标题介绍 */
.banner-carousel .member-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.banner-carousel .member-intro-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-carousel .member-intro-title {
    font-weight: bold;
    font-size: 64px;
    line-height: 1.2;
    margin: 0;
    color: #091221;
    background: linear-gradient(180deg, #FF6000 0%, #FF1E00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-carousel .member-gift-icon {
    width: auto;
    height: 50px;
    object-fit: contain;
}

.banner-carousel .member-intro-desc {
    font-weight: 500;
    font-size: 64px;
    color: #333333;
    line-height: 1.1;
    margin: 0;
}

/* 第三部分：会员套餐 */
.banner-carousel .member-packages {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 49%;
    background: linear-gradient(135deg, #FFC5CF 0%, rgba(255,197,207,0.5) 100%);
    border-radius: 25px;
}

.banner-carousel .member-package-item {
    flex: 1;
    max-width: 500px;
    transition: all 0.3s ease;
    margin: 13px 6px;
    background: #FBEEF3;
    border-radius: 25px;
    border: 3px solid #FFFFFF;
}


.banner-carousel .package-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-carousel .package-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.banner-carousel .package-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 20px;
    background: linear-gradient(113deg, #EDE4F4 0%, #EDE5F4 100%);
    border-radius: 22px;
}

.banner-carousel .package-title-text {
    font-weight: bold;
    font-size: 22px;
    color: #091221;
    line-height: 1.3;
}

.banner-carousel .package-title-icon {
    width: 60px !important;
    object-fit: contain;
    flex-shrink: 0;
    top: 10px;
    position: relative;
}

.banner-carousel .package-desc {
    font-weight: 500;
    font-size: 19.5px;
    color: #333333;
    line-height: 1.6;
    padding: 15px 26px;
}