*{margin:0;padding:0;box-sizing:border-box;}
body{text-align:center;}
section{margin:0;padding:0;line-height:0;}
.container{
	position:relative;
	max-width:720px;
	left:50%;
	transform:translateX(-50%);
}
.head{
	position:absolute;
	width:720px;
	text-align:center;
	top:1%;
}
.head-title{
	font-size:42px;
	padding:30px;
	color:#fff;
	font-weight:bold;
}
.head img:last-child{margin-top:-2%;}
.content{
	position:absolute;
	width:720px;
	text-align:center;
	top:61%;
}
.content img{padding:20px;}
.content2{
	position:absolute;
	width:720px;
	text-align:center;
	top:75%;
}
.content2 img{padding:20px;}
.content3{
	left:50%;
	transform:translate(-50%,-50%);
	color:white;
	position:absolute;
	width:80%;
	text-align:center;
	top:46.5%;
	font-size:30px;
	background:rgba(7,33,56,0.8);
	height:350px;
	line-height:40px;
	border:5px solid #00d4d8;
	border-radius:25px;
	padding:20px 6px 6px;
}
.content3 .title{font-size:35px;font-weight:bold;}
.content3 .accuracy{color:#ffea01;font-size:45px;font-weight:bold;}
.inputcode{
	width:78%;
	height:8%;
	border-radius:1rem;
	border:2px solid rgba(78,147,234,1);
	margin-top:1rem;
	padding:1rem 2rem;
	text-align:center;
	font-size:23px;
	background:rgba(6,30,54,0.8);
	color:white;
}
.error{
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	display:flex;
	z-index:99999;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.7);
}
.error-content{
	padding:30px;
	line-height:1.5;
	word-break:break-all;
	overflow:auto;
	font-size:35px;
	color:#fff;
	background:rgba(0,0,0,0.8);
	border-radius:10px;
	box-shadow:0 4px 8px rgba(0,0,0,0.5);
	max-width:750px;
	text-align:center;
	width:100%;
}
.anniu{
	animation:pulse2 1s linear infinite;
}
@keyframes pulse2 {
	0%{transform:scale(0.9);}
	50%{transform:scale(1);}
	100%{transform:scale(0.9);}
}
.ai-modal{
	position:fixed;
	display:none;
	inset:0;
	justify-content:center;
	width:100vw;
	height:100vh;
	z-index:9999;
	align-items:center;
	background:rgba(0,0,0,0.7);
	color:white;
}
/* AI分析框 */
.pro-box{
	background:rgb(9,76,137);
	border-radius:12px;
	padding:32px 18px;
	max-width:680px;
	margin:60px auto;
}
.pro-title{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:18px;
	font-size:30px;
	font-weight:bold;
}
.item{margin-bottom:16px;}
.i-title{font-size:25px;margin-bottom:8px;}
.layui-progress{
	background:#eee;
	border-radius:8px;
	height:16px;
}
.layui-progress-bar{
	background:#00dcf4;
	height:100%;
	border-radius:8px;
	width:0%;
}
/* 分析结果 */
.result-box{
	background:rgb(9,76,137);
	border-radius:12px;
	padding:32px 18px;
	margin:26px;
	max-width:680px;
}
.result-box .title{margin-bottom:18px;}
.result-box .word{
	font-size:30px;
	font-weight:bold;
}
.result-con{font-size:25px;margin-bottom:18px;}
.btn{
	background:#15a223;
	color:#fff;
	padding:12px 0;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:0 auto;
	font-size:30px;
}
footer.footer{
	width:100%;
	margin:0 auto;
	padding:0 16px 24px;
	text-align:center;
	font-size:1.3rem;
	color:#b8c6e0;
	background:#000407;
	max-width:720px;
}
footer a{
	color:#3eeaff;
	text-decoration:underline;
	margin:0 8px;
}
footer p{margin:10px;}