@charset "utf-8";
/* 自定义样式前缀加 wj- */
.wj-bg-gradient {
	background: linear-gradient(135deg, #1a2980 0%, #26d0ce 100%);
}

.wj-navbar {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wj-card {
	transition: transform 0.3s, box-shadow 0.3s;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.wj-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wj-btn-primary {
	background: linear-gradient(135deg, #1a2980 0%, #26d0ce 100%);
	border: none;
	border-radius: 30px;
	padding: 10px 25px;
	font-weight: 600;
}

.wj-btn-primary:hover {
	background: linear-gradient(135deg, #162172 0%, #1fc7c5 100%);
	transform: translateY(-2px);
}

.wj-tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
}

.wj-hot {
	background-color: rgba(255, 59, 48, 0.1);
	color: #ff3b30;
}

.wj-breaking {
	background-color: rgba(255, 149, 0, 0.1);
	color: #ff9500;
}

.wj-exclusive {
	background-color: rgba(52, 199, 89, 0.1);
	color: #34c759;
}

.wj-section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.wj-section-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #1a2980 0%, #26d0ce 100%);
	border-radius: 2px;
}

.wj-trending-box {
	background: rgba(248, 249, 250, 0.7);
	border-left: 4px solid #1a2980;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 0 8px 8px 0;
}

.wj-footer {
	background: linear-gradient(135deg, #2c3e50 0%, #4a235a 100%);
	color: #FFFFFF;
}

.wj-footer-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.wj-footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #26d0ce 0%, #1a2980 100%);
	border-radius: 2px;
}

.wj-form-control {
	border-radius: 30px;
	padding: 12px 20px;
}

.wj-input-group {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
}

.wj-social-icon {

	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: background 0.3s;
}

.wj-social-icon:hover {
	background: #26d0ce;
}

.wj-hero-title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	background: linear-gradient(90deg, #1a2980, #26d0ce);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.wj-bg-primary {
	background-color: #0066cc;
}
.wj-card-hover:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.wj-card-hover:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}









.rdxwg-bg-light {
	background-color: #f8f9fa !important;
}
.rdxwg-btn-primary {
	background-color: #e91e63;
	border-color: #e91e63;
}
.rdxwg-btn-primary:hover {
	background-color: #c2185b;
	border-color: #c2185b;
}
.rdxwg-text-primary {
	color: #e91e63 !important;
}
.rdxwg-card {
	transition: transform 0.3s;
	height: 100%;
}
.rdxwg-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.category-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #e91e63;
}
.trending-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.article-img {
	height: 200px;
	object-fit: cover;
}
.navbar-brand {
	font-weight: 700;
	font-size: 1.8rem;
}
.section-title {
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
.section-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #e91e63;
}
.hot-topic {
	border-left: 3px solid #e91e63;
}