.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;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #6d3dd9;
}

.show_title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 0;
	text-align: center;
}

.show_title h1 {
	font-size: 32px;
    font-weight: bold;
    margin: 45px 0 25px 0;
}

.show_desc {
    margin-bottom: 15px;
}

.show_desc p {
    color: #333333;
    font-size: 17px;
    line-height: 35px;
    text-align: justify;
}

.show_desc a {
	color: #9933cc;
	text-decoration: none;
}

.show_desc a:hover {
	text-decoration: underline;
}

.shengri-riqi {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px 40px;
	justify-content: start;
    margin-bottom: 20px;
    padding-top: 12px;
}

.shengri-riqi.danshengshi {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	justify-content: center;
}

.chaxun_tab {
	min-width: auto!important;
	width: 100%;
}

.chaxun_tab.riqi {
	border-collapse: collapse;
}

.chaxun_tab.riqi thead td {
	font-weight: bold;
	background: #f5f5f5;
	font-size: 17px;
	padding: 10px 0;
}

.chaxun_tab.riqi td {
	border: 1px solid #ddd;
	padding: 13px;
	text-align: center;
	font-size: 15px;
}

.chaxun_tab.riqi td a {
	color: #333;
	text-decoration: none;
}

.chaxun_tab.riqi td a:hover {
	color: #d67d00;
	text-decoration: underline;
}

.danshengshi .chaxun_tab {
	width: 100%;
	max-width: 860px;
	margin: 40px auto 0px auto;
	border-collapse: collapse;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.danshengshi .chaxun_tab:first-child {
	margin: 0px auto;
}

.danshengshi .chaxun_tab thead {
	display: flex;
}

.danshengshi .chaxun_tab thead tr {
	flex: 1;
	width: 100%;
}

.danshengshi .chaxun_tab thead td {
	flex: 1;
	width: 100%;
	text-align: center;
	padding: 0;
	height: 47px;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.danshengshi .chaxun_tab thead td a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 858px;
}

.danshengshi .chaxun_tab tbody {
	display: flex;
	flex-wrap: wrap;
}

.danshengshi .chaxun_tab tbody tr {
	width: 100%;
	box-sizing: border-box;
}

.danshengshi .chaxun_tab tbody td {
	display: block;
	border: 1px solid #eee;
	padding: 12px 14px;
	box-sizing: border-box;
	background-color: #fff;
	width: 50%;
	float: left;
}

.danshengshi .chaxun_tab a {
	text-decoration: none;
	color: #333;
	display: block;
	width: 100%;
}

.danshengshi .chaxun_tab a:hover {
	color: #007BFF;
}

.te-list {
	max-width: 860px;
	margin: 0 auto;
	font-family: "Arial", sans-serif;
	grid-template-columns: 1fr;
    gap: 15px;
}

.te-list h4 {
    font-size: 19px;
    margin: 0;
    color: #333;
    background-color: #eaeaea;
    padding: 10px 19px;
}

.te-list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    justify-content: start;
}

.te-list ul li {
	width: 100%;
	box-sizing: border-box;
}

.te-list ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #f9f9f9;
	padding: 10px 10px 10px 16px;
	transition: background 0.3s, color 0.3s;
}

.te-list ul li a:hover {
	background-color: #eddbff;
}

.te-title h1 {
    margin: 10px 0 25px 0;
}

/*生日占卜：表单*/
.shengri-form {
    display: block;
    position: relative;
    width: 860px;
    height: 435px;
    background: url(/xgdn/shengri/mima.png) no-repeat;
    background-size: 100%;
    top: 6px;
}

.shengri-form div {
	display: block;
    width: 421px;
    height: 160px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 67px;
    bottom: 102px;
}

.shengri-form.huayu div,.shengri-form.shengrishu div,.shengri-form.shengrixingge div {
	left: 77px;
	bottom: 90px;
}

.shengri-form.shengrimingren div,.shengri-form.sheng-ri-shu div,.shengri-form.danshengshi div,.shengri-form.qiaokeli div {
	left: 67px;
	bottom: 80px;
}

.shengri-form span {
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #B1B3B4;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 6px;
}

