<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ************************************************************************************************************************
 * ** å­—ä½“ç³»åˆ—
 * ************************************************************************************************************************
 */
@font-face {
	font-family: "DINPRO-REGULAR";
	src: url("../fonts/DINPRO-REGULAR.OTF");
}
@font-face {
	font-family: "DINPRO-LIGHT";
	src: url("../fonts/DINPRO-LIGHT.OTF");
}
@font-face {
	font-family: "PingFang-SC-Light";
	src: url("../fonts/PingFang-Light.ttf");
}
@font-face {
	font-family: "PingFang-SC-Medium";
	src: url("../fonts/PingFang-Medium.ttf");
}
@font-face {
	font-family: "PingFang-SC-Regular";
	src: url("../fonts/PingFang-Regular.ttf");
}
.ff-dinpro-regular {
	font-family: "DINPRO-REGULAR";
	text-transform: uppercase;
}
.ff-dinpro-light {
	font-family: "DINPRO-LIGHT" !important;
	text-transform: uppercase;
}

/* ç¦ç”¨videoçš„controls */
.bln-control-video.bln-control-video::-webkit-media-controls {
	display: none !important;
}

.bln-control-video::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

.bln-control-video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

/**
 * ************************************************************************************************************************
 * ** REMé…ç½®
 * ** ä»¥750pxå®½åº¦ï¼Œ100pxå­—ä½“å¤§å°ä¸ºåŸºå‡†åŠ¨æ€çš„æ&nbsp;¹å…ƒç´&nbsp;å­—ä½“å¤§å°
 * ************************************************************************************************************************
 */
html {
	font-size: calc(100vw * 100 / 750);
}
@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}
}

/**
 * ************************************************************************************************************************
 * ** å…¨å±€å˜é‡
 * ************************************************************************************************************************
 */
:root {
	/* ä¸»é¢˜é‡‘ */
	--theme-color-gold: #efc395;
	--theme-color-gold-opacity: rgba(239, 195, 149, 0.15);
	/* ä¸»é¢˜é»‘ */
	--theme-color-black: #000;
	/* Headeré«˜åº¦ */
	--header-height: 70px;
	/* æè¿°æ–‡æœ¬è‰² */
	--desc-color: #333333;
	--desc-color2: #ffffff;
}

/**
 * ************************************************************************************************************************
 * ** ç»„ä»¶æ&nbsp;·å¼é‡å†™
 * ************************************************************************************************************************
 */
.van-toast {
	z-index: 3000 !important;
}

.van-popup {
	height: 40%;
}

.van-picker__toolbar {
	margin-bottom: -55px;
	position: relative;
	z-index: 10;
	background-color: #ffffff;
}

.swiper-lazy-preloader {
	border-color: var(--theme-color-gold);
	border-top-color: rgba(0, 0, 0, 0);
	width: 20px;
	height: 20px;
	border-width: 2px;
	margin-left: -10px;
	margin-right: -10px;
}

/* ä¹è¯­ */
#doyoo_mobile_chat_hint {
	background-color: var(--theme-color-gold) !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background-size: 60% 60%;
	font-size: 18px !important;
}

/**
 * ************************************************************************************************************************
 * ** å…¨å±€æ&nbsp;·å¼
 * ************************************************************************************************************************
 */
/* é¡µé¢é¡¶éƒ¨é¢„ç•™å‡ºHeaderçš„é«˜åº¦ */
body {
	padding-top: var(--header-height);
	font-weight: 300;
	font-family: "PingFang-SC-Light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

.hi-page {
	position: relative;
	overflow: hidden;
}

.hi-page.has-swiper-cat {
	overflow: inherit;
}

/* Title */
.bln-title {
	font-size: 0.74rem;
	line-height: 0.72rem;
	font-weight: 300;
	font-stretch: normal;
	letter-spacing: -0.02rem;
}

.bln-title.small {
	font-size: 0.62rem;
	line-height: 1;
	letter-spacing: 0;
}

.bln-subtitle {
	font-family: "PingFang-SC-Regular";
	font-size: 0.4rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.02rem;
}

.bln-subtitle.small {
	font-size: 0.34rem;
	line-height: 0.5rem;
}

.bln-childtitle {
	font-size: 0.3rem;
	line-height: 0.5rem;
	font-weight: 300;
	letter-spacing: 0.01rem;
	font-family: "PingFang-SC-Regular";
}

/* Description */
.bln-description {
	font-size: 0.26rem;
	line-height: 0.42rem;
	text-align: center;
	padding: 0.6rem 20px;
	font-weight: 300;
	letter-spacing: 0.01rem;
	font-family: "PingFang-SC-Light";
	color: var(--desc-color);
}

.bln-description.theme-dark {
	color: var(--theme-color-gold);
	background-color: #101012;
	color: var(--desc-color2);
}

/* Video */
.bln-video-container &gt; video {
	display: block;
	width: 100%;
	height: auto;
}

/* Video Modal */
.bln-video-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2023;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	background-color: #000;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.bln-video-modal.show {
	opacity: 1;
	transform: scale(1);
}

