﻿@charset "utf-8";

#article .top {
	position: relative;
	overflow: hidden;
}
#article .top .bg {
	width: 100%;
}
#article .top>.inner {
	padding-top: 100px;
	position: absolute;
	font-size: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#article .top>.inner:before {
	vertical-align: middle;
	display: inline-block;
	content: ' ';
	height: 100%;
}
#article .top .text {
	vertical-align: middle;
	display: inline-block;
	color: white;
	width: 100%;
}
#article .top h1 {
	text-transform: uppercase;
	letter-spacing: -1.8px;
	line-height: 50px;
	font-weight: 300;
	font-size: 45px;
}
#article .top .name-tch {
	margin-top: 2px;
	font-size: 37px;
}
#article .top .desc {
	line-height: 30px;
	max-width: 780px;
	margin-top: 8px;
	font-size: 16px;
}



#article .main {
	padding-bottom: 55px;
	padding-top: 62px;
}
#article .main .back-to-list {
	display: inline-block;
	margin-bottom: 32px;
	font-size: 16px;
}
#article .address {
	margin: 6px 0;
}
#article .worktime {
	margin-top: 14px;
}
#article .worktime th {
	padding-bottom: 6px;
	text-align: left;
}
#article .worktime .left {
	padding-bottom: 6px;
	padding-right: 12px;
}
#article .map {
	margin-top: 8px;
}



#article .stores {
	padding-left: 45px;
	float: right;
	width: 35%;
}
#article .stores .head {
	text-transform: uppercase;
	padding-bottom: 18px;
	font-weight: 700;
	font-size: 16px;
	color: #333;
}
#article .stores .item {
	position: relative;
	margin-top: 42px;
	font-size: 14px;
	display: none;
	color: #333;
}
#article .stores .item.active {
	display: block;
	color: #b7a9a1;
}
#article .stores .item.active:before {
	border: medium solid transparent;
	border-right-color: black;
	pointer-events: none;
	position: absolute;
	border-width: 7px;
	margin-top: -10px;
	content: ' ';
	left: -60px;
	height: 0;
	width: 0;
	top: 50%;
}
#article .stores .item .name {
	text-transform: uppercase;
	font-weight: 700;
}
#article .detail {
	border-right: 1px solid #b2b2b2;
	padding-right: 65px;
	font-size: 14px;
	display: none;
	float: left;
	width: 65%;
}
#article .detail h1 {
	letter-spacing: -.4px;
	line-height: 40px;
	font-weight: 300;
	font-size: 40px;
}
#article .detail .mobile {
	display: none;
}
#article .detail .name {
	visibility: hidden;
}
#article .detail .desc {
	margin-bottom: 34px;
	line-height: 24px;
	margin-top: 40px;
}
#article .detail .text {
	margin-bottom: 48px;
	margin-top: 18px;
}

@media (max-width: 1920px) {
	#article .top .bg {
		margin-left: -960px;
		position: relative;
		max-width: none;
		width: 1920px;
		left: 50%;
	}
}
@media (max-width: 840px) {
	#article .stores {
		display: none;
	}
	
	
	
	#article .detail {
		padding-right: 0;
		border-right: 0;
		float: none;
		width: 100%;
	}
	#article .detail .mobile {
		display: block;
	}
}
@media (max-width: 640px) {
	#article .top .bg {
		height: 160px;
	}
	#article .top>.inner {
		padding-top: 54px;
	}
	#article .top h1 {
		letter-spacing: -1px;
		line-height: 24px;
		font-size: 22px;
	}
	#article .top .name-tch {
		font-size: 18px;
	}
	
	
	
	#article .detail h1 {
		line-height: 32px;
		font-size: 32px;
	}
}