.shengri-form select {
	width: 100px;
	height: 40px;
	font-size: 18px;
	color: #555;
	padding-left: 20px;
	border: 1px solid #C8A27D;
	border-radius: 6px;
}

.shengri-form button {
	width: 180px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	background-color: #B3492F;
	border: 1px solid #E3C9C5;
	border-radius: 6px;
}

.shengri-form button:hover {
	background-color: #CC583C;
}

.shengri-form.shengrixingge {
	background-image: url(/xgdn/shengri/shengrixingge.png);
}

.shengri-form.shengrixingge button {
	background-color: #C45C19;
}

.shengri-form.shengrixingge button:hover {
	background-color: #E67D37;
}

.shengri-form.shengrishu {
	background-image: url(/xgdn/shengri/shengrishu.png);
}

.shengri-form.shengrishu button {
	background-color: #D45E2C;
}

.shengri-form.shengrishu button:hover {
	background-color: #DA7549;
}

.shengri-form.huayu {
	background-image: url(/xgdn/shengri/huayu.png);
}

.shengri-form.huayu button {
	background-color: #9A3311;
}

.shengri-form.huayu button:hover {
	background-color: #BF4015;
}

.shengri-form.qiaokeli {
	background-image: url(/xgdn/shengri/qiaokeli.png);
}

.shengri-form.qiaokeli button {
	background-color: #AA0218;
}

.shengri-form.qiaokeli button:hover {
	background-color: #CA021C;
}

.shengri-form.danshengshi {
	background-image: url(/xgdn/shengri/danshengshi.png);
}

.shengri-form.danshengshi button {
	background-color: #B37D40;
}

.shengri-form.danshengshi button:hover {
	background-color: #C28E54;
}

.shengri-form.sheng-ri-shu {
	background-image: url(/xgdn/shengri/sheng-ri-shu.png);
}

.shengri-form.sheng-ri-shu button {
	background-color: #C0783C;
}

.shengri-form.sheng-ri-shu button:hover {
	background-color: #C78249;
}

.shengri-form.shengrimingren {
	background-image: url(/xgdn/shengri/shengrimingren.png);
}

.auto-left-ad1 {
    margin-top: 40px;
    margin-bottom: -10px;
}

.auto-left-ad2 {
    margin-bottom: 28px;
}

.auto-left-ad3 {
	margin-top: 38px;
}

/*生肖：表单*/
.peidui_form {
	display: block;
	position: relative;
	width: 860px;
	height: 435px;
	top: 7px;
	left: 0;
}

.peidui_form div {
	display: block;
    width: 421px;
    height: 171px;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 157px;
	bottom: 88px;
}

.peidui_form select {
	width: 140px;
	height: 40px;
	font-size: 18px;
	color: #555;
	padding-left: 14px;
	border: 1px solid #A4A2A5;
	border-radius: 6px;
	margin-top: 28px;
	margin-bottom: 10px;
}

.peidui_form button {
	width: 180px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	background-color: #DF4F2C;
	border: 1px solid #E2C9C4;
	border-radius: 6px;
}

.peidui_form button:hover {
	background-color: #CC583C;
}

/*生肖配对*/
.peidui_form.shengxiao {
	background-image: url(/xgdn/img/peidui-shengxiao.png);
    background-size: 100%;
}

.peidui_form.shengxiao div {
	left: 67px;
}

.peidui_form.shengxiao select {
	padding-left: 20px;
}

.peidui_form.shengxiao button {
	background-image: url(/xgdn/img/peidui_btn_shengxiao.png);
	border: none;
}

.peidui_form.shengxiao button:hover {
	font-size: 20px;
}

.yunshi_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    gap: 14px 0;
}

.yunshi_list ul:last-child {
    grid-template-columns: repeat(2, 1fr);
}

.yunshi_list ul li {
	position: relative;
    padding-left: 15px;
}

.yunshi_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ccc;
}

.yunshi_list ul li a {
	
}

/*广告*/
.auto-left-ad2 {
	margin-top: 26px;
    margin-bottom: 21px;
}

.auto-left-ad3 {
	margin-top: 26px;
    margin-bottom: 21px;
}

.auto-left-ad4 {
	margin-top: 28px;
    margin-bottom: 5px!important;
}