@font-face {
    font-family: 'OPPOSans';
    src: url('/assets/fonts/OPPOSans-L.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.collapsing {
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: 'OPPOSans', sans-serif;*/
    background-color: #0c0325;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    top: 0 !important;
}

.banner-section.corporate-card  .banner-content {
    padding: 200px 0 130px;
}

.corporate-card .sub-title {
    color: #ffffff;
}

.corporate-card .xlr {
    color: #7E6BD4;
    font-weight: bold;
}
.corporate-card .banner-content {
        background-image: url(../../2025/img/card/banner-bg.png);
        background-repeat: no-repeat;
        background-size: contain ;
        background-position:center right 30%;
}

.corporate-card .data-btn {
    background: #15dafc;
    width: 203px;
    height: 41px;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0c0325;
    font-size: 17px;
}

.layout-2{
 padding-bottom: 60px;
}

.layout-2 .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.layout-2 .content .tips {
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #01138f;
    padding: 5px 20px;
    font-size: 13px;
    position: relative;
}

/* 前面的小圆点 */
.layout-2 .content .tips::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ffffff;
}

/* 后面的小圆点 */
.layout-2 .content .tips::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ffffff;
}

.layout-2 .content .tips2 {
    font-size: 23px;
    padding: 20px 0;
}

.layout-2 .content .tips3 {
    font-size: 14px;
}

.layout-2 .list-card .logo-img {
    height: auto;
    width: 180px;
}
.layout-2 .list-card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 20px;
}
@media (max-width: 798px) {
    .layout-2 .list-card{
        grid-template-columns: repeat(1, 1fr);
    }
}
.layout-2 .list-card .list-card-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #01138f;
    border-radius: 10px 60px 10px 10px;
    padding: 20px;
}

.layout-2 .list-card .list-card-item .desc {
    text-align: center;
}

.layout-2 .list-card .list-card-item .desc .desc1 {
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 20px 0;
}

.layout-2 .list-card .list-card-item .desc .desc2 {
    font-size: 14px;
    color: #A69BFF;
    line-height: 1.5;
}

.layout-2 .kaihu{
    color: #ffffff;
    border-radius: 20px;
    border: 2px solid #01138f;
    padding: 3px 30px;
    margin-top: 30px;
    cursor: pointer;
}
.layout-2 .kaihu a{
    font-size: 13px;
}
.layout-2 .kaihu:hover{
    color: #15dafc;
    border: 2px solid #15dafc;
}
.layout-2 .kaihu a:hover{
    color: #15dafc;
}


/* 卡片切换区域 */
.layout-2 .card-list .list-item{
    display: flex;
}

.card-list {
   padding: 20px 0;
}


.list-item {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: 100%;
}


.list-item-right {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
}

.list-item-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.list-item-left {
    padding: 25px;
    color: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.item-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}


.item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}


.item-text {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
}

/* 响应式设计 - 桌面端 */
@media (min-width: 768px) {
    .list-item {
        flex-direction: row;
        height: 350px;
    }
    .en-list-item{
        height: 400px;
    }

    .list-item-right {
        width: 50%;
        height: 100%;
    }

    .list-item-left {
        width: 50%;
        max-width: 350px;
    }
    .en-list-item-left{
         width: 50%;
        max-width: 430px;
    }
}

@media (max-width: 992px) {
.en-list-item{
        height: 470px;
    }
}

@media (max-width: 768px) {
.en-list-item{
        height: 100%;
    }
}

.layout-2 .card-btn{
display: flex;gap: 10px;
}
/* 圆形按钮：核心样式 */
.layout-2 .card-btn .circle-btn {
    border: 3px solid #01138f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}


.layout-2 .card-btn .circle-btn:hover {
    color: #15dafc;
    border: 3px solid #15dafc;
}

.circle-btn-active{
    color: #15dafc;
    border: 3px solid #15dafc!important;
}

/* 通过免费本地转账从任何银行账户汇款和收款 */
.lay2 {
    padding: 20px;
}
.lay2 .content{
    text-align: center;
}
.lay2 .titles{
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.lay2 .desc{
   color: #A69BFF;
   font-size: 14px;
   padding: 20px 0;
}

.lay2 .img-logo-1 img{
   max-height: 540px;
   width: 100%;
   object-fit: contain;
   margin: 0 auto;
}

.lay2 .img-logo-2 img{
   max-height: 540px;
   width: 100%;
   object-fit: contain;
   margin: 0 auto;
}