button {
	background: none;
	border: none;
}

.flex_Column {
	display: flex;
	flex-direction: column;
}

.flex_Row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.litTitle {
	color: white;
	font-weight: 400;
	font-size: 14px;
	margin-left: 20px;
}

.packageCard {
	background-color: white;
	border: 1px solid #B5CCDB;
	display: flex;
	flex-direction: column;
}

.packageCard img {
	width: 100%;
	position: absolute;
	height: 100%;
}

.packageTxt {
	position: relative;
	background-color: #0000009c;
	height: 100%;
}

.packageTxt #basicsTit {
	font-size: 20px;
	font-weight: bolder;
	padding: 20px 20px;
}

.buyBtn {
	text-align: center;
	margin: 30px auto;
	font-size: 14px;
	background-color: #ea9c33;
	width: 40%;
	border-radius: 50px;
	padding: 2px;
	color: white;
}

.noBuyBtn {
	text-align: center;
	margin: 20px auto;
	font-size: 14px;
	background-color: #ebb67a;
	width: 40%;
	border-radius: 50px;
	padding: 2px;
	color: white;
}
.hezuoView{
	width: 80%;
	margin: auto;
}

.topUl {
	list-style: none;
	text-align: left;
	margin-top: 25px;
	font-size: 12px;
	font-weight: 200;
	color: #999;
	padding-left: 1rem;
}

.skuView {
	background-color: #fff;
	color: #666;
	padding: 20px 10px;
	margin: auto;
}

.skuViewSel {
	background-color: #ea9c33;
	color: white;
	padding: 20px 10px;
	margin: auto;
}

.skuTit {
	padding-bottom: 10px;
	border-bottom: 2px solid #ea9c33;
	text-align: center;

}

.skuTitSel {
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	text-align: center;
}

.skuPrice {
	padding-top: 10px;
}

.alertDiv {
	position: fixed;
	margin-top: 96px;
	width: 100%;
	display: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.inputItem {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	font-size: 14px;
	color: #6D7278;
}

.inputTit {
	padding: 5px 20px;
	color: #4a4a4a;
	background-color: #E5EDF3;
	margin: 50px 20px 20px;
	font-size: 14px;
	border-radius: 3px;
	height: fit-content;
	line-height: 1.5;
}

.inputTitSel {
	color: white;
	background-color: #ea9c33;
}

.inputIn {
	padding: 5px;
}

.inputSmTit {
	/* margin: auto; */
	/* text-align: right; */
	align-items: center;
}

.inputDiv {
	padding: 5px 0;
	border-radius: 5px;
	border: 1px solid;
	margin: 5px 0;
}

.changeDateBtn {
	text-align: center;
	font-size: 14px;
	color: #6D7278;
	margin: 10px 0;
	background: none;
	border: none;
}

.payBtn {
	color: white;
	background-color: #ea9c33;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 18px;
	margin: 10px 10px 30px;
}
