@charset "utf-8";

html {
	font-size: 16px;
	font-family: "Microsoft YaHei", "宋体";
	color: #000;
}

html,
body,
a,
p,
dl,
dt,
dd,
img,
form,
div,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
select,
fieldset,
sub,
sup,
textarea,
input,
table {
	margin: 0;
	padding: 0;
}

iframe,
img {
	border: 0 none;
}

ul,
li,
ol {
	list-style: none outside none;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: normal;
}

input {
	cursor: pointer;
}

A {
	color: #000;
	text-decoration: none;
}

A:hover {
	color: #000;
	text-decoration: none;
}

A:visited {
	color: #000;
	text-decoration: none;
}

/*公用*/
.n {
	display: none
}

.b {
	display: block
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.bg1 {
	background-color: #FFF;
}

.but {
	width: 100px;
	height: 38px;
	cursor: pointer;
}

.weburl {
	color: #666
}

.broadwise {
	width: auto;
}

.broadwise-inner {
	width: 160%;
}

/*提示效果*/
body div#tooltip {
	position: absolute;
	z-index: 1000;
	width: auto !important;
	width: auto;
	max-width: 280px;
	background: #000;
	border: #FEFFD4 solid 1px;
	padding: 3px;
	text-align: left;
}

body div#tooltip p {
	margin: 0;
	padding: 0;
	color: #FF0;
	font: 14px verdana, arial, sans-serif;
}

/*八字*/
.bz_box {
	margin: 20px;
}

