main {
    padding: 0;
}

.article-layout {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	flex-direction: column;
}

.article-content-area {
	width: 100%;
}

.article-sidebar {
	width: 100%;
	margin-bottom: 1rem;
}

h1 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 3px;
	line-height: 1.4;
	color: #111;
	padding: 0 1rem;
}

.article-content-area p {
	font-size: 17px;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #111;
	padding: 10px 14px;
	border-left: 4px solid #6d3dd9;
	background-color: #f5f3fd;
	border-radius: 4px;
	margin: 0 1rem 1.3rem 1rem;
}

.article-sidebar ul {
	margin: 1rem;
	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;
}

/*首页*/
.yunshi_index {
	margin-bottom: 0.18rem;
}

.yunshi_index div {
	display: block;
	padding: 0.5rem 0;
	margin-top: 0.18rem;
	box-sizing: border-box;
	background-image: url(https://xgdnm.youbanya.com/xgdn/img/yunshi_bg.png);
	background-color: #fff;
	background-size: 170% auto;
	position: relative;
}

.yunshi_index h4 {
	width: 0.32rem;
	font-size: 0.32rem;
	line-height: 0.36rem;
	text-align: center;
	color: #fff;
	padding: 6px;
	font-weight: normal;
	border-radius: 5px;
	background: #10930b;
	position: absolute;
	top: 14%;
	left: 20%;
}

.yunshi_index img {
	margin: auto;
	width: 35%;
}

.yunshi_index img.jn {
	width: 34%;
}

.yunshi_index img.sz {
	width: 43%;
}

.yunshi_index img.sy {
	width: 43%;
}

.yunshi_index ul {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #e5d9ef;
	border-bottom: 1px solid #e5d9ef;
	position: absolute;
	bottom: 0;
}

.yunshi_index ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B";
}

.yunshi_index li {
	float: left;
	display: inline-block;
	width: 14.28%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.34rem;
	border-right: 1px solid #e5d9ef;
	box-sizing: border-box;
}

.yunshi_index li:last-child {
	border-right: none;
}

.yunshi_index a {
	display: block;
	width: 100%;
	height: 100%;
}

/*运程LOGO*/
.yunshi_logo {
    width: 100%;
    background-color: #bf6bcc;
    display: block;
    background-image: url(https://xgdnm.youbanya.com/xgdn/img/yunshi_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.yunshi_logo .logo {
	width: 31%;
    text-align: center;
    margin: 0rem auto;
    padding-top: 2.8rem;
}

.yunshi_logo .logo img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-bottom: 0.3rem;
}

.yunshi_logo .logo span {
	display: inline-block;
	color: #fafafa;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	position: relative;
}

.yunshi_logo .logo span i {
    font-size: 0.45rem;
    color: #ead9f7;
    position: absolute;
    top: 0.7rem;
    right: -0.7rem;
}
/*运程导航*/
.yunshi_nav {
	width: 100%;
	height: 2.7rem;
}

.yunshi_nav a {
	display: inline-block;
	float: left;
	width: 20%;
	height: 2.7rem;
	line-height: 2.7rem;
	background-color: #9633bf;
	color: #fafafa;
	text-align: center;
	font-size: 1rem;
}

