body {
	--color-bg: #ddd;
	--color-text: #1a1e24;
	--color-text-subtle: #D76D77;
	padding: 0;
	margin: 0;
	background: -webkit-linear-gradient(left, #3a1c71, #d76d77, #ffaf7b);
	background: linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b);
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
pre {
	line-height: 100%;
}
@media screen and (min-width: 1200px)
.layui-container {
	width: 100%!important;
}
.layui-upload-drag {
	border: 2px dashed #ddd;
	display: block;
	background: none;
	color: #ddd;
	padding: 18px;
}
.layui-upload-drag .iconfont {
	font-size: 40px;
}
.layui-input-inline {
	display: block;
}
.layui-fluid {
	padding: 0;
}
.layui-card {
	background: rgba(255,255,255,.2);
}
.layui-card-header {
	color: #FFF;
	border: none;
	height: 50px;
	line-height: 50px;
}
.layui-card-body {
	padding: 10px;
}
.layui-input, .layui-textarea {
	background: #eee;
	border: none;
}
#header{
	background: rgba(35,24,24,.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 50px;
	border-radius: 0;
	margin-bottom: 20px;
}
#container {
	margin-top: 60px;
	padding: 20px;
}
#action-area {
	min-height: 800px;
}
#result-area {
	
}
#result-box {
	background: #333;
	border-radius: 2px;
	padding: 20px 10px;
	color: #00FF00;
	min-height: 500px;
}
#termynal {
	min-height: 814px;
	word-wrap:break-word;
	line-height: 110%;
	font-size: 15px;
}
:root {
	--color-bg: #252a33;
	--color-text: #eee;
	--color-text-subtle: #a2a2a2;
}

[data-termynal] {
	max-width: 100%;
	background: #583d3d;
	color: #4cf36a;
	font-size: 18px;
	font-family: 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace;
	border-radius: 4px;
	padding: 75px 45px 35px;
	position: relative;
	box-sizing: border-box;
}

[data-termynal]:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	/* A little hack to display the window buttons in one pseudo element. */
	background: #d9515d;
	box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}

[data-ty] {
	display: block;
	line-height: 2;
}

[data-ty]:before {
	/* Set up defaults and ensure empty lines are displayed. */
	content: '';
	display: inline-block;
	vertical-align: middle;
}

[data-ty="input"]:before,
[data-ty-prompt]:before {
	margin-right: 0.75em;
	color: #FFF;
}

[data-ty="input"]:before {
	content: '$';
}

[data-ty][data-ty-prompt]:before {
	content: attr(data-ty-prompt);
}

[data-ty-cursor]:after {
	content: attr(data-ty-cursor);
	font-family: monospace;
	margin-left: 0.5em;
	-webkit-animation: blink 1s infinite;
			animation: blink 1s infinite;
}
.copy {
	margin: 5px 0;
	display: block;
	color: #ddd;
	font-family: 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace;
}
.copy a {
	color: #FFF;
}
.webutton {
	background: #ddd;
	color: #4c3535;
	border: none;
}
.layui-logo {
	text-align: center;
	color: #eee;
}
.layui-logo i {
	font-size: 28px;
	line-height: 50px;
	vertical-align: middle;
}
.layui-logo span {
	padding-left: 5px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	font-family: 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace;
}
.layui-logo span.description {
	font-size: 18px;
	font-weight: normal;
	color: #ddd;
}
/**上传接口返回错误时不规范，时间关系，把错误信息隐藏掉，待修复服务端接口**/
.layui-layer-move, .layui-layer-dialog {
	display: none!important;
}
/* Cursor animation */

@-webkit-keyframes blink {
	50% {
		opacity: 0;
	}
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.block {
	
}
.block h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	border: 1px dashed #0baa28;
}
.block h2 span {
	float: right;
}
.block .detail {
	padding: 15px;
	font-size: 13px;
	border: 1px dashed #0baa28;
	border-top: none;
}
.block .detail p span {
	color: #eeeeee
}