* {
    box-sizing: border-box;
}

.styles_news_list__1Nmq2.active {
    display: block;
}

.styles_news_list__1Nmq2 {
    display: none;
}

.common-container {
    max-width: 1400px;
    margin: auto;
}

.styles_nav__3zu4a .container {
    height: 100px;
}

.styles_nav__3zu4a .logo {
    width: 132px;
    height: 50px;
}

header ul {
    display: flex;
    font-size: 18px;
    color: #666666;
}

header ul li+li {
    margin-left: 72px;
}

header ul a {
    color: inherit;
    padding: 4px 8px;
}

header ul a.active {
    color: #DC0000;
}

a.nav-link {
    color: #666666;
    /* Normal state color */
    text-decoration: none;
    /* Optional: remove underline */
    transition: color 0.3s ease;
    /* Smooth transition for color change */
}

a.nav-link:hover {
    color: #DC0000;
}

a.nav-link.active {
    color: #DC0000;
    /* Active state color */
}

.dropdown.active a {
    color: #DC0000;
    font-weight: 400px;
}

.styles_slide__3_Vky .container {
    height: 680px;
}

.styles_slide__3_Vky .link{
    /*position: absolute;*/
    /*top: 0%;*/
    /*width: 95vw;*/
    /*height: 40vw;*/
}

.banner-main-container{
    max-width: 95vw !important;
    width: 95vw !important;
    height: 40vw !important;
}

.banner-container {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.banner-left {
    display: flex;
    align-items: center;
    position: absolute;
    top: 43%; 
    left: 11.25vw; 
    transform: translateY(-50%);
}

.banner-center{
    position: absolute;
    /*left: 33vw;*/
    top: 45%;
    left: 50%; 
    transform: translate(-50%, -50%);
}

.banner-phone-1 {
    width: auto;
    height: 24.5vw;
}

.banner-phone-2 {
    width: auto;
    height: 26vw;
    margin-left: 1vw;
}

.banner-center .banner_title1 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 100;
}

.title_main_container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.banner-center .banner_title2 {
    color: #DC0000 !important;
    margin-bottom: 0px !important;
    text-shadow: none !important;
}

.banner-center .banner_title3 {
    margin-left: 0.5vw;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 500;
}

.banner-qr-container {
    display: flex;
    margin-top: 2vw;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner-qr-container a{
    margin-top: 0.5vw;
    z-index: 9999;
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    color: #DC0000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1vw;
}

.qr-bg {
    padding: 0.5vw;
    background-image: url('../../assets/img/bg-qrcode.webp');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: flex;
    border-radius: 10px;
}

.banner-qrcode {
    width: auto;
    height: 8vw;
}

.banner-bottom-text{
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0.5vw;
    word-spacing: 0.8vw;
    margin-bottom: 1.5vw;
}

.qr-info {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    font-weight: 100;
}

.qr-info span {
    /*margin-top: 0.5vw;*/
}

.qr-info a span {
    color: #fff;
    font-size: 18px;
}

.banner-right {
    position: absolute;
    right: -1vw;
    bottom: -1%;
}

.banner-right-image {
    width: 32.5vw;
    height: auto;
}

.section1 {
    background: #F7F7F7;
    padding-bottom: 42px;
}

.special-container {
    display: flex;
    top: -88px;
    z-index: 100;
    position: relative;
}

.special-item {
    max-width: 335px;
    height: 210px;
    flex: 1;
    color: #333;
    background: #fff;
    text-align: center;
    padding-top: 43px;
    padding-bottom: 29px;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

.special-item:hover {
    background: #DC0000;
    color: #fff;
}

.special-item img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

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

.special-item+.special-item {
    margin-left: 20px;
}

.special-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 14px;
}

.special-desc {
    color: #888888;
    font-size: 16px;
}

.special-item:hover .special-desc {
    color: #fff;
}

/*.section1 .content1 {*/
/*    padding-bottom: 64px;*/
/*}*/

.content1 .c1-title {
    font-size: 46px;
    font-weight: 500;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
}

.section2-title {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
}

.content1 .c1-title h1 {
    color: #DC0000;
}

.content1 .c1-desc,
.section2-desc {
    margin: auto;
    margin-top: 28px;
    font-size: 20px;
    text-align: center;
    color: #999999;
    max-width: 966px;
}

.content1 .features-container {
    margin-top: 50px;
}

.feature-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.features-container .feature-item {
    display: flex;
    align-items: center;
    height: 121.19px;
    background: #fff;
    padding: 30px 39px;
    border-radius:10px;
}

.features-container .feature-item img {
    width: 61px;
    height: 61px;
    object-fit: contain;
    margin-right: 19px;
}

.feature-item .feature-title {
    font-size: 24px;
    font-weight: bold;
}

.feature-item .feature-desc {
    font-size: 16px;
    color: #888888;
}

.events-container {
    margin: 64px auto 0px auto;
}

.events-container a {
    text-decoration: none;
    font-size: 16px;
    color: #999999 !important;
    border-radius: 10px;
}

.events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events-header-title,
.calendar-header-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px;
}

