@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;
}

[contenteditable]:focus {
	outline: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1.8em;
	background: #ffffff;
	font-weight: 300;
}

body, pre, button, input, select, textarea {
	/*\5FAE\8F6F\96C5\9ED1=microsoft yahei,\5b8b\4f53=song ti*/
	font-family: Tahoma, Arial, \5b8b\4f53;
}

.main {
	width: 80%;
	margin: 0 auto;
}

.tops {
	margin: 10px 5px;
	text-align: right;
  }

.top {
	padding: 50px 0 20px;
	user-select: none;
}

.top h2 span {
	display: inline-block;
	font-size: 16px;
	color: #eee;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.5s;
}

.top .btnaa, .top .btnbb, .top .btnff {
	font-size: 16px;
	color: #f00;
}

.top .btndd {
	font-size: 24px;
	color: #f00;
}

.top h2 span:hover {
	color: #999;
	-webkit-transform: rotate(360deg) scale(1.1);
	-moz-transform: rotate(360deg) scale(1.1);
	-ms-transform: rotate(360deg) scale(1.1);
	-o-transform: rotate(360deg) scale(1.1);
	transform: rotate(360deg) scale(1.1);
}

.top .vscode {
	display: inline-block;
	border: solid #eee 1px;
	padding: 3px 5px;
	width: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top .vscode:hover {
	color: #999;
}

.top .boxfrm {
	display: inline-block;
	margin-left: 10px;
}

.top .boxfrm #keywrod {
	line-height: 18px;
	font-size: 18px;
	width: 150px;
	padding: 3px 5px;
	border: solid #eee 1px;
}

.top .boxfrm #keywrod:hover {
	border: solid #ccc 1px;
}

.top .boxfrm .btncz {
	/* line-height: 18px; */
	display: inline-block;
    padding: 0.3rem 0.5rem;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
    user-select: none;
    margin: 2px 1px;
}

.top .boxfrm .btncz:hover {
    /* background: #0056b3; */
    opacity: 0.8;
}

.view {
	min-height: 70vh;
}

.tag0 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	align-items: flex-start;
	padding: 2px;
	box-sizing: border-box;
	border: solid 1px #a0a0a055;
	margin-bottom: 2px;
}

