.article-layout {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.article-content-area {
	width: 860px;
}

.article-sidebar {
	width: 300px;
}

.chaxun_form {
	display: block;
	width: fit-content;
    margin: 0 auto 48px auto;
    background: #fff4da;
    padding: 15px 20px;
    border: 2px solid #f0d9b5;
    border-radius: 8px;
}

.chaxun_form strong a {
	font-size: 16px;
	font-weight: bold;
	margin-right: 8px;
	text-decoration: none;
	color: #000;
}

.chaxun_form select,
.chaxun_form button {
	margin: 0 5px;
	padding: 5px 10px;
	font-size: 15px;
}

.chaxun_form button {
	background-color: #999;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.chaxun_form button:hover {
	background-color: #777;
}

h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 7px;
	line-height: 1.4;
	color: #111;
}

.article-content-area p {
	font-size: 17px;
	margin-bottom: 1.6em;
}

.article-sidebar ul {
	margin: 0 0 32px;
	padding: 0 0 0 6px;
	list-style: none;
}

.article-sidebar ul li {
	font-size: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #6d3dd9;
}

.article-guess-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
	padding-left: 6px;
	margin-bottom: 32px;
}

.article-guess-section a {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.article-guess-section a:hover {
	color: #6d3dd9;
}

.text {
	color: #333;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 55px;
}

.text img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
}

.text h3 {
	font-size: 1.4em;
	margin: 0;
	color: #333;
	font-weight: 600;
}

.text p {
	margin-bottom: 1.2em;
}

.text a {
	color: #FF3333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.text a:hover {
	border-bottom: 1px solid #FF3333;
}

.text ul,
.text ol {
	padding-left: 1.5em;
	margin-bottom: 1.2em;
}

.text ul li,
.text ol li {
	margin-bottom: 0.5em;
}

.text ul li::marker {
	color: #4a90e2;
}

.text ol li::marker {
	color: #4a90e2;
	font-weight: bold;
}

.text blockquote {
	margin: 1.5em 0;
	padding: 1em 1.5em;
	background-color: #f8f9fa;
	border-left: 4px solid #4a90e2;
	color: #555;
	font-style: italic;
}

.tags-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.a2a_svg {
	height: 25px !important;
	line-height: 25px !important;
	width: 25px !important;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 24px;
	background-image: url(/xgdn/img/tags.png);
	background-size: contain;
	background-position-y: 4px;
	background-repeat: no-repeat;
	margin-right: -4px;
	vertical-align: middle;
}

.tags a,.tags span {
	text-decoration: underline;
	font-size: 16px;
	color: #444;
}

.nav-links {
	margin: 25px 0;
	border-top: 1px solid #efefef;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.95rem;
}

.nav-links .pre-psy,.nav-links .next-psy {
	color: #888;
	font-size: 16px;
}

.nav-links a {
	color: #333;
	text-decoration: none;
}

.nav-links a:hover {
	text-decoration: underline;
}

.art_info {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.art_info span {
	font-size: 15px;
	color: #999;
	margin-right: 20px;
}

.art_info a {
	color: #999;
}

.art_info a:hover {
    color: #6d3dd9;
}

/*导航：十二星座图标*/
.nav_astro {
    height: 175px;
    background-color: #2E1A3D;
    background-image: url(/xgdn/img/bg_astro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

.nav_astro ul {
    display: flex;
	width: 1200px;
    gap: 22px;
	padding: 25px 0 22px 0;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.nav_astro li {
	float: left;
	width: 80px;
	text-align: center;
}

.nav_astro small {
	display: block;
	text-align: center;
	margin: auto;
	color: #bbb;
	font-size: 12px;
    margin-top: 1px;
	-webkit-transform: scale(0.8);
}

.nav_astro a {
	display: block;
	font-size: 16px;
	padding-top: 90px;
	box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center top;
    overflow: hidden;
	color: #fff;
    opacity: 0.89;
}

.nav_astro a:hover {
	font-weight: bold;
    background-size: 83px;
}

.nav_astro a.by {
    background-image: url(/xgdn/img/xingzuo/aries.png)
}

.nav_astro a.jn {
    background-image: url(/xgdn/img/xingzuo/taurus.png)
}

.nav_astro a.sz {
    background-image: url(/xgdn/img/xingzuo/gemini.png);
}

.nav_astro a.jx {
    background-image: url(/xgdn/img/xingzuo/cancer.png)
}

.nav_astro a.shz {
    background-image: url(/xgdn/img/xingzuo/leo.png)
}

.nav_astro a.cn {
    background-image: url(/xgdn/img/xingzuo/virgo.png)
}

.nav_astro a.tc {
    background-image: url(/xgdn/img/xingzuo/libra.png)
}

.nav_astro a.tx {
    background-image: url(/xgdn/img/xingzuo/scorpio.png)
}

.nav_astro a.ss {
    background-image: url(/xgdn/img/xingzuo/sagittarius.png)
}

.nav_astro a.mj {
    background-image: url(/xgdn/img/xingzuo/capricorn.png)
}

.nav_astro a.sp {
    background-image: url(/xgdn/img/xingzuo/aquarius.png)
}

.nav_astro a.sy {
    background-image: url(/xgdn/img/xingzuo/pisces.png);
}
