﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {

	text-align: center;
}

section {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	max-width: 750px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}


.content {
	width: 100%;
	text-align: center;
	top: 37%;
	position: absolute;
}

.content img {
	width: 82%;
}

.content_result {
	width: 100%;
	text-align: center;
	top: 37%;
	position: absolute;
	display: none;
}

.content_result img {
	width: 80%;
	margin: 10px;
	/* filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(7496%) hue-rotate(203deg) brightness(98%) contrast(101%); */
}

.pageContent2 {
	width: 100%;
	text-align: center;
	top: 63%;
	position: absolute;
}

.footerContainer1 {
	width: 100%;
	background-color: #1a6bff;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 10px
}

.footerContainer1 a {
	color: #fff;
	text-decoration: none;
}

.pageContent2 .btu {
	margin: 20px auto 0;
	width: 90%;
	height: 42px;
	line-height: 42px;
	display: block;
	background-color: #06aefc;
	border-radius: 2rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	/* font-size: 20px; */
	box-shadow: 0 4px 8px #0000001a
}

.pageContent2 img {
	width: 90%;
	margin: 10px;
	margin-top: 30px;
	/* background: #1a6cfd; */
	/* filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(7496%) hue-rotate(203deg) brightness(98%) contrast(101%); */
}

.pageContent3 {
	display: none;
	width: 100%;
	text-align: center;
	top: 41%;
	position: absolute;
	color: black;
}

.pageContent3 img {
	width: 82%;
	margin: 10px;
}

.word-box {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
	pointer-events: none;
	white-space: pre-line;
	width: 83%;
}

.title {
	font-size: clamp(14px, 5vw, 35px);
	text-align: center;
	font-weight: bold;
}

.con {
	font-size: clamp(12px, 3vw, 25px);
	line-height: clamp(12px, 4vw, 35px);
}

.addline {
	display: block;
	background-color: #06aefc;
	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: 10px;
	width: 80%;
	margin-top: 10%;
	height: 42px;
	line-height: 42px;
	margin: 40px auto;
	font-size: 16px;
}

@keyframes moveButton {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

#small-img {
	width: 100%;
	margin-top: 10%;
}

#small-img2 {
	width: 100%;
	margin-top: 2%;
}

.inputbox {
	font-size: 17px;
	width: 90%;
	height: 43px;
	text-align: center;
	margin-top: 10px;
	border-radius: 30px;
	padding: 0 10px;

	/* 渐变边框核心 */
	background-origin: border-box;
	background: transparent;
	border: 1px solid #06aefc;
	color: black;
}

.inputbox:focus {
	outline: none;
	/* 去掉默认黑边 */
	box-shadow: 0 0 10px rgba(0, 255, 255, 0.6);
	/* 发光效果，科技感提升 */
}


.inputbox::-webkit-input-placeholder {
	color: #999;
	font-size: 11px;
	font-weight: 400;
}

.errorbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 9999;
}

.error-content {
	padding: 20px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.fxbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.1);
}

.fx-content {
	padding: 20px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	width: 90%;
	max-width: 700px;
}


.fxjieguobox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	z-index: 9999999;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
}

.fxjieguo-content {
	padding: 20px;
	line-height: 18px;
	word-break: break-all;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
	width: 90%;
	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);
	}
}