/* 服务客户 */
.price_floor_2_main {
	margin-bottom: 150px;
}

.price_floor_1_main .price_floor_1_main_partTwo {
	display: flex;
	justify-content: space-between;
}

.price_floor_1_main .price_floor_1_main_partTwo div h1 {
	font-size: 38px;
	margin-bottom: 30px;
}

.price_floor_1_main .price_floor_1_main_partTwo div p {
	font-size: 22px;
	color: #7f7f7f;
}

.price_floor_1_main .meal_type {
	display: flex;
	margin-bottom: 1px;
	justify-content: center;
}

.price_floor_1_main .meal_type div {
	width: 260px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.price_floor_1_main .meal_type div:hover {
	transform: scale(1.05);
	z-index: 1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

.singerPrice {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.priceDetail_content {
	display: flex;
	justify-content: center;
}

.priceDetail_content span {
	border-bottom: 1px solid #f0f5f9;
}


.priceDetail_content>span:not(:first-child) {
	width: 260px;
	padding: 10px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f0f5f9;
}

.priceDetail_content img {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}

.priceDetail_content>span:first-child {
	text-align: left;
	font-size: 14px;
	width: 260px;
	padding: 10px 0;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.priceDetail_title span {
	color: #7F7F7F;
	font-size: 12px;
	font-weight: 400 !important;
}

.triggBtn {
	font-size: 16px;
	align-items: center;
	display: flex;
	background: #1E6FFF;
	padding: 15px 10px;
	border-radius: 5px;
	justify-content: center;
	cursor: pointer;
	border-radius: 30px;
	color: white;
}

.triggBtn img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.price_floor_2_main .scense {
	display: flex;
	justify-content: space-around;
}

.price_floor_2_main .scense div.scense_div {
	width: 220px;
	text-align: center;
	border-radius: 20px;
	padding: 20px 0;
	box-sizing: border-box;
	background: #fcfcfc;
}

.price_floor_2_main .scense div.scense_div:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.price_floor_2_main .scense div.scense_div:hover img {
	transform: scale(1.15);
	transition: transform 0.3s ease;
}

.price_floor_2_main .scense div.scense_div p {
	text-align: center;
	color: #3a60b2;
	font-size: 18px;
	margin-bottom: 20px;
	/* font-weight: bold; */
}

.price_floor_2_main .scense div.scense_div div {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	height: 50px;
	padding: 15px 24px;
	line-height: 22px;
}

.price_floor_2_main .scense div.scense_div img {
	width: 87px;
	height: 87px;
	object-fit: cover;
	margin-bottom: 28px;
}



.tab {
	height: inherit;
	width: 100%;
	text-align: center;
}

.tab .tab_content {
	padding: 0px 5px;
	position: relative;
	display: block;
}

.tab .tab_contentOne {
	display: none;
}

.tab .tab_contentOne:nth-child(2) {
	display: block;
}

div.tab_contentOne h2 {
	color: ##999999 !important;
	font-size: 16px !important;
	margin-bottom: 100px;
	margin-top: 10px !important;
}

.btnBlue:hover {
	background-color: #1f6eb1;
	color: #fff !important;
}

a.btnDefault:hover {
	color: #333 !important;
}

.sectionBackground {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 792px;
	background: linear-gradient(180deg, #2162ea, rgba(34, 106, 236, 0));
	opacity: .14;
	z-index: -2;
}

.sectionImgGB {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url('../images/price/price_bg.png') repeat;
	height: 792px;
}

.tab_contentOne .tab_content_two .meal_type {
	color: white;
}

.tab_contentOne .tab_content_two .meal_type>div {
	box-shadow: 0px 10px 21px 0px rgba(0,0,0,0.06);
	border-radius: 8px;
}

.tab_contentOne .tab_content_two .meal_type .greyBG .btnDefault {
	color: #eb8d00 !important;
}

.tab_contentOne .tab_content_two .meal_type .blueBG .btnDefault {
	color: #2167e9 !important;
}

.tab_contentOne .tab_content_two .meal_type .brownBG {
	background: url(../images/price/tc1.png), linear-gradient(180deg, #5d5143 -14.32%, #b4a99b 126.46%), linear-gradient(47deg, #6a90a4 8.74%, #295079 60.89%);
	background-size: cover;
}

.tab_contentOne .tab_content_two .meal_type .greyBG {
	background: url(../images/price/tc2.png), linear-gradient(180deg, #f98400 -14.32%, #ffe3c1 126.46%), linear-gradient(47deg, #72cdff 8.74%, #4199f7 60.89%);
	/* box-shadow: 0 5px 20px 0 rgb(43 41 41 / 7%); */
	background-size: cover;
}

.tab_contentOne .tab_content_two .meal_type .blueBG {
	background-image: url(../images/price/tc3.png), linear-gradient(70deg, #298df8 4%, #1c4de3 99%);
	backdrop-filter: blur(6px);
	/* box-shadow: 0 5px 20px 0 rgb(43 41 41 / 7%); */
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.tab_contentOne .tab_content_two .meal_type .orangeBG {
	background-image: url(../images/price/tc1.png), linear-gradient(-43deg, #1d2022 17%, #46484c);
	/* box-shadow: 0 5px 20px 0 rgb(43 41 41 / 7%); */
	background-size: cover;
	background-position: 50%;
}

.tab_contentOne .tab_content_two .meal_type .btnBlue {
	background-image: linear-gradient(70deg, #298df8 4%, #1c4de3);
}

.tab_contentOne .tab_content_two .meal_type .greyBG button:hover {
	color: #f19100 !important;
	background: linear-gradient(5.36deg, #ffce95 -276.15%, #fff 129.46%) !important;
}

.tab_contentOne .tab_content_two .meal_type .blueBG button:hover {
	background: linear-gradient(170.31deg, #fff -17.77%, #226aec 190.45%) !important;
	color: #2167e9 !important;
}

.tab_contentOne .tab_content_two .meal_type .orangeBG button:hover {
	background: linear-gradient(-180deg, #2cacf2, #1d7fe9);
	color: white;
}

.brownBG {
	background: #c9bbaa5e;
}

.blueBG {
	background: #2887f61f;
}

.greyBG {
	background: #fdce972e;
}

.orangeBG {
	background: #43454903;
}

.blank {
	background: #fff;
	height: 210px;
	/* box-shadow: 0 10px 21px 0 rgb(0 0 0 / 6%); */
	border-radius: 8px;
	color: #333;
	font-size: 24px;
	padding-top: 90px;
}

.tooltip {
	margin-left: 5px;
	margin-top: 5px;
}

.saveBtn {
	background: #1E6FFF;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	color: white !important;
	border: none;
	width: 100%;
}

.saveBtn:hover {
	background: #164ec5;
}

.fFlaRB {
	display: flex;
	padding: 0 20px;
}

.fFlaRB .left-container {
	width: 656px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.dlZcnf {
	position: relative;
}

.dlZcnf .product-section {
	margin-bottom: 30px;
}

.tabTitle {
	font-size: 14px;
	color: #999999;
	height: 18px;
	margin-bottom: 20px;
	position: relative;
	margin-left: 10px;
}

.tabTitle::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 14px;
	background: #0077f5;
	top: 2px;
	left: -10px;
}

.dlZcnf .tab {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.dlZcnf .list {
	display: flex;
	flex-flow: row wrap;
}

.dlZcnf .tab .tabTitle {
	font-size: 16px;
	color: rgb(31, 41, 46);
	font-weight: 500;
	border-left: 2px solid rgb(31, 41, 46);
	padding-left: 8px;
	height: 18px;
}

.dlZcnf .list .plan-list:not(:nth-child(4)) {
	margin-right: 12px;
}

.dlZcnf .list .plan-list {
	margin-bottom: 8px;
	cursor: pointer;
}

.plan-list {
	position: relative;
	width: fit-content;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(219, 219, 219);
	border-radius: 8px;
}

.plan-list.checkBox {
	border: 1px solid rgb(152, 85, 18);
	background: #ffe9ae;
}

.guffrW {
	width: 147px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgb(152, 85, 18);
}

.guffrW .title {
	margin: 24px 0px 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}

.guffrW .priceDes {
	margin: 12px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.guffrW .currency {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.guffrW .price {
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
}

.dowIaF .chargeCouponList ul li:not(:last-child) {
	margin-right: 12px;
}

.kRrSLe .selectedCoupon {
	position: absolute;
	right: -1px;
	bottom: -5px;
	border: none;
}

.kRrSLe .selectedCoupon .icon {
	width: 34px;
}

.kRrSLe .couponLeft {
	width: 100px;
	background-image: linear-gradient(to right bottom, rgb(255, 241, 199), rgb(255, 231, 167));
	overflow: hidden;
	position: relative;
	border-radius: 8px 0px 0px 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 74px;
	text-align: center;
	color: rgb(152, 85, 18);
}

.kRrSLe .couponRight {
	width: 78px;
	display: flex;
	border-radius: 0px 8px 8px 0px;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}


.dowIaF .chargeCouponList ul {
	display: flex;
	flex-flow: row wrap;
}

.kRrSLe.hasSelected {
	border: 1px solid rgb(152, 85, 18);
	background: #ffe9ae;
}

.kRrSLe {
	color: rgb(152, 85, 18);
	height: 150px;
	display: flex;
	background-color: transparent;
	position: relative;
	border-radius: 8px;
	border: 1px solid rgb(219, 219, 219);
	cursor: pointer;
	margin-bottom: 20px;
	width: 129px;
	flex-direction: column;
	align-items: center;
}

.couponPrice {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 38px;
}

.couponYear {
	font-size: 20px;
}

.couponDeletePrice {
	font-size: 14px;
	text-decoration: line-through;
	color: #999999;
}

.discount {
	position: absolute;
	top: 0;
	padding: 5px 0;
	background-color: rgb(236, 73, 84);
	color: white;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border-radius: 7px 7px 0 0;
	right: 0;
}

.fFlaRB .right-container {
	padding-top: 20px;
	width: 280px;
	border-left: 1px solid rgba(200, 205, 208, 0.3);
	height: 428px;
}

.info-container {
	padding: 0px 20px;
}

.erWvKP {
	width: 257px;
	height: 164px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid rgba(200, 205, 208, 0.3);
	padding: 0px 20px;
}

.erWvKP .payment-price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}

.erWvKP .payment-price .submit-title {
	font-size: 16px;
	color: rgb(31, 41, 46);
	line-height: 16px;
	font-weight: 500;
}

.erWvKP .payment-price .submit-price-value {
	font-size: 24px;
	color: rgb(255, 46, 74);
	text-align: right;
	line-height: 24px;
}

.erWvKP .checked-protocol {
	margin-top: 10px;
}

.erWvKP .checked-protocol .Check-label a {
	color: rgb(41, 141, 248);
}

.dJJoCi .info-item {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.dJJoCi .info-item .info-title {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	font-weight: 400;
	flex-shrink: 0;
	width: 90px;
}

.dJJoCi .info-item .info-value {
	font-size: 14px;
	color: rgb(31, 41, 46);
	text-align: right;
	line-height: 14px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.noLoginDiv {
	text-align: center;
}

.toLogin {
	height: 30px;
	line-height: 30px;
	padding: 8px 57px;
	border-radius: 40px;
	background: linear-gradient(-180deg, #2cacf2, #1d7fe9);
	cursor: pointer;
	color: white !important;
	font-size: 16px;
}

.toLogin:hover {
	background: #1d7fe9;
	color: white !important;
}

.qyList_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

input.input {
	height: 40px;
	line-height: 40px;
	width: calc(100% - 150px);
	border-radius: 6px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ced4da;
}

.hasQY_company_title {
	font-size: 14px;
	margin-bottom: 10px;
}

.hasQY_company_detail {
	font-size: 12px;
	color: #666666;
}

.qyList_part {
	cursor: pointer;
	border-bottom: 1px solid #ebebef;
	padding: 10px;
}

.qyList_part:hover {
	background: #dbdbdb;
}

.hasQY_title {
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}

.leftPart_type {
	display: flex;
	margin-bottom: 20px;
}

.leftPart_type span {
	width: 120px;
	margin-right: 30px;
	font-size: 16px;
	height: 45px;
	border: 1px solid rgb(219, 219, 219);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	cursor: pointer;
}

.leftPart_type span.checkSpan {
	border: 1px solid rgb(152, 85, 18);
	background: #ffe9ae;
}

.dgpayPart {
	padding: 10px 0;
}

.dgpayPart span:first-child {
	color: #666666;
}

.zfDiv {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	border-radius: 6px;
	margin-right: 20px;
	padding: 5px 10px;
	border: 1px solid rgb(219, 219, 219);
	color: rgb(152, 85, 18);
}

.zfDiv.active {
	border: 1px solid rgb(152, 85, 18);
	background: #ffe9ae;
}

.zfDiv img {
	width: 24px;
	height: 24px;
}


.zfImg {
	width: 150px;
	height: 150px;
	cursor: pointer;
}

.orderPart {
	width: 50%;
	padding: 5px 0;
	display: flex;
}

.orderPart span:first-child {
	color: #666666;
	width: 80px;
}

.orderPart span:last-child {
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sjAction {
	display: none;
}

#container {
	margin: 0;
	padding: 0 20px;
	padding-bottom: 12px;
}

#container h1 {
	background-color: transparent;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
	text-align: center;
}

#container .text_indent {
	text-indent: 2em;
	margin-left: 0;
}

#container p {
	margin: 12px 15px 12px 15px;
}

#container ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	counter-reset: li;
}

#container .title {
	font-size: 14px;
	font-weight: bolder;
}

#container li {
	display: list-item;
	text-align: -webkit-match-parent;
	position: relative;
}

#container ol>ol li::before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	left: -7px;
}

::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
}
