.lined-textarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	line-height: 150%;
	font-family: Helvetica,monospace
}

.lined-textarea__lines {
	background-color: #bdddff;
	border: 1px solid #d7e2ed;
	border-radius: 10px 0 0 10px;
	border-right-width: 0;
	padding: 10px 10px 15px 10px;
	overflow: hidden;
	position: relative
}

.lined-textarea__lines p {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0
}

.lined-textarea__lines__inner {
	position: absolute
}

.lined-textarea__lines__line {
	text-align: right
}

.lined-textarea__lines__line--invalid {
	font-weight: 700;
	color: red
}

.lined-textarea__content {
	border: 1px solid #d7e2ed;
	border-radius: 0 10px 10px 0;
	border-left-width: 0;
	margin: 0;
	line-height: inherit;
	font-family: monospace;
	padding: 10px;
	width: 100%;
	overflow: auto
}

.lined-textarea__content--wrap {
	white-space: pre-wrap
}

.lined-textarea__content--nowrap {
	white-space: pre
}

@supports (-ms-ime-align:auto) {
	.lined-textarea__content--nowrap {
		white-space: nowrap
	}
}

.lined-textarea__content--disabled {
	border-radius: 10px;
	border-left-width: 1px
}

.lined-textarea__content:focus {
	outline: none
}

.count-helper {
	position: absolute;
	visibility: hidden;
	height: auto;
	width: auto
}::-webkit-scrollbar {
	width: 5px;
	height: 5px
}::-webkit-scrollbar-track {
	background-color: #fff
}::-webkit-scrollbar-thumb {
	background-color: #409eff;
	border-radius: 10px
}

.upload-file-uploader {
	margin-bottom: 5px
}

.upload-file-list .el-upload-list__item {
	border: 1px solid #e4e7ed;
	line-height: 2;
	margin-bottom: 10px;
	position: relative
}

.upload-file-list .ele-upload-list__item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit
}

.ele-upload-list__item-content-action .el-link {
	margin-right: 10px
}

.hide .el-upload {
	display: none
} .el-upload-list--picture-card .el-upload-list__item {
	width: 54px;
	height: 54px
} .el-upload {
	width: 54px;
	height: 54px;
	line-height: 54px
}

.el-icon-plus {
	font-size: 13px
}

.logo {
	margin-right: 12px;
	margin-bottom: 12px;
	width: 54px;
	height: 54px;
	border: 1px solid hsla(210,8%,51%,.13);
	padding: 8px;
	cursor: pointer
}

.dimg {
	height: 200px;
	overflow-y: auto
}

.active {
	border: 2px solid #1890ff
}

.dialog-footer {
	float: right
}

.basic .el-tabs__nav-wrap:after {
	background-color: #fff
}

.setting .el-card__body {
	min-height: 400px
}

.qrimg img {
	width: 320px
}

.set_logo {
	margin-right: 12px;
	margin-bottom: 12px;
	width: 54px;
	height: 54px;
	border: 1px solid hsla(210,8%,51%,.13);
	padding: 8px;
	cursor: pointer
}

.active {
	border: 2px solid #1890ff
}.el-color-picker--mini .el-color-picker__trigger {
	width: 160px
}.download .el-dialog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0!important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: calc(100% - 30px);
	max-width: calc(100% - 30px)
}.download .el-dialog .el-dialog__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto
}

.home {
	font-family: open sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #676a6c;
	overflow-x: hidden
}

.home blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

.home hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.home .col-item {
	margin-bottom: 20px
}

.home ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.home h4 {
	margin-top: 0
}

.home h2 {
	margin-top: 10px;
	font-size: 26px;
	font-weight: 100
}

.home p {
	margin-top: 10px
}

.home p b {
	font-weight: 700
}

.home .update-log ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
	-webkit-padding-start: 40px;
	padding-inline-start: 40px
}