/* story */
.m-story {
	margin: 0 .24rem;
}
.m-story .content h1 {
	margin-top: .44rem;
	margin-bottom: .2rem;
	font-size: .5rem;
}
.m-story .content h2 {
	margin-top: .3rem;
	margin-bottom: .2rem;
	font-size: .34rem;
}
.m-story .content p {
	line-height: .44rem;
	font-size: .28rem;
	color: #444;
}
.m-story .image {
	margin-top: .4rem;
}
/* end story */

/* brand */
.m-brand {
	overflow: hidden;
	margin: 0 .24rem;
}
.m-brand .m-content {
	position: relative;
	padding: .75rem 0;
}

.m-brand .image {
	z-index: 1;
	position: relative;
	width: 8rem;
	height: 5.5rem;
}
.m-brand .image .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s ease;
}
.m-brand .image .item.z-crt {
	z-index: 1;
	opacity: 1;
}

.m-brand .text {
	position: relative;
}
.m-brand .list {
	position: relative;
	height: 3.8rem;
	margin-top: .3rem;
}
.m-brand .list li {
	width: 100%;
	height: 100%;
}
.m-brand .list li .title {
	margin-bottom: .3rem;
	line-height: .6rem;
	font-size: .4rem;
}
.m-brand .list li .content {
	line-height: .44rem;
	font-size: .28rem;
	color: #444;
}

.m-brand .handle li {
	box-sizing: border-box;
	width: .2rem;
	height: .2rem;
	border: 2px solid #fff;
	border-radius: 100%;
	margin-right: .2rem;
	background: #999;
	cursor: pointer;
}
.m-brand .handle li.z-crt {
	border-color: #EFAE35;
	background: #fff;
}
.m-brand .handle .index {
	font-size: .26rem;
	color: #aaa
}
.m-brand .handle .index span {
	margin: 0 .4em;
}
.m-brand .handle .index b {
	font-weight: normal;
	color: #444;
}
/* end brand */

/* video */
.m-video {
	position: relative;
	overflow: hidden;
}
.m-video video {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translate(-50%,0);
}
.m-video .content {
	position: relative;
	box-sizing: border-box;
	padding: .55rem .5rem;
	margin: .3rem;
	background: rgba(248,245,241,.9);
}
.m-video .content h1 {
	margin-bottom: .4rem;
	font-size: .5rem;
}
.m-video .content p {
	line-height: .46rem;
	font-size: .3rem;
}
/* end video */