.m-info {
	padding: .46rem 0 .8rem
}
.m-info .image {
	position: relative;
	width: 8.25rem;
	height: 6rem;
	margin: 0 auto .9rem;
	overflow: hidden;
}
.m-info .image .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s ease;
}
.m-info .image .item.z-crt {
	z-index: 1;
	opacity: 1;
}
.m-info .image .video {
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: .08rem;
	width: .7rem;
	height: .7rem;
	margin-left: -.35rem;
	cursor: pointer;
}
.m-info .name {
	width: 7.5rem;
}
.m-info .name h1 {
	font-size: .4rem;
	font-weight: normal;
}
.m-info .name p {
	margin-top: .3rem;
	line-height: .32rem;
	font-size: .16rem;
	color: #000;
}
.m-info .color .item.dot {
	position: relative;
	width: .25rem;
	height: .25rem;
	border-radius: 100%;
	margin-right: .12rem;
	cursor: pointer;
}
.m-info .color .item.dot:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.m-info .color .item.dot.z-crt:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	width: .35rem;
	height: .35rem;
	border: 1px solid #ddd;
	border-radius: 100%;
	transform: translate(-50%,-50%);
}
.m-info .color .item.tag {
	box-sizing: border-box;
	min-width: .74rem;
	height: .4rem;
	padding: 0 1em;
	margin-left: .04rem;
	line-height: .4rem;
	font-size: .15rem;
	text-align: center;
	color: #000;
	background: #F5F5F5;
	cursor: pointer;
}
.m-info .color .item.tag:hover,
.m-info .color .item.tag.z-crt {
	background: #EFAE35;
}
.m-info .link {
	box-sizing: border-box;
	width: 1.8rem;
	height: .44rem;
	border: 1px solid #000;
	margin-top: .32rem;
	font-size: .16rem;
	color: #000;
	background: #fff;
	transition: background .3s ease;
}
.m-info .link .tf {
	margin-left: .5em;
	transition: transform .3s ease;
}
.m-info .link:hover .tf {
	transform: translate(.15rem,0);
}

.m-image {
	padding: .5rem 0 .66rem;
	overflow: hidden;
	background: #F5F5F5;
}
.m-image ul {
	float: left;
	margin-top: .4rem;
	font-size: 0;
	white-space: nowrap;
	transition: margin-left .6s ease;
}
.m-image li {
	display: inline-block;
	position: relative;
	height: 6rem;
	overflow: hidden;
	cursor: pointer;
}
.m-image li:nth-child(n+2) {
	margin-left: .32rem;
}

.m-detail {
	padding-bottom: 1.5rem;
}
.m-detail dl {
	margin-top: .64rem;
}
.m-detail dt {
	position: relative;
	height: .6rem;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}
.m-detail dt:before,
.m-detail dt:after {
	content: '';
	position: absolute;
	right: .16rem;
	top: .33rem;
	width: .14rem;
	height: 1px;
	background: #666;
	transform: rotate(0);
	transition: all .3s ease;
}
.m-detail .z-fold dt:after {
	transform: rotate(90deg);
}
.m-detail dt:hover:before,
.m-detail dt:hover:after {
	background: #EFAE35;
}
.m-detail dt p {
	font-size: .24rem;
}
.m-detail dd {
	padding: .48rem 0;
}
.m-detail .z-fold dd {
	display: none;
}
.m-detail .explain .img {
	float: left;
	width: 1.66rem;
}
.m-detail .explain .m-textarea {
	float: right;
	width: 10.12rem;
}
.m-detail .video video {
	display: block;
	width: 9.78rem;
	height: 5.5rem;
	margin: 0 auto;
	background: #000;
}

.m-recommend {
	padding-bottom: 1.06rem;
	overflow: hidden;
}
.m-recommend dt {
	height: 1rem;
}
.m-recommend dt p {
	font-size: .24rem;
}
.m-recommend dt .angle {
	margin-left: .16rem;
	font-size: .24rem;
	color: #bbb;
}
.m-recommend dt .angle:hover {
	color: #000;
}
.m-recommend ul {
	float: left;
	margin-top: .4rem;
	font-size: 0;
	white-space: nowrap;
	transition: margin-left .6s ease;
}
.m-recommend li {
	display: inline-block;
	position: relative;
	width: 3.38rem;
	cursor: pointer;
}
.m-recommend a:nth-child(n+2) li {
	margin-left: .29rem;
}
.m-recommend li .img {
	box-sizing: border-box;
	height: 3.38rem;
	padding: .2rem;
	overflow: hidden;
}
.m-recommend li p {
	line-height: .6rem;
	font-size: .16rem;
	text-align: center;
	color: #333;
}