.search {
	padding: 0;
	margin: 0;
	width: 30%;
	margin: 100px auto;
	display: flex;
	/*border: 1px solid red;*/
	border-radius: 30px;
}

.search input {
	padding: 0;
	margin: 0;
	border-radius: 30px 0px 0px 30px;
	float: left;
	/* 左浮动 */
	flex: 4;
	height: 35px;
	outline: none;
	border: 1px solid skyblue;
	box-sizing: border-box;
	padding-left: 10px;

}

.search button {
	padding: 0;
	margin: 0;
	float: right;
	flex: 1;
	height: 35px;
	background-color: skyblue;
	color: white;
	border-style: none;
	outline: none;
	border-radius: 0px 30px 30px 0px;
}

.search button i {
	padding: 0;
	margin: 0;
	font-style: normal;
}

.search button:hover {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

#h2 {
	text-align: center;
	color: white  ;
}

#hitokoto_text {
	text-align: center;
	color: white;
}

#sobuttons {
	padding: 0;
	margin: 0;
	flex: 1;
	height: 35px;
	background-color: skyblue;
	color: white;
	border-style: none;
	outline: none;
	border-radius: 10px 10px 10px 10px;
}

#yy {
	
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}

#set {
	height: 35px;
	background-color: #000099;
	color: white;
	border-style: none;
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px
}

.btn {
	/* width: 200px; */
	/* height: 50px; */
	/* font-size: 20px; */
	color: white;
	background-color: #000099;
	border: 0px;
	border-radius: 10px
}

.btn:hover {
	box-shadow: 0 0 5px 5px darkgray;
}

.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.content {
	width: 500px;
	height: 300px;
	margin: 100px auto;
	background-color: #fefefe;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px darkgray;
}

.aclose {
	width: 500px;
	height: 60px;
	text-align: center;
}

.aclose span {
	line-height: 70px;
	font-size: 26px;
	font-weight: 700;
}

.contain {
	width: 500px;
	height: 230px;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
	overflow: scroll
}

.close {
	color: #aaa;
	float: right;
	margin-right: 15px;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}
#yiyan{
	backdrop-filte : blur(50px);
}

