﻿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
}

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

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	width: 100%;height: 100vh;background-color: #1f4663;max-width: 750px;
}
.box{
	background: url(../image/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;height: 100vh;position: relative;
}
.analysisbox {
	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);
}

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


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


* {
	margin: 0;
	padding: 0;
}

.inputcode {
	width: 82%;
	height: 8%;
	border-radius: 2rem;
	border: 2px solid rgba(78, 147, 234, 1);
	margin-top: 1rem;
	padding: 1rem 1rem;
	text-align: center;
	font-size: 12px;
	background: #487497;
	color: white;
}
.inputcode::placeholder {
	color: white;
}

.aniu {
	margin: 0 auto;
	margin-top: 20px;
	width: 82%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

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

.aniu2 {
	margin: 0 auto;
    margin-top: 20px;
    width: 82%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
	
	display: block;
	border-radius: 2rem;
	text-align: center;
	cursor: pointer;
	animation-name: moveButton;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}

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

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
.boxwa {
  background-image: url("../image/kuang.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 20px;
}
.boxwa2 {
  background-image: url("../image/kuang.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 20px;
}
.img-box {
  width: 100%;
}
.img-box img {
  width: 100%;
  object-fit: cover;
}
.boxwz {
  padding: 7% 6% 5% 6%;
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  letter-spacing: 1px;
}
.title {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.con {
  margin-top: 0%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}


