/*
html {
	width: 750px;
	min-width: 750px;
}
*/

a {
	text-decoration: none;
}

a:hover, a:active, a:visited, a:link {
	text-decoration: none;
}

.app-head {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:99;
	background-color: #f3f3f3;
	height: 49px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.app-head-btn-group {
	padding:0px 0px;
}

.app-head-btn-group li {
	display: inline-block;
}

.app-head-btn {
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #ccc;
	margin: 10px 1px 0px 1px;
	color: #999;
	font-size: 14px;
	font-family: sans-serif;
	text-decoration: none;
	border-radius: 6px;
}

.app-head-btn:hover {
	color: #666;
}

.app-head .active a {
/*
	color: #333;
	border-color: #666;
*/
	color: #ffffff;
	background-color: #666;
	border-color: #999;
}

.app-head .title {
	font-size: 18px;
	line-height: 49px;
}

.app-head .rich-title {
	display: block;
	font-size: 18px;
	padding-top: 4px;
}

.app-head .rich-title em {
	font-size: 12px;
	display: block;
	font-style: normal;
}

.app-container {
	margin-top: 49px;
	margin-bottom: 60px;
	padding: 15px 30px;
}

.app-content {
	margin-top: 49px;
}

.app-foot {
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index:99;
	height: 60px;
	background-color: #f3f3f3;
	border-top: 1px solid #ccc;
}

.app-foot .btn-container {
	display: block;
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}

.app-foot .btn-container3 {
	display: block;
	float: left;
	width: 33.3333%;
	height: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}

.app-foot .calc,
.app-foot .record,
.app-foot .sample,
.app-foot .setting {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px auto 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 80%;
	padding-top: 36px;
	color: #333;
	font-size: 14px;
}

.app-foot .calc {
	background-image: url('../img/calc.png');
}

.app-foot .record {
	background-image: url('../img/record.png');
}

.app-foot .setting {
	background-image: url('../img/setting.png');
}

.app-foot .active {
	background-color: #ccc;
}

.app-panel {
	position: relative;	
}

.info-box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	opacity: 0.7;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}



#paper-base {
	height: 210px;
}

#paper-text {
	height: 210px;
}

#paper-relation {
	
}

.bazi-base-info, .bazi-ext-info {
	padding: 15px;
}

.bazi-ext-info .article {
	display: none;
}

.bazi-analyze-result {
	padding: 15px;
}

.bazi-analyze-result ul li {
	padding-left: 0px;
/*	list-style: decimal-leading-zero inside; */
	list-style: disc inside none;
}

.button-large {
	display: inline-block;
	width: 75%;
	padding: 5px;
	font-size: 20px;
	background-color: #55f;
	color: #fff;
}

.button-large:hover,
.button-large:active,
.button-large:visited,
.button-large:link {
	color: #fff;
}

.button-large:hover {
	background-color: #00f;
}

.yun {
	display: block;
/* 	margin-bottom: 10px; */
}

.liu {
/* 	margin-bottom: 10px; */
}

.liu_month {
	margin-bottom: 10px;
}

