/* *{
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
} */
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
	touch-action: manipulation;
}
@font-face {
	font-family: 'headerFont';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/headerFont.woff2');
}
.pp-navbar {
	font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.page-container *::-webkit-scrollbar {
	display: block !important;
	width: 0px !important;
	height: 0px !important;
}

a:not([href='javascript:;']) {
	cursor: pointer;
}

.page-container *::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0) !important;
}
:root {
	--theme-400: #11a683cc;
	--theme-500: #11a683;
	--theme-600: #1b9779;
	--theme-banner-100: #f2fbfa;
}

.bg-black-900 {
	background-color: #171717;
}
.bg-gray-1000 {
	background-color: #fafafa;
}
.bg-gray-1100 {
	background: #fafafa;
}

.text-black {
	color: #000000;
}
.text-black-100 {
	color: #191919;
}
.text-gray-600 {
	color: #666;
}

.swiper-container {
	width: 100%;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: rgba(0, 0, 0, 0.12);
}
.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 6px 8px 0 !important;
}
.swiper-pagination-bullet-active {
	background: var(--theme-500) !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}
.swiper-slide {
	height: 0 !important;
}
.swiper-slide.swiper-slide-active {
	height: 100% !important;
}

.min-width-140 {
	min-width: 140px;
}
.nowrap {
	white-space: nowrap;
}
.fs-0 {
	font-size: 0;
}

.max-w-8xl {
	max-width: 86rem;
}

@media (min-width: 640px) {
	.min-w-360 {
		min-width: 360px;
	}
}

.editor-content a {
	color: var(--theme-500) !important;
}
.editor-content a:hover {
	text-decoration: underline;
	color: var(--theme-500) !important;
	opacity: 0.85;
}
.editor-content p {
	line-height: 1.7;
	color: #212326;
	font-size: 18px;
}

.share-active {
	display: none;
}
.share-item:hover .share-common {
	display: none;
}
.share-item:hover .share-active {
	display: block;
}

.editor-content iframe {
	margin: 14px 0;
	max-width: 100% !important;
	width: 100%;
	aspect-ratio: 560 / 315;
}

.menu-drawer {
	display: none;
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-animation: drawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
	animation: drawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
	z-index: 20;
	font-family: 'headerFont';
}

.menu-drawer-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.45);
}

.nav-box {
	padding: 0 20px;
}

.bOverHide {
	overflow: hidden;
}

/* theme color */
.bg-banner-100 {
	background: var(--theme-banner-100);
}
.bg-linear {
	background: var(--theme-banner-100);
}

.text-theme-400 {
	color: var(--theme-400);
}
.text-theme-500 {
	color: var(--theme-500);
}
.text-theme-600 {
	color: var(--theme-600);
}
.text-theme-1000 {
	color: var(--theme-500);
}

.border-theme-400 {
	border-color: var(--theme-400);
}
.border-theme-500 {
	border-color: var(--theme-500);
}
.border-theme-600 {
	border-color: var(--theme-600);
}
.border-theme-1000 {
	border-color: var(--theme-500);
}

.bg-theme-400 {
	background-color: var(--theme-400);
}
.bg-theme-500 {
	background-color: var(--theme-500);
}
.bg-theme-600 {
	background-color: var(--theme-600);
}
.bg-theme-1000 {
	background-color: var(--theme-500);
}
.bg-theme-1200 {
	background-color: #f6fdf0;
}

.group:hover .group-hover\:text-theme-400 {
	--tw-text-opacity: 1;
	color: var(--theme-400) !important;
}
.group:hover .group-hover\:text-theme-500 {
	--tw-text-opacity: 1;
	color: var(--theme-500) !important;
}
.group:hover .group-hover\:text-theme-600 {
	--tw-text-opacity: 1;
	color: var(--theme-600) !important;
}

.group:hover .group-hover\:bg-theme-400 {
	--tw-bg-opacity: 1;
	background-color: var(--theme-400) !important;
}
.group:hover .group-hover\:bg-theme-500 {
	--tw-bg-opacity: 1;
	background-color: var(--theme-500) !important;
}
.group:hover .group-hover\:bg-theme-600 {
	--tw-bg-opacity: 1;
	background-color: var(--theme-600) !important;
}

