    /* 基于原始文档的样式 */
    
    *,
     ::after,
     ::before {
    	box-sizing: border-box;
    	border-width: 0;
    	border-style: solid;
    	border-color: #e5e7eb
    }
    
    body {
    	margin: 0;
    	line-height: inherit;
    }
    
    img {
    	display: block;
    	vertical-align: middle;
    }
    
    .container {
    	width: 100%;
    }
    .bs-content{
    	font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    }
    .bs-content h3{
    	font-weight: 600;
    	font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    color:rgb(75, 85, 99);
    }
   .bs-content p{
    	font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    }
    
    @media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
    
    .min-h-screen {
    	min-height: 100vh;
    }
    
    .bg-gray-50 {
    	--tw-bg-opacity: 1;
    	background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }
    
    .flex {
    	display: flex;
    }
    
    .grid {
    	display: grid;
    }
    
    .hidden {
    	display: none;
    }
    
    .h-20 {
    	height: 5rem;
    }
    
    .h-64 {
    	height: 16rem;
    }
    
    .h-48 {
    	height: 12rem;
    }
    
    .h-\[100vh\] {
    	height: 100vh;
    }
    
    .max-h-64 {
    	max-height: 16rem;
    }
    
    .w-full {
    	width: 100%;
    }
    
    .max-w-5xl {
    	max-width: 64rem;
    }
    
    .border {
    	border-width: 1px;
    }
    
    .border-gray-200 {
    	--tw-border-opacity: 1;
    	border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }
    
    .object-cover {
    	object-fit: cover;
    }
    
    .overflow-hidden {
    	overflow: hidden;
    }
    
    .rounded-lg {
    	border-radius: 0.5rem;
    }
    
    .p-4 {
    	padding: 1rem;
    }
    
    .p-6 {
    	padding: 1.5rem;
    }
    
    .p-8 {
    	padding: 2rem;
    }
    
    .px-4 {
    	padding-left: 1rem;
    	padding-right: 1rem;
    }
    
    .px-6 {
    	padding-left: 1.5rem;
    	padding-right: 1.5rem;
    }
    
    .py-4 {
    	padding-top: 1rem;
    	padding-bottom: 1rem;
    }
    
    .text-center {
    	text-align: center;
    }
    
    .text-left {
    	text-align: left;
    }
    
    .text-right {
    	text-align: right;
    }
    
    .text-sm {
    	font-size: 0.875rem;
    	line-height: 1.25rem;
    }
    
    .text-base {
    	font-size: 1rem;
    	line-height: 1.5rem;
    }
    
    .text-lg {
    	font-size: 1.125rem;
    	line-height: 1.75rem;
    }
    
    .text-xl {
    	font-size: 1.25rem;
    	line-height: 1.75rem;
    }
    
    .text-2xl {
    	font-size: 1.5rem;
    	line-height: 2rem;
    }
    
    .text-gray-500 {
    	--tw-text-opacity: 1;
    	color: rgb(107 114 128 / var(--tw-text-opacity));
    }
    
    .text-gray-600 {
    	--tw-text-opacity: 1;
    	color: rgb(75 85 99 / var(--tw-text-opacity));
    }
    
    .text-gray-800 {
    	--tw-text-opacity: 1;
    	color: rgb(31 41 55 / var(--tw-text-opacity));
    }
    
    .text-blue-600 {
    	--tw-text-opacity: 1;
    	color: rgb(37 99 235 / var(--tw-text-opacity));
    }
    
    .font-medium {
    	font-weight: 500;
    }
    
    .font-semibold {
    	font-weight: 600;
    }
    
    .items-center {
    	align-items: center;
    }
    
    .justify-between {
    	justify-content: space-between;
    }
    
    .gap-4 {
    	gap: 1rem;
    }
    
    .space-y-4 {
    	--tw-space-y-reverse: 0;
    	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    
    .transition-colors {
    	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    	transition-duration: 150ms;
    }
    
    .hover\:bg-gray-100:hover {
    	--tw-bg-opacity: 1;
    	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    }
    
    .hover\:bg-blue-700:hover {
    	--tw-bg-opacity: 1;
    	background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
    
    .hover\:text-blue-800:hover {
    	--tw-text-opacity: 1;
    	color: rgb(30 64 175 / var(--tw-bg-opacity));
    }
    
    .md\:grid-cols-2 {
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .md\:flex {
    	display: flex;
    }
    
    .md\:hidden {
    	display: none;
    }
    
    .lg\:gap-8 {
    	gap: 2rem;
    }
    
    .mb-4 {
    	margin-bottom: 1rem;
    }
    
    .mb-8 {
    	margin-bottom: 2rem;
    }
    
    .mt-4 {
    	margin-top: 1rem;
    }
    
    .w-1\/2 {
    	width: 50%;
    }
    
    .w-1\/3 {
    	width: 33.333333%;
    }
    
    .w-2\/3 {
    	width: 66.666667%;
    }
    
    .grid-cols-2 {
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .rounded {
    	border-radius: 0.25rem;
    }
    
    .shadow {
    	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    
    .shadow-lg {
    	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }