body, html {font-size:14px; color:#010101;}
body,html,h1,h2,h3,h4,h5,ol,ul,li,dl,dt,dd,p,span,form,input,img {margin:0;padding:0;}
ul,li {list-style-type:none;}
dl,dt,dd {display:block;}
a {text-decoration:none;}
a:hover {text-decoration:none;}
body{background-color: #F9FBFE; height: auto; margin: 0 auto;color: #5E5E5E;box-sizing: border-box;}
* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/static/fonts/Inter-Regular.woff2') format('woff2');
    font-style: normal; font-weight: 400; font-display: swap;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/static/fonts/Inter-SemiBold.woff2') format('woff2');
    font-style: normal; font-weight: 600; font-display: swap;
}
@font-face {
    font-family: 'Inter-SemiBoldItalic';
    src: url('/static/fonts/Inter-SemiBoldItalic.woff2') format('woff2');
    font-style: italic; font-weight: 600; font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/static/fonts/Inter-Medium.woff2') format('woff2');
    font-style: normal; font-weight: 500; font-display: swap;
}
@font-face {
    font-family: 'Inter-MediumItalic';
    src: url('/static/fonts/Inter-MediumItalic.woff2') format('woff2');
    font-style: italic; font-weight: 500; font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/static/fonts/Inter-Bold.woff2') format('woff2');
    font-style: normal; font-weight: 700; font-display: swap;
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/static/fonts/Inter-Light.woff2') format('woff2');
    font-style: normal; font-weight: 300; font-display: swap;
}

.padding-lr-40 {
    padding:0px 40px;
}
.margin-lr-40 {
    margin:0px 40px;
}
.single-ellipsis {
    overflow: hidden; /* 隐藏超出部分 */
    white-space: nowrap; /* 强制文本不换行 */
    text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
}

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


.header {
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    */
    width: 100%;
    height: 84px;
    background-image: url('/static/images/pc/header.png');
    background-size: 100% 84px;
    background-repeat: no-repeat;
    background-position: center;
    gap: 32px;

 
}
.header .logo {
    width: 108px;
    height: 48px;
}
.header .logo img {
    width: 100%;
    height: 100%;
}
.header .nav  {
   gap:32px;
}
.header .nav .nav-item {
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #5E5E5E;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.header .nav .active {
    color: #1B1F24;
    font-family: 'Inter-SemiBold';
}
.header .nav .nav-item a {
    color: #5E5E5E;
}
.header .nav .active a{
    color: #1B1F24;
}

.header .lang  {
     gap: 16px;
}
.header .lang .langBox .label {
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #5E5E5E;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
   
}
.header .lang .langBox {
    justify-content: flex-start;
    gap: 4px;
    cursor: pointer;
}
.header .lang .langBox .icon {
    width: 16px;
    height: 16px;
}
.header .lang .langBox .icon img {
    width: 100%;
    height: 100%;
}
.header .lang .langBox .down {
    width: 14px;
    height: 14px;
}
.header .lang .langBox .down img {
    width: 100%;
    height: 100%;
}
.header .lang .peoject {
    width: 106px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #0F87FF;
    border-radius: 80px 80px 80px 80px;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;

    font-style: normal;
    text-transform: none;
}
.header .lang .peoject  a {
    color: #fff;
}

.top {
    background: #fff;
    /*margin-top: 84px;*/
   
}
.top .top-bg {
    background-image: url('/static/images/pc/Container1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 0px 0px 0px 0px;
    border-radius: 22px;
    aspect-ratio: 1360 / 768;
    
    position: relative;
}
.top .mask  {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 209px;
    background: linear-gradient( 360deg, rgba(0,42,138,0) 0%, rgba(0,18,56,0.8) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.1;
}
.top .btns {
    position: absolute;
    bottom: 80px;
    left: 40px;
    gap:24px;
    z-index: 200;
}
.top .btns .btn {
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap:16px;
}
.top .btns  a {
    height: 48px;
    border: 1px solid #FFFFFF;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 48px;
    padding: 0 24px;

   
    cursor: pointer;
     border-radius: 80px 80px 80px 80px;
    display: block;
    color: #fff;
}
.top .btns a:hover {
 
    background: #0055FE;
    border-color: #0055FE;
    height: 48px;
}

.top .btns  .btn-project {
    border: 1px solid #0F87FF;
    color: #fff;
    background: #0F87FF;;
   
}
.top .btns .btn-project .blue .icon {
     background-image: url("/static/images/pc/bt-r.png");
}
.top .btns  .btn-project:hover {
    color: #fff;
     background: #006AFF;
}
.top .btns  .btn-project:hover .icon {
    background-image: url("/static/images/pc/bt-r.png");
}

.top .btns .btn .icon {
    width: 20px;
    height: 20px;
    background-image: url("/static/images/pc/bt-r.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


#about {
    background-image: url("/static/images/pc/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 140px 80px 60px 80px;
}
#about .brands {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:32px;
} 
#about .brands .brand {
    height: 32px;
}
#about .brands .brand img{
    height: 100%;
}
#about .brands .text{
   font-family: 'Inter-Light';
    font-weight: 300;
    font-size: 32px;
    color: #8A8B91;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
} 
#about .title {
    margin-top: 34px;
    height: 64px;
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #1B1F24;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#about .title span {
    color:#0F87FF;
}