.hover\:text-theme-400:hover {
	--tw-text-opacity: 1;
	color: var(--theme-400);
}
.hover\:text-theme-500:hover {
	--tw-text-opacity: 1;
	color: var(--theme-500);
}
.hover\:text-theme-600:hover {
	--tw-text-opacity: 1;
	color: var(--theme-600);
}

.hover\:bg-theme-400:hover {
	--tw-bg-opacity: 1;
	background-color: var(--theme-400);
}
.hover\:bg-theme-500:hover {
	--tw-bg-opacity: 1;
	background-color: var(--theme-500);
}
.hover\:bg-theme-600:hover {
	--tw-bg-opacity: 1;
	background-color: var(--theme-600);
}

.hover\:border-theme-400:hover {
	--tw-bg-opacity: 1;
	border-color: var(--theme-400);
}
.hover\:border-theme-500:hover {
	--tw-bg-opacity: 1;
	border-color: var(--theme-500);
}
.hover\:border-theme-600:hover {
	--tw-bg-opacity: 1;
	border-color: var(--theme-600);
}

.focus\:ring-theme-400:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: var(--theme-400);
}
.focus\:ring-theme-6500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: var(--theme-500);
}
.focus\:ring-theme-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: var(--theme-600);
}

.focus\:bg-theme-400:focus {
	--tw-bg-opacity: 1;
	background-color: var(--theme-400);
}
.focus\:bg-theme-500:focus {
	--tw-bg-opacity: 1;
	background-color: var(--theme-500);
}
.focus\:bg-theme-600:focus {
	--tw-bg-opacity: 1;
	background-color: var(--theme-600);
}

.focus\:border-theme-400:focus {
	--tw-border-opacity: 1;
	border-color: var(--theme-400);
}
.focus\:border-theme-500:focus {
	--tw-border-opacity: 1;
	border-color: var(--theme-500);
}
.focus\:border-theme-600:focus {
	--tw-border-opacity: 1;
	border-color: var(--theme-600);
}

