@charset "utf-8";
/* 自定义样式 - 前缀为wj- */
.wj-navbar {
	border-bottom: 3px solid #0d6efd;
	background-color: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.wj-brand {
	font-weight: 700;
	color: #0d6efd;
	font-size: 1.8rem;
}

.wj-tagline {
	font-size: 0.8rem;
	color: #6c757d;
}

.wj-hero {
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../static/images/header_top_bg.webp') center/cover no-repeat;
	background-size: cover;
	color: white;
	padding: 4rem 0;
	margin-bottom: 2rem;
	border-radius: 0 0 0 0;
}

.wj-section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #0d6efd;
}

.wj-section-title:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #ffc107;
}


.card {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 15px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.card-text {
    color: #666;
    line-height: 1.4;
}


.wj-card {
	transition: transform 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: none;
}

.wj-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.wj-footer {
	background-color: #f8f9fa;
	padding: 2rem 0;
	margin-top: 4rem;
	border-top: 3px solid #0d6efd;
}

.wj-img-cover {
	height: 200px;
	object-fit: cover;
}

.wj-category-tag {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}

.wj-feature-stats {
	background: #0d6efd;
	padding: 30px 0;
	border-radius: 15px;
	color: white;
	margin: 2rem 0;
}

.wj-social-icon {
	font-size: 1.5rem;
	color: #0d6efd;
	transition: transform 0.3s;
}

.wj-social-icon:hover {
	transform: scale(1.2);
	color: #0a58ca;
}

.wj-news-ticker {
	background: #f8f9fa;
	padding: 10px;
	border-left: 4px solid #0d6efd;
	margin-bottom: 15px;
	border-radius: 0 8px 8px 0;
}

.wj-subscribe-form {
	background: #e9ecef;
	padding: 20px;
	border-radius: 15px;
}

.wj-feature-icon {
	font-size: 2rem;
	color: #0d6efd;
	margin-bottom: 15px;
}

.wj-stats-number {
	font-size: 2rem;
	font-weight: 700;
}

