* {
	box-sizing: border-box;
	font-size: 14px;
}

.clearfix {
	clear: both;
}

img {
	max-width: 100%;
}

a:hover {
	color: #166dff;
}

.codelearn {
	background: #f6f8f9;
	overflow: auto;
}
:not(:root):fullscreen::backdrop{
	background: #f6f8f9;
}

.login {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/login_bg.jpg) no-repeat;
	background-size: 100%;
}

.login-logo {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 120px;
	z-index: 99;
}

.login-box {
	position: absolute;
	width: 400px;
	height: 520px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.login-bg {
	width: 400px;
	height: 480px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 40px;
}

.login-box p {
	text-align: center;
	color: #fff;
	line-height: 40px;
}

.login-type {
	line-height: 40px;
}

.login-type-item {
	width: 50%;
	line-height: 30px;
	float: left;
	text-align: center;
}

.login-type-item:nth-child(n+2) {
	border-left: 1px solid #ddd;
}

.login-type-active {
	font-weight: 700;
	color: #0080ff;
}

.login-type-active span {
	padding: 10px 10px;
	border-bottom: 3px solid #0080ff;
}

.login-form {
	margin-top: 40px;
}

.login-form-item {
	height: 50px;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 30px;
	padding-left: 40px;
	background: #fff;
	margin-bottom: 20px;
}

.login-form-icon {
	width: 40px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 10px;
	top: 0;
	text-align: center;
}

.login-form-input {}

.login-form-input .layui-input {
	border: none;
	background: none;
	height: 50px;
	line-height: 50px;
}

.login-form-btn {}

.login-form-btn button {
	background: #0080ff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
}

.login-form-btn button.forget {
	background: none;
	color: #666;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	margin: 0;
}

.login-form-vercode {
	position: relative;
}

.login-form-vercodes {
	width: 148px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.login-form-vercodes img {
	width: 148px;
	height: 48px;
	border-radius: 0 30px 30px 0;
}

.sidebar {
	width: 250px;
	background: #000c17;
	height: 100%;
	position: fixed;
	z-index: 99;
	overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
	width: 0;
}

.sidebar .title {
	height: 70px;
	position: fixed;
	width: 250px;
	z-index: 99;
	background: #000c17;
}

.sidebar .title .logo {
	position: absolute;
	left: 10px;
	top: 19px;
	width: 30px;
	height: 30px;
}

.sidebar .title .h1 {
	position: absolute;
	width: 100%;
	line-height: 70px;
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
	padding-left: 50px;
}

.sidebar .title-box {
	height: 70px;
}

.menu {
	border-radius: 0;
	background: #000c17;
	border: none;
	padding: 0 12px;
}

.menu .layui-menu {
	background: #000c17;
	margin: 0;
}

.menu .layui-menu li {
	line-height: 35px;
	color: #ddd;
	width: 100%;
}

.menu .layui-icon {
	color: #ddd !important;
	font-size: 10px;
	right: 10px;
	top: 3px;
}

.menu .layui-menu li:hover {
	color: #fff;
}

.menu .layui-menu .layui-menu-item-checked{
	background-color: #000c17!important;
}

.menu .layui-menu .layui-menu-item-checked::after{
	display: none;
}

.layui-menu .layui-menu-item-down>ul {
	margin: 0;
	background: #2d2d2d;
}

.menu .layui-menu .layui-menu-item-group li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 3px;
}

.menu .layui-menu .layui-menu-item-group li a {
	padding: 3px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 40px;
	color: #fff;
}

.menu .layui-menu .layui-menu-item-group li a::before {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	margin: auto;
}

.menu .layui-menu .layui-menu-item-group .layui-menu-body-title:hover {
	background: #165dff;
	color: #fff;
	border-radius: 3px;
}

.menu .layui-menu .layui-menu-item-group li:hover,
.menu .layui-menu .layui-menu-item-group .active {
	background: #165dff;
	color: #fff;
	border-radius: 3px;
}

.menu .layui-menu li a {
	display: block;
	width: 100%;
	color: #ddd;
}

. .menu .layui-menu .layui-menu-item-group li:hover a,
.menu .layui-menu .layui-menu-item-group .active a {
	color: #fff;
}

.menu .layui-menu .layui-menu-body-title {
	color: #fff;
}

.menu .layui-menu li {
	padding: 0;
}

.menu .layui-menu li .layui-menu-body-title {
	padding: 3px 20px;
	padding-left: 40px;
	position: relative;
}

.menu .layui-menu .layui-menu-item-down>ul {
	background: none;
}

.menu-icon {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 10px;
	top: 2px;
}

.header {
	position: fixed;
	z-index: 98;
	padding-left: 250px;
	left: 0;
	top: 0;
	height: 62px;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #e8e9eb;
}

.breadcrumb {
	width: max-content;
	padding: 0 20px;
	line-height: 60px;
	float: left;
}

.breadcrumb .layui-icon-right {
	font-size: 12px;
	color: #999;
}

.breadcrumb a,
.breadcrumb .huise {
	color: #999;
}

.breadcrumb span,
.breadcrumb a {
	margin: 0 5px;
}

.option {
	float: right;
}

.options {
	height: 65px;
	padding: 20px 0;
	padding-right: 30px;
	color: #999;
	float: left;
}

.options_icon {
	line-height: 25px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	float: left;
	width: max-content;
}

.options_icon a {
	margin-right: 25px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #e8e9eb;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: left;
}

.options_icon .notice::after {
	content: ' ';
	width: 8px;
	height: 8px;
	position: absolute;
	right: 3px;
	top: -4px;
	background: #e70000;
	border-radius: 50%;
}

.options_icon a i {
	font-size: 18px;
	cursor: pointer;
}

.userinfo {
	height: 65px;
	padding: 15px 0;
	float: left;
	padding-right: 20px;
	cursor: pointer;
}

.headimgurl {
	width: 35px;
	height: 35px;
	float: left;
}

.headimgurl img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.username {
	float: left;
	height: 35px;
	line-height: 35px;
	width: max-content;
	padding: 0 10px;
	font-size: 15px;
	padding-right: 18px;
	background: url(../images/icon_down.png) no-repeat right center;
	background-size: 15px;
}

.username_active {
	background: url(../images/icon_left.png) no-repeat right center;
	background-size: 15px;
}

.user_options {
	position: fixed;
	right: 10px;
	top: 70px;
	width: 140px;
	height: auto;
	border-radius: 10px;
	z-index: 999;
	background: #fff;
	border: 1px solid #e8e9eb;
	padding: 10px;
	display: none;
}

.user_options_item {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

.user_options_item:hover {
	background: #b7d5f3;
	color: #fff;
}

.user_options_hr {
	width: 100%;
	height: 1px;
	background: #e8e9eb;
	margin: 5px 0;
}

.main {
	padding-top: 62px;
	padding-left: 250px;
}

.mainPage {
	padding: 0;
}

.systemItem {
	background-color: #fff;
	padding: 20px;
}

.box {
	background: #fff;
	border: 1px solid #e8e9eb;
	padding: 10px;
}

.box .title {
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
}

.scrollTable {
	overflow-x: auto;
	width: 100%;
}

.table2 {
	table-layout: fixed;
	width: max-content;
	margin: 0;
}

.table tr,
{}

.table tr:hover {
	background: #ddd;
}

.table tr th {
	padding: 10px 10px;
	background: #f2f3f5;
	color: #000;
	line-height: 25px;
	text-align: left;
}

.table tr .bb {
	border-bottom: 1px solid #ece6e6 !important;
}

.table tr .nbg {
	background: none;
}

.table tr td {
	border-bottom: 1px solid #ece6e6 !important;
	padding: 10px 10px;
	line-height: 25px;
	text-align: left;
	background: #fff;
}


.table tr td a {
	color: #166dff;
}

.table td .layui-input {
	line-height: 25px;
	height: 25px;
}

.table td .layui-unselect {
	margin: 0;
	height: 20px;
	line-height: 20px;
	width: 50px;
}

.table td .layui-form-switch i {
	top: 5px;
	width: 10px;
	height: 10px;
}

.table td .layui-form-switch em {
	margin-left: 13px;
}

.table td .layui-form-onswitch em {
	margin-right: 13px;
	margin-left: 0;
}

.table td .layui-form-onswitch i {
	margin-left: -15px;
}

.table .layui-form-checkbox[lay-skin=primary] {
	padding-left: 0;
}

.table .manage {
	min-width: 150px;
}

.table .showSon{
	font-size: 12px;
	background: #166dff;
	padding: 2px 5px;
	color: #fff;
	cursor: pointer;
}

.table .tableSon td{
	background: #f1f1f1;
}

.manage .layui-btn {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	padding: 0 15px;
	color: #fff;
}

.copyright {
	text-align: center;
}

.category a {
	margin-right: 20px;
	border: 1px solid #e8e9eb;
	display: block;
	width: max-content;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	float: left;
}

.category a:hover,
.category a.active {
	background: #166ddf;
	color: #fff;
	border: 1px solid #166ddf;
}

.sForm {
	border-bottom: 1px solid #e8e9eb;
	padding-bottom: 10px;
	position: relative;
}

.sFormField {
	line-height: 35px;
	padding: 5px 0;
	color: #666;
}

.sFormValue {
	padding: 5px 10px;
	padding-right: 20px;
	line-height: 35px;
}

.sForm .layui-input {
	height: 35px;
	background: #f4f4f4;
}

.sForm .layui-input:focus {
	background: #fff;
}

.sFormForms {
	width: 90%;
	min-height: 70px;
	border-right: 1px solid #e8e9eb;
}

.sFormBtns {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 70px;
}

.sFormBtns .layui-btn {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0;
}

.sFormTips {
	line-height: 30px;
	font-size: 12px;
	color: #999;
}

.sFormTips span {
	color: #e70000;
	margin-right: 10px;
	font-size: 12px;
}

.sForm textarea {
	resize: none;
	background: #f4f4f4;
}

.sForm textarea:focus {
	background: #fff;
}

.sFormValue .layui-btn {
	height: 35px;
	line-height: 35px;
}

.topBtn .layui-btn {
	height: 30px;
	line-height: 30px;
}

.topBtn .otherBtn {
	background: #e7e7e7;
	color: #333;
}

.pages {
	background: #fff;
	padding: 10px;
}

.pageTotal {
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.pageTotal span {
	color: #166ddf;
}

.page {
	text-align: center;
}

.pagination {
	margin: 0 auto;
	display: inline-block;
}

.pagination li {
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}

.pagination li a,
.pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #e8e9eb;
}

.pagination li.active a,
.pagination li.active span {
	background: #166ddf;
	color: #fff;
}

.pagination li.disabled a,
.pagination li.disabled span {
	background: #f1f1f1;
	cursor: not-allowed;
}

.uploadImgs {
	margin-bottom: 10px;
}

.uploadImgsItem {
	width: 120px;
	height: 120px;
	border: 1px dashed #e8e9eb;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.uploadImgsItem img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.uploadImgsDelete {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.uploadFile {
	margin-bottom: 10px;
}

.uploadFileItem {
	width: 50%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.uploadFileItem:nth-child(2n) {
	padding-left: 5px;
}

.uploadFileItem:nth-child(2n+1) {
	padding-right: 5px;
}

.uploadFileTitle {
	border: 1px dashed #e8e9eb;
	padding: 10px;
	padding-right: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.uploadFileOptions {
	position: absolute;
	right: 20px;
	width: 80rpx;
	top: 13px;

}

.uploadFileOptions a {
	margin-left: 10px;
}

.uploadFileOptions .layui-icon {
	font-size: 18px;
}

.we {
	z-index: 100;
	margin-top: 10px;
	margin-bottom: 20px;
}

.weToolbar {
	border-bottom: 1px solid #e8e9eb;
	border: 1px solid #e8e9eb;
}

.weEditor {
	height: 300px;
	border: 1px solid #e8e9eb;
}

.postForm{
	text-align: center;
	margin: 20px 0;
}

.postForm .layui-btn{
	margin: 0;
}

.roleMoudle {
    font-weight: 700;
    line-height: 30px;
}

.roleParent {
    line-height: 30px;
    padding-left: 30px;
}

.roleChildItem {
    padding-left: 60px;
    line-height: 30px;
}

.roleItem .roleType{
	margin: 0;
	padding: 1px 2px !important;
	background: #c9ddff !important;
	font-size: 12px;
	color: #333 !important;
	border-radius: 2px;
}

.roleItem .roleTypeApi{
	background: #e8e9eb !important;
	color: #333 !important;
}

.roleItem .layui-form-checked[lay-skin=primary] i {
    border-color: #0080FF !important;
    background-color: #0080FF !important;
    color: #fff;
}

.loginMain{
	background:url(../images/login_bg.jpg);
	width: 100%;
	height: 100%;
	position: fixed;
}

.loginBox{
	width: 400px;
	height: 490px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.welcome p{
	line-height: 30px;
	text-align: center;
	font-size: 18px;
}

.welcome h3{
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}

.welcome p span{
	color: #166dff;
	font-size: 18px;
	margin: 0 10px;
}

.welcome h3 span{
	color: #166dff;
	font-size: 20px;
	margin-right: 5px;
}

.loginDiv{
	background: #fff;
	border-radius: 10px;
	height: 400px;
	margin-top: 20px;
	padding: 20px;
}

.loginForm{
	margin-top: 30px;
	padding: 0 20px;
}

.loginFormInput{
	margin-bottom: 20px;
	position: relative;
}

.loginFormInput .layui-input{
	padding-left: 40px;
	height: 40px;
}

.loginFormIcon{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: center;
	line-height: 30px;
}

.loginFormIcon .layui-icon{
	color: #999;
}

.loginForm .postForm{
	margin: 10px 0;
}

.loginForm .forget{
	line-height: 50px;
	color: #166dff;
	font-size: 12px;
}

.loginCode {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 130px;
    height: 43px;
    cursor: pointer;
}

.loginCode img {
    width: 130px;
    height: 38px;
}

.loginForm .code{
	padding-right: 135px;
}

.errors{
	background: #e5efff;
	width: 100%;
	height: 100%;
	position: fixed;
}

.errorsBox{
	width: 500px;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 50px 30px;
}

.errorsImg{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.errorsTitle{
	line-height: 80px;
	text-align: center;
	color: #666;
	font-size: 18px;
}

.errorsBtn{
	text-align: center;
	padding: 0 40px;
}

.errorsBtn a{
	width: 160px;
	line-height: 40px;
	background: #166dff;
	border-radius: 5px;
	text-align: center;
	display: block;
	color: #fff;
	float: left;
	margin: 0 10px;
	margin-top: 20px;
}

.profile{
	position: relative;
	min-height: 120px;
	padding-left: 120px;
}

.profileHeadimg{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.profileHeadimg img{
	border-radius: 50%;
}

.profileInfo{
	padding: 10px 20px;
}

.profileKey{
	text-align: right;
	width: 30%;
	float: left;
	line-height: 40px;
	color: #999;
}
.profileValue{
	width: 70%;
	float: left;
	line-height: 40px;
	padding-left: 20px;
}

.setting{
	margin-top: 10px;
}

.settingItem{
	padding: 15px 0;
	position: relative;
	min-height: 50px;
	border-bottom: 1px solid #e8e9eb;
	padding-left: 100px;
	padding-right: 120px;
}

.settingTitle{
	width: 100px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 15px;
}

.settingTips{
	line-height: 30px;
	color: #999;
}

.settingTips span{
	color: green;
}

.settingTips .red{
	color: #e70000;
}

.settingLinks{
	position: absolute;
	width: 120px;
	text-align: right;
	height: 30px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #166dff;
}

.headerNotice{
	display: block;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #e70000;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
}