@font-face {
	font-family:"zibllicon";
	src:url('//at.alicdn.com/t/c/font_4887107_q8fadugqpbm.woff2?t=1744348671228') format('woff2'),url('//at.alicdn.com/t/c/font_4887107_q8fadugqpbm.woff?t=1744348671228') format('woff'),url('//at.alicdn.com/t/c/font_4887107_q8fadugqpbm.ttf?t=1744348671228') format('truetype');
}
.zibllicon {
	font-family:"zibllicon" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.icon-shijian:before {
	font-size:28px;
	content:"\e702";
}
.icon-community:before {
	font-size:28px;
	content:"\e6bd";
}
.icon-cebiandaohang-dianziyouxiang:before {
	font-size:28px;
	content:"\e6c1";
}
.icon-host:before {
	content:"\e74a";
}
.icon-qushi:before {
	content:"\e61f";
}
.icon-kaifa:before {
	content:"\e733";
}
.icon-shujudaoruchenggong:before {
	content:"\e633";
}
.icon-xuexi:before {
	content:"\e627";
}
.icon-yanjiu:before {
	content:"\e613";
}
.icon-tupian:before {
	content:"\e615";
}
.icon-beebotzhinengduihuajiqiren:before {
	content:"\e8e2";
}
.icon-neirongchuangzuo:before {
	content:"\e70b";
}
.icon-kaiyuan:before {
	content:"\e6f2";
}
.icon-gongwenbao:before {
	content:"\e60a";
}
a {
	text-decoration:none;
	color:inherit;
	transition:var(--transition-normal);
}
ul,ol {
	list-style:none;
}
img {
	max-width:100%;
	height:auto;
}
section {
	}.section-title {
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
	position:relative;
}
.section-title .title-desc {
	font-size:18px;
	color:var(--text-secondary);
	max-width:700px;
	margin:0 auto;
}
.section-title .title-desc strong {
	color:var(--primary-dark);
}
.view-all:hover {
	color:var(--primary-dark);
	text-decoration:underline;
}
.primary-btn,.secondary-btn {
	display:inline-block;
	padding:12px 25px;
	border-radius:var(--border-radius);
	font-weight:600;
	font-size:15px;
	transition:var(--transition-fast);
	text-align:center;
}
.primary-btn {
	background-color:var(--primary);
	color:white;
}
.primary-btn:hover {
	background-color:var(--primary-dark);
	transform:translateY(-3px);
	box-shadow:var(--shadow-md);
}
.secondary-btn {
	background-color:var(--bg-accent);
	color:var(--primary);
	border:1px solid var(--primary-light);
}
.secondary-btn:hover {
	background-color:var(--primary-light);
	color:white;
	transform:translateY(-3px);
}
.top-nav {
	background-color:var(--bg-accent);
	border-bottom:1px solid var(--border-color);
	padding:8px 0;
	font-size:14px;
	color:var(--primary);
}
.top-nav-links {
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	gap:15px;
}
.top-nav a {
	color:var(--primary);
	padding:0 5px;
}
.top-nav a:hover {
	color:var(--primary-dark);
	text-decoration:underline;
}
header {
	padding:20px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.logo-area {
	display:flex;
	align-items:center;
}
.logo {
	display:flex;
	align-items:center;
}
.logo img {
	width:300px;
	height:80px;
	object-fit:contain;
}
.logo-text p {
	font-size:14px;
	color:var(--text-secondary);
	font-style:italic;
}
.search-bar {
	flex-grow:1;
	max-width:500px;
	margin:0 20px;
	justify-self:flex-end;
}
.search-form {
	position:relative;
}
.header-layout-1 .search-input {
	width:100%;
	border:2px solid var(--primary);
	border-radius:20px;
	box-shadow:0 2px 5px rgba(59,89,152,0.1);
	transition:var(--transition-normal);
}
.header-layout-1 .search-input:focus {
	border-color:var(--primary-dark);
	box-shadow:0 0 0 3px rgba(59,89,152,0.2);
}
.search-btn {
	position:absolute;
	right:8px;
	background:var(--primary);
	color:white;
	border:none;
	border-radius:20px;
	padding:8px 20px;
	cursor:pointer;
	transition:var(--transition-fast);
}
.search-btn:hover {
	background-color:var(--primary-dark);
}
.user-actions {
	display:flex;
	gap:15px;
}
.user-actions a {
	display:flex;
	align-items:center;
	color:var(--primary);
	font-weight:500;
	padding:5px 10px;
	border-radius:var(--border-radius);
	transition:var(--transition-fast);
}
.user-actions a i {
	margin-right:5px;
}
.user-actions a:hover {
	background-color:var(--bg-accent);
	color:var(--primary-dark);
}
.main-nav {
	background-color:var(--primary);
	color:var(--text-white);
	padding:12px 0;
	box-shadow:var(--shadow-md);
	position:relative;
	z-index:2;
}
.nav-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:5px;
}
.nav-links a {
	color:#ffffff !important;
	padding:8px 12px;
	font-size:15px;
	border-radius:var(--border-radius);
	transition:var(--transition-fast);
	display:inline-flex;
	align-items:center;
	gap:5px;
	flex:1;
	text-align:center;
	justify-content:center;
	white-space:nowrap;
	min-width:100px;
}
.nav-links a:focus,.nav-links a:hover {
	color:#ffffff !important;
}
.nav-links a i {
	font-size:16px;
}
.nav-links a:hover {
	background-color:rgba(255,255,255,0.15);
	transform:translateY(-2px);
}
.hero-banner {
	background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);
	color:var(--text-white);
	padding:50px 0;
	margin-bottom:40px;
	border-radius:10px;
	overflow:hidden;
}
.hero-container {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	max-width:1100px;
	margin:0 auto;
	padding:0 20px;
}
.hero-content {
	flex:1;
}
.hero-content h1 {
	font-size:36px;
	font-weight:800;
	margin-bottom:15px;
	line-height:1.2;
}
.hero-tagline {
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
	color:var(--secondary-light);
}
.hero-description {
	font-size:18px;
	line-height:1.6;
	margin-bottom:30px;
	max-width:600px;
}
.hero-description strong {
	color:var(--secondary-light);
}
.hero-buttons {
	display:flex;
	gap:15px;
	flex-wrap:wrap;
}
.hero-image {
	flex:1;
	max-width:500px;
}
.hero-image img {
	width:100%;
	height:auto;
	border-radius:10px;
	box-shadow:0 5px 20px rgba(0,0,0,0.3);
}
.connect-section {
	background-color:var(--body-bg-color);
	padding:40px 0;
	border-top:1px solid var(--border-color);
	margin-top:0px;
}
.connect-inner {
	display:flex;
	gap:30px;
	flex-wrap:wrap;
}
.newsletter-block,.community-block {
	flex:1;
	min-width:300px;
	background-color:var(--main-bg-color);
	padding:25px;
	border-radius:12px;
	box-shadow:var(--shadow-md);
}
.newsletter-block h3,.community-block h3 {
	font-size:20px;
	color:var(--primary-dark);
	margin-bottom:15px;
	display:flex;
	align-items:center;
	gap:10px;
	font-weight: bold;
}
.newsletter-block p,.community-block p {
	font-size:15px;
	color:var(--text-secondary);
	margin-bottom:20px;
	line-height:1.6;
}
.newsletter-form {
	display:flex;
	gap:10px;
}
.newsletter-form input {
	flex:1;
	padding:12px 15px;
	border:1px solid var(--border-color);
	border-radius:var(--border-radius);
	font-size:14px;
	outline:none;
}
.newsletter-form button {
	background-color:var(--primary);
	color:white;
	padding:12px 20px;
	border:none;
	border-radius:var(--border-radius);
	font-weight:600;
	cursor:pointer;
	transition:var(--transition-fast);
}
.newsletter-form button:hover {
	background-color:var(--primary-dark);
}
.community-buttons {
	display:flex;
	gap:15px;
}
footer {
	color:#ccc !important;
	padding:60px 0 20px !important;
}
.ulH {
	background-color:var(--dark) !important;
}
.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.footer-content {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
	gap:30px;
	margin-bottom:30px;
}
.footer-column h3 {
	color:white;
	margin-bottom:20px;
	font-size:18px;
	font-weight:600;
}
.footer-column ul li {
	margin-bottom:12px;
}
.footer-column a {
	color:#ccc !important;
	font-size:14px !important;
	transition:var(--transition-fast) !important;
}
.footer-column a:hover {
	color:white !important;
	text-decoration:underline;
}
.social-links a {
	display:flex;
	align-items:center;
	gap:8px;
}
.social-links i {
	font-size:16px;
	width:20px;
	text-align:center;
}
.brand-motto {
	text-align:center;
	padding:30px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	margin-top:20px;
}
.motto-text {
	font-size:20px;
	color:var(--secondary-light);
	margin-bottom:10px;
	font-weight:600;
}
.motto-description {
	font-size:14px;
	color:#aaa;
	font-style:italic;
}
/* .copyright {
	text-align:center;
	padding-top:20px;
	border-top:1px solid rgba(255,255,255,0.1);
	font-size:14px;
} */
.vintage-note {
	margin-top:10px;
	font-style:italic;
	color:#aaa;
	font-size:13px;
}
@media (max-width:1200px) {
	.tool-grid {
	grid-template-columns:repeat(3,1fr);
}
.nav-links a {
	padding:8px 10px;
	font-size:14px;
}
}@media (max-width:992px) {
	.tool-grid {
	grid-template-columns:repeat(2,1fr);
}
.blocks-grid {
	grid-template-columns:repeat(2,1fr);
}
.news-container {
	flex-direction:column;
}
.nav-links {
	justify-content:center;
}
.nav-links a {
	flex:auto;
}
.connect-inner {
	flex-direction:column;
}
}@media (max-width:768px) {
	header {
	flex-direction:column;
	gap:15px;
}
.search-bar {
	margin:15px 0;
	width:100%;
	max-width:none;
}
.hero-container {
	flex-direction:column;
}
.hero-content {
	text-align:center;
}
.hero-buttons {
	justify-content:center;
}
.logo-area {
	justify-content:center;
}
.nav-links {
	flex-wrap:wrap;
}
.nav-links a {
	min-width:140px;
}
.blocks-grid {
	grid-template-columns:1fr;
}
.tool-grid {
	grid-template-columns:1fr;
}
.footer-content {
	grid-template-columns:repeat(2,1fr);
}
}@media (max-width:576px) {
	.hero-content h1 {
	font-size:28px;
}
.hero-tagline {
	font-size:18px;
}
.section-title .title-text {
	font-size:24px;
}
.section-title .title-desc {
	font-size:16px;
}
.nav-links a {
	min-width:120px;
	font-size:13px;
}
.footer-content {
	grid-template-columns:1fr;
}
.motto-text {
	font-size:18px;
}
.block-card {
	padding:20px;
}
.legacy-title {
	font-size:20px;
}
.legacy-text {
	font-size:15px;
}
.connect-section {
	padding:30px 0;
}
.newsletter-block,.community-block {
	padding:20px;
}
.newsletter-form {
	flex-direction:column;
}
.newsletter-form button {
	width:100%;
	margin-top:10px;
}
.community-buttons {
	flex-direction:column;
}
.community-buttons a {
	width:100%;
	text-align:center;
}
.tab-headers {
	flex-wrap:wrap;
}
.tab-btn {
	padding:10px;
	font-size:14px;
}
.tab-content {
	padding:20px 15px;
}
}.ai-computing-nav {
	display:inline-flex;
	align-items:center;
	padding:8px 15px;
	background-color:#ffd700;
	color:#333;
	border-radius:20px;
	text-decoration:none;
	font-weight:600;
	margin-left:10px;
	transition:all 0.3s ease;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
	font-size:14px;
}
.ai-computing-nav i {
	margin-right:8px;
	font-size:16px;
}
@media (max-width:768px) {
	.logo-area {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.navbar-toggle {
	}.main-search-btn {
	display:flex;
	align-items:center;
	justify-content:center;
}
}@media (max-width:768px) {
	.logo-text {
	display:none;
}
}@media (min-width:1024px) {
	.navbar-form {
	display:block;
}
}@media (max-width:1024px) and (min-width:768px) {
	.navbar-form {
	display:none;
}
}@media (min-width:600px) and (max-width:767px) {
	.navbar-form {
	display:none;
}
}@media (max-width:599px) {
	.navbar-form {
	display:none;
}
}@media (max-width:1200px) {
	.logo-text {
	display:none;
}
}.ai-computing-nav:hover {
	background-color:#ffcc00;
	transform:translateY(-2px);
	box-shadow:0 3px 8px rgba(0,0,0,0.15);
}
.main-nav {
	width:100%;
	left:0;
}
.sticky-nav {
	position:fixed;
	top:0;
	left:0;
	opacity:1;
	transform:translateY(0);
}
.hide-nav {
	opacity:0;
	transform:translateY(-100%);
}
.show-nav {
	opacity:1;
	transform:translateY(0);
}
.logo-text {
	display:inline-flex;
	white-space:nowrap;
	align-items:center;
}
.logo-text strong {
	font-weight:bold;
	font-size:1.5rem;
}
.header-layout-1 .navbar-form .list-inline .sub-menu {
	display:block;
	max-height:0;
	overflow:hidden;
	background:var(--main-bg-color);
	pointer-events:none;
	transition:max-height 0.5s ease,padding 0.5s ease;
	padding:0;
}
.header-layout-1 .navbar-form .list-inline li:hover .sub-menu {
	max-height:500px;
	pointer-events:auto;
	padding:10px;
}
.header-layout-1 .navbar-form .list-inline li .sub-menu {
	pointer-events:none;
}
.header-layout-1 .navbar-logo > img {
	padding:0 !important;
}
.header-layout-1 .navbar-logo img {
	width:300px;
	height:auto;
}
.header-layout-1 .container {
	display:flex !important;
	justify-content:space-between !important;
	align-items:center !important;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
.header-layout-1 .logo-area {
	display:flex !important;
	align-items:center !important;
}
.header-layout-1 .search-bar {
	flex-grow:1 !important;
	max-width:500px !important;
	margin-right:20px !important;
}
.header-layout-1 .user-actions {
	display:flex !important;
	align-items:center !important;
	margin-left:20px !important;
}
.header-layout-1 .search-form {
	display:flex !important;
	align-items:center !important;
	width:100%;
}
.header-layout-1 .search-input {
	flex-grow:1 !important;
	padding:8px 12px !important;
	font-size:16px !important;
	height:50px !important;
}
.header-layout-1 .search-btn {
	padding:8px 16px !important;
}
.header-layout-1 .navbar-form .btn .btn-content {
	display:flex;
	align-items:center;
	justify-content:center;
}
.header-layout-1 .navbar-form .btn .btn-content svg {
	margin-right:8px;
}
.header-layout-1 .navbar-form .btn {
	font-size:16px;
}
.user-actions a {
	display:flex;
	align-items:center;
	color:var(--primary);
	font-weight:500;
	padding:5px 10px;
	border-radius:var(--border-radius);
	transition:var(--transition-fast);
}
.header-layout-1 .signin-loader:active {
	background-color:#3b599833;
}
.header-layout-1 .navbar-user {
	display:flex;
	align-items:center;
	position:relative;
	padding-right:15px;
}
.header-layout-1 .navbar-user .navbar-avatar img {
	border-radius:50%;
	width:40px;
	height:40px;
	object-fit:cover;
	margin-right:15px;
}
.header-layout-1 .navbar-user .zibll-navbar-user {
	display:flex;
	flex-direction:column;
	margin-right:15px;
	margin-left:10px;
}
.header-layout-1 .navbar-user .zibll-navbar-user .username {
	font-weight:bold;
	font-size:16px;
	color:#333;
}
.header-layout-1 .navbar-user .zibll-navbar-user .welcome-message {
	font-size:14px;
	color:#888;
	text-align:center;
}
toogle-zibll {
	background:none;
	width:29px;
	height:29px;
	display:inline-block;
	text-align:center;
	border-radius:100%;
	position:relative;
	vertical-align:text-top;
}
.header-layout-1 .navbar-user .msg-news-icon {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.header-layout-1 .navbar-user .badge.top {
	position:absolute;
	top:-5px;
	right:-5px;
	background-color:red;
	color:white;
	font-size:12px;
	padding:3px;
	border-radius:50%;
}
.header-layout-1 .navbar-user .sub-menu {
	display:none;
	position:absolute;
	top:100%;
	z-index:9999;
	padding:10px;
	background-color:#fff;
}
.header-layout-1 .navbar-user:hover .sub-menu {
	display:block;
}
.zibll-navbar-avatar {
	margin-top:3px;
	display:block;
	width:40px;
	height:40px
}
.em12 {
	font-size:1.2em;
}
.em09 {
	font-size:.9em;
}
ul {
	list-style:none;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
[href],a.but {
	cursor:pointer;
}
a:focus,a:hover {
	outline:0;
	text-decoration:none;
}
.badg,.but {
	box-shadow:none;
	line-height:1.44;
}
.but {
	border-radius:4px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.badg {
	border-image:none 100% 1 0 stretch;
	font-weight:400;
	padding:.3em .6em;
	text-shadow:0 0 0;
	transition:all .15s;
	transition-behavior:normal;
}
.fa {
	transition:all .2s;
	transition-behavior:normal;
}
.sub-menu {
	border-radius:8px;
	box-shadow:rgba(0,0,0,.1) 0 0 10px;
	min-width:120px;
	padding:10px 5px;
	position:absolute;
	z-index:99;
}
>.sub-menu {
	visibility:unset;
}
.sub-menu {
	right:0;
}
.header-user-href>a {
	display:inline-block;
	padding:10px 10px 0;
}
.header-user-href>a:hover {
	opacity:.7;
}
.header-user-href .toggle-radius {
	height:36px;
	width:36px;
}
.social-separator {
	padding:10px 0;
}
.header {
	}.legacy-card {
	background-image:linear-gradient(135deg,#fff8e1 0,#fffde7 100%);
	border:1.11111px solid #ffd180;
	border-radius:10px;
	box-shadow:rgba(203,155,82,.15) 0 2px 15px;
	margin:10px 0 30px 0;
	overflow:hidden;
	padding:30px;
	position:relative;
}
.legacy-card::after {
	bottom:10px;
	color:rgba(203,155,82,.1);
	content:"1998-2025";
	font-size:40px;
	font-style:italic;
	font-weight:700;
	position:absolute;
	right:15px;
	z-index:0;
}
.legacy-content {
	position:relative;
}
.legacy-title {
	align-items:center;
	color:#b8860b;
	display:flex;
	font-size:24px;
	margin-top:0;
	margin-bottom:20px;
	font-weight: bold;
}
.legacy-title i {
	margin-right:10px;
}
.legacy-text {
	color:#5d4037;
	font-size:16px;
	line-height:1.8;
	margin-bottom:20px;
}
.legacy-text strong {
	color:#1f3e75;
}
.legacy-cta {
	margin-top:15px;
}
.legacy-btn {
	background-color:#cb9b52;
	border-radius:8px;
	color:#fff;
	display:inline-block;
	font-size:15px;
	font-weight:600;
	padding:10px 20px;
	transition:all .2s;
}
.legacy-btn:hover {
	background-color:#b8860b;
	color:#ffffff !important;
	box-shadow:0 2px 10px rgba(0,0,0,.1);
	transform:translateY(-3px);
}
.fas {
	font-family:"Font Awesome 6 Free";
	font-weight:900;
}
.fa-history::before {
	content:"\f1da";
}
.titli_CSR {
	color:var(--main-color);
}
.column-header a,a {
	text-decoration:none;
}
.community-content {
	column-gap:20px;
	display:grid;
	grid-template-columns:1fr 1fr 300px;
	row-gap:20px;
}
.column {
	background-color:var(--main-bg-color);
	border-radius:8px;
	box-shadow:rgba(0,0,0,.05) 0 2px 10px;
	padding:20px;
}
.column-header {
	align-items:center;
	border-bottom:1px solid #f0f0f0;
	display:flex;
	justify-content:space-between;
	margin-bottom:15px;
	padding-bottom:15px;
}
.column-header h2 {
	font-size:18px;
	margin:0;
	font-weight: bold;
}
.column-header a {
	color:#3b5998;
	font-size:14px;
}
.post-list {
	list-style:none;
	margin:0;
	padding:0;
}
.post-item {
	align-items:center;
	border-bottom:1px solid #f5f5f5;
	display:flex;
	padding:12px 0;
}
.post-item:last-child {
	border-bottom-color:initial;
	border-bottom-style:none;
	border-bottom-width:initial;
}
.post-rank {
	align-items:center;
	border-radius:50%;
	display:flex;
	font-size:12px;
	font-weight:700;
	height:24px;
	justify-content:center;
	margin-right:10px;
	width:24px;
}
.post-rank.rank-1,.post-rank.rank-2,.post-rank.rank-3 {
	background-color:#3b5998;
	color:#fff;
}
.post-rank.rank-4,.post-rank.rank-5 {
	background-color:#e7f3fe;
	color:#3b5998;
}
.post-content {
	flex-grow:1;
}
.post-title {
	color:var(--main-color);
	font-size:15px;
	font-weight:500;
	margin-bottom:5px;
}
.post-meta {
	color:#888;
	font-size:12px;
}
.hot-list {
	list-style:none;
	margin:0;
	padding:0;
}
.hot-rank {
	align-items:center;
	border-radius:50%;
	display:flex;
	font-size:12px;
	height:20px;
	justify-content:center;
	margin-right:10px;
	width:20px;
}
.hot-rank.rank-1,.hot-rank.rank-2,.hot-rank.rank-3 {
	background-color:#3b5998;
	color:#fff;
}
.hot-rank:not(.rank-1):not(.rank-2):not(.rank-3) {
	background-color:#e7f3fe;
	color:#3b5998;
}
.founder-viewpoint {
	background-color:#f9f9f9;
	border-radius:8px;
	padding:15px;
    border: 1px solid #e6e6e6;
    margin: 5px 0; /* 添加上下外边距 */
}
.viewpoint-card h3 {
	color:#1f3e75;
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
	margin-top:1px;
}
.viewpoint-card p {
	color:#333;
	font-size:16px;
	line-height:1.6;
	margin-bottom:15px;
	text-align:justify;
	text-indent:2em;
}
.viewpoint-meta {
	color:#666;
	display:flex;
	font-size:13px;
	justify-content:space-between;
	padding-top: 10px; /* 添加顶部内边距 */
	border-top: 1px solid #eee; /* 添加顶部分隔线 */
    margin-top: 5px; /* 添加顶部外边距 */
}
.viewpoint-meta span {
	font-weight:500;
}
.viewpoint-meta time {
	color:#888;
}
.hot-list li {
	margin-bottom:7px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee; 
}
.hot-list a {
	align-items:center;
	color:var(--main-color);
	display:flex;
	text-decoration:none;
}
.section-title .title-text {
	color:var(--primary-dark);
	display:inline-block;
	font-size:28px;
	font-weight:800;
	margin-bottom:10px;
	position:relative;
}
.section-title .title-text::after {
	background-color:#cb9b52;
	content:"";
	display:block;
	height:3px;
	margin:15px auto 0;
	width:80px;
}
.section-title {
	margin-bottom:30px;
	position:relative;
	text-align:center;
}
.view-all {
	align-items:center;
	color:#3b5998;
	display:flex;
	font-size:15px;
	font-weight:600;
	position:absolute;
	right:0;
	top:10px;
}
.view-all:hover {
	color:#1f3e75;
	text-decoration:underline;
}
@media (max-width:576px) {
	.section-title .title-text {
	font-size:24px;
}
}.section-title {
	margin-bottom:30px;
	position:relative;
	text-align:center;
}
.view-all:hover {
	color:#1f3e75;
	text-decoration:underline;
}
@media (max-width:576px) {
	.section-title .title-text {
	font-size:24px;
}
}img {
	max-width:100%;
}
.review-grid {
	column-gap:20px;
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(400px,1fr));
	row-gap:20px;
}
.review-card {
	background-color:var(--main-bg-color);
	border-radius:8px;
	box-shadow:rgba(0,0,0,.1) 0 2px 8px;
	display:flex;
	flex-direction:column;
	overflow:hidden;
	transition:transform .3s,box-shadow .3s;
	transition-behavior:normal,normal;
}
.review-card:hover {
	box-shadow:rgba(0,0,0,.15) 0 5px 15px;
	transform:translateY(-5px);
}
.review-image {
	height:200px;
	overflow:hidden;
}
.review-image img {
	height:100%;
	object-fit:cover;
	width:100%;
}
.review-content {
	display:flex;
	flex-direction:column;
	flex-grow:1;
	padding:15px;
}
.review-title {
	color:#1f3e75;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}
.review-excerpt {
	color:#666;
	flex-grow:1;
	font-size:14px;
	margin-bottom:10px;
}
.review-meta {
	color:#888;
	display:flex;
	font-size:13px;
	justify-content:space-between;
}
.header {
	color:var(--main-color) !important;
}
.zibll-navbar-user .username,.zibll-navbar-user .welcome-message {
	color:var(--main-color) !important;
}
.review-image img.radius8 {
	border-radius:0 !important;
	border-top-left-radius:15px !important;
	border-top-right-radius:15px !important;
}
img {
	max-width:100%;
}
.tool-grid {
	column-gap:25px;
	display:grid;
	grid-template-columns:repeat(4,1fr);
	margin-bottom:30px;
	row-gap:25px;
}
.tool-card,.tool-image img {
	height:100%;
	transition-behavior:normal;
}
.tool-card {
	background-color:var(--main-bg-color);
	border-radius:12px;
	box-shadow:0 2px 5px rgba(0,0,0,.05);
	display:flex;
	flex-direction:column;
	overflow:hidden;
	transition:all .3s;
}
.tool-card:hover {
	box-shadow:0 5px 20px rgba(0,0,0,.15);
	transform:translateY(-8px);
}
.tool-image {
	height:200px;
	overflow:hidden;
	position:relative;
}
.tool-image img {
	transition:transform .3s;
	width:100%;
}
.tool-card:hover .tool-image img {
	transform:scale(1.05);
}
.free-badge,.premium-badge {
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	padding:5px 10px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:10;
}
.premium-badge {
	background-color:#ffd180;
	color:#b8860b;
}
.free-badge {
	background-color:#e1f5ee;
	color:#4caf50;
}
.tool-content {
	display:flex;
	flex-direction:column;
	flex-grow:1;
	padding:20px;
}
.tool-name {
	color:#1f3e75;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}
.tool-name a:hover {
	color:#3b5998;
}
.tool-description {
	-webkit-line-clamp:2;
	color:#666;
	display:-webkit-box;
	font-size:14px;
	margin-bottom:15px;
	overflow:hidden;
	-webkit-box-orient:vertical;
	flex-grow:1;
}
.tool-tags {
	column-gap:8px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
	row-gap:8px;
}
.category-tag {
	background-color:#e6effe;
	border-radius:20px;
	color:#3b5998;
	display:inline-block;
	font-size:12px;
	font-weight:500;
	padding:4px 10px;
	transition:all .3s;
	transition-behavior:normal;
}
.category-tag:hover {
	background-color:#6381c1;
	color:#fff;
}
.tool-stats {
	border-top:1.5px solid #e6effe;
	color:#888;
	display:flex;
	font-size:13px;
	padding-top:15px;
}
.tool-rating {
	margin-right:15px;
}
.tool-rating,.tool-views {
	align-items:center;
	column-gap:5px;
	display:flex;
	row-gap:5px;
}
@media (max-width:1200px) {
	.tool-grid {
	grid-template-columns:repeat(3,1fr);
}
}@media (max-width:992px) {
	.tool-grid {
	grid-template-columns:repeat(2,1fr);
}
}@media (max-width:768px) {
	.tool-grid {
	grid-template-columns:1fr;
}
}main {
	min-height:500px;
	padding:20px 0;
}
.hot-list li a.post-title {
	display:inline-block;
	max-width:250px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tool-name a.tool-title {
	display:inline-block;
	max-width:250px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
@media screen and (max-width:768px) {
	.logo-area {
	position:relative;
}
.logo {
	position:relative;
	z-index:10;
}
.logo-text {
	visibility:hidden;
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	z-index:5;
}
.logo-area .logo-text {
	position:static;
}
.logo-area .logo-text:after {
	content:'';
	display:block;
	height:100%;
	width:100%;
	background-color:transparent;
}
}@media screen and (max-width:768px) {
	.header-layout-1 .navbar-logo img {
	width:200px;
	height:auto;
}
}@media screen and (max-width:768px) {
	.logo-text strong {
	font-size:1rem;
}
}@media screen and (max-width:768px) {
	.search-bar {
	display:none !important;
}
}@media screen and (max-width:768px) {
	.pc-only {
	display:none !important;
}
}@media screen and (max-width:768px) {
	.navbar-form.navbar-right {
	display:none !important;
}
}@media screen and (min-width:769px) {
	.navbar-form.navbar-right {
	display:block !important;
}
}@media screen and (max-width:768px) {
	.pc-only {
	display:none !important;
}
}@media screen and (max-width:768px) {
	.mobile-only {
	display:block !important;
}
}@media (max-width:480px) {
	.logo-text {
	font-size:12px;
}
}.nav-items a + a::before {
	content:"|";
	margin:0 5px;
}

a:focus,a:hover {
	color:var(--primary-dark) !important;
	outline:none !important;
	text-decoration:none !important;
}
.primary-btn:focus,.primary-btn:hover,.secondary-btn:focus,.secondary-btn:hover {
	color:#fff !important;
}
signin-loader signup-loader .header-layout-1 a:focus,.header-layout-1 a:hover {
	color:var(--main-color) !important;
}
.header-layout-1 .signin-loader a:focus,.header-layout-1 .signin-loader a:hover,.header-layout-1 .signup-loader a:focus,.header-layout-1 .signup-loader a:hover {
	color:var(--muted-color) !important;
}
.absolute,.fixed,.progress {
	position:static !important;
}
.tool-stats {
	display:flex;
	align-items:center;
	justify-content:start;
}
.tool-stats span {
	display:inline-flex;
	align-items:center;
	margin-right:15px;
}
.tool-stats span:last-child {
	margin-right:0;
}
.tool-stats svg {
	margin-right:5px;
}
.tool-stats .meta-text {
	font-size:14px;
	color:#333;
}
.tool-stats a {
	text-decoration:none;
}
@media (max-width:768px) {
	.community-content {
	display:flex;
	flex-direction:column;
	gap:20px;
}
.column {
	flex:1 1 100%;
	margin:0;
}
.column-header a {
	font-size:0.9rem;
}
.viewpoint-card,.forum-post-item .post-content {
	font-size:0.9rem;
	padding:12px;
}
.viewpoint-meta,.post-meta {
	font-size:0.8rem;
}
.hot-list a {
	font-size:0.9rem;
	margin-bottom:12px;
}
.column-header {
	margin-bottom:15px;
}
.column-header a {
	font-size:0.8rem;
	color:#007bff;
	text-decoration:none;
}
.column-header a:hover {
	text-decoration:underline;
}
.hot-list {
	padding-left:15px;
}
}@media (max-width:768px) {
	.footer-content {
	display:none !important;
}
}
.current-menu-item > a,
.navbar-top .nav li a:focus,
.navbar-top .nav li a:hover {
    background-color: transparent !important;
    color: var(--main-color) !important;
}
.main-nav {
    transition: all 0.3s ease;
}
.hot-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.hot-link {
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	color: var(--text-primary);
}
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 40px);
	margin-bottom: 0px !important;
}




/* 0422页脚基础样式 */
.site-footer {
    background: linear-gradient(to bottom, #2c3e50, #1a252f);
    color: rgba(255, 255, 255, 0.7);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 页脚顶部区域 */
.footer-top {
    padding: 5px 0 15px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.footer-column h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #3498db;
}

/* 页脚链接样式 */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
}

.footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

/* 导航图标样式 */
.nav-icon {
    margin-right: 6px;
    vertical-align: middle;
    transition: transform 0.3s;
    opacity: 0.7;
}

.footer-links a:hover .nav-icon {
    transform: translateY(-2px);
    opacity: 1;
}

/* 移除之前的箭头动画效果，使用图标动画代替 */

/* 社交媒体图标样式 */
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    background-color: #3498db;
    color: white;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

/* 特定社交图标悬停颜色 */
.social-icon.wechat:hover {
    background-color: #07C160;
}

.social-icon.zhihu:hover {
    background-color: #0084FF;
}

.social-icon.bilibili:hover {
    background-color: #FB7299;
}

.social-icon.github:hover {
    background-color: #333;
}

/* 二维码容器 */
.footer-qrcode {
    margin-top: 15px;
}

.qrcode-container {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-image: url('https://api.qrserver.com/v1/create-qr-code/?size=90x90&data=https://winzheng.com/wechat');
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.qrcode-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(52, 152, 219, 0.9);
    color: white;
    font-size: 12px;
    padding: 5px 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.qrcode-container:hover .qrcode-hover {
    transform: translateY(0);
}

/* 页脚底部样式 */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 14px;
}

.footer-bottom .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
}

.copyright-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.copyright-links a:hover {
    color: #3498db;
}

.vintage-note {
    font-style: italic;
    opacity: 0.8;
}

/* 返回顶部按钮 */
.back-to-top {
    margin-left: 20px;
}

.back-to-top a {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s;
}

.back-to-top a:hover {
    background-color: #3498db;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .footer-top {
        padding: 30px 0 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .footer-column h3 {
        font-size: 16px;
    }
    
    .footer-bottom .container2 {
        flex-direction: column;
        text-align: center;
    }
    
    .back-to-top {
        margin: 15px 0 0;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .copyright-links {
        justify-content: center;
    }
}