@charset "gb2312";
/* CSS Document */

html {
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	height:100%;
}


body {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:100%;
	height:100%;

	display:-webkit-flex; 
	display:flex;
	
	flex-wrap:nowrap; 
	-o-flex-wrap:nowrap; 
	-ms-flex-wrap:nowrap; 
	-webkit-flex-wrap:nowrap; 
	-moz-flex-wrap:nowrap; 
	
	flex-direction:column; 
	-o-flex-direction:column; 
	-ms-flex-direction:column; 
	-webkit-flex-direction:column; 
	-moz-flex-direction:column; 
	
	justify-content:space-between; 
	-o-justify-content:space-between; 
	-ms-justify-content:space-between; 
	-webkit-justify-content:space-between; 
	-moz-justify-content:space-between; 

}

body, td {
	font-size:100%;
	line-height:175%;
}
h2 {
	font-size:150%;
	line-height:225%;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
a, img, label {
	display:inline-block !important;
	display:inline;
	zoom:1;
	vertical-align:middle;
}
input, textarea, select, button {
	padding:10px;
	border-top:#ABADB3 1px solid;
	border-left:#E2E3EA 1px solid;
	border-right:#DBDFE6 1px solid;
	border-bottom:#E3E9EF 1px solid;
	outline:none;
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
button {
	border:1px #666666 solid;
	background-color:#FF9900;
	font-weight:bold;
	color:#FFFFFF;
}
button::-moz-focus-inner {
	margin:0;
	padding:0;
}
input, textarea {
	resize:vertical;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
button, label {
	border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
label {
	background-color:#EFEFEF;
	padding:10px;
	cursor:pointer;
	font-size:87.5%;
	line-height:100%;
}
.body {
	max-width:1000px;
	margin:0 auto;
}

#top {
	margin-bottom:15px;
	text-align:center;
	background-color:#47A18D;
}
#top .body {
	max-width:970px;
	padding:5px 15px;
}
#top .body, .nav, .title {
	display:-webkit-flex; 
	display:flex;
	
	flex-wrap:nowrap; 
	-o-flex-wrap:nowrap; 
	-ms-flex-wrap:nowrap; 
	-webkit-flex-wrap:nowrap; 
	-moz-flex-wrap:nowrap; 
	
	flex-direction:row; 
	-o-flex-direction:row; 
	-ms-flex-direction:row; 
	-webkit-flex-direction:row; 
	-moz-flex-direction:row; 

	align-items:center;
	-o-align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	
	justify-content:space-between; 
	-o-justify-content:space-between; 
	-ms-justify-content:space-between; 
	-webkit-justify-content:space-between; 
	-moz-justify-content:space-between; 
}

#top #logo img { height:60px; }
#top #logo b, #top:hover a#logo:after {
	margin-left:10px;
	font-weight:bold;
	color:#D3E2E7;
	font-size:87.5%;

	display:inline-block !important;
	display:inline;
	zoom:1;
	vertical-align:middle;
}
#top:hover a#logo:after {
	content:"首页";
}
#top:hover a#logo b {
	display:none !important;
}
#top label {
	margin-left:15px;
}
#top .write img {
	width:24px;
	height:24px;
}
#top .write a span {
	display:none;
}
#top .write:hover a img {
	width:0;
	height:0;
	display:none;
}
#top .write:hover a span {
	display:inline;
}



#order {
	padding:0 15px;
	margin-bottom:15px;
	text-align:center;
}
#order select {
	border:none;
	background-color:transparent;
}
.nav {
	padding:0 15px;
	margin-bottom:15px;
}
.nav label.yellowbg {
	margin-left:15px;
}



.title {
	margin-bottom:15px;
	padding:0 15px;
	font-size:87.5%;
	height:38px;
	line-height:38px;
	color:#9999CC;
	background-color:#EEEEEE;
}
.title .date {
	font-style:oblique;
	color:#AAAAAA;
	padding-right:3px;
}
.title .manage {
	visibility:hidden;
}
.title .manage img {
	width:18px;
	height:16px;
}
.title:hover .manage { visibility:visible; }
.title .manage span {
	display:none;
}
.title .manage:hover img {
	width:0;
	height:0;
	display:none;
}
.title .manage:hover span {
	display:inline;
}




.texts {
	margin-bottom:15px;
	padding:0 15px;
}
.scrollindent {
	padding-right:4px;
}
.texts .text {
	padding-right:11px;
	max-height:400px;
	overflow-y:auto !important;
	overflow:auto;
	word-wrap:break-word;

	text-align:justify;
	text-align-last:auto;
	-moz-text-align-last:auto;

	padding-bottom:15px;
}

.texts h2 {}
.texts .ad_reply {
	color:#999999;
	font-size:81.25%;
	line-height:142.1875%;

	margin-left:2em;
	margin-left:2rem;
}
.texts .ad_reply b {
	font-size:87.5%;
	line-height:normal;
	color:#FFFFFF;
	background-color:#BBBBBB;
	margin-bottom:5px;
	padding:2px 5px;
	border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	display:inline-block !important;
	display:inline;
	zoom:1;
	vertical-align:middle;
}