.bz_box2 {
	margin: 20px;
	line-height: 140%;
}
.bz_box2>div{
	width: 100%;
}
.bz_box2 .bz_kuang {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.bz_kuang1 {
	float: left;
	width: 80px;
}

.bz_kuang2 {
	float: left;
	width: 45px;
}

.bz_kuang3 {
	width: 16px;
	font-weight: bold;
	font-size: 2em;
	line-height: 108%;
}

.bz_kuang4 {
	float: left;
	width: 45px;
	color: #555;
}

.bz_kuang5 {
	float: left;
	line-height: 128%;
	padding-top: 1px
}

.bz_clear {
	clear: both;
	width: 100%;
	height: 20px;
}

.bz_dotted {
	clear: both;
	width: 100%;
	height: 2px;
	border-bottom: #999999 1px dotted;
}

.bz_size {
	font-size: 16px;
	display: none;
}

.bz_hong {
	color: #CC0000;
	font-size: 16px;
}

.bz_lan {
	color: #0033CC;
	font-size: 16px;
}

.bz_lv {
	color: #006600;
	font-size: 16px;
}

.bz_zong {
	color: #993300;
	font-size: 16px;
}

.bz_but {
	width: 60px;
	height: 30px;
	cursor: pointer;
}

.bz_name {
	font-size: 16px;
}

.bz_iframe {
	margin-top: 10px;
	width: auto;
	height: 388px
}

.bz_savebg {
	background-color: #FFFFCA;
}

.bz_saveform {
	background-color: #ddd;
	color: #666;
}

.bz_savetext {
	width: 100%;
	height: 160px
}

.bz_fx {
	width: auto;
	margin-top: 5px;
	padding: 5px;
	line-height: 140%;
	font-size: 16px;
	color: #666;
	background-color: #FFF;
	border: #ccc 1px solid;
}

.bz_by {
	width: 100%;
	margin-top: 2px;
	text-align: right;
	color: #666;
	font-size: 16px
}

/*六爻*/
.ly_clear {
	clear: both;
	width: 100%;
	border-bottom: #666 1px dotted;
}

.ly_oky {
	font-weight: bold;
	font-size: 14px;
	color: #FF0033;
	height: 30px;
	width: 68px;
	cursor: hand;
}

.ly_help {
	width: 240px;
	color: #666;
	font-size: 12px;
}

.ly_savebg {
	background-color: #FFFFCA;
}

.ly_saveform {
	background-color: #ddd;
	color: #666;
}

.ly_savetext {
	width: 100%;
	height: 100px
}

/*首页*/
.logo {
	margin: 0 auto;
	text-align: center;
	font: bold 24px "Microsoft YaHei";
}

.logo .title {
	letter-spacing: 3px;
}

.logo .text {
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.indextop {
	position: fixed;
	top: 0;
	right: 5px;
	color: #000;
}

.about {
	padding: 20px 20px;
	color: #000;
	line-height: 160%;
	letter-spacing: 0.5px;
}

.daohang {
	width: 100%;
	position: fixed;
	bottom: 100px;
}

.daohang ul {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 10px;
}

.daohang li {
	float: left;
	flex: 1;
	text-align: center;
}

.daohang li a {
	letter-spacing: 1px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: #333;
	width: 100px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
}

.daohang li a:hover {
	color: #fff;
	text-decoration: none;
}

.daohang li a:visited {
	color: #fff;
	text-decoration: none;
}

/*底部导航*/
footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ccc;
	background: #000;
}

footer ul {
	display: flex;
	display: -webkit-flex;
}

footer li {
	float: left;
	flex: 1;
	text-align: center;
	border-left: 1px solid #666;
	font-weight: bold;
}

footer li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

footer li a:hover {
	color: #fff;
	text-decoration: none;
}

footer li a:visited {
	color: #fff;
	text-decoration: none;
}

.archive {
	position: fixed;
	bottom: 41px;
	top: 0;
	right: 0;
	width: 96%;
	background: #000;
	color: #fff;
	overflow-y: auto;
	transition: all ease .3s;
	-webkit-transform: translate(110%, 0);
	-moz-transform: translate(110%, 0);
	transform: translate(110%, 0);
}

.archive.on {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*用户存档*/
.cundang {
	width: 100%;
	padding: 20px 10px 10px 10px;
	line-height: 180%;
	background-color: #000;
	color: #fff;
	font-size: 16px;
}

.cundang a {
	color: #FF0;
	text-decoration: none;
	cursor: pointer;
}

.cundang a:hover {
	color: #FF0;
	text-decoration: none;
}

.cundang .cl {}

.cundang .p {
	margin-left: 10px;
}

.cundang .ps {
	margin-left: 10px;
	display: none;
}

.cundang .pss {
	margin-left: 10px;
	display: block;
}

.cundang .c {
	background: url(ico_close.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
	height: 38px;
}

.cundang .o {
	background: url(ico_open.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
	height: 38px;
}

.cundang .d {
	background: url(ico_dot.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
	height: 38px;
}

.cundang .ss {
	position: fixed;
	bottom: 10px;
	left: 10px;
}

/*存档分页*/
DIV.pager {
	margin-top: 5px;
	margin-bottom: 50px;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

DIV.pager A {
	BORDER-RIGHT: #909090 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: 50% bottom;
	BORDER-TOP: #909090 1px solid;
	PADDING-LEFT: 5px;
	BACKGROUND-IMAGE: url(bar.gif);
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #909090 1px solid;
	COLOR: #c0c0c0;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #909090 1px solid;
	TEXT-DECORATION: none;
}

DIV.pager A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid;
	BORDER-TOP: #f0f0f0 1px solid;
	BACKGROUND-IMAGE: url(invbar.gif);
	BORDER-LEFT: #f0f0f0 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #f0f0f0 1px solid;
	BACKGROUND-COLOR: #404040
}

DIV.pager A:active {
	BORDER-RIGHT: #f0f0f0 1px solid;
	BORDER-TOP: #f0f0f0 1px solid;
	BACKGROUND-IMAGE: url(invbar.gif);
	BORDER-LEFT: #f0f0f0 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #f0f0f0 1px solid;
	BACKGROUND-COLOR: #404040
}

DIV.pager SPAN.hover {
	BORDER-RIGHT: #ffffff 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #ffffff 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #ffffff 1px solid;
	COLOR: #ffffff;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #ffffff 1px solid;
	BACKGROUND-COLOR: #606060
}

/*用户中心*/
.user_body {
	margin: 0 auto;
	width: 200px;
	font-family: "microsoft yahei";
}

.user_body .user {
	margin-top: 20px;
	width: 200px;
}

.user_body .user .account {
	padding: 20px 0;
}

.user_body .user .btn_edit {
	width: 100%;
	height: 33px;
	margin-top: 80px;
	line-height: 33px;
	background: #37b5f9;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
}

.user_body .user .btn_exit {
	width: 100%;
	height: 33px;
	margin-top: 10px;
	line-height: 33px;
	background: #37b5f9;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
}

/*修改密码*/
.user_body .user h3 {
	font: 18px/70px "微软雅黑", "黑体";
	color: #37b5f9;
	text-align: left;
}

.user_body .user .kuang_txt {
	width: 156px;
	padding-left: 32px;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dddddd;
	color: #000;
}

.user_body .user .possword {
	background: url(zc_13.jpg) no-repeat 10px 10px;
}

.user_body .user .btn_zhuce {
	width: 190px;
	height: 33px;
	line-height: 33px;
	background: #37b5f9;
	font-size: 16px;
	text-align: center;
	border: 0px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}

.user_body .user .btn_zhuce:hover {
	background: #0065d0;
}

/*找回密码*/
.backpass {
	margin: 0 auto;
	width: 211px;
	font-family: "microsoft yahei";
}

.backpass .ps {
	margin: 30px 0 30px 0;
	line-height: 200%;
}

.backpass .kuang_txt {
	width: 176px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dddddd;
	padding-left: 32px;
	color: #000;
	margin-bottom: 10px;
}

.backpass .possword {
	background: url(zc_13.jpg) no-repeat 10px 10px;
}

.backpass .btn_zhuce {
	width: 100%;
	height: 33px;
	line-height: 33px;
	background: #37b5f9;
	font-size: 16px;
	text-align: center;
	border: 0px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}

.backpass .btn_zhuce:hover {
	background: #0065d0;
}

/*注册页面*/
.zhuce_body {
	margin: 0 auto;
	width: 200px;
	font-family: "microsoft yahei";
}

.zhuce_body .zc {
	width: 211px;
	height: 400px;
}

.zhuce_body .zc a {
	color: #37b5f9;
}

.zhuce_body .zc h3 {
	font: 18px/70px "微软雅黑", "黑体";
	color: #37b5f9;
	text-align: left;
}

.zhuce_body .zc .kuang_txt {
	width: 176px;
	height: 32px;
	line-height: 32px;
	padding-left: 32px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background: #fff;
	color: #000;
}

.zhuce_body .zc .phone {
	background: url(zc_11.jpg) no-repeat 10px 10px;
}

.zhuce_body .zc .email {
	background: url(zc_12.jpg) no-repeat 10px 10px;
}

.zhuce_body .zc .possword {
	background: url(zc_13.jpg) no-repeat 10px 10px;
}

.zhuce_body .zc .yanzm {
	background: url(zc_14.jpg) no-repeat 10px 10px;
	float: left;
	width: 76px;
	height: 32px;
	border: 1px solid #dddddd;
	line-height: 32px;
	padding-left: 32px;
	color: #000;
	margin-bottom: 10px;
}

.zhuce_body .zc .yzm {
	float: left;
	width: 96px;
	height: 32px;
	margin-left: 2px;
	border: 1px solid #dddddd;
}

.zhuce_body .zc .xieyi {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.zhuce_body .zc .xieyi input {
	margin-left: 1px
}

.zhuce_body .zc .xieyi span {
	padding-left: 2px;
}

.zhuce_body .zc .xieyi .lan {
	color: #19aaf8;
	padding-left: 0px;
}

.zhuce_body .zc .btn_zhuce {
	width: 100%;
	height: 33px;
	line-height: 33px;
	background: #37b5f9;
	font-size: 16px;
	text-align: center;
	border: 0px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}

.zhuce_body .zc .btn_zhuce:hover {
	background: #0065d0;
}

/*登录页面*/
.login_body {
	margin: 0 auto;
	width: 200px;
	font-family: "microsoft yahei";
}

.login_body .login {
	width: 186px;
	height: 300px;
}

.login_body .login h3 {
	font: 18px/70px "微软雅黑", "黑体";
	color: #37b5f9;
	text-align: left;
}

.login_body .login .kuang_txt {
	width: 180px;
	margin-bottom: 10px;
	padding-left: 4px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dddddd;
	background: #faffbd;
	color: #000;
}

.login_body .login div {
	color: #999;
	padding-left: 1px
}

.login_body .login div a {
	margin-bottom: 20px;
	color: #37b5f9;
	float: right;
}

.login_body .login .btn_zhuce {
	width: 100%;
	margin-top: 10px;
	height: 33px;
	line-height: 33px;
	background: #37b5f9;
	font-size: 16px;
	text-align: center;
	border: 0px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.login_body .login .btn_zhuce:hover {
	background: #0065d0;
}
