body {
	font-size: 14px;
}

.wrapper {
	overflow-y: auto;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

nav.none {
	height: 20px;
}

nav.none ol {
	display: none;
}

.nav .nav-item a {
	cursor: pointer;
}

.btn {
	font-size: 14px;
}

.btn.btn-sm {
	font-size: 12px;
}

.mdi {
	font-size: 18px;
	line-height: 1.2;
}

.btn .mdi {
	line-height: 14px;
	vertical-align: sub;
}

.btn.btn-mdi {
	padding: .28rem;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.h-10 {
	height: 10%;
}

.h-20 {
	height: 20%;
}

.h-30 {
	height: 30%;
}

.h-40 {
	height: 40%;
}

.h-60 {
	height: 60%;
}

.h-70 {
	height: 70%;
}

.h-80 {
	height: 80%;
}

.h-90 {
	height: 90%;
}

.text-yahei {
	font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.badge .mdi {
	font-size: 16px;
	vertical-align: sub;
}

.badge .mdi.mdi-close {
	cursor: pointer;
}

.accordion .accordion-title {
	cursor: pointer;
	position: relative;
}

.accordion .accordion-title .accordion-arrow {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg);
	transition: transform .3s linear;
}

.accordion .accordion-title .accordion-arrow.down {
	transform: rotate(0deg);
}

.cursor-pointer {
	cursor: pointer;
}

.table {
	font-size: 14px;
}

.table td,
.table th {
	padding: 0.6rem;
	white-space: nowrap;
}

.table .custom-control.custom-checkbox {
	margin: 0;
	padding: 0;
	width: 1rem;
	height: 1rem;
	min-height: 0;
}

.table .custom-control-input~.custom-control-label::after,
.table .custom-control-input~.custom-control-label::before {
	top: 0;
	left: 0;
}

input[data-switch] {
	display: none !important;
}

input[data-switch]+label {
	margin-top: 6px;
	margin-bottom: 0px;
}

.form-group {
	margin-bottom: 1.4rem;
}

.form-group .must:before {
	content: "*";
	color: var(--red);
	margin-right: 3px;
}

.form-group .custom-radio,
.form-group .custom-checkbox {
	margin-top: 0.5rem;
}

.form-query {}

.form-query>* {
	vertical-align: top;
	margin-right: 1rem;
}

.n-top,
.n-right,
.n-bottom,
.n-left {
	display: block !important;
}

.n-default .n-left,
.n-default .n-right {
	margin-top: 0 !important;
}

select.form-control.is-invalid {
	background-image: none;
}

.msg-box .msg-wrap {
	top: 2px !important;
	margin-left: 0px !important;
}

.table-input {
	padding: 0 !important;
}

.table-input input,
.table-input select {
	border: none;
	width: 100%;
	height: 100%;
	line-height: inherit;
	background: transparent;
	padding: 0 .6rem;
}

.table-input input:focus,
.table-input select:focus {
	background: #fff;
}

.table-normal .table-input input,
.table-normal .table-input select {
	height: 39px;
}

.table-input img {
	height: 28px;
	width: auto;
	margin: 5px;
}

.table-action {}

.table-action .table-action-item {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-right: 1px solid #eee;
	color: var(--blue) !important;
	cursor: pointer;
}

.table-action .table-action-item:first-child {
	padding-left: 0;
}

.table-action .table-action-item:last-child {
	border-right: none;
}

.left-side-menu {
	width: 260px;
	z-index: 10;
	background: linear-gradient(135deg, #8f75da 0, #727cf5 60%);
	bottom: 0;
	position: fixed;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	top: 0;
	padding-top: 70px;
	-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	background: #313a46;
}

.left-side-menu .logo {
	display: block;
	width: 260px;
	line-height: 70px;
	position: fixed;
	top: 0;
}

.scroll {
	height: 100%;
	overflow: auto;
}

.scroll::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background-color: transparent;
}

.scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;

}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(172, 172, 172, 0.6);
}

.side-nav li {
	list-style: none;
}

