.indexlead{
	width: 100%;
	height: 474px;
	background-image: url(../img/shop/background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* padding-top: 135px; */
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: 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); */
}
.stimulate{
	width: 100%;
	height: 450px;
	background-image: url(../img/shop/jlback.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 35px;
	padding: 0 40px 0 32px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stimulate-left{
	height: 100%;
	padding: 60px 0 67px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.stimulate-jlimg{
	width: 479px;
	height: 100%;
}
.stimulate-title{
	width: 389px;
	height: 63px;
	background-image: url(../img/shop/jltitlebg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-left: 18px;
	line-height: 63px;
	font-size: 26px;
	color: #fff;
}
.stimulate-cont{
	background: linear-gradient(0deg, #FB9911 0%, #FF5F22 100%);
	font-size: 38px;
	-webkit-background-clip: text;
	background-clip: text;
	  
	  /* 3. 隐藏原始文字颜色 */
	color: transparent;
	margin-top: 43px;
}
.stimulate-bottom{
	position: relative;
	display: inline-block;
	margin-top: 25px !important;
}
.stimulate-bottom::after {
  content: '';
  /* 绝对定位至文本底部 */
  position: absolute;
  left: 0;
  bottom: 4px;  /* 控制下划线距离文本的高度 */
  width: 100%;
  height: 12px;   /* 下划线粗细 */
  opacity: 0.3;
  /* 渐变背景（示例：左蓝右绿） */
  background: linear-gradient( 90deg, #FB9911 0%, #FF5F22 100%);
}


.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: 100%;
	height: 182px;
	background-color: #fff;
	margin-top: 26px;
	display: flex;
	align-items: center;
	padding: 22px 24px 26px 30px;
	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: 21px;
}
.selling-cont{
	margin-top: 5px;
	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: 3;          /* 限制显示行数为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;
}