@charset "utf-8";
/* CSS Document */

html, body, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, img, strong, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
[hidden] {
 display: none;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.fix {
*zoom:1;
}
.fix:after {
	clear:both;
}
.fix:after, .fix:before {
	content:" ";
	display:table;
	overflow:hidden;
}
.c, .cle {
	clear:both;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	white-space: normal;
 *margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: baseline;
 *vertical-align: middle;
	outline:none;
}
button, select {
	text-transform: none;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *height: 13px;
 *width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height:1.8em;
	background:#ffffff;
}
body, pre, button, input, select, textarea {
	/*\5FAE\8F6F\96C5\9ED1=microsoft yahei,\5b8b\4f53=song ti*/
  font-family: Tahoma, Arial, \5b8b\4f53;
}
.main {
	width:90%;
	margin:0 auto;
}
.header .tit h1 {
	line-height:1.5em;
	margin:20px 0;
}
.header .taguser{
	text-align:right;
	padding:5px;
}
.header .taguser input[type="text"],.header .taguser input[type="password"]{
	width:100px;
	padding:3px;
}
.view .item {
	border-bottom: dashed #CCC 1px;
	padding:10px;
	margin:10px 0;
}
.view .item p {
	padding:10px 0;
}
.view .tagimg img {
	max-width:100%;
	width:50px;
	transition: all 0.5s;
}
.view .tagimg img:hover {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}
.view .tagpic{
	width:50px;
}
.nav {
	border-bottom:double #CCC 1px;
	border-top:double #CCC 1px;
	padding:1px 0;
	margin:10px 0;
}
.nav li {
	display:inline-block;
	float:left;
	width:12.5%;
	overflow:hidden;
}
.nav li a {
	display:block;
	text-align:center;
	background:#f2f2f2;
	line-height:2.2em;
	margin:1px;
	white-space: nowrap;
}
.nav li a:hover {
	color: #900;
	background:#eee;
}
.info {
	padding:20px 10px;
}
.info li {
	border-bottom:dotted #ccc 1px;
}
.view .item input[type="text"] {
	width:300px;
	padding:5px;
}
.view {
	word-break:break-all;
	word-wrap:break-word;
}
.view .item textarea {
	width:90%;
	height:200px;
	padding:5px;
}
.view .item .taglist a {
	display:inline-block;
	margin:2px 5px;
	padding:2px 5px;
	border:solid #ccc 1px;
	background:#f2f2f2;
}
.view .item .taglist a:hover {
	border:solid #999 1px;
	background:#ccc;
	color:#efeac9;
}
.view .item .taglist a.clatwo {
	background:#a3d2a5;
}
.view .text {
	width:98%;
	height:300px;
	padding:5px;
}
.view .tag1 .taginfo span{
	margin:0 1em 0 0;
}
.tab {
	width:100%;
	margin:0 auto;
}
.tab table td {
	padding:5px;
	border:dashed #CCC 1px;
}
.tab .odd {
	background-color:#f2f2f2;
}
.tab .even {
	background-color:#e2e2e2;
}
.tab .on {
	background-color:#f7f2cd;
}
.tab tr2:hover {
	background:#fff;
}
.tab tr:last-child {
	text-align:right;
}
.foot {
	text-align:center;
	line-height:2.2em;
	margin:20px 0;
	padding:10px 0;
	border-top:outset #999 1px;
}
@media only screen and (max-width: 960px) {
	.main {
		width:98%;
		margin:0 auto;
	}
}
@media only screen and (max-width: 640px) {
    .main {
		width:98%;
		margin:0 auto;
	}
	.nav li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.view .item input[type="text"] {
		width:60%;
		padding:5px;
	}
	.view .text {
		width: 96%;
		height: 150px;
		padding: 5px;
	}
	.view .item .taglist {
		display:block;
		margin: 10px 0;
	}
}