#about .subTitle {
    margin-top: 40px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 32px;
    color: #1B1F24;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#about .subTitle span {
    color:#0F87FF;
}

#about .desc {
    margin-top: 32px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#about .date {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 900px;
    margin: 0px auto;
    margin-top: 62px;

}
#about .date .line {
    width: 251px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(15, 135, 255, 0), rgba(15, 135, 255, 1)) 1 1;
}
#about .date .line-r {
   width: 251px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(15, 135, 255, 1), rgba(15, 135, 255, 0)) 1 1;
}

#about .date .dot {
    width: 8px;
    height: 8px;
    background: #0F87FF;
    border-radius: 4px;
    margin-left: -20px;
}
#about .date .dot-r {
    width: 8px;
    height: 8px;
    background: #0F87FF;
    border-radius: 4px;
    margin-right: -20px;
}
#about .date .icon {
    width: 32px;
    height: 32px;
    background-image: url(/static/images/pc/calendar-minus@2x.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#about .date .text {
    width: 322px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 26px;
    color: #1B1F24;

    text-align: center;
    font-style: normal;
    text-transform: none;
}
#about .blocks {
    margin-top: 41px;
    gap: 40px;
}
#about .blocks .block{
    width: 50%;
    background: rgba(255,255,255,0.4);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(15,135,255,0.18);
    padding: 64px 40px;
    gap: 20px;
}
#about .blocks .block .block-tag {
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 20px;
    color: #0F87FF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#about .blocks .block .block-title {
    margin-top: 32px;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 32px;
    color: #1B1F24;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#about .blocks .block .block-line {
    margin-top: 24px;
    width: 44px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #0F87FF;
}
#about .blocks .block .block-desc {
    margin-top: 24px;
    font-family: 'Inter-Light';
    font-weight: 300;
    font-size: 16px;
    color: #5E5E5E;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 56px;
}
#about .blocks .block-left {
    flex:1;
}
#about .blocks .block-right {
    width: 162px;
    height: 162px;
}
#about .blocks .block-right img {
    width: 100%;
    height: 100%;
}

#about .group_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 52px;
}

#about .group_btns .btn {
    

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
#about .group_btns a {
    display: block;
    padding:0px 24px;
    height: 56px;
    border-radius: 80px 80px 80px 80px;
    border: 1px solid #0F87FF;
    font-family: Inter, Inter;
    font-weight: normal;
    font-size: 18px;
    color: #0F87FF;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}
#about .group_btns a:hover {
    background: #0055FE;
    border-color: #0055FE;
    color: #fff;
   
}
#about .group_btns a:hover .icon {
     background-image: url("/static/images/pc/bt-r.png");
}
#about .group_btns .btn .icon {
    width: 20px;
    height: 20px;
    background-image: url("/static/images/pc/bt-r-blue.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#about .group_btns .btn .icon1 {
    width: 20px;
    height: 20px;
    background-image: url("/static/images/pc/bt-r-blue.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#about .group_btns .btn-blue {
    color: #FFFFFF;
    background: #0F87FF;
}

#timeline {
    background-image: url("/static/images/pc/timeline-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 124px 80px;
    gap: 51px;
    align-items: normal;
}
#timeline .timeline-left {
    width: 35%;
}
#timeline .timeline-left .title {
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 60px;
    color: #1B1F24;
    line-height: 78px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-left .title span {
    color:#0F87FF;
}

