/* 轮播 */
bady,
html,
#app {
	background: #353b43;
}

.banner {
	width: 100%;
}

.banner .banner_img {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.conten {
	width: 1200px;
	background: #292d36;
	/* height: 100px; */
	margin: 0 auto;
	/* padding-bottom: 274px; */

}

.conten .Price {
	padding: 60px;
}

.conten .Price h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 38px;
}

select {
	background: none;
	border-color: #027bd5;
	color: #FFF;
	font-size: 16px;
}

table {
	border-right: 1px solid #027bd5;
	border-bottom: 1px solid #027bd5
}

td {
	width: 528px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	padding: 16px 0;
	border-left: 1px solid #027bd5;
	border-top: 1px solid #027bd5;
}

.CityData {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.province {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.province span {
	font-size: 18px;
	color: #fff;
}

.City {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.City span {
	font-size: 18px;
	color: #fff;
}

.TipMes {
	font-size: 18px;
	margin-top: 24px;
	color: #afafaf;
}

.TipMes ul li {
	margin-left: 24px;
	list-style-type: decimal;
	line-height: 34px;
}

.tipData {
	font-size: 18px;
	margin-top: 40px;
	color: #afafaf;
	margin-bottom: 50px;
}
