.top-wrap {
	width: 100%;display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 9;
}
.top-wrap-title {cursor: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	font-weight: bold;
}
.top-wrap-title:hover{
	opacity: 1;
}
.cuter-res-box{
	margin-top: 10px;
}
.cuter-res-title{
	text-align: left;
	color: #666;
	font-weight: 600;
	line-height: 40px;
}
.cuter-res-img-box{
	width: 400px;
	min-height: 400px;
	border:1px solid #ddd;
	background-color: #effff7;
}
#cuter-res-img{
	width: 400px;
}
.kit-content-wrap {
	padding-bottom: 50px;
	min-width: 860px;
	width: 76%;
}
.kit-cut-box {
	margin-top: 35px;
}
.kit-cut-up-box{
	width: 800px;
	height: 300px;
	border:1px solid #ddd;
	cursor: pointer;
	color: #666;
	border-radius: 5px;
}
.kit-cut-up-box i{
	font-size: 120px;
	color: darkgreen;
}
.kit-cut-msg{
	text-align: left;
	margin-top: 10px;
	line-height: 30px;
}