#timeline .timeline-left .desc {
    margin-top: 32px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-right {
    flex: 1;
}
#timeline .timeline-right .timeline-block {
    background: rgba(255,255,255,0.6);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(15,135,255,0.18);
    padding: 0 40px 0 64px;
    margin-bottom: 12px;
    gap:42px;
}
#timeline .timeline-right .timeline-block .t-title {
    width: 96px;
}
#timeline .timeline-right .timeline-block .t-title .main-title {
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 16px;
    color: #0F87FF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-right .timeline-block .t-title .sub-title {
    margin-top: 5px;
    font-family: 'Inter-SemiBold';
    font-weight: bold;
    font-size: 24px;
    color: #1B1F24;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-right .timeline-block .t-lines {
    
}
#timeline .timeline-right .timeline-block .t-lines .line{
    width: 0px;
    height: 116px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    opacity: 0.1;
    border-image: linear-gradient(360deg, rgba(102, 102, 102, 0), rgba(0, 0, 0, 1), rgba(102, 102, 102, 0)) 1 1;
    margin-left: 1px;
}

#timeline .timeline-right .timeline-block .t-lines .dot {
    width: 4px;
    height: 4px;
    background: #0F87FF;
    border-radius: 2px;
    margin-bottom: -13px;
}
#timeline .timeline-right .timeline-block .t-lines .dot:not(:first-child) {
     margin-bottom: 0px;
     margin-top: -13px;
}
#timeline .timeline-right .timeline-block .records {
    flex: 1;
}
#timeline .timeline-right .timeline-block .records .record {
    height: 92px;
    gap: 50px;
}
#timeline .timeline-right .timeline-block .records .record-height {
    height: 114px;
}
#timeline .timeline-right .timeline-block .records .record .num{
    width: 35px;
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #0F87FF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-right .timeline-block .records .record .date{
    width: 65px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #5E5E5E;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-right .timeline-block .records .record .process{
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 16px;
    color: #1B1F24;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 1;
}
#timeline .timeline-right .timeline-block .records .record .status{
    width: 72px;
    height: 24px;
    border-radius: 999px 999px 999px 999px;
    border: 1px solid #B2B2B2;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 12px;
    color: #B2B2B2;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#timeline .timeline-right .timeline-block .records .record .active {
    border: 1px solid #0F87FF;
    color:#0F87FF;
}
#timeline .timeline-right .timeline-block .records .record-line {
   
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid #000000;
    opacity: 0.1;
}

#bonus {
    padding: 0px 80px;
    background: #fff;
}
#bonus .title {
    padding-top: 39px;
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #1B1F24;
    line-height: 64px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .title span {
    color: #0F87FF;;
}
#bonus .desc {
    margin-top: 32px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .promotion{
    height:393px;
    background-image: url("/static/images/pc/promotion.png");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 16px 16px 16px 16px;
    padding: 44px 40px;
    margin-top: 33px;
}

#bonus .promotion .ranking {
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 24px;
    color: #0F87FF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

#bonus .promotion .jiang {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    gap: 8px;
    margin-top: 0px;
}
#bonus .promotion .jiang .num {
    font-family: 'Inter-SemiBoldItalic';
    font-weight: bold;
    font-size: 100px;
    color: #0F87FF;

    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .promotion .jiang .unit {
   font-family: 'Inter-SemiBoldItalic';
    font-weight: normal;
    font-size: 24px;
    color: #1B1F24;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
#bonus .promotion .catch {
    margin-top:38px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .promotion .blocks {
    margin-top: 32px;
}
#bonus .promotion .blocks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}

#bonus .promotion .blocks .block {
  
    width: 266px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: 
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    padding: 16px;
    gap: 12px;
}
#bonus .promotion .blocks .block .icon {
    width: 48px;
    height: 48px;
}
#bonus .promotion .blocks .block .icon img {
    width: 100%;
    height: 100%;
}
#bonus .promotion .blocks .block .right {
    flex: 1;
}
#bonus .promotion .blocks .block .right .amount {
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #0F87FF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .promotion .blocks .block .right .text {
    margin-top: 8px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #1B1F24;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .bonus-flex {
    gap:18px;
    margin-top: 18px;
}
#bonus .bonus-flex .item {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px -20px rgba(78,61,255,0.04);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #D8E5FF;
    padding:18px 15px;
}
#bonus .bonus-flex .item .item-title {
    margin-top: ;
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #0F87FF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#bonus .bonus-flex .item .item-desc {
    margin-top: 10px;
    height: 74px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #8A8B91;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

