.main {
	width: 100%;
	min-width: 1200px;
}
.banner img {
	width: 100%;
}
.banner {
	position: relative;
}
.banner .msg {
	position: absolute;
	left: 13%;
	bottom: 35%;
	color: #fff;
}
.banner .msg h1 {
	font-size: 40px;
}
.banner .msg p {
	font-size: 25px;
	margin: 25px 0 70px;
}
.banner .msg a {
	font-size: 24px;
	color: rgb(109, 186, 230);
	background: #fff;
	padding: 10px 38px;
	border-radius: 30px;
	letter-spacing: 5px;
}
.title {
	text-align: center;
}
.title h1 {
	font-size: 40px;
	font-weight: bold;
}
.title p {
	color: #5d5d5d;
	margin: 16px 0 70px;
	font-size: 17px;
}
.industry {
	width: 66%;
	min-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.lj {
	color: #fff;
	background: rgb(142,199,229);
	padding: 10px 24px;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
.industry ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #5d5d5d;
	font-weight: bold;
}
.industry ul li {
	width: 16%;
	text-align: center;
	margin-bottom: 75px;
}
.industry ul li img {
	width: 50%;
}
.industry ul li p {
	margin-top: 16px;
}
.online-retailers {
	display: flex;
	width: 66%;
	min-width: 1200px;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
	background-color: rgb(236,236,236);
}
.online-retailers ul {
	width: 20%;
	overflow: hidden;
	background-color: rgb(246,247,249);
	text-align: center;
	box-sizing: border-box;
}
.online-retailers ul li {
	height: 60px;
	position: relative;
}
.online-retailers ul li p {
	height: 60px;
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
}
.online-retailers ul li .iconfont {
	color: rgb(121,121,121);
	font-size: 30px;
	font-weight: bold;
}
.online-retailers ul li .iconfont:first-child {
	margin: 0 15px 0 10px;
}
.online-retailers ul li .iconfont:last-child {
	position: absolute;
	top: 12px;
	right: 3px;
}
.online-retailers ul li span {
	font-weight: bold;
}
.online-retailers .content {
	padding: 10px;
}
.online-retailers ul .active {
	color: #fff;
	background-color: rgb(142, 199, 229);
}
.online-retailers ul .active .iconfont {
	color: #fff;
}
.advantage {
	width: 66%;
	min-width: 1200px;
	margin: 0 auto;
}
.advantage ul {
	display: flex;
	justify-content: space-between;
}
.advantage ul li {
	border: 1px solid #bfbfbf;
	border-radius: 12px;
	width: 23%;
	padding: 0 15px 34px 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.advantage ul li img {
	width: 30%;
	display: block;
	margin: 54px auto 0;
}
.advantage ul li p {
	font-size: 25px;
	text-align: center;
	margin: 37px 0 24px 0;
	letter-spacing: 1px;
}
.advantage ul li span {
	color: #5d5d5d;
	font-size: 15px;
}
.case {
	width: 66%;
	min-width: 1200px;
	margin: 70px auto 100px;
}
.case ul {
	display: flex;
	text-align: center;
}
.case ul li {
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
	border: none;
	width: 23%;
}
.case ul li img {
	width: 45%;
}
.case ul li p {
	margin: 20px 0;
	font-weight: bold;
	color: #333;
}
.case ul li span {
	font-weight: bold;
	font-size: 17px;
	color: #9e9e9e;
}
.cooperation {
	padding-bottom: 45px;
	background-color: rgb(246,247,249);
}
.cooperation ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 66%;
	min-width: 1200px;
	margin: auto;
}
.cooperation ul li {
	display: flex;
	width: 16%;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.cooperation ul li img {
	width: 100%;
	height: 100%;
	transition: all .6s ease;
}
/* .cooperation ul li:hover img{
	transform:translateX(-100%)
} */
.control {
	width: 66%;
	min-width: 1200px;
	margin: 0 auto;
}
.control img {
	width: 100%;
}



/*新样式*/

.imgcook {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.shangcheng {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-top: 2px;
	width: 100%;
}

.marketing {
	margin-top: 70px;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 42px;
	position: relative;
	white-space: nowrap;
	align-self: center;
}

.benifit {
	margin-top: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	position: relative;
	white-space: nowrap;
	align-self: center;
}

.horizontal-line {
	position: relative;
	align-self: center;
	margin-top: 10px;
	background-color: #008b89;
	width: 45px;
	height: 2px;
}

.summary-1 {
	position: relative;
	align-self: center;
	margin-top: 6px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.dingzhi {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-top: 2px;
	width: 100%;
	height: 537px;
}

.horizontal-line-1 {
	position: relative;
	margin-top: -2px;
	background-color: #008b89;
	width: 45px;
	height: 2px;
}

.group-10 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: row;
	margin-top: 41px;
}

.group-item0 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-right: 30px;
	border-radius: 4px;
	background-color: #fafafa;
	width: 277px;
	height: 345px;
}

.block-5 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-top: 35px;
	border-radius: 12px;
	background-color: #00a99d;
	width: 69px;
	height: 96px;
}

.horizontal-line-2 {
	position: relative;
	margin-top: 5px;
	border-radius: 1px;
	background-color: #ffffff;
	width: 21px;
	height: 3px;
}

.icon-circle {
	position: relative;
	margin-top: 70px;
	width: 11px;
	height: 11px;
}

.app-wrapper {
	box-sizing: border-box;
	display: flex;
	position: absolute;
	top: 71px;
	right: 77px;
	align-items: center;
	flex-direction: row;
	border-radius: 6px;
	background-color: #b2ece8;
	padding-right: 7px;
	padding-left: 9px;
	height: 38px;
	line-height: 30px;
	white-space: nowrap;
}

.app {
	color: #00a99d;
	font-size: 30px;
	font-weight: 400;
}

.label-4 {
	position: relative;
	margin-top: 31px;
	max-width: 265px;
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 33px;
	white-space: nowrap;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: 500;
}

.summary-2 {
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	position: relative;
	margin-top: 17px;
	width: 237px;
	height: 87px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 29px;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.group-item1 {
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	margin-right: 31px;
	border-radius: 4px;
	background-color: #fafafa;
	width: 277px;
	height: 345px;
}

.block-6 {
	display: flex;
	position: relative;
	align-items: center;
	align-self: center;
	flex-direction: column;
	margin-top: 35px;
	border-radius: 12px;
	background-color: #00a99d;
	width: 69px;
	height: 96px;
}

.horizontal-line-3 {
	position: relative;
	margin-top: 5px;
	border-radius: 1px;
	background-color: #ffffff;
	width: 21px;
	height: 3px;
}

.icon-circle-1 {
	position: relative;
	margin-top: 70px;
	width: 11px;
	height: 11px;
}

.icon-key-wrapper {
	display: flex;
	position: absolute;
	top: 58px;
	right: 83px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	border-radius: 25px;
	background-color: #b2ece8;
	width: 52px;
	height: 51px;
}

.icon-key {
	margin-top: 2px;
	width: 30px;
	height: 27px;
}

.word-4 {
	position: relative;
	align-self: center;
	margin-top: 31px;
	max-width: 125px;
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 33px;
	white-space: nowrap;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: 500;
}

.summary-3 {
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	position: relative;
	margin-top: 17px;
	margin-left: 20px;
	width: 224px;
	height: 87px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 29px;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.group-item2 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-right: 30px;
	border-radius: 4px;
	background-color: #fafafa;
	width: 277px;
	height: 345px;
}

.bitmap {
	position: relative;
	align-self: center;
	margin-top: 36px;
	width: 105px;
	height: 94px;
}

.tag-5 {
	position: relative;
	align-self: center;
	margin-top: 32px;
	max-width: 101px;
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 33px;
	white-space: nowrap;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: 500;
}

.summary-4 {
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	position: relative;
	margin-top: 17px;
	margin-left: 20px;
	width: 224px;
	height: 87px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 29px;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.group-item3 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 4px;
	background-color: #fafafa;
	width: 277px;
	height: 345px;
}

.picture-1 {
	position: relative;
	align-self: center;
	margin-top: 36px;
	width: 105px;
	height: 94px;
}

.label-5 {
	position: relative;
	align-self: center;
	margin-top: 32px;
	max-width: 101px;
	height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 33px;
	white-space: nowrap;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: 500;
}

.summary-5 {
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	position: relative;
	margin-top: 17px;
	margin-left: 20px;
	width: 224px;
	height: 87px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 29px;
	color: #222222;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.title-1 {
	position: relative;
	margin-top: 68px;
	max-width: 1908px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 42px;
	white-space: nowrap;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
}

.book {
	position: relative;
	margin-top: 6px;
	max-width: 1908px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.liucheng {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-top: 2px;
	width: 100%;
	height: 345px;
}

.horizontal-line-4 {
	position: relative;
	margin-top: -2px;
	background-color: #008b89;
	width: 45px;
	height: 2px;
}

.group-11 {
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: row;
	margin-top: 32px;
}

.group-item0-1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 42px;
}

.icon-chat {
	position: relative;
	width: 45px;
	height: 41px;
}

.word-5 {
	position: relative;
	margin-top: 10px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-6 {
	margin-top: 16px;
	margin-right: 39px;
	width: 15px;
	height: 14px;
}

.group-item1-1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 42px;
}

.icon-trash {
	position: relative;
	width: 37px;
	height: 37px;
}

.tag-6 {
	position: relative;
	margin-top: 14px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-7 {
	margin-top: 16px;
	margin-right: 39px;
	width: 15px;
	height: 14px;
}

.group-item2-1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 1px;
	margin-right: 38px;
}

.icon-close {
	position: relative;
	width: 36px;
	height: 36px;
}

.label-6 {
	position: relative;
	margin-top: 14px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-8 {
	margin-top: 16px;
	margin-right: 43px;
	width: 15px;
	height: 14px;
}

.group-item3-1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 3px;
	margin-right: 42px;
}

.icon {
	position: relative;
	width: 38px;
	height: 33px;
}

.word-6 {
	position: relative;
	margin-top: 15px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-9 {
	margin-top: 16px;
	margin-right: 23px;
	width: 15px;
	height: 14px;
}

.group-item0-2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 3px;
	margin-right: 25px;
}

.icon-file {
	position: relative;
	width: 31px;
	height: 33px;
}

.info {
	position: relative;
	margin-top: 15px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-10 {
	margin-top: 16px;
	margin-right: 16px;
	width: 15px;
	height: 14px;
}

.group-item1-2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 4px;
	margin-right: 18px;
}

.icon-user {
	position: relative;
	width: 34px;
	height: 33px;
}

.meta {
	position: relative;
	margin-top: 14px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-11 {
	margin-top: 16px;
	margin-right: 23px;
	width: 15px;
	height: 14px;
}

.group-item2-2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 4px;
	margin-right: 26px;
}

.icon-wallet {
	position: relative;
	width: 31px;
	height: 34px;
}

.subtitle {
	position: relative;
	margin-top: 13px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.icon-right-12 {
	margin-top: 16px;
	margin-right: 33px;
	width: 15px;
	height: 14px;
}

.group-12 {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 4px;
}

.icon-1 {
	position: relative;
	width: 30px;
	height: 34px;
}

.tag-7 {
	position: relative;
	margin-top: 13px;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
}

.group-13 {
	box-sizing: border-box;
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: row;
	margin-top: 35px;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	border-color: #222222;
	padding-right: 24px;
	padding-left: 25px;
	height: 40px;
}

.info-1 {
	margin-top: 1px;
	line-height: 16px;
	white-space: nowrap;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
}

.dot {
	margin-top: 0;
	margin-left: 8px;
	width: 5px;
	height: 9px;
}

.caption-1 {
	position: relative;
	margin-top: 82px;
	max-width: 1908px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 42px;
	white-space: nowrap;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
}

.summary-6 {
	position: relative;
	margin-top: 6px;
	max-width: 1908px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.foot {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-top: 2px;
	width: 100%;
}

.horizontal-line-5 {
	position: relative;
	margin-top: -2px;
	background-color: #008b89;
	width: 45px;
	height: 2px;
}

.group-9 {
	overflow: hidden;
}

.group-14 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: row;
	margin-top: 35px;
}

.group-15 {
	background-color: #00a99d;
	overflow: hidden;
	height: 448px;
	padding-top: 30px;
}

.organization {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
}

.horizontal-line-6-1 {
	position: absolute;
	top: 90px;
	left: 55px;
	background-color: #ffffff;
	width: 114px;
	height: 2px;
	display: none;
}
.horizontal-line-6-2 {
	position: absolute;
	top: 185px;
	left: 55px;
	background-color: #ffffff;
	width: 114px;
	height: 2px;
	display: none;
}
.horizontal-line-6-3 {
	position: absolute;
	top: 280px;
	left: 55px;
	background-color: #ffffff;
	width: 114px;
	height: 2px;
	display: none;
}
.horizontal-line-6-4 {
	position: absolute;
	top: 375px;
	left: 55px;
	background-color: #ffffff;
	width: 114px;
	height: 2px;
	display: none;
}

.icon-right-13 {
	width: 9px;
	height: 18px;
	float: right;
	padding-top: 15px;
}

.title-2 {
	position: absolute;
	top: 142px;
	left: 53px;
	line-height: 42px;
	white-space: nowrap;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
}

.icon-right-14 {
	position: absolute;
	top: 154px;
	right: 37px;
	width: 9px;
	height: 18px;
}

.caption-2 {
	position: absolute;
	top: 238px;
	left: 53px;
	line-height: 42px;
	white-space: nowrap;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
}

.icon-right-15 {
	position: absolute;
	top: 250px;
	right: 37px;
	width: 9px;
	height: 18px;
}

.icon-right-16 {
	position: absolute;
	top: 346px;
	right: 37px;
	width: 9px;
	height: 18px;
}

.group-16 {
	background-size: contain;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	background-color: #dceded;
	background-image: url(../img/index/img_39.png);
	overflow: hidden;
	white-space: nowrap;
}

.block-7 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 3px;
	background-size: contain;
	background-image: url(../img/index/img_40.png);
	width: 896px;
	height: 478px;
}

.company {
	position: relative;
	margin-top: 45px;
	margin-left: 23px;
	max-width: 850px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 42px;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 30px;
	font-weight: 500;
}

.desc {
	position: relative;
	margin-top: 5px;
	margin-left: 23px;
	max-width: 850px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	color: #333333;
	font-family: "PingFang SC";
	font-size: 20px;
	font-weight: 400;
}

.container-1 {
	display: flex;
	position: relative;
	align-items: center;
	align-self: center;
	flex-direction: row;
	justify-content: center;
	margin-top: 43px;
	white-space: normal;
}

.wrapper-item0 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 8px;
	background-color: #ffffff;
	width: 278px;
	height: 193px;
}

.group-17 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: -1px;
	border-width: 6px;
	border-style: solid;
	border-color: #f3f3f3;
	width: 264px;
	height: 180px;
}

