/* product */
.m-product h1 {
	padding: .4rem 0;
	font-size: .6rem;
	text-align: center;
}
.m-product .list {
	min-height: 7rem;
	margin: 0 .3rem;
}
.m-product .list .content {
	line-height: .5rem;
	font-size: .28rem;
	color: #666;
}
.m-product .list ul {
	padding: 0 .24rem;
}
.m-product .list li {
	align-self: flex-start;
	width: 3.3rem;
	background: #fff;
	cursor: pointer;
}
.m-product .list li:nth-child(even) {
	margin-left: .3rem;
}
.m-product .list li:nth-child(n+3) {
	margin-top: .3rem;
}
.m-product .list li .image {
	box-sizing: border-box;
	height: 2.2rem;
	overflow: hidden;
}
.m-product .list li p {
	line-height: .68rem;
	font-size: .3rem;
	color: #333;
	text-align: center;
}
/* end product */

/* detail */
.m-detail {
	box-sizing: border-box;
	margin-bottom: .52rem;
}

.m-detail .crumb {
	display: none;
}
.m-detail .crumb a:hover,
.m-detail .crumb a:nth-last-child(1) {
	color: #000;
}

.m-detail .images {
	position: relative;
	width: 7.5rem;
}
.m-detail .images ul {
	position: relative;
	height: 7.5rem;
	overflow: hidden;
}
.m-detail .images li {
	height: 7.5rem;
	background: #fff;
}
.m-detail .images .nav {
	gap: .12rem;
	height: .6rem;
}
.m-detail .images .nav .item {
	width: .15rem;
	height: .15rem;
	border-radius: 100%;
	background: #ccc;
}
.m-detail .images .nav .item.z-crt {
	background: #F00000;
}
.m-detail .info {
	padding: 0 .24rem;
}
.m-detail .info .title {
	margin-top: .3rem;
	font-size: .5rem;
	color: #00489D;
}
.m-detail .info .number {
	margin: .24rem 0 .4rem;
	font-size: .26rem;
	color: #666;
}
.m-detail .info .content {
	line-height: .42rem;
	font-size: .27rem;
	white-space: pre-wrap;
	color: #666;
}
.m-detail .info button {
	height: .8rem;
	border: none;
	border-radius: .04rem;
	padding: 0 .3rem;
	margin-top: .5rem;
	font-size: .26rem;
	color: #fff;
	background: #00489D;
}
.m-detail .info button .tf {
	margin-right: .16rem;
	font-size: .4rem;
}
/* end detail */

/* explain */
.m-explain {
	margin: 0 .24rem;
}
.m-explain dt {
	position: relative;
	height: .8rem;
	padding-left: .45rem;
	line-height: .8rem;
	font-size: .36rem;
	color: #fff;
	background: linear-gradient(90deg, #00489D, #FFFFFF);
}
.m-explain dt:before {
	content: '';
	position: absolute;
	left: .22rem;
	top: .2rem;
	width: .04rem;
	height: .4rem;
	background: #F00000;
}
.m-explain dd {
	padding: .3rem 0 .6rem;
}
.m-explain .m-textarea {
	margin: 0;
	color: #666;
}
.m-explain .download li {
	height: .76rem;
	padding: 0 .22rem;
	margin-bottom: .2rem;
	font-size: .26rem;
	color: #00489D;
	background: #F9F9F9;
}
.m-explain .download li .tf {
	margin-right: .2rem;
	font-size: .34rem;
	color: #F00000;
}
.m-explain dd {
	overflow: auto;
}
.m-explain dd table {
	min-width: 10rem;
}
.m-explain dd table th,
.m-explain dd table td {
	border: 2px solid #000;
	padding: .1rem .16rem;
	line-height: .3rem;
	font-size: .24rem;
	font-weight: normal;
	text-align: center;
}
/* end explain */

/* recommend */
.m-recommend {
	padding: 0 .2rem .5rem;
	margin-top: .24rem;
}
.m-recommend dt {
	height: 1.4rem;
	line-height: 1.6rem;
	font-size: .4rem;
	font-weight: bold;
}
.m-recommend li {
	border-bottom: 1px solid #eee;
	padding-bottom: .24rem;
	margin-bottom: .24rem;
}
.m-recommend li .img {
	width: 2rem;
	height: 2rem;
	margin-right: .3rem;
	overflow: hidden;
}
.m-recommend li p {
	margin: .3rem 0 .4rem;
	font-size: .3rem;
}
.m-recommend li button {
	width: 1.4rem;
	border: 1px solid #00489D;
	border-radius: .02rem;
	line-height: .6rem;
	font-size: .26rem;
	text-align: center;
	color: #00489D;
	background: #fff;
}
/* end recommend */