header {
	padding: 0 15px;
}

/* disabled 内容背景色透明 */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: transparent !important;
}

/* 去记忆内容覆盖的阴影和背景色 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
}

/* main css */
/*===== 头部 =====*/
.headerBox {
	text-align: center;
	padding: 15px 0;
}

.headerBox a {
	color: #000;
}

.headerBox a:hover {
	color: #CB1E2C;
}

.back_arrow {
	float: left;
}

.back_arrow span {
	font-weight: 600;
}

.headerBox h4 {
	font-weight: 600;
	display: inline-block;
}

.hr_interval {
	border: 1px solid #b3b3b3;
	border-bottom: none;
	margin: 0;
}

/* 中间内容 */
.sectionBox {
	background: #eee;
}

.sectionTitle {
	padding: 15px;
	background: #fff;
	margin-bottom: 8px;
	font-size: 16px;
}

/* 套餐列表 */
.package_list {
	background: #fff;
	padding: 15px;
	margin-bottom: 8px;
}

.matchingBox {}

.matchingBox p {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
}

.starRating_icon {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
	color: #F2BA38;
}

.packageProducts_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8px 0;
	padding: 10px 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}

.packageProducts_img {
	width: 60px;
	height: 60px;
}

.packageProducts_img img {
	width: 100%;
	height: 100%;
}

.packageProducts_condition {
	width: 70%;
}

.products_quantity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.products_parameter {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.totalBox {
	display: flex;
	justify-content: flex-end;
}

.insideBox {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.registeredCoins {
	color: #CB1E2C;
}

.register_btnBox {
	text-align: right;
	margin: 10px 0;
}

.register_btn,
.register_btn:focus {
	background-color: #CB1E2C;
	border-color: #CB1E2C;
	color: #fff;
}

.register_btn:hover,
.register_btn:focus:hover {
	background-color: #c9302c;
	border-color: #d43f3a;
	color: #fff;
}

/* 媒体查询css */
@media (max-width:768px) {}
