﻿/* 千匠星云·B2b渠道订货/B2b商城系统系统适用业务场景 */
/* 千匠星云·B2B多级分销系统适用业务场景 */
.b-item1 {
	display: flex;
	justify-content: space-evenly;
}

.b-item1 ul {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.b-item1 ul li {
	display: flex;

}

.b-item1 ul li div {
	text-align: left;
}

.b-item1 ul li div h2 {

	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #16181A;
	line-height: 30px;
}

.b-item1 ul li div p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3D485D;
	line-height: 30px;
}


.b-title {
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 44px;
}

.hr-1 {
	width: 40px;
	height: 4px;
	background: linear-gradient(135deg, #FFC400 0%, #FF9931 100%);
	border-radius: 2px;
	margin-bottom: 18px;
}

.hr-2 {
	width: 120px;
	height: 4px;
	background: linear-gradient(136deg, #8894F6 0%, #505BE9 100%);
	border-radius: 2px;
	margin-top: 24px;
}

.s-t-i ul {
	display: flex;
	justify-content: space-between;
}

.s-t-i ul li {
	width: 236px;
	height: 220px;
	background: rgba(231, 237, 254, 0.3);
	border-radius: 20px 0px 0px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.s-t-i ul li p {
	margin-top: 28px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #16181A;
	line-height: 30px;
}

.s-two .s-t-item1 .t-right {
	margin-left: 140px;
	margin-right: 100px;
}

.bt-gn {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 580px 580px;
	grid-template-columns: 380px 380px 380px;
	justify-items: center;
	align-items: center;
	margin-top: 80px;
}

.bt-gn li {
	max-width: 380px;
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 48px 50px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 4px 4px;
}

.gn-boxImg {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	margin-bottom: 24px;
}

.bt-gn li h4 {
	margin-top: 0;
	margin-bottom: 12px;
}

.bt-gn li p {
	max-width: 288px;
	max-height: 266px;
	margin-top: 24px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3D485D;
	line-height: 44px;
}


.bt-jg {
	display: grid;
	grid-gap: 6px;
	grid-template-rows: 50px, repeat(6, 90px);
	grid-template-columns: repeat(9, 128px);
	justify-content: center;
	align-content: center;

}

.bt-jg li {
	display: flex;
	justify-content: center;
	align-items: center;

}

.bt-jg .jg-item1 {
	line-height: 50px;

	background: linear-gradient(136deg, #8894F6 0%, #505BE9 100%);
	border-radius: 4px;

	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.bt-jg .jg-item2 {
	grid-row-end: span 3;
	line-height: 270px;
}

.bt-jg .jg-item3,
.bt-jg .jgone {

	background: rgba(223, 229, 247, 0.3);
	border-radius: 4px;

	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3D485D;
}

.bt-jg .jg-item4,
.bt-jg .jgtwo {
	background: #F1F4FF;
	border-radius: 4px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3D485D;
}

.jg-item3,
.jg-item4 {
	height: 90px;
}

/* 推荐 */
.bt-tj {
	max-width: 1200px;
	margin: 100px auto;
	text-align: center;
}

.bt-tj h1 {
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	margin-bottom: 80px;
}

.bt-tj ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bt-tj ul li {
	width: 190px;
	height: 260px;
	background: rgba(231, 237, 254, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bt-tj ul li h4 {
	margin-top: 36px;
	margin-bottom: 16px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #16181A;

	line-height: 30px;
}

.bt-tj ul li p {

	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #98A3B7;
}

.bt-jg-qian {
	width: 44px;
	height: 408px;
	background: #FF8788;
	border-radius: 4px;
}

.bt-jg-qian-span1 {
	padding-top: 35px;
}

.bt-jg-qian-span {
	padding-top: 145px;
}

.bt-jg-qian-span,
.bt-jg-qian-span1 {
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
	/* margin-left: px; */
}

.bt-jg-qian1 {
	width: 44px;
	height: 248px;
	background: #7895FB;
	border-radius: 4px;
	border: 1px solid #979797;
	margin: 0 auto;
}

.bt-jg-qian1-span {
	width: 24px;
	height: 44px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 40px;
	margin: 0 auto;
	/* margin-left: -5px; */
}

.bt-jg-qian2 {
	width: 44px;
	height: 138px;
	background: #505BE9;
	border-radius: 4px;
	border: 1px solid #979797;
}

.bt-jg-qian2-span1 {
	width: 24px;
	height: 44px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 15px;
	margin: 0 auto;
}

.bt-jg-qian-a {
	width: 253px;
	height: 386px;
	background: rgba(216, 216, 216, 0);
	border-radius: 10px;
	border: 2px dashed #a9a9a9;
	margin: 10px;
}

.bt-jg-qian-a h1 {
	/* width: 96px; */
	height: 32px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #16181A;
	line-height: 32px;
}

.bt-gnn {
	width: 100px;
	height: 36px;
	background: #F5F7F8;
	border-radius: 4px;
	border: 1px solid #E7EFFE;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #98A3B7;
	line-height: 35px;
}

.bt-gnn,
.bt-gnn1,
.bt-gnn2,
.bt-gnn3,
.bt-gnnn {
	margin-top: 14px;
	/* padding-top: 5px; */
}

.bt-gnnn {
	width: 100px;
	height: 36px;
	background: rgba(255, 162, 50, 0.1);
	border-radius: 4px;
	border: 1px solid #FFA232;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFA232;
	line-height: 35px;
}

.bt-gnn1 {
	width: 100px;
	height: 36px;
	background: rgba(148, 93, 246, 0.1);
	border-radius: 4px;
	border: 1px solid rgba(148, 93, 246, 0.6);
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(148, 93, 246, 0.8);
	line-height: 36px;
}

.bt-gnn2 {
	width: 100px;
	height: 36px;
	background: rgba(255, 135, 136, 0.1);
	border-radius: 4px;
	border: 1px solid #FF8788;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF8788;
	line-height: 36px;
}

.bt-gnn3 {
	width: 100px;
	height: 36px;
	background: rgba(67, 79, 232, 0.1);
	border-radius: 4px;
	border: 1px solid rgba(67, 79, 232, 0.6);
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(67, 79, 232, 0.8);
	line-height: 36px;

}

.bt-jg-a {
	width: 1124px;
	height: 248px;
	background: rgba(216, 216, 216, 0);
	border-radius: 10px;
	border: 2px dashed #979797;
	max-width: 1080px;
	/* 	position: relative;
	left: -15px; */
	margin: 0 auto;
}
.bt-jg-b {
	width: 1270px;
	/* height: 248px; */
	background: rgba(216, 216, 216, 0);
	border-radius: 10px;
	border: 2px dashed #979797;
	max-width: 1080px;
	/* 	position: relative;
	left: -15px; */
	margin: 0 auto;
	margin-left: 40px;
}
.bt-jg-bli{
	width: 107px;
	height: 36px;
	background: rgba(80, 91, 233, 0.1);
	border-radius: 4px;
	border: 1px solid rgba(80, 91, 233, 0.8);
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #505BE9;
	line-height: 36px;

}
.bt-jg-li {
	width: 107px;
	height: 36px;
	background: #F5F7F8;
	border-radius: 4px;
	border: 1px solid #E7EFFE;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #98A3B7;
	line-height: 36px;
	margin: 10px;
}

.bt-jg-li1 {
	width: 107px;
	height: 36px;
	background: #E7EFFE;
	border-radius: 4px;
	border: 1px solid #8EB1FF;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #7897FD;
	line-height: 36px;

}

@media screen and (max-width:768px) {
	.bt-gn{
		display: flex;
		flex-direction: column;
	}
	.bt-tj ul{
		/* flex-direction: column; */
		flex-wrap: wrap;
		justify-content: center;
		
	}
	.s-t-i ul{
		flex-wrap: wrap;
		justify-content:center
	}
	.s-two .s-t-item1 .t-right{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.s-two .s-t-item1{
		margin-bottom: 30px;
	}
	.b-title{
		padding: 0 20px;
		box-sizing: border-box;
	}
}