#idea {
 
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 128px 80px;
}

#idea .title {
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #1B1F24;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#idea .title span {
    color:#0F87FF;
}

#idea .desc {
    margin-top: 32px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#idea .idea-flex {
    margin-top: 40px;
    gap: 40px;
    align-items: end;
}
#idea .idea-flex:first-child{
    margin-top: 64px;
}
#idea .idea-flex .idea-item-box {
    aspect-ratio: 400 / 496;
    flex:1;
    position: relative;
} 
#idea .idea-flex .idea-item {
    margin-top: 0px;
    aspect-ratio: 400 / 433;
    
    width: 100%;
  
    
    border-radius: 20px 20px 20px 20px;
    position: relative;
    padding: 28px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    transition: aspect-ratio 1s,margin-top 1s ease;
    position: absolute;
    left: 0;
    bottom: 0;
}
#idea .idea-flex .idea-item:hover {

    aspect-ratio: 400 / 496;
    margin-top: 0px;
    
}

#idea .idea-flex .idea-item-1 {
    background-image: url("/static/images/pc/ai-1.png");
    
}
#idea .idea-flex .idea-item-2 {
    background-image: url("/static/images/pc/ai-2.png");
}
#idea .idea-flex .idea-item-3 {
    background-image: url("/static/images/pc/ai-3.png");
}
#idea .idea-flex .idea-item-4 {
    background-image: url("/static/images/pc/ai-4.png");
}
#idea .idea-flex .idea-item-5 {
    background-image: url("/static/images/pc/ai-5.png");
}
#idea .idea-flex .idea-item-6 {
    background-image: url("/static/images/pc/ai-6.png");
}

#idea .idea-flex .idea-item .num {
    width: 56px;
    height: 28px;
    border-radius: 80px 80px 80px 80px;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: rgba(255,255,255,0.2);
    border-radius: 80px 80px 80px 80px;
    color: #FFFFFF
}
#idea .idea-flex .idea-item:hover .num{
    background: #FFFFFF;
    color: #454545;
}



#idea .idea-flex .idea-item .search {
    position: absolute;
    bottom: 28px;
    left: 28px;
    width: 344px;
    height: 47px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    padding: 0px 16px;
    cursor: pointer;
    transition: display 1s;
}
#idea .idea-flex .idea-item:hover .search {
   display: none;
}

#idea .idea-flex .idea-item .text{
    font-family: 'Inter-SemiBold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#idea .idea-flex .idea-item .icon {
    width: 20px;
    height: 20px;
    background-image: url("/static/images/pc/bt-r.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#idea .idea-flex .idea-item .box {
    box-sizing: border-box;
    width: 344px;
    height: 0px;
    position: absolute;
    bottom: 28px;
    left: 28px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFF;
    padding:0px;
    transition: height 1s,padding 1s;
    overflow: hidden;
}
#idea .idea-flex .idea-item:hover .box {
    height: 200px;
    padding: 24px 16px;
}


#idea .idea-flex .idea-item .box-title {
    font-family: 'Inter-Regular';
    font-weight: bold;
    font-size: 20px;
    color: #1B1F24;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

#idea .idea-flex .idea-item .box-desc {
    
    

}
#idea .idea-flex .idea-item .box-desc p {
    font-family:'Inter-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #8A8B91;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: flex-start;
    gap:5px;
    align-items: top;
}
#idea .idea-flex .idea-item .box-desc .bt {
    margin-bottom: 12px;
}
#idea .idea-flex .idea-item .box-desc p span {

    width: 3px;
    height: 3px;
    background: #8A8B91;
    border-radius: 50%;
    margin-top: 12px;
}


#supervisor {
     background-image: url("/static/images/pc/supervisor-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 25px;
   
}

#supervisor .title {

    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #1B1F24;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#supervisor .title span {
    color: #0F87FF;
}
#supervisor .desc {
    margin-top: 32px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#supervisor #scroll-box {
    width: 100%; 
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
       
}
#supervisor .images{
    margin-top: 72px;
    position: relative; 
    left: 0; 
    gap: 45px;
}  

