@charset "utf-8";

/* CSS Document */
body {
	font-family: "Microsoft Yahei", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/* background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url("https://wx2.sinaimg.cn/large/66ba3881gy1fcq9ezsat7j21ek0zzgyl.jpg"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	/* text-align:center; */
}

.wrap {
	width: 90%;
	margin: 0 auto;
	overflow-x: auto;
}

h1 {
	text-align: center;
}

.usuage li {
	list-style: decimal;
}

.main {
	display: flex;
	flex-wrap: wrap;
}

.picker {
	width: 48%;
	/*height: 300px;*/
	padding: 10px;
	padding-top: 0;
	background-color: rgba(200, 200, 200, 0.5);
	/* font-size: 0.9em; */
	float: left;
}

.openbtn {
	font-weight: bold;
	color: white;
	border: 1px solid rgb(9, 74, 178);
	height: 24px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	background-color: rgb(9, 74, 178);
	margin: 2px;
}

.mask-list {
	width: 100%;
	height: 300px;
	margin-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.5);
}

.mask-content {
	width: calc(100% - 140px - 60px);
	background-color: rgba(255, 255, 255, 0.5);
}

.mask-name {
	width: 100px;
	background-color: rgba(255, 255, 255, 0.5);
}

.mask-add,
.mask-remove {
	width: 30px;
	margin: 0;
}

.tip {
	font-style: italic;
	color: #666;
}

.output {
	/* min-width: 500px; */
	width: 48%;
	/*height: 300px;*/
	padding: 10px;
	padding-top: 0;
	background-color: rgba(253, 224, 180, 0.5);
	float: left;
}

.outinfo {
	height: 25px;
	line-height: 25px;
	background-color: lightblue;
	margin-bottom: 10px;
	padding-left: 3px;
}

.outcontent {
	max-width: calc(100% - 6px);
	min-width: calc(100% - 6px);
	/*max-height:190px;*/
	height: 380px;
	min-height: 190px;
	background-color: rgba(255, 255, 255, 0.5);
}



.copyright {
	width: 100%;
	text-align: center;
}

img {
	height: auto;
	max-width: 70%;
}

.tooltip {
	/* position: relative; */
	/* display: inline-block; */
	border-bottom: 1px dotted black;
	/* 悬停元素上显示点线 */
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: black;
	color: #fff;
	/* text-align: center; */
	border-radius: 6px;
	padding: 5px 5px;

	/* 定位 */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

@media screen and (max-width: 1000px) {
	.picker {
		width: 100%;
	}

	.output {
		width: 100%;
	}
	.mask-list {
		height: auto;
		min-height: 50px;
	}
	img {
		max-width: 100%;
	}
	.outcontent {
		height: auto;
	}
}

.github  {
	margin: 0px 3px;
}
.github img {
	width: 25px;
}

code,
tt {
	border: 1px solid #e7eaed;
	background-color: #f8f8f8;
	border-radius: 3px;
	padding: 0;
	padding: 2px 4px 0px 4px;
	font-size: 1em;
}
code {
	background-color: #f3f4f4;
	padding: 0 2px 0 2px;
	text-align: left;
	vertical-align: initial;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	overflow: auto;
	break-inside: auto;
	text-align: left;
}
table tr th {
	border-bottom: 0px;
}
table {
	padding: 0;
	word-break: initial;
}

table tr {
	border-top: 1px solid #dfe2e5;
	margin: 0;
	padding: 0;
}
table tr th {
	font-weight: bold;
	border: 1px solid #dfe2e5;
	border-bottom: 0;
	margin: 0;
	padding: 6px 13px;
}

table tr td {
	border: 1px solid #dfe2e5;
	margin: 0;
	padding: 6px 13px;
}