@charset "utf-8";
/*
    Theme Name: 火币网
    Theme URI: https://www.htx-app.com/
    Author: 阿叶
    Version: v1.0.0
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

body {
	background-color: #ffffff;
	color: #111111;
	line-height: 1.6;
}

a,a:hover {
    color: #212121;
    text-decoration: none;
}
.hb_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.hb_btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	line-height: normal;
	transition: none;
}

.hb_btn_primary {
	background-color: #0173e5;
	color: #ffffff !important;
	border: none;
}

.hb_btn_outline {
	background-color: #fafafa;
	color: #0173e5 !important;
	border: 1px solid #0173e5;
}

.hb_header {
	background-color: #111111;
	color: #ffffff;
	width: 100%;
	z-index: 50;
}

.hb_navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 68px;
}

.hb_logo {
    height: 40px;
}
.hb_logo img {
    height: 100%;
}


.hb_desktop_menu {
	display: flex;
	gap: 40px;
}

.hb_desktop_menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}

.hb_download_btn {
	display: inline-block;
}

.hb_menu_toggle {
	display: none;
}

.hb_mobile_menu {
	display: none;
}

.hb_banner {
	background-color: #fafafa;
}

.hb_banner_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hb_banner_text {
	width: 50%;
	margin-bottom: 0;
}

.hb_banner .h1,
.hb_banner h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 24px;
}
.hb_banner .h1 .hb_highlight,
.hb_banner h1 .hb_highlight {
	color: #0173e5;
}
.hb_banner .desc {
	margin-bottom: 32px;
	max-width: 500px;
}
.hb_banner p {
	font-size: 18px;
	color: #666666;
	margin: 20px 0;
}
.hb_banner span {
    font-weight: bold;
    color: #0173e5;;
}

.hb_banner_buttons {
	display: flex;
	flex-direction: row;
	gap: 6px;
}
.hb_banner_buttons .hb_btn {
    padding: 15px 25px;
}
.hb_banner_buttons .hb_btn:after {
    content: '>';
    font-family: simsun;
    display: inline-block;
    margin-left: 10px;
    opacity: .8;
}

.hb_banner_image {
	display: block;
	width: 100%;
	max-width: 520px;
	padding: 40px 0;
}

.hb_banner_image img {
	width: 100%;
	border-radius: 12px;
}

.hb_features {
	background-color: #ffffff;
	padding: 80px 0;
}

.hb_section_header {
	text-align: center;
	margin-bottom: 60px;
}

.hb_section_title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.2;
}

.hb_section_desc {
	font-size: 18px;
	color: #666666;
	max-width: 700px;
	margin: 0 auto;
}

.hb_features_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.hb_feature_card {
	flex: 1 1 calc(33.333% - 30px);
	max-width: calc(33.333% - 30px);
	background-color: #fafafa;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #eaeaea;
}

.hb_feature_icon {
	width: 56px;
	height: 56px;
	font-weight: bold;
	border-radius: 50%;
	background-color: rgba(1, 115, 229, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #0173e5;
	margin-bottom: 20px;
}

.hb_feature_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.3;
}

.hb_feature_desc {
	color: #666666;
	font-size: 16px;
}

.hb_single_content {}
.hb_single_content p {
    line-height: 36px;
    text-indent: 2em;
    color: #666;
}
.hb_single_content h3 {
    margin: 20px 0;
    font-size: 17px;
    font-weight: bold;
}
.hb_download {
	background-color: #fafafa;
	padding: 80px 0;
}

.hb_download_container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.hb_download_card {
	flex: 1 1 280px;
	background-color: #ffffff;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #eaeaea;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.hb_download_icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(1, 115, 229, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #0173e5;
	margin-bottom: 20px;
}
.hb_download_icon img {
    height: 60%;
}

.hb_download_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.3;
}

.hb_download_desc {
	color: #999;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 24px;
	flex-grow: 1;
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	-webkit-line-clamp:2
}

.hb_download_card .hb_btn {
	width: 100%;
	max-width: 200px;
}

.hb_testimonials {
	background-color: #ffffff;
	padding: 80px 0;
}

.hb_testimonials_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.hb_testimonials_grid .time {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 15px;
}
.hb_testimonial_card {
	flex: 1 1 calc(33.333% - 30px);
	max-width: calc(33.333% - 30px);
	background-color: #fafafa;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #eaeaea;
}

.hb_testimonial_author {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.hb_author_avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 16px;
}

.hb_author_info {
	display: flex;
	flex-direction: column;
}

.hb_author_name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

.hb_author_rating {
	color: #ffc107;
	font-size: 16px;
}

.hb_testimonial_content {
	color: #666666;
	font-size: 16px;
}

.hb_footer {
	background-color: #111111;
	padding: 40px 0;
}

.hb_footer p {
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin: 20px 0;
	line-height: 1.8;
}

.hb_bg {
    background: #fff !important;
}
.hb_single {
    display: none;
}
@media (max-width: 760px) {
	.hb_desktop_menu {
		display: none;
	}
	.hb_download_btn {
		display: none;
	}
	.hb_menu_toggle {
		display: block;
		font-size: 24px;
		background: none;
		border: none;
		color: #ffffff;
		cursor: pointer;
	}
	.hb_mobile_menu {
		display: none;
		background-color: rgba(17, 17, 17, 0.95);
		width: 100%;
		padding: 20px 0;
	}
	.hb_mobile_menu a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;
		padding: 12px 0;
		border-bottom: 1px solid #333333;
	}
	.hb_mobile_menu a:last-child {
		border-bottom: none;
	}
	.hb_banner_content {
		flex-direction: column;
		align-items: center;
	}
	.hb_banner_text {
		width: 100%;
		padding: 40px 0;
		text-align: center;
	}
	.hb_banner_buttons .hb_btn {
	    width: 100%;
	    font-size: 17px;
	}
	.hb_btn_outline {
	    display: none;
	}
	.hb_banner h1 {
		font-size: 32px;
	}
	.hb_banner p {
		font-size: 16px;
	}
	.hb_banner_buttons {
		flex-direction: column;
		align-items: center;
	}
	.hb_banner_image {
		display: none;
	}
	.hb_section_title {
		font-size: 28px;
	}
	.hb_section_desc {
		font-size: 16px;
	}
	.hb_feature_card {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.hb_testimonial_card {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.hb_download_card {
	    min-width: 100%;
	}
	.hb_features,
	.hb_download, 
	.hb_testimonials {
	    padding: 40px 0;
	}
	.hb_section_header {
	    margin-bottom: 30px;
	}
}