body * {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

a {
	color: #fff;
	text-decoration: none
}
body{
	width: 100%;
	height: 100vh;
	background-color: #f8f8f8;
	max-width: 750px;
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
}

img {
	width: 100%;
}


* {
	margin: 0;
	padding: 0;
}
.analysis{
	width: 95%;
	max-width: 750px;
}
.tcwz{
	width: 100%; 
	text-align: center;
	margin-left: 10px;
	color: #000;
	margin: 30px 0px;
}
.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;
}

#after_cla{
	z-index: 10;
	width: 93%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: -87%;
	display: none;
}
.con-kuang{
	margin-top: -76%;
	width: 67%;
	margin-left: -2%;
}
.aniu{
	width: 90%;
	margin-top: 4%;
}
@media screen and (min-width:700px) {
    html {
        display: flex;
        justify-content: center
    }
}

.box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fxbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
}

.fx-content {
	background: white;
	padding: 20px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
    width: 80%;
	max-width: 700px;
}


.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);
	}
}

.inputcode {
    width: 90%;
    height: 8%;
    border: 0px solid rgb(255 0 230);
    padding: 1.4rem 1rem;
    text-align: center;
    font-size: 1.3rem;
    background: url('../images/shuru.png');
    color: white;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	outline: none;
}
.inputcode::-webkit-input-placeholder {
	color: white;
}
#pre_cla{
	width: 93%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: -217%;
}
#pre_cla2{
	width: 93%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 6%;
}
#chat-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;
}
.result-box{
	background:rgb(5 16 26);border-radius:12px;padding:32px 18px;max-width:340px;height: inherit;margin:60px auto;
}
.layui-progress{
	background:#eee;border-radius:8px;height:16px;
}
.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: 18px;
	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;
}

.an_private {
	display: block;
	background-color: #1A6BFF;
	border-radius: 2rem;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 64%;
}

@keyframes moveButton {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
.con-box {
  position: relative;
  background-repeat: no-repeat;
  margin-top: 36%;
}
.con-box2 {
  position: relative;
  background-repeat: no-repeat;
  margin-top: 11%;
}