.calendar-header-title {
    margin-bottom: 0;
}

/*.styles_tabs_head__3iUAT .tabs-head-item.active:before,*/

.events-header-title::before,
.calendar-header-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.72px;
    height: 21.28px;
    background: #DC0000;
}

.events-header-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 4px;
    background: #DC0000;
}

.events-header-view-more,
.calendar-header-view-more {
    color: #999999;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.events-header-view-more::after,
.calendar-header-view-more::after {
    content: '';
    background: url(../img/chevron-right.webp) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 14px;
    display: inline-block;
    right: 0;
    position: absolute;
}

.events-list {
    display: flex;
    margin-top: 39px;
}

.event-item {
    max-width: 452px;
    height: 254px;
    display: inline-block;
    width: 100%;
}

.events-list li {
    flex: 1;
}

.events-list li+li {
    margin-left: 22px;
}

.section2 {
    padding-top: 96px;
    padding-bottom: 160px;
    background: #FFFFFF;
}

.section2 .points {
    margin-top: 105px;
}

.section2 .point {
    color: #333;
    font-size: 32px;
    position: relative;
    padding-left: 63px;
}

.download-section-area{
    width: 50%; 
    height: auto;
}

.device-container {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.device-container-mobile{
    display: none;
}

.device {
    width: auto;
}

.mac {
    height: 15vw;
    top: 12.5%;
    position: relative;
}

.laptop {
    left: 15%;
    top: 30%;
    z-index: 99;
    height: 7.5vw;
    position: relative;
}

.tablet {
    left: -10%;
    top: 24%;
    height: 10vw;
    position: relative;
}

.phone-index {
    left: -3%;
    top: 33%;
    height: 7vw;
    position: relative;
}

.section2 .point+.point {
    margin-top: 36px;
}

.section2 .point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/fill-arrow-right.webp) no-repeat center / contain;
    width: 37px;
    height: 37px;
}

.section2 .buttons-list {
    margin-top: 66px;
    display: flex;
}

.download-section .buttons-list {
    margin-top: 70px;
    display: flex;
}

.buttons-list .button-item {
    display: flex;
    width:  180px;
    height: auto;
    border-radius: 22.79px;
    background: #F5F5F5;
    border: 1px solid #DCDCDC;
    font-size: 18px;
    color: #666666;
    place-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.buttons-list .button-item:hover {
    background: #DC0000;
    color: #fff;
}

.buttons-list .button-item+.button-item {
    margin-left: 23px;
}

.buttons-list .button-item img{
    width: 34px;
    height: auto;
}

.buttons-list .button-item span{
    margin-left: 10px;
}


/*.buttons-list .button-item:nth-child(2){*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-content: center;*/
/*}*/

.buttons-list .button-item:nth-child(1) .qr-code{
    position: absolute;
    top: -175px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 130px;
    height: auto;
    display: none;
    background: #f7f7f7;
    padding: 20px 20px 15px 20px;
}

.buttons-list .button-item:nth-child(1) .qr-code img{
    min-width: 130px;
}

.buttons-list .button-item:nth-child(1):hover .qr-code{
    display: block;
}

.section3 {
    background: #F7F7F7;
    padding: 116px 0;
}

.section3 .common-container {
    display: flex;
}

.section3 .tabs-container {
    background: #fff;
    padding: 32px 45px 19px;
    height: 100%;
}

.section3 .tabs-list {
    display: flex;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #DCDCDC;
}

.section3 .tabs-list .tab {
    cursor: pointer;
    position: relative;
}

.section3 .tabs-list .tab:nth-child(1) {
    cursor: text;
}

.section3 .tabs-list .tab.active::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    border: 4px solid #DC0000;
}

