* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	overflow-x: hidden;
}

.makeimg {
	background-color: rgba(0, 0, 0, 0.7);
	width: 70%;
	font-size: 1rem;
	height: 2.5rem;
	line-height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: justify;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
	position: fixed;
	top: 65%;
	left: 15%;
	transform: translate(0, -50%);
	z-index: 660;
}
.input{
	width: 80%;
	border: none;
	outline: none;
	height: 50px;
	border-radius: 6px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	padding-left: 10px;
	font-size: 1rem;
	color: #333333;
	background-color: rgba(240,242,234,0.63);
}
.input::placeholder{
	color: rgba(11,120,86,0.8);
}
.xsdiv{
	background-color: rgba(240,242,234,0.63);
	width: 80%;
	margin: 0 auto;
	border-radius: 6px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	font-size: 1rem;
	box-sizing: border-box;
	padding: 10px 0 10px 25px;
	color: #0f5325;
	text-text-align: center;
	
}
.textarea{
	background-color: rgba(240,242,234,0.63);
	width: 80%;
	border: none;
	outline: none;
	border-radius: 6px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	font-size: 1rem;
	color: #333333;
	height: 200px;
	resize: none;
	padding: 10px 10px 0 10px;
}
.textarea::placeholder{
	color: rgba(11,120,86,0.8);
}

.titleDiv{
	text-align: left;
	width: 40%;
	margin: 0 auto;
	position: relative;
	pointer-events: none;
	padding: 15px 0 6px;
}
.inputDiv{
	margin-top: 5px;
}
.shu{
	position: absolute;
	bottom: 0;
	width: 30%;
}
.shu_left{
	left: 0;transform: translateX(-80%);
}
.shu_right{
	right: 0;transform: translateX(80%);
}