h1.head_1 {
	display: none;
	position: fixed;
	z-index: 40;
	width: 100%;
	top: 50px;
	color: #cb7a43;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	background-color: #fcf8ef;
	border-bottom: 1px solid #f3e8d0;
	box-shadow: 0px 5px 5px #b9b2b2;
	cursor: pointer;
}

h1.head_1 span {
	display: block;
}

h1.head_1 i {
	position: relative;
	top: 2px;
}

h1.head_1:hover {
	color: #e24e4c;
}

h1.head_1.gongji,
h1.head_1.gongji:hover {
	color: #303030;
}

.huang_box {
	width: 1200px;
	margin: 30px auto 0;
	box-sizing: border-box;
	border: 2px solid #eca40f;
	border-bottom: 1px solid #efd7a6;
	border-radius: 6px 6px 0 0;
	position: relative;
	overflow: hidden;
}

.huang_box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.huang_box h2.head_1 {
	position: absolute;
	top: -30px;
	font-size: 20px;
}

.huang_box .huang_left,
.huang_box .huang_right,
.huang_box .huang_center {
	display: block;
	float: left;
	width: 350px;
}

.huang_box .huang_center {
	position: relative;
	display: block;
	width: 494px;
	height: 438px;
	border: 1px solid #efd7a6;
	border-top: none;
	border-bottom: none;
	background: #FCF8EF;
	overflow: hidden;
}

.huang_center h2 {
	color: #cb7a43;
	font-size: 22px;
	text-align: center;
	margin-top: 34px;
}

.huang_center h2 i {
	font-size: 18px;
	color: #e1c1ab;
}

.huang_center h2:hover,
.huang_center h2:hover i {
	color: #e24e4c;
	cursor: pointer;
}

.huang_center h5 {
	font-size: 160px;
	text-align: center;
	color: #e24e4c;
	font-weight: bold;
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	line-height: 240px;
}

.huang_center h4 {
	color: #e24e4c;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	bottom: 14px;
	line-height: 1em;
}

.huang_center h4 em {
	color: #27ac54;
	font-style: normal;
}

.huang_center h3 {
	color: #cb7a43;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.huang_center h6 {
	color: #cb7a43;
	font-size: 16px;
	text-align: center;
	margin-top: 14px;
	line-height: 1.5em;
}

.huang_center .prev_day,
.huang_center .next_day {
	color: #dfc896;
	font-size: 36px;
	position: absolute;
	top: 150px;
	left: 26px;
	padding: 16px;
}

.huang_center .next_day {
	right: 26px;
	left: auto;
}

.huang_center .prev_day:hover,
.huang_center .next_day:hover {
	color: #cb7a43;
}

.huang_center .yue_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 81px;
	background-image: url(image/yue.png);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.huang_center .yue_btn:hover {
	width: 72px;
	height: 83px;
}

.huang_center.gongji h2 {
	color: #303030;
}

.huang_center.gongji h2 i {
	color: #cccccc;
}

.huang_center.gongji h2:hover,
.huang_center.gongji h2:hover i {
	color: #999999;
}

.huang_center.gongji h5 {
	color: #303030;
}

.huang_center.gongji h4,
.huang_center.gongji h4 em {
	color: #303030;
}

.huang_center.gongji h3,
.huang_center.gongji h6 {
	color: #303030;
}

.huang_center.gongji .prev_day,
.huang_center.gongji .next_day {
	color: #aaaaaa;
}

.huang_center.gongji .prev_day:hover,
.huang_center.gongji .next_day:hover {
	color: #666666;
}

.date_select {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 494px;
	height: 438px;
	background: #fcf8ef;
	box-sizing: border-box;
}

.date_header {
	width: 100%;
	height: 60px;
}

.date_header span {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #cb7a43;
	text-align: center;
	margin-top: 14px;
	cursor: pointer;
}

.date_header span:hover {
	color: #fff;
	background-color: #E24E4C;
	border-radius: 3px;
}

.date_header .date_prev {
	width: 40px;
	margin-left: 14px;
	margin-right: 103px;
	color: #dfc896;
}

.date_header .date_year {
	padding: 0 10px;
	font-weight: bold;
}

