.Consultation{
	position: fixed;
	right: 0;
	top: 42%;
	z-index: 99999;
}
.Consultation_main{
	display:block;
	width: 40px;
	height: 40px;
	margin-bottom: 2px;
}
.C_img{
	height: 40px;
	position: absolute;
	right: 0;
}
.C_img img {
	border-radius: 7px 0px 0px 7px;
}
.C_img p{
	height:40px;
	line-height:40px;
    font-size: 16px;
    color: #5F4731;
    font-family: Microsoft YaHei;
    margin-left: 20px;
    text-decoration: none;
}
.shoppingCart{
	background: #fff;
	position: fixed;
	right: -339px;
	top: 16%;
	z-index: 9999;
}
.shoppingCart_main{
	width: 338px;
	height: 588px;
	border: 1px solid #ecc041;
	border-right: none;
}
.cart_content{
	padding: 18px 0 0 18px;
}
.cart_title p{
	float: left;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}
.cart_title img{
	float: right;
	width: 30px;
	height: 30px;
	padding: 0 18px 15px 0;
	cursor: pointer;
}
.res_all{
	height: 480px;
	overflow-y : auto;
}
.res_list{
	background: #f6f6f6;
	width: 300px;
	height: 80px;
	margin-bottom: 12px;
	border: 1px solid #f6f6f6;
}
.resource_delete{
	float: right;
	cursor: pointer;
}
.submit_btn{
	position: absolute;
	bottom: 0;
	width:340px;
	height: 46px;
	line-height:46px;
	text-align: center;
	background: #dbad29;
	color: #604731;
	font-size:15px;
	cursor: pointer;
}
.submit_btn:Hover{
	color: #fff;
	background: #ecc144;
}
.resource_info{
	width: 268px;
	height: 66px;
	padding: 7px 0 7px 7px;
}
.resource_info img{
	width: 100px;
	height: 66px;
	cursor: pointer;
}
.resource_info p{
	float: right;
	display: inline-block;
	width: 153px;
	height: 66px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: 22px;
}
