.index-main{
	margin: auto;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 96px !important;
}
.index-main .carousel-file{
	height: 80px;
	display: flex;
	justify-content: space-around;
	position: relative;
	/*bottom: 80px;
	background: rgba(255, 255, 255, .1);*/
}

.index-main .carousel-file .ns-lable-block.style-one {
	flex: 1;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.index-main .carousel-file .ns-lable-block.style-one:first-child {
	border-left: 0;
}

.index-main .carousel-file .ns-lable-block.style-one .label-img {
	width: 36px;
	height: 30px;
	text-align: center;
}

.index-main .carousel-file .ns-lable-block.style-one .label-content {
	flex: unset;
}

.index-main .carousel-file .ns-lable-block.style-one .label-content .label-title {
	font-size: 18px;
	color: #FFFFFF;
}

.business-products .ns-title {
	margin-top: 0;
}

.index-main .business-products .main-title:first-of-type{
	margin-bottom: 10px;
}

.business-products .business-list{
	display: flex;
	justify-content: space-between;
}

.business-products .business-list .business-item{
	width: 268px;
	height: 340px;
	position: relative;
}

.business-products .business-list .business-item img{
	position: absolute;
	top: 0;
	left: 0;
}

.business-products  .business-item .item-content{
	padding: 30px 30px;
	text-align: center;
	position: relative;
	height: 340px;
}

.business-products  .business-item .ns-text-part.style-one .style-one-title,
.business-products  .business-item .ns-text-part.style-one .style-one-content {
	color: #FFFFFF;
}

.business-products  .business-item .btn-box{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 60px;
}

.business-products  .business-item .btn-box .btn {
	width: 100px;
	height: 32px;
	border-radius: 0;
	padding: 0;
	line-height: 32px;
}

.business-products  .business-item .btn-box .show-how-wrap {
	height: 100%;
	display: flex;
	align-items: flex-end;
	margin-right: 8px;
	position: relative;
}

.business-products{padding-top: 80px}
.business-products .business-item .btn-box .btn-light.btn-b2c {
	color: #2A8CFB;
}

.business-products .business-item .btn-box .btn-light.btn-b2b2c {
	color: #FF8324;
}

.business-products .business-item .btn-box .btn-light.btn-saas {
	color: #7327FF;
}

.business-products .business-item .btn-box .btn-light.btn-b2cv4 {
	color: #1AC6AA;
}

.business-products .business-item .btn-box .btn-outline-light:hover {
	background-color: transparent;
	color: #FFFFFF;
}

.business-products .business-item .btn-box .btn-outline-light:not(:disabled):not(.disabled):active, 
.business-products .business-item .btn-box .btn-outline-light:not(:disabled):not(.disabled).active, 
.business-products .business-item .btn-box .show > .btn-outline-light.dropdown-toggle {
	color: #FFFFFF;
	background-color: transparent;
}
/* 专业化系统 */
.specialized-systems{
	display: flex;
}
.specialized-title {
  text-align: center;
  margin: 90px 0 45px 0;
}
.specialized-title .main-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
}
.specialized-title .sub-title {
  font-size: 18px;
  color: #6B6B6B;
}
.specialized-systems .case-item{
	position: relative;
	margin-left: 41px;
	width: 268px;
	height: 386px;
	cursor: pointer;
	border: 1px solid #EBEDF0;
	margin-bottom: 42px;
	transition: all .3s;
}
.specialized-systems .case-item .case-content{
	text-align: center;
}
.specialized-systems .case-item:nth-child(1){
	margin-left: 0;
}

