.product {
	width: 185px;
	height: 200px;
	margin-top: 10px;
	float: left;
}

.productimg {
	width: 100%;
	float: left;
	height: 180px;
	text-align: center;
}

.productname {
	margin-top: 10px;
	width: 100%;
	float: left;
	height: 20px;
	text-align: center;
}

.productdetial {
	width: 100%;
	float: left;
}

.productdetialimg {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.productdetialname {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

.productdetialcontent {
	width: 100%;
	float: left;
	margin-top: 20px;
}


.successfulimage {
	width: 300px;
	height:240px;
	float: left;
	text-align: center;
}

.successfulimg {
	margin-top: 10px;
	width: 40%;
	height: 240px;
	background: #00A0E9;
	margin-left: 60px;
	float: left;
}

.successname{
	width:55px;
	float:left;
	height:240px;
	font-size:16px;
	color:white;
	text-align:center;
	writing-mode:tb-rl;
}