.place-bgimg{
	background: url("../image/place_banner1.jpg") no-repeat center;
	background-size: cover;
}
.place-text-title{
	color: #FFFFFF;
	font-size: 4.8rem;
}
.place-text-content{
	color: #FFFFFF;
	font-size: 2rem;
	margin-top: 12px;
	animation-delay: 0.5s;
	width: 55%;
}
.section1-place-obj {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.section1-place-obj-img img{
	max-width: 100%;
}
.section1-place-obj-img{
	flex: 1.2;
	text-align: right;
}
.section1-place-obj-text{
	flex: 1;
	text-align: left;
}
.place-carousel-box{
	width: 77%;
	margin: 60px auto 50px;
}
.place-list{
	display: flex;
}
.place-list-item{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	min-height: 160px;
}
.divider-line1, .divider-line2, .divider-line3{
	margin-bottom: 20px;
}
.place-list-item img{
	width: 68px;
	max-width: 100%;
}
.place-list-item h6{
	font-size: 2rem;
	color: #333333;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.place-list-item p{
	font-size: 1.6rem;
	color: #8D8D8D;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.place-bgcolor{
	background: #E4F9FE;
}
.place-section-header-title{
	font-size: 4.8rem;
	color: #0A4274;
	text-align: center;
	margin: 50px 0 60px;
}
.place-section-content-item{
	/* width: 438px;
	height: 455px; */
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	border-radius: 20px 20px 20px 20px;
	padding: 20px 25px;
	box-sizing: border-box;
	margin: 0 auto 50px;
}
.place-section-content-item-title{
	font-size: 3.2rem;
	font-weight: bold;
	color: #0A4274;
	text-align: center;
	margin-bottom: 10px;
}
.place-section-content-item-tip{
	font-size: 2.4rem;
	color: #0A4274;
	text-align: center;
	margin-bottom: 10px;
}
.place-divider2{
	width: 100%;
	height: 0px;
	opacity: 1;
	border: 1px solid #0A4274;
	margin-bottom: 40px;
}
.place-section-content-item ul li{
	list-style: none;
	font-size: 2rem;
	color: #828282;
	background-image: url(../image/place_icon5.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 1.8rem;
	padding-left: 30px;
	line-height: 24px;
	margin: 10px 15px;
}
.place-bgimg2{
	background: url("../image/place_banner2.jpg") no-repeat center;
	background-size: cover;
}
.place-partner-content{
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	border: 1px solid rgba(255,255,255,0.2);
	padding: 10px 0;
	margin-top: 10px;
}
.place-partner-content-text{
	animation-delay: 0.5s;
	line-height: 40px;
	/* width: 65%; */
}
.place-partner-content-text p{
	color: #FFFFFF;
	font-size: 2rem;
	margin: 10px 0;
}
.place-join-header{
	margin-top: 43px;
	text-align: center;
}
.place-choose-header{
	text-align: center;
	font-size: 4.8rem;
	color: #333333;
}
.place-join-progress{
	width: 500px;
	position: relative;
	margin: 50px auto 70px;
}
.place-join-progress-content{
	width: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 99;
}
.place-join-progress-item{
	font-size: 14px;
	color: #707070;
}
.place-join-progress-item span{
	display: block;
	width: 42px;
	height: 42px;
	background: #DCDCDC;
	border-radius: 50%;
	font-size: 2rem;
	color: #707070;
	text-align: center;
	line-height: 42px;
	margin-bottom: 10px;
}
.place-progress-line{
	width: 100%;
	height: 0px;
	border: 1px solid #BEBEBE;
	position: absolute;
	top: 21px;
	z-index: 1;
}