.indexlead{
	width: 100%;
	height: 474px;
	background-image: url(../img/system/background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 135px;
	box-sizing: border-box;
	text-align: center;
}

.indexlead-title{
	font-weight: normal;
	font-size: 39px;
	color: #FFE9E6;
	margin-bottom: 92px;
}
.indexlead-cont{
	color: #FFE9E6;
	font-size: 17px;
	margin-bottom: 13px;
	line-height: 40px;
}



.contentmargin{
	padding-top: 43px;
	padding-bottom: 60px;
	box-sizing: border-box;
/* 	background-color: rgba(128, 128, 128, 0.1); */
}

.referral{
	width: 100%;
	padding-top: 35px;
	display: flex;
}
.referral img{
	width: 243px;
	height: 342px;
}
.referral-text{
	color: #3B3C3D;
	font-size: 17px;
	text-indent: 2em;
	margin-left: 35px;
}



.selling{
	width: 100%;
	/* margin-top: 100px; */
	
}
.selling-list{
	width: 100%;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.selling-item{
	width: 384px;
	height: auto;
	background-color: #fff;
	margin-top: 26px;
	display: flex;
	align-items: center;
	padding: 17px;
	box-sizing: border-box;
}
.selling-img{
	width: 95px;
	height: 95px;
}
.selling-right{
	height: 100%;
	display: flex;
	flex-direction: column;
	/* margin-left: 30px; */
}
.selling-title{
	color: #3B3C3D;
	font-size: 26px;
}
.selling-cont{
	margin-top: 13px;
	color: #6F6D6A;
	font-size: 17px;
	line-height: 26px;
	overflow: hidden;                /* 溢出内容隐藏 :ml-citation{ref="7,8" data="citationList"} */
	display: -webkit-box;           /* 将元素转为弹性盒子模型 :ml-citation{ref="1,7" data="citationList"} */
	-webkit-box-orient: vertical;    /* 盒子内子元素垂直排列 :ml-citation{ref="1,8" data="citationList"} */
	-webkit-line-clamp: 200;          /* 限制显示行数为3行 :ml-citation{ref="1,8" data="citationList"} */
	text-overflow: ellipsis
}

.shopway{
	text-indent: 2em;
	font-size: 21px;
	color: #000;
	margin-top: 43px;
	line-height: 32px;
}



.newreault{
	width: 100%;
	padding: 43px 0 60px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.newreault-list{
	width: 580px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.video{
	width: 580px;
	/* height: 755px; */
}
.video video{
	width: 100%;
	/* height: 100%; */
	border-radius: 9px;
	/* object-fit: fill; */
}
.newreault-item{
	padding: 13px 23px 17px 18px;
	box-sizing: border-box;
}
.newreault-item-title{
	font-size: 26px;
	color: #A2594D;
}
.newreault-item-cont{
	font-size: 17px;
	color: #3B3C3D;
	margin-top: 9px;
	overflow: hidden;      /* 隐藏溢出内容 */
	text-overflow: ellipsis; /* 溢出时显示省略号 */
	white-space: nowrap;   /* 强制文本不换行 */
}
.selectnewreault{
	background: #EDE4E2;
	border-radius: 9px;
	border: 1px solid #A2594D;
}