@import "css.css?family=Noto+Sans+TC:300,400,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";
body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: 'Noto Sans TC','Roboto','Microsoft YaHei',sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	

}

a{
	color: #3c4858;
}

a:hover{
	color: rgb(0,0,0,0.75);
}

.wd1200{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.header{
	width: 100vw;
	border-bottom:1px solid #efefef;
	font-weight: 700;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 2;
}

.headerbox{
	width: 100%;
	max-width: 1200px;
	height: 85px;
	margin: auto;
	display: flex;
	align-items: center;
}

.logo{
	width: 70%;
	display: flex;
	align-items: center;
}

.logocate{
	display: flex;
	align-items: center;
	margin-left: 35px;
}
.logocate a{
	margin-right: 35px;
}

.nav{
	width: 30%;
	display: flex;
	justify-content: flex-end;
}

.nav a{
	margin-left: 35px;
	background: #1e8ffa;
	border-radius: 5px;
	padding:8px 20px;
	color: #fff;

}



.pcmain{
	width: 100%;
	margin-top: 86px;
}

.banner{
	width: 100%;
	margin-top: 85px;
	background:url('img/banner.jpg');
	background-size: 100% 100%;
	padding:120px 0;
}
.banner-box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-title{
	width: 50%;
	padding:0 35px;
}

.banner-title h2{
	font-size: 45px;
	color: #fff;
}

.banner-title h3{
	font-size: 35px;
	color: #fff;
}

.banner-title p{
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
}

.banner-image img{
	width: 100%;
	min-width: 500px;
	object-fit: cover;
}

.banner-btn-group{
	display: flex;
	margin-top: 15px;
}

.banner-btn-group a{
	color: #fff;
	display: block;
	background: #00c250;
	border-radius: 5px;
	padding:10px 25px;
	font-weight: bold;
	font-size: 18px;
}

.banner-btn-group a:last-child{
	margin-left: 15px;
}

.function{
	width: 100%;
	padding:85px 0;
	background: #f6f9fe;
}

.function-box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 35px;
}

.function-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:30px;
	background: #fff;
	
	border-radius: 10px;
	box-shadow: 0 5px 20px 0 rgba(145,145,145,.05);
	cursor: pointer;
	transition: all .3s ease;

}

.function-item:hover {
    box-shadow: 0 20px 30px 0 rgba(62,123,248,.3);
    transform: translateY(-30px);
}

.function-item img{
	width: 120px;
}

.webdata{
	padding:85px;
	background: #fff;
}

.webdata-l{
	width: 55%;
}

.webdata-r{
	width: 45%;
}

.webdata-l-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	width: 75%;
	margin-top: 25px;
}

.webdata-l-box-item{
	display: flex;
	flex-direction: column;
	border-top: 10px solid #1e8ffa;
	background: #f6f9fe;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	padding:35px 0;
}

.webdata-l-box-item h3{
	font-size: 20px;
}

.webdata-l-box-item div{
	font-size: 36px;
	font-weight: bold;
	color: #ff3600;
	margin-top: 10px;
	letter-spacing: 0.5px;
}

.webdata-l h2{
	font-size: 36px;
	margin-bottom: 10px;
}

.webdata-l p{
	font-size: 16px;
}

.faq{
	background: #f6f9fe;
	padding:85px;
}

.faq-box{
	display: flex;
	flex-direction: column;
}

.faq-box-item{
	background: #fff;
	padding:25px 30px;
	margin-bottom: 15px;
	border-radius: 10px;
	color:#000;
	font-weight: 500;
	font-size: 16px;
}

.faq-title{
	cursor: pointer;
	display: flex;
	align-items: center;

}
.faq-title img{
	width: 28px;
	margin-right: 10px;
}

.faq-content{
	border-top: 1px solid #efefef;
	padding-top: 15px;
	margin-top: 15px;
	display: none;

}


.footer{
	padding:85px 0;
	background: #0d1832;
}

.footer-box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

.footer-item{
	display: flex;
	flex-direction: column;
	color: #fff;
}
.footer-item img{
	margin-top: 10px;
}

.footer-item h3{
	margin-bottom: 10px;
}

.footer-item a{
	color: #fff;
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
}


.copyright{
	padding:25px 0;
	background: #000;
	color: #Fff;
}

.copyright a{
	color: #fff;
}

#faq,#about{
	transition: all .3s ease;
}

.webdata-box{
	display: flex;
	align-items: center;
}

.webdata-r img{
	width: 100%;

}

/* 微信二维码弹窗样式 */
.wechat-modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wechat-modal.show {
	visibility: visible;
	opacity: 1;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.wechat-modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 40px;
	border-radius: 12px;
	width: 90%;
	max-width: 500px;
	text-align: center;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transform: translateY(-30px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.wechat-modal.show .wechat-modal-content {
	transform: translateY(0);
	opacity: 1;
}

@keyframes slideIn {
	from { 
		transform: translateY(-50px);
		opacity: 0;
	}
	to { 
		transform: translateY(0);
		opacity: 1;
	}
}

.wechat-close {
	color: #aaa;
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s ease;
	line-height: 1;
}

.wechat-close:hover,
.wechat-close:focus {
	color: #000;
}

.wechat-modal-content h3 {
	margin: 0 0 25px 0;
	font-size: 24px;
	color: #333;
	font-weight: 600;
}

.wechat-qrcode {
	width: 280px;
	height: 280px;
	object-fit: contain;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}

.wechat-modal-content p {
	margin-top: 20px;
	color: #666;
	font-size: 16px;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.wechat-modal-content {
		margin: 10% auto;
		padding: 30px 20px;
		width: 85%;
		max-width: 400px;
	}
	
	.wechat-modal-content h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.wechat-qrcode {
		width: 240px;
		height: 240px;
	}
	
	.wechat-close {
		right: 15px;
		top: 10px;
		font-size: 28px;
	}
	
	.wechat-modal-content p {
		font-size: 14px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 480px) {
	.wechat-modal-content {
		margin: 15% auto;
		padding: 25px 15px;
		width: 90%;
	}
	
	.wechat-qrcode {
		width: 220px;
		height: 220px;
	}
	
	.wechat-modal-content h3 {
		font-size: 18px;
	}
}
