* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/20210726225001.jpg) no-repeat center;
	background-size: auto 100%;
}

.page {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.nav {
	width: 100%;
	height: 110px;
	background-color: rgba(26, 91, 156, 0.8);

}

.nav-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 110px;
	margin-left: 200px;
}

.input-box {
	width: 800px;
	height: 140px;
	margin: 50px auto 0;
	padding-top: 20px;
	border-radius: 10px;
}

.input-box-tip {
	width: 700px;
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
	color: #393939;
	font-weight: bold;
}

.input-box-input {
	width: 500px;
	height: 52px;
	border: none;
	padding-left: 50px;
	margin-left: 60px;
}

input {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 50px;
	padding: 0 16px;
	transition: background 0.3s ease-in-out;
	width: 100%;
}

.input-box-btn {
	-webkit-appearance: none;
	background: #1bcde0;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	height: 53px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 102px;
	outline: none;
}

.input-box-btn:hover {

	background: #00c8ff;
}

input:focus {
	outline: none;
	border-color: #9ecaed;
	box-shadow: 0 0 10px #9ecaed;
}

/* .input-box-btn {
	width: 100px;
	height: 50px;
	background-color: #ffffff;
	border: none;
} */

.result-box {
	width: 980px;
	height: 400px;
	background-color: rgba(0, 0, 0, .3);
	margin: 0 auto;
	border-radius: 10px;
}
.foot{
	width: 100%;
	height: 110px;
	margin-top: 100px;
	background-color: rgba(26, 91, 156, 255);
}
.link-list{
	display: flex;
	flex-direction: row;
	padding-top: 20px;
	color: #FFFFFF;
	justify-content: center;
}
.link-list a{
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
.info{
	margin-top: 5px;
	text-align: center;
	color: #FFFFFF;
}
.line-one{
	padding-top: 20px;
	font-size: 38px;
	color: #eb0000;
}
.clw{
	font-size: 38px;
	color: #ffffff;
}

.tetx-box{
	width: 570px;
	margin: 0 auto;
	padding-top: 40px;
}
