@media screen and (min-width: 1200px){
	.layui-container{
		width: 1200px!important;
		padding: 0!important;
	}
	.login-main{
		width: 1200px;
	}
	.big-title{
		font-size: 58px;
	}
	.small-title{
		font-size: 28px; 
	}
	.free-box .free-item{
		font-size: 16px;
		margin-right: 23px;
	}
	/* 解决微信卖货所有难题 */
	.slove-gap{
		height:66px;
	}
	.slove-gap-bottom{
		height:62px;
	}
	.problem-des{
		width: 557px;
	}
	.problem-des-img{
		width: 557px;
		height: auto;
	}
	.problem-des-img img{
		width: 557px;
		height: auto;
	}
	.class-item{
		width: 496px;
	}
	.all-people{
		padding-bottom: 80px;
	}
	.all-people-img{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.all-people-img img{
		width: 1059px;
		height: 662px;
	}
	/* 页脚 */
	.foot-content{
		width: 1200px;
	}
	.group-box{
		width: 372px;
	}
	.handle-item{
		width: 285px;
	}
}

