.module-block{
	margin-top: -60px;
}
/* 新零售电商+智慧门店收银*/
.product-cashier .product-cashier-title{
	font-size: 42px;
	font-weight: 800;
	color: #000000;
	line-height: 60px;
	text-align: center;
}

.product-cashier .product-cashier-subtitle{
	font-size: 20px;

	font-weight: 500;
	color: #666666;
	line-height: 42px;
	text-align: center;
	margin: 10px 0 30px;
}
.product-cashier .product-cashier-list{
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.product-cashier .product-cashier-item{
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 180px;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	display: flex;
	flex-direction: column;
	position: relative;
}
.product-cashier .product-cashier-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 0;
 }
.product-cashier .product-cashier-item:nth-child(5n){
	margin-right: 0;
}
.product-cashier .product-cashier-item img{
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 1;
}
.product-cashier .product-cashier-item .product-cashier-name{
	font-size: 20px;

	font-weight: 500;
	color: #FFFFFF;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}

/* 核心功能 */
.product-core{
	margin-top: 40px;
}
.product-core .product-core-title{
	font-size: 42px;
	font-weight: 800;
	color: #000000;
	line-height: 60px;
	text-align: center;
}

.product-core .product-core-subtitle{
	font-size: 20px;

	font-weight: 500;
	color: #666666;
	line-height: 42px;
	text-align: center;
	margin: 10px 0 30px;
}
.product-core .product-core-list{
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.product-core .product-core-item{
	width: calc((100% - 100px) / 6);
	margin-right: 20px;
	margin-bottom: 20px;
	height: 155px;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	display: flex;
	flex-direction: column;
	position: relative;
}
.product-core .product-core-item:nth-child(6n){
	margin-right: 0;
}
.product-core .product-core-item img{
	width: 60px;
	height: 60px;
}
.product-core .product-core-item .product-core-name{
	font-size: 20px;

	font-weight: 500;
	color: #000000;
	margin-top: 15px;
}
.product-core .product-core-item .product-core-desc{
	font-size: 14px;

	font-weight: 500;
	margin-top: 5px;
	color: #666666;
}
.new-retail-multi-store{
	width: 100%;
	height: 840px;
	overflow: hidden;
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.new-retail-multi-store .pos-title{
	font-size: 40px;
	font-weight: 800;
	color: #000000;
	line-height: 66px;
	text-align: center;
	margin-top: 108px;
}

.pos-introduce{
	width: 1280px;
	height: 240px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.04);
	border-radius: 8px;
	text-align: center;
	padding: 32px 92px 40px;
	position: relative;
	top:-120px ;
	z-index: 10;
}
.pos-introduce .introduce-top{
	font-size: 24px;
	font-weight: 800;
	color: #000000;
	line-height: 32px;
}
.pos-introduce .introduce-content{
	margin-top: 28px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.checkstand-box{
	margin-top: -120px;
	padding: 0 260px 105px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.checkstand-left .checkstand-left-first{
	font-size: 20px;
	color: #0069FF;
	line-height: 28px;
	margin-bottom: 10px;
}
.checkstand-left .checkstand-left-second{
	font-size: 44px;
	font-weight: 800;
	color: #333333;
	line-height: 62px;
}
.checkstand-left .checkstand-left-thrid{
	font-size: 44px;
	font-weight: 800;
	color: #0069FF;
	line-height: 62px;
}
.checkstand-left .checkstand-left-content{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	margin-top: 24px;
}
.pos-box{
	padding: 126px 260px 124px;
	background-color: #F0F4FC;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payment{
	padding: 112px 260px 104px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cash-register-scale{
	padding: 144px 260px 118px 368px;
	background: linear-gradient(180deg, #E6E6E6 0%, #ECECEC 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.merchant-mobile{
	padding: 80px 260px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.club-card{
	background: #F0F4FC;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 260px;
}
/* 企业案例 */
.enterprise-case{
	padding: 61px 360px 98px;
	background: rgba(0,0,0,0.88);
}
.case-title {
	font-size: 48px;
	color: #FFFFFF;
	line-height: 66px;
	text-align: center;
}
.case-desc {
	font-size: 26px;
	color: #F6F6F6;
	line-height: 42px;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 80px;
}
.enterprise-case .case {
	width: 100%;
}

.case-item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 18px;
}
.case-item .case-item-content {
	width: 600px;
	background-color: #fff;
	padding: 78px 94px 71px 60px;
	border-radius: 0 18px 18px 0;	
}
.case-item .case-item-title {
	font-size: 30px;
	font-weight: 600;
	color: #363652;
	margin-bottom: 14px;
}
.case-item .case-item-desc {
	font-size: 20px;
	font-weight: 600;
	color: #363652;
	line-height: 28px;
	margin-bottom: 0px;
}
.case-item i{
	display: block;
	width: 68px;
	height: 4px;
	margin: 20px 0px 26px;
	background-color: #0063FF;
}
.case-item .case-item-text{
	font-size: 16px;
	color: #6D7278;
	line-height: 28px;
	margin-bottom: 0px;
}
.case-item span {
	display: block;
	margin-top: 38px;
	width: 160px;
	height: 60px;
	background-color: #0063FF;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-weight: 600;
}
.case-item-left .case-item-title,.case-item-desc {
	color: #fff;
}
.case-item-left .case-item-desc {
	color: #fff;
}
.case-item-left i { background-color: #fff}
.case-item-left .case-item-text { color: #CFCFCF}
.case-item-left span {background-color: #fff;color: #000;}