hr {
	color: #770080;
	height: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
	text-align: center;
	width: 100%;
}

td {
	word-wrap: break-word;
}

.font08 {
	font-size: 0.8rem;
}

.font09 {
	font-size: 0.9rem;
}

.font10 {
	font-size: 1rem;
}

.forumcontent a:link,.forumcontenttop a:link,.forumcontenttop a:visited {
	color: #000000;
	text-decoration: none;
}

.forumcontent a:visited {
 /*访问过的超链接颜色*/
	color: #9e238e!important;
	text-decoration: none;
}

.input[type=text],.input[type=password] {
	font-size: 12px;
	min-height: 26px;
	margin: 0;
	padding: 3px 8px;
	outline: none;
	color: #333;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
	vertical-align: middle;
}

.input[type=text]:focus,.input2:focus,.input[type=password]:focus {
	outline: none;
	border-color: #51a7e8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5)
}

.inputextra {
	width: 180px;
	margin-right: 5px;
}

.button {
	position: relative;
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 3px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(#fafafa, #eaeaea);
	background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
	background-image: linear-gradient(#fafafa, #eaeaea);
	background-repeat: repeat-x;
	border-radius: 3px;
	border: 1px solid #ddd;
	border-bottom-color: #c5c5c5;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	vertical-align: middle;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none
}

.button:hover,.button:active {
	background-position: 0 -15px;
	border-color: #ccc #ccc #b5b5b5
}

.button:active {
	background-color: #dadada;
	border-color: #b5b5b5;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15)
}

.select {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 3px 3px 3px 10px;
	min-height: 26px!important;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	border-radius: 3px;
	border: 1px solid #ddd;
	border-bottom-color: #c5c5c5;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	vertical-align: middle;
	cursor: pointer
}

.select:hover,.select:active {
	background-position: 0 -15px;
	border-color: #ccc #ccc #b5b5b5
}

.select:active {
	border-color: #b5b5b5;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15)
}

.select:focus {
	outline: none;
	border-color: #51a7e8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5)
}

.button2 {
	background-color: #F7F3E8;
	display: inline-block;
	font-size: 10px;
	padding: 1px 6px;
	border: 1px solid #B18F49;
	min-width: 10px;
	line-height: 1;
	color: #000;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	height: 18px;
}

.inputtitle {
	width: auto;
	width: 50%;
	text-align: left;
	padding: 0 5px;
}

.input1 {
	background-color: #F7F3E8;
	border: 1px solid #B18F49;
	border-left: 4px solid #CFB88C;
	color: #330000;
	height: 18px;
	vertical-align: middle;
	font-size: 10px;
}

.input2 {
 /*textarea 格式*/
	background-color: #fff;
	border: 1px solid #ccc;
	color: #330000;
	font-family: Verdana;
	width: auto;
	width: 90%;
	vertical-align: top!important;
	height: 120px;
	padding: 7px 8px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
	margin-top: 10px
}

.input3 {
	border: 1px solid #B18F49;
	color: #330000;
	height: 22px;
	padding-left: 5px
}

.button3 {
	background: #ddd;
	border: 1px solid #B18F49;
	color: #330000;
	height: 22px;
	padding: 0 4px 0 4px;
	cursor: pointer
}

.regtitle {
	color: #003;
	font-weight: 900;
}

DIV.black2 {
	padding: 7px;
	margin: 3px;
	text-align: center;
	font-weight: bold
}

DIV.black2 A {
	border: #000000 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #000000;
	text-decoration: none
}

DIV.black2 A:hover {
	border: #000000 1px solid;
	color: #fff;
	background-color: #000
}

DIV.black2 A:active {
	border: #000000 1px solid;
	color: #fff;
	background-color: #000
}

DIV.black2 SPAN.current {
	border: #000000 1px solid;
	padding: 2px 5px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #000000
}

DIV.black2 SPAN.disabled {
	border: #eee 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #ddd;
}



/*=========================


以下为单项样式配置


==========================*/



.code_head {
 /*UBB中的code quote quote2的标题*/
	font: bold 12px Tahoma, Verdana, "宋体";
	margin: 2px;
}

.code_main {
 /*UBB中的code quote quote2的内容*/
	background: #FAFAFA;
	border: 1px dashed #CCCCCC;
	color: #5580C0;
	font: 11px Verdana;
	margin: 2px;
	padding: 4px;
}

.ubbimg {
 /*控制图片显示 -未使用*/
	max-width: 100%!important
}

.loader {
 /*数据处理中提示条*/
	background-color: #F0EBD8;
	border: #CCAE66 1px solid;
	padding-top: 2px;
	text-align: center;
	width: 200px;
}

.sitename {
 /* 站点名称 */
	color: #CC6600;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.header {
 /*头文件*/
	line-height: 26px;
	margin: 20px 0;
	position: relative;
	padding: 0;
	display: inline;
	font-size: 0.9rem;
	text-align: right;
}

.headerupper {
 /*注册...等条 - 单条 new*/
	margin-bottom: 35px;
}

.headerbg {
 /*头文件背景-注意将高度设置为图片实际高度*/
	height: 80px;
	width: 100%;
	position: relative;
	align: center;
	margin: 0 auto;
	padding: 0px
}

.centerbg {
 /*内容区 包括 首页和文章标题*/
	font-size: .8rem;
	position: relative;
	margin: 0 auto;
	width: 100%!important;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cententbg {
 /*内容页-内容区*/
	font-size: .9rem;
	position: relative;
	margin: 0 auto;
	width: 100%!important;
	padding: 0px;
}


/*.centerbg a{ margin-right:7px;}*/
	
/*.centerbg a:hover{ color:#900;}*/

.footerbg {
 /*页尾背景*/
	background-color: #FFFFFF;
	height: 115px;
	width: 100%;
	position: relative;
	align: center;
	margin: 0 auto;
	padding: 30px 0;
	font-size: .8rem;
	text-align: center;
}

.classname {
 /*栏目导航条布局*/
	color: #000000;
	margin-top: 1px;
	margin-bottom: 30px;
	text-align: left;
	width: 100%
}

.classnametitle {
 /*栏目导航条字体大小颜色*/
	font-size: .95rem;
	text-decoration: none;
	line-height: 120%;
	display: inline;
	white-space: nowrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.online {
  /*在线名单*/
	margin: 0px auto;
	border: #ccc 1px solid;
	line-height: 40px;
	min-width: 100%;
	text-align: left;
	width: 100%;
	word-wrap: break-word;
	padding: 5px 0;
}

/*===============================
以下为贴子列表相关样式
注：有些边线不用就可以用/*号屏掉不用
================================*/


.th {
 /* 标题背景 */
	background-image: url('guyun/t_bg.gif');
	border: 1px solid #C0C0C0;
	color: #000000;
	height: 26px;
	line-height: 26px;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	margin-top: 30px;
	font-size: 0.8rem;
}

.th_c {
 /* 帖子内容下方返回区 */
	background-color: #5087DA;
	background-image: url('guyun/t_bg.gif');
	border-bottom: #CCAE66 1px solid;
	border-left: #CCAE66 1px solid;
	border-right: #CCAE66 1px solid;
	border-top: #CCAE66 1px solid;
	color: #000000;
	line-height: 140%!important;
	margin: 0px auto;
	min-width: 100%;
	text-align: left;
	width: 100%;
}

.ahover {
 /*default.asp列表鼠标悬停效果*/
	background-color: #ffeaf2;
	line-height: 140%!important;
	margin: 0px auto;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	width: 100%;
	padding: 3px 2px;
	border-bottom: #CCAE66 1px dotted;
}

.list {
  /* 贴子列表浅色背景 */
	border-bottom: #CCAE66 1px dotted;
	line-height: 140%!important;
	margin: 0px auto;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	width: 100%;
	padding: 3px 2px;
}

.list_o {
 /* 贴子列表深颜色背景 */
	border-bottom: #CCAE66 1px dotted;
	line-height: 140%!important;
	margin: 0px auto;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	width: 100%;
	padding: 3px 2px;
}

.list1 {
 /*贴子列表标题名称*/
	/*border-left: #CCAE66 1px solid;*/
	float: left;
	text-align: center;
	width: 32px;
}

.listtitle {
 /*贴子列表标题*/
	float: left;
	overflow: hidden;
}

.listtitle1 {
/* 贴子列表标题内容 */
	float: left;
	padding-top: 2px;
}

.list_r1 {
 /* 贴子列表右侧区包括发表点击回复更新 */
	float: right;
	width: 370px;
}

.list_a {
 /* 贴子列表发表人 */
	/*border-right: #CCAE66 1px solid;*/
	float: left;
	overflow: hidden;
	text-align: center;
	width: 90px;
	line-height: 140%!important;
	padding-top: 2px;
}

.list_c {
  /* 贴子列表点击数 */
	/*border-right: #CCAE66 1px solid;*/
	float: left;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
	width: 90px;
	line-height: 140%!important;
	padding-top: 2px;
}

.list_r {
  /* 贴子列表回复人 */
	/*border-left: #CCAE66 1px solid;*/
	float: right;
	width: 370px
}

.list_t {
 /* 贴子列表最后更新 */
	text-align: center;
	margin-left: 0;
	line-height: 140%!important;
}

.pagelist {
 /* 页码位置 */
	FLOAT: left;
	PADDING: 2px
}

.adminlist {
 /* 管理员位置 */
	FLOAT: right;
	PADDING: 2px
}

.optionhidden {
	display: none;
	visibility: hidden;
}

.regtext {
	text-align: right
}

.list.title:hover {
	background-color: #ffeaf2;
	line-height: 140% !important;
}

@media (max-width:1200px) {
	.classname a {
		font-size: 0.85rem;
	}

	.otherattribute {
		display: none;
		visibility: hidden;
	}

	.list_r1,.list_a,.list_c {
		display: none;
		visibility: hidden;
	}

	.list_r {
		float: right;
		width: 15%
	}

	.title {
		line-height: 180%!important;
	}

	.ahover,.list {
		background-color: transparent;
		line-height: 180%!important;
		border-bottom: #CCAE66 1px dotted;
	}

	.list_t {
		line-height: 190%!important;
	}
}

@media (max-width:991.98px) {
	.adminlist {
		font-size: 0.75rem;
		font-weight: 300
	}

	.listtitle1 {
		overflow: hidden!important;
		text-overflow: ellipsis!important;
		white-space: nowrap!important;
		line-height: 190%!important;
		width: 82%;
	}

	.pagelist,.adminlist {
		FLOAT: left;
		margin-bottom: 5px;
	}

	.pagerank,.searchinvisible {
		display: none;
		visibility: hidden;
	}

	.a22 {
		width: 70%;
	}

	.inputextra {
		width: 130px;
		margin-right: 2px;
	}

	.list_r {
		float: right;
		width: 15%
	}
	.pagelist {
	font-size: .75rem;
	font-weight: 300;	
	}
}

@media (max-width:576px) {
	.selecthidden,.contenthiddens {
		display: none;
		visibility: hidden;
	}

	.listtitle1 {
		font-size: 0.7rem;
		line-height: 190%!important;
	}

	.list_t {
		font-size: 0.7rem;
		font-weight: 300;
	}

	.listtitle1 a {
		text-shadow: none;
	}

	.title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 190%!important;
	}

	.a22 {
		width: 100%;
	}

	.regtext {
		text-align: left
	}

	.inputextra {
		width: 100px;
		margin-right: 2px;
	}
	
	.inputtitle {
		width: auto;
		width: 40%;
	}
}

@media (max-width:450px) {
	.inputtitle {
		width: auto;
		width: 30%;
	}
}

.line-limit-length {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_img {
 /* 贴子标识图片 */
	float: left;
	text-align: center;
	padding-top: 2px;
}

.list_img img {
	border: 0px;
	margin: 3px 4px;
	vertical-align: top;
}

.listpages {
/* 贴子列表下方翻页 */
	/*border-left: #CCAE66 1px solid;
	border-right: #CCAE66 1px solid;*/
	border: #C0C0C0 1px solid;
	background-image: url('guyun/t_bg.gif');
	height: 32px;
	line-height: 32px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.mainbar0 {
  /*index分页*/
	background-color: #ffffff;
	line-height: 20px;
	margin: 0px auto;
	min-width: 980px;
	width: 100%;
}


/*

显示贴子内容样式context.asp

*/

.context {
 /* 内容区框架浅色 */
	/*background-color: #F8F8F8;
	border-left: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;*/
	text-align: left;
	width: 100%;
}

.context img, .context_a img {
	height: auto;
	max-width: 100%!important
}

.context2 {
 /* 内容区框架深色 */
	/*background-color: #FFF;
	border-left: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;*/
	text-align: left;
	width: 100%;
}

.context_a {
  /*贴子内容*/
	font-size: 14px;
	line-height: 180%;
	margin: 5px;
	text-align: left;
	word-wrap: break-word;
	width: 100%;
}

.context_b {
 /*贴子内容中信息区*/
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 12px;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 5px;
	text-align: left;
}

.context_c {
 /*贴子操作区*/
	margin: 5px;
	text-align: right;
	padding-top: 20px;
}

.context_d {
 /*贴子内容分页*/
	background-color: #F0EBD8;
	background-image: url('guyun/t_bg.gif');
	border: #CCAE66 1px solid;
	height: 26px;
	width: 100%;
}

.context_e {
 /*精彩回复及切换不分页*/
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 5px;
	text-align: left;
}

/*===========================
发贴等输入区的样式
*===========================*/

.post_a {
 /* 发贴区左侧new.asp reply.asp post.asp */
	float: left;
	text-align: center;
	width: 15%;
	display: table;
}

.post_b {
 /* 发贴区右侧 */
	float: right;
	text-align: left;
	width: 85%;
}

.post_c {
 /* 发贴区左侧new.asp reply.asp post.asp */
	float: left;
	height: 150px;
	text-align: center;
	width: 15%;
	display: table;
	padding-top: 7px;
}

.post1, .post2, .post3 {
/* 发贴共同样式 */
	border: #C0C0C0 1px solid;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	display: table;
}

.post1 {
 /* 发贴白底区 */
	background-color: #F0EBD8;
	height: 55px;
	padding-top: 18px;
}

.post2 {
 /* 发贴其它颜色底区 */
	background-color: #F0EBD8;
	height: 150px;
}

.post3 {
 /* 发贴白底区 */
	background-color: #F0EBD8;
	height: 70px;
	padding-top: 18px;
}

.post4 {
 /* 表情区 */
	background-color: #F0EBD8;
	height: 90px;
	padding-top: 12px;
}

.post5 {
 /* 文件上传区 */
	text-align: center;
	background-color: #F0EBD8;
	padding-top: 10px;
	overflow-wrap: break-word!important;
	width: 70%;
}

.popreg {
/* 发贴共同样式 */
	border: #C0C0C0 1px solid;
	margin: 0px auto;
	text-align: left;
	display: table;
}

.popreginfo {
/* 发贴共同样式 */
	float: left;
	text-align: left;
	display: table;
	padding-top: 10px;
	padding-left: 4px;
	font-size: 0.8rem;
}

.forumfont {
	font-size: 0.8rem;
}

.forumnowrap {
	white-space: nowrap;
}

/*===================================
以下为首页调用样式
====================================*/


.maindy {
/*首页调用*/
	width: 100%;
}

.th_d0 {
  /* 首页调用 */
	/*background-color: #5087DA;
	border: 1px solid #B0B0B0;*/
	background-image: url('guyun/t_bg.gif');
	color: #000000;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin: 0px auto;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	width: 230px;
	margin-right: 10px;
}

.contentdy0 {
/* 首页调用内容 */
	/*background-color: #FFFFFF;
	border-left: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;*/
	text-align: left;
	width: 230px;
	height: 150px;
	line-height: 22px;
	margin: 0px auto;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 10px;
	padding-bottom: 3px;
}

.contentdy {
/* 首页调用内容 
	background-color: #FFFFFF;
	border-left: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;*/
	text-align: left;
	width: 258px;
	line-height: 22px;
	height: 170px;
	margin: 0px auto;
	padding-left: 2px;
	padding-right: 2px;
}

.th_d2 {
/* 首页调用 
	background-color: #5087DA;
	border: 1px solid #B0B0B0;*/
	background-image: url('guyun/t_bg.gif');
	color: #000000;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin: 0px auto;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	width: 379px;
}

.contentdy2 {
/* 首页调用内容 
	background-color: #FFFFFF;
	border-left: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;*/
	text-align: left;
	line-height: 22px;
	height: 170px;
	margin: 0px auto;
	padding-left: 2px;
	padding-right: 2px;
	width: 379px;
}

#floater {
	left: 0;
	position: absolute;
	top: 200;
	visibility: visible;
	width: 90;
	z-index: 20;
}

/*====================================
以下为后台管理样式，后台管理未或级为DIV+CSS，延用TABLE样式
=====================================*/

.a0 {
	width: 85%;
}

.a1 {
	background-image: url('guyun/t_bg.gif');
 /* 标题栏 */
	width: 100%;
}

.a2 {
	background-color: #CCAE66;
 /* 表格样式 */
	width: 100%;
}

.a22 {
	background-color: #CCAE66;
 /* 表格样式 */
	width: 50%;
}

.a23 {
	background-color: #CCAE66;
 /* 表格样式 */
	width: 60%;
}

.a3 {
	background-color: #F0EBD8;
 /* 贴子列表分色1 */
}

.a31 {
	background-color: #FBF8F0;
 /* default.asp贴子列表分色1 */
}

.a4 {
	background-color: #F0EBD8;
 /* 贴子列表分色2 */
	padding-bottom: 20px;
}

.a41 {
	background-color: #FBF8F0;
 /* default.asp贴子列表分色2 */
}

.a5 {
	background-color: #FFFFFF;
 /* 后台管理*/
}

.a6 {
	background-color: #F0EBD8;
 /* 后台管理*/
}

.a7 {
	padding-left: 0;
 /* 贴子表格边线 */
	width: 80%;
}

.a71 {
	background-image: url('');
 /* 帖子内容*/
}

.a72 {
	background-image: url('guyun/t_bg.gif');
	width: 100%;
}

.a9 {
	background-image: url('guyun/t_bg.gif');
	border: 1px solid #CCAE66;
	padding-left: 0;
 /* context.asp分页部分样式 */
	width: 100%;
}

