.page_sub .page {
	position: relative;
	z-index: 1;
}

.page_sub .header {
	position: static;
	color: #333;
	
	margin-top: 40px;
}

.page_sub .header [class^="icon"] {
	color: #75bc20;
}

.page_sub .top_cart {
	background-color: #75bc20;
	color: #fff;
}

.page_sub .header_sub {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(227, 227, 227, .75);
	box-shadow: 0 5px 5px 0 rgba(227, 227, 227, .75);
	margin-bottom: 0;
}

.page_sub .top_submenu {
	padding: 20px 0;
}

.page_sub .top_line {
	display: none;
}

.page_sub .top_logo {
	line-height: 85px;
	top: -5px;
}

.page_sub .top_logo img {
	vertical-align: middle;
}

.page_sub .top_logo small {
    bottom: 0;
	line-height: 1em;
}

.page_sub .top_time {
	top: 80px;
}

.page_sub .top_header {
	margin-bottom: 30px;
}

.page_sub .top_header h1 {
	font-size: 30px;
	line-height: 36px;
	text-align: left;
}

.page_sub .top_header .age18_plus {
	font-size: 14px;
	color: #909090;
}

.page_sub .top_header .age18_plus i {
	margin-right: 11px;
	font-size: 26px;
	color: #014c73;
}

.page_sub .page-content {
	text-align: left;
}

.page_sub .page-content p {
	line-height: 26px;
	margin: 30px 0;
}

.page_sub .map {
	margin-top: 70px;
}

@media screen and (max-width:960px) {
	
	.page_sub .page-inner:after {
		content: '';
		position: fixed;
		background-color: #fff;
		top: 0; top: 60px;
		left: 0;
		right: 0;
		height: 50px;
		z-index: 5;
		-webkit-box-shadow: 0 5px 5px 0 rgba(206, 206, 206, .75);
		box-shadow: 0 5px 5px 0 rgba(206, 206, 206, .75);
	}
	
	.page_sub .header {
		height: 50px;
		margin-top: 0;
		position: fixed;
		background-color: #fff;
	}
	
	.line-1, .line-2, .line-3 {
		background-color: #75bc20;
	}
	
	.page_sub .top_logo {
		top: -15px;
		line-height: 50px;
	}
	
	.page_sub .top_time {
		top: 190px;
	}
	
	.page_sub .top_header {
		margin-top: 125px;
	}
	
	.page_sub .top_header .flex-between {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.page_sub .top_header h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.page_sub .top_header h1,
	.page_sub .top_header .age18_plus {
		width: 100%;
		text-align: left;
	}
	
	.page_sub .page-content p {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0;
	}
	
	.page_sub .map {
		margin-top: 30px;
	}
	
}