.section3 .tabs-list .tab+.tab {
    margin-left: 60px;
}

.section3 .tab-content {
    display: none;
    padding: 20px;
    border-top: none;
}

.section3 .tab-content.active {
    display: block;
}

.section3 .statistics-container .details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.indicator-item {
    display: flex;
    align-items: center;
}

.indicator-item .label {
    margin-right: 16px;
}

.indicator-item:nth-child(4) .label {
    margin-right: 29.5px;
}

.tabs-container {
    flex: 1;
}

.indicator-item .up {
    color: #FD4543;
}

.indicator-item .down {
    color: #31CC96;
}

.chart-container {
    position: relative;
    margin-top: 30px;
}

.chart-container .button-group {
    display: flex;
    justify-content: right;
}

.chart-container .button-group .button {
    padding: 8px 16px;
    border: none;
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
}

.chart-container .button-group .button.active {
    background-color: #f9a82e;
    color: #fff;
}

.chart-container .button-group .button:hover {
    background-color: #ddd;
}

.chart-container .button-group .button:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.loading-overlay .loading-indicator,
.loading-overlay .error-indicator {
    font-size: 16px;
    color: #333;
}

.loading-overlay .error-indicator {
    color: red;
}

/* 可选：添加加载动画 */
.loading-indicator::before {
    content: '';
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.chart-header {
    display: flex;
    font-size: 14px;
    color: #C0C0C0;
    justify-content: space-between;
    align-items: center;
}

.chart-header .symbol {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.calendar-container {
    margin-left: 12px;
    min-width: 414px;
    max-width: 414px;
    display: flex;
    flex-direction: column;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background: #FFFFFF;
    padding: 24px 22px;
}

.calendar-list{
    flex-grow: 1;
}

.styles_calender_list__lwLZ4 {
    border: none;
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.styles_calender_item__17cQC {
    /*padding: 10px 0px;*/
    margin-left: 0;
    margin-bottom: 10px;
    flex: 1;
}

.styles_calender_item__17cQC:last-child {
    margin-bottom: 0px;
}

.styles_calender_item__17cQC strong {
    color: #333;
    font-size: 18px;
}

.styles_calender_item__17cQC::before,
.styles_calender_item__17cQC::after {
    content: none;
}

.styles_calender_item__17cQC:not(:first-child) {
    margin-top: 0px;
}

.breadcrumb {
    color: #666;
    font-size: 18px;
    padding-top: 62px;
    padding-bottom: 46px;
    border-bottom: 1px solid #DCDCDC;
}

.breadcrumb a {
    color: inherit;
}

.news-publish-date{
    display: none;
}

.news-title,
.academy-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 15.72px;
    position: relative;
}

.news-title::before,
.academy-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7.75px;
    bottom: 7px;
    width: 3.72px;
    background-color: #DC0003
}

.news-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    /* 控制下划线的距离 */
    width: 120px;
    height: 4px;
    /* 下划线的厚度 */
    background-color: #DC0000;
}

    .news-wrapper{
        width: 100%;
        padding-right: 31px;
    }


/*.news-title::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 3967px;*/
/*    left: 240px;*/
/*    height: 21.25px;*/
/*    width: 3.72px;*/
/*    background-color: #DC0000;*/
/*}*/

/*.news-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -5px; */
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 4px; */
/*    background-color: #DC0000;*/
/*}*/

/*.news-wrapper {*/
/*    display: flex;*/
/*    padding-top: 32px;*/
/*}*/

/*.news-container {*/
/*    border-right: 1px solid #EEEEEE;*/
/*    padding-right: 30px;*/
/*    width: 100%;*/
/*}*/

/*.news_news_wrap__2cbiV {*/
/*    background: #f7f7f7;*/
/*    padding-bottom: 59px;*/
/*}*/

/*.about_about_wrap__2NSLy {*/
/*    background: #f7f7f7;*/
/*    padding-bottom: 30px;*/
/*}*/

