
@media screen and (max-width: 1000px) {
   .wrap{
	   width: 100%;
		min-height: 100vh;
		height: auto;
		overflow-x: hidden;
		background-image: url('../image/mobile.png');
		padding-top: 40px;
		flex-wrap: wrap;
   }
   .content{
		width: 100%;
		margin-left: 0;
	}
	.title{
		width: 120px;
	}
	.mark{
		width: 80%;
		font-size: 16px;
		margin: 5px 0 15px;
		text-align: center;
	}
	.downs{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.downs .downItems {
		display: block;
	}
	.downs .downItems img{
		width: 150px;
	}
	.downs .downItems.left{
		margin-right: 16px;
	}
	.listCon{
		width: 70%;
		min-width: 355px;
		padding: 15px;
		margin-top: 15px;
	}
	.litem{
		margin-bottom: 15px;
		display: flex;
		align-items: center;
	}
	.litem:last-child{
		margin-bottom: 0;
	}
	.litem .ps{
		width: 20%;
		height: 30px;
		border: 1px solid #b4b4b4;
		border-radius: 5px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.litem .ps img{
		width: 12px;
		margin-right: 5px;
	}
	.litem .ps span{
		font-size: 12px;
	}
	.litem .left{
		width: 20px;
		margin: 0 5px;
	}
	.litem .url{
		width: 60%;
		height: 30px;
		line-height: 30px;
		border: 1px solid #b4b4b4;
		border-radius: 5px;
		background-color: #fff;
		font-size: 12px;
	}
	.litem .btn{
		width: 20%;
		height: 30px;
		background: url('../image/btn.png') 100%;
		border-radius: 5px;
		text-align: center;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		margin-left: 5px;
		cursor: pointer;
	}
	.foot{
		font-size: 14px;
		font-weight: 400;
	}
	.tuan img{
		display: none;
	}
	.mbtuan{
		width: 70%;
		min-width: 350px;
		margin-top: 20px;
		padding-bottom: 50px;
	}
	.mbtuan img{
		width: 100%;
		max-width: 600px;
		display: block;
	}
}