#supervisor .images .carousel-item {
    width: 319px;
    background: #fff;
    border-radius: 20px;
    padding: 6px;

    flex-shrink: 0;

  /* 1. 默认阴影：轻微、较实 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  /* 2. 动画过渡：让阴影和位移产生平滑效果 */
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* 边框（可选，看起来像是有个极淡的边框） */
  border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
}
#supervisor .images .carousel-item:hover {
    transform: scale(1.2);
    z-index: 10; /* 确保放大时覆盖在相邻模块上方 */


  /* 4. 悬浮阴影：更大、更散、更淡 */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

#supervisor .images .img-box {
    width: 305px;
    height: 355px;
}
#supervisor .images .img-box img {
    max-width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
#supervisor .images .bt-box{
    padding: 0px 26px;
}
#supervisor .images .bt-box .bt-box-title{
    margin-top:22px;
    font-family: 'Inter-SemiBold';
    font-weight: bold;
    font-size: 20px;
    color: #0F87FF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#supervisor .images .bt-box .bt-box-desc {
    margin-top: 12px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 12px;
    color: #1B1F24;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
#supervisor .images .bt-box .desc-b {
    margin-bottom: 22px;
}





#partner {
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 140px 80px 64px;
}

#partner .title {
    font-family: 'Inter-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #1B1F24;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#partner .title span {
    color: #0F87FF;
}
#partner .desc {
    margin-top: 32px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #8A8B91;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
#partner .label{
    margin-top: 48px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #0F87FF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

#partner .logos {
    justify-content: center;
    gap:28px;
    margin-top: 24px;
    align-items: center;

}
#partner .logos .logo-box {
    display: inline-block;
    width: 148px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(219,228,248,0.56);
    border-radius: 4px 4px 4px 4px;

}
#partner .logos .logo-box img {
    width: 100%;
    height: 100%;
}

#partner .btn-blue {
    width: 192px;
    height: 56px;
    background: #0F87FF;
    border-radius: 80px 80px 80px 80px;
    font-family: 'Inter-Bold';
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 56px;

    margin: 64px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;
    cursor: pointer;

}
#partner .btn-blue .icon {
    width: 20px;
    height: 20px;
    background-image: url("/static/images/pc/bt-r.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.footer {
    background: #111111;
    border-radius: 0px 0px 0px 0px;
   
    
}
.footer .ft {
    height: 240px;
    background-image: url("/static/images/pc/footer-t.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
     padding-top: 48px;
}
.footer .ptitle {
    font-family: 'Inter-Medium'
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0px 80px;
}
.footer .contact {
    margin-top: 24px;
    align-items: center;
    padding: 0 80px;
}

.footer .contact .contact-l .wechat{
    gap: 16px;
    justify-content: flex-start;
}
.footer .contact .contact-l .wechat .icon {
    width: 24px;
    height: 24px;
}
.footer .contact .contact-l .wechat .icon img {
    width: 100%;
    height: 100%;
}
.footer .contact .contact-l .text{
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .contact .contact-l .email{
    gap: 16px;
    margin-top: 13px;
    justify-content: flex-start;
}
.footer .contact .contact-l .email a {
    color: #fff;
}
.footer .contact .contact-l .email .icon {
    width: 24px;
    height: 24px;
}
.footer .contact .contact-l .email .icon img {
    width: 100%;
    height: 100%;
}
.footer .contact .contact-r {
    gap: 24px;
}
.footer .contact .contact-r .icon {
    width: 40px;
    height: 40px;
}
.footer .contact .contact-r .icon img {
    width: 100%;
    height: 100%;
}
.footer .ft-line {
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(229,229,229,0.33);
    margin-top: 47px;
}
.footer .bt {
    padding: 0 80px;
    height: 76px;
  
    background-image: url("/static/images/pc/footer-b.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-top: 1px solid rgba(229,229,229,0.33);
    
}

.footer .bt .text{
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



/* 跑马灯容器 */
.marquee-wrapper {
    margin: 0;
    overflow: hidden;
}

/* 通用跑马灯样式 */
.marquee {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

/* 渐变遮罩 */
/* 2️⃣ 完善你已写好的伪元素遮罩（关键代码） */
.marquee::before,
.marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px; /* 渐隐区域宽度，可按需调整 */
    z-index: 2;
    pointer-events: none; /* 不阻挡鼠标点击 */
}

/* 左侧：从实色 → 透明 */
.marquee::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
}

/* 右侧：从透明 → 实色 */
.marquee::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255,255,255,0) 100%);
}


/* 滚动轨道 */
.marquee-track {
    display: inline-block;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
     

}

