body {
    background-color: #0c0325;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    top: 0 !important;
}
.collapsing {
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}

/* 顶部 */
.banner-section.corporate-card  .banner-content {
    padding: 300px 0 200px;
}

@media (max-width:768px) {
.banner-section.corporate-card  .banner-content{
    padding: 200px 0 80px 0;
}
}


.corporate-card .sub-title {
    color: #ffffff;
}

.corporate-card .xlr {
    color: #7E6BD4;
    font-weight: bold;
}
.corporate-card .banner-content {
        background-image: url(../../2025/img/pay/banner-bg.png);
        background-repeat: no-repeat;
         background-size: 100% 100%; 
        background-position:center;
}

.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;
}
/* 通过免费本地转账从任何银行账户汇款和收款 */
.lay2 {
    padding: 20px;
}
.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;
}