/*----------------滚动条风格-----------------*/
.text::-webkit-scrollbar {
	width:16px;
	height:0;
}
.text::-webkit-scrollbar/*:vertical*/ {
	background-image:url(../img/scroll_more.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.text::-webkit-scrollbar-button {
	display:none;
	width:16px;
	height:11px;
	background-color:#F1F1F1;
}
.ad_reply .text::-webkit-scrollbar/*:vertical*/ {
	background-image:url(../img/scroll_more_re.gif);
}
.text::-webkit-scrollbar-thumb {
	background:none;
}
.text::-webkit-scrollbar-track {
	background:none;
}
.text::-webkit-scrollbar-track-piece:vertical:start {
	background:none;
}
.text::-webkit-scrollbar-track-piece:vertical:end {
	background:none;
}

.text:hover::-webkit-scrollbar-thumb {
	background:#858585;
	border:5px #F1F1F1 solid;
	border-radius:16px;
	-o-border-radius:16px;
	-ms-border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.text:hover::-webkit-scrollbar-track {
	background:#F1F1F1;
}
.text:hover::-webkit-scrollbar-button {
	display:inline;
	background-repeat:no-repeat;
}
.text:hover::-webkit-scrollbar-button:decrement {
	background-image:url(../img/triangle_start.gif);
	background-position:center 100%;
}
.text:hover::-webkit-scrollbar-button:increment {
	background-image:url(../img/triangle_end.gif);
	background-position:center 0;
}


/*判断手机浏览器，限：竖屏 宽600 高800，横屏 宽600 高800*/
@media screen and (orientation:portrait) and (max-device-width:600px), screen and (orientation:landscape) and (max-device-width:800px) {
.text:hover::-webkit-scrollbar-button {
	display:none;
}
.text:hover::-webkit-scrollbar-thumb {
	border-top:none;
	border-bottom:none;
	border-left:6px #FFFFFF solid;
	border-right:6px #FFFFFF solid;

	border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
.text:hover::-webkit-scrollbar-track {
	background:#FFFFFF;
}
.text:hover::-webkit-scrollbar-track-piece:vertical:start {
	background:#F8E8E8;
	border-top:none;
	border-bottom:none;
	border-left:6px #FFFFFF solid;
	border-right:6px #FFFFFF solid;

	border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
.text:hover::-webkit-scrollbar-track-piece:vertical:end {
	background:#E8F3F8;
	border-top:none;
	border-bottom:none;
	border-left:6px #FFFFFF solid;
	border-right:6px #FFFFFF solid;

	border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

}














.m {
	display:none;
	vertical-align:text-bottom;
}
fieldset {
	margin:0;
	padding:10px;
	color:#996600;
	font-weight:bold;
	border:1px #CCCCCC solid;
}
.textarea_box {
	width:100%;
	text-align:left;
}

#foot {
	padding:15px;
	clear:both;
	text-align:center;
	font-size:81.25%;
	line-height:131.25%;
	color:#999999;
	background-color:#EEEEEE;
}

.send2 {
	letter-spacing:5px;
	padding-left:15px;
	padding-right:10px;
	border:none;
}
.redword {
	color:#FF5500;
}
.redbg {
	font-weight:bold;
	background-color:#FF9966;
}
.redbg a {
	color:#FFFFFF;
}
.yellowbg {
	background-color:#FFCC66;
}
.yellowbg a {
	color:#FFFFFF;
}
.approved {
	color:#6666FF;
	background-color:#FFFFCC;
	border:1px #666633 dotted;
	padding:0 15px;
	height:38px;
	line-height:36px;
	text-align:center;
	
	display:inline-block !important;
	display:inline;
	zoom:1;
	vertical-align:middle;
}
.approved a {
	background-color:#D8D8D8;
	padding:3px 5px;
	color:#996600;
	font-size:75%;
	line-height:normal;
	font-weight:bold;
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.warning {
	color:#FF6600;
	font-weight:bold;
	background-color:#FFFF00;
	padding:15px;
	text-align:center;
}
noscript {
	margin:0;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
#submit_safe {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#submit_safe_in {
	position:fixed;
	top:0;
	left:0;
	z-index:912;
	width:100%;
	height:100%;
	background-color:#CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
#submit_safe_in2 {
	position:fixed;
	top:0;
	left:0;
	z-index:913;
	width:100%;
	height:100%;
	text-align:center;
}
#submit_safe_in2 div {
	max-width:600px;
	background-color:#FFFFCC;
	border:3px #666633 solid;
	padding:10px 30px;
	display:inline-block !important;
	display:inline;
	zoom:1;
	vertical-align:middle;
}


#imcodediv {
	clear:both;
}
#imcodediv span {
	white-space:nowrap;
	display:inline-block !important;
	display:inline;
	zoom:1;
	vertical-align:middle;
}

#subarea {
	padding:15px;
	text-align:center;

	display:-webkit-flex; 
	display:flex;
	
	flex-wrap:nowrap; 
	-o-flex-wrap:nowrap; 
	-ms-flex-wrap:nowrap; 
	-webkit-flex-wrap:nowrap; 
	-moz-flex-wrap:nowrap; 
	
	flex-direction:row; 
	-o-flex-direction:row; 
	-ms-flex-direction:row; 
	-webkit-flex-direction:row; 
	-moz-flex-direction:row; 
	
	justify-content:space-around; 
	-o-justify-content:space-around; 
	-ms-justify-content:space-around; 
	-webkit-justify-content:space-around; 
	-moz-justify-content:space-around; 
}
#subarea label {
	background-color:E3E3E3;
	text-align:center;
	border:2px #666633 dotted;
	/*margin:10px;*/
	padding:10px 20px;
	border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


#subarea label input {
	display:none;
}
#subarea label#is {
	background-color:#FFFFCC;
	font-weight:bold;
}
img {
	line-height:normal !important;
}



@media (max-width:600px) {
#subarea label {
	padding:15px;
	writing-mode:vertical-rl;
	-o-writing-mode:vertical-rl;
	-ms-writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	-moz-writing-mode:vertical-rl;
}
}

