@media screen and (min-width: 992px){
	.banner-box{
		position: relative;
	}
	.login-main{
		width: 970px;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.big-title{
		font-size: 50px;
	}
	.small-title{
		font-size: 24px;
	}
	.slogan{
		margin-top: 34px;
	}
	.free-box{
		margin-top:16px;
	}
	.free-item-box img {
		width: 16px;
		height: 16px;
	    margin-right: 5px;
	    margin-top: 2px;
	}
	.free-box .free-item{
		font-size: 16px;
		margin-right: 11px;
	}
	/* 解决微信卖货所有难题 */
	.slove-gap{
		height:66px;
	}
	.slove-gap-bottom{
		height:62px;
	}
	.problem-des{
		width: 523px;
	}
	.problem-des-img{
		width: 523px;
		height: auto;
	}
	.problem-des-img img{
		width: 523px;
		height: auto;
	}
	.class-item{
		width: 340px;
	}
	.morePlus-60{
		height: 60px;
	}
	/* 间隔 */
	.moreImg-item{
		width: 285px;
		height: 194px;
		overflow: hidden;
		position: relative;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.moreImg-item h6{
		font-size: 24px;
		color: #fff;
	}
	.all-people-img{
		width:970px;
		margin: 0 auto;
	}
	.all-people-img img{
		width: 100%;
		height: auto;
	}
	.all-people-gap{
		height: 64px;
	}
	/* 操作人群 */
	.handle-box{
		background-color: #f8f8f8;
		padding-bottom: 70px;
	}
	.handle-box-des{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.handle-item{
		box-sizing: border-box;
		
		width: 24%;
		height: 372px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		padding-top: 56px;
		padding-bottom:27px;
		
	}
	.handle-item img{
		width: 205px;
		height: 205px;
		transition: margin 0.3s ease 0s;
	}
	.handle-item:hover img{
		margin-bottom:20px;
	}
	.handle-item h6{
		font-size: 24px;
		color: #111;
	}
	.handle-box-gap,.handle-box-gap-bottom{
		height: 64px;
	}
	/* 百万团长 */
	.million-num-title{
		font-size: 16px;
	}
	.bw-tz-gap{
		height:64px;
	}
	.bw-tz-gap-bottom{
		height:40px;
	}
	.bw-title-gap{
		height: 48px;
	}
	.million-num{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.million-num-item{
		
	}
	.num-box{
		display: flex;
		align-items: flex-end;
	}
	.num-box p:nth-child(1){
		font-size:42px;
		font-style:oblique;
		color: var(--active-color);
		font-weight: bold;
	}
	.num-box p:nth-child(2){
		color: var(--active-color);
		margin-bottom: 7px;
		margin-left:6px;
	}
	.million-num-title{
		text-align: center;
		font-size: 16px;
		color: #5e5e5e;
	}
	.group{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 29px;
	}
	.group-box{
		background-color: #fff;
		/* width: 372px; */
		width: 32%;
		height: 362px;
		border-radius: 5px;
		box-shadow: 4px 4px 18px rgba(230,230,230,0.5);
		overflow: hidden;
		position: relative;
		margin-bottom: 40px;
		transition: transform 1s linear 0s;
	}
	.group-box:hover .heade-box{
		transition: transform 1s linear 0s;
		transform: rotate(360deg);
	}
	.group-box .top-img{
		width: 372px;
		height: 161px;
		
	}
	.heade-box{
		border-radius: 50%;
		box-shadow: 1px 1px 9px rgba(116,116,116,0.56);
		width: 72px;
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		position: absolute;
		left: 20px;
		top: 126px;
	}
	.group-title{
		font-size: 24px;
		color:#111;
		margin-top: 46px;
		padding:0 25px;
	}
	.group-des{
		font-size: 14px;
		color: #5e5e5e;
		line-height: 24px;
		margin-top: 12px;
		margin-bottom: 22px;
		padding:0 25px;
	}
	.group-tag{
		border: 1px solid #ff6422;
		color:#ff6422;
		padding: 4px 6px;
		border-radius: 5px;
		margin-left: 25px;
	}
	/* 合作品牌 */
	.barnd-item{
		width: 218px;
		height: 86px;
		margin-bottom: 27px;
	}
	.barnd-box::after{
		content: '';
		width: 218px;
	}
	.parent-brand-top-gap{
		height: 60px;
	}
	.parent-brand-bottom-gap{
		height: 40px;
	}
	.barnd-box{
		padding-bottom: 45px;
	}
	/* 页脚 */
	.foot{
		background-color: var(--active-color);
		padding: 36px 0;
	}
	.foot-content{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		width: 970px;
		margin: 0 auto;
	}
	.wechat-code{
		display: flex;
		align-items: center;
		max-width:none;
		margin: 0;
		width: auto;
	}
	.code-box1{
		margin-left: 0!important;
	}
	.code-box{
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-left: 70px;
	}
	.code-box .code-img{
		background-color: #fff;
		width: 123px;
		height: 123px;
		overflow: hidden;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 5px;
	}
	.code-box .code-img img{
		width: 100%;
		height:100%;
	}
	.code-box .p1{
		font-size: 16px;
		margin-top: 14px;
		color: #fff;
	}
	.code-box .p2{
		font-size: 12px;
		margin-top: 8px;
		color: #fff;
	}
	.concat{
		margin: 0 0 0 118px;
		height: 200px;
		padding-left: 70px;
		display:flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		border-left:1px solid #53d993 ;
		border-top: none;
		width: auto;
	}
	.concat p{
		font-size:16px;
		color: #fff;
		line-height: 36px;
		text-align: left;
		width: auto;
	}
}