.side-nav .side-nav-link {
	color: #8391a2;
	display: block;
	padding: 10px 30px;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.side-nav .side-nav-link i {
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.side-nav .side-nav-link span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.side-nav>.side-nav-item>.side-nav-link {
	padding: 10px 20px;
}

.side-nav>.side-nav-item>.side-nav-child>.side-nav-item>.side-nav-link {
	padding-left: 50px;
}

.side-nav>.side-nav-item>.side-nav-child>.side-nav-item>.side-nav-child>.side-nav-item>.side-nav-link {
	padding-left: 80px;
}

.side-nav .side-nav-child {
	height: 0px;
	overflow: hidden;
}

.side-nav .side-nav-child.show {
	height: auto !important;
}

.side-nav .side-nav-link:hover,
.side-nav .side-nav-link.active {
	text-decoration: none;
	color: #fff;
}

.side-nav span.menu-arrow {
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
	position: absolute;
	right: 30px;
	top: 13px;
	display: inline-block;
	font-family: 'Material Design Icons';
	text-rendering: auto;
	font-size: 1.2rem;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.side-nav .menu-arrow:before {
	content: "\F142";
}

.side-nav .side-nav-link.extend>.menu-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #fff;
}

.right-content {
	margin-left: 260px;
	overflow: hidden;
	padding-top: 70px;
}

.right-content .iframe-content {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
}

.right-content .iframe-content .iframe-loading {
	position: absolute;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
}

.right-content .iframe-content .iframe-loading.show {
	visibility: visible;
	opacity: 1;
}

.right-content .iframe-content .iframe-loading .iframe-loading-position {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.right-content .navbar-custom {
	padding: 0 24px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	height: 70px;
	position: fixed;
	left: 260px;
	top: 0;
	right: 0;
	z-index: 1001;
}

.navbar-custom .navbar-menu {
	height: 100%;
	float: right;
}

.navbar-custom .navbar-menu li {}

.navbar-custom .navbar-menu li .dripicons-gear,
.navbar-custom .navbar-menu li .dripicons-bell {
	font-size: 20px;
	cursor: pointer;
}

.navbar-custom .navbar-menu .navbar-user-info {
	background-color: #fafbfd;
	border: 1px solid #f1f3fa;
	border-width: 0 1px;
}

.navbar-custom .navbar-menu .navbar-user-info>img {
	height: 45px;
	width: 45px;
	border-radius: 50%;
}

.navbar-custom .navbar-menu .navbar-user-info>span {
	display: inline-block;
	line-height: 32px;
	padding-left: 5px;
	min-width: 50px;
	vertical-align: middle;
}

.navbar-custom .navbar-menu li>a {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0px 20px;
	cursor: pointer;
}

.navbar-custom .dropdown .dropdown-menu {
	left: auto;
	right: 0px;
	-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
	border: 1px solid #e4eaf2;
	visibility: hidden;
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 20px;
}

.navbar-custom .dropdown:hover>.dropdown-menu {
	visibility: visible;
	margin-top: 0px;
	opacity: 1;
}

.navbar-custom .dropdown:hover>.dropdown-menu .mdi {
	vertical-align: sub;
}

.notification-badge {
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 18px;
	border-radius: 50%;
	height: 7px;
	width: 7px;
	background-color: #fa5c7c;
}

.menu-manager {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

.menu-manager .menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: background .15s;
	transition: background .15s;
}

.menu-manager .menu-item:hover {
	color: #6c757d;
	background-color: #f1f3fa;
}

.menu-manager .menu-item>* {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 36px;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.menu-manager .menu-item>div:nth-child(1) {
	width: 20%;
}

.menu-manager .menu-item>div:nth-child(2) {
	width: 30%;
}

.menu-manager .menu-item>div:nth-child(3) {
	width: 10%;
}

.menu-manager .menu-item>div:nth-child(4) {
	width: 10%;
}

.menu-manager .menu-item>div:nth-child(5) {
	width: 30%;
}

.menu-manager .menu-item .menu-name {
	cursor: pointer;
}

.menu-manager .menu-item .menu-name .mdi-chevron-right:before {
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.menu-manager .menu-item .menu-name.extend .mdi-chevron-right:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu-manager .menu-item .menu-name:hover>span {
	color: var(--primary);
}

.menu-manager .menu-item .blank {
	width: 20px;
}

.menu-manager .menu-children {
	overflow: hidden;
	height: 0px;
}

.menu-manager .menu-children.show {
	height: auto !important;
}

/* 分页样式 */
.pageInfo {
	margin: 10px 0px;
}

.pageInfo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.pageInfo ul li {
	display: table-cell;
	padding: 5px 12px;
	cursor: pointer;
}

.pageInfo ul li:last-child {
	padding: 0px 10px;
}

.pageInfo ul li:first-child {
	padding: 0px 10px;
}

.pageInfo ul li:hover {
	color: var(--primary);
}

.pageInfo ul li.active {
	color: var(--primary);
	font-weight: bold;
}

.pageInfo ul li.disabled {
	cursor: not-allowed;
}

.pageInfo ul li .mdi {
	vertical-align: middle;
}

/* 分页样式结束 */
/* .upload-img {
	position: relative;
	border-radius: 100%;
	display: inline-block;
	width: 80px;
	height: 80px;
}

.upload-img img {
	width: 100%;
	height: 100%;
}

.upload-img .hover {
	line-height: 80px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.upload-img:hover .hover {
	opacity: 1;
}

.upload-image-cropper {
	height: 100%;
}

.upload-image-cropper .content {
	height: 100%;
	overflow: hidden;
}

.upload-image-cropper .content img {
	height: 100%;
	width: 100%;
}

.upload-image-cropper .action-btns {}

.upload-image-cropper .action-btns .btn {
	width: 100px;
	display: block;
	margin-bottom: 10px;
}

.upload-image-cropper .show-box {
	height: 100px;
	width: 100px;
	position: relative;
	border: 1px solid #eee;
	overflow: hidden;
}

.upload-image-cropper .show-box img {
	position: absolute;
} */

.layui-layer-btn .layui-layer-btn0 {
	color: #ffffff !important;
}

.jplat-admin-breadcrumbs {
	padding: 45px 0 20px;
}

.jplat-admin-breadcrumbs>.jplat-admin-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.jplat-admin {}

.breadcrumb .breadcrumb-item>a {
	vertical-align: top;
}

.breadcrumb .breadcrumb-item>a>.mdi {
	vertical-align: sub;
}

.breadcrumb .mdi-rotate-3d-variant {
	cursor: pointer;
	color: var(--primary)
}

[tabs-item] {
	display: none;
}

.auto-list {
	position: absolute;
	top: 100%;
	min-width: 180px;
	max-height: 300px;
	list-style: none;
	padding-left: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 5px 5px #999;
	display: none;
	overflow: auto;
	background: #fff;
	z-index: 99;
}

.auto-list li {
	padding: 5px 8px;
	display: none;
	cursor: pointer;
}

.auto-list li span {
	color: var(--info);
	font-weight: bold;
}

.auto-list li:hover {
	background: #eee;
}

.img-box {
	overflow: hidden;
	width: 100%;
}

.img-box img {
	width: 100%;
}

.upload {}

.upload .download {
	display: none;
	vertical-align: bottom;
	font-size: 12px;
	color: var(--primary)
}

.upload .download.show {
	display: inline-block;
}

.upload .download i {
	font-size: 16px;
}

.upload .upload-img {
	display: inline-block;
	height: 120px;
	min-width: 120px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #eee;
	background-image: url(../images/bg-02.png);
}

.upload.sm .upload-img {
	height: 90px;
	min-width: 90px;
}

.upload .upload-img>img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.upload .upload-img .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	cursor: pointer;
	text-align: center;
}

.upload .upload-img .hover i {
	color: var(--primary);
	line-height: 120px;
	font-size: 26px;
}

.upload .upload-img .clear {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}

.upload .upload-img .clear i {
	font-size: 20px;
	color: #999;
}

.upload .upload-img img[src=""]+.clear,
.upload .upload-img img:not([src])+.clear {
	display: none;
}

.upload .upload-img .hover:hover {
	opacity: 1;
}

.upload .file-upload {
	display: inline-block;
	padding-top: calc(.45rem + 1px);
	padding-bottom: calc(.45rem + 1px);
}

.upload .btn-upload {
	cursor: pointer;
	color: var(--success);
}

.upload .file-upload+.download {
	vertical-align: middle;
}

.ads-space-list {
	width: 300px;
	padding-left: 12px;
	padding-right: 12px;
}

.ads-space-list li {
	width: 100%;
	padding: 8px 15px;
	border-left: 3px solid #aaa;
	background-color: #eee;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.ads-space-list li:hover,
.ads-space-list li.active {
	border-left-color: var(--success);
	color: var(--success);
}

.right-win {}

.layui-layer-dialog.app-theme-default {
	overflow: hidden;
	border-radius: 4px;
	min-width: 320px;
}

.app-theme-default .layui-layer-title {
	background: var(--success);
	color: #fff;
	border: none;
	font-size: 1rem;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}

.app-theme-default .layui-layer-close,
.app-theme-default .layui-layer-min,
.app-theme-default .layui-layer-max {
	background: none;
	display: inline-block;
	width: 28px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	opacity: .7;
	margin-left: 0;
}

.app-theme-default .layui-layer-close:before,
.app-theme-default .layui-layer-min:before,
.app-theme-default .layui-layer-max:before {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.app-theme-default .layui-layer-close:before {
	content: "\F5AD";
}

.app-theme-default .layui-layer-min:before {
	content: "\F5B0";
}

.app-theme-default .layui-layer-max:before {
	content: "\F5AF";
}

.app-theme-default .layui-layer-max.layui-layer-maxmin:before {
	content: "\F5B2";
}

.app-theme-default .layui-layer-close:hover,
.app-theme-default .layui-layer-min:hover,
.app-theme-default .layui-layer-max:hover {
	opacity: 1 !important;
}

.app-theme-default .layui-layer-min cite {
	display: none;
}

.layui-layer-dialog.app-theme-default-msg,
.layui-layer-dialog.app-theme-danger-msg {
	min-width: 220px;
	border: none;
	overflow: hidden;
	border-radius: 4px;
	top: 90px !important;
	left: auto !important;
	right: 24px !important;
}

.layui-layer-dialog.app-theme-default-msg .layui-layer-content,
.layui-layer-dialog.app-theme-danger-msg .layui-layer-content {
	padding: 12px;
}

.app-theme-default-msg .layui-layer-content:before,
.app-theme-danger-msg .layui-layer-content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	-webkit-transition: width 2s ease-in;
	-o-transition: width 2s ease-in;
	transition: width 2s ease-in;
	background-color: rgba(0, 0, 0, 0.2);
}

.app-theme-default-msg .layui-layer-content.loaded:before,
.app-theme-danger-msg .layui-layer-content.loaded:before {
	width: 100%;
}

.layui-layer-dialog.app-theme-default-msg .layui-layer-content {
	color: #fff;
	padding-left: 45px;
	background: var(--success);
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.layui-layer-dialog.app-theme-danger-msg .layui-layer-content {
	color: #fff;
	padding-left: 45px;
	background: var(--danger);
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.app-theme-default .layui-layer-btn {
	border-top: 1px solid #dee2e6;
	padding: 1rem;
}

.app-theme-default .layui-layer-btn>a {
	height: auto;
	font-size: 14px;
	min-width: 65px;
	display: inline-block;
	font-weight: 400;
	color: #6c757d;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .45rem .9rem;
	line-height: 1.5;
	margin: 0;
	border-radius: .15rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out,
		-webkit-box-shadow .15s ease-in-out;
}

.app-theme-default .layui-layer-btn .layui-layer-btn1 {
	-webkit-box-shadow: 0 2px 6px 0 rgba(238, 242, 247, .5);
	box-shadow: 0 2px 6px 0 rgba(238, 242, 247, .5);
	color: #313a46 !important;
	background-color: #eef2f7;
	border-color: #eef2f7;
}

.app-theme-default .layui-layer-btn .layui-layer-btn1:hover {
	color: #313a46 !important;
	background-color: #d4deeb;
	border-color: #cbd7e7;
}

.app-theme-default .layui-layer-btn .layui-layer-btn0 {
	color: #fff;
	background-color: #0acf97;
	border-color: #0acf97;
	-webkit-box-shadow: 0 2px 6px 0 rgba(10, 207, 151, .5);
	box-shadow: 0 2px 6px 0 rgba(10, 207, 151, .5);
	margin-right: .8rem;
}

.app-theme-default .layui-layer-btn .layui-layer-btn0:hover {
	color: #fff;
	background-color: #08ab7c;
	border-color: #089e74;
}

.layui-layer-dialog.app-theme-default .layui-layer-padding {
	padding: 28px 20px 28px 55px;
}

.layui-layer-dialog.app-theme-default .layui-layer-content .layui-layer-ico {
	top: 24px;
}

.fr-second-toolbar {
	display: none !important;
}

.fr-box.fr-basic .fr-wrapper {
	border: 1px solid #CCCCCC !important;
	border-radius: 0 0 10px 10px;
}

.ueditor-container {}

.ueditor-container img,
.ueditor-container video {
	max-width: 100%;
	height: auto;
}

.ueditor-container p {
	margin-bottom: 0;
}

.loading-0 {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	position: relative;
}

.loading-0 .inner {
	border: 4px solid var(--info);
	opacity: .8;
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 37px;
	left: 37px;

	-webkit-animation: spin-right 1.2s linear infinite normal;
	-moz-animation: spin-right 1.2s linear infinite normal;
	-ms-animation: spin-right 1.2s linear infinite normal;
	animation: spin-right 1.2s linear infinite normal;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}

.loading-0 .outer {
	border: 4px solid var(--info);
	opacity: .8;
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 27px;
	left: 27px;

	-webkit-animation: spin-pulse 1.2s linear infinite normal;
	-moz-animation: spin-pulse 1.2s linear infinite normal;
	-ms-animation: spin-pulse 1.2s linear infinite normal;
	animation: spin-pulse 1.2s linear infinite normal;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}

@keyframes spin-right {
	from {
		transform: rotate(0deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(180deg);
		opacity: 1.0;
	}

	to {
		transform: rotate(360deg);
		opacity: 0.2;
	}
}

@-moz-keyframes spin-right {
	from {
		-moz-transform: rotate(0deg);
		opacity: 0.2;
	}

	50% {
		-moz-transform: rotate(180deg);
		opacity: 1.0;
	}

	to {
		-moz-transform: rotate(360deg);
		opacity: 0.2;
	}
}

@-webkit-keyframes spin-right {
	from {
		-webkit-transform: rotate(0deg);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: rotate(180deg);
		opacity: 1.0;
	}

	to {
		-webkit-transform: rotate(360deg);
		opacity: 0.2;
	}
}

@keyframes spin-pulse {
	from {
		transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
	}

	50% {
		transform: rotate(145deg);
		opacity: 1;
	}

	to {
		transform: rotate(-320deg);
		opacity: 0;
	}
}

@-moz-keyframes spin-pulse {
	from {
		-moz-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
	}

	50% {
		-moz-transform: rotate(145deg);
		opacity: 1;
	}

	to {
		-moz-transform: rotate(-320deg);
		opacity: 0;
	}
}

@-webkit-keyframes spin-pulse {
	from {
		-webkit-transform: rotate(160deg);
		opacity: 0;
		box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
	}

	50% {
		-webkit-transform: rotate(145deg);
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-320deg);
		opacity: 0;
	}
}

.form-group .info-warnning {
	color: #98a6ad;
	line-height: calc(2.25rem + 2px);
}


/* tip */
[data-tip] {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

[data-tip]::before,
[data-tip]::after {
	position: absolute;
	visibility: visible;
	opacity: 0;
	z-index: 20200618;
	pointer-events: none;
	transition: .2s;
}

[data-tip]::before {
	content: '';
	border: 5px solid transparent;
	border-top-color: rgba(20, 20, 20, .7);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	left: 50%;
	margin-bottom: -5px;
}

[data-tip]::after {
	content: attr(data-tip);
	background: rgba(20, 20, 20, .7);
	font-size: 12px;
	color: #fff;
	padding: 4px 8px;
	border-radius: 2px;
	bottom: 100%;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 5px;
}

[data-tip]:hover::before,
[data-tip]:hover::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

[data-tip=""]::before,
[data-tip=""]::after {
	display: none !important;
}

[data-tip][data-tip-placement="right"]::after {
	left: 100%;
	bottom: 50%;
	transform: translateY(50%);
	margin-left: 5px;
	margin-bottom: 0;
}

[data-tip][data-tip-placement="right"]::before {
	border-top-color: transparent;
	border-right-color: rgba(20, 20, 20, .7);
	left: 100%;
	bottom: 50%;
	transform: translateY(50%);
	margin-left: -5px;
	margin-bottom: 0;
}


[data-tip][data-tip-placement="left"]::after {
	left: unset;
	right: 100%;
	bottom: 50%;
	transform: translateY(50%);
	margin-right: 5px;
	margin-bottom: 0;
}

[data-tip][data-tip-placement="left"]::before {
	border-top-color: transparent;
	border-left-color: rgba(20, 20, 20, .7);
	left: unset;
	right: 100%;
	bottom: 50%;
	transform: translateY(50%);
	margin-right: -5px;
	margin-bottom: 0;
}

/* tip end */

hr[data-text] {
	position: relative;
}

hr[data-text]::before {
	content: attr(data-text);
	position: absolute;
	left: 5%;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	transform: translateY(-50%);
	font-size: 16px;
}

hr[data-text][data-position='center'] {
	left: 50%;
	transform: translate(-50%, -50%);
}

.color-picker {
	display: inline-block;
	padding: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #bababa;
	margin-top: .5rem;
	cursor: pointer;
}

.color-picker .color-picker-trigger {
	width: 100%;
	height: 100%;
}

.album {
	background-image: url(../images/bg-01.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: right bottom;
}

.album .title {
	height: 40px;
	line-height: 40px;
	background-color: #eee;
}

.album .title .mdi-close {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #333;
	opacity: .7;
}

.album .title .mdi-close:hover {
	opacity: 1;
}

.album .nav .btn {
	font-size: 12px;
	padding: .25rem .5rem;
	margin-top: 5px;
}

.album .nav .nav-item {
	width: 125px;
	text-align: center;
}

.album .album-left {
	height: 500px;
	border-right: 1px solid #eee;
	width: 125px;
}

.album .album-right {
	height: 500px;
}

.album .album-left ul li {}

.album .album-left ul li a {
	padding: .25rem .5rem;
	cursor: pointer;
	display: block;
	border-left: 3px solid transparent;
	position: relative;
}

.album .album-left ul li a.group-item:hover {
	color: var(--primary);
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

.album .album-left ul li a.group-item:hover .mdi-square-medium-outline {
	transform: translateZ(45deg);
}

.album .album-left ul li a.group-item.active {
	color: var(--primary);
	border-left-color: var(--primary);
	background-color: rgba(114, 124, 245, .1);
}

.album .album-left ul li a .mdi-close {
	opacity: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

.album .album-left ul li a i {
	vertical-align: text-top;
}

.album .album-left ul li a.group-item:hover .mdi-close {
	opacity: 1;
}

.album .album-left ul li a.group-item-add:hover {
	color: var(--primary);
	text-decoration: underline;
}

.album .album-right>.row {
	min-height: 410px;
}

.album .album-right .album-item {
	width: 20%;
	padding: 10px;
}

.album .album-right .album-item-img {
	background-image: url(../images/bg-02.png);
	height: 154px;
	text-align: center;
	position: relative;
	border-radius: 3px;
}

.album .album-right .album-item-upload {
	height: 154px;
	text-align: center;
	padding-top: 65px;
	border: 1px solid #eee;
	cursor: pointer;
	background-color: #fafbfd;
}

.album .album-right .album-item-upload .mdi {
	font-size: 26px;
	color: var(--primary);
}

.album .album-right .album-item-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.album .album-right .album-item-img .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	padding-top: 65px;
	border: 1px solid var(--primary);
	border-radius: 3px;
	box-shadow: 2px 2px 6px #666;
}

.album .album-right .album-item-img .hover .mdi {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: var(--primary);
}

.album .album-right .album-item-img.active .hover {
	opacity: 1;
}

.album .album-right .album-item-name {
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.album .album-button {
	text-align: right;
	position: absolute;
	left: 125px;
	right: 0;
	bottom: 0;
	padding: 8px 15px;
	background-color: rgba(255, 255, 255, .6);
	border-top: 1px solid #eee;
}

.album.album-lg {
	height: 100%;
	border-top: 1px solid #eee;
	background-size: 30%;
}

.album.album-lg .album-left {
	width: 300px;
	padding-top: 10px;
}

.album.album-lg .album-left,
.album.album-lg .album-right {
	height: 100%;
}

.album.album-lg .album-right .album-item {
	width: 10%;
}

.album.album-lg .album-right>.row {
	min-height: unset;
}

.album.album-lg .album-file-size {
	position: absolute;
	left: 0;
	bottom: 0;
}

.copy-right {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.container-image {
	position: relative;
}

.container-image>img {
	width: 100%;
}

.container-image .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