/* footer language */
.pp-dialog-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2001;
}
.pp-dialog-wrapper {
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0;
	z-index: 2030;
}
.el-dialog {
	position: relative;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	width: 50%;
	text-align: center;
	pointer-events: fill;
	margin-top: 13vh;
	width: 420px;
}
.getFreeDialog .el-dialog__header {
	padding: 0;
}
.getFreeDialog .el-dialog__body {
	color: #606266;
	font-size: 14px;
	word-break: break-all;
	text-align: initial;
	padding: 0;
}
.getFreeDialog .dialog-inner {
	padding: 28px 8px 28px;
	background: linear-gradient(181deg, #ebfdff 0%, #feffff 100%);
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.getFreeDialog .dialog-inner .header p {
	font-size: 18px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #2f3032;
}

.getFreeDialog .dialog-inner .header p:last-child {
	margin-top: 5px;
}

.getFreeDialog .dialog-inner .desc {
	margin-top: 16px;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #464a4f;
}

.getFreeDialog .dialog-inner .img-wrap {
	width: 190px;
	height: 190px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e9ebf1;
	margin: 22px auto 0;
}

.getFreeDialog .dialog-inner .img-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.getFreeDialog .el-dialog__header .header {
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #191919;
}

.getFreeDialog .purpose-lists {
	border-top: 1px solid #efefef;
	display: flex;
	justify-content: space-evenly;
}

.getFreeDialog .purpose-lists li {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.getFreeDialog .purpose-lists li .svg-icon {
	width: 32px;
	height: 32px;
}

.getFreeDialog .purpose-lists li:last-child .svg-icon {
	width: 40px;
	height: 32px;
	vertical-align: middle;
}

.getFreeDialog .purpose-lists li .text {
	margin-top: 8px;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #464a4f;
}

.getFreeDialog .purpose-lists.isEn li .text {
	line-height: 1.2;
	width: 42px;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}

.getFreeDialog .purpose-lists.isEn li:nth-child(1),
.purpose-lists.isEn li:nth-child(2) {
	width: 15%;
	text-align: center;
}

.getFreeDialog .purpose-lists.isEn li:nth-child(3) .text {
	width: 68px;
}

.getFreeDialog .purpose-lists.isEn li:nth-child(4) .text {
	width: 86px;
}
.getFreeDialog .el-dialog__headerbtn {
	position: absolute;
	right: 8px;
	top: 9px;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	font-size: 16px;
}

.getFreeDialog .el-dialog__headerbtn img {
	width: 22px;
	height: 22px;
}
.getFreeDialog .el-dialog__headerbtn .icon2 {
	display: none;
}
.getFreeDialog .el-dialog__headerbtn:hover .icon1 {
	display: none;
}
.getFreeDialog .el-dialog__headerbtn:hover .icon2 {
	display: block;
}

.getLoginDialog .dialog-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0;
	z-index: 20001;
}
.getLoginDialog .dialog {
	width: 500px;
	position: relative;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-top: 20vh;
}
.getLoginDialog .dialog-header {
	padding: 20px 20px 10px;
	text-align: center;
}

.getLoginDialog .header-title {
	font-size: 32px;
	line-height: 40px;
	height: 40px;
	font-weight: 700;
	color: #191919;
}
.getLoginDialog .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.getLoginDialog .close-btn img {
	width: 24px;
	height: 24px;
}
.getLoginDialog .close-btn .icon2 {
	display: none;
}
.getLoginDialog .close-btn:hover .icon1 {
	display: none;
}
.getLoginDialog .close-btn:hover .icon2 {
	display: block;
}
.getLoginDialog .dialog-body {
	padding: 25px 25px 30px;
}

.getLoginDialog .dialog-body .tips {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	word-break: keep-all !important;
	color: #191919;
	margin-bottom: 20px;
}

.getLoginDialog .dialog-body .label {
	padding: 0 0 12px;
	font-size: 14px;
	line-height: 17px;
	display: block;
	font-weight: 500;
	color: #191919;
}

.getLoginDialog .dialog-body .email-input,
.password-input {
	position: relative;
}
.getLoginDialog .dialog-body .email-input {
	margin-bottom: 20px;
}
.getLoginDialog .dialog-body .prefix {
	position: absolute;
	width: 36px;
	height: 42px;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.getLoginDialog .dialog-body input {
	height: 42px;
	width: 100%;
	outline: 0;
	border: 1px solid #ccc;
	padding-left: 36px;
	padding-right: 15px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	color: #606266;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.getLoginDialog .dialog-body input:focus {
	border: 1px solid var(--theme-500);
}

.getLoginDialog .dialog-body .view-password-set,
.hide-password-set {
	position: absolute;
	height: 42px;
	right: 15px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #606266;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

.getLoginDialog .dialog-body .view-password-set svg,
.hide-password-set svg {
	fill: #606266;
}
.getLoginDialog .dialog-body .view-password-set:hover,
.hide-password-set:hover {
	color: var(--theme-500);
}
.getLoginDialog .dialog-body .view-password-set:hover svg,
.hide-password-set:hover svg {
	fill: var(--theme-500);
}

.getLoginDialog .dialog-body .btn-forget {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
	margin-bottom: 24px;
}
.getLoginDialog .dialog-body .btn-forget a {
	color: #606266;
}
.getLoginDialog .dialog-body .btn-forget a:hover {
	color: var(--theme-500);
}
.getLoginDialog .dialog-body .btn-forget a:focus {
	color: var(--theme-500);
}
.getLoginDialog .dialog-body .submit-btn {
	width: 100%;
	height: 46px;
	color: #fff;
	padding: 12px 20px;
	font-size: 14px;
	background-color: var(--theme-500);
	text-align: center;
	font-weight: 550;
	border-radius: 4px;
}
.getLoginDialog .dialog-body .submit-btn:hover {
	opacity: 0.8;
}

.getLoginDialog .dialog-body .text-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #191919;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.getLoginDialog .dialog-body .text-sub a {
	color: var(--theme-500);
	margin-left: 8px;
	font-weight: 400;
}
.getLoginDialog .dialog-body .text-sub a:hover {
	opacity: 0.8;
}
.getLoginDialog .dialog-body .text-sub a:focus {
	color: var(--theme-500);
}
.getLoginDialog .dialog-body .divider {
	margin: 30px auto 28px;
	max-width: 320px;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #d5d5d5;
	position: relative;
}
.getLoginDialog .dialog-body .divider .divider-text {
	position: absolute;
	background-color: #fff;
	padding: 0 20px;
	font-weight: 500;
	color: #303133;
	font-size: 14px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.getLoginDialog .dialog-body .google-login-btn {
	width: 100%;
	height: 46px;
	color: #fff;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	text-align: center;
	font-weight: 550;
	border-radius: 4px;
	color: #606266;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	font-weight: 400;
}

.getLoginDialog .dialog-body .google-login-btn:hover {
	border: 1px solid #b8e4da;
	background-color: #e7f6f3;
	color: var(--theme-500);
}

.ppBlogDialog .dialog-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0;
	z-index: 20001;
}
.ppBlogDialog .dialog {
	width: 590px;
	position: relative;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-top: 20vh;
	font-family: 'Inter', sans-serif !important;
	letter-spacing: 0;
	color: #0b1639;
}
.ppBlogDialog .dialog-header {
	padding: 0;
	text-align: center;
}

.ppBlogDialog .title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.ppBlogDialog .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ppBlogDialog .close-btn img {
	width: 24px;
	height: 24px;
}
.ppBlogDialog .close-btn .icon2 {
	display: none;
}
.ppBlogDialog .close-btn:hover .icon1 {
	display: none;
}
.ppBlogDialog .close-btn:hover .icon2 {
	display: block;
}
.ppBlogDialog .dialog-body {
	padding: 50px 35px;
}
.ppBlogDialog .list {
	width: 324px;
	margin: 0 auto;
	margin-top: 36px;
}
.ppBlogDialog .list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	font-weight: bold;
}
.ppBlogDialog .list li span {
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	color: #191b23;
}
.ppBlogDialog .list .btn {
	width: 100%;
	height: 40px;
	color: #fff;
	padding: 8px 20px;
	line-height: 24px;
	font-size: 14px;
	background-color: var(--theme-500);
	text-align: center;
	font-weight: 550;
	border-radius: 4px;
	display: block;
	margin-top: 36px;
}
.ppBlogDialog .list .btn:hover {
	opacity: 0.8;
}
.ppBlogDialog .list .text {
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
	line-height: 1.5;
}

.pp-skeleton {
	background: linear-gradient(90deg, #f0f2f5 25%, #e6e8eb 37%, #f0f2f5 63%);
	background-size: 400% 100%;
	animation: seoing--skeleton-loading 1.4s ease infinite;
	border-radius: 4px;
}

@keyframes seoing--skeleton-loading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

@media (max-width: 768px) {
	.getLoginDialog .dialog {
		width: 90%;
	}
	.ppBlogDialog .dialog {
		width: 90%;
	}
	.ppBlogDialog .list {
		width: 100%;
	}
}
.language-list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 18px 20px;
	margin-top: 20px;
}
.language-list a {
	font-size: 14px;
	color: #191919;
	line-height: 28px;
}
.language-list a.language-actived {
	font-weight: 800;
	font-family: 'Metropolis';
}
.language-list a:hover,
.language-list a.language-actived {
	color: var(--theme-500);
	opacity: 1;
}
.language-list a.language-actived:hover {
	opacity: 0.85;
}
/* footer language end */

/* top banner */
.banner-bg {
	background: #0751ad;
}
.banner-content {
	max-width: 644px;
	margin: 0 auto;
}
.banner-content ul li {
	position: relative;
}
.banner-content ul li::after {
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 50%;
	content: '';
}
.banner-pic {
	width: 41%;
}
.banner-content a {
	min-width: 202px;
}
@media only screen and (max-width: 1100px) {
	.top-banner {
		display: block;
	}
	.top-banner .banner-content,
	.top-banner .banner-pic {
		width: 100%;
	}
	.banner-content a {
		min-width: auto;
		width: 100%;
	}
}
/* top banner end */

/* width limit */
.max-w-wrap {
	max-width: 1430px;
	margin: 0 auto;
	padding: 14px 10px;
}
/* width limit end */

.leading-h1 {
	line-height: 1.25 !important;
	word-wrap: break-word !important;
	word-break: normal !important;
}
.leading-h2 {
	line-height: 1.25 !important;
}

.sub-footer {
	font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.footer,
main,
.tool-item {
	content-visibility: auto;
}

.footer {
	background: #fff;
	font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.svg-icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	stroke: currentColor;
	overflow: hidden;
}

svg:not(:root) {
	overflow: hidden;
}
.wt-body-max-width,
.wt-max-width-tv {
	max-width: 1520px;
	margin: 0 auto;
}
.footer .footer-fastLink .fastLink-box .link-caption {
	font-weight: 600;
	color: #000000;
}

.footer .footer-fastLink .fastLink-box ul.fastLink-list li {
	font-size: 0;
}

.footer .footer-fastLink .fastLink-box ul.fastLink-list li + li {
	margin-top: 6px;
}

.footer .footer-fastLink .fastLink-box ul.fastLink-list li .button-get-vip,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li a {
	display: inline-block;
	max-width: 286px;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	padding-bottom: 4px;
}
.footer
	.footer-fastLink
	.fastLink-box
	ul.fastLink-list
	li
	.button-get-vip:hover,
.footer
	.footer-fastLink
	.fastLink-box
	ul.fastLink-list
	li
	.button-get-vip:active,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li a:hover,
.footer .footer-fastLink .fastLink-box ul.fastLink-list li a:active {
	color: var(--theme-500);
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li.top-100 .list {
	display: grid;
	gap: 5px 22px;
	grid-template-columns: repeat(3, minmax(35px, 55px));
	justify-content: center;
}
.footer
	.footer-fastLink
	.fastLink-box
	ul.fastLink-list
	li.links-Alphabet
	.list {
	display: grid;
	gap: 5px 5px;
	grid-template-columns: repeat(9, minmax(10px, 25px));
	justify-content: center;
}
.footer .footer-fastLink .fastLink-box ul.fastLink-list li.article-dates-links {
	font-size: 14px;
	position: relative;
}
.footer
	.footer-fastLink
	.fastLink-box
	ul.fastLink-list
	li.article-dates-links
	.caption {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.footer .footer-desc {
	margin: 0 auto;
}

.footer .footer-desc .f-right {
	font-size: 16px;
	line-height: 19px;
}

.footer .footer-menu {
	background: #f9f9f9;
}

.footer .footer-menu .footer-menu-box {
	margin: 0 auto;
}

.footer .footer-menu .footer-menu-box .f-left-link {
	display: flex;
	align-items: center;
}

.footer .footer-menu .footer-menu-box .f-left-link .f-link-item {
	font-size: 0;
}

.footer
	.footer-menu
	.footer-menu-box
	.f-left-link
	.f-link-item
	.icon-logo:first-child {
	display: block;
}

.footer
	.footer-menu
	.footer-menu-box
	.f-left-link
	.f-link-item
	.icon-logo:last-child {
	display: none;
}

.footer
	.footer-menu
	.footer-menu-box
	.f-left-link
	.f-link-item:hover
	.icon-logo:first-child,
.footer
	.footer-menu
	.footer-menu-box
	.f-left-link
	.f-link-item:active
	.icon-logo:first-child {
	display: none;
}

.footer
	.footer-menu
	.footer-menu-box
	.f-left-link
	.f-link-item:hover
	.icon-logo:last-child,
.footer
	.footer-menu
	.footer-menu-box
	.f-left-link
	.f-link-item:active
	.icon-logo:last-child {
	display: block;
}

.footer .footer-menu .footer-menu-box .f-right-menu {
	display: flex;
	align-items: center;
	gap: 34px;
}

.footer .footer-menu .footer-menu-box .f-right-menu .link-item {
	font-weight: 600;
	color: #000000;
	opacity: 0.6;
}

.footer .footer-menu .footer-menu-box .f-right-menu .link-item:hover,
.footer .footer-menu .footer-menu-box .f-right-menu .link-item:active {
	opacity: 1;
	color: var(--theme-500);
}

.footer .footer-copyright {
	background: #f9f9f9;
}

.footer .footer-copyright .footer-copyright-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	color: #000;
	opacity: 0.6;
	font-size: 14px;
}
.footer .footer-copyright a.footer-copyright-text:hover {
	color: var(--theme-500);
}
.footer .footer-friend-links {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer .footer-friend-links .links {
	flex: 1;
	min-width: 0;
}

.footer .footer-friend-links .caption {
	display: inline-block;
	margin-right: 40px;
	word-break: keep-all;
}
.footer .footer-friend-links a {
	display: inline-block;
	color: #191919;
	margin-right: 40px;
	margin-bottom: 10px;
	word-break: break-word;
}

.footer .footer-friend-links a:hover {
	text-decoration: underline;
	color: var(--theme-500);
}

@media screen and (max-width: 768px) {
	.footer .footer-fastLink {
		padding: 40px 14px;
	}

	.footer .footer-friend-links {
		padding: 10px 23px 40px;
	}

	.footer .footer-fastLink .fastLink-box {
		text-align: center;
	}

	.footer .footer-fastLink .fastLink-box .link-caption {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 16px;
	}

	.footer .footer-fastLink .fastLink-box + .fastLink-box {
		margin-top: 30px;
	}

	.footer .footer-desc {
		padding: 10px 23px 40px;
		text-align: center;
	}

	.footer .footer-desc .f-logo .icon-logo {
		width: 112px;
		height: 30px;
	}

	.footer .footer-desc .f-right {
		line-height: 1.5;
		margin-top: 25px;
	}

	.footer .footer-menu .footer-menu-box .f-left-link {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
	}

	.footer .footer-menu .footer-menu-box .f-left-link .f-link-item {
		width: 31px;
		height: 31px;
		margin: 0 8px;
	}

	.footer .footer-menu .footer-menu-box .f-left-link .f-link-item .icon-logo {
		font-size: 31px;
		width: 31px;
		height: 31px;
	}

	.footer .footer-menu .footer-menu-box .f-left-link .f-link-item:first-child {
		margin-left: 0;
	}

	.footer .footer-menu .footer-menu-box .f-left-link .f-link-item:last-child {
		margin-right: 0;
	}

	.footer .footer-menu .footer-menu-box .f-right-menu {
		border-top: 1px solid #eeeeee;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 48px;
	}

	.footer .footer-menu .footer-menu-box .f-right-menu .link-item {
		font-size: 12px;
		line-height: 1.2;
		margin: 0 13px;
	}

	.footer .footer-menu .footer-menu-box .f-right-menu .link-item:first-child {
		margin-left: 0;
	}

	.footer .footer-menu .footer-menu-box .f-right-menu .link-item:last-child {
		margin-right: 0;
	}

	.footer .footer-copyright {
		border-top: 1px solid #eeeeee;
		padding: 14px 10px;
	}

	.footer .footer-copyright .footer-copyright-text {
		font-size: 12px;
		line-height: 1.2;
		justify-content: center;
	}
}

@media screen and (min-width: 769px) {
	.footer .footer-fastLink {
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 44px 20px 44px;
	}

	.footer .footer-friend-links {
		margin: -26px auto 0;
		padding: 0 20px 22px;
	}

	.footer .footer-fastLink .fastLink-box .link-caption {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 27px;
	}

	.footer .footer-fastLink .fastLink-box ul.fastLink-list li + li {
		margin-top: 6px;
	}

	.footer
		.footer-fastLink
		.fastLink-box
		ul.fastLink-list
		li.article-dates-links {
		max-width: 200px;
	}
	.footer
		.footer-fastLink
		.fastLink-box
		ul.fastLink-list
		li.links-Alphabet
		.link-item {
		width: 10.76%;
	}

	/* .footer .footer-fastLink .fastLink-box ul.fastLink-list li a {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 4px;
} */

	.footer .footer-desc {
		padding: 0 20px 44px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer .footer-desc .f-logo {
		width: 124px;
		height: 33px;
	}

	.footer .footer-desc .f-logo .icon-logo {
		width: 124px;
		height: 33px;
	}

	.footer .footer-desc .f-right {
		font-size: 16px;
		line-height: 19px;
	}

	.footer .footer-menu .footer-menu-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 90px;
		padding: 0 20px;
	}

	.footer .footer-menu .footer-menu-box .f-left-link .f-link-item {
		width: 32px;
		height: 32px;
	}

	.footer .footer-menu .footer-menu-box .f-left-link .f-link-item .icon-logo {
		font-size: 32px;
		width: 32px;
		height: 32px;
	}

	.footer
		.footer-menu
		.footer-menu-box
		.f-left-link
		.f-link-item
		+ .f-link-item {
		margin-left: 16px;
	}

	.footer .footer-menu .footer-menu-box .f-right-menu .link-item {
		font-size: 16px;
		line-height: 20px;
	}

	.footer .footer-copyright {
		border-top: 1px solid #eeeeee;
	}

	.footer .footer-copyright .footer-copyright-text {
		height: 44px;
	}
}

/* header lang start */
.pp-navbar .langDrop.el-popper[x-placement^='bottom'] {
	margin-top: 5px;
	min-width: 120px;
	border-radius: 6px;
}
.pp-navbar .language {
	display: inline-block;
	text-align: right;
}
.language .el-button {
	border-radius: 4px;
}
.pp-navbar .language .el-button {
	position: relative;
	display: inline-flex;
	gap: 4px;
	align-items: center;
	color: #191919;
	background: none;
	border: 1px solid #d5d5d5;
}
.pp-navbar .language .el-button:hover {
	cursor: pointer;
}
.pp-navbar .language .el-button .btn-text {
	display: inline-block;
	vertical-align: middle;
}

.pp-navbar .language .el-button .icon-arrow-down {
	position: absolute;
	transition: transform 0.3s;
}
.pp-navbar .language:hover .el-button,
.pp-navbar .language .el-button:hover,
.pp-navbar .language .el-button.isActive {
	color: var(--theme-500);
	border-color: var(--theme-500);
}

.pp-navbar .language .el-button .icon_language {
	display: inline-block;
	vertical-align: middle;
	fill: #2f3032;
}

.pp-navbar .language .el-button.isActive .icon_language,
.pp-navbar .language .el-button.focusing .icon_language {
	fill: var(--theme-500);
}
.pp-navbar .language .icon-arrow-down.icon-down-active,
.pp-navbar .language .el-button .icon_language.icon_language_active {
	display: none;
}

.pp-navbar .language:hover .icon_language_default,
.pp-navbar .language:hover .icon-arrow-down.icon-down-default,
.pp-navbar .language .el-button.isActive .icon_language_default {
	display: none;
}

.pp-navbar .language:hover .icon_language_active,
.pp-navbar .language:hover .icon-arrow-down.icon-down-active,
.pp-navbar .language .el-button.isActive .icon_language_active {
	display: inline-block !important;
}

.pp-navbar .language:hover .icon-arrow-down,
.pp-navbar .language .el-button.isActive .icon-arrow-down {
	transform: rotateZ(180deg);
}

.pp-navbar .language .el-button .icon-arrow {
	display: inline-block;
	vertical-align: middle;
	border-top-color: #666;
	width: 0;
	height: 0;
}
.pp-navbar .language:hover .lang-list-wrap {
	display: block;
}
.pp-navbar .lang-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 10px;
	background: #fff;
	min-width: 180px;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	padding: 12px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	word-break: break-all;
}

.pp-navbar .lang-list li a {
	display: block;
	padding: 8px 0px;
	color: #000000;
	text-decoration: none;
}

.pp-navbar .lang-list li a:hover,
.pp-navbar .lang-list li a.active {
	cursor: pointer;
	color: var(--theme-500);
}
.pp-navbar .lang-list li a.active {
	font-weight: 600;
}

.pp-navbar .lang-list-wrap {
	position: absolute;
	margin-top: 23px; /* pp-navbar_language */
	padding-top: 22px; /* pp-navbar_language */
	display: none;
}
.pp-navbar .language .el-button .icon_language {
	max-width: unset; /* pp-navbar_language */
}
/* header lang end */

.footer .langDrop.el-popper[x-placement^='bottom'] {
	margin-top: 5px;
	min-width: 120px;
	border-radius: 6px;
}

.langDrop.el-popper[x-placement^='bottom'] .popper__arrow {
	display: none;
}

.langDrop.el-popper[x-placement^='bottom'] .popper__arrow::after {
	top: -20px;
	margin-left: -8px;
	border-width: 16px 10px;
}

.footer .language {
	display: inline-block;
	text-align: right;
}
.language .el-button {
	border-radius: 4px;
}
.footer .language .el-button {
	position: relative;
	display: inline-flex;
	gap: 4px;
	align-items: center;
	color: #191919;
	background: none;
	border: 1px solid #d5d5d5;
}
.footer .language .el-button:hover {
	cursor: pointer;
}
.footer .language .el-button .btn-text {
	display: inline-block;
	vertical-align: middle;
}

.footer .language .el-button .icon-arrow-down {
	position: absolute;
	transition: transform 0.3s;
}
.footer .language:hover .el-button,
.footer .language .el-button:hover,
.footer .language .el-button.isActive {
	background: #fff;
	color: var(--theme-500);
	border-color: var(--theme-500);
}

.footer .language .el-button .icon_language {
	display: inline-block;
	vertical-align: middle;
	fill: #2f3032;
}

.footer .language .el-button.isActive .icon_language,
.footer .language .el-button.focusing .icon_language {
	fill: var(--theme-500);
}
.footer .language .icon-arrow-down.icon-down-active,
.footer .language .el-button .icon_language.icon_language_active {
	display: none;
}

.footer .language:hover .icon_language_default,
.footer .language:hover .icon-arrow-down.icon-down-default,
.footer .language .el-button.isActive .icon_language_default {
	display: none;
}

.footer .language:hover .icon_language_active,
.footer .language:hover .icon-arrow-down.icon-down-active,
.footer .language .el-button.isActive .icon_language_active {
	display: inline-block !important;
}

.footer .language:hover .icon-arrow-down,
.footer .language .el-button.isActive .icon-arrow-down {
	transform: rotateZ(180deg);
}

.footer .language .el-button .icon-arrow {
	display: inline-block;
	vertical-align: middle;
	border-top-color: #666;
	width: 0;
	height: 0;
}
.footer .lang-list-wrap {
	position: absolute;
	margin-top: -322px;
	padding-bottom: 12px;
	display: none;
}
.footer .language:hover .lang-list-wrap {
	display: block;
}
.footer .lang-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 10px;
	background: #fff;
	min-width: 180px;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	padding: 12px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	word-break: break-all;
}

.footer .lang-list li a {
	display: block;
	padding: 8px 0px;
	color: #000000;
	text-decoration: none;
}

.footer .lang-list li a:hover,
.footer .lang-list li a.active {
	cursor: pointer;
	color: var(--theme-500);
}
.footer .lang-list li a.active {
	font-weight: 600;
}
.back-to-ceiling {
	text-align: center;
	cursor: pointer;
	right: 10px;
	bottom: 92px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	z-index: 1000;
	background: #fff;
	font-size: 16px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
.back-to-ceiling:hover {
	background-color: #f2f6fc;
}
@media screen and (max-width: 768px) {
	.footer .language .el-button {
		padding: 0 10px;
		height: 22px !important;
	}

	.footer .language .el-button .btn-text {
		padding: 0 10px 0 4px;
		font-size: 12px;
		margin-top: -2px;
	}

	.footer .language .el-button .icon-arrow-down {
		right: 3px;
		top: 3px;
		font-size: 12px;
	}

	.footer .language .el-button .icon_language {
		width: 12px;
		height: 12px;
		margin-top: -2px;
	}

	.footer .language .el-button .icon-arrow {
		margin-left: 9px;
		margin-top: 4px;
		border: 5px solid transparent;
		margin-left: 1px;
	}
}

@media screen and (min-width: 769px) {
	.footer .language .el-button {
		padding: 0 14px 0 14px;
		height: 32px;
	}

	.footer .language .el-button .btn-text {
		padding: 0 8px 0 4px;
		font-size: 14px;
	}

	.footer .language .el-button .icon-arrow-down {
		right: 6px;
		top: 8px;
	}

	.footer .language .el-button .icon_language {
		width: 18px;
		height: 18px;
	}

	.footer .language .el-button .icon-arrow {
		margin-left: 9px;
		margin-top: 4px;
		border: 5px solid transparent;
		margin-left: 1px;
	}

	.pp-navbar .language .el-button {
		padding: 0 22px 0 14px;
		height: 32px;
		border: none;
	}

	.pp-navbar .language .el-button .btn-text {
		padding: 0 8px 0 4px;
		font-size: 14px;
	}

	.pp-navbar .language .el-button .icon-arrow-down {
		right: 4px;
		top: 9px;
	}

	.pp-navbar .language .el-button .icon_language {
		width: 18px;
		height: 18px;
	}

	.pp-navbar .language .el-button .icon-arrow {
		margin-left: 9px;
		margin-top: 4px;
		border: 5px solid transparent;
		margin-left: 1px;
	}
}
