@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Tangerine:700');

#vid_p {
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
}

#content {
	width: 100%;
	min-height: 500px;
	z-index: 1;
}

.cnt_lay {
	width: 900px;
	margin: auto;
	padding-top: 110px;
}

.cnt_title_1 {
	width: 600px;
	height: 50px;
	line-height: 50px;
	position: relative;
	top: 79px;
	font-size: 25px;
	font-family: y710;
	color: #111;
}

.cnt_title_2 {
	width: 600px;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: 79px;
	font-size: 16px;
	font-family: y710;
	color: #666;
}

.cnt_description {
	width: 900px;
	margin: auto;
	position: relative;
	padding-bottom : 30px;
}

.cnt_description_lay {
	border-top: 1px solid none;
}

.nutrient-item_lay {
	width: 100%;
	height: 350px;
	position: relative;
}

.nutrient {
	position: relative;
	z-index: 10;
	font-size: .9em;
}

.nutrient-item {
	background: #111;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	vertical-align: top;
	width: 50%;
	opacity: 0.9;
}

.nutrient-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: none;
	z-index: 51;
}

.nutrient-item .cover {
	content: '';
	position: absolute;
	top: 100%;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 1;
	opacity: 0.7;
}

.nutrient-item:focus .btn, .nutrient-item:hover .btn {
	background-color: #333;
	color: #fff
}

.nutrient-box {
	overflow: hidden;
	position: relative;
	border-left: 1px solid none;
	border-right: 1px solid none
}

.nutrient-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: none;
	z-index: 51
}

.nutrient .h {
	color: #191919;
	font-weight: normal;
	font-size: 2.6em;
}

.nutrient .h-sub {
	color: #333;
	font-size: 1.8em;
}

.nutrient .cont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%
}

.nutrient .desc {
	width: 60%;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.5em;
	letter-spacing: -0.099em
}

.nutrient .desc>span {
	white-space: nowrap
}

.nutrient .goods {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 300px
}

.nutrient .goods-desc {
	display: table-cell;
	vertical-align: bottom
}

.nutrient .goods-thumb {
	display: table-cell;
	position: relative;
	width: 39.3%;
	vertical-align: bottom
}

.nutrient .goods-thumb img {
	position: absolute;
	bottom: -20px;
	right: 0
}

.nutrient .goods ul {
	color: #333;
	font-size: 1.6em;
}

.nutrient .goods ul li {
	position: relative;
	padding-left: 10px
}

.nutrient .goods ul li>span {
	white-space: nowrap
}

.nutrient .goods ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #767676
}

.nutrient .func {
	margin-top: 12px;
	font-size: 1.5em;
	text-align: left
}

.nutrient .btn {
	padding-left: 2.7em;
	padding-right: 2.7em;
	background-color: transparent
}

.nutrient .btn:focus, .nutrient .btn:hover {
	background-color: #333;
	color: #fff
}

@media only all and (max-width:1023px) {
	.nutrient {
		margin: 20px 20px 40px 25px;
		font-size: 1em
	}
	.nutrient .cont {
		width: auto
	}
	.nutrient .h {
		font-size: 2.2em
	}
	.nutrient .h-sub {
		font-size: 1.6em
	}
	.nutrient .desc {
		width: auto;
		font-size: 1.5em
	}
	.nutrient .goods ul {
		font-size: 1.5em
	}
	.nutrient .goods ul br {
		display: none
	}
}

@media only all and (max-width:767px) {
	.nutrient {
		margin: 20px 15px 20px 15px;
		font-size: .96em
	}
	.nutrient .desc {
		font-size: 1.4em
	}
	.nutrient .goods {
		height: 270px
	}
	.nutrient .goods-thumb {
		width: 37%
	}
	.nutrient .goods-thumb img {
		bottom: -10px
	}
	.nutrient .goods ul {
		font-size: 1.4em
	}
}

@media only all and (max-width:599px) {
	.nutrient {
		margin: 20px 0 20px 15px;
		font-size: 1em
	}
	.nutrient-item {
		float: none;
		width: 100%
	}
	.nutrient-item:last-child:after {
		display: none
	}
	.nutrient-box {
		border: 0 none
	}
	.nutrient-box:before {
		display: none
	}
	.nutrient .cont {
		position: static
	}
	.nutrient .desc {
		width: auto;
		padding-right: 20px
	}
	.nutrient .goods {
		zoom: 1;
		position: static;
		display: block;
		height: auto
	}
	.nutrient .goods:before {
		content: '';
		display: block
	}
	.nutrient .goods:after {
		content: '';
		display: table;
		clear: both
	}
	.nutrient .goods-desc {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 65%
	}
	.nutrient .goods-thumb {
		display: block;
		float: right;
		width: 35%;
		padding-right: 20px
	}
	.nutrient .goods-thumb img {
		position: relative
	}
}

.nutrient_title {
	font-size: 9pt;
	color: #999;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 50;
}

.nutrient_name {
	font-size: 20px;
	color: #ddd;
	position: absolute;
	top: 67px;
	left: 50px;
	z-index: 50;
}

.nutrient_cnt {
	width: 170px;
	font-size: 13px;
	color: #666;
	position: absolute;
	top: 100px;
	left: 50px;
	line-height: 22px;
	z-index: 50;
	word-wrap: break-word;
}

.nutrient_img {
	width: 180px;
	height: 250px;
	position: absolute;
	top: 50px;
    left: 260px;
	z-index: 50;
}

.nutrient_button {
	border: 1px solid #263128;
	width: 120px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 260px;
	left: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	z-index: 50;
	cursor: pointer;
	background: #263128;
}