/*--------- rest --------*/
html,
body {
	/* for popWin */
	background: var(--bg-page);
	font-size: large !important
}

body,
ul,
li,
form,
dl,
dt,
p {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

ol li {
	list-style: decimal;
	line-height: 180%;
}

em {
	font-style: normal;
}

img {
	border: 0;
}

h1 {
	font-size: 25px;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #f30;
	color: #fff;
	background: #069;
}

.colorLink a {
	color: #069;
}

.colorLink a:hover {
	color: #069;
	background: none;
	text-decoration: underline;
}

.grayLink a {
	color: #666;
}

.grayLink a:hover {
	color: #069;
	background: none;
	text-decoration: underline;
}



.pointer {
	cursor: pointer;
}

.red {
	color: #f00;
}

.gray {
	color: #666;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*----- UI ----------*/
.logo {
	width: 128px;
	height: 40px;
	background: url(img/logo_2022.png) no-repeat left center;
	background-size: 100%;
	margin-left: 1em;
	cursor: pointer;
}

.dark .logo {
	background: url(img/logo_2022_dark.png) no-repeat left center;
	background-size: 100%;
	width: 168px;
	height: 55px;
}

.title {
	font-weight: bold;
	margin: 20px 0 10px;
}

.title span {
	font-size: small;
	font-weight: normal;
	color: #666;
}

.b {
	font-weight: bold;
}

.fw-b {
	font-weight: bold;
}

.fw-n {
	font-weight: normal !important;
}

.verdana {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.widget-box {
	margin-bottom: 20px;
	border: 1px solid #cecece;
}

.widget-box .title {
	margin-bottom: 10px;
	font-weight: bold;
}

.widget-box .content {
	padding: 10px;
}

p.intro {
	line-height: 160%;
	margin: 10px 0;
}

.intro {
	word-break: break-all;
	overflow: hidden;
	*overflow: inherit;
	color: #666;
}

.dynasty {
	color: #666;
}

.tips-text {
	font-size: 12px;
	color: #333;
	font-family: Verdana, Arial;
}

div.tips-text {
	line-height: 140%;
	padding: 5px 0;
}

.red {
	color: #f00;
}

.black {
	color: #000;
}

.red2 {
	color: #f09;
}

.gray {
	color: #666;
}

.gray2 {
	color: #999;
}

.transparent {
	filter: alpha(opacity=0);
	opacity: 0;
}

/*------------------------------------*/
#header {
	margin-bottom: 7px;
}

#header .content {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 63px;
	background: url(img/about_top.gif) no-repeat 130px 8px;
}

.dark #header .content {
	background: none;
}

#header .r {
	position: absolute;
	right: 5px;
	top: 10px;
}



.top-mem {
	position: absolute !important;
	top: 20px !important;
	right: 10px !important;
	color: var(--bg-translucent);
	font-size: medium
}

.top-mem span {
	color: #000;
}

.msg-icon {
	background: url(img/msg.gif);
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 14px;
	height: 14px;
}

#nav_web {
	display: block;
}

#nav_phone {
	display: none;
}


.nav {
	background: #376f6f;
}

.nav ul {
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.nav li {
	display: inline-block;
	width: 19%
}

.nav li a {
	display: block;
	text-align: center;
	padding: 0.5em 0em;
	color: #fff;
}

.nav li a:hover {
	background: none;
}


#blog_body_about .b-nav-about a,
#blog_body_note .b-nav-note a,
#blog_body_news .b-nav-news a,
#blog_body_notice .b-nav-notice a,
#blog_body_help .b-nav-help a,
#blog_body_contact .b-nav-contact a {
	background: #1a4242;
	color: #fff;
}

.dark .nav a {
	color: #ccc !important;
}




#main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1em;
}

#main h2 {
	border-bottom: var(--border-solid);
	padding: 5px;
	margin: 0;
	position: relative;
}

#main h2 .r {
	position: absolute;
	right: 3px;
	top: 8px;
	font-weight: normal;
}

.about p {
	text-indent: 2em;
	line-height: 160%;
}

.about em {
	color: #f00;
}

.about-info {
	line-height: 24px;
	font-family: verdana;
}

.advice-list li {
	margin-bottom: 20px;
	border: 2px solid #ccc;
	padding: 15px;
}

.advice-list li .name {
	margin-bottom: 10px;
}

.advice-list li p {
	line-height: 22px;
}

.advice-list li .reply strong {
	color: #f00;
}

.contact-info {
	line-height: 180%;
	margin-top: 15px;
	font-family: verdana;
}

#footer {
	font-family: Verdana;
	text-align: center;
	line-height: 40px;
	color: #666;
	margin-top: 55px;
	border-top: var(--border-solid);
}



.blog .tit {
	position: relative;
	font-size: x-large;
	font-family: simHei;
	font-weight: bold;
	color: var(--text-primary);
	margin-top: 1em;
}

