@charset "utf-8";
#tastingFeed {
	position:relative;
	padding:50px 0 60px;
}
#tastingFeed .front-bg {
	position:absolute;
	width:100%;
	height:45%;
	z-index:1;
}
#tastingFeed .container {
	position: relative;
	z-index:2;
}
#tastingFeed #mainHead {
	margin-top:30px;
}
.front-bg1 {
	background:rgba(234,241,244,1);
}
.tasting-feed {
    position: relative;
    margin: 0 auto;
	z-index:2;
	
}
.tasting-feed-out-container {
	position: relative;
    margin: 0 auto;
	
}
.tasting-feed-wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
	overflow:hidden;
}

.tasting-feed-item {
	display: block;
    padding: 0 0px 0px;
}
.tasting-feed-container {
	width:auto;
	padding:0 0px 80px;
	margin:0 -25px;
}
.tasting-feed-item-group {
	position:relative;
	padding:0px 25px;
}
@media (max-width: 1460px) {
	.tasting-feed-out-container {
		/*padding:0 40px;*/
	}
}

@media (max-width: 1280px) {
	.tasting-feed-container {
		margin:0 -20px;
	}
	.tasting-feed-item-group {
		position:relative;
		padding:0px 20px;
	}
}
@media (max-width: 1220px) {
	.tasting-feed-out-container {
		/*padding:0 30px;*/
	}
}
@media (max-width: 640px) {
	.tasting-feed-out-container {
		/*padding:0 20px;*/
	}
	#tastingFeed #mainHead {
		margin-top:10px;
	}
	#tastingFeed {
		position:relative;
		padding:0px 0 30px;
	}
}

.tasting-feed-item-cell {
	position:relative;
}
.tasting-feed-item-cell .review-image {
	position: relative;
	margin-bottom:10px;
	
}
.tasting-feed-item-cell .review-image:hover {
	background:rgba(255,255,255,1);	
	box-shadow:3px 6px 20px rgba(0,0,0,0.1);
}
.tasting-feed-item-cell .review-image-item {
    position: relative;
	display: inline-block;
    overflow: hidden;
    width: 100%;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	background:#CCC;
	background-size:cover;
	background-position:center;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	
}
.tasting-feed-item-cell .review-image-item.on {
    box-shadow:5px 10px 20px rgba(0,0,0,0.2);
}

.tasting-feed-item-cell .review-image-item:after {
	content:'';
	display:block;
    padding-bottom: 100%;
}
.tasting-feed-item-cell .review-image-item .img-count {
	position: absolute;
	top:0;
	right:0;
	font-size:14px;
	color:#fff;
	background:rgba(0,0,0,.4);
	line-height:100%;
	z-index: 1;
	padding:10px;
}
.tasting-feed-item-cell .info-user {
	position:relative;
}
.tasting-feed-item-cell .profile-user {
	position:relative;
	font-size:16px;
	color:#000;
	padding-left:40px;
}
.tasting-feed-item-cell .profile-image {
	position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	background:#CCC;
	background-size:cover;
	background-position:center;
}
.tasting-feed-item-cell .profile-user .name {
	position:relative;
	font-size:18px;
	display:inline-block;
	padding-right:10px;
}
.tasting-feed-item-cell .profile-user .date {
	position:relative;
	display:inline-block;
	font-size:13px;
	color:#999;
}
.tasting-feed-item-cell .review {
	position:relative;
	width:100%;
	padding:15px 0 0px;
}
.tasting-feed-item-cell .review-content {
	position:relative;
	vertical-align:top;
}
.tasting-feed-item-cell .review-content .in {
	position:relative;
	display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
   line-height:160%;
    display: -webkit-box;
    max-height: 100px;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    /*white-space: pre-wrap;*/
	
	font-size:15px;
	color:#444;
	
}
.tasting-feed-item-cell .review-pop-content {
	position:relative;
	display:block;
	vertical-align:top;
	
}
.tasting-feed-item-cell .review-content .more {
	position: relative;
	display:block;
	
    font-size: 13px;
    text-align: center;
    width: 80px;
    height: 24px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-radius: 24px;
    line-height: 22px;
    white-space: nowrap;
    color: #000000;
	margin-top:8px;
	margin-left:-2px;
}
.tasting-feed-item-cell .review-content .more i {
    font-size: 10px;
	margin-left:5px;
}

.tasting-feed-item-cell .tasting-feed-link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px;
    background: transparent;
    z-index: 2;
}
