body{
    color: #ffffff;
}
.service_page_banner {
    position: relative;
    padding: 200px 0;
    background: #0c0325;
}

.service_page_banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: linear-gradient(transparent, #0c0325 80%);
    pointer-events: none;
}

.service_page_banner {
    background-image: url(../../2025/img/card/exchange-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.service_page_banner .centred{
    display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.service_page_banner h2 {
    font-weight: 400;
    margin-bottom: 22px;
    color: #fff;
    font-size: 43px;
}

.service_page_banner p {
    color: #A69BFF;
    font-weight: bold;
    font-size: 16px !important;
}


.service_page_banner .kaihu-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;
}
.service_page_banner .kaihu-btn a{
     color: #0c0325 !important;
    font-size: 17px;

}
.service_page_banner .kaihu-btn a:hover{
    color: #0c0325;
}
.service_page_banner .centred {
    text-align: center;
}

.ex-list{
    padding: 50px 10px 20px 10px;
}

@media (max-width:768px) {
    .ex-list{
    padding: 20px 10px 20px 10px;
}
.service_page_banner{
    padding: 200px 0 80px 0;
}
}
.ex-list .list .list-item{
     border-top: 1px solid rgba(126, 107, 212,0.6);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 35px 0;

}

.container{
    max-width: 1200px !important;
}

.ex-list .list .list-left{
    display: flex;
    justify-content: space-between;
    gap: 30px;
      flex: 0 0 20%;
}

.ex-list .list .list-right{
    flex: 0 0 70%;
     color:#A69BFF;
     font-size: 14px;
     line-height: 1.5;
}

.ex-list .list .list-left .index,
.ex-list .list .list-left .name {
    font-size: 20px;
}

.list-item:nth-child(1) {
  opacity: 1;         
  filter: blur(0px);  
}

.list-item:nth-child(2) {
  opacity: 0.8;      
  filter: blur(0.15px); 
}

.list-item:nth-child(3) {
  opacity: 0.7;       
  filter: blur(0.25px);  
}

.list-item:nth-child(4) {
  opacity: 0.65;       /* 较透明 */
  filter: blur(0.35px); /* 较模糊 */
}

/* 汇率管理与业务及财务控制 */
.lay3{
   background-image: url(../../2025/img/card/exchange-banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.lay3 .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     min-height: 350px;
}

.lay3 .content img{
    height: 60px;
    width: 60px;
}
.lay3 .content .titles{
    font-size: 20px;
    padding-top: 20px;
}

.lay3 .content .text{
    font-size: 14px;
}

/* 您的全球金融能力化为现实 */
.ac-process .title{
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    padding: 60px 0;
}

.ac-process .ac-process-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ac-process .ac-process-content .ac-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ac-process .ac-process-content .circle {
  width: 60px;
    height: 60px;
    font-size: 34px;
    color: #FFFEFE;
    background-color: #01138f;
    border-radius:100% ;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px #0c0325, 0 0 0 12px #01138f, 0 0 0 20px #0c0325;
}

.ac-process .ac-process-content .ac-name{
    font-size: 18px;
    color: #ffffff;
    padding: 20px 0;
}
.ac-process .ac-process-content .ac-desc{
    font-size: 14px;
    color: #7E6BD4;
}

.ac-process .ac-process-content .ac-logo{
   width: 50%;
}

.ac-process .ac-process-content .ac-line{
    height: 64px;
    width: 2px;
    border: 1px dashed #01138f;
    margin: 10px 0;
}