html,
body {
	background: #f7f7f7;
}
.container-pricing {
	position: relative;
	width: 100%;
	min-height: 500px;
	/* background: url(../../../images/pricing/bg.jpg) no-repeat left top; */
	/* padding-top: 55px; */
	padding-bottom: 72px;
}
.bg-box{
	position: absolute;
	width: 100%;
	height: 350px;
	overflow: hidden;
	/* z-index: -1; */
	background-image: url(/assets/images/pricing/bg.jpg);
	background-repeat: no-repeat; /* 不重复 */
	background-size: cover; /* 高度100%，宽度自动，可能被裁剪 */
	background-position: center center; /* 居中显示 */
}

.container-pricing .container {
	position: relative;
    z-index: 2;
	max-width: 1200px;
	min-width: 720px;
	padding-top: 55px;
}
.page-title {
	font-weight: bold;
	font-size: 34px;
	color: #ffffff;
	line-height: 52px;
}
.page-sub {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin: 16px 0 53px;
}
.page-content {
	padding: 40px 48px 24px;
	background: #ffffff;
	border-radius: 8px;
}
.page-content-item {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 24px;
}
.page-content-item .label {
	width: 110px;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 16px;
	text-align: right;
	white-space: nowrap;
}
.page-content-item .list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.page-content-item .list .item {
	cursor: pointer;
}
.page-content-item .list-daily .item {
	position: relative;
	width: 170px;
	height: 80px;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	padding: 12px;
	font-weight: bold;
	font-size: 24px;
	color: #515762;
	line-height: 28px;
	word-break: break-all;
	background: url(/assets/images/pricing/pricing-item-bg.png) right 0 bottom 0 / 106px auto no-repeat, linear-gradient(152deg, #eeeeee 0%, #dddddd 52%, #eeeeee 100%);
}
.page-content-item .list-daily .item:hover {
	border-color: #0066ff;
}
.page-content-item .list-daily .item small {
	font-size: 12px;
	color: #515762;
	line-height: 16px;
}
.page-content-item .list-daily .item.customize {
	background: #fff !important;
	display: flex;
	flex-direction: column;
}
.page-content-item .list-daily .item.customize .form-control {
	height: 20px;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	font-weight: bold;
	font-size: 18px;
	color: #ADAFB2;
	margin-top: 8px;
	text-align: center;
}
.page-content-item .list-daily .item.customize .form-control::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #adafb2;
}
.page-content-item .list-daily .item.customize .form-label {
	/* width: 100%; */
	height: 15px;
	line-height: 15px;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	color: #2d3139;
}
.page-content-item .list-daily .item.cur {
	background: url(/assets/images/pricing/pricing-item-bg.png) right 0 bottom 0 / 106px auto no-repeat, linear-gradient(152deg, #eff5ff 0%, #c0d9ff 52%, #e5f0ff 100%);
	border-color: #0066ff;
	color: #0066ff;
}

.page-content-item .list-daily .item.cur small,
.page-content-item .list-daily .item.cur .form-control {
	color: #0066ff;
}
.page-content-item .list-daily .item.cur:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../../../images/pricing/cur.png) no-repeat right top;
	background-size: cover;
	position: absolute;
	right: -1px;
	top: -1px;
}
.page-content-item .list-period .item {
	min-width: 95px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	padding: 12px 19px;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-content-item .list-period .item:hover{
	border-color: #0066ff;
}
.page-content-item .list-period .item small {
	font-weight: 400;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	/* width: 54px; */
	height: 20px;
	padding: 0 4px;
	text-align: center;
	background: linear-gradient(134deg, #ff9c72 0%, #ff4d00 50%, #ff9c72 100%);
	border-radius: 4px;
	display: block;
	margin-left: 10px;
}
.page-content-item .list-period .item.cur {
	color: #0066ff;
	border-color: #0066ff;
}
.page-content-item .list-period .item.cur:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../../../images/pricing/cur.png) no-repeat right top;
	background-size: cover;
	position: absolute;
	right: -1px;
	top: -1px;
}
.page-content-item .list-payable {
	font-weight: bold;
	font-size: 34px;
	color: #ff4d00;
	line-height: 40px;
	align-items: center;
}
.page-content-item .list-payable small {
	font-weight: 400;
	font-size: 14px;
	color: #898f98;
	line-height: 16px;
}
.page-content-item .list-payment .item {
	width: 160px;
	height: 60px;
	border-radius: 8px;
	border: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-content-item .list-payment .item:hover{
	border-color: #0066ff;
}
.page-content-item .list-payment .item.cur {
	border-color: #0066ff;
}
.page-content-item .list-payment .item.cur:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../../../images/pricing/cur.png) no-repeat right top;
	background-size: cover;
	position: absolute;
	right: -1px;
	top: -1px;
}
.page-content-item .list-payment .icon-pay {
	width: 100%;
	height: 100%;
}

.page-pay {
	margin-top: 18px;
	padding-top: 24px;
	border-top: 1px dashed #d1d1d1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-pay .pay-intro {
	display: flex;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 13px;
	color: #2d3139;
	line-height: 15px;
}
.page-pay .pay-intro .label {
	padding-right: 11px;
}
.page-pay .pay-intro .item {
	color: #898f98;
	padding-right: 22px;
	position: relative;
}
.page-pay .pay-intro .item b {
	font-weight: bold;
	font-size: 13px;
	color: #121418;
}
.page-pay .pay-intro .item .high {
	color: #ff4d00;
}
.page-pay .pay-intro .item::after {
	content: '|';
	color: #d1d1d1;
	position: absolute;
	right: 11px;
	top: 0;
}
.page-pay .pay-intro .item.last::after {
	display: none;
}
.page-pay .pay-intro .view {
	color: #0066ff;
	padding-right: 10px;
	background: url(../../../images/center/arr-r.png) no-repeat right 3px;
	background-size: 10px;
	cursor: pointer;
}
.page-pay .pay-btn {
	width: 200px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	/* background: linear-gradient(-134deg, #00bbff 0%, #0066ff 50%, #00bbff 100%); */
	border-radius: 8px;
	cursor: pointer;
}
.page-pay .pay-btn:active {
	opacity: 0.9;
}
.page-pay .pay-btn.disabled {
	cursor: not-allowed;
	pointer-events: none;
}
.modal-dialog {
	display: none;
}
.modal-dialog .modal-dialog-body-content {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.modal-dialog .modal-dialog-body-content .item {
	height: 32px;
	list-style: 32px;
	background: #f7f7f7;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 12px;
	color: #515762;
}
.modal-dialog .modal-dialog-body-content .item .icon {
	width: 20px;
	height: 20px;
}