.entry-pic-wrapper {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
	margin-top: -4px;
	background-color: #d8d8d8;
	overflow: hidden;
}

.entry-pic-1 {
	width: 100%;
}

.wrapper-item1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 8px;
	background-color: #ffffff;
	width: 279px;
	height: 193px;
}

.group-18 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: -1px;
	border-width: 6px;
	border-style: solid;
	border-color: #f3f3f3;
	width: 265px;
	height: 180px;
}

.entry-pic-wrapper-1 {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
	margin-top: -4px;
	background-color: #d8d8d8;
	overflow: hidden;
}

.entry-pic-2 {
	width: 218px;
	height: 150px;
}

.wrapper-item2 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	background-color: #ffffff;
	width: 278px;
	height: 193px;
}

.group-19 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: -1px;
	border-width: 6px;
	border-style: solid;
	border-color: #f3f3f3;
	width: 264px;
	height: 180px;
}

.entry-pic-wrapper-2 {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
	margin-top: -4px;
	background-color: #d8d8d8;
	overflow: hidden;
}

.entry-pic-3 {
	width: 217px;
	height: 150px;
}

.group-20 {
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 54px;
	background-size: contain;
	background-image: url(../img/index/img_41.png);
}

.tabbar {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	width: 1277px;
	height: 83px;
	white-space: nowrap;
}