.blog .tit .r {
	font-size: 16px;
}

.blog .author {
	color: #666;
	line-height: 160%;
	font-size: 14px;
	margin-top: 10px;
	border-bottom: var(--border-solid);
	padding-bottom: 5px;
}

.blog-content {

	padding-bottom: 5px;
	line-height: 160%;
	padding: 10px 0;
	margin-bottom: 5px;
}

.blog .info {
	color: #999;
}


.blog-list li {
	margin-bottom: 30px;
}

.blog-content li {
	list-style: disc;
}

#cm {
	zoom: 1;
}



ul.tab {
	background: none;
	border-bottom: 1px solid #bbb;
	height: 33px;
	margin-bottom: 20px;
	padding-left: 5px;
}

.tab li {
	margin-right: 1px;
	float: left;
	position: relative;
	bottom: -2px;
	z-index: 48;
}

.tab li.curr {
	background: none;
	border: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

.tab li a {
	background: #ddd;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
}

.tab li a:hover {
	background: #e6e6e6;
	color: #369;
}

.tab .curr a {
	background: #fff;
	color: #666;
	font-weight: bold;
}

.tab .curr a:hover {
	background: #fff;
	color: #666 !important;
}

.tab li.do {
	float: right;
}

.tab li.do a {
	background: none;
}

/* -------- pages --------- */
#list {
	overflow: hidden;
}


#info {
	width: auto;
}

.form-div {
	padding: 10px;
	border: 1px solid rgba(125, 125, 125, 0.15);
	background: rgba(125, 125, 125, 0.1);
	border-radius: 0.3em;
}

.post-div {
	padding: 10px;
	margin-top: 10px;
}

.post-div select,
.post-div textarea {
	font-size: 18px;
}

.post-div .title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.myBtn {
	padding: 3px 6px;
}

.baseBtn {
	padding: 2px !important;
	font-size: 14px;
}



blockquote {
	border: 1px dashed #aaa;
	padding: 5px;
	background: #fff;
}


.popWin {
	background: #fff;
	border: 1px solid #6087a4;
	z-index: 999;
	display: none;
	left: 50%;
	/*FF IE7*/
	top: 50%;
	/*FF IE7*/
	position: fixed !important;
	/*FF IE7*/
	position: absolute;
}

.popTitle {
	color: #14364f;
	font-weight: bold;
	background: url(img/popwintit.gif) repeat-x;
	height: 27px;
	line-height: 27px;
	text-indent: 5px;
	position: relative;
}

.close {
	background: url(img/close.gif) no-repeat left top;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 15px;
	font-size: 1px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.close:hover {
	background: url(img/close.gif) left 15px;
}

.popBody {
	padding: 15px;
	_padding-bottom: 30px;
}

.bg,
.popIframe {
	background-color: #666;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*FF IE7*/
	filter: alpha(opacity=50);
	/*IE*/
	opacity: 0.5;
	/*FF*/
	z-index: 1;
	position: fixed !important;
	/*FF IE7*/
	position: absolute;

}

.popIframe {
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
}

.tips-div {
	background: #ffa;
	padding: 10px;
	border: 1px solid #b9a;
}

.tips-err,
.tips-ok {
	padding-left: 24px;
	font-size: 14px;
	display: inline-block;
	height: 18px;
	line-height: 20px;
	font-family: Verdana, Arial;
}

.tips-err {
	color: #f00;
	background: url(img/tips_err.gif) no-repeat;
}

.tips-ok {
	color: #069;
	background: url(img/tips_ok.gif) no-repeat;
}

.notes-div {
	background: #fefac3;
	border: 1px solid #d3c9b9;
	padding: 20px;
}

.ajax-tips {
	background: #ff6;
	color: #000 !important;
	padding: 5px;
}



.form-item {
	display: inline-block;
	margin: 1em 0 0;
	width: 7em
}

@media only screen and (max-width:800px) {
	#header .content {
		height: 53px;
	}

	#main {
		padding: 0.5em;
	}

	.logo_img {
		width: 120px;
	}

	.dark .logo {
		width: 50px;
		height: 48px;
		background-size: 60% !important;

		background: url(img/logo_shi.png) no-repeat left center;
	}

	.blog-content img {
		max-width: 100%;
		height: auto;
	}

	#nav_phone {
		display: block;
	}

	#nav_web {
		display: none;
	}

	.nav li {
		display: inline-block;
		width: 16%;
	}

	.nav li a {
		display: block;
		text-align: center;
		width: 100%;
		padding: 0.5em 0;
		color: #fff;
	}

	.form-item {
		display: block;
		margin: 1em 0 0;
	}

	#feedback_content {
		width: 98% !important
	}

	#qa,
	#qqTips {
		display: none
	}

	#header .content {
		background: url(img/about_top.gif) no-repeat 118px 23px;
	}
}