.about-head {
	padding-top: 0.3rem;
}

.about-head .title {
	font-size: 0.28rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #343434;
	line-height: 0.41rem;
	padding: 0.2rem 0;
}

.about-head .desc {
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 0.26rem;
}

.about-head .desc .line {
	margin: 0 0.15rem;
	height: 0.12rem;
	width: 0.01rem;
	background: #9A9A9A;
	display: inline-block;
}

/* 内容详情 */
.about-detail {
	font-size: 0.16rem;
	line-height: 2;
	color: #2E3133;
	max-width: 100%;
	overflow-x: auto;
}

.about-detail p+p {
	margin-top: 1em;
}

.about-detail img {
	max-width: 100% !important;
	height: auto !important;
}

.about-detail .content {
	width: auto;
}

.about-detail .map {
	width: 100%;
	height: 3.75rem;
}

.about-detail table {
	max-width: 100%;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.about-detail table td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 0.06rem 0.12rem;
	line-height: 1.6;
	font-size: 0.18rem;
	color: #666;
}


/* 品牌故事 */
.brand-story-body {
	padding-right: 0;
}

.brand-story {
	padding-left: 0.3rem;
}

.brand-story .item {
	width: 16.66666%;
	height: 1.5rem;
	text-align: center;
	position: relative;
	margin-bottom: 0.45rem;
	float: left;
	cursor: pointer;
}

.brand-story .item::before {
	content: '';
	position: absolute;
	top: 0.31rem;
	left: -50%;
	margin-left: 30%;
	width: 40%;
	height: 2px;
	border: 2px dashed #FFE3E5;
	transform: scaleY(0.5);
	transform-origin: 50% 50%;
}

.brand-story .item:nth-child(6n+1)::before {
	display: none;
}

.brand-story .item .num {
	font-size: 0.72rem;
	font-family: Arial;
	font-weight: 400;
	color: #FFE3E5;
	line-height: 1;
	display: block;
	transition: all 0.5s;
}

.brand-story .item .num1 {
	margin-top: 0.2rem;
}

.brand-story .item .num1,
.brand-story .item .name {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	line-height: 1.2;
	font-weight: 400;
	display: block;
	padding: 0 0.2rem;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.5s;
}

.brand-story .item:hover .num,
.brand-story .item:hover .num1,
.brand-story .item:hover .name {
	color: #E50014;
}

.brand-story .original {
	text-align: center;
	margin-top: 0.45rem;
}

.brand-story .original img {
	width: 2.96rem;
	max-width: 60%;
}



.details-p-n {
	/* display: flex; */
	margin-top: 0.5rem;
}

.details-p-n a,
.details-p-n span {
	font-size: 0.16rem;
	color: #333;
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 0.1rem;
}

.details-p-n a:hover {
	color: #E50014;
}

.details-p-n span {
	color: #999;
}

@media screen and (max-width:900px) {

	.about-head {
		padding-top: 0.2rem;
	}

	.about-head .title {
		font-size: 0.22rem;
		line-height: 0.32rem;
		padding: 0.13rem 0;
	}

	.about-head .desc .line {
		height: 0.1rem;
	}

	.about-detail {
		font-size: 0.15rem;
	}

	.about-detail .map {
		height: 1.75rem;
	}


	.brand-story {
		padding-left: 0;
	}

	.brand-story .item {
		width: 33.3333%;
		height: 1.2rem;
		margin-bottom: 0.3rem;
	}

	.brand-story .item::before {
		margin-left: 32%;
		width: 36%;
	}

	.brand-story .item:nth-child(3n+1)::before {
		display: none;
	}

	.brand-story .item .num1 {
		margin-top: 0.1rem;
	}

	.brand-story .item .num {
		font-size: 0.6rem;
	}

	.brand-story .item .num1,
	.brand-story .item .name {
		padding: 0;
		font-size: 0.14rem;
	}

	.details-p-n {
		margin-top: .3rem;
	}

	.details-p-n a,
	.details-p-n span {
		font-size: 0.15rem;
	}
}