.yun>.title, .liu>.title, .liu_month>.title {
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.yun > .items, 
.liu > .items {
	
}

.yun-item, .liu-item, .liu_month-item {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 20%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.goodorbad-flag {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 11px;
	color: #999;
}

.yun > .items > .active,
.liu > .items > .active,
.liu_month > .items > .active {
	background-color: #FFFF99;
}


.yun-item .year,
.liu-item .year,
.liu_month-item .month {
	margin: 3px auto;
	font-size: 12px;
	color: #999;
}

.yun-item .element,
.liu-item .element,
.liu_month-item .element {
	margin: 3px auto;
	font-size: 16px;
}

.liu .icon_notebook {
	background-image: url('/img/icon_alert.png');
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-size: 12px auto;
	background-origin: padding-box;
} 

.liu .icon_flower {
	background-image: url('/img/icon_flower.png');
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-size: 14px auto;
	background-origin: padding-box;
} 

.liu .icon_couple {
	background-image: url('/img/icon_couple.png');
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-size: 14px auto;
	background-origin: padding-box;
}

.liu .icon_heartbreak {
	background-image: url('/img/icon_heartbreak.png');
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-size: 14px auto;
	background-origin: padding-box;
} 

.liu .icon_warning {
	background-image: url('/img/icon_warning.png');
	background-repeat: no-repeat;
	background-position: top 5px left 5px;
	background-size: 14px auto;
	background-origin: padding-box;
} 

.color_green {
  color: #00CC33;
}

.color_red {
  color: #FF0033;
}

.color_yellow {
  color: #FFCC00;
}

.color_blue {
  color: #3333FF;
}

.color_brown {
  color: #996633;
}

.hidden {
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}

.memo {
	padding: 20px 15px 0px;
}

.catalog {
	padding: 20px 15px 10px;
}

#loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 6px;
	opacity: 0.8;
	z-index: 8060;
}

#btn-back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 49px;
	height: 49px;
	background-image: url('../img/back.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
}

#btn-remove {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 49px;
	height: 49px;
	background-image: url('../img/remove.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
}

#btn-ai {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 49px;
	height: 49px;
	background-image: url('../img/ai.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
}

#btn-left-text {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 49px;
	line-height: 49px;
	text-align: right;
	color: #333333;
	font-size: 16px;
}

#btn-right-text {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 49px;
	line-height: 49px;
	text-align: right;
	color: #333333;
	font-size: 16px;
}

.about_page {
	background-color: #f3f3f3;
}

