.app_home_product .moduleTitle {
	font-weight: bold;
	font-size: 36rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	margin-top: 60rem;
	text-align: center;
}

.app_home_product .moduleBox {
	width: 100%;
	padding: 0 32rem;
	margin: 40rem auto 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.app_home_product .moduleBox .moduleList {
	width: 160rem;
	height: 124rem;
	background: #fff;
	box-shadow: 0rem 0rem 8rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 8rem;
	margin-bottom: 20rem;
	transition: all 0.3s;
	cursor: pointer;
	overflow: hidden;
}

.app_home_product .moduleBox .moduleList .title {
	height: 100%;
	flex-direction: column;


}

.app_home_product .moduleBox .moduleList .title div {
	font-size: 28rem;
	font-family: MicrosoftYaHei;
	color: #999999;
}

.app_home_product .moduleBox .moduleList .title img {
	width: 36rem;
	height: 32rem;
	margin-bottom: 10rem;
}


.app_home_product .moduleBox .moduleList:nth-of-type(4n) {
	margin-right: 0 !important;
}

.app_home_product i {
	width: 160rem;
}

.app_home_product .scollWidth {
	white-space: nowrap;
	display: flex;
	align-items: flex-start;
	margin-top: 10rem;
	overflow-x: auto;
	height: 500rem;
	padding-top: 10rem;
}
.emptyRight{
	width: 1rem;
	height: 480rem;
	border: 1px solid transparent;
}

.app_home_product .active {
	background: #3577FD !important;
}

.app_home_product .activeColor {
	color: white !important;
}

.app_home_product .scrollListAc {
	margin-left: 32rem;
}

.app_home_product .scrollList {
	width: 522rem;
	height: 480rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 8rem 0px rgba(0, 0, 0, 0.1);
	border-radius: 8rem;
	margin-right: 32rem !important;
	padding: 0 16rem;
	box-sizing: border-box;
}

.app_home_product .scrollList .name {
	height: 128rem;
	border-bottom: 1rem solid #eee;
}

.app_home_product .scrollList .name img {
	width: 50rem;
	height: 50rem;
	border-radius: 4rem;
}

.app_home_product .scrollList .name span {
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	margin-left: 16rem;
	font-weight: bold;
}

.app_home_product .scrollList .infoName {
	font-size: 28rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	margin-top: 36rem;
	font-weight: bold;
}

.app_home_product .scrollList .infoTxt {
	font-size: 24rem;
	font-family: MicrosoftYaHei;
	color: #999999;
	margin-top: 40rem;
	overflow-wrap: break-word;
	white-space: normal;
	text-align: justify;
	height: 160rem;
}

.app_home_product .scrollList .more {
	font-size: 24rem;
	font-family: MicrosoftYaHei;
	color: #3577FD;
	text-align: right;
}