.tag0 .label {
	margin: 2px 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: rgba(0, 0, 0, .1);
	width: calc(10% - 4px);
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tag0 .label:hover {
	background: rgba(0, 0, 0, .2);
}

.tag0 .label.active {
	background: rgba(0, 0, 0, .2);
}

.tagbar {
	border: dashed #ccc 1px;
}

.tagbar p {
	padding: 10px;
}

.tag1 .hd li div, .tag1 .list li div {
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: dashed #ccc 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 8px;
	line-height: 1.8em;
}

.tag1 .hd li div:nth-child(1), .tag1 .list li div:nth-child(1) {
	width: 8%;
}

.tag1 .hd li div:nth-child(2), .tag1 .list li div:nth-child(2) {
	width: 8%;
}

.tag1 .hd li div:nth-child(3), .tag1 .list li div:nth-child(3) {
	width: 14%;
}

.tag1 .hd li div:nth-child(4), .tag1 .list li div:nth-child(4) {
	width: 20%;
}

.tag1 .hd li div:nth-child(5), .tag1 .list li div:nth-child(5) {
	width: 50%;
	border-right: none;
}

.tag1 .hd .item {
	background: #eee;
}

.tag1 .item {
	border: dashed #ccc 1px;
	border-bottom: none;
}

.tag1 .item:last-child {
	border-bottom: dashed #ccc 1px;
}

.tag1 .item:hover {
	background: rgba(0, 0, 0, .1);
}

.tag1 .list {
	min-height: 65vh;
}

.tag1 .list .words {
	padding: 1px 1px;
	margin: 0 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 100;
	font-family: cursive;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tag1 .list .word_1 {
	border: solid rgba(234, 40, 59, 0.2) 1px;
	background: rgba(234, 40, 59, 0.1);
}

.tag1 .list .word_2 {
	border: solid rgba(237, 149, 33, 0.2) 1px;
	background: rgba(237, 149, 33, 0.1);
}

.tag1 .list .word_3 {
	border: solid rgba(239, 222, 36, 0.2) 1px;
	background: rgba(239, 222, 36, 0.1);
}

.tag1 .list .word_4 {
	border: solid rgba(158, 238, 104, 0.2) 1px;
	background: rgba(158, 238, 104, 0.1);
}

.tag1 .list .word_5 {
	border: solid rgba(237, 88, 212, 0.2) 1px;
	background: rgba(237, 88, 212, 0.1);
}

.hview {
	display: none;
}

#tagtxt {
	width: 100%;
	height: 300px;
	padding: 8px;
}

.foot {
	padding: 20px;
	text-align: center;
	border-top: dashed #ccc 1px;
	margin-top: 20px;
}

.goTopBox {
	display: block;
	position: fixed;
	_position: relative;
	float: left;
	bottom: 12%;
	right: 7%;
	width: 36px;
	height: 72px;
	padding: 1px;
	overflow: hidden;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	user-select: none;
}

.goTopBox span {
	display: block;
	padding: 3px 0;
	overflow: hidden;
	text-align: center;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
}

.goTopBox span:hover {
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(360deg) scale(1.0);
	-moz-transform: rotate(360deg) scale(1.0);
	-ms-transform: rotate(360deg) scale(1.0);
	-o-transform: rotate(360deg) scale(1.0);
	transform: rotate(360deg) scale(1.0);
}

.goTopBox span:nth-child(1) {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-bottom: 1px;
}

.goTopBox span:nth-child(2) {
	border-bottom: solid 1px #eee;
}

.frmbox {
	margin: 20px 0;
	border: dashed #ccc 1px;
}

.frmbox .frm div, .frmbox .frm2 div {
	display: inline-block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	border-right: dashed #ccc 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 8px;
	line-height: 1.8em;
}

.frmbox .frm input, .frmbox .frm select, .frmbox .frm button {
	padding: 5px;
	overflow: hidden;
}

.frmbox .frm2 input, .frmbox .frm2 select, .frmbox .frm2 button {
	padding: 5px;
	overflow: hidden;
}

.frmbox .frm2 div:nth-last-child(1) {
	border-right: 0;
	width: 20%;
}

.frmbox .frm2 div:nth-child(1) {
	width: 40%;
}

.frmbox .frm2 div:nth-child(2) {
	width: 40%;
}

.frmbox .frm div:nth-last-child(1) {
	border-right: 0;
	width: 15%;
}

.frmbox .frm div:nth-child(1) {
	width: 20%;
}

.frmbox .frm div:nth-child(2) {
	width: 15%;
}

.frmbox .frm div:nth-child(3) {
	width: 10%;
}

.frmbox .frm div:nth-child(4) {
	width: 30%;
}

.frmbox .frm div:nth-child(5) {
	width: 10%;
}

.frmbox .frm #dname {
	width: 96%;
}

.frmbox .frm #dtag {
	width: 90%;
}

.frmbox .frm #star {
	width: 96%;
}

.frmbox .frm #durl {
	width: 96%;
}

.frmbox .frm .btndo, .frmbox .frm2 .btndo, .frmbox .frm .btnno, .frmbox .frm2 .btnno {
	width: 47%;
}

.frmbox .frm #dname {
	width: 96%;
}

.frmbox .frm #mkey, .frmbox .frm2 #mkey {
	width: 88%;
}

.frmbox .frm2 #kid {
	width: 96%;
}

