/* =========================================================
 * Acetop LF 主题增强样式
 * 官方原版 CSS 保持不变，本文件只负责：
 * 1) 图片文案 → 纯文本的等价样式（标题/优势/按钮/行情/页脚声明）
 * 2) FAQ 板块、文章栏目页/详情页、右侧 SEO 串联板块
 * 3) 底部固定浮窗（纯文本按钮版）与内页头部
 * ========================================================= */

/* ---------- 内页头部（首页 header 绝对定位覆盖 banner，内页改为静态） ---------- */
body.lf-inner header.header {
	position: relative;
	top: 0;
	background: #0b0b0b;
}
header .menu-list li a,
header .menu-list li a:link,
header .menu-list li a:visited {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
}
header .menu-list li a:hover,
header .menu-list li.current-menu-item a {
	color: #35a3f1;
}
header .menu-btn .service > a,
header .menu-btn .service > a:link,
header .menu-btn .service > a:visited {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	line-height: 30px;
}
header .menu-btn .service > a:hover {
	color: #35a3f1;
}
header .top-menu__name.text-title {
	color: #333;
	font-size: 16px;
}

/* ---------- 页面 Hero（栏目页 / 详情页 / 页面） ---------- */
.lf-page-hero {
	background: #10151b url('../images/advantage-bg.jpg') center center/cover no-repeat;
	padding: 90px 0 44px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lf-page-hero .lf-hero-title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 8px;
}
.lf-page-hero .lf-hero-sub,
.lf-page-hero .lf-hero-meta {
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
	margin: 0;
}
.lf-page-hero .lf-hero-meta a {
	color: #35a3f1;
}
.lf-page-hero .lf-hero-meta .sep {
	margin: 0 8px;
}
.lf-breadcrumb {
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	margin-bottom: 12px;
}
.lf-breadcrumb a {
	color: rgba(255, 255, 255, .75);
}
.lf-breadcrumb a:hover {
	color: #35a3f1;
}
.lf-breadcrumb .sep {
	margin: 0 8px;
}

/* ---------- 板块标题（原 titlebox 图片改为文字：英文底纹 + 中文主标题） ---------- */
.lf-sec-title {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 22px;
	max-width: 860px;
	width: 100%;
}
.lf-sec-title .ghost {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	font-size: clamp(28px, 5.2vw, 58px);
	letter-spacing: .12em;
	color: rgba(100, 130, 160, .16);
	white-space: nowrap;
	overflow: hidden;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}
.lf-sec-title .main {
	position: relative;
	display: inline-block;
	color: #35a3f1;
	font-size: clamp(22px, 3.2vw, 34px);
	font-weight: 500;
	line-height: 1.2;
}
.lf-sec-title .main::after {
	content: '';
	display: block;
	width: 56px;
	height: 2px;
	background: #35a3f1;
	margin: 10px auto 0;
}