.address {
	position: relative;
	max-width: 1265px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 42px;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
}

.organization-1 {
	position: relative;
	margin-top: 6px;
	max-width: 1265px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.group-22 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	margin-top: 2px;
	width: 1277px;
	height: 350px;
}

.horizontal-line-7 {
	position: relative;
	margin-top: -2px;
	background-color: #008b89;
	width: 45px;
	height: 2px;
}

.block-8 {
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 93px;
}

.container-item0 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.action-bg-wrapper-item0 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 48px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 185px;
	height: 80px;
}

.action-bg-2 {
	margin-top: -2px;
	width: 163px;
	height: 51px;
}

.action-bg-wrapper-item1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 49px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 184px;
	height: 80px;
}

.button-bg-2 {
	margin-top: -3px;
	width: 162px;
	height: 46px;
}

.action-bg-wrapper-item2 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 50px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 184px;
	height: 80px;
}

.logo {
	margin-top: 1px;
	width: 141px;
	height: 64px;
}

.action-bg-wrapper-item3 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 48px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 184px;
	height: 80px;
}

.shop-logo {
	width: 154px;
	height: 70px;
}

.action-bg-wrapper-item4 {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 185px;
}

.action-bg-3 {
	width: 175px;
	height: 80px;
}

.container-item1 {
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: 32px;
}

.wrapper-item0-1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 48px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 185px;
	height: 80px;
}

.shop-logo-1 {
	margin-top: 0;
	width: 147px;
	height: 67px;
}

.wrapper-item1-1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 48px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 185px;
	height: 80px;
}

.logo-1 {
	width: 150px;
	height: 40px;
}

.wrapper-item0-2 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 49px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 184px;
	height: 80px;
}

.large-icon-1 {
	margin-top: 0;
	width: 68px;
	height: 59px;
}

.wrapper-item2-1 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-right: 50px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 184px;
	height: 80px;
}

.shop-logo-2 {
	width: 131px;
	height: 60px;
}

.wrapper-item3 {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color: #dddddd;
	background-color: #ffffff;
	width: 184px;
	height: 80px;
}

.shop-logo-3 {
	width: 127px;
	height: 58px;
}

.group-23 {
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	background-color: #22262e;
	overflow: hidden;
}

.empty {
	position: relative;
	width: 100%;
	height: 0;
}

.zhengshu{
	width: 200px;
	padding: 30px 50px;
}
.leixing{
	padding: 22px 50px;
	width: 408px;
}
.shang{
	font-size: 30px;
	font-weight: 400;
	color: #a0a3b5;
}
.shanga{
	background-color: #02A3A1;
	box-shadow: 0 0 33px 0 rgba(0,79,78,0.20);
}
.block-4 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 0px 50px;
	width: 592px;
	height: 588px;
}