.about_logo {
	margin: 70px auto 30px auto;
	width: 256px;
	height: 256px;
	background-image: url('../img/logo_256x256.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 80%;

}

.about_desc {
	font-size: 24px;
	color: #333;
	text-align: center;
}

.about_desc em {
	font-size: 14px;
	color: #999;
}

.about_connect {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	color: #aaa;
}

.not-login {
	margin: 50px auto 30px auto;
	width: 100%;
	height: 88px;
	text-align: center;
	background-image: url('../img/notlogin.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 88px 88px;
	padding-top: 110px;
}

.bar-group {
	position: relative;
	padding-top: 15px;
}

.bar-group .btn-bar {
	position: relative;
	display: block;
	height: 54px;
	line-height: 54px;
	margin-top: -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #ffffff;
	color: #333;
	padding: 0px 15px;
	font-size: 18px;
	
}

.bar-group .btn-bar .right-sign {
	position: absolute;
	width: 32px;
	height:32px;
	right: 10px;
	top: 11px;
	background-image: url('../img/forward.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px 24px;
}

.bar-group .btn-bar .right-text {
	position: absolute;
	height:54px;
	right: 40px;
	top: 0;
	line-height: 54px;
	font-size: 16px;
	color: #666;
}


.history-item {
	margin-top: -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	color: #666;
}

.history-item .name {
	float: left;
	font-size: 22px;
}

.history-item .birthday {
	text-align: right;
	font-size: 14px;
}

.history-item .sex {
	text-align: right;
	font-size: 14px;
}

.search-box {
	padding: 8px 0px;
	background-color: #f0f0f0;
}

.search-box .search-label {
	display: inline-block;
	margin-top: 8px;
	margin-right: 2px;
	padding: 5px 10px;
	border-radius: 16px;
	background-color: #ddd;
}

.record-list {
	margin-bottom: 59px;
}

.record-list .item {
	position: relative;
	display: block;
	margin-top: -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	color: #666;
	height: 80px;
	overflow-y: hidden;
}

.list-group .order {
	background-image: url('../img/tag_order.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 36px 36px;
}

.record-list .blank_result {
	margin: 80px auto;
	width: 300px;
	height: 300px;
	background-image: url('../img/blank.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 300px 300px;
}

.record-list .item .right-sign {
	position: absolute;
	width: 38px;
	height:38px;
	right: 10px;
	top: 21px;
	background-image: url('../img/forward.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 28px 28px;
}

.record-list .item .content {
	margin-left: 40px;
}

.record-list .item p {
	margin: 0px;
	text-align: right;
	padding-right: 30px;
}

.record-list .item .content {
	
}

.record-list .name {
	position: absolute;
	/* float: left; */
	left: 40px;
	font-size: 22px;
	margin-top: 14px;
	padding-left: 5px;
	color: #428bca;
}

.record-list .name small {
	font-size: 12px;
	color: #cccccc;
	padding-left: 5px;
}

.record-list .base-info {
	font-size: 16px;
	padding-top: 7px;
}

.record-list .preview {
	font-size: 14px;
	color: #999;
}

.doc-list .item {
	display: block;
	padding: 10px 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-top: -1px;
}

.doc-detail {
	padding: 30px 15px;
}

.error-icon {
	margin-top: 30px;
	height: 96px;
	background-image: url('../img/error.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 96px 96px;
}

.error-msg {
	text-align: center;
	margin-top: 50px;
	font-size: 24px;
}

.now {
	background-color: #eeFFFF;
}

/** 回到顶部 **/
#scrollUp {
	bottom: 80px;
	right: 10px;
	height: 38px;
	width: 38px;
	background: url("../img/top.png") no-repeat;
	background-size: 100% 100%;
	opacity: 0.9;
}

/** 神煞显示开关 **/
#gods {
	position: fixed;
	bottom: 80px;
	right: 20px;
	height: 38px;
	width: 38px;
	background-size: 100% 100%;
}

/** 参考资料显示开关 **/
#book {
	position: fixed;
	bottom: 21px;
	right: 68px;
	height: 36px;
	width: 36px;
	background-size: 100% 100%;
}

/* 加载样式 */
.logo_large {
	margin-bottom: 60px;
	width: 258px;
	height: 258px;
	background: url('../img/logo_256x256.png') top center no-repeat;
}

#loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f9f9f9;
	z-index: 1998;
	box-shadow: 1px 0px 9px #333;
	-moz-box-shadow: 1px 0px 9px #333;
	-webkit-box-shadow: 1px 0px 9px #333;
}

#loading-overlay .content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -129px;
	text-align: center;
	z-index: 1999;
}

.large-text {
	font-size: 24px;
	font-weight: 400;
}

.god-good, .god-bad {
	padding: 0px 10px 10px 0px;
}

.god-good input[type="checkbox"], .god-bad input[type="checkbox"] {
	margin-right: 5px;
}

.switch-label {
	display: inline-block;
	width: 90px;
	margin-right: 5px;
	text-align: right;
}


.qm-history-item .label {
	display: inline-block;
    margin-bottom: 1px;
    width: 32%;
}

.qm-history-item .block {
	position: relative;
	display: block;
	margin-top: -1px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    color: #666;
    font-size: 18px;
}

.qm-history-item .right-sign {
	position: absolute;
	width: 32px;
	height:32px;
	right: 10px;
	top: 6px;
	background-image: url('../img/forward.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px 24px;
}

.pan-base {
	text-align: center;
	width: 100%;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
}

.pan-base td {
	border-right: 1px solid #ccc;
}

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

.pan-base thead td {
	padding-top: 10px;
	color: #666666;
	width: 25%;
	font-size: 14px;
}

.pan-base tbody tr:first-child td {
	padding-top: 10px;
}

.pan-base tbody tr:last-child td {
	padding-bottom: 10px;
}

.pan-base tbody .alias {
	font-size: 16px;
	color: #666666;
}

.pan-base tfoot td {
	padding: 6px 0px;
    color: #666666;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.mobile_history .label {
	display: inline-block;
    margin-bottom: 1px;
    width: 24%;
}

.pd15 {
	padding: 0 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}