.specialized-systems .case-item .item-icon{
	position: absolute;
	top: 125px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 3px 10px 0px rgba(33,33,38,0.15);
	background-color: #fff;
	overflow: hidden;
}
.specialized-systems .case-item .item-icon img{
	max-width: 100%;
	max-height: 100%;
}
.specialized-systems .case-item .case-title{
	width: 267px;
	height: 193px;
}
.specialized-systems .style-one-title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.specialized-systems .case-item .case-title img{
	max-width: 100%;
	max-height: 100%;
}
.specialized-systems .case-item .ns-multi-line{
	-webkit-line-clamp: 3;
}
.specialized-systems .case-item .more{
	border: 1px solid #2473F1;
	padding: 4px 20px;
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.specialized-systems .case-item .more i{
	font-size: 25px;
	margin-top: 4px;
}
.specialized-systems .case-item .more:hover{
	text-decoration: none;
}
.specialized-systems .case-item:hover{
	transform: translateY(-15px);
}
/*  案例展示  */
.case-list{
	display: flex;
	flex-wrap: wrap;
	
}
.case-list .case-item{
	position: relative;
	margin-left: 61px;
	width: 358px;
	height: 450px;
	cursor: pointer;
	border: 1px solid #EBEDF0;
	margin-bottom: 42px;
	transition: all .3s;
}
.case-list .case-item:nth-child(3n+1){
	margin-left: 0;
}

.case-list .case-item .case-content{
	text-align: center;
	padding: 70px 25px 25px;
}

.case-list .case-item .item-icon{
	position: absolute;
	top: 125px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 3px 10px 0px rgba(33,33,38,0.15);
	background-color: #fff;
	overflow: hidden;
}
.case-list .case-item .item-icon img{
	max-width: 100%;
	max-height: 100%;
}
.case-list .case-item .case-title{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 358px;
	height: 172px;
}
.case-list .case-item .case-title img{
	max-width: 100%;
	max-height: 100%;
}
.case-list .case-item .ns-multi-line{
	-webkit-line-clamp: 3;
}
.case-list .case-item .more{
	display: flex;
	align-items: center;
	margin-top: 38px;
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.case-list .case-item .more i{
	font-size: 25px;
	margin-top: 4px;
}
.case-list .case-item .more:hover{
	text-decoration: none;
}
.case-list .case-item:hover{
	transform: translateY(-15px);
}
.case-show .more-case{
	margin: auto;
}
.case-show .more-case:hover{
	text-decoration: none;
}

/*  解决方案  */
.solution .plan-bg-img {
    width: 100%;
    height: 417px;
    position: absolute;
    top: 0;
    left: 0;
}

.solution .plan-bg-img img{
    width: 100% !important;
    height: 417px !important;
    object-fit: cover;
}

.solution .plan-wrap {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solution .plan-left {
	width: 266px;
	height: 417px;
	font-size: 16px;
	color: #383838;
	border: 1px solid #EBEDF0;
}
.solution .plan-left ul{
	padding: 30px 30px 0;
}

.solution .plan-left ul li {
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.solution .plan-right, .solution .plan-right-box {
	width: 890px;
	height: 417px;
	position: relative;
	z-index: 2;
}

.solution .plan-right h2 {
    font-size: 28px;
    color: #ffffff;
}

.solution .plan-right p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}
.solution .plan-right .custom-case {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
}

.solution .plan-right .custom-case-left >span {
	position: relative;
    flex-shrink: 0;
	width: 265px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.solution .plan-right .custom-case-left >span > span, .solution .plan-right .custom-case-left >span > i{
	color: #fff;
	font-size: 20px;
}
.solution .plan-right .custom-case-left >span > i{
	font-size: 30px;
	position: absolute;
	right: 145px;
	top: -6px;
}
.solution .plan-right .custom-case-left >span > i:nth-child(2){
	right: 130px;
	color: rgba(255,255,255,.6);
}
.solution .plan-right .custom-case-left >span > i:nth-child(3){
	right: 115px;
	color: rgba(255,255,255,.3);
}
.solution .plan-right .custom-case-left > span:after{
	content: "";
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, #fff , transparent);
}

.solution .plan-right .custom-case .custom-case-img {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.solution .plan-right .custom-case .custom-case-img img {
    height: 221px;
}
.solution .plan-right .custom-case .custom-case-left {
	width: 380px;
}

.solution .plan-right .custom-case .custom-case-left .ns-btn{
	width:134px;
	height:38px;
	border:1px solid rgba(255,255,255,1);
	border-radius:3px;
	background-color: transparent;
	color: #fff;
	margin-top: 55px;
}

.solution .plan-right-con{
	height: 100%;
	padding: 50px 50px 40px;
	box-sizing: border-box;
}

/* 商城资讯 */
.mall-consulting .carousel-inner {
	height: 425px;
}

.mall-consulting .carousel-item-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEDF0;
}
.mall-consulting .carousel-item-title > span:first-of-type{
	position: relative;
	font-size: 20px;
}
.mall-consulting .carousel-item-title > span:first-of-type::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 2px;
	
}
.mall-consulting .carousel-item-title > span:last-of-type{
	position: relative;
}
.mall-consulting .carousel-item-title > span:last-of-type span, .mall-consulting .carousel-item-title > span:last-of-type i{
	color: #838383;
}
.mall-consulting .carousel-item-title > span:last-of-type span{
	padding-right: 42px;
}
.mall-consulting .carousel-item-title > span:last-of-type i{
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: -8px;
}
.mall-consulting .carousel-item-title > span:last-of-type i:nth-child(2){
    right: 5px;
}
.mall-consulting .carousel-item-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
	height: 425px;
}

.mall-consulting .carousel-item-content .ns-index-news-li{
	margin-bottom: 32px;
}

.mall-consulting .carousel-item-content .ns-index-news-li:hover {
	text-decoration: none;
}

.mall-consulting .carousel-item-title a:hover {
	text-decoration: none;
}
.mall-consulting .carousel-indicators li{
	background-color: #E9E9E9;
}
.mall-consulting .carousel-indicators li.active{
	background-color: #2373F1;
}

.mall-consulting .index-news-cate {
	border-bottom: 1px solid #EBEDF0;
}

.mall-consulting .index-news-cate-wrap {
	margin: 0;
}

.mall-consulting .index-news-cate-wrap li {
	font-size: 20px;
	margin-right: 30px;
	padding: 10px 0;
	cursor: pointer;
}

.mall-consulting .index-news-cate-wrap li span {
	position: relative;
}

.mall-consulting .index-news-cate-wrap li.active span::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 2px;
	
}

.mall-consulting .index-news-cate>a {
	line-height: 40px;
}

.mall-consulting .index-news-cate>a:hover {
	text-decoration: none;
}

.null-news {
	margin: 0 auto;
	line-height: 345px;
}

/*  合作伙伴  */
.partner{
	overflow: hidden;
	margin-bottom: 100px;
}
.partner .partner-main ul{
	white-space: nowrap;
}
.partner .partner-main li{
	display: inline-block;
	padding: 26px 23px;
	width:202px;
	height:201px;
	background:#fff;
	box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius:10px;
	box-sizing: border-box;
	white-space: initial;
}
.partner .partner-main li img{
	max-width: 100%;
	margin-bottom: 20px;
}
.partner .partner-main li img{
	max-width: 100%;
	margin-bottom: 20px;
}
.partner .ns-text-part.style-one .style-one-title{
	margin-bottom: 14px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.partner .partner-main li ~ li{
	margin-left: 48px;
}

.partner .partner-main .partner-img {
	display: inline-block;
	width: calc(15% - 20px);
	height: 80px;
	margin: 10px 20px;
	text-align: center;
	line-height: 70px;
}

.partner .partner-main .partner-img img {
	max-width: 100%;
	max-height: 100%;
}


/*  授权数量  */
.authorization-message{
	display: flex;
	justify-content: space-around;
}
.authorization-message li{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.authorization-message li span:first-of-type{
	margin-bottom: 21px;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #373737;
	line-height: 1;
	
}
.authorization-message li span:last-of-type{
	font-size: 18px;
	color: #838383;
}
/*  底部信息  */
.bottom-info{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 194px;
	background: url("../img/index/bottom_info.png") no-repeat bottom center;
}
.bottom-info span{
	font-size: 26px;
	color: #fff;
}
.bottom-info a {
	text-decoration: none;
}
.bottom-info button{
	margin-top: 30px;
	width: 160px;
	height: 40px;
	background:rgba(255,255,255,1);
	border-radius:3px;
}

.bottom-info .ns-btn:hover {
	background-color: #FFFFFF;
	color: #2A7EFB;
}
.to-old-website{
	text-align: center;
}

/*体验数量*/
.experience-box{
	width: 100%;
	position: absolute;
	bottom: -64px;
	left: 0;
	z-index: 10;
}

.experience-box .ns-base-width{
	margin: 0 auto;
	width: 1200px;
	height: 100px;
	background: #FFFFFF;	
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 62px;
}
.experience-box .ns-base-width .ecosystem-item{
	display: flex;
	align-items: center;
	flex: 1;
}
.experience-box .ns-base-width .ecosystem-item img{
	width: 50px;
	height: 50px;
	margin-right: 20px;
	flex-shrink: 0;
	object-fit: contain;
}
.experience-box .ns-base-width .ecosystem-item .ecosystem-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.experience-box .ns-base-width .ecosystem-item .ecosystem-title{
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-bottom: 2px;
}
.experience-box .ns-base-width .ecosystem-item .ecosystem-desc{
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	color: #7A808C;
	line-height: 20px;
}
.experience-box .ns-base-width .ecosystem-divider{
	width: 0;
	height: 30px;
	margin: 0 40px;
	border-left: 1px solid #E5E5E5;
}
/* 全新技术栈 */
.tech-stack-section{
	margin-top: 70px;
	margin-bottom: 50px;
}
.tech-stack-title{
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 13px;
}
.tech-stack-subtitle{
	font-size: 20px;
	font-weight: 400;
	color: #4A505C;
	line-height: 24px;
	text-align: center;
	margin-bottom: 42px;
}
.tech-stack-features{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.tech-stack-content{
	position: relative;
}
.tech-stack-left{
	flex: 1;
	margin-right: 40px;
	min-width: 400px;
}
.tech-feature-btn,
.tech-feature-text{
	display: inline-block;
	width: 160px;
	height: 60px;
	border-radius: 30px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	margin-right: 76px;
	cursor: pointer;
	transition: all 0.3s;
	background: #FFFFFF;
	color: #666666;
}
.tech-feature-btn.active,
.tech-feature-text.active{
	background: #2A7EFB;
	color: #FFFFFF;
}
.tech-content-panel{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
}
.tech-content-panel.active{
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.tech-stack-framework{
	margin-top: 40px;
}
.framework-subtitle{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
	margin-bottom: 8px;
}
.framework-desc{
	font-size: 20px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 32px;
}
.framework-items{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.framework-item{
	display: flex;
	align-items: flex-start;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 14px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
	width: 508px;
	height: 112px;
	box-sizing: border-box;
}
.framework-item img{
	width: 84px;
	height: 84px;
	margin-right: 20px;
	flex-shrink: 0;
}
.framework-item-content{
	flex: 1;
}
.framework-item-title{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.framework-item-desc{
	font-size: 14px;
	color: #7A808C;
	line-height: 20px;
	margin-bottom: 4px;
}
.tech-stack-right{
	flex-shrink: 0;
	width: 832px;
}
.tech-stack-right img{
	width: 832px;
	height: 600px;
	border-radius: 4px;
	object-fit: cover;
}
/* 产品中心 */
/* 产品中心背景图 - 占满整个屏幕 */
.product-section-wrapper {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.product-box{
	margin-top: 50px;
	margin-bottom: 0;
	background-image: url('../img/base/shouyebj1.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 950px;
	width: 100%;
	min-height: 950px;
	padding: 70px 0 40px 0;
	position: relative;
}
.product-box .product-title,
.product-box .product-content{
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.product-box .product-title{
	margin-bottom: 52px;
}
.product-box .product-title p{
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;	
	text-align: center;
	margin-bottom: 13px;
}
.product-box .product-title div{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #4A505C;
	line-height: 24px;
	margin-bottom: 42px;
}
.product-box .product-content{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 20px;
	justify-content: flex-start;
}
.product-box .product-content .product-list{
	width: 335px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 4px;
	margin-bottom: 0;
	cursor: pointer;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.product-box .product-content .product-list .product-header{
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}
.product-box .product-content .product-list .product-icon{
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: 10px;
}
.product-box .product-content .product-list .product-icon img{
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.product-box .product-content .product-list .product-title-wrapper{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
	margin-top: 27px;
	min-width: 0;
	width: 100%;
	overflow: visible;
}
.product-box .product-content .product-list .product-title-wrapper p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	margin: 0;
	margin-right: 2px;
	text-align: left;
	flex-shrink: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: visible;
}
.product-box .product-content .product-list .product-desc{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.product-box .product-content .product-list .product-title-wrapper .product-tech{
	font-size: 11px;
	color: #165DFF;
	background: transparent;
	border: 1px solid #165DFF;
	padding: 0 1px;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	width: 30px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: 2px;
}
.product-box .product-content .product-list .product-title-wrapper .product-tech[data-tech="dual"]{
	width: 77px;
}
.product-box .product-content .product-list .product-title-wrapper .product-tech:not([data-tech="dual"]){
	width: 36px;
}
.product-box .product-content .product-list .product-desc .product-feature{
	font-size: 18px;
	font-weight: 500;
	color: #4A505C;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: left;
}
.product-box .product-content .product-list .product-desc .product-detail{
	font-size: 14px;
	color: #7A808C;
	line-height: 20px;
	text-align: left;
	flex: 1;
	overflow: hidden;
}
.product-box .product-content .product-list .product-desc .product-btn-group{
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 12px;
}
.product-box .product-content .product-list .product-desc .product-btn{
	border-radius: 2px;
	font-size: 14px;
	line-height: 38px;
	width: 104px;
	height: 38px;
	text-align: center;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
}
.product-box .product-content .product-list .product-desc .product-btn-group .product-btn:first-child{
	background: #165DFF;
	color: #FFFFFF;
	border: 1px solid #165DFF;
}
.product-box .product-content .product-list .product-desc .product-btn-group .product-btn:last-child{
	background: #FFFFFF;
	color: #165DFF;
	border: 1px solid #165DFF;
}
.product-box .product-content .product-list .product-desc .product-btn:hover{
	opacity: 0.8;
}
/* 服务行业 */
.product-homemaking-wrapper{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.product-homemaking{
	background-image: url('../img/base/shouyebj2.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 807px;
	width: 100%;
	min-height: 807px;
	padding: 60px 0 40px 0;
	position: relative;
	box-sizing: border-box;
}
.product-homemaking .product-homemaking-title,
.product-homemaking .product-homemaking-subtitle,
.product-homemaking .product-homemaking-list{
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.product-homemaking .product-homemaking-title{
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 13px;
}
.product-homemaking .product-homemaking-subtitle{
	font-size: 20px;
	font-weight: 400;
	color: #4A505C;
	line-height: 24px;
	text-align: center;
	margin-bottom: 62px;
}
.product-homemaking .product-homemaking-list{
	padding: 0;
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
	justify-content: center;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.product-homemaking .product-homemaking-item{
	width: 264px;
	height: 214px;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow:hidden;
	background: #FFFFFF;
	box-shadow: 0px 8px 12px 0px rgba(20,53,102,0.06);
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product-homemaking .product-homemaking-item:nth-child(5n){
	margin-right: 0;
}
.product-homemaking .product-homemaking-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.product-homemaking .product-homemaking-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-homemaking .product-homemaking-icon{
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}
.product-homemaking .product-homemaking-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-homemaking .product-homemaking-item .product-homemaking-name{
	font-size: 16px !important;
	font-weight: 500;
	color: #FFFFFF !important;
	line-height: 24px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.product-homemaking .product-homemaking-percent{
	font-size: 14px;
	font-weight: 500;
	color: #FF0000;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 4px;
}




/* 数万家企业的共同选择 */
.enterprise-choice-section{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 950px;
	margin-top: 0;
	padding: 80px 0;
	overflow: hidden;
}
.enterprise-choice-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.enterprise-choice-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.enterprise-choice-content{
	position: relative;
	z-index: 2;
}
.enterprise-choice-header{
	margin-bottom: 100px;
	width: 100%;
	text-align: center;
}
.enterprise-choice-left{
	max-width: 500px;
}
.enterprise-choice-title{
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 13px;
}
.enterprise-choice-subtitle{
	font-size: 20px;
	font-weight: 400;
	color: #4A505C;
	line-height: 24px;
	text-align: center;
	margin-bottom: 0;
}
.enterprise-feature-card{
	display: flex;
	align-items: center;
	background: #FFFFFF url('../img/index/shouyexbj.png') no-repeat center center;
	background-size: 110% 110%;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 20px;
	width: 446px;
	height: 159px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.enterprise-feature-card:last-child{
	margin-bottom: 0;
}
.enterprise-feature-icon{
	width: 94px;
	height: 94px;
	flex-shrink: 0;
	margin-right: 20px;
}
.enterprise-feature-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.enterprise-feature-content{
	flex: 1;
}
.enterprise-feature-title{
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	margin-bottom: 19px;
}
.enterprise-feature-desc{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

/* 我们的客户 */
.our-customers{
	margin-top: 0;
	background: transparent;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.product-customers{
	padding-top: 68px;
	padding-bottom: 108px;
}
.product-customers .product-customers-title{
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 13px;
}
.our-customers .product-customers-subtitle {
	margin: 0 auto 50px;
	text-align: center;
	font-size: 20px;
	color: #4A505C;
	line-height: 24px;
	font-weight: 400;
}
.our-customers .product-customers-subtitle div{
	text-align: center;
	font-size: 20px;
	color: #4A505C;
	line-height: 24px;
	font-weight: 400;
}
.our-customers .product-customers-subtitle .product-customers-subtitle-text{
	text-align: center;
	font-size: 20px;
	color: #4A505C;
	line-height: 24px;
	font-weight: 400;
}
.our-customers .product-customers-subtitle .product-customers-desc-text{
	text-align: center;
	font-size: 20px;
	color: #4A505C;
	line-height: 24px;
	font-weight: 400;
}
.product-customers  .scroll-product-customers{
	padding: 0 100px;
	position: relative;
}
.scroll-product-customers .swiper-button-next,
.scroll-product-customers .swiper-button-prev{
	background-image:none;
	width: 32px;
	height: 32px;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.scroll-product-customers .swiper-button-next:hover,
.scroll-product-customers .swiper-button-prev:hover{
	opacity: 1;
}
.scroll-product-customers .swiper-button-next img,
.scroll-product-customers .swiper-button-prev img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2878%) hue-rotate(210deg) brightness(97%) contrast(97%);
}
.scroll-product-customers .swiper-button-next::after,
.scroll-product-customers .swiper-button-prev::after{
	display: none;
}
/* .scroll-product-customers .my-button-disabled{
	opacity: 0 !important;
} */
.product-customers .product-customers-box{
	overflow: hidden;
	box-sizing: border-box;
}
.product-customers .product-customers-list{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.product-customers .product-customers-item{
	margin-right: 12px;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	width: 230px;
	flex-shrink: 0;
}

.product-customers .product-customers-item .product-customers-img{
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.product-customers .product-customers-item .product-customers-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.product-customers .product-customers-item .product-customers-img .mask-layer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(37,39,51,0.68);
	padding: 42px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
}
.product-customers .product-customers-item .product-customers-img:hover .mask-layer{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.product-customers .product-customers-item .product-customers-img .mask-layer img{
	width: 146px;
	height: 146px;
	object-fit: contain;
	background: rgba(37,39,51,0.68);
	min-width: 146px;
	min-height: 146px;
}
.product-customers .product-customers-item .product-customers-content{
	padding: 20px 18px;
	box-sizing: border-box;
}
.product-customers .product-customers-item .product-customers-name{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	text-align: left;
	margin-bottom: 8px;
}
.product-customers .product-customers-item .product-customers-desc{
	font-size: 14px;
	margin-top: 0;
	color: #888888;
	line-height: 20px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.found-our{
	margin-top: 152px;
	padding: 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.found-our .found-our-left{
	padding: 46px 0 62px;
	margin-right: 26px;
}
.found-our .found-our-left .found-our-title{
	font-weight: bold;
	color: #1D1D1F;
	line-height: 68px;
	font-size: 52px;
}
.found-our .found-our-left .found-our-desc{
	font-size: 24px;
	color: #3B3B3D;
	line-height: 34px;
	margin-top: 8px;
}
.found-our .found-our-left .layui-form-item{
	width: 480px;
	height: 58px;
	background: #FFFFFF;
	border-radius: 29px;
	border: 1px solid #BBC8FF;
	display: flex;
	padding: 3px;
}
.found-our .found-our-left .layui-form-item input{
	flex: 1;
	height: 100%;
	margin-left: 32px;
	border: none;
	outline: none;
}
.found-our .found-our-left .layui-form-item input::placeholder{
	color: #919191;
	font-size: 16px;
}
.found-our .found-our-left .layui-form-item button{
	padding: 13px 37px;
	background-color: #000000;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 26px;
	border-radius: 29px;
	border: none;
}
.found-our .found-our-left .found-our-understand{
	margin-top: 20px;
	font-size: 12px;
	color: #323233;
	line-height: 16px;
}
.found-our .found-our-right img{
	width: 600px;
	height: 382px;
}
.base-head {
	background: #1D1E1F !important;
}

.base-main{
	margin-top: 0!important;
}

/* 底部固定图片 */
.footer-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	cursor: pointer;
  }
  .footer-fixed img{
	width: 100%;
  	display: none;
  }
  .footer-fixed img.active{
	  display: inline-block;
  }
/* 底部照片滚动后阴藏 */
.footer-fixed.fixed-none{
	display: none;
}

/* 精选案例视频弹框 */
.demo-merchant .layui-layer-title{
	border-bottom: #E8E8E8 solid 1px;
	height: 68px;
	line-height: 68px;
	background-color: #fff;
}
.demo-merchant .layui-layer-setwin{
	font-size: 24px;
	color: #9d9d9d;
	top: 30px;
	right: 30px;
}
.demo-merchant  .layui-layer-content{
	overflow: hidden;
  }
.demo-merchant .layui-layer-content .video-play{
	padding: 30px 34px 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.demo-merchant .layui-layer-content .video-play .arrow img{
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.demo-merchant .layui-layer-content .video-play .selected-cases{
	margin: 0 20px;
	display: flex;
	height: 100%;
	align-items: center;
	overflow: hidden;
  }
  .demo-merchant .layui-layer-content .video-play .selected-cases .selected-item{
	margin-right: 38px;
  }
  .demo-merchant .layui-layer-content .video-play .selected-cases .selected-item:nth-child(2n){
	margin-right: 0;
  }
  .demo-merchant .layui-layer-content .video-play .selected-cases .selected-cases-video{
	width: 398px;
	height: 308px;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #000000;
  }
  .demo-merchant .layui-layer-content .video-play .selected-cases .selected-cases-title{
	margin-top: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	text-align: center;
  }
  .layui-layer-content .selected-cases .selected-cases-video img:first-child{
	width: 398px;
	height: 228px;
  }
  .layui-layer-content .selected-cases .selected-cases-video .play-btn{
	width: 398px;
	height: 228px;
	cursor: pointer;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .layui-layer-content .selected-cases .selected-cases-video .play-btn img{
	width: 42px;
	height: 42px;
	
  }
  .merchant-video .layui-layer-content{
	overflow: hidden;
  }
  .merchant-video .layui-layer-content video{
	width: 996px;
	height: 520px;
	/* object-fit: fill; */
	overflow: hidden !important;
  }
  /* 新零售视频弹框 */
  .demo-new-retail .layui-layer-title{
	background-color: #fff;
	font-size: 22px;
	font-weight: 600;
	color: #0C0C0C;
	line-height: 68px;
	height: 68px;
	padding: 0 32px;
  }
  .demo-new-retail .layui-layer-content{
	overflow: hidden;
	padding: 34px;
  }
  .demo-new-retail .layui-layer-content video{
	width: 100%;
	height: 452px;
  }