@media screen and (max-width: 768px){
	.padding-reset{
		padding: 0!important;
	}
	/* 导航栏 */
	.menu-right{
		height: 45px;
		text-align: right;
		line-height: 45px;
	}
	.menu-right img{
		width: 15px;
		height: 15px;
	}
	.logo-box{
		height: 45px;
		display: flex;
		align-items: center;
	}
	.logo-box img{
		width: 44.5px;
		height: 24px;
		line-height: 24px;
	}
	/* 手机端弹出固定导航栏 */
	.nav{
		position: relative;
	}
	.sm-fixed-nav{
		position: absolute;
		background-color: #fff;
		top: 45px;
		left: 0;
		width: 100%;
		height:0;
		z-index: 1;
		padding-top: 0px;
		overflow: hidden;
		transition: height 0.4s linear 0s;
	}
	.sm-fixed-nav ul>li{
		padding:15px 15px;
		font-size: 16px;
		color: #111;
		border-bottom: 1px solid #e1e1e1;
	}
	.sm-fixed-nav ul>li>a{
		display: inline-block;
		width: 100%;
	}
	.sm-fixed-nav ul>li>i{
		float: right;
		margin-top: 4px;
		color: #666;
	}
	.top-nav{
		background-color: #fff;
		padding: 0 15px;
		width:calc(100% - 30px);
		height: 45px;
		position: relative;
		z-index: 3;
	}
	/* 手机banner */
	.phone-banner{
		width: 100%;
	}
	.phone-banner>img{
		width:100%;
		height: 450px;
	}
	.banner-item{
		background-image:url(../image/phone-banner1.png);
	}
	.banner-item2{
		background-image:url(../image/phone-banner2.png);
	}
	.banner-item2 .big-title{
		color:#1bcc71;
		font-size: 36px;
	}
	.banner-item2 .small-title{
		font-size: 17px;
		color:#1bcc71;
	}
	/* 手机 slogan */
	.login-main{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.big-title{
		font-size: 25px;
		font-weight: bold;
	}
	.small-title{
		font-size: 15px;
	}
	.free-box{
		justify-content: center;
		flex-wrap: wrap;	
	}
	.slogan{
		margin: 0;
		margin-top: 32px;
	}
	.free-item-box img{
		width: 11.5px;
		height: 11.5px;
	}
	.free-box .free-item{
		font-size: 12px;
		margin-right:20px;
	}
	/* 解决微信卖货所有难题 */
	.slove-gap{
		height:30px;
	}
	.public-big-title{
		font-size: 25px;
		font-weight: bold;
	}
	.public-sub-title{
		font-size: 14px;
		margin-top: 6px;
	}
	.slove-gap-bottom{
		height: 54px;
	}
	/* 手机端的获流 */
	.hl-swiper-box{
		width: 100%;
		margin: 0 auto;
		padding: 8px 0;
		overflow: hidden;
	}
	#swiper-content{
		font-size: 0;
		white-space: nowrap;
		display: flex;
		justify-content: center;
		position: relative;
		transition: all 1s linear 0s;
		left: 0;
	}
	.hl-title{
		font-size: 18px;
		font-weight: bold;
		color: #111;
		text-align: center;
		margin-bottom: 10px;
	}
	.hl-swiper{
		box-shadow: 1px 1px 6px rgba(178, 178, 178, 0.15);
		padding: 16px 10px;
		width:270px;
		display: inline-block;
		font-size: 0;
		border-radius: 10px;
		box-sizing: border-box;
		margin-right: 10px;
	}
	.hl-swiper:last-child{
		margin-right: 0;
	}
	.hl-swiper h6{
		font-size: 16px;
		color: #111;
		text-align: center;
		margin-top: 4.5px;
		margin-bottom: ;
	}
	.hl-swiper-item{
		display: flex;
		align-items: center;
		margin-bottom: 19px;
		
	}
	.hl-swiper-item:last-child{
		margin-bottom: 0;
	}
	.hl-swiper-item img{
		width: 50px;
		height: 50px;
		margin-right: 8px;
	}
	.hl-swiper-item h3{
		font-size: 15px;
		color: #333;
	}
	
	.hl-swiper-item p{
		font-size:12px;
		color: #aeaeae;
	}
	/* 小圆点 */
	.swiper-dot{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 25px;
		margin-bottom: 34px;
	}
	.swiper-dot .dot{
		float: left;
		width: 8px;
		height: 8px;
		background-color:#82e0af;
		border-radius: 50%;
		margin-right:13.5px;
	}
	.swiper-dot .dot:last-child{
		margin-right:0;
	}
	.swiper-dot .doted{
		background-color:#05c160;
	}
	/* 找货源 */
	.hy-swiper{
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right:15px;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		padding: 5px 0;
		padding-left: 54px;
	}
	.hy-swiper-content{
		position: relative;
		left:0;
	}
	.hy-swiper::-webkit-scrollbar {
		display:none
	}
	.hy-content{
		margin-top: 10px;
	}
	.hy-content h4{
		text-align: center;
		font-size: 16px;
		color: #333;
	}
	.hy-content div{
		display: flex;
		align-items: center;
		justify-content: center;
		color:#5e5e5e;
		font-size: 14px;
	}
	.hy-content div>p{
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
	}
	.hy-content .pinpai,.hy-content .lirun{
		margin-top:6px;
	}
	.hy-content .pinpai img{
		width:13.5px;
		height: 12.5px;
	}
		
	.hy-content .baohu img{
		width: 10px;
		height: 11.5px;
	}
	.hy-content .baozhang img{
		width: 11px;
		height: 13px;
	}
	.hy-content .souhou img{
		width: 13px;
		height: 11.5px;
	}
	.hy-content .lirun img,.ziyuan img{
		width: 13px;
		height: 13px;
	}
	.hy-content .bangmai img{
		width: 11.5px;
		height: 11.5px;
	}
	.hy-content .shengxin img{
		width: 13px;
		height: 11.5px;
	}
	.hy-content {
		
	}
	.hy-swiper-item{
		box-sizing: border-box;
		width:269.5px;
		box-shadow: 1px 1px 6px rgba(178, 178, 178, 0.15);
		background-color: #fff;
		border-radius: 5px;
		padding-left: 10px;
		padding-top:20px;
		padding-bottom: 15px;
		display: inline-block;
		margin-right: 10px;
	}
	.hy-swiper-item-content{
		display:inline-flex;
		align-items: center;
	}
	.hy-swiper-item-content>img{
		width:89px;
		height: 176px;
		margin-right:28px;
	}
	.hy-swiper-item h3{
		font-size: 16px;
		color: #111;
		text-align: center;
		margin-top: 14px;
	}
	/* 小圆点 */
	.hy-swiper-dot{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 25px;
		margin-bottom: 34px;
	}
	.hy-swiper-dot .dot{
		float: left;
		width: 8px;
		height: 8px;
		background-color:#82e0af;
		border-radius: 50%;
		margin-right:13.5px;
	}
	.hy-swiper-dot .dot:last-child{
		margin-right:0;
	}
	.hy-swiper-dot .doted{
		background-color:#05c160;
	}
	/* 帮卖 */
	.bm-sell{
		box-shadow: 1px 1px 6px rgba(178, 178, 178, 0.15);
		width: calc(100% - 30px);
		margin: 0 auto;
		box-sizing: border-box;
		padding: 15px 10px;
		border-radius: 5px;
		margin-bottom: 35px;
	}
	.bm-sell-title{
		font-size:16px;
		color: #333;
		text-align: center;
	}
	.bm-sell-smallTitle{
		font-size: 12px;
		color: #5e5d5e;
		text-align: center;
		line-height: 24px;
		margin-top:2px;
	}
	.small-content-title{
		display: flex;
		align-items: center;
	}
	.small-content-title img{
		margin-right: 4px;
	}
	.small-content-title h4{
		font-size: 14px;
		color: #333;
	}
	.left-top p{
		font-size: 11px;
		color: #5e5e5e;
	}
	.bm-sell-small-content{
		margin-top: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		justify-content: space-between;
		max-width: 325px;
		margin: 0 auto;
	}
	.bm-sell-small-content .left-bottom .des{
		display: flex;
		align-items: center;
		margin-top:12px;
	}
	.bm-sell-small-content .left-bottom .des .num{
		font-size: 13px;
	}
	.bm-sell-small-content .left-bottom .des .line{
		width: 2px;
		height: 29px;
		background-color: #efefef;
		margin-left: 5px;
		margin-right: 5px;
	}
	.bm-sell-small-content .left-bottom .des span{
		font-size:12px;
		color: #5e5e5e;
		display:block;
		text-align: center;
	}
	.bm-sell-small-content .left{
		
	}
	.bm-sell-small-content .right>img{
		width: 140px;
		height: 189px;
	}
	.morePlus-60{
		height:40px;
	}
	.morePlus-60-bottom{
		height: 19px;
	}
	.morePlus {
		padding-bottom: 35px;
	}
	.moreImg-item{
		width: 31.5973%;
		height: auto;
		border-radius: 5px;
		margin-bottom: 9px;
	}
	.moreImg-item h6{
		font-size: 14px;
	}
	/* 各类人群 */
	.all-people-gap{
		height:36px;
	}
	.p-all-people{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.p-all-people-item{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
		width:18.55%;
		margin-right: 29px;
	}
	.p-all-people-item img{
		width: 100%;
		height: 100%;
		margin-bottom: 4px;
	}
	.p-all-people>div:nth-child(4){
		margin-right: 0;
	}
	.p-all-people>div:nth-child(8){
		margin-right: 0;
	}
	.p-all-people>div:nth-child(12){
		margin-right: 0;
	}
	.all-people{
		padding-bottom: 35px;
	}
	/* 操作简单 */
	.handle-box-gap{
		height: 40px;
	}
	.handle-box{
		padding-bottom:17px;
	}
	.handle-box-gap-bottom{
		height: 34px;
	}
	.handle-box-des{
		flex-wrap: wrap;
	}
	.handle-item{
		width: 47.39%;
		height: auto;
		padding-top: 30px;
		padding-bottom: 15px;
		margin-bottom: 18px;
	/* 	height:186px; */
	}
	.handle-item img{
		width: 60%;
		height: auto;
		margin-top: 24px;
	}
	.handle-box-des h6{
		font-size: 15px;
	}
	/* 百万团长 */
	.bw-tz-gap{
		height:36px;
	}
	.bw-tz-gap-bottom{
		height:14px;
	}
	#jump-num{
		overflow-x: scroll;
		width:100%;
	}
	#jump-num::-webkit-scrollbar {
		display:none
	}
	.million-num-item{
		margin-right: 32px;
		min-width: 72px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.million-num-title{
		font-size: 12px;
	}
	.num-box p:nth-child(1){
		font-size: 21px;
	}
	.num-box p:nth-child(2){
		font-size: 12px;
		margin: 0;
		margin-left: 2;
		margin-bottom: 2px;
	}
	.baiwan-box{
		padding-right: 0;
	}
	.heade-box{
		top: 97px;
		left: 14px;
		height: 55.5px;
		width: 55.5px;
	}
	.group{
		overflow-x: scroll;
		font-size: 0;
		white-space: nowrap;
		display: block;
		padding-bottom:18px;
		padding-left: 18px;
	}
	.group::-webkit-scrollbar{
		display: none;
	}
	.group-tag{
		font-size: 12px;
		margin-left: 15px;
	}
	.group-box{
		width: 272px;
		height: 294px;
		box-sizing: border-box;
		padding-bottom:15px;
		display: inline-block;
		margin-right: 13.5px;
		margin-bottom: 0;
		font-size: 0;
	}
	.group-title{
		margin-top:47.5px;
		font-size: 16px;
		white-space: normal;
		padding:0 15px;
	}
	.group-des{
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 14px;
		white-space: normal;
		padding:0 15px;
	}
	.bw-title-gap{
		height: 18px;
	}
	.group-box .top-img{
		height: 125px;
		vertical-align: middle;
	}
	/* 合作品牌 */
	.barnd-box{
		padding-bottom: 30px;
	}
	.barnd-item{
		width: 30.43%;
		height: auto;
		margin-bottom: 15px;
	}
	.parent-brand-top-gap{
		height: 40px;
	}
	.parent-brand-bottom-gap{
		height: 20px;
	}
	.barnd-box{
		padding-bottom: 15px;
	}
	/* 现在加入可乐团 */
	.join-us{
		padding: 30px 0;
	}
	.join-content{
		flex-direction: column;
	}
	.join-content div:nth-child(1){
		font-size: 16px;
	}
	.join-content div:nth-child(2){
		font-size: 16px;
	}
	.join-content div:nth-child(2) {
	    width: 180px;
	    height: 36px;
		font-size: 14px;
		margin-left: 0;
		line-height: 36px;
		margin-top: 16px;
	}
	/* 页脚 */
	.foot-content{
		width: 100%;
		flex-wrap: wrap;
	}
	.concat{
		border-left: none;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 0;
		height: auto;
		width:calc(100% - 30px);
		border-top: 1px solid #17ce6e;
		margin:35px 15px 0 15px;
	}
	.concat p{
		text-align: center;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.code-box{
		margin-left: 58px;
	}
	.code-box .p1{
		font-size: 13px;
		margin-top: 10px;
	}
	.code-box .p2{
		margin-top:5px;
	}
	.wechat-code{
		max-width: 345px;
		margin: 0 auto;
	}
}