.zhezhao{
	position: fixed;
	left: 0px;
	top: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.tankuang{
	position: relative;
	background: #fff;
	width: 50%;
	height: 80%;
	border-radius: 5px;
	margin: 5% auto;
}

h2{
	font-size: 14px;
	font-weight: bold;
	margin:0; padding:0;
	/* border-bottom:1px solid; border-color: #BFCDE6; */
}

.editorImg {
	margin-left:10px;
	border:0;
	max-width:467px;
}

.bdr-t {
	border-top:1px solid; border-color: #BFCDE6;
}

.bdr-b {
	border-bottom:1px solid; border-color: #BFCDE6;
}

.bdr-l {
	border-left:1px solid; border-color: #BFCDE6;
}

.bdr-r {
	border-right:1px solid; border-color: #BFCDE6;
}

.bdr-tblr {
	border-top:1px solid;border-bottom:1px solid; border-left:1px solid;border-right:1px solid;border-color: #BFCDE6;
}

.bdr-tlr {
	border-top:1px solid; border-left:1px solid;border-right:1px solid;border-color: #BFCDE6;
}

.bdr-blr {
	border-bottom:1px solid; border-left:1px solid;border-right:1px solid;border-color: #BFCDE6;
}

.bdr-lr {
	border-left:1px solid;border-right:1px solid;border-color: #BFCDE6;
}

.bgfill {
	color: #000000; background-color: #D5ECFF;
}

.fnt {
	font-size: 14px;
}

.topicDIV {
	margin: 5px 0px 0px 0px;
	display:block;
	border:1px solid;
	border-color: #BFCDE6;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	word-wrap: break-word;
}
.topicDIV table {
	border-collapse: collapse;
	border-spacing: 0;
}

.topicDIV td {
	border: 1px solid #ddd;
	padding: 7px 10px;
	vertical-align: top;
	text-align: left;
}

.topicDIV a:link, .topicDIV a:active, .topicDIV a:visited {
	TEXT-DECORATION: underline;
	color:#000;
}

.topicDIV p {
	margin: .2em 0 .8em 0;
}

.topicDIV pre {
	width: 80%;
	background: #EEE;
	border: dashed #666 1px;
	padding: 15px 20px 15px 20px;
	font-family: monospace;
	margin: 0px;
	overflow:auto;
}

.contentLnk a:link, .contentLnk a:active, .contentLnk a:visited {
	TEXT-DECORATION: underline; COLOR: #0000FF;
}

.cache a:link, .cache a:active, .cache a:visited {
	COLOR: #828282;
	TEXT-DECORATION: underline;
}

.q-searchresult-link {
	color:#999;
	word-wrap:break-word;
	word-break: break-all;
}

.err {
	color: #FF0000;
}

.copyright {
    font-size: 10px;
    font-family: verdana;	
	font-weight: normal;
}

.ad-small-text {
    font-size: 10px;
    font-family: verdana;	
	font-weight: normal;
}

.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

a:link, a:active, a:visited {
	color:#000;
}

.lnk a:link, .lnk a:active, .lnk a:visited {
	TEXT-DECORATION: none;
	color:#000;
}

.lnku a:link, .lnku a:active, .lnku a:visited {
	TEXT-DECORATION: underline;
	color:#000;
}

/*general override*/
body{
	font-family: verdana, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 华文细黑, SimSTXihei, 宋体, SimSun, sans-serif;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	color:#b91425;
}
/*common header*/
.headerRow{}
.logo{
	display:inline-block;
	padding:5px 0;
}
#searchForm{
	padding-top:40px;
}
#searchForm  #searchBox{
	width:65%;
	height:30px;
}
#searchForm input[type="submit"]{
	width:30%;
	background:#b91425;
	color:#FFF;
	font-weight:bold;
	border:0;
	height:30px;
}
.navRow{
	height:36px;
	background:#e6e7ed;
	font-size:18px;
	line-height:35px;
	margin-top:5px;
	margin-bottom:5px;
}
.mainNav{
	padding-left:0;
}
.navRow a{
	display:inline-block;
	height:36px;
	padding:0 10px;
}
.navRow a:hover{
	background:#b91425;
	color:#FFF;
	text-decoration:none;
}
.loginNav{
	font-size:16px;
	text-align:right;
	padding-right:0;
}
.navbar-toggle{
	position:absolute;
	top:10px;
	right:0px;
	border:1px solid #B91425;
	border-radius:0;
}
.navbar-toggle .icon-bar{
	background:#B91425;
}
/*home*/
#home .navRow{
	margin-bottom:0;
	background:#999;
}
#home .navRow a{
	color:#FFF;
}
.home-banner{
	background:#e6e7ed url(../images/home-header.png) left 50% no-repeat;
	margin:0;
}
.home-banner-text{
	height:250px;
}
.home-banner-text h1{
	color:#B91425;
	font-size:30px;
	margin: 25px 0 20px 0;
}
.home-banner-text p{
	font-size:16px;
}
.home-blocks{
	margin:15px -5px;
}
.home-block{
	border:1px solid #ccc;
	min-height:200px;
	padding:0 10px;
}
.home-block h2{
	display:block;
	background:#B91425;
	color:#FFF;
	height:35px;
	margin:-1px -11px;
	line-height:35px;
	padding:0 15px;
	font-size:18px;
	font-weight:normal;
}
.home-block h2 a{
	color:#FFF;
}
.home-block ul{
	padding:0;
	margin:25px;
	font-size:16px;
}
.home-block li{
	margin-bottom:10px;
}
ul.topic-list{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:14px;
}
ul.topic-list li{
	margin:3px 0;
}
.home-date{
	font-size:11px;
	color:#747474;
}
.home-block-alt{
	padding-bottom:20px;
}
.callout-btn a{
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	height:35px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	line-height:35px;
	padding:0 20px;
}
.payment-btn{
	display:inline-block;
	height:	50px;
	vertical-align:bottom;
}
.payment-btn a{
	display:block;
	background:#B91425;
	color:#FFF !important;
	height:30px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	padding:0 25px;
}
/*topic list*/
.topicMain{
	padding:20px 15px;
}
h1{
	font-size:24px;
	padding:0; 
	margin:0 0 5px 0;
}
h1 span{
	font-size:14px;
}
.headerBtn{
	text-align:right;
}
.addTopic_btn{
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	width:128px;
	height:32px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
}
.smallFont{
	font-size:12px;
}
.headRow{
	background:#e6e7ed;
	height:30px;
	line-height:30px;
	margin:5px 0;
}
.replyView{
	padding:0;
}
.topicRow{
	border-bottom:1px solid #CCC;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-size: 14px;
}
.topicNav{
	text-align:right;
	margin:5px 0;
}
.topicNav a{
	margin:0 5px;
}
.topicNav .current{
	display:inline-block;
	height:24px;
	width:24px;
	color:#FFF;
	background:#B91425;
	text-align:center;
}
/*vip ad*/
.vipAd{
	border:1px solid #333;
	text-align:center;
	padding:10px;
	line-height:25px;
}
.vipAd h2{
	font-size:20px;
	margin:10px 0;
}
.vipAd a{
	color:#B91425;
}
/*post content*/
.contentNav{
	margin:10px 0;
}
.contentNav_btn{
	text-align:right;
}
.contentNav_btn a{
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	padding:0 20px;
	height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
.contentNav div{
	padding:0;
}
.topicContent h1{
	font-size:20px;
}
.topicContent h2{
	font-size:16px;
	font-weight:normal;
}
.ad-left{
	float:left; margin-right:5px; border:1px solid #BFCDE6;
}
.ad-right{
	float:right; margin-left:5px; border:1px solid #BFCDE6;
}
.comments-area h2, .related-articles h2, .add-comment h2{
	font-weight:bold;
	font-size:15px;
	margin:15px 0 8px 0;
}
.topicContent a{
	color:#B91425;
}
.topicContent a:hover{
	color:#828282;
}
.comments-meta{
	color:#828282;
}
.comments-edit{
	padding-right:20px;
	text-align:right;
}
.topic-bottomnav{
	margin:25px 0;
	text-align:center;
}
.form-div{
	margin-bottom:5px;
}
.form-div input[type="submit"]{
	background: #b91425;
    color: #fff;
    border:0;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
}
.ad-block{
	float:right; margin-top:5px; margin-left:5px;
}
/*search result*/
.search-btn a{
	display:inline-block;
	background:#B91425;
	color:#FFF !important;
	padding:0 20px;
	height:30px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:10px 0;
}
.search-result-list ol{
	padding-left:10px;
	margin: 0 0 0 15px;
}

.search-result-list li{
	margin-bottom:10px;
}
.search-result-list a{
	color:#B91425;
}

.payment-errors{
	color:#f00;
}
/* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.inputField {
	width: 70%;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#searchBox {
		width: 30%;
	}
	.logo{
		text-align:center;
	}
	.headRow{
		height:auto;
		line-height:22px;
	}
	.headRow .col-xs-12{
		border-bottom:1px solid #FFF;
	}
	.home-banner{
		background-size: auto 300px;
	}
	.inputField {
		width: 70%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	#searchForm{
		padding-top:0;
		padding-bottom:10px;
	}
	#searchBox {
		width: 60%;
	}
	.smallFont{
		font-size:11px;
	}
	.headerBtn{
		text-align:left;
	}
	.navRow{
		height:auto;
	}
	.navRow a{
		display:block;
		border-bottom:1px solid #FFF;
		text-align:left;
	}
	.mainNav, .loginNav{
		padding:0 10px;
	}
	.contentNav_btn{
		text-align:left;
		margin: 5px 0;
	}
	.home-banner{
		background:#e6e7ed;
	}
	.home-banner-text{
		height:auto;
		padding-bottom:30px;
	}
	.topicDIV{
		font-size: 18px;
	}
	.topicRow{
		font-size: 18px;
	}
	ul.topic-list{
		font-size:18px;
	}
	.fnt {
		font-size: 18px;
	}
	.inputField {
		width: 70%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 467px) {
	#searchBox {
		width: 100%;
		margin-bottom: 5px;
	}
	.logo{
		text-align:left;
	}
	.logo img{
		max-width:220px;
	}
	.hidden-xxs{
		display:none;
	}
	.topicNav{
		text-align:left;
	}
	.contentNav_btn a{
		padding:0 10px;
		height:28px;
		line-height:28px;
	}
	.topicDIV{
		font-size: 18px;
	}
	.topicRow{
		font-size: 18px;
	}
	ul.topic-list{
		font-size:18px;
	}
	.fnt {
		font-size: 18px;
	}
	
	.editorImg {
		margin-left:0px;
		border:0;
		height:auto !important;
        max-width:467px !important;
        width:100% !important;
	}
	.headRow .col-xs-12,
	.topicRow .col-xs-12{
		padding:0;
	}
	.topicDIV iframe{
		max-width:100%;
	}
	.ad-block{
		width:100%;
	}
	.inputField {
		width: 100%;
	}
}

/* top navigation of the site, start */
.topnav{
	text-align:center; /* original: text-align:right; */
	line-height:35px;
	background:#999;
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
}
.topnav a{
	display:inline-block;
	color:#FFF;
	height:35px;
	padding:0 25px; /* original: padding:0 25px; */
}
.topnav a:hover{
	background:#b91425;
	color:#FFF;
	text-decoration:none;
}
.topnav .icon {
  display: none;
}

@media only screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* top navigation of the site, end *