.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;
}

h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 7px;
	line-height: 1.4;
	color: #111;
}

.article-meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
}

.article-content-area p {
	font-size: 17px;
	margin-bottom: 1.6em;
}

.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;
}

.text {
	color: #2e2e2e;
	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: #1a1a1a;
	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;
}

.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;
}


/*导航：十二星座图标*/
.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);
}