#api-banner .bg-title{
	font-size: 30px;
	color: #0D2B42;
	font-weight: 550;
	line-height: 3.125rem;
}
.apibanner{
	padding-top: 10.625rem;
	padding-bottom: 1.875rem;
	}
.bg-left img{
	width: 24px;
	padding-right: 0.625rem;
}
.bg_blocktext{
	font-size: 20px;
	color: #333333;
}
.bg_graytext{
	font-size: 20px;
	color: #666666;
	line-height: 36px;
}
.contact-button{
	margin-top: 1.875rem;
}
.contact-button-a{
	display: inline-block;
	padding:12px 80px;
	background: #02B16B;
	border-radius: 8px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.api-tedian{
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}
.tedian-bg{
	background: #FAFAFA;
	padding: 1.25rem;
	border-radius: 16px;
	height: 32rem;
	margin-bottom: 1.25rem;
}
#height-api .tedian-bg{
	height: 26rem;
}
.apitedian-img{
	text-align: center;
	width: 4.25rem;
}
.title-tedian{
	margin-top: 1.5rem;
	font-size: 24px;
	color: #0D2B42;
	font-weight: 550;
}
.text-tedian{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.dian-img{
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.625rem;
}
.pl0{
	padding-left: 0 ;
}
.peitu-tit{
	font-size: 24px;
	color: #0D2B42;
	font-weight: 550;
	margin-bottom: 1.5rem;
}
.peitu-tit_s{
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.peitu1{
	text-align: center;
	width: 90%;
}
.bluebg{
	background-color: #EEF3F7;
	width: 100%;
	padding: 40px 0;
}
.blueb-tit{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-weight: 700;
	font-size: 24px;
	color: #40B87C;
	text-align: center;
}
.blueb-text{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.bluebg-img{
	width: 4.25rem;
}
.black-bg{
	background-color: #213C4D;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 3.125rem;
}
.black-bg-tit{
	font-weight: 700;
	font-size: 48px;
	color: #40B87C;
}
.black-bg-text{
	font-size: 22px;
	color: #F0F0F0;
	line-height: 50px;
	margin: 30px 0;
}
.api-partner-tit{
	margin-bottom: 3.125rem;
}
.api-partner{
	margin-bottom: 3.125rem;
}
.api-shuoming{
	margin-bottom: 0.625rem;
}
.api-shuoming-bg{
	height: 17.5rem;
	padding: 2.5rem 1.875rem;
	background: #FFFFFF;
	box-shadow: -4px -4px 8px 0 #eef3f799, 4px 4px 8px 0 #eef3f799;
	border-radius: 16px;
}
.api-shuoming-bg h4{
	margin-bottom: 1.875rem;
}
.api-shuoming-text{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.api-shuoming-text a{
	font-weight: bold;
}
.white-bg{
	background-color: #ffffff;
	width: 100%;
	padding: 50px 0;
	text-align: center;

}
.white-bg-tit{
	font-size: 36px;
	color: #0D2B42;
	font-weight: 550;
	margin-bottom: 1.25rem;
}
.white-bg-text{
	font-size: 22px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 1.875rem;
}
.biaozhun{
	text-align: left;
	padding: 40px 30px;
	height: 246px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 16px;
}
.text-bold{
	font-weight: bold;
	color: #333333;
}
.img-gray{
	filter: grayscale(100%);
}
.tedian-bg2{
	background: #FAFAFA;
	padding: 1.25rem;
	border-radius: 16px;
	height: 26rem;
}
#height-en .tedian-bg2{
	height: 34rem;
}
.pdt-50{
	padding-top: 3.125rem;
}
/* faq */
/* 样式部分 */
        /* 默认样式保持不变 */
        .faq-container {
                    max-width: 800px;
                    margin: 0 auto;
                    font-family: Arial, sans-serif;
                }
                
                .faq-item {
                    border-bottom: 1px solid #e0e0e0;
                    padding: 20px 0;
                }
                
                .faq-question {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    cursor: pointer;
                    font-weight: bold;
                    font-size: 18px;
                    color: #333;
                }
                
                .faq-question:hover {
                    color: #0066cc;
                }
                
                .faq-answer {
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                    padding: 0 15px;
                    box-sizing: content-box;
                }
                
                .faq-item.active .faq-answer {
                    max-height: 1000px; /* 足够大的值以容纳内容 */
                    padding: 15px;
                    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
                }
                
                .arrow {
                    display: inline-block;
                    width: 12px;
                    height: 12px;
                    border-right: 2px solid #666;
                    border-bottom: 2px solid #666;
                    transform: rotate(45deg);
                    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                    margin-left: 10px;
                }
                
                .faq-item.active .arrow {
                    transform: rotate(-135deg);
                }
.faq-black{
	color: #333333;
}
.faq-gray{
	color: #666666;
}
.text-top{
	vertical-align: top;
}
.changerate .frame{
	height: 67.5rem;
}

/* 联系方式弹窗样式 */
.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        .modal-content {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            width: 550px;
            max-width: 90%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            animation: modalopen 0.3s;
        }
        
        @keyframes modalopen {
            from {opacity: 0; transform: translateY(-50px);}
            to {opacity: 1; transform: translateY(0);}
        }
        
        .modal-header {
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .modal-header h2 {
            margin: 0;
            color: #333;
        }
        
        .contact-info {
            margin-bottom: 20px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .contact-item i {
            margin-right: 10px;
            color: #4CAF50;
            font-size: 20px;
        }
        
        .qrcode {
            text-align: center;
            margin-top: 20px;
        }
        
        .qrcode img {
            width: 150px;
            height: 150px;
            border: 1px solid #ddd;
            padding: 5px;
            background: white;
        }
        
        .qrcode p {
            margin-top: 5px;
            font-size: 14px;
            color: #666;
        }
        
        .close {
            float: right;
            font-size: 24px;
            font-weight: bold;
            color: #aaa;
            cursor: pointer;
        }
        
        .close:hover {
            color: #333;
        }
			
		.changerate{
			margin-top:120px;
		}
		.changerate .container{
			max-width: 1280px;
		}
		@media (max-width:1024px){
			.changerate .container{
				padding-left: 0;
				padding-right: 0;
			}
			.tedian-bg{
				height: auto;
			}
			.api-partner .text-center{
				margin-top: 2.5rem;
			}
			.api-shuoming-bg{
				height: auto;
				margin-bottom: 1.25rem;
			}
			.biaozhun{
				height: auto;
				margin-bottom: 1.25rem;
			}
			.tedian-bg2{
				height: auto;
				margin-bottom: 1.25rem;
			}
			.pl0{
				padding-left: calc(var(--bs-gutter-x)/ 2) !important;
			}
			#height-api .tedian-bg{
				height: auto;
			}
			#height-en .tedian-bg2{
				height: auto;
			}
			.apibanner{
				padding-top: 5.625rem;
			}
			.contact-button-a{
				width: 100%;
				margin-bottom: 1.25rem;
			}
		}
		
		@media (max-width:767.98px){
			#scrollsidebar{
				display: none;
			}
			.changerate{
				margin-top: 5.625rem;
			}
			.changerate .container{
				padding-left: 0;
				padding-right: 0;
			}
			.changerate .frame{
				height: 210rem;
			}
			.tedian-bg{
				height: auto;
			}
			.api-partner .text-center{
				margin-top: 2.5rem;
			}
			.api-shuoming-bg{
				height: auto;
				margin-bottom: 1.25rem;
			}
			.biaozhun{
				height: auto;
				margin-bottom: 1.25rem;
			}
			.tedian-bg2{
				height: auto;
				margin-bottom: 1.25rem;
			}
			.pl0{
				padding-left: calc(var(--bs-gutter-x)/ 2) !important;
			}
			#height-api .tedian-bg{
				height: auto;
			}
			#height-en .tedian-bg2{
				height: auto;
			}
			.apibanner{
				padding-top: 5.625rem;
			}
			.contact-button-a{
				width: 100%;
				margin-bottom: 1.25rem;
			}
		}