* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
   
	text-align: center;
}
section{
	margin: 0;
	padding: 0;
	line-height: 0;
}
.big-title {
	font-size: 35px;
	font-weight: bold;
}
.accuracy-text {
	font-size: 45px;
}
.accuracy-text .highlight {
	color: #f00;
	font-size: 45px;
	font-weight: bold;
}
.desc-text {
	margin-top: 5%;
	font-size: 28px;
}
.highlight-red {
	color: red;
}
.highlight-green {
	color: #01ffa2;
}

.pro-box {
	background: rgb(9, 76, 137);
	border-radius: 12px;
	padding: 32px 18px;
	max-width: 680px;
	margin: 60px auto;
}
.progress-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.progress-title .word {
	font-size: 30px;
	font-weight: bold;
}
.item {
	margin-bottom: 16px;
	width: 100%;
	max-width: 500px;
}
.i-title {
	font-size: 25px;
	margin-bottom: 8px;
}
.layui-progress {
	background: #eee;
	border-radius: 8px;
	height: 16px;
}
.layui-progress-bar {
	width: 0%;
	background: #00dcf4;
	height: 100%;
	border-radius: 8px;
}

/* 结果框 */
.result-box {
	background: rgb(9, 76, 137);
	border-radius: 12px;
	padding: 32px 18px;
	margin: 26px auto;
	max-width: 680px;
}
.result-title .word {
	font-size: 30px;
	font-weight: bold;
	color: #3fffb4;
}
#tips-code {
	color: #15a223;
}
.result-con .con {
	font-size: 25px;
	margin-bottom: 18px;
}
.large-text {
	font-size: 30px;
	margin-bottom: 18px;
}

/* 按钮 */
.chat-btn {
	background: #15a223;
	color: #fff;
	padding: 12px 10px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
}
.container{
	position: relative;
	max-width: 720px;
	left: 50%;
	transform: translateX(-50%);
}
.head{
	position: absolute;
	width: 720px;
	text-align: center;
	top: 1%;
}


.content{
	position: absolute;
	width: 720px;
	text-align: center;
	top: 63%;
}
.content img{
	padding: 20px;
}
.content-wenben{
    position: absolute;
    width: 720px;
    text-align: center;
    top: 48.2%;
    color: white;
    line-height: 48px;
    font-weight: 800;
    font-size: 25px;
}
.content2{
	position: absolute;
	width: 720px;
	text-align: center;
	top: 2%;
}
.content2 img{
	padding: 20px;

}
.content3{
	position: absolute;
	width: 720px;
	text-align: center;
	top: 37%;
}


.inputcode {
    width: 78%;
    height: 8%;
    border-radius: 1rem;
    border: 3px solid rgb(2 223 127);
    margin-top: 1rem;
    padding: 1.3rem 2rem;
    text-align: center;
    font-size: 26px;
    background: rgb(1 1 2);
    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-word;
	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%;
	box-sizing: border-box;
}
.anniu{
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}
@-webkit-keyframes pulse2 {
	0% {
	  -webkit-transform: scale(0.9);
	}
	50% {
	  -webkit-transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(0.9);
	}
}
@keyframes pulse2 {
	0% {
	  -webkit-transform: scale(0.9);
	}
	50% {
	  -webkit-transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(0.9);
	}
}

.ai-modal{
	position: fixed;
	display: none;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	color: white;
}

.ai-progress {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 新增的模态框样式 */
.ai-modal .pro-box {
	background: linear-gradient(135deg, #094c89, #0a3d6e);
	border-radius: 16px;
	padding: 32px 18px;
	width: 90%;
	max-width: 680px;
	margin: 60px auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	border: 1px solid #00dcf4;
	text-align: center;
	box-sizing: border-box;
	min-width: 300px;
}

.ai-modal .progress-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	justify-content: center;
	width: 100%;
}

.ai-modal .progress-title .word {
	font-size: 32px;
	font-weight: bold;
	color: #00dcf4;
	text-shadow: 0 0 10px rgba(0, 220, 244, 0.7);
}

.ai-modal .progress-box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.ai-modal .item {
	margin-bottom: 20px;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ai-modal .i-title {
	font-size: 26px;
	margin-bottom: 12px;
	color: #3fffb4;
}

.ai-modal .layui-progress {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	height: 20px;
	border: 1px solid rgba(0, 220, 244, 0.5);
}

.ai-modal .layui-progress-bar {
	width: 0%;
	background: linear-gradient(90deg, #00dcf4, #3fffb4);
	height: 100%;
	border-radius: 10px;
	transition: width 0.5s ease;
	box-shadow: 0 0 10px rgba(0, 220, 244, 0.5);
}

/* 结果框样式优化 */
.ai-modal .ai-result {
	text-align: center;
	padding: 20px;
}

.ai-modal .ai-result img {
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.ai-modal .tcanniu {
	max-width: 300px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.ai-modal .tcanniu:hover {
	transform: scale(1.05);
}

/* 动画效果 */
@keyframes pulse-glow {
	0% {
		box-shadow: 0 0 5px #00dcf4, 0 0 10px #00dcf4;
	}
	50% {
		box-shadow: 0 0 20px #00dcf4, 0 0 30px #00dcf4;
	}
	100% {
		box-shadow: 0 0 5px #00dcf4, 0 0 10px #00dcf4;
	}
}

.ai-modal .pro-box {
	animation: pulse-glow 2s infinite;
}

@media screen and (max-width: 768px) {
	.ai-modal .pro-box {
		width: 80%;
		padding: 20px 15px;
	}
	
	.ai-modal .progress-title .word {
		font-size: 28px;
	}
	
	.ai-modal .i-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 480px) {
	.ai-modal .pro-box {
		width: 98%;
		padding: 15px 10px;
	}
	
	.ai-modal .progress-title .word {
		font-size: 24px;
	}
	
	.ai-modal .i-title {
		font-size: 20px;
	}
	
	.ai-modal .layui-progress {
		height: 18px;
	}
}
