section img {
	max-width: 100%;
}

.container {
	width: 80vw;
}

.white-swiper {
	background: url(../img/white5.png) no-repeat;
	background-size: 100%;
	width: 100%;
}

.personbox {
	/* border:1px solid red; */
	margin-top: 10vw;
	margin-bottom: 5.8vw;
	text-align: center;
	cursor: pointer;
}

.personbox img {
	margin: 1vw 0;
	width: 8vw;
}

.personbox h4 {
	line-height: 1.6;
	font-size: 1.3vw;
	font-weight: bold;
	margin: 1.3vw 0;
}

.personbox p {
	font-size: 0.8vw;
	line-height: 1.6;
	padding: 0 0.8vw;
	font-weight: 500;
}

.pink-swiper {
	background: url(../img/pink6.png) no-repeat;
	background-size: 100%;
	width: 100%;
}

.pinkbox {	
	margin-top: 16vw;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	height: 24vw;
	cursor: pointer;
	margin-bottom: 6vw;
	border-radius: 10px;
}

.pinkbox h4 {
	line-height: 1.8;
	font-size: 1.3vw;
	font-weight: bold;
	margin: 1.2vw 0;
	margin-top: 5vw;
}

.pinkbox p {
	font-size: 0.9vw;
	line-height: 1.6;
	padding: 0 0.8vw;
	font-weight: 500;
}

.dacheng {
	background: url(../img/list.png) no-repeat;
	background-size: 100%;
	width: 100%;
}

.list-row {
	margin-top: 18vw;
	padding-left: 11vw;
	height: 36vw;
	overflow: auto;
	width: 69vw;
}

.list-row p {
	width: auto;
	line-height: 1.8;
	border-top: 3px solid white;
	font-size: 1vw;
	font-weight: 600;
}

.dacon {
	padding-bottom: 13vw;
}
.pc-img{
	display: block;
}
.mob-img{
	display: none;
}
@media screen and (max-width: 991px){
	.pc-img{
		display: none;
	}
	.mob-img{
		display: block;
	}
	.container{
		width: 90%;
	}
	.white-swiper {
		background: url(../img/mobwhite5.png) no-repeat;
		background-size: 100%;
		width: 100%;
	}
	
	.personbox {
		border:1px solid #e6dddd;
		margin-top: 19vw;
		margin-bottom: 5.8vw;
		text-align: center;
		background: rgba(255, 255, 255, 0.7);
		cursor: pointer;
		border-radius: 15px;
		padding: 0;
		height: 366px;
	}
	
	.personbox img {
		margin: 35px 0;
		margin-bottom: 10px;
		width: 29vw;
	}
	
	.personbox h4 {
		line-height: 1.6;
		font-size: 18px;
		font-weight: bold;
		margin: 1.3vw 0;
	}
	
	.personbox p {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 35px;
		font-weight: 500;
		margin-top: 15px;
	}
	
	.pink-swiper {
		background: url(../img/mobpink6.png) no-repeat;
		background-size: 100%;
		width: 100%;
	}
	
	.pinkbox {	
		margin-top: 16vw;
		text-align: center;
		background: rgba(255, 255, 255, 0.3);
		height: 24vw;
		cursor: pointer;
		margin-bottom: 6vw;
		border-radius: 10px;
		height: 366px;
	}
	
	.pinkbox h4 {
		line-height:2;
		font-size: 18px;
		font-weight: bold;
		margin: 1.3vw 0;
		margin-top: 62px;
	}
	
	.pinkbox p {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 35px;
		font-weight: 500;
		margin-top: 15px;
		text-align: left;
	}
	
	.dacheng {
		background: url(../img/mob-list.png) no-repeat;
		background-size: 100%;
		width: 100%;
	}
	
	.list-row {
		margin-top: 26vw;
		padding-left: 3vw;
		height:42vw;
		overflow: auto;
		width: 81vw;
	}
	
	.list-row p {
		width: auto;
		line-height: 1.8;
		border-top: 3px solid white;
		font-size: 12px;
		font-weight: 600;
	}
	
	.dacon {
		padding-bottom: 11vw;
	}
}