.yunshi_nav a.on {
	background-color: #6e1394;
}
/*运程概要*/
.yunshi_summary {
	padding: 1rem;
	background-color: #f7f7f7;
	background-image: url(https://xgdnm.youbanya.com/xgdn/img/yunshi_bg.png);
	background-size: 140% auto;
	position: relative;
}

.yunshi_summary h1 {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}

.yunshi_summary h1 small {
	display: inline-block;
	margin: auto;
	padding: 0px 6px;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	background: #10930b;
	border-radius: 4px;
}

.yunshi_summary ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.yunshi_summary ul li {
	display: inline-block;
	float: left;
	width: 48%;
	height: 1.8rem;
	font-size: 0.95rem;
	margin-top: 1rem;
	line-height: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #707070;
}

.yunshi_summary ul li:nth-child(2n) {
	float: right;
}

.yunshi_summary b {
	color: #404040;
}

.yunshi_summary i {
	font-size: 1rem;
	color: #f8b72f;
}

.yunshi_summary i.gray {
	color: #cecece;
}
/*运程内容*/
.yunshi_content {
	padding: 0.5rem 1rem 0;
	background-color: #fefefe;
	overflow: hidden;
}

.yunshi_content p {
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: justify;
	text-indent: 0em!important;
	word-wrap: break-word;
    color: #444;
}

.yunshi_content i {
    font-style: normal;
    color: #999999;
}

.yunshi_content em.yi {
    color: green;
    font-style: normal;
}

.yunshi_content em.ji {
    color: red;
    font-style: normal;
}

.yunshi_content p span {
	padding-bottom: 0.6rem;
	display: block;
	width: 4.7rem;
	height: 1.2rem;
	line-height: 28px;
	color: rgb(255, 255, 255);
	padding-left: 2.1rem;
	font-size: 1rem;
	margin-bottom: 0.6rem;
	border-radius: 3px;
}

.yunshi_content span.jr {
	background: #c59886 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -439px;
}

.yunshi_content span.fw {
	background: #8d3e21 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -439px;
}

.yunshi_content span.dp {
	background: #ECA206 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -439px;
}

.yunshi_content span.zt {
	background: #8806EC url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -464px;
}

.yunshi_content span.aq {
	background: #D406EC url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -488px;
}

.yunshi_content span.ha {
	background: #F83971 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -564px;
}

.yunshi_content span.sy {
	background: #0652EC url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -514px;
}

.yunshi_content span.cf {
	background: #EC7206 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -540px;
}

.yunshi_content span.ly {
	background: #16AED5 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -439px;
}

.yunshi_content span.jk {
	background: #328B10 url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat -333px -564px;
}

.star {
	display: inline-block;
	width: 92px;
	height: 14px;
	position: relative;
	top: 2px;
	background: url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat 0 0;
}

.star.st_0 {
	background-position: 0 -301px;
}

.star.st_1 {
	background-position: 0 -381px;
}

.star.st_2 {
	background-position: 0 -361px;
}

.star.st_3 {
	background-position: 0 -341px;
}

.star.st_4 {
	background-position: 0 -321px;
}

.star.st_5 {
	background-position: 0 -301px;
}

.star2 {
	display: inline-block;
	width: 92px;
	height: 14px;
	position: relative;
	top: 2px;
	background: url(https://xgdnm.youbanya.com/xgdn/img/bg.png) no-repeat 0 0;
}

.star2.st_0 {
	width: 0px;
	background-position: 0 -301px;
}

.star2.st_1 {
	width: 15px;
	background-position: 0 -381px;
}

.star2.st_2 {
	width: 34px;
	background-position: 0 -361px;
}

.star2.st_3 {
	width: 54px;
	background-position: 0 -341px;
}

.star2.st_4 {
	width: 73px;
	background-position: 0 -321px;
}

.star2.st_5 {
	width: 92px;
	background-position: 0 -301px;
}

/*选择星座*/
.shadow {
	display: none;
	width: 100%;
	max-width: 800px;
	min-width: 320px;
	height: 100%;
	position: fixed;
	z-index: 97;
	top: 0;
	opacity: 0.4;
	background-color: #000000;
}

.select_sign {
	display: none;
	width: 100%;
	max-width: 800px;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	z-index: 98;
	background-image: url(https://xgdnm.youbanya.com/xgdn/img/select_sign_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.select_sign .select_sign_name {
	display: block;
	margin: 0 auto;
	width: 6.8rem;
	height: 3rem;
	background-image: url(https://xgdnm.youbanya.com/xgdn/img/select_sign_name.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	top: -1rem;
}

.select_sign ul li {
	display: block;
	float: left;
	width: 25%;
	padding-bottom: 0.8rem;
	text-align: center;
	font-size: 1.1rem;
}

.select_sign ul li a {
	color: #666;
}

.select_sign ul li span {
    display: block;
    margin: auto;
    box-sizing: border-box;
    border-radius: 50%;
	width: 3.6rem;
	height: 3.6rem;
	border: 2px solid #fcb8b5;
	background-image: url(https://xgdnm.youbanya.com/xgdn/img/shengxiao_yuncheng.png);
    background-repeat: no-repeat;
    background-size: 14.4rem auto;
}

.select_sign .shu span {
	background-position: -2.7% -4%;
}

.select_sign .niu span {
	background-position: 48.7% -4%;
}

.select_sign .hu span {
	background-position: 98.4% -4%;
}

.select_sign .tu span {
	background-position: -2.7% 31%;
}

.select_sign .long span {
	background-position: 46.7% 31%;
}

.select_sign .she span {
	background-position: 98.6% 30.8%;
}

.select_sign .ma span {
	background-position: -4.8% 65%;
}

.select_sign .yang span {
	background-position: 47% 65%;
}

.select_sign .hou span {
	background-position: 101.6% 63.4%;
}

.select_sign .ji span {
	background-position: -4.7% 99.8%;
}

.select_sign .gou span {
	background-position: 48.4% 97.6%;
}

.select_sign .zhu span {
	background-position: 99% 97.8%;
}

.conbox {
    margin-top: 0.6rem;
}

/*热门查询*/
.hot-tools {
    background-color: #fff;
	margin: 0;
}

.hot-tools ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 1.5rem;
    list-style: none;
    padding: 0.4rem 0 0.5rem 0;
    margin: 0;
}

.hot-tools ul li {
	text-align: center;
	font-size: 15px;
	transition: transform 0.2s ease;
}

.hot-tools ul li .bg-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.hot-tools ul li .bg-icon.icon1 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk0.png');
}

.hot-tools ul li .bg-icon.icon2 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk1.png');
}

.hot-tools ul li .bg-icon.icon3 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk8.png');
}

.hot-tools ul li .bg-icon.icon4 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk10.png');
}

.hot-tools ul li .bg-icon.icon5 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk_6.png');
}

.hot-tools ul li .bg-icon.icon6 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk12.png');
}

.hot-tools ul li .bg-icon.icon7 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk7.png');
}

.hot-tools ul li .bg-icon.icon8 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk2.png');
}

.hot-tools ul li .tit {
	color: #555;
	margin-top: 6px;
}

/*广告*/
.auto-ad1 {
	margin-top: 0.5rem;
}

.auto-ad2 {
	margin: -0.2rem 0 1.8rem 0;
}

.auto-ad3 {
	margin: -0.2rem 0 1.8rem 0;
}

.auto-ad4 {
	margin: 1rem 0 0.4rem 0;
	border: none;
}

.auto-ad5 {
	margin: 0.4rem 0;
	border: none;
}

.auto-ad6 {
	margin: 0.4rem 0 1rem 0;
	border: none;
}