* {
    box-sizing: border-box;
}

.styles_news_list__1Nmq2.active {
    display: block;
}

.styles_news_list__1Nmq2 {
    display: none;
}

.common-container {
    max-width: 1400px;
    margin: auto;
    position: relative;
    top: -81px;
}

.styles_nav__3zu4a .container {
    height: 100px;
}

.styles_nav__3zu4a .logo {
    width: 21.406vw;
    height: auto; 
    aspect-ratio: 411 / 50; 
    object-fit: contain;
    max-width: 411px; 
    min-width: 200px;
}

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;
}

.styles_nav__3zu4a .flex-block{
    display: flex; 
    justify-content: right; 
    align-items: center; 
    gap: 50px;
}

@media (max-width: 1440px) {
    .styles_nav__3zu4a .flex-block{
        gap: 25px;
    }
}

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;
    position: relative;
    /*padding-bottom: 92px;*/
}

.special-container {
    display: flex;
    z-index: 100;
    position: relative;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    height: 160px;
    gap: 80px;
}

.special-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    color: #333;
    
    text-align: center;
    padding-top: 43px;
    padding-bottom: 29px;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}

.spe-item-web{
  padding: 0px;  
}

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

.special-item img.icon-s {
    width: 62px;
    height: 62px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.special-item:hover img.icon-s{
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(7495%) hue-rotate(0deg) brightness(98%) contrast(118%);
}

.special-desc {
    color: #000000;
    font-size: 16px;
    margin-top: 24px;
}

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

/*.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;
}

.section2-title h2 {
    color: #000000;
    font-weight: bold;

}

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

.content1 .c1-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,
.news-header-view-more {
    color: #999999;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.news-header-view-more{
    display: none;
}

.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;
}

.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;
    justify-content: center;
}

.download-section .buttons-list {
    max-width: 700px;
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.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(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;
    top: -44px;
    position: relative;
}

.section3 .tabs-container {
    background: #fff;
    padding: 32px 41px 21px 48px;
    height: 100%;
}

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

.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: 2px solid #DC0000;
}

.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;
    padding-right: 10px;
}

.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: 60px;
    padding-bottom: 46px;
    border-bottom: 1px solid #DCDCDC;
}

.breadcrumb a {
    color: inherit;
}

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

.news-title {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
}

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

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

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

.news-sub-title{
    margin-bottom: 30px; 
    font-size: 20px; 
    color: #666666;
}

.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-image: url('../../assets/img/footer-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.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: 200px;
}

.styles_footer__3DOeq .friend-link{
    display: none;
    min-height: unset;
    color: #FFFFFF;
    margin-top: unset;
}

.styles_footer__3DOeq .links a {
    font-size: 18px;
}

.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-bottom: 1px solid #AAAAAA;*/
    /*padding-top: 33px;*/
    margin-top: 0px;
}

.styles_footer__3DOeq .inner-container {
    width: 85%;
    position: relative;
    gap: 77px;
}

.styles_footer__3DOeq .friend-link .title{
    margin-bottom: 10px;
    font-size: 14px;
}

.styles_footer__3DOeq .friend-link a{
    font-size: 14px;
}

.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; /* 保持不变 */
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    
}

.news_item {
    flex-basis: 24%; 
    margin-bottom: 4px;
}

.news_row::after {
    content: "";
    flex-basis: 49.5%; 
}

.news_item:nth-child(5),
.news_item:nth-child(6),
.news_item:nth-child(7),
.news_item:nth-child(8) {
  margin-top: 28px;
}


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

.news_item_details b {
    margin-top: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 275px;
}

/*.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: 330px;
    width: 330px;
    height: 220px;
}

.news_item_details {
    display: flex;
    flex-direction: column;
}

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

.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: 347px;
    /*display: -webkit-box !important;*/
    /*-webkit-line-clamp: 6;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: normal;*/
}

.news-date-mb,
.learnm-btn {
    display: none;
}

.mobile-chart,
.desktop-chart {
    visibility: visible;
    position: static;
    width: 100%;
    height: auto;
}

/* 隐藏桌面端 */
.mobile-chart {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

@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;
    }

    .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;*/

        width: 30%;
        height: 200px;
        text-align: center;
    }

    .styles_footer__3DOeq .weixinQRCode p {
        font-size: 16px;
        margin-top: 16px;
    }
    
    .styles_footer__3DOeq .inner-container{
        gap: 50px;
    }
    
    .news_row{
        max-width: 1200px;
    }
    
    .news_item{
        flex-basis: 21%;
    }
}