/*.styles_tabs_head__3iUAT .tabs-head-item.active, */
/*.styles_wrapper__2F9aj .calender .tabs-head-item.active{*/
/*    background-color: transparent;*/
/*    font-size: 5vw;*/
/*    color: #333333;*/
/*    font-weight: bold;*/
/*    position: relative;*/
/*    padding: 24px 22px 24px 12px;*/
/*}*/

/*.news_comment .tabs-head-item:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 130px;*/
/*    height: 5px;*/
/*    border-radius: 20px;*/
/*    background-color: #DC0000;*/
/*}*/

.styles_tabs_head__3iUAT a {
    font-size: 16px;
    color: #999999;
    text-decoration: none;
}


.about_about_wrap__2NSLy .block+.block {
    margin-top: 50px;
}

.about_desc__SxdlV.about_marLef20__2lT-t {
    font-size: 18px;
    color: #666;
}

.menu-icon {
    display: none;
}

.feature-swiper,
.responsive-events {
    display: none;
}

.mobile-menus {
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    inset: 0;
    transform: translateX(100%);
    padding: 4vw;
    transition: transform 0.2s ease-in-out;
}

.calendar_calen_wrap__1Smn3 .breadcrumb {
    border-bottom: 0;
}

.calendar_calen_wrap__1Smn3 .calendar_tab_wrap__p67b0 {
    margin-top: 0;
}

.calendar_calen_wrap__1Smn3 .calendar_tab_wrap__p67b0 .calendar_item___khVb.calendar_active__1I97J {
    background: #DC0000;
}

.header-bg.about_nav__2iPXN {
    color: #fff;
    background-position: top;
}

.header-bg.about_nav__2iPXN .common-container {
    height: 100%;
}

.header-bg.about_nav__2iPXN .banner-title {
    font-size: 68px;
    font-weight: bold;
    position: relative;
}

.header-bg.about_nav__2iPXN .banner-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #fff;
    width: 130px;
    height: 2px;
}

.header-bg.about_nav__2iPXN .banner-subtitle {
    font-size: 32px;
}

.header-bg.about_nav__2iPXN .common-container {
    position: relative;
}

.header-bg.about_nav__2iPXN .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    line-height: 115px;
}

.styles_footer__3DOeq {
    background: #474747;
}

.styles_footer__3DOeq .hint {
    font-size: 18px;
    color: #979595;
}

.styles_footer__3DOeq .links {
    width: 100%;
    margin-top: 54px;
    /*justify-content: center;*/
    justify-content: flex-start;
    position: relative;
    min-height: 270px;
}

.styles_footer__3DOeq .weixinQRCode {
    width: 30%;
    /*position: absolute;*/
    /*right: 0;*/
    /*width: 200px;*/
    height: 200px;
    text-align: center;
}

.styles_footer__3DOeq .weixinQRCode img{
    max-width: 45%;
}

.styles_footer__3DOeq .weixinQRCode p {
    margin-top: 22px;
    color: #C1C1C1;
    font-size: 18px;
}

.styles_footer__3DOeq .links .title {
    color: #fff;
    font-size: 20px;
}

.styles_footer__3DOeq .links a,
.styles_footer__3DOeq .links span {
    color: #979595;
    font-size: 16px;
}

.styles_footer__3DOeq .copyright {
    color: #BBBBBB;
    font-size: 14px;
    border-top: 1px solid #AAAAAA;
    padding-top: 33px;
    margin-top: 33px;
}

.styles_footer__3DOeq .inner-container {
    width: 70%;
    position: relative;
}

.styles_footer__3DOeq .inner-container::after {
    content: '';
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    width: 1px;
    background: #AAAAAA;
    margin-left: 65px;
}

.section4 {
    width: 1400px !important;
    max-width: 1400px;
}

.vertical-line {
    height: auto; 
    width: 2px;   
    background-color: #F4F4F4;
    margin-top: 8px;
    margin-bottom: 25px;
}

.academy-container {
    margin-left: 21px;
    min-width: 414px;
    max-width: 414px;
    display: flex;
    flex-direction: column;
}

.styles_wrapper__2F9aj{
    height: 100%;
}

.tabs-body{
    /*height: 100%;*/
    flex-grow: 1;
}

.academy-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.academy-content-title span {
    font-size: 16px;
    color: #333333;
}

.academy-content-title p {
    font-size: 12px;
    color: #B8B8B8 !important;
}

.academy-summary {
    font-size: 12px;
    color: #B8B8B8 !important;
    margin: 5px 0px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 36px;
}

.academy_content {
    width: 100%;
}

.news_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news_item {
    display: flex;
    /*justify-content: space-between;*/
    margin: 20px 0px 0px 0px;
    background: #F4F4F4;
    width: 49%;
    height: 203px;
    padding: 20px;
}

.news_item:hover {
    background-color: #DC0000;
}

.news_item_details b{
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.news_item:hover .news_item_details b {
    color: #FFFFFF;
}

.news_item:hover .news_item_details span {
    color: #EDB2B2;
}

.news_item:hover .news_item_details button {
    background-color: #EEEEEE;
    color: #DC0000;
}


.news_item img {
    min-width: 210px;
    width: 210px;
    height: 140px;
}

.news_item_details {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.news_item_details b {
    font-size: 16px;
    color: #333333;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.news_item_details span {
    margin-top: 10px;
    font-size: 12px;
    color: #C2C2C2;
}

.news_item_details button {
    margin-top: 33px;
    color: #FFFFFF;
    font-size: 12px;
    width: 110px;
    height: 32px;
    background-color: #AEAEAE;
    border: none;
    cursor: pointer;
}

.academy_item {
    padding: 30px 0px 20px 0px;
    background-color: transparent;
    border-bottom: 1px solid #DCDCDC;
    height: 100%;
    flex-grow: 1;
    margin-left: 0px;
    margin-bottom: 0px;
}

.academy_item:first-child {
    padding: 0px 0px 20px 0px;
    margin-top: 20px;
}

.academy_item:last-child {
    border-bottom: none;
}

.styles_footer__3DOeq .item:last-child .item-content:last-child span{
    width: 350px;
    /*display: -webkit-box !important;*/
    /*-webkit-line-clamp: 6;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: normal;*/
}


@media (min-width: 1080px) and (max-width: 1440px) {

    .container,
    .common-container {
        max-width: 1200px;
    }

    .styles_nav__3zu4a .container {
        height: 90px;
    }

    .styles_slide__3_Vky .container,
    .header-bg {
        height: 520px;
    }

    .section1 .content1 {
        padding-bottom: 70px;
    }

    .events-list {
        margin-top: 16px;
    }

    .section-2 {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .section2 .points {
        margin-top: 80px;
    }

    .section3 {
        padding: 100px 0;
    }

    .chart-container .button-group {
        display: flex;
        justify-content: right;
    }

    .chart-container .button-group .button {
        padding: 8px 16px;
        border: none;
        background-color: #f5f5f5;
        color: #333;
        cursor: pointer;
    }

    .chart-container .button-group .button.active {
        background-color: #f9a82e;
        color: #fff;
    }

    .chart-container .button-group .button:hover {
        background-color: #ddd;
    }

    .chart-container .button-group .button:not(:last-child) {
        border-right: 1px solid #e0e0e0;
    }

    .breadcrumb {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about_about_wrap__2NSLy h3 {
        margin: 20px 0;
    }

    .tabs-container {
        width: 774px;
    }

    .header-bg.about_nav__2iPXN .banner-text {
        line-height: 90px;
    }

    .header-bg.about_nav__2iPXN .banner-title {
        font-size: 50px;
    }

    .header-bg.about_nav__2iPXN .banner-title::after {
        width: 97px;
    }

    .header-bg.about_nav__2iPXN .banner-subtitle {
        font-size: 24px;
    }

    .styles_footer__3DOeq .links {
        min-height: 210px;
    }

    .styles_footer__3DOeq .weixinQRCode {
        position: absolute;
        right: 0;
        width: 150px;
        height: 150px;
    }

    .styles_footer__3DOeq .weixinQRCode p {
        font-size: 16px;
        margin-top: 16px;
    }
}

@media (max-width: 1080px) {

    .logo:not(:first-child),
    a.btn.btn-primary.register {
        display: none;
    }
    
    .title-margin-btm{
        margin-top: 2vw;
        margin-bottom: 4vw !important;
    }

    .header-bg {
        display: block;
        height: 50vw;
    }

    .mobile-menus.open {
        transform: translateX(0);
    }

    .styles_nav__3zu4a .logo {
        width: 25vw;
        height: 10vw;
    }

    #nav-items {
        display: none;
    }

    .menu-icon,
    .close-mobile-menu-icon {
        display: block;
        width: 8vw;
        height: 8vw;
        cursor: pointer;
        color: #666666;
    }

    .close-mobile-menu-icon {
        margin-left: auto;
        margin-bottom: 4vw;
    }

    .mobile-menus {
        font-size: 6vw;
    }

    header ul li+li {
        margin-top: 4vw;
        margin-left: 0;
    }

    .styles_nav__3zu4a .container {
        height: 15vw;
    }

    .styles_slide__3_Vky .container {
        height: 80vw;
    }

    .common-container {
        margin: 0 4vw;
    }

    .special-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
        top: 0;
    }

    .special-item {
        width: 100%;
        max-width: unset;
        padding: 6vw 4vw;
        height: auto;
    }

    .special-item img {
        width: 11vw;
        height: 11vw;
    }

    .special-title {
        font-size: 5vw;
    }

    .special-desc {
        font-size: 3.5vw;
        margin-top: 1vw;
    }

    .special-item+.special-item {
        margin-left: 0;
    }

    .section1 {
        padding-top: 8vw;
        padding-bottom: 6vw;
    }

    .section1 .content1{
        padding: 10vw 0 0 0;
    }
    
    .section2 {
        padding: 10vw 0 12vw 0;
    }

    .content1 .c1-title,
    .section2-title {
        font-size: 6vw;
    }

    .content1 .c1-title,
    .content1 .c1-desc {
        padding: 0 4vw;
    }

    .content1 .c1-desc,
    .section2-desc {
        font-size: 3.5vw;
        margin-top: 3vw;
    }
    
    .feature-wrapper{
        display: flex;
        grid-template-columns: none;
        gap: 0px;
    }

    .feature-item .feature-desc {
        margin-top: 2vw;
        font-size: 3vw;
        display: -webkit-box !important;
        -webkit-line-clamp: 5; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .features-container .feature-item {
        padding: 4vw 8vw;
        height: auto;
        display: block; 
        align-items: unset; 
        background: none; 
    }

    .features-container .feature-item img {
        width: 14vw;
        height: 14vw;
        margin-right: 4vw;
    }

    .feature-item .feature-title {
        font-size: 4vw;
    }

    .events-container {
        margin-top: 10vw;
    }

    .events-list {
        display: none;
    }

    .responsive-events {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
        margin-top: 1vw !important;
    }

    .responsive-events img {
        width: 100vw;
        height: auto;
    }

    .feature-swiper-container {
        display: flex;
    }

    .swiper-wrapper .feature-item {
        text-align: center;
        padding: 5vw 20px;
        background-color: #FFFFFF;
        height: 200px;
    }

    .swiper-wrapper .feature-item img {
        width: 15vw;
        height: 15vw;
        margin-right: 0px;
    }

    .feature-swiper {
        height: 100%;
        display: flex;
        margin-top: 6vw;
        overflow: hidden;
    }

    .events-header-title::after {
        /*bottom: -3vw;*/
        display: none;
    }

    .section2 .points {
        margin-top: 10vw;
        padding-left: 5vw;
    }

    .section2 .point {
        font-size: 4vw;
        padding-left: 15vw;
        width: 100%;
        text-align: left;
    }

    .section2 .point::before {
        width: 4vw;
        height: 4vw;
        left: 10%;
    }

    .section2 .point+.point {
        margin-top: 2vw;
    }
    
    .download-section-area{
        width: 100%; 
        height: auto;
    }
    
    .device-container{
        display: none;
    }
    
    .device-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9vw;
    }
    
    .device-m{
        width: auto;
        position: relative;
    }
    
    .mac-m {
        height: 45vw;
        left: -9vw;
    }
    
    .laptop-m {
        height: 20vw;
        left: 4.5vw;
        top: 12vw;
        z-index: 99;
    }
    
    .tablet-m {
        height: 25vw;
        left: -8vw;
        top: 8.5vw;
        z-index: 99;
    }
    
    .phone-m {
        height: 22vw;
        left: -13vw;
        top: 12vw;
        z-index: 99;
    }

    .section2 .buttons-list {
        margin-top: 11vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }

    .buttons-list .button-item {
        width: 100%;
        font-size: 4.5vw;
    }
    
    .buttons-list .button-item:nth-child(1):hover .qr-code{
        display: none;
    }
    
    .buttons-list .button-item:nth-child(1){
        background-color: #DC0000;
        color: #FFFFFF;
    }
    
    .buttons-list .button-item:nth-child(1) .icon-mobile-download{
        display: none;
    }
    
    .buttons-list .button-item:nth-child(1) span{
        margin-left: 0px;
    }
    
    .buttons-list .button-item:nth-child(4){
        background-color: #FFFFFF;
        color: #DC0000;
        border: 1px solid #DC0000
    }

    .buttons-list .button-item:not(:nth-child(1)) {
        display: none;
    }

    .buttons-list .button-item+.button-item {
        margin-left: 0;
    }

    .section3 {
        padding: 8vw 0;
    }

    .section3 .common-container {
        flex-direction: column;
    }

    .section3 .tabs-container {
        padding: 4vw;
    }
    
    .section3 .tabs-list {
        padding-bottom: 3vw;
        font-size: 5vw;
        display: flex;
        justify-content: space-between;
    }
    
    .section3 .tabs-list .tab+.tab {
        margin-left: 0px;
    }
    
    .section3 .tabs-list .tab.active::after {
        bottom: -3.8vw;
        border-width: 0.5vw;
    }

    .section3 .statistics-container .details {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }

    .chart-header .symbol {
        font-size: 4.5vw;
    }

    .section3 .tab-content {
        padding: 6vw 0;
    }

    .chart-container .button-group {
        display: flex;
        justify-content: space-between;
        /* 使按钮在手机端紧凑排列 */
        gap: 4px;
        margin-bottom: 5px;
    }

    .chart-container .button-group .button {
        flex: 1;
        padding: 6px 10px;
        /* 缩小按钮内边距以适应手机屏幕 */
        font-size: 14px;
        /* 减小字体以适应按钮大小 */
        border: none;
        background-color: transparent;
        /* 移除默认背景 */
        color: #333;
        cursor: pointer;
        white-space: nowrap;
        /* 禁止按钮内容换行 */
    }

    .chart-container .button-group .button.active {
        background-color: #f9a82e;
        color: #fff;
        border-radius: 2px;
        /* 给选中的按钮添加轻微的圆角 */
    }

    .chart-container .button-group .button:hover {
        background-color: #ddd;
    }

    .chart-container .button-group .button:not(:last-child) {
        border-right: none;
        /* 移除按钮之间的边框 */
    }

    .calendar-container {
        margin-left: 0;
        width: 100%;
        margin-top: 4vw;
        min-width: unset;
    }

    .calendar-header {
        padding: 4vw 0vw 0vw 0vw;
        margin-bottom: 0px;
        background-color: transparent;
    }
    
    .academy-summary {
        -webkit-line-clamp: 1; 
        min-height: auto;
    }
    
    .academy_item:first-child{
        margin-top: 0px;
    }
    
    .styles_tabs_head__3iUAT{
        padding-bottom: 0px;
    }

    .styles_calender_item__17cQC {
        margin: 0vw 0px;
        background-color: #FFFFFF;
        /*padding: 6vw;*/
    }
    
    .calendar-list .styles_calender_list__lwLZ4 .styles_calender_item__17cQC{
        padding: 4vw 6vw 4vw 6vw;
        margin: 1.5vw 0px;
    }
    
    .calendar-list .styles_calender_list__lwLZ4 .styles_calender_item__17cQC:nth-child(1){
        margin: 0vw 0px 1.5vw 0px;
    }

    .events-header-title,
    .calendar-header-title {
        font-size: 5vw;
    }

    .section4 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .styles_wrapper__2F9aj>div:nth-child(2) {
        order: 4;
    }

    /*.styles_wrapper__2F9aj .tabs-head .tabs-head-item.active:after, */

    /*.styles_wrapper__2F9aj .tabs-head .tabs-head-item:hover:after{*/
    /*    display: none;*/
    /*}*/
    
    .news-title, .academy-title{
        font-size: 5vw;
    }
    
    .news-title::after {
        display: none;
    }

    .news-container {
        padding-right: 0px;
        border-right: none;
    }
    
    .news_row {
        flex-direction: column;
    }

    .news_item img {
        min-width: 40vw;
        width: 40vw !important;
        height: 25vw !important;
    }
    
    .news_item_first{
        margin-top: 0px;
    }

    .news_item {
        width: 100% !important;
        justify-content: normal;
        height: auto;
        padding: 2vw;
    }
    
    .news_item_details b{
        font-size: 10.67px;
        /*font-weight: normal;*/
        display: -webkit-box !important;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    
    .news-date{
        display: none !important;
    }
    
    .news-publish-date{
        display: block;
        display: -webkit-box !important;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    
    .news_item_details span {
        font-size: 8px;
    }

    .news_item_details {
        margin-left: 3vw;
        padding: 0px;
        display: flex;
        justify-content: center;
    }

    .news_item_details button {
        margin-top: 2vw;
        width: 73.33px;
        height: 21.33px;
        font-size: 8px;
    }
    
    .styles_wrapper__2F9aj{
        height: auto;
    }
    
    .academy-content-title span {
        display: block !important;
    }
    
    .vertical-line{
        display: none;
    }

    .academy-container {
        margin-top: 5vw;
        margin-left: 0px;
        min-width: 100%;
        max-width: 100%;
    }

    .tabs-body {
        padding-right: 2vw;
    }

    .breadcrumb {
        display: none;
        padding: 6vw 0;
        font-size: 4vw;
    }

    .common-container .common-container {
        margin: 0;
    }

    .about_desc__SxdlV.about_marLef20__2lT-t {
        font-size: 4vw;
        line-height: 6.5vw;
    }

    .about_about_wrap__2NSLy h3 {
        margin: 4.3vw 0;
        font-size: 5vw;
    }

    .about_about_wrap__2NSLy h3:first-child {
        margin-top: 6vw;
        margin-left: 4vw;
    }

    .about_about_wrap__2NSLy h3:nth-child(1)::before {
        content: '';
        position: absolute;
        left: 4vw;
        margin-top: 4vw;
        transform: translateY(-50%);
        width: 1vw;
        /* 增加宽度 */
        height: 5vw;
        /* 增加高度 */
        background: #DC0000;
    }

    .about_about_wrap__2NSLy .block+.block {
        margin-top: 8vw;
    }

    .view-credential{
        text-align: center;
    }


    .styles_item__W3-GX .item-body {
        padding: 4vw 2.667vw;
    }

    .styles_item__W3-GX p:first-of-type {
        margin-bottom: 2vw;
    }

    .styles_item__W3-GX p {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .page-title {
        font-size: 7vw;
        margin: 6vw 0px;
        color: #000;
        font-weight: bold;
        margin-left: 2vw;
    }

    .page-title::before {
        content: '';
        position: absolute;
        left: 5vw;
        top: 75.5vw;
        transform: translateY(-50%);
        width: 3.72px;
        height: 6.25vw;
        background: #DC0000;
    }

    .header-bg.about_nav__2iPXN .banner-text {
        line-height: 11vw;
    }

    .header-bg.about_nav__2iPXN .banner-title {
        font-size: 6vw;
    }

    .header-bg.about_nav__2iPXN .banner-title::after {
        width: 11vw;
        bottom: -0.75vw;
        height: 0.4vw;
    }

    .header-bg.about_nav__2iPXN .banner-subtitle {
        font-size: 3.5vw;
    }

    .styles_footer__3DOeq {
        text-align: center;
    }

    .styles_footer__3DOeq .hint {
        padding: 0 4vw;
        font-size: 3.5vw;
    }

    .styles_footer__3DOeq .copyright {
        background: #474747;
        border: none;
        color: #979595;
        margin: 0;
        font-size: 3vw;
    }

    .about_about_wrap__2NSLy .about_desc__SxdlV p::first-letter {
        margin-left: 2em;
    }
}