[v-cloak] {visibility: hidden !important;}
textarea {resize: none !important;}
pre {overflow: auto;}
pre>* {font-size: 14px;margin: 0;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
.el-tabs--border-card {box-shadow: none;}
.no-select * {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.el-select .el-input {width: 100px;}
.type {cursor: pointer;}
.tips {font-size: 12px;color: #999;padding-left: 80px;}
.contentType {margin-right: 10px !important;}
.contentType .el-input {width: 90px;}
.el-tabs__header,.el-tabs__nav-scroll,.el-tabs--border-card {border-radius: 5px;}
.header {margin-bottom: 10px;height: 70px !important;}
.key {color: #333;}
.hljs-string {color: green !important;}
.hljs-number {color: orangered !important;}
.hljs-literal {color: red !important;}
.input-with-select {display: block;}
.preview{padding: 0;margin:-15px;}
.preview iframe {width: 100%;height: 500px;border: none;}
            
.box-text {padding-top:30px;}
.layui-container {padding-bottom:30px;}
body{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.copy-right {
    margin-top: 0px!important;
}
    
#footer {
    padding-top: 0px;
    border-top: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.url {
	word-break: break-all;
	cursor: pointer;
	margin-left: 5px;
	color: #777;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #5FB878;
}

.simpleTable {
	line-height: 20px;
	padding-bottom: 16px;
}

.linep {
	font-size: 14px;
	font-weight: 700;
	color: #555;
	padding-left: 14px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 18px;
	position: relative;
	margin-top: 15px;
}

.linep:before {
	content: '';
	width: 4px;
	height: 16px;
	background: #00aeff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
}

::-webkit-scrollbar {
	width: 9px;
	height: 9px
}

::-webkit-scrollbar-track-piece {
	background-color: #ebebeb;
	/* -webkit-border-radius: 4px */
}

::-webkit-scrollbar-thumb:vertical {
	height: 32px;
	background-color: #ccc;
	/* -webkit-border-radius: 4px */
}

::-webkit-scrollbar-thumb:horizontal {
	width: 32px;
	background-color: #ccc;
	/* -webkit-border-radius: 4px */
}

.layui-container {
	min-height: 273px;
}