@font-face {
	font-family: PlusJakartaSans;
	font-optical-sizing: auto;
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
	src: url('/font/PlusJakartaSans-VariableFont_wght.ttf') format('truetype-variations');

}

/* @font-face {
	font-family: PlusJakartaSans;
	src: url("/font/PlusJakartaSans-Light.ttf");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: DM_Sans;
	src: url("/font/DMSans-VariableFont_opsz,wght.ttf");
}

@font-face {
	font-family: PlusJakartaSans;
	src: url("/font/PlusJakartaSans-Regular.ttf");
	font-weight: 400;
	font-style: normal
}


@font-face {
	font-family: PlusJakartaSans;
	src: url("/font/PlusJakartaSans-Medium.ttf");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: PlusJakartaSans;
	src: url("/font/PlusJakartaSans-SemiBold.ttf");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: PlusJakartaSans;
	src: url("/font/PlusJakartaSans-Bold.ttf");
	font-weight: 700;
	font-style: normal
}


@font-face {
	font-family: PlusJakartaSans;
	src: url("/font/PlusJakartaSans-ExtraBold.ttf");
	font-weight: 800;
	font-style: normal
} */

.btn-primary,
.btn-primary-small,
.common-input {
	font-family: PlusJakartaSans;
	position: relative;

}

/* 整个滚动条 */
::-webkit-scrollbar {
	/* 对应纵向滚动条的宽度 */
	width: 0px;
	/* 对应横向滚动条的宽度 */
	height: 0px;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
	background-color: #bebebe;
	border-radius: 4px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 32px;
}


/* 隐藏滚动条但保留滚动行为 */
.hide-scrollbar {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, and Opera */
}

/* 去除箭头 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	/* Firefox */
}

body {
	background-color: #FFFEF7;
	font-family: PlusJakartaSans;
	letter-spacing: -.025em;
}

a {

	text-decoration: underline;
}

a,
button,
label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 移除点击高亮效果 */
}

#page-banner .common-section:first-of-type {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.common-section {
	overflow: hidden;
	border-radius: 40px;
}

@media (min-width: 768px) {
	.common-section {
		border-radius: 50px;
	}
}

@media (min-width: 1200px) {
	.common-section {
		border-radius: 70px;
	}

	#fundraiser .common-section {
		border-radius: 60px;
	}
}

.banner-bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




/* what we do */
.expand-card-group-wrap .expand-card-group:nth-of-type(1) .expand-card {
	bottom: 0;
}

.expand-card-group-wrap .expand-card-group:nth-of-type(2) .expand-card {
	top: 0;
}

/* what we do */


/* 仅作用于 class 为 no-spin 的 input[type=number] */
.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.no-spin {
	-moz-appearance: textfield;
	/* Firefox */
}

.loader {
	width: 40px;
	height: 40px;
	border: 4px solid #ccc;
	border-top: 4px solid #409eff;
	/* 蓝色 */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 50px auto;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.rich-text-content {
	/* line-height: 1.4; */
	color: black;
	word-break: break-word;
}

.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4 {
	font-weight: 900;
	margin: 1em 0 0.5em;

}

.rich-text-content h1 {
	font-size: 2em;
}

.rich-text-content h2 {
	font-size: 1.75em;
}

.rich-text-content h3 {
	font-size: 1.5em;
}

.rich-text-content h4 {
	font-size: 1.25em;
}

.rich-text-content p {
	margin: 1em 0;
}

.rich-text-content strong {
	font-weight: 900;
}

.rich-text-content em {
	font-style: italic;
}

.rich-text-content u {
	text-decoration: underline;
}

.rich-text-content del {
	text-decoration: line-through;
}

.rich-text-content code {
	background: #f4f4f4;
	padding: 0.2em 0.4em;
	border-radius: 4px;
	font-family: monospace;
	font-size: 0.95em;
}

.rich-text-content pre code {
	display: block;
	padding: 1em;
	white-space: pre-wrap;
	background: #f4f4f4;
	border-radius: 6px;
	overflow-x: auto;
}

.rich-text-content blockquote {
	margin: 1em 0;
	padding: 0.75em 1em;
	background: #f9f9f9;
	border-left: 4px solid #ccc;
	color: #666;
	font-style: italic;
}

.rich-text-content ul,
.rich-text-content ol {
	padding-left: 2em;
	margin: 1em 0;
}

.rich-text-content ol li {
	list-style: auto;

}

.rich-text-content ul li {
	list-style: disc;
}

.rich-text-content li {
	margin: 0.3em 0;

}

.rich-text-content a {

	text-decoration: underline;
}

.rich-text-content img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 0.5em 0;
}

.rich-text-content table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
	text-align: left;
}

.rich-text-content table th,
.rich-text-content table td {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}

.rich-text-content table thead {
	background: #f5f5f5;
	font-weight: bold;
}

.rich-text-content [style*="color"] {
	/* 允许内联颜色，但保持良好排版 */
	font-weight: inherit;
}


.input-error::placeholder {
	color: #FF2A12;
}

.input-error-text {
	color: #FF2A12;
	font-size: 12px;
}

img.lazy {
	background-color: #eee;
	background-image: url("/icons/image_(2).png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	object-fit: cover;
}

.rich-text-content-generic-text {
	line-height: 1.8;
}

.rich-text-content-bold-text {
	line-height: 1.3;
}

.word {
	display: inline-flex;
	line-height: 0.95;
}

.btn-primary,
.btn-primary-small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.btn-primary span,
.btn-primary-small span,
.common-input span,
.common-input-small span,
.btn-primary input,
.btn-primary-small input {
	transform: translateY(-0.1em);
	/* 向上偏移 */
}

.common-input input,
.common-input textarea,
.common-input-small input {
	background-color: transparent;
	line-height: 1;
	transform: translateY(-0.1em);

}

.modal-fade-enter-active,
.modal-fade-leave-active {
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.modal-fade-enter-from,
.modal-fade-leave-to {
	opacity: 0;
	transform: scale(0.95);
}

.modal-fade-enter-to,
.modal-fade-leave-from {
	opacity: 1;
	transform: scale(1);
}

.modal-bg-fade-enter-active,
.modal-bg-fade-leave-active {
	transition: opacity 0.2s ease, transform 0.2s ease;
}


.modal-bg-fade-enter-from,
.modal-bg-fade-leave-to {
	opacity: 0;
}

.modal-bg-fade-enter-to,
.modal-bg-fade-leave-from {
	opacity: 1;
}

.toast-fade-enter-active,
.toast-fade-leave-active {
	transition: all 0.3s ease;
}

.toast-fade-enter-from,
.toast-fade-leave-to {
	opacity: 0;
	transform: translateY(-100%);
}

.toast-fade-move {
	transition: transform 0.3s ease;
}

/* iphone SE */
@media (max-height: 668px) {
	.common-popup-wrap{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.common-popup-content {
		height: calc(90vh - 40px);
	}
}