.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;
	height: 128px;
	background: #FFFFFF;	
	box-shadow: 0px 8px 12px 0px #F6F6F6;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 62px;
}
.experience-box .ns-base-width .experience-item{
	display: flex;
	align-items: center;
}
.experience-box .ns-base-width .experience-item img{
	width: 48px;
	height: 48px;
	margin-right: 18px;
}
.experience-box .ns-base-width .experience-item .experience-title p{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	margin-bottom: 0px;
}
.experience-box .ns-base-width .experience-item .experience-title span{
	font-size: 18px;
	color: #555555;
	line-height: 25px;
}
.experience-box .ns-base-width .experience-border{
	width: 1px;
	height: 32px;
	background: #AAAFB5;
}
/* 产品中心 */
.product-box{
	margin-top: 88px;
	margin-bottom: 64px;

}
.product-box .product-title{
	margin-bottom: 52px;
}
.product-box .product-title p{
	font-size: 36px;
	color: #333333;
	line-height: 50px;	
	text-align: center;
	margin-bottom: 22px;
}
.product-box .product-title div{
	text-align: center;
	font-size: 16px;
	color: #949699;
	line-height: 24px;
}
.product-box .product-content{
	padding: 0 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-box .product-content .product-list{
	background: #FFFFFF;
	box-shadow: 0px 8px 12px 0px rgba(20,53,102,0.06);
	border-radius: 4px;
	margin-bottom: 24px;
	cursor: pointer;
}
.product-box .product-content .product-list img{
	width: 280px;
	height: 167px;
}
.product-box .product-content .product-list .product-desc p{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin: 21px 0 18px;
	text-align: center;
}
.product-box .product-content .product-list .product-desc .product-btn{
	border-radius: 2px;
	border: 1px solid #FF8401;
	font-size: 14px;
	color: #FF8401;
	line-height: 20px;
	width: 128px;
	margin: 0 auto 22px;
	cursor: pointer;
}
.product-box .product-content .product-list .product-desc .product-btn .hover{
	text-align: center;
	padding: 8px 0px;
	position: relative;
}
/* 新零售收银系统 */
.cashier-system .cashier-system-title{
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 22px;
}
.cashier-system .cashier-system-subtitle{
	font-size: 16px;
	color: #949699;
	line-height: 24px;
	margin-bottom: 52px;
	text-align: center;
}
.cashier-system .cashier-system-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 28px;
	margin-bottom: 40px;
}
.cashier-system .cashier-system-list .toward{
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.cashier-system .cashier-system-list .toward img{
	width: 32px;
	height: 32px;
}
.cashier-system .cashier-system-list {
	padding: 0 100px;
    position: relative;
}
.cashier-system .swiper-button-prev{
	background-image: none;
}
.cashier-system .swiper-button-next{
	background-image: none;
}
.cashier-system .cashier-system-list .cashier-system-box{
	overflow: hidden;
}
.cashier-system .cashier-system-list .cashier-system-content{
	display: flex;
}
.cashier-system .cashier-system-list .cashier-system-content .cashier-system-items{
	background: #FFFFFF;
	box-shadow: 0px 8px 12px 0px rgba(20,53,102,0.06);
	border-radius: 4px;
	margin-right: 26px;
	margin-bottom: 24px;
	width: 280px;
}
.cashier-system .cashier-system-list .cashier-system-content .cashier-system-items .cashier-system-img{
	position: relative;
}
.cashier-system .cashier-system-list .cashier-system-content .cashier-system-items .cashier-system-img img{
	width: 280px;
	height: 196px;
}
.cashier-system .cashier-system-list .cashier-system-content .cashier-system-items .cashier-system-img .shadow{
	width: 280px;
	height: 196px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cashier-system .cashier-system-list .cashier-system-content .cashier-system-items .cashier-system-img .shadow img{ 
	width: 42px;
	height: 42px;
}
.cashier-system .cashier-system-list .cashier-system-content .cashier-system-items .cashier-title{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	padding: 20px 0;
}
.cashier-system .experience{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 128px;
}
.cashier-system .experience .experience-btns{
	padding: 15px 40px;
	background-color:#333;
	border: none;
	border-radius: 2px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
	outline: none;
	cursor: pointer;
}
.cashier-system .experience .consult-btns{
	padding: 14px 40px;
	border-radius: 2px;
	border: 2px solid #333333;
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	margin-left: 24px;
	background-color: #fff;
}
.cashier-system .experience .buy{
	display: flex;
	align-items: center;
	margin-left: 44px;
}
.cashier-system .experience .buy img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.cashier-system .experience .buy  .telephone p:first-child{
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 2px;
}
.cashier-system .experience .buy  .telephone p:nth-child(2){
	font-size: 24px;
	color: #333333;
	line-height: 33px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
/* 服务行业 */
.product-homemaking .product-homemaking-title{
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 22px;
}
.product-homemaking .product-homemaking-subtitle{
	margin-bottom: 53px;
}
.product-homemaking .product-homemaking-subtitle div{
	text-align: center;
	font-size: 16px;
	color: #949699;
	line-height: 24px;
}
.product-homemaking .product-homemaking-list{
	padding: 0 100px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.product-homemaking .product-homemaking-item{
	width: calc((100% - 78px) / 4);
	margin-right: 26px;
	margin-bottom: 24px;
	overflow:hidden;
	background: #FFFFFF;
	box-shadow: 0px 8px 12px 0px rgba(20,53,102,0.06);
	border-radius: 4px;
	cursor: pointer;
}
.product-homemaking .product-homemaking-img{
	height: 160px;
	position: relative;
}
.product-homemaking .product-homemaking-item:nth-child(4n){
	margin-right: 0;
}
.product-homemaking .product-homemaking-item .product-homemaking-img img:nth-child(1){
	width: 100%;
	height: 100%;
}
.product-homemaking .product-homemaking-item .product-homemaking-img img:nth-child(2){
	width: 58px;
	height: 58px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translateX(-50%) translateY(-50%);
}
.product-homemaking .product-homemaking-item .product-homemaking-name{
	font-size: 18px;
	font-weight: 500;
	margin-top: 28px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}
.product-homemaking .product-homemaking-item .product-homemaking-second{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 20px;
	margin-top: 8px;
	text-align: center;
}
.product-homemaking .product-homemaking-item .product-homemaking-btn{
	width: 128px;
	padding: 8px 0px;
	border-radius: 2px;
	border: 1px solid #FF8401;
	text-align: center;
	margin: 26px auto 30px;
	font-size: 14px;
	color: #FF8401;
	line-height: 20px;
	cursor: pointer;
}




/* 我们的客户 */
.our-customers{
	margin-top: 60px;
	background: #252733;
}

.product-customers{
	padding-top: 68px;
	padding-bottom: 108px;
}
.product-customers .product-customers-title{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.our-customers .product-customers-subtitle {
	margin: 22px auto 62px;
}
.our-customers .product-customers-subtitle div{
	text-align: center;
	font-size: 16px;
	color: #DBDBDB;
	line-height: 24px;
	text-align: center;
}
.product-customers  .scroll-product-customers{
	padding: 0 100px;
	position: relative;
}
.scroll-product-customers .swiper-button-next{
	background-image:none;
	width: 32px;
	height: 32px;
}
.scroll-product-customers .swiper-button-prev{
	background-image:none;
	width: 32px;
	height: 32px;
}
/* .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: center;
	justify-content: space-between;
}
.product-customers .product-customers-item{
	margin-right: 12px;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.product-customers .product-customers-item .product-customers-img{
	position: relative;
	cursor: pointer;
}
.product-customers .product-customers-item .product-customers-img:hover .mask-layer{
	display: block;
}
.product-customers .product-customers-item .product-customers-img img{
	width: 230px;
	height: 230px;
	border-radius: 10px;
}
.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: none;
}
.product-customers .product-customers-item .product-customers-img .mask-layer img{
	width: 146px;
	height: 146px;
}
.product-customers .product-customers-item .product-customers-content{
	padding: 20px 18px;
}
.product-customers .product-customers-item .product-customers-name{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
}
.product-customers .product-customers-item .product-customers-desc{
	font-size: 14px;
	margin-top: 8px;
	color: #888888;
	line-height: 20px;
	width: 194px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.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;
  }