@media (max-width: 1080px) {
    
    .styles_footer__3DOeq .links{
        /*display: flex;*/
        min-height: fit-content;
    }
    
    .styles_footer__3DOeq .friend-link{
        margin-bottom: 8vw;
    }
    
    .styles_footer__3DOeq .friend-link .title,
    .styles_footer__3DOeq .friend-link a {
        font-size: 11pt;
        text-align: left;
        padding-left: 0px;
    }
    
    
    .styles_footer__3DOeq .links>div:first-child{
        display: none;
    }
    
    .weixinQRCode{
        display: flex !important;
        width: 100% !important;
        height: auto !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: 1px solid #BBBBBB;
        line-height: 15vw;
    }
    
    .styles_footer__3DOeq .weixinQRCode img{
        width: 50vw;
    }

    .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: 411px;*/
        /*height: 50px;*/
    }

    #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-desc {
        font-size: 3.5vw;
        margin-top: 1vw;
    }

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

    .section1 {
        display: none;
        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 {
        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 {
        display: none;
    }

    .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 0 0;
    }

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

    .section3 .tabs-container {
        padding: 4vw;
        margin-top: 8vw;
        border-top-left-radius: 5vw;
        border-top-right-radius: 5vw;
    }

    .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;
        background: #f4f4f4;
        padding: 4vw;
    }

    .styles_wrapper__2F9aj>div:nth-child(2) {
        order: 4;
    }
    
    .news-title,
    .academy-title {
        font-size: 5vw;
    }
    
    .news-title{
        display: flex;
        align-items: center;
        font-size: 20.6px;
        font-weight: bold;
        color: var(--mq-text-primary);
        margin-right: 24px;
        white-space: nowrap;
        width: 30%;
        margin-bottom: unset;
    }
    
    .news-title::after {
    	content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3.72px;
        height: 21.28px;
        background: #DC0000;
    }
    
    .news-title-container{
        justify-content: flex-start;
        width: 100%;
        
    }
    
    .news-title-wrapper{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news-sub-title{
        display: none;
    }
    
    .news-header-view-more{
        display: block;
    }

    /*.news-title::after {*/
    /*    display: none;*/
    /*}*/

    .news-container {
        padding-right: 0px;
        border-right: none;
    }

    .news_row {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        margin: 0;
        min-width: unset;
        max-width: unset;
    }

    .news_item img {
        min-width: 30vw;
        width: 45vw !important;
        height: auto !important;
        object-fit: cover;
    }

    .news_item_first {
        margin-top: 0px;
    }

    .news_item {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        height: 40vw;
        padding: 3vw;
        background: #fff;
        overflow: hidden;
        border: 1px solid #f0f0f0;
        background: white;
    }

    .news_item_details b {
        font-size: 3.2vw;
        font-weight: bold;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        margin-bottom: 1.5vw;
        line-height: 1.3;
        color: #333;
    }

    .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;
        margin-bottom: 2vw;
        margin-top: auto;
    }

    .news_item_details span {
        font-size: 2.2vw;
        color: #888;
        line-height: 1.2;
        margin-top: unset;
    }

    .news_item_details {
        margin-left: 5vw;
        padding: 0;
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
        height: 100%;
        flex: 1;
        min-height: 30vw;
        position: relative;
    }

    .news_item_details button {
        margin-bottom: 2vw;
        width: 20vw;
        height: 6vw;
        font-size: 2.5vw;
        align-self: flex-start;
        bottom: 3vw;
        position: absolute;
    }

    .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;*/
        left: 0vw;
        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;
        padding: 6vw;
        margin-bottom: 18.667vw;
    }

    .styles_footer__3DOeq .hint {
        padding: 0;
        font-size: 11pt;
        color: #D4D4D4;
    }

    .styles_footer__3DOeq .copyright {
        background: transparent;
        border: none;
        color: #D4D4D4;
        margin: 0;
        font-size: 12pt;
        padding-top: 0px;
    }

    .about_about_wrap__2NSLy .about_desc__SxdlV p::first-letter {
        margin-left: 2em;
    }
    
    .news-date-mb,
    .learnm-btn {
        display: block;
    }
    
    .desktop-chart {
        visibility: hidden;
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    
    /* 显示桌面端 */
    .mobile-chart {
        visibility: visible;
        position: static;
        width: 100%;
        height: auto;
        margin: 8vw 0 4vw 0;
    }
    
    .styles_footer__3DOeq .weixinQRCode p {
        font-size: 16px;
        margin: 16px 0px;
    }
    
    .news_item:nth-child(5),
    .news_item:nth-child(6),
    .news_item:nth-child(7),
    .news_item:nth-child(8) {
      margin-top: unset;
    }    
    
}