.bln-video-modal.hide {
	opacity: 0;
	left: -100vw;
	transition: 0.3s;
}

.bln-video-modal-video {
	display: block;
	width: 100%;
	height: 100%;
}

.bln-video-modal-prev-btn {
	position: absolute;
	color: #fff;
	font-size: 0.4rem;
	top: 0.2rem;
	left: 0.2rem;
	z-index: 10;
}

.bln-video-modal-close-btn {
	position: absolute;
	color: #fff;
	font-size: 0.4rem;
	top: 0.2rem;
	right: 0.2rem;
	z-index: 10;
}

/* More Data Button */
.more-data-btn {
	border-radius: 0.06rem;
	overflow: hidden;
}

/* View More Button */
.view-more-btn {
	font-size: 0.26rem;
	width: 3.97rem;
	height: 0.91rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-color-gold);
	background-color: rgba(0, 0, 0, 0.75);
	border: 1px solid transparent;
	user-select: none;
	letter-spacing: 0.01rem;
	line-height: 1;
	border-radius: 0.06rem;
	overflow: hidden;
}

.view-more-btn:hover,
.view-more-btn:active {
	background-color: var(--theme-color-gold);
	color: #fff;
}

.view-more-btn.theme-dark {
	background-color: #333;
	color: var(--theme-color-gold);
	border-color: #333;
}

/* More Data Button */
.more-data-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.32rem;
	height: 2.875em;
	background-color: var(--theme-color-gold);
	color: #333333;
	border: 1px solid transparent;
	margin: 0 auto;
	letter-spacing: 0.01rem;
	border-radius: 0.06rem;
	overflow: hidden;
}

.more-data-btn:active {
	opacity: 0.8;
}

.more-data-btn.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.more-data-btn-text {
	margin: 0 5px;
}

/* å’¨è¯¢æŒ‰é’® */
.consulting-btn {
	background-color: var(--theme-color-gold);
	color: #333;
	font-size: 0.3rem;
	line-height: 1;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0.8em 1.75em;
}

.consulting-btn:active {
	opacity: 0.75;
}

.consulting-btn-icon {
	font-size: 1.4em;
	margin-right: 0.2em;
}

/* é¢åŒ…å±‘ */
.bln-crumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.24rem;
	line-height: 0.2rem;
	padding: 0.4rem 20px;
	letter-spacing: 0.01rem;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
}

.bln-crumbs-item {
	padding: 0 0.04rem;
	list-style: none;
}

.bln-crumbs-item-link {
	color: inherit;
	font-size: inherit;
}

.bln-crumbs-item:last-child &gt; span {
	display: none;
}

/* Image */
.bln-image-container {
	background-color: #101012;
	padding: 20px;
	display: block;
}

