div,span,a,h1,h2 {
	-webkit-tap-highlight-color:transparent;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	font:14px/20px arial,verdana,helvetica;
	color:#101010;
	display:block;
}
body {
	margin:0;
	padding:0 10px;
	background:#c0c0c0;
	min-height:100%;
	min-width:300px;
	position:relative;
}
a {
	background-color:transparent;
	text-decoration:none;
	cursor:pointer;
	color:#101010;
}
a:hover,.link > a:hover,.load > a:hover {
	text-decoration:underline;
	color:#e47911;
}
.count {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
.count:before {
	padding-left:5px;
	content:"(";
}
.count:after {
	content:")";
}
.header {
	position:relative;
	margin:0 -10px;
	height:115px;
	background:#808080;
	text-align:center;
	box-shadow:1px 3px 5px rgba(0,0,0,0.15);
}
.header > .site {
	font-size:21px;
	padding:20px 0 10px 0;
}
.header > .navs {
	font-size:15px;
}
.page > a {
	color:#333333;
}
.header > .navs > .page:before {
	margin:0 7px;
	content:"\2022\fe0e";
	color:#666666;
}
.header > .navs > .page:first-child:before {
	margin:0;
	content:"";
}
.footer {
	position:relative;
	top:-15px;
	text-align:center;
}
.footer > .copy {
	color:#666666;
}
.footer > .load,.footer > .load > a {
	color:#999999;
}
.wrapper {
	position:relative;
	top:-35px;
	overflow:hidden;
	max-width:930px;
	min-height:90px;
	margin:0px auto;
	padding:0 10px;
	background:#f6f8fa;
	border-radius:7px;
	box-shadow:1px 3px 5px rgba(0,0,0,0.15);
}
.list {
	padding:5px;
	overflow:hidden;
}
.list > .item {
	page-break-inside:avoid;
	padding:10px 0;
	border-top:1px solid #e2e2e2;
}
.list > .item:first-child {
	border-top:none;
}
@media (max-width:500px) {
	.item > .attr {
		float:none;
		width:100%;
		text-align:left;
	}
	.item > .data {
		margin-left:0;
	}
}
@media (min-width:500px) {
	.item > .attr {
		float:left;
		width:100px;
		text-align:right;
	}
	.item > .data {
		margin-left:110px;
	}
}
.item > .data > .name {
	font-size:18px;
	font-weight:normal;
	color:#333333;
	padding-bottom: 5px;
}
.item > .data > .name > a {
	color:#333333;
}
.item > .data > .word {
	padding:5px 0;
}
.item > .data > .text {
	margin-top: 5px;
}
.word > .tags,.word > .file {
	display:inline;
}
.word > .tags > a,.word > .file > a {
	color:#333333;
}
.attr,.attr > .time > a {
	color:#666666;
}
.word > .tags {
	margin-right:10px;
	padding:3px 10px;
	background:#e8e8e8;
	border:1px solid #e2e2e2;
	border-radius:3px;
}
.word > .file {
	padding-right:10px;
}
.word > .file:before {
	content:"\1F4CE\fe0e";
	color:#666666;
}
.file > .size {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}
.file > .size:before {
	padding-left:5px;
	content:"(";
}
.file > .size:after {
	content:")";
}
.parse,.cloud {
	background:#ffffff;
	padding:10px;
	border:1px solid #e2e2e2;
}
.cloud > .link {
	padding-right:15px;
	display:inline-block;
}
.form {
	width:100%;
	max-width:600px;
	overflow:hidden;
}
.form > .line {
	clear:both;
	padding:5px 0;
	overflow:hidden;
}
.form > .line > .name {
	float:left;
	width:45px;
	text-align:right;
	padding:5px 0;
	color:#999999;
}
.form > .line > .name:after {
	content:":";
}
.form> .line > .value {
	margin-left:50px;
	margin-right:12px;
}
.form > .line input[type="text"],.form > .line input[type="password"],.form > .line input[type="file"],.form > .line textarea {
	display:block;
	font-size:14px;
	color:#333333;
	border:1px solid #c0c0c0;
	padding:5px 5px;
	width:100%;
}
.form > .line textarea {
	height:90px;
	max-width:100%;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
}
.form > .line textarea[name="text"] {
	height:180px;
}
.form > .line input[type="submit"] {
	display:block;
	padding:7px 20px;
	text-align:center;
	color:#333333;
	font-size:14px;
	border:1px solid #c0c0c0;
	background:linear-gradient(#f2f2f2, #c0c0c0);
	cursor:pointer;
}
.form > .line input[type="submit"]:hover {
	background:#f2f2f2;
}
.form > .alert {
	margin:5px 12px 5px 50px;
	padding:5px 7px;
	border:1px solid #e7eaf3;
	background-color:#ffffe2;
	color:#333333;
}