/* 向左滚动动画 */
.marquee-left .marquee-track {
    animation: scrollLeft 15s linear infinite;
}

/* 向右滚动动画 */
.marquee-right .marquee-track {
    animation: scrollRight 15s linear infinite;
}

/* 不同速度变体 */
.speed-fast .marquee-track {
    animation-duration: 15s;
}

.speed-slow .marquee-track {
    animation-duration: 45s;
}

/* 向左滚动关键帧 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-25%);
    }
}

/* 向右滚动关键帧 */
@keyframes scrollRight {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(0);
    }
}


/* ----- 弹窗相关样式 (覆盖层 + 弹窗容器) ----- */
/* 覆盖层 (overlay) - 半透明黑色背景，覆盖整个视口 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px); /* 轻微背景模糊，提升层次感 */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;     /* 默认隐藏，配合透明度和过渡实现平滑显示/隐藏 */
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
}

/* 当弹窗处于激活状态时，显示覆盖层 */
.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}

/* 弹窗主体 - 卡片风格，圆润现代 */
.modal-container {
    width: 576px;
    height: 757px;
    background: #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    overflow: hidden;
    transform: scale(0.96);
    transition: transform 0.25s cubic-bezier(0.2, 0.95, 0.4, 1.05);
    opacity: 0;
    /* 弹窗内部内容稍后定义 */
}

/* 当覆盖层激活时，弹窗优雅放大显现 */
.modal-overlay.active .modal-container {
    transform: scale(1);
    opacity: 1;
}

/* 弹窗头部：标题 + 关闭按钮区域 */
.modal-header {
    height: 305px;
    background-image: url("/static/images/pc/layer-bg.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


/* 关闭按钮 - 圆形 X 样式，交互反馈 */
.close-btn {
    position: absolute;
    top: 33px;
    right: 23px;
    border: none;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.7);
    border-radius: 44px 44px 44px 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #131313;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.close-btn:hover {
    transform: rotate(90deg);
}

.close-btn:active {
    transform: rotate(90deg) scale(0.96);
}

/* 弹窗主体内容区域 */
.modal-body {
    padding: 0 36px 40px;
    background-image: url("/static/images/pc/layer-body.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
   
}
.modal-body .modal-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
    margin-top: 22px;
}
.modal-body .modal-title .line {
    width: 179px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(15, 135, 255, 0), rgba(15, 135, 255, 1)) 1 1;
}
.modal-body .modal-title .line-r {
   width: 179px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(15, 135, 255, 1), rgba(15, 135, 255, 0)) 1 1;
}

.modal-body .modal-title .dot {
    width: 5px;
    height: 5px;
    background: #0F87FF;
    border-radius: 4px;
    margin-left: -24px;
}
.modal-body .modal-title .dot-r {
    width: 5px;
    height: 5px;
    background: #0F87FF;
    border-radius: 4px;
    margin-right: -24px;
}

.modal-body .modal-title .text {
    width: 90px;
    font-family: 'Inter-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #0F87FF;
 
    text-align: center;
    font-style: normal;
    text-transform: none;

}

.modal-body .modal-content {
    margin-top: 24px;
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #131313;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.modal-body .modal-content span {
    color: #0F87FF;
    font-family: 'Inter-SemiBold';
    font-weight: bold;
}




.lang-dropdown {
    position: relative;

    cursor: pointer;
    user-select: none;
}

/* 选中的语言框 (像图片中那样紧凑) */
.lang-selector {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2px;

    height: 40px;
    border-radius: 8px 8px 8px 8px;
    padding: 0 8px;

}

.lang-selector .current-icon{
    width: 20px;
    height: 20px;
}

.site-header .lang-selector:hover {
    border-color: #FFFFFF;
}

.current-lang {
    min-width: 20px;
    font-weight: bold;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.lang-dropdown.active .icon img{
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% - 5px);
    right: 106px;
    padding: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.3, 1.1);
    z-index: 10;
    width: 101px;
    background:#fff;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
}

.lang-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 每个语言选项 */
.dropdown-menu li {
    padding: 0.6rem 1.5rem 0.6rem 1.8rem;
    font-size: 14px;
    font-weight: bold;
    color:#111122;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.1s;
    letter-spacing: 0.02em;
}


.dropdown-menu li:hover {
    background: #f0f4fe;
    color:#111122;
}



/* 分割装饰线*/
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eef2f8;
}




     


