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




.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: -189%;
}
#pre_cla2{
	width: 93%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 53%;
}

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