/* title */
.m-title {
	padding: .8rem 0;
	font-size: .6rem;
	text-align: center;
}
/* end title */

/* video */
.m-video {
	height: calc(100vh - .88rem);
	overflow: hidden;
	background: #000;
	
	video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* end video */

/* about */
.m-about {
	padding-bottom: 1.4rem;
	margin: 0 .24rem;
}
.m-about .detail .title {
	margin: .3rem 0 .26rem;
	font-size: .34rem;
}
.m-about .detail .m-textarea {
	margin: 0;
}
.m-about .detail .data {
	margin-top: .6rem;
	text-align: center;
}
.m-about .detail .data strong {
	font-size: .5rem;
	font-weight: normal;
}
.m-about .detail .data p {
	margin-top: .14rem;
	font-size: .24rem;
	color: #666;
}
/* end about */

/* brand */
.m-brand {
	padding-bottom: 1rem;
}
.m-brand .title {
	margin: 0 .24rem .4rem;
	font-size: .34rem;
}
.m-brand .list {
	margin: .6rem .24rem 0;
}
.m-brand .list .item .image {
	height: 6rem;
	overflow: hidden;
}
.m-brand .list .item .image div {
	height: 100%;
	background-size: cover;
}
.m-brand .list .item p {
	padding: .26rem 0;
	line-height: .4rem;
	font-size: .28rem;
}
/* end brand */