body {
	background-color: #f4f4f4;
}

.search_all {
	width: 1200px;
	background-color: white;
	/*height: 917px;*/
	margin-bottom: 40px;
/*	margin-top: 28px;*/
}


.main{
	width:1186px;
	margin:0 auto 46px;
}

.tit{
	font-size:41px;
	color: #f5622e;
	line-height:50px;
	text-align: center;
	padding-bottom:141px;
}

.item{
	width:332px;
	height: 466px;
	margin: 0 90px 136px 0;
	border:1px solid #fe6700;
	border-radius: 5px;
	float: left;
	text-align: center;
	background:#fff;
	position: relative;
}

.item:nth-child(4){
	margin-right: 0;
}

.item:nth-child(7){
	margin-right: 0;
}

.item:nth-child(10){
	margin-right: 0;
}

.item:nth-child(13){
	margin-right: 0;
}

.item:nth-child(16){
	margin-right: 0;
}

.item_bottom{
	margin-bottom:57px;
}

.item .num{
	width:121px;
	height: 121px;
	border:1px solid #fe6f0f;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	font-size:64px;
	text-align: center;
	line-height:121px;
	color: #f5622f;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:-20% auto;
}

.item_name{
	margin:93px 0 25px 0;
	width:255px;
	height:64px;
	line-height:60px;
	background: #ff6600;
	color: #fff;
	font-size:40px;
	border-radius: 50px;
	display: inline-block;
}

.item img{
	width:193px;
	height:193px;
}

.item p{
	padding-top:32px;
	color: #fb6600;
	font-size:18px;
}

.tit_bottom{
	line-height:160px;
	padding:0;
}

.koulingma_wrap{
	padding:58px 90px 67px 94px;
	background: #fff;
	border:1px solid #ff6600;
	border-radius: 5px;
}

.koulingma_wrap li{
	font-size:25px;
	padding-bottom:27px;
	line-height:44px;
}

.koulingma_wrap li:last-child{
	padding-bottom: 0;
}

li .num{
	width:25px;
	display: inline-block;
}

.kouling_tit{
	display: inline-block;
	width:336px;
}

.koulingma{
	display: inline-block;
	width:275px;
	color: #ff9900;
	padding:0;
	border:none;
	font-size:25px;
	height:44px;
	line-height:44px;
	vertical-align: top;
}

.koulingma_wrap input:focus{
	border:none;
	box-shadow:none
}

.recommend_icon{
	display: inline-block;
	width:131px;
	height:44px;
	background: url("../../images/ylcsale/recommend.png") no-repeat 0 50%;
	vertical-align: top;
}

.copy{
	width:203px;
	height:44px;
	display: inline-block;
	background: #ff9900;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	font-size:19px;
	cursor: pointer;
	user-select: none;
	float: right;
}