/* ---------- 板块标题（原 titlebox 图片改为文字：英文底纹 + 中文主标题） ---------- */
/* ---------- APP / MT5 下载按钮（原按钮图片改为文字按钮） ---------- */
.lf-dl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 158px;
	height: 46px;
	padding: 0 22px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(180deg, #1d9de8, #0170c1);
	border: 1px solid rgba(255, 255, 255, .25);
	transition: opacity .2s ease;
}
.lf-dl-btn:hover {
	opacity: .85;
	color: #fff;
}
.lf-dl-btn-ios {
	background: linear-gradient(180deg, #23262b, #0d0f12);
}
.lf-dl-btn-hongmeng {
	background: linear-gradient(180deg, #2b3038, #14171c);
}
.lf-dl-btn-desktop,
.lf-dl-btn-mt5android,
.lf-dl-btn-mt5ios {
	min-width: 138px;
	height: 42px;
	font-size: 15px;
}
.lf-dl-btn-mt5android {
	background: linear-gradient(180deg, #2bb381, #14855c);
}
.lf-dl-btn-mt5ios {
	background: linear-gradient(180deg, #23262b, #0d0f12);
}
.part-app .app-wrapper .contentbox .rightbox .btnbox .appbtn {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 12px;
	vertical-align: middle;
}
.part-mt5 .mt5-wrapper .contentbox .mt5-rightbox .mt5-btnbox .btn-list .btn1,
.part-mt5 .mt5-wrapper .contentbox .mt5-rightbox .mt5-btnbox .btn-list .btn2,
.part-mt5 .mt5-wrapper .contentbox .mt5-rightbox .mt5-btnbox .btn-list .btn3 {
	display: inline-block;
	margin: 0 10px 10px 0;
}

/* ---------- APP 副标题与红色圆点清单（原 app-text.png / mt5-text.png 改为文字） ---------- */
/* 板块背景图 bg1/bg2 为浅色，所有正文统一使用深色系 */
.lf-app-subtitle {
	color: #333;
	font-size: clamp(18px, 2.6vw, 26px);
	font-weight: 600;
	margin: 0;
	padding: 6px 0 4px;
	border-bottom: 2px solid #0170c1;
	display: inline-block;
}
.lf-check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lf-check-list li {
	position: relative;
	padding: 10px 0 10px 34px;
	color: #4a5568;
	font-size: 16px;
	line-height: 1.6;
}
.lf-check-list li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 2px solid #e2483d;
	border-radius: 50%;
}
.lf-mt5-lead {
	color: #333;
	font-size: clamp(18px, 2.6vw, 26px);
	font-weight: 600;
	margin: 0 0 8px;
	padding-bottom: 6px;
	border-bottom: 2px solid #0170c1;
	display: inline-block;
}
.part-mt5 .mt5-wrapper .contentbox .mt5-leftbox .textbox2 {
	color: #666;
}
.part-mt5 .mt5-wrapper .contentbox .mt5-leftbox .textbox2 .messagebox a {
	color: #35a3f1;
}

/* ---------- APP 下载二维码框（官方 qrcodeboxbg.png 缺失，改为纯 CSS 白底相框） ---------- */
.part-app .app-wrapper .contentbox .rightbox .APP-code .imgbox {
	width: 150px;
	height: 150px;
	margin: 0 24px 16px 0;
	padding: 12px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 14px 0 rgba(1, 112, 193, .18);
	box-sizing: border-box;
	overflow: hidden;
}
.part-app .app-wrapper .contentbox .rightbox .APP-code .imgbox img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/* ---------- 六大优势卡片（默认样式 = 原 hover 样式，白底深字） ---------- */
.part-advantage .advantage-box.lf-advantage-box {
	width: auto;
	max-width: 320px;
	min-height: 218px;
	height: auto;
	padding: 26px 18px 22px;
	background: #fff;
	border: 1px solid rgba(1, 112, 193, .14);
	border-radius: 10px;
	box-shadow: 0 7px 18px 0 rgba(1, 112, 193, .13);
	transition: transform .25s ease;
}
.part-advantage .advantage-box.lf-advantage-box:hover {
	transform: translateY(-4px);
}
.lf-adv-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
}
.lf-adv-icon svg {
	display: block;
	width: 56px;
	height: 56px;
}
.lf-adv-icon svg * {
	stroke: #0170c1;
}
.lf-advantage-box .item-tit {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
}
.lf-advantage-box .item-txt {
	color: #666;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

/* ---------- FAQ 板块 ---------- */
.part-faq {
	background: #1c2a3a;
	padding: 60px 5px 70px;
}
@media (min-width: 992px) {
	.part-faq {
		padding: 80px 0 90px;
	}
}
.lf-faq-list {
	max-width: 860px;
	margin: 16px auto 0;
}
.lf-faq-item {
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	margin-bottom: 12px;
	background: rgba(255, 255, 255, .06);
	overflow: hidden;
}
.lf-faq-item.active {
	border-color: rgba(53, 163, 241, .55);
}
.lf-faq-q {
	display: flex;
	align-items: center;
	width: 100%;
	background: none;
	border: 0;
	text-align: left;
	padding: 16px 18px;
	cursor: pointer;
}
.lf-faq-mark {
	flex: none;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	background: #0170c1;
	color: #fff;
	font-size: 13px;
	margin-right: 12px;
}
.lf-faq-qtext {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	flex: 1;
	line-height: 1.5;
}
.lf-faq-arrow {
	flex: none;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(255, 255, 255, .55);
	border-bottom: 2px solid rgba(255, 255, 255, .55);
	transform: rotate(45deg);
	margin-left: 12px;
	transition: transform .2s ease;
}
.lf-faq-item.active .lf-faq-arrow {
	transform: rotate(225deg);
}
.lf-faq-a {
	display: none;
	padding: 0 18px 16px 54px;
}
.lf-faq-item.active .lf-faq-a {
	display: block;
}
.lf-faq-a p {
	color: rgba(255, 255, 255, .68);
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

/* ---------- 首页市场资讯（最新 3 篇文章） ---------- */
.part-news {
	background: #10151b;
	padding: 60px 5px 70px;
}
@media (min-width: 992px) {
	.part-news {
		padding: 80px 0 90px;
	}
}
.lf-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	max-width: 1200px;
	margin: 16px auto 0;
}
@media (max-width: 991.98px) {
	.lf-news-grid {
		grid-template-columns: 1fr;
	}
}
.lf-news-card {
	display: block;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 22px 20px;
	transition: background .2s ease, transform .2s ease;
}
.lf-news-card:hover {
	background: rgba(255, 255, 255, .07);
	transform: translateY(-3px);
}
.lf-news-cat {
	display: inline-block;
	font-size: 12px;
	color: #35a3f1;
	border: 1px solid rgba(53, 163, 241, .5);
	border-radius: 3px;
	padding: 1px 8px;
	margin-bottom: 12px;
}
.lf-news-card h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.lf-news-card p {
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
	line-height: 1.7;
	margin: 0 0 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.lf-news-date {
	color: rgba(255, 255, 255, .4);
	font-size: 12px;
}
.lf-news-more {
	text-align: center;
	margin-top: 28px;
}
.lf-more-btn {
	display: inline-block;
	color: #35a3f1;
	border: 1px solid rgba(53, 163, 241, .6);
	border-radius: 4px;
	padding: 10px 34px;
	font-size: 15px;
}
.lf-more-btn:hover {
	background: #0170c1;
	color: #fff;
}

/* ---------- Banner CTA 文本按钮（原 banner-btn1/2 图片改为文字） ---------- */
.lf-banner-btn {
	display: block;
	width: 190px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.lf-banner-btn-open {
	background-color: #0170c1;
}
.lf-banner-btn-deposit {
	background-color: #ed4454;
}
.lf-banner-btn:hover {
	color: #fff;
	opacity: .88;
}
@media (max-width: 767.98px) {
	.lf-banner-btn {
		width: 130px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
}
.banner .riskbox {
	color: #f5cc93;
}

/* ---------- 底部固定浮窗：纯文本按钮版 ---------- */
.pop-bottom.is-show {
	display: block;
}
.pop-bottom .lf-pop-btn {
	flex: none;
	display: block;
	width: 470px;
	max-width: 44vw;
	padding: 9px 18px 12px;
	border-radius: 6px;
	text-align: center;
}
.pop-bottom .lf-pop-btn .t1 {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.pop-bottom .lf-pop-btn .t2 {
	display: block;
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	line-height: 1.4;
}
.pop-bottom .lf-pop-btn-open {
	background: linear-gradient(135deg, #1d9de8, #0161a4);
}
.pop-bottom .lf-pop-btn-deposit {
	background: linear-gradient(135deg, #ff7a45, #e23c30);
}
.pop-bottom .lf-pop-btn:hover {
	opacity: .9;
}
.pop-bottom .bottom-close {
	width: 22px;
	height: 22px;
	background: rgba(255, 255, 255, .18);
	border-radius: 50%;
	position: absolute;
	bottom: 56px;
	right: 0;
	cursor: pointer;
}
.pop-bottom .bottom-close::before,
.pop-bottom .bottom-close::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 10px;
	width: 14px;
	height: 2px;
	background: #fff;
}
.pop-bottom .bottom-close::before {
	transform: rotate(45deg);
}
.pop-bottom .bottom-close::after {
	transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
	.pop-bottom .lf-pop-btn {
		width: 46vw;
		padding: 5px 8px 7px;
	}
	.pop-bottom .lf-pop-btn .t1 {
		font-size: 14px;
	}
	.pop-bottom .lf-pop-btn .t2 {
		font-size: 10px;
	}
}

/* ---------- 页脚：风险声明由图片改为文字 ---------- */
footer .lf-footer-risk {
	max-width: 1300px;
	margin: 0 auto;
	padding: 26px 10px;
}
footer .lf-footer-risk h3 {
	color: rgba(255, 255, 255, .85);
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 12px;
}
footer .lf-footer-risk p {
	color: rgba(255, 255, 255, .45);
	font-size: 13px;
	line-height: 1.9;
	margin: 0 0 10px;
}
footer .copyright-box {
	color: rgba(255, 255, 255, .55);
	padding: 16px 10px;
}
footer .copyright-box .lf-copyright-name {
	margin-left: 6px;
}
footer .copyright-box .rightItem a {
	color: rgba(255, 255, 255, .55);
}
footer .copyright-box .rightItem a:hover {
	color: #35a3f1;
}
.lf-footer-nav,
ul.lf-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
}
.lf-footer-menu a {
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
}
.lf-footer-menu a:hover {
	color: #35a3f1;
}

/* ---------- 文章栏目页 / 详情页 / 右侧 SEO 串联板块 ---------- */
.lf-archive {
	background: #10151b;
	padding: 40px 0 70px;
	min-height: 40vh;
}
.lf-archive-inner {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.lf-archive-main {
	flex: 1;
	min-width: 0;
}
@media (max-width: 991.98px) {
	.lf-archive-inner {
		flex-direction: column;
	}
	.lf-sidebar {
		width: 100% !important;
	}
}
.lf-post-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.lf-post-card {
	display: flex;
	gap: 18px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 20px;
	transition: background .2s ease;
}
.lf-post-card:hover {
	background: rgba(255, 255, 255, .07);
}
@media (max-width: 767.98px) {
	.lf-post-card {
		flex-direction: column;
	}
}
.lf-post-thumb {
	flex: none;
	width: 220px;
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.lf-post-thumb {
		width: 100%;
	}
}
.lf-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lf-post-body {
	flex: 1;
	min-width: 0;
}
.lf-post-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, .45);
}
.lf-post-cat {
	color: #35a3f1;
	border: 1px solid rgba(53, 163, 241, .5);
	border-radius: 3px;
	padding: 1px 8px;
}
.lf-post-title {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
}
.lf-post-title a {
	color: #fff;
}
.lf-post-title a:hover {
	color: #35a3f1;
}
.lf-post-excerpt {
	color: rgba(255, 255, 255, .55);
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 12px;
}
.lf-post-more {
	color: #35a3f1;
	font-size: 13px;
}
.lf-pagination {
	margin-top: 26px;
	text-align: center;
}
.lf-pagination .page-numbers {
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	margin: 0 4px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 4px;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}
.lf-pagination .page-numbers.current,
.lf-pagination .page-numbers:hover {
	background: #0170c1;
	border-color: #0170c1;
	color: #fff;
}
.lf-empty {
	text-align: center;
	color: rgba(255, 255, 255, .6);
	padding: 60px 0;
}
.lf-empty .lf-side-btn {
	margin-top: 18px;
}

/* 详情页 */
.lf-single {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 28px 26px;
}
.lf-single-thumb {
	margin-bottom: 20px;
}
.lf-single-thumb img {
	border-radius: 8px;
	width: 100%;
	height: auto;
}
.lf-single-content {
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.9;
	word-break: break-word;
}
.lf-single-content h2,
.lf-single-content h3 {
	color: #fff;
	font-weight: 500;
	margin: 26px 0 12px;
}
.lf-single-content a {
	color: #35a3f1;
}
.lf-single-content img {
	max-width: 100%;
	height: auto;
}
.lf-single-content blockquote {
	border-left: 3px solid #0170c1;
	padding-left: 14px;
	color: rgba(255, 255, 255, .6);
}
.lf-single-content table {
	width: 100%;
	border-collapse: collapse;
}
.lf-single-content table td,
.lf-single-content table th {
	border: 1px solid rgba(255, 255, 255, .15);
	padding: 8px 10px;
}
.lf-single-tags {
	margin-top: 24px;
	font-size: 13px;
	color: rgba(255, 255, 255, .5);
}
.lf-single-tags a {
	display: inline-block;
	color: #35a3f1;
	border: 1px solid rgba(53, 163, 241, .5);
	border-radius: 3px;
	padding: 2px 10px;
	margin: 4px 6px 0 0;
}
.lf-single-nav {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.lf-single-nav .prev,
.lf-single-nav .next {
	flex: 1;
	min-width: 0;
}
.lf-single-nav .next {
	text-align: right;
}
.lf-single-nav em {
	display: block;
	font-style: normal;
	color: rgba(255, 255, 255, .4);
	font-size: 12px;
	margin-bottom: 6px;
}
.lf-single-nav a {
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
}
.lf-single-nav a:hover {
	color: #35a3f1;
}

/* 右侧 SEO 串联板块 */
.lf-sidebar {
	flex: none;
	width: 320px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.lf-side-box {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	padding: 18px 16px;
}
.lf-side-title {
	position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 14px;
	padding-left: 12px;
	line-height: 1.3;
}
.lf-side-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 4px;
	border-radius: 2px;
	background: #0170c1;
}
.lf-side-cats,
.lf-side-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lf-side-cats li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	padding: 8px 6px;
	border-radius: 6px;
}
.lf-side-cats li a:hover {
	background: rgba(255, 255, 255, .06);
	color: #35a3f1;
}
.lf-side-cats li em {
	font-style: normal;
	color: rgba(255, 255, 255, .35);
	font-size: 12px;
}
.lf-side-posts li {
	border-bottom: 1px dashed rgba(255, 255, 255, .1);
}
.lf-side-posts li:last-child {
	border-bottom: 0;
}
.lf-side-posts li a {
	display: block;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.5;
	padding: 9px 2px;
}
.lf-side-posts li a:hover {
	color: #35a3f1;
}
.lf-side-posts li a .date {
	float: right;
	color: rgba(255, 255, 255, .35);
	font-size: 12px;
	margin-left: 8px;
}
.lf-side-posts li .no {
	display: inline-block;
	font-style: normal;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 4px;
	background: rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	margin-right: 8px;
}
.lf-side-posts li .no.no-1,
.lf-side-posts li .no.no-2,
.lf-side-posts li .no.no-3 {
	background: #0170c1;
	color: #fff;
}
.lf-side-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.lf-side-tags a {
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 3px;
	padding: 3px 10px;
}
.lf-side-tags a:hover {
	color: #35a3f1;
	border-color: rgba(53, 163, 241, .6);
}
.lf-side-cta {
	text-align: center;
}
.lf-side-cta .lf-side-cta-txt {
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
	margin: 0 0 14px;
}
.lf-side-btn {
	display: block;
	background: linear-gradient(180deg, #1d9de8, #0170c1);
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	padding: 10px 0;
	margin-bottom: 10px;
}
.lf-side-btn:last-child {
	margin-bottom: 0;
}
.lf-side-btn:hover {
	color: #fff;
	opacity: .88;
}
.lf-side-btn.ghost {
	background: none;
	border: 1px solid rgba(53, 163, 241, .6);
	color: #35a3f1;
}

/* ---------- 全站深色底（原站为深色视觉） ---------- */
body {
	background: #0b0b0b;
}
