/*.current-content.current-layout{*/
/*    padding: 0;*/
/*}*/

.overview-wrapper {
    min-height: 1043px;
    background: url("../images/trading-platform-bg.png") no-repeat center top #ffffff;
    /*margin-top: 10px;*/
}

.banner-container .bt {
    line-height: 120px;
}

.gyzz-title p:first-child {
    padding-top: 60px;
    padding-bottom: 17px;
}

.gyzz-title p:last-child {
    padding-bottom: 17px;
    color: #C7D9F4;
}

.gyzz-title i:last-child {
    padding-bottom: 17px;
}

.overview-cont {
    text-align: center;
}

.overview-cont h4 {

    color: #383838;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

.overview-cont p {

    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 34px;
    line-height: 30px;
    max-width:1187px ;
    margin: 0 auto;
}

.overview-cont b {

    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 19px;
    display: inline-block;
}

.overview-card > h4 {
    color: #2A5EA8;
    font-size: 30px;
    font-family: Microsoft YaHei;
    max-width: 600px;
    width: 100%;
    height: 74px;
    text-align: center;
    margin: 189px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    border-radius: 60px 60px 0 0;
}

.overview-ul {
    display: flex;
    justify-content: space-between;
    margin: 39px auto 0;
    /*max-width: 1200px;*/
}

.overview-ul li {
    height: 249px;
    width: 355px;
    width: calc(100% / 4 - 40px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    padding: 47px 48px 26px 28px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.8, 1);
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    overflow: hidden;
}

.overview-ul li h4 {
    color: #333333;
    font-size: 24px;
}

.overview-ul li p {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-indent: 0;
    margin-top: 21px;
}

.overview-ul li:after {
    content: "";
    width: 93px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 53px;
    background: rgba(234, 96, 22, 0.31);
}

.overview-ul .img {
    position: absolute;
    right: 36px;
    bottom: 26px;
    z-index: -1;
}

.overview-ul li:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 6px 10px rgba(42, 94, 168, 0.3));
}

.overview-ul li.active:hover:after {
    transform: scale(1.05);
}

.overview-revenue {
    min-height: 776px;
    background: url("../images/overview-revenue-bg.png") no-repeat center top #ffffff;
    background-size: cover;
    width: 100%;
}

.overview-revenue ul {
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
    flex-wrap: wrap;
}

.overview-revenue ul li {
    width: calc(100% / 3 - 30px);
    height: 207px;
    margin: 0 auto 40px auto;
    background: rgba(42, 94, 168, 0.75);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-revenue li img {
    margin-right: 28px;
}

.revenue-rt {
    width: calc(100% - 184px);
    text-align: left;
}

.overview-revenue .container .development-title > h4 {
    color: #ffffff;
    font-size: 30px;
    max-width: 571px;
    height: 96px;
    text-align: center;
    position: relative;
    margin: 0 auto 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 80px 80px;
}
.development-title{
    padding-top: 80px;
}
.revenue-ul li{
    width: calc(100% / 6 - 40px);
}
.revenue-ul li h4 {
    color: #ffffff;
    font-size: 24px;
}

.revenue-ul li p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
}

.product-features {
    background: url("../images/product-features-bg.png") no-repeat center top #ffffff;
    min-height: 700px;
    width: 100%;
}

.product-features h4 {
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    margin-top: 60px;
}

.features-cad ul {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    width: 100%;
    max-width: 1920px;
}

.features-cad ul li {
    height: 310px;
    width: calc(100% / 5 - 20px);
    background: rgba(194, 221, 255, 0.25);
    backdrop-filter: blur(10px);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color, box-shadow .3s ease-in-out 0s;
    overflow: hidden;
}
.features-cad li .introduction {
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: linear-gradient(180deg, #2063C7 0%, #305C9C 100%);
    transition: left .1s ease-in-out 0s;font-family: Microsoft YaHei;
    font-size: 20px;
    line-height: 38px;
    text-align: center; /* 修正为标准的居中值 */
    color: #FFFFFF;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
/*.features-cad ul li .introduction {*/
/*    font-family: Microsoft YaHei;*/
/*    font-size: 20px;*/
/*    line-height: 38px;*/
/*    text-align: center; !* 修正为标准的居中值 *!*/
/*    color: #FFFFFF;*/
/*    display: flex;*/
/*    justify-content: center; !* 水平居中 *!*/
/*    align-items: center; !* 垂直居中 *!*/
/*}*/

.features-cad ul li:hover .introduction{
    right: 0;
}

.features-cad ul li:hover p:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 51%, rgba(255, 255, 255, 0) 100%);
}

.features-cad li:hover p {
    color: #ffffff;
}

