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

img {
	width: 100%;
	height: 100%
}

* {
	margin: 0;
	padding: 0;
}

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

a {
	color: #fff;
	text-decoration: none
}

body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	width: 100%;
	height: 100vh;
	background-color: #070a1a;
	max-width: 750px;
}
.footer{
	width:100%;max-width:400px;margin:32px auto 0 auto;padding:0 16px 24px 16px;box-sizing:border-box;text-align:center;font-size:0.92rem;color:#b8c6e0;
}
#background-video {
	position: absolute;
	display: block;
	width: 100%;
	margin: auto;
	z-index: -1;
	top: 50%;
}
.errorbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
}

.error-content {
	padding: 20px;
	line-height: 18px;
	word-break: break-word;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}
.inputcode {
    width: 75%;
    height: 8%;
    border-radius: 1rem;
    border: 1px solid rgb(1 255 255);
    background: rgb(255 255 255);
    margin-top: 11%;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 17px;
    color: black;
}
.inputcode::placeholder{
	color: black;
}
.anniu {
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}
#background-video {
	position: absolute;
	display: block;
	width: 100%;
	margin: auto;
	z-index: -1;
	top: 0%;
}
.tp1{
	width: 95%;max-width: 750px;
}
.fenxi1{
	width: 100%; text-align: center;margin-left: 10px;color: #000;margin: 30px 0px;
}
.box{
	position: relative;
	max-width: 720px;
	left: 50%;
	transform: translateX(-50%);
}
.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;
}
#header{
	position: absolute;
    margin-top: -170%;
    z-index: 10;
    width: 82%;
    height: auto;
    left: 10%;
	text-align: center;
}
.content4{
	position: absolute;
    margin-top: -580%;
    z-index: 10;
    width: 100%;
    height: auto;
    text-align: center;
}
.content3 {
    position: absolute;
    text-align: center;
    margin-top: -476%;
    width: 100%;
    color: #f0d7a8;
}
.jiaohu{
    position: absolute;
    top: 14%;
    z-index: 10;
    width: 100%;
    height: auto;
    text-align: center;
}


.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: 20px;
	font-weight: bold;
}
.item {
	margin-bottom: 16px;
	max-width: 500px;
	width: 320px;
}
.i-title {
	font-size: 18px;
	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 {
	position: relative;
    height: inherit;
}

@media screen and (min-width:700px) {
    html {
        display: flex;
        justify-content: center
    }
}

.spinner {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(255,255,255,0.3);
  border-top: 5px solid #00c3ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.aniu {
    margin-top: 15px;
    width: 68%;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

.addwscls {
    position: absolute;
    width: 100%;
	height: auto;
    top: 71%;
    right: 0;
	animation: pulse2 1s linear infinite;
}
@keyframes pulse2 {
  0% {transform: scale(0.9);}
  50% {transform: scale(1);}
  100% {transform: scale(0.9);}
}

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

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
