body {
	text-align: center;
	background-color: white;
}
.pc-navigation {
	background-image: none;
}
.contentContainer {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.mainContainer {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.leftContainer {
	box-sizing: border-box;
	text-align: right;
	margin-bottom: 10px;
}
.leftContainer div {
	background-color: #e7f4ff;
}
.ourPhoneContainer {
	padding: 6px 10px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #DDD;
}
.ourPhoneContainer a img {
	height: 38px;
	padding: 6px 0;
}
.ourPhoneContainer h2 {
	display: none;
}
.centerContainer {
	text-align: center;
	margin: 0 16px;
}
.rightContainer {
	box-sizing: border-box;
	margin: 40px 16px;
}
.leftContainer h2 {
	font-size: 24px;
	font-weight: 400;
	color: #353535;
	margin-bottom: 20px;
	margin-right: 20px;
}
.leftContainer li {
	padding: 10px 20px;
	color: #353535;
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.leftContainer li:hover {
	background-color: #4285F4;
	color: white;
}
.leftContainer li .caseUserAvatar {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.leftContainer li span {
	display: inline-block;
	width: 56px;
}
.leftContainer .checkMore {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.leftContainer .ourPhone {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #4285F4;
	position: absolute;
	top: 6px;
	right: 14px;
	line-height: 50px;
}
.centerContainer .articleCover {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.centerContainer .articleTitle {
	font-size: 30px;
	color: #262626;
	margin: 20px 0;
}
.centerContainer p {
	color: #262626;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 26px;
	text-align: justify;
}
.centerContainer img {
	margin: 0 auto 26px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%;
}
.centerContainer blockquote {
	color: #262626;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 26px;
	text-align: justify;
	border-top: 2px solid #e6e6e6;
	position: relative;
	padding-top: 40px;
	margin-top: 40px;
}
.centerContainer blockquote::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-color: white;
	background-image: url(../Image/index/quote.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center center;
	margin: 0 auto;
	margin-bottom: 26px;
	margin-left: -25px;
	position: absolute;
	top: -27px;
	left: 50%;
}
.articleTag {
	color: white;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #4285F4;
}
.findArticleCount {
	font-size: 12px;
	color: #a3a3a3;
	text-align: center;
	margin: 10px 0 20px 0;
}
.hotArticleListItem img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.hotArticleListItem p {
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 20px;
	color: #353535;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.rightContainer h3 {
	font-weight: 400;
	color: #353535;
	text-align: left;
	margin: 20px 0 20px 0;
}
.hotArticleListItem:hover p {
	color: #366ecb;
}

.topBanner {
	background-image: url(../Image/store/banner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 500px;
	width: 100%;
}
.storeItem {
	text-align: left;
	margin-bottom: 40px;
}
.storeItem img {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}
.storeItem h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #353535;
	height: 70px;
	padding-top: 10px;
}
.storeItem h4 span {
	display: none;
}
.storeItem p a {
	display: inline-block;
	color: rgb(140, 140, 221);
	margin-bottom: 0!important;
}
.storeItem p {
	color: #ddd;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-bottom: 0;
}
h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 20px;
	border-bottom: 2px solid #EEE;
	padding-bottom: 40px;
	position: relative;
}
h1::after {
	content: "";
	background-color: white;
	background-image: url(../Icon/QianNiu/store_lightGray.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	position: absolute;
	bottom: -10px;
	left: 45%;
	margin-left: -10px;
	height: 20px;
	width: 20px;
	padding: 0 20px;
}
.storeList a {
	margin-bottom: 40px;
	display: block;
}
.rightContainer>div {
	display: none;
}
.citySelectContainer {
	background-color: white!important;
	display: none;
}
.citySelectContainer h2,
.citySelectContainer .checkMore {
	display: none;
}
.citySelectContainer ol {
	text-align: left;
}
.showOnPC {
	display: none;
}