.date_header .date_month {
	width: 56px;
	margin-right: 104px;
	padding: 0 10px;
	font-weight: bold;
}

.date_header .date_next {
	width: 40px;
	color: #dfc896;
}

.date_table {
	display: none;
}

.date_table table {
	width: 100%;
}

.date_table table th {
	color: #666;
	height: 24px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 6px;
}

.date_table table th:nth-last-child(-n+2) {
	color: #e24e4c;
}

.date_table table td {
	position: relative;
	color: #aaa;
	width: 14.29%;
	height: 49px;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.date_table table td span {
	display: block;
	width: 100%;
	height: 19px;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}

.date_table table td em {
	position: absolute;
	top: 2px;
	left: 4px;
	font-size: 12px;
	font-style: normal;
}

.date_table table td.isDate {
	color: #cb7a43;
	font-weight: bold;
}

.date_table table td.isDate span {
	color: #666;
}

.date_table table td.today {
	font-size: 21px;
}

.date_table table td.pageDate {
	color: #ffffff !important;
	font-weight: bold;
	background-color: #cb7a43 !important;
	border-radius: 3px !important;
}

.date_table table td.pageDate span {
	color: #ffffff !important;
}

.date_table table td.isDate.zhou,
.date_table table td.pageDate.zhou {
	color: #e24e4c;
}

.date_table table td.xiu {
	color: #e24e4c;
	background-color: #fddddd;
	border-radius: 0;
}

.date_table table td.xiu span {
	color: #ff1111;
}

.date_table table td.ban {
	color: #4040ef;
	background-color: #e5e5ef;
	border-radius: 0;
}

.date_table table td.ban span {
	color: #4040ef;
}

.date_table table td.isDate.jieri span {
	color: #ff1111;
}

.date_table table td.isDate.jieqi span {
	color: #27ac54;
}

.date_table table td:hover {
	color: #fff !important;
	background-color: #E24E4C !important;
	border-radius: 3px;
}

.date_table table td:hover span {
	color: #ffffff !important;
}

.date_table table td.gongji {
	color: #ffffff !important;
	background-color: #000000 !important;
}

.date_table table td.gongji span {
	color: #ffffff !important;
}

.date_footer {
	display: none;
	width: 100%;
	height: 54px;
	bottom: 0;
	position: absolute;
}

.date_footer span {
	float: left;
	display: block;
	width: 70px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #cb7a43;
	text-align: center;
	margin: 12px 14px 0;
	border: 1px solid #efd7a6;
	border-radius: 3px;
	cursor: pointer;
}

.date_footer span i {
	color: #cb7a43;
}

.date_footer .date_cancel {
	float: right;
}

.date_footer .date_cancel em {
	transform: rotateY(180deg);
	display: inline-block;
}

.date_footer span:hover {
	color: #ffffff;
	border: 1px solid #E24E4C;
	background-color: #E24E4C;
}

.date_footer span:hover i {
	color: #ffffff;
}

.date_select .year_header {
	display: none;
	height: 60px;
	padding: 0 14px;
}

.date_select .year_header span {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #cb7a43;
	text-align: center;
	margin-top: 14px;
}

.date_select .year_header .year_prev,
.date_select .year_header .year_next {
	width: 40px;
	color: #dfc896;
}

.date_select .year_header .year_prev:hover,
.date_select .year_header .year_next:hover {
	color: #fff;
	background-color: #E24E4C;
	border-radius: 3px;
	cursor: pointer;
}

.date_select .year_header .year_year {
	padding: 0 10px;
	font-weight: bold;
	margin: 14px 94px 0;
}

.date_select .year_body {
	display: none;
	width: 466px;
	padding: 29px 0 0 0;
	margin: auto;
	box-sizing: border-box;
}

.date_select .year_body:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.date_select .year_body li {
	float: left;
	width: 116px;
	height: 54px;
	line-height: 54px;
	color: #666;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}

.date_select .year_body li:nth-child(4n) {
	width: 118px;
}

.date_select .year_body li:hover {
	color: #383131;
	background-color: #e9e9e9;
}

.date_select .year_body li.cur {
	color: #fff;
	background-color: #E24E4C;
}

.date_select .month_header {
	display: none;
	height: 60px;
	padding: 0 14px;
}

.date_select .month_header span {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #cb7a43;
	text-align: center;
	margin-top: 14px;
}

.date_select .month_header span:hover {
	color: #fff;
	background-color: #E24E4C;
	border-radius: 3px;
	cursor: pointer;
}

.date_select .month_header .month_prev,
.date_select .month_header .month_next {
	width: 40px;
	color: #dfc896;
}

.date_select .month_header .month_year {
	padding: 0 10px;
	font-weight: bold;
	margin: 14px 144px 0;
}

.date_select .month_body {
	display: none;
	width: 466px;
	padding: 21px 0 0 0;
	margin: auto;
	box-sizing: border-box;
}

.date_select .month_body:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.date_select .month_body li {
	float: left;
	width: 148px;
	height: 64px;
	line-height: 64px;
	color: #666;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	margin: 0 10px 10px 0;
	border-radius: 6px;
	background-color: #e9e9e9;
}

.date_select .month_body li:nth-child(3n) {
	width: 150px;
	margin-right: 0;
}

.date_select .month_body li:hover,
.date_select .month_body li.cur {
	color: #fff;
	background-color: #E24E4C;
}

.huangli_yiji {
	height: 255px;
	padding: 0 26px;
}

.huangli_yiji img {
	margin: 18px auto 0;
}

.huangli_yiji h4 {
	text-align: center;
	font-size: 16px;
	margin-top: 6px;
	color: #27ac54;
}

.huangli_yiji.ji h4 {
	color: #e24e4c;
}

.huangli_yiji p {
	height: 158px;
	font-size: 18px;
	padding-top: 8px;
	text-align: left;
	overflow: hidden;
}

.huangli_yiji p span {
	display: inline-block;
	padding: 2px 4px;
	margin-bottom: 4px;
	color: #27ac54;
}

.huangli_yiji p span.center {
	width: 100%;
	text-align: center;
}

.huangli_yiji p a {
	display: inline-block;
	color: #27ac54;
	border-bottom: 1px dashed #27ac54;
}

.huangli_yiji p a:hover {
	border-bottom: 1px solid #27ac54;
}

.huangli_yiji.ji p span {
	color: #e24e4c;
}

.huangli_yiji.ji p a {
	color: #e24e4c;
	border-bottom: 1px dashed #e24e4c;
}

.huangli_yiji.ji p a:hover {
	border-bottom: 1px solid #e24e4c;
}

.huang_td {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	height: 40px;
	border-bottom: 1px solid #efd7a6;
	background: #FCF8EF;
	padding-left: 40px;
}

.huang_td span {
	display: inline-block;
	line-height: 40px;
	padding-left: 30px;
	box-sizing: border-box;
}

.huang_td span.bagua {
	color: #E24E4C;
	font-weight: bold;
	background-image: url(image/bagua.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	background-size: 22px;
}

.huang_td2 {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #efd7a6;
	background: #FCF8EF;
}

.info_box {
	width: 1200px;
	height: auto;
	margin: 30px auto 0;
	box-sizing: border-box;
	border: 2px solid #eca40f;
	border-radius: 6px;
}

.info_box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.gua_box {
	float: left;
	width: 400px;
	height: auto;
	font-size: 14px;
	padding: 4px;
	box-sizing: border-box;
}

.gua_box div {
	width: 100%;
	height: 100px;
	margin-bottom: 14px;
	position: relative;
	background-color: #f9f2e3;
	border-radius: 2px;
}

.gua_box div img {
	width: 60px;
	height: 60px;
	border: 5px solid #fff;
	border-radius: 6px;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
}

.gua_box div h6 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top: 27px;
}

.gua_box div p {
	color: #666;
	font-size: 14px;
	position: absolute;
	left: 92px;
	top: 54px;
}

.gua_box p {
	color: #666;
	line-height: 1.5em;
	text-indent: -0.4em;
	text-align: justify;
	padding: 0 18px 14px 14px;
}

.hetu_box {
	float: left;
	width: 398px;
	min-height: 703px;
	box-sizing: border-box;
}

.hetu_box div {
	color: #666;
	line-height: 1.5em;
	padding: 16px 18px;
	box-sizing: border-box;
	border-right: 1px solid #efd7a6;
	border-bottom: 1px solid #efd7a6;
	text-align: justify;
}

.hetu_box div:last-child {
	border-bottom: none;
}

.hetu_box div:nth-child(2n+1) {
	background-color: #FCF8EF;
}

.hetu_box div h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.hetu_box ul {
	color: #666;
	line-height: 1.8em;
	box-sizing: border-box;
	border-radius: 6px 0 0 0;
	text-align: justify;
	background-color: #FCF8EF;
}

.hetu_box ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.hetu_box ul li {
	float: left;
	width: 25%;
	height: 36px;
	line-height: 36px;
	display: block;
	border-right: 1px solid #efd7a6;
	border-bottom: 1px solid #efd7a6;
	box-sizing: border-box;
	padding-left: 18px;
}

.hetu_box ul li:nth-child(2n+1) {
	font-weight: bold;
}

.hetu_box ul li.w75 {
	width: 75%;
}

.hetu_box ul li.h74 {
	height: 74px;
	line-height: 1.2em;
	padding-top: 11px;
}

.hetu_box.rt div {
	border-right: none;
	border-left: 1px solid #efd7a6;
}

.hetu_box.rt ul {
	border-radius: 0 6px 0 0;
}

.hetu_box.rt ul li {
	border-right: none;
	border-left: 1px solid #efd7a6;
}

.shen_box {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #eca40f;
	border-top: none;
	border-bottom: 1px solid #efd7a6;
}

.shen_box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.shen_box .shen_td {
	float: left;
	width: 199px;
	height: 130px;
	color: #666;
	box-sizing: border-box;
	border-right: 1px solid #efd7a6;
	text-align: center;
	font-size: 26px;
}

.shen_box .shen_td:last-child {
	border-right: none;
}

.shen_td h4 {
	width: 86px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 16px auto;
	background-image: url(image/h6.png);
	background-repeat: no-repeat;
}

.shen_td.gui {
	font-size: 16px;
}

.shen_td.gui h4 {
	margin-bottom: 12px;
}

.shen_td.tai p {
	font-size: 16px;
	text-align: left;
	padding-left: 24px;
}

.shen_td.tai h4 {
	margin-bottom: 12px;
}

.shen_td.chong {
	font-size: 18px;
}

.shen_td.chong h4 {
	margin-bottom: 24px;
}

.shen_box_2 {
	border-bottom: 2px solid #eca40f;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.shen_box_2 .shen_td {
	font-size: 16px !important;
}

.shen_td.ji h4 {
	margin-bottom: 8px;
}

.shen_td.ji p {
	text-align: left;
	font-size: 15px;
	padding: 0 10px;
}

.shen_td.kong h4 {
	margin-bottom: 8px;
}

.shen_td.jiu {
	border-right: none;
}

.shen_td.jiu h4 {
	margin-bottom: 12px;
}

.shen_td.jiu p {
	font-size: 12px;
}

.jieqi_box {
	border-collapse: separate;
	width: 1200px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	border: 2px solid #eca40f;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 30px auto 0;
}

.jieqi_box th {
	padding: 4px 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #FCF8EF;
	text-align: center;
	border-radius: 6px 6px 0 0;
}

.jieqi_box th i {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.jieqi_box td {
	border-top: 1px solid #efd7a6;
	border-right: 1px solid #efd7a6;
	padding: 4px 2px;
	color: #666;
	font-size: 14px;
	text-align: right;
	padding-right: 42px;
}

.jieqi_box td:last-child {
	border-right: none;
}

.jieqi_box tr:hover {
	background-color: #FCF8EF;
}

.jiaqu_box td {
	text-align: center;
	padding-right: 0;
}

.shichen_box {
	border-collapse: separate;
	width: 1200px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	border: 2px solid #eca40f;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 30px auto 0;
}

.shichen_box th {
	width: 90px;
	border-right: 1px solid #efd7a6;
	padding: 8px 2px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FCF8EF;
}

.shichen_box th:first-child {
	border-radius: 6px 0 0 0;
}

.shichen_box th:last-child {
	border-right: none;
	border-radius: 0 6px 0 0;
}

.shichen_box tbody tr:last-child td:first-child {
	border-radius: 0 0 0 6px;
}

.shichen_box tbody tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
}

.shichen_box td {
	border-top: 1px solid #efd7a6;
	border-right: 1px solid #efd7a6;
	padding: 8px 2px;
	color: #666;
	font-size: 14px;
}

.shichen_box td:last-child {
	border-right: none;
}

.shichen_box tr td:first-child {
	color: #333;
	font-weight: bold;
}

.shichen_box tr:nth-child(2n) {
	background-color: #FCF8EF;
}

.shichen_box td span {
	color: #666;
	font-weight: normal;
}

.shichen_box tr.wx td p {
	text-align: left;
	padding-left: 30px;
}

.shichen_box tr.wx td p em {
	display: inline-block;
	width: 42px;
	text-align: right;
	font-style: normal;
	padding: 0 14px;
}

.shichen_box tr.wx td p span {
	height: 12px;
	display: inline-block;
	background-color: #FCA952;
}

.shichen_box tr.wx td p:nth-of-type(2) span {
	background-color: #00AD3F;
}

.shichen_box tr.wx td p:nth-of-type(3) span {
	background-color: #02CBE8;
}

.shichen_box tr.wx td p:nth-of-type(4) span {
	background-color: #E0282A;
}

.shichen_box tr.wx td p:nth-of-type(5) span {
	background-color: #FE94C3;
}

.date_box {
	width: 1200px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	margin: 30px auto 0;
}

.date_box a {
	float: left;
	display: inline-block;
	width: 50px;
	height: 30px;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	padding: 0 10px;
	margin-right: 4px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.date_box a:hover {
	border: 1px solid #eca40f;
	color: #eca40f;
}

.date_box a.today {
	font-size: 16px;
	width: 56px;
	border: 1px solid #eca40f;
	background: #ffcea0;
	color: #724e03;
}

.date_box a:first-child,
.date_box a:last-child {
	width: 82px;
	font-size: 14px;
	border: 1px solid #eca40f;
	background: #ffcea0;
	color: #724e03;
}

.date_box a:last-child {
	margin-right: 0;
}

.date_box a.today:hover,
.date_box a:first-child:hover,
.date_box a:last-child:hover {
	background: none;
	border: 1px solid #eca40f;
	color: #eca40f;
}

.huang_show {
	display: block;
	width: 168px;
	height: 26px;
	margin: auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 29px;
	box-sizing: border-box;
	background-color: #eca40f;
	border-radius: 12px 12px 0 0;
	position: absolute;
	bottom: 0px;
	left: 514px;
}

.huang_show:hover {
	background-color: #ffac00;
}

.huang_show a {
	display: block;
	color: #fff;
}

/* 九宫飞星：与 huangli123 一致，正文行距与颜色略加强 */
.shen_td.jiu p {
	font-size: 13px;
	line-height: 1.65;
	color: #555;
}

/* 黄历中心：月历弹层打开时显示（原版 .date_table/.date_footer 默认 display:none） */
#huangli-date-select.huangli-month-open {
	display: block;
	z-index: 30;
}

#huangli-date-select.huangli-month-open .date_table {
	display: block;
}

#huangli-date-select.huangli-month-open .date_footer {
	display: block;
}

/* 月历格内多行副标题（节气绿 / 节日红 / 农历灰），与万年历逻辑一致 */
.date_table table td.isDate span.hl-line {
	display: block;
	width: 100%;
	min-height: 17px;
	line-height: 1.15;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

.date_table table td.isDate span.hl-jieqi {
	color: #27ac54;
}

.date_table table td.isDate span.hl-jieri {
	color: #e24e4c;
}

.date_table table td.isDate span.hl-lunar {
	color: #666;
}

.date_table table td.pageDate span.hl-jieqi,
.date_table table td.pageDate span.hl-jieri,
.date_table table td.pageDate span.hl-lunar {
	color: #fff !important;
}

/* 头部箭头：与参照站一致的点击区域 */
.date_header .date_prev,
.date_header .date_next {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
}

/* 点击打开月历：整行标题 + 右下角卷角（JS 绑定） */
#solar-line {
	cursor: pointer;
}

#huangli-yue-btn {
	outline: none;
}