* {
    box-sizing: border-box;
}

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

.styles_slide__3_Vky .container {
    height: 680px;
}

.section1 {
    background: #F7F7F7;
}

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

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

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

.content1 .c1-title span {
    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 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
}

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

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

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

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

.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 {
    width: 132.66px;
    height: 46.56px;
    border-radius: 22.79px;
    background: #F5F5F5;
    border: 1px solid #DCDCDC;
    font-size: 20px;
    color: #666666;
    display: grid;
    place-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

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

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

.section3-calendar {
    background: #F7F7F7;
    padding: 30px 0;    
}

.calendar-header-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 24px 0px;
}

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

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

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

.calendar_calen_wrap__index{
    min-height: 100% !important;
    margin-bottom: 35px !important;
}

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

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

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

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

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

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

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

.styles_calender_list__lwLZ4 {
    border: none;
    width: 100%;
    margin-top: 10px;
}

.styles_calender_item__17cQC {
    margin-left: 0;
}

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

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

.breadcrumb a {
    color: inherit;
}

.download-container {
    padding-bottom: 100px;
    background: #F7F7F7; 
}

.download-section { 
    padding-top: 84px;
}

.download-section .section-title {
    color: #000;
    font-size: 46px;
    margin-bottom: 47px;
    font-weight: bold;
}

.download-section .section-subtitle {
    color: #000;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 77px;
}

.download-section .section-desc {
    color: #666666;
    font-size: 20px;
}

.download-section .section-desc p + p {
    margin-top: 16px;
}

.news-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

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

.news-container {
    margin-right: 75px;
}

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

.hot-symbols-container {
    min-width: 428px;
}

.hot-symbols {
    border: 1px solid #e5e5e5;
    padding: 33px 38px;
    margin-top: 28px;
}

.hot-symbol {
    background: #EEEEEE;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.hot-symbol .label {
    color: #999999;
    font-size: 16px;
    margin-right: 46px;
}

.hot-symbol .row {
    display: flex;
    align-items: center;
}

.hot-symbol + .hot-symbol {
    margin-top: 29px;
}

.hot-symbol .row + .row {
    margin-top: 20px;
}

.hot-symbol .symbol {
    color: #555555;
    font-size: 18px;
    margin-left: 16px;
}

.hot-symbol .price {
    font-size: 24px;
    font-weight: bold;
}

.hot-symbol .percentage-value {
    font-size: 20px;
}

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

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

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

.ideas-list {
    display: flex;
}

.idea-item {
    padding: 30px 32px 30px 32px;
    background: #fff;
}

.idea-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.idea-desc {
    font-size: 16px;
    color: #888888;
    margin-top: 16px;
}

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

.menu-icon {
    display: none;
}

.events-swiper {
    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;
}

.calendar_detail__3fUow h4 {
    
}

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

.styles_footer__3DOeq {
    background: #474747;
}

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

.styles_footer__3DOeq .links {
    margin-top: 54px;
    justify-content: center;
    position: relative;
    min-height: 270px;
}

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

.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 {
    position: relative;
}

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

@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;
  }
  
  .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) {
    .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;
    }
    
    .section1 .content1,.section2 {
        padding: 11vw 0;
    }
    
    .content1 .c1-title, .section2-title {
        font-size: 7vw;
    }
    
     .content1 .c1-title, .content1 .c1-desc {
        padding: 0 4vw;
     }
    
    .content1 .c1-desc, .section2-desc {
        font-size: 3.5vw;
        margin-top: 3vw;
    }
    
    .feature-item .feature-desc {
        font-size: 3.5vw;
    }
    
    .features-container .feature-item {
        padding: 4vw 8vw;
        height: auto;
    }
    
    .features-container .feature-item img {
        width: 14vw;
        height: 14vw;
        margin-right: 4vw;
    }
    
    .content1 .features-container {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 8vw;
        gap: 4vw;
    }
    
    .feature-item .feature-title {
        font-size: 5vw;
    }
    
    .events-container {
        margin-top: 10vw;
    }
    
    .events-list {
        display: none;
    }
    
    .events-swiper {
        height: 50vw;
        display: flex;
        margin-top: 6vw;
        overflow: hidden;
    }
    
        .swiper-wrapper2{
        display: flex;
    }
    
    .events-header-title::after {
        bottom: -3vw;
    }
    
    .section2 .points {
        margin-top: 10vw;
    }
    
    .section2 .point {
        font-size: 4.5vw;
        padding-left: 11vw;
    }
    
    .section2 .point::before {
        width: 6vw;
        height: 6vw;
    }
    
    .section2 .point + .point {
        margin-top: 6vw;
    }
    
    .section2 .buttons-list {
        margin-top: 11vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }
    
    .buttons-list .button-item {
        width: 100%;
        font-size: 4.5vw;
    }
    
    .buttons-list .button-item + .button-item {
        margin-left: 0;
    }

    .section3 {
        padding: 11vw 0;
    }
    
    .section3 .common-container {
        flex-direction: column;
    }
    
    .section3 .tabs-container {
        padding: 4vw;
    }
    
    .section3 .tabs-list {
        padding-bottom: 3vw;
        font-size: 5vw;
    }
    
    .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;
    }
    
    .calendar-container {
        margin-left: 0;
        width: 100%;
        margin-top: 4vw;
        min-width: unset;
    }
    
    .calendar-header {
        padding: 4vw;
    }
    
    .events-header-title, .calendar-header-title {
        font-size: 5vw;
    }

    .breadcrumb {
        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;
    }
    
    .about_about_wrap__2NSLy .block + .block {
        margin-top: 8vw;
    }
    
    .ideas-list {
        display: grid;
        gap: 4vw;
    }
    
    .idea-item + .idea-item {
        margin-left: 0;
    }
    
    .idea-item {
        padding: 4vw;
    }
    
    .idea-title {
        font-size: 5vw;
    }
    
    .idea-desc {
        margin-top: 2vw;
        font-size: 4vw;
    }
    
    .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;
    }
    
    .download-section {
        padding-top: 8vw;
    }
    
    .download-section .section-title {
        font-size: 7vw;
        margin-bottom: 5vw;
    }
    
    .download-section .section-desc {
        font-size: 4.5vw;
    }
    
    .download-section .section-subtitle {
        margin-top: 10vw;
        font-size: 7vw;
        margin-bottom: 6vw;
    }
    
    .download-section .buttons-list {
        margin-top: 10vw;
    }
    
    .download-section .buttons-list .button-item {
        font-size: 4vw;
    }
    
    .download-section .buttons-list .button-item + .button-item {
        margin-left: 4vw;
    }
    
    .download-container {
        padding-bottom: 15vw;
    }
    
    .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 .hint {
        padding: 0 4vw;
        font-size: 3.5vw;
    }
    
    .styles_footer__3DOeq .copyright {
        background: #474747;
        border: none;
        color: #979595;
        margin: 0;
        font-size: 3vw;
    }
}