.page {
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.page a, .page span {
	padding: 5px 5px;
	background: #fefefe;
	border: solid #eee 1px;
	margin: 5px 2px;
	display: inline-block;
	min-width: 22px;
}

.page .on {
	background: #00000012;
	border: solid #ebc83dbf 1px;
	color: #00000055;
}

.page a:hover, .page span:hover {
	background: #00000010;
	border: solid #ebc83dbf 1px;
}

@media only screen and (max-width: 960px) {
	.main {
		width: 96%;
		margin: 0 auto;
	}

	.tag1 .hd li div:nth-child(1), .tag1 .list li div:nth-child(1), .tag1 .hd li div:nth-child(2), .tag1 .list li div:nth-child(2), .tag1 .hd li div:nth-child(3), .tag1 .list li div:nth-child(3) {
		display: none;
	}

	.tag1 .hd li div:nth-child(4), .tag1 .list li div:nth-child(4) {
		width: 30%;
	}

	.tag1 .hd li div:nth-child(5), .tag1 .list li div:nth-child(5) {
		width: 70%;
		border-right: none;
	}

	.goTopBox {
		bottom: 12%;
		right: 2%;
	}

	.frmbox .frm div:nth-last-child(1) {
		border-right: 0;
		width: 15%;
	}

	.frmbox .frm2 div:nth-last-child(1) {
		border-right: 0;
		width: 20%;
	}

	.frmbox .frm2 div:nth-child(1) {
		width: 40%;
	}

	.frmbox .frm2 div:nth-child(2) {
		width: 40%;
	}

	.frmbox .frm div:nth-last-child(1) {
		border-right: 0;
		width: 20%;
	}

	.frmbox .frm div:nth-child(1) {
		width: 50%;
	}

	.frmbox .frm div:nth-child(2) {
		width: 30%;
	}

	.frmbox .frm div:nth-child(3) {
		width: 20%;
		border-right: 0;
	}

	.frmbox .frm div:nth-child(4) {
		width: 50%;
	}

	.frmbox .frm div:nth-child(5) {
		width: 30%;
	}
}

@media only screen and (max-width: 640px) {
	.main {
		width: 96%;
		margin: 0 auto;
	}

	.view {
		min-height: 58vh;
	}

	.tag0 .label {
		width: calc(25% - 4px);
		text-align: center;
	}

	.tag1 .hd li div:nth-child(1), .tag1 .list li div:nth-child(1), .tag1 .hd li div:nth-child(2), .tag1 .list li div:nth-child(2), .tag1 .hd li div:nth-child(3), .tag1 .list li div:nth-child(3), .tag1 .hd li div:nth-child(4), .tag1 .list li div:nth-child(4) {
		display: none;
	}

	.tag1 .hd li div:nth-child(5), .tag1 .list li div:nth-child(5) {
		width: 100%;
		border-right: none;
	}

	.top .btndd {
		font-size: 16px;
	}

	.goTopBox {
		bottom: 12%;
		right: 2%;
	}

	.frmbox .frm div, .frmbox .frm2 div {
		display: block;
		width: 90%;
		overflow: hidden;
		float: none;
		border-right: dashed #ccc 1px;
		border-bottom: dashed #ccc 1px;
		border-right: 0;
	}

	.frmbox .frm2 div:nth-last-child(1) {
		border-right: 0;
		width: 100%;
	}

	.frmbox .frm2 div:nth-child(1) {
		width: 100%;
	}

	.frmbox .frm2 div:nth-child(2) {
		width: 100%;
	}

	.frmbox .frm div:nth-last-child(1) {
		border-right: 0;
		width: 100%;
	}

	.frmbox .frm div:nth-child(1) {
		width: 100%;
	}

	.frmbox .frm div:nth-child(2) {
		width: 100%;
	}

	.frmbox .frm div:nth-child(3) {
		border-right: 0;
		width: 100%;
	}

	.frmbox .frm div:nth-child(4) {
		width: 100%;
	}

	.frmbox .frm div:nth-child(5) {
		width: 100%;
	}

	.frmbox .frm2 #mkey {
		width: 96%;
	}

	.top .boxfrm {
		margin-top: 10px;
		margin-left: 0;
	}

	.top .boxfrm #keywrod {
		width: 58%;
	}
}