@import url(../mobel_css/common_m.css);
.banner span{
  font-size: 56px;
}
.card{
	padding: 30px 0px 15px 0px;
}
.product{
	background-color: #edf7ff;
	margin: 0px 30px 15px 30px; 
}
.product img{
	margin-left: 50px;
	height: 330px;
	float: left;
}
.info{
	padding-left: 460px;
	padding-top: 30px;
	padding-right: 60px;
	height:310px;
	color: #1c2239;
}
.product.ygd .name{
	margin-top: 2px;
}
.info .name{
	margin-top: 10px;
	font-size: 38px;
	font-weight: bold;
}
.info .des{
	font-size: 16px;
	margin-top: 16px;
	line-height: 20px;
}
.info .diff{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.info .btn{
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	border:none;
	background-color: #1bb833;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.info .btn:hover{
	opacity: 0.9;
	border:none;
	font-size: 18px;
}
.info .btn:active{
	background-color: #0E9323;
	border:none;
	font-size: 18px;
}

.hint{
	text-align: center;
	opacity: 0.6;
	line-height: 70px;
}
.hint span{
	color :red;
}