html {
	font-size: calc(100vw / 19.2);
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}
html,body,ul,li,a,img,p,input{ 
	margin:0; padding:0;
}
ul,li { 
	list-style:none
}
body {
	background-color: #FFFFFF;
	scrollbar-width: 0rem;
	/* max-width: 9.6rem; */
}
body::-webkit-scrollbar {
	width: 0rem;
}
.app {
	margin: 0 auto;
}
.u-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.u-flex-co {
	flex-direction: column;
}
.u-flex-wrap {
	flex-wrap: wrap;
}

.u-flex-nowrap {
	flex-wrap: nowrap;
}

.u-col-center {
	align-items: center;
}

.u-col-top {
	align-items: flex-start;
}

.u-col-bottom {
	align-items: flex-end;
}

.u-row-center {
	justify-content: center;
}

.u-row-left {
	justify-content: flex-start;
}

.u-row-right {
	justify-content: flex-end;
}

.u-row-between {
	justify-content: space-between;
}

.u-row-around {
	justify-content: space-around;
}
.swiper-container {
    width: 100%;
    height: 3rem;
}
.m-box {
	padding-bottom: 0.5rem;
}

.prod-box {
	height: 100%;
	padding-top: 0.74rem;
}
.product .pro-tit{ 
	height: 0.43rem;
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #22B14C;
	padding-top: 0.2rem;
}
.product:first-child .pro-tit{
	padding-top: 0rem;
}
.product .pro-it{
	width: 11.4rem;
	padding: 0.4rem 0;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	border-bottom: 1px solid #E2E4EA;
}
.product .pro-it:first-child {
	margin-top: 0;
}
.product .pro-it .name {
	height: 0.5rem;
	font-size: 0.26rem;
	color: #333333;
	font-weight: bold;
}
.product .pro-it .intro {
	font-size: 0.18rem;
	font-weight: 400;
	color: #666666;
	/* 文字溢出隐藏 */
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	line-clamp: 8;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space:normal;
	
	text-align: justify;
	text-justify: newspaper; 
	word-break: break-all; 
	text-indent: 2em;
}
.prod-box .prod-nav {
	/* width: 2.34rem; */
	font-size: 0.16rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	background-color: #F8F8F8;
	font-weight: bold;
	margin-right: 0.9rem;
	align-self: stretch;
}
.prod-box .prod-nav .prod-nav-tit {
	height: 0.6rem;
	font-size: 0.2rem;
	font-family: Helvetica;
	color: #2FA84C;
	text-align: center;
	line-height: 0.6rem;
}
.prod-box .prod-nav .prod-nav-it {
	text-decoration: none;
	color: #333333;
	display: block;
	height: 0.56rem;
	padding: 0 0.27rem;
	border-bottom: 0.01rem solid #E2E4EA;
	line-height: 0.56rem;
	cursor: pointer;
}
.prod-box .prod-nav .prod-nav-it-active {
	background-color: #2FA84C;
	color: #FFFFFF;
}