.bln-image {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Line åˆ†å‰²çº¿ */
.bln-line {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #454545;
}

/* List Items åˆ—è¡¨é¡¹ */
.bln-list-items {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.42rem;
	padding: 0.36rem 0 0.54rem;
}

.bln-list-items-item {
	width: 50%;
}

/* Gap */
.bln-gap {
	display: block;
}

/* Tabs */
.bln-tabs {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #f3f3f3;
}

.bln-tab {
	font-family: "PingFang-SC-Medium";
	width: 50%;
	font-size: 0.34rem;
	line-height: 1;
	color: #333333;
	padding: 0.32rem 10px;
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	transition: 0.5s;
	letter-spacing: -0.01rem;
}

.bln-tab.active {
	background-color: var(--theme-color-gold);
}

/* å¯Œæ–‡æœ¬å†…å®¹ Rich Text */
.bln-rich-text {
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #666666;
	text-align: justify;
	padding: 0.54rem 20px;
}

.bln-rich-text p {
	padding: 0.5em 0;
}

.bln-rich-text img {
	display: block;
	width: 100%;
	height: auto;
	margin: 1em 0;
}

/* Form è¡¨å• */
.bln-form {
	background-color: #f1f1f1;
	padding: 0.4rem 20px 0.86rem;
}

.bln-form-item {
	margin-bottom: 0.26rem;
	position: relative;
}

.bln-form-item.picker::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.bln-form-item-input {
	width: 100%;
	height: 0.92rem;
	border: none;
	outline: none;
	padding: 0 0.36rem;
	font-size: 0.3rem;
	color: #666;
}

.bln-form-item-input::placeholder {
	color: #c1c1c1;
}

.bln-form-item.picker .bln-form-item-input {
	padding-right: 0.8rem;
}

.bln-form-item-icon {
	position: absolute;
	color: #666;
	font-size: 0.24rem;
	z-index: 5;
	right: 0.38rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
}

.bln-form--picker-popup {
	height: 30%;
}

.bln-form-submit {
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	background-color: #333;
	color: var(--theme-color-gold);
	font-size: 0.34rem;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.3s;
	margin-top: 0.26rem;
	border-radius: 0.06rem;
	overflow: hidden;
	font-family: "PingFang-SC-Medium";
}

.bln-form-submit:active {
	opacity: 0.75;
}

/**
 * ************************************************************************************************************************
 * ** é¢„çº¦å®šåˆ¶å¼¹çª—
 * ************************************************************************************************************************
 */
.appointment-customization-modal {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: -100vw;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(0);
}

.appointment-customization-modal.show {
	left: 0;
	opacity: 1;
	transform: scale(1);
}

.appointment-customization-modal-content {
	background-color: #fff;
	width: 90%;
	padding: 1.2rem 20px;
	position: relative;
	transform: translateY(100vh);
	transition: 0.5s;
}

.appointment-customization-modal.show .appointment-customization-modal-content {
	transform: translateY(0);
}

.appointment-customization-modal-close-btn {
	position: absolute;
	font-size: 0.36rem;
	right: 0.2rem;
	top: 0.2rem;
}

.appointment-customization-modal-title {
	text-align: center;
	font-size: 0.44rem;
	line-height: 0.6rem;
	color: #333;
	margin-bottom: 0.1rem;
}

.appointment-customization-modal-subtitle {
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-align: center;
	color: #666;
	margin-bottom: 0.4rem;
}

.appointment-customization-modal-num {
	color: var(--theme-color-gold);
}

.appointment-customization-modal-form-item {
	height: 0.76rem;
	margin-bottom: 0.2rem;
	position: relative;
}

.appointment-customization-modal-form-input {
	width: 100%;
	height: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	outline: none;
	font-size: 0.26rem;
	padding: 0 0.26rem;
}

.appointment-customization-modal-form-items {
	display: flex;
	justify-content: space-between;
}

.appointment-customization-modal-form-items .appointment-customization-modal-form-item {
	width: calc(50% - 5px);
}

.appointment-customization-modal-form-item.picker .appointment-customization-modal-input {
	padding-right: 0.4rem;
}

.appointment-customization-modal-form-item-icon {
	position: absolute;
	color: inherit;
	font-size: 0.24rem;
	z-index: 5;
	right: 0.1rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
}

.appointment-customization-modal-form-picker-popup {
	height: 30%;
}

.appointment-customization-modal-submit-btn {
	background-color: rgba(0, 0, 0, 0.75);
	height: 0.76rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.26rem;
	line-height: 1;
	font-weight: bold;
	border: none;
	outline: none;
	width: 100%;
	color: var(--theme-color-gold);
	margin-top: 0.26rem;
}

.appointment-customization-modal-tips {
	color: #999;
	font-size: 0.24rem;
	text-align: center;
	margin-top: 0.26rem;
}
</pre></body></html>