.features-cad li p {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.features-cad li p:before {
    content: "";
    width: 162px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(7, 109, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    margin: 25px 0 31px;
    transition: all .3s ease-in-out 0s;
}

.typical-applications {
    background: url("../images/typical-applications-bg.png") no-repeat center top #ffffff;
    min-height: 814px;
    width: 100%;
    position: relative;
    z-index: 1;
}


.typical-applications {
    background: url("../images/typical-applications-bg.png") no-repeat center top #ffffff;
    background-size: cover; /* 确保背景图适应容器 */
    min-height: 814px;
    width: 100%;
    position: relative;
    z-index: 1;
}


.typical-applications:after {
    content: "";
    width: 518px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    z-index: -1;
}



.typical-applications:after {
    content: "";
    width: 518px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.typical-tabs {
    width: 401px;
    height: auto;
}

.typical-tabs li {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    height: 131px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    cursor: pointer;
    margin: 0 0 41px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.typical-tabs li img:first-child {
    width: 30px;
    margin: 0 16px 0 0;
}

.typical-tabs li img:last-child {
    width: 30px;
    margin: 0 0 0 65px;
}

.typical-tabs li.active {
    background: linear-gradient(270deg, #006CFF 0%, #0092FF 100%);
}

.typical-layout {
    display: flex;
    align-items: center;
}

.typical-tabs-cont {
    padding: 24px 114px 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.09) 4%, rgba(255, 255, 255, 0) 44%);
    display: none;
    width: 100%;
    /*width: 961px;*/
    height: 415px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.typical-tabs-cont h4 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    /*padding: 63px 0 0 258px;*/
    position: relative;
    display: flex;
    flex-direction: column;
}

.typical-tabs-cont h4::after {
    content: "";
    display: inline-block;
    left: 258px;
    width: calc(100% - 267px);
    min-width: 180px;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    margin: 38px 0 38px 0;
}

.typical-tabs-cont p {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 40px;
    text-align: justify;
    min-height: 160px;
}

.typical-tabs-cont img {
    width: 406px;
    height: 445px;
    position: absolute;
    /*margin: -164px 0 0 976px;*/
    right: -229px;
    bottom: -175px;
    z-index: -1;
}

.typical-tabs-cont.active {
    display: block;
}

.typical-applications .gyzz-title {
    margin: 59px 0px 46px 117px;
}

.typical-applications .gyzz-title .bt {
    color: #ffffff;
    text-align: left;
}

.typical-applications .gyzz-title .yw {
    color: #ffffff;
    text-align: left;
}

.typical-applications .gyzz-title .line {
    display: inline-block;
    background: #ffffff;
    text-align: left;
}

.feature .gyzz-title .bt {
    padding-top: 80px;
}

.feature {
    background: url(../images/feature-bg.png) no-repeat center top #ffffff;
    height: 953px;
    width: 100%;
}

.active-card {
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-top: 39px;
    line-height: 240%;
}

.feature-section {
    /* 保持原有样式 */
}

.feature-section__title-group {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.feature-section__main-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.feature-section__divider {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #3498db;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.feature-section__sub-title {
    font-size: 16px;
    color: #7f8c8d;
    margin: 0;
    font-style: italic;
    letter-spacing: 2px;
}

.feature-section__description {
    margin-bottom: 40px;
    line-height: 1.8;
    color: #333;
}

.feature-section__statistics {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 63px;
}

.feature-section__stat-card {
    position: relative;
    width: auto;
    height: 117px;
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
    padding-left: 135px;
    padding-right: 420px;
}

.feature-section__stat-value {
    position: relative;
    width: 100%;
    height: 84px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    isolation: isolate;
    z-index: 1;
}

.feature-section__stat-number {
    font-size: 64px;
    font-weight: 700;
    line-height: 84px;
    color: #2A5EA8;
    white-space: pre;
    z-index: 1;
    position: relative;
    font-family: Microsoft YaHei;
    text-transform: uppercase;
}

.feature-section__stat-unit {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    white-space: pre;
    z-index: 0;
    position: relative;
    margin-left: 7px;
    padding-top: 46px;
}

.feature-section__stat-label {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    white-space: pre;
    z-index: 0;
    position: relative;
    margin-top: 1px;
    margin-left: 16px;
}
.typical-right{
    width: calc(100% - 401px - 210px);
    margin-right: 50px;
}

@media screen and (max-width: 1400px) {
    .typical-tabs-cont img{
        display: none;
    }
    .typical-right{
        margin-right: 0;
        width: calc(100% - 401px);
    }
}

/* 仅在屏幕缩小时应用自适应调整 */
@media (max-width: 1353px) {
    .feature-section__statistics{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .feature-section__stat-card{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1200px) {

    .features-cad li .introduction {
        font-size: 18px;
    }
    .overview-ul {
        padding: 0 30px;
        gap: 20px; /* 增加间距避免元素拥挤 */
    }

    .overview-ul li {
        width: calc(50% - 10px); /* 中等屏幕下显示2列 */
        margin-bottom: 20px;
        padding: 35px 30px 20px 20px; /* 调整内边距适配小宽度 */
    }.typical-right
}

@media (max-width: 1024px) {
    /* 平板设备调整 */
    .overview-ul {
        flex-wrap: wrap;
    }

    .overview-ul li {
        flex: 1 0 300px;
        margin: 0 10px 30px;
    }

    .overview-revenue ul {
        flex-wrap: wrap;
    }

    .overview-revenue ul li {
        flex: 1 0 300px;
        max-width: calc(50% - 30px);

    }

    .features-cad ul {
        flex-wrap: wrap;
        width: calc(100% - 40px);
        padding: 0 20px;

    }

    .features-cad ul li {
        flex: 1 0 300px;
        margin: 0 15px 30px;
    }

    .typical-layout {
        flex-direction: column;
        align-items: center;
    }
    .typical-right {
        width: 100%;
        margin-right: 0;

    }
    .typical-tabs-cont.active{
        min-width: none;
    }


    .typical-tabs-cont {
        width: 100%;
        max-width: 1021px;
        height: auto;
        padding: 20px;
    }

    .typical-tabs-cont h4 {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .typical-tabs-cont h4::after {
        left: 10%;
        width: 80%;
        top: 50px;
        margin-top: 23px;
    }

    .typical-tabs-cont p {
        margin: 30px auto;
        padding: 0 20px;
        max-width: 800px;
    }

    .typical-tabs-cont img {
        position: relative;
        margin: 20px auto;
        display: block;
        width: 100%;
        max-width: 406px;
        height: auto;
    }

    .typical-applications .gyzz-title {
        margin-left: 0;
        text-align: center;
    }


    .typical-applications .gyzz-title .bt,
    .typical-applications .gyzz-title .yw {
        text-align: center;
    }
    .typical-applications:after{
        display: none;
    }
    .typical-applications{
        background-size: cover;
    }
    .typical-tabs{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
    }
    .typical-tabs-cont img{
        right: 0;
        bottom: 0;
    }
    .typical-tabs-cont h4::after{
        width: 100%;
        margin: 43px 0 0 0;
    }
    .typical-tabs li{
        width: calc(100% - 10px);
        margin-bottom: 20px;
        margin-left: 0;
    }
    .typical-tabs-cont.active{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
       min-width: auto;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    /* 移动设备调整 */
    .features-cad li .introduction {
        font-size: 22px;
    }
    .overview-cont {
        padding: 0 20px;
    }
    .overview-revenue .container .development-title > h4{
        font-size: 24px;
    }
    .product-features{
        background-size: cover;
    }

    .product-features .gyzz-title{
       padding-top: 0;
    }
    .typical-tabs-cont img{
        right: 0;
        bottom: 0;
    }
    .product-features h4{
        margin-top: 30px;
    }

    .typical-tabs-cont h4::after{
        margin: 38px 0 0 22px;
    }

    .overview-cont h4,
    .overview-card > h4,
    .overview-revenue .container > h4 {
        font-size: clamp(24px, 5vw, 30px);
        line-height: 40px;
    }

    .overview-cont p,
    .overview-ul li p,
    .revenue-ul li p,
    .typical-tabs-cont p {
        font-size: clamp(14px, 3vw, 16px);
    }

    .overview-cont b,
    .revenue-ul li p {
        font-size: clamp(16px, 3vw, 18px);
    }

    .overview-ul li,
    .overview-revenue ul li,
    .features-cad ul li {
        max-width: 100%;
        margin: 0 10px 30px 10px;
    }
    .typical-applications .gyzz-title {
        margin: 0;
    }
    .typical-layout{
        background-size: cover;
    }
    .typical-applications:after{
        display: none;
    }
    /*.overview-revenue {*/
    /*    min-height: 776px;*/
    /*    background: url("../images/overview-revenue-bg.png") no-repeat center top #ffffff;*/
    /*    background-size: cover;*/
    /*    width: 100%;*/
    /*}*/

    .banner-container .bt {
        line-height: 80px;
    }

    .overview-card > h4 {
        margin-top: 100px;
        height: auto;
        padding: 20px 40px;
        width: calc(100% - 80px);
    }

    .typical-tabs-cont h4::after {
        top: 40px;
    }

    .typical-tabs-cont p {
        line-height: 30px;
        min-height: 100PX;
    }
    .typical-applications{
        background-size: cover;
    }

    .feature {
        height: auto;
        min-height: 953px;
        padding-bottom: 40px;
        background-size: cover;
    }
    .feature-section__stat-number{
        line-height: 106px;
    }

    .feature-section__stat-value {
        width: auto;
    }

    .feature-section__stat-card {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
    }

    .feature-section__statistics {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .feature-section__stat-number {
        font-size: clamp(40px, 8vw, 64px);
    }
}
@media (max-width: 375px) {
    .banner-container .bt{
        line-height: 60px;
    }
    }
