@charset "utf-8";

/* CSS Document */


/*------公共样式------*/

body {
	width: 100%;
	height: auto;
	line-height: 25px;
	font-size: 12px;
	font-family: '宋体';
	/*margin:0 auto;*/
	color: #333;
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, img, form {
	padding: 0px;
	margin: 0px;
	border: 0;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.dwrap {
	width: 100%;
	height: auto;
	background: #f4f4f4;
	font-family: "Microsoft Yahei";
	letter-spacing: 0.1em;
}

/**** 头部 ****/

.header {
	width: 960px;
	height: 60px;
	padding: 10px 0;
	margin: 0 auto;
}
.header_logo {
	width: 135px;
	height: 60px;
}
.header_txt {
	width: auto;
	height: 40px;
	line-height: 20px;
	margin: 10px 0;
}
.header_txt img {
	vertical-align: middle;
}
.header_date {
	width: auto;
	height: 40px;
	line-height: 20px;
	margin: 10px 10px 10px 0;
}

/**** 头部 ****/


/**** 导航 ****/

.navbox {
	width: 100%;
	height: 50px;
	background: #c9814f;
}
.nav {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}
.nav a {
	width: auto;
	height: 50px;
	padding: 0 30px;
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.nav a:hover {
	background: #924823;
}
.nav a.hover {
	background: #924823;
}

/**** 导航 ****/


/**** 尾部 ****/

.footer {
	width: 100%;
	height: 50px;
	background: #535353;
	text-align: center;
}
.footer a {
	width: auto;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	font-size: 16px;
	color: #d8d8d8;
}
.footer img {
	vertical-align: middle;
}

/**** 尾部 ****/

.dmain {
	width: 960px;
	height: auto;
	margin: 10px auto;
}

/**** 外框 ****/

.mainbox {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}
.mainbox_top {
	width: 100%;
	height: 25px;
	background: url(../images/mainbox_top.jpg) no-repeat;
}
.mainbox_top2 {
	width: 100%;
	height: 68px;
	background: url(../images/mainbox_top2.jpg) no-repeat;
	line-height: 68px;
	font-size: 20px;
	color: #7e6340;
	font-weight: bold;
	text-indent: 20px;
}
.mainbox_mid {
	width: 100%;
	height: auto;
	background: url(../images/mainbox_mid.jpg) repeat-y;
}
.mainbox_down {
	width: 100%;
	height: 25px;
	background: url(../images/mainbox_down.jpg) no-repeat left bottom;
}
.mainbox_con {
	width: 900px;
	height: auto;
	margin: 0 auto;
}
.mainbox_title {
	width: 100%;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.mainbox_txt {
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	margin: 10px 0 20px 0;
}
.mainbox_btn {
	display: flex;
	justify-content: space-between;
	width: 640px;
	/*height: 49px;*/
	margin: 20px auto 0 auto;
}
.mainbox_btn a {
	display: block;
	width: 300px;
	/*height: 49px;*/
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.mainbox_btn a:first-of-type {
	background: url(../images/btn.jpg) no-repeat;
	background-size: 100% 100%;
}
.mainbox_btn a:last-of-type {
	background: url(../images/btn1.png) no-repeat;
	background-size: 100% 100%;
}

/**** 外框 ****/


/**** 热门测算 ****/

.hot_suanm {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
}
.hot_suanmbt {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
}
.hot_suanmlist {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
	overflow: hidden;
}
.hot_suanmlist a {
	width: 153px;
	height: 40px;
	border: solid 1px #ccb394;
	border-radius: 5px;
	float: left;
	display: block;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 0 25px 0 0;
}

/**** 热门测算 ****/


/**** 八字测算 ****/

.ph_inputbox {
	width: 878px;
	height: auto;
	padding: 10px 10px 20px 10px;
	background: #fdf5e6;
	border: solid 1px #ccb394;
	margin: 10px 0 0 0;
}
.ph_inputbox_title {
	width: 100%;
	height: 55px;
	background: url(../images/ph_title.png) no-repeat center;
	line-height: 55px;
	font-size: 18px;
	color: #6b460e;
	text-align: center;
}
.ph_inputbox_hang {
	width: 640px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 10px auto;
}
.ph_inputbox_hang select {
	width: auto;
	height: 30px;
	padding: 0 20px;
	border-radius: 5px;
}
.ph_inputbox_hang input.bz_input {
	width: auto;
	height: 26px;
	border: solid 1px #ccc;
	border-radius: 5px;
}
.bz_datebox {
	width: 800px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.bz_datebox_left {
	width: 380px;
	line-height: 25px;
	font-size: 14px;
}
.bz_datebox_right {
	width: 285px;
	height: auto;
	background: #fffdfa;
	border: solid 1px #d7a886;
	padding: 10px;
}
.bz_datebox_right_bt {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #ee3b3b;
}
.bz_datebox_right_txt {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
}
.bz_tab {
	width: 898px;
	height: 48px;
	border: solid 1px #d7a886;
	margin: 15px 0 0 0;
}
.bz_tab a {
	width: 449px;
	height: 48px;
	float: left;
	line-height: 48px;
	font-size: 16px;
	color: #653715;
	text-align: center;
	display: block;
}
.bz_tab a.hover {
	background: #d7a886;
}
.bz_rebox {
	width: 100%;
	height: auto;
}
.bz_rebox_title {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	margin: 15px 0 0 0;
}
.bz_rebox_table {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
}
.bz_rebox_table table {
	width: 100%;
	border-collapse: collapse;
	background: #fefdfd;
	border: solid 1px #d4c0a9;
}
.bz_rebox_table table tr th {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	background: #fff6e8;
	border: solid 1px #d4c0a9;
}
.bz_rebox_table table tr td {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border: solid 1px #d4c0a9;
}
.bzre_score {
	width: 100%;
	margin: 15px 0;
}
.bzre_score_hang {
	width: 820px;
	height: 70px;
	padding: 0 0 0 80px;
	margin: 10px 0;
}
.bzre_score_hang_bg1 {
	background: url(../images/re_score01.png) no-repeat left top;
}
.bzre_score_hang_bg2 {
	background: url(../images/re_score02.png) no-repeat left top;
}
.bzre_score_hang_bg3 {
	background: url(../images/re_score03.png) no-repeat left top;
}
.bzre_score_hang_bg4 {
	background: url(../images/re_score04.png) no-repeat left top;
}
.bzre_score_hang_bg5 {
	background: url(../images/re_score05.png) no-repeat left top;
}
.bzre_score_bt {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
}
.bzre_score_bt em {
	color: #7d4700;
	font-style: normal;
}
.bzre_score_bt span {
	color: #bc0000;
}
.bzre_score_jdt {
	width: 100%;
	height: 25px;
	background: #e9e9e9;
	margin: 10px 0 0 0;
}
.bzre_score_jdt_cl1 {
	width: 30%;
	height: 25px;
	float: left;
	background: #efbd00;
}
.bzre_score_jdt_cl2 {
	width: 50%;
	height: 25px;
	float: left;
	background: #c9d52b;
}
.bzre_score_jdt_cl3 {
	width: 40%;
	height: 25px;
	float: left;
	background: #58d0f2;
}
.bzre_score_jdt_cl4 {
	width: 90%;
	height: 25px;
	float: left;
	background: #f36766;
}
.bzre_score_jdt_cl5 {
	width: 100%;
	height: 25px;
	float: left;
	background: #bc9b78;
}
.bzre_txt {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
}
.bzre_txt span {
	color: #7e5a41;
}
.bz_btn {
	width: 702px;
	height: 69px;
	margin: 0 auto;
}
.bz_btn_left {
	width: 341px;
	height: 69px;
}
.bzmp_infotxt {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
	margin: 10px 0 0 0;
}
.bzmp_infotxt span {
	color: #8f5e29;
}
.bzmp_infotxt span.color1 {
	color: red;
}
.bzmp_infotxt span.color2 {
	color: #105ec2;
}
.bzmp_infotxt span.color3 {
	color: #08bf08;
}
.sx_box {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}
.sx_boxbt {
	width: 100%;
	line-height: 40px;
	font-size: 16px;
}
.sx_boxbt img {
	height: 35px;
	vertical-align: middle;
}
.sx_boxtxt {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
	margin: 5px 0 0 0;
}
.bcolor1, .bcolor2, .bcolor3 {
	color: red;
	font-weight: bold;
}
.bcolor-1, .bcolor-2, .bcolor-3 {
	color: #08bf08;
	font-weight: bold;
}
.bcolorh0, .bcolorh1, .bcolorh-1 {
	color: #105ec2;
	font-weight: bold;
}

/**** 八字测算 ****/

.bz_re_table {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
}
.bz_re_table table {
	width: 100%;
	border-collapse: collapse;
	background: #fefdfd;
	border: solid 1px #d4c0a9;
}
.bz_re_table table tr th {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	background: #fff6e8;
	border: solid 1px #d4c0a9;
}
.bz_re_table table tr td {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border: solid 1px #d4c0a9;
}
.bz_re_table table tr th a {
	display: block;
	color: #333;
	background: #fff6e8 url(../images/icon001.jpg) no-repeat right bottom;
}
.bz_re_table table tr th a:hover {
	background: #ffc99e url(../images/icon002.jpg) no-repeat right bottom;
}

/**** table 弹窗 ****/

.bzpp_float {
	width: 100%;
	/*float:left;*/
}
.bzpp_con {
	width: 500px;
	/*float:right;*/
	height: auto;
	position: fixed;
	/*position:absolute;

	top:18%;*/
	top: 30%;
	left: 50%;
	margin: 0 0 0 -250px;
	border: solid 3px #b87833;
	background-color: #fffcf4;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 0.875em;
	padding-bottom: 10px;
	z-index: 9999;
}
.bzpp_con_close {
	width: 100%;
	float: left;
	background: #b87833;
}
.bzpp_con_close a {
	float: right;
	background-color: #b87833;
	margin: 8px 5px 0 0;
	border-radius: 0px 0px 0px 5px;
}
.bzpp_con_bt {
	/*width:100%;*/
	float: left;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}
.bzpp_con_txt {
	width: 100%;
	float: left;
	padding: 5px 10px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
}
.bzpp_con_txt p {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.bzpp_con_txt a {
	color: #ffa800;
}

/**** table 弹窗 ****/


/**** 张盛舒老师为你批算真命格 ****/

.bazism_ztitle {
	width: 100%;
	background: #c2a88b;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.bazism_zbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.bazism_zbox_l {
	width: 243px;
	float: left;
}
.bazism_zbox_r {
	width: 630px;
	float: right;
}
.bazism_zbox_r_txt1 {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
}
.bazism_zbox_r_txt1 span {
	color: #ffab78;
}
.bazism_zbox_r_txt2 {
	width: 100%;
	line-height: 35px;
	font-size: 18px;
	color: #ff4346;
	text-align: justify;
	margin: 20px 0;
}
.bazism_zbox_r_btn {
	width: 100%;
}
.bazism_zbox_r_btn a {
	width: 280px;
	height: 40px;
	background: url(../images/btn.jpg) no-repeat;
	background-size: 280px 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
}

/**** 张盛舒老师为你批算真命格 ****/