html,
body {
	margin: 0;
	padding: 0;
	height: 100%
}

body {
	min-width: 1400px;
	font-family: "Microsoft YaHei"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

a {
	text-decoration: none;
	color: #3b3b3b
}

a:hover {
	text-decoration: underline
}

p {
	font-size: 14px
}

table {
	border-collapse: collapse;
	width: 100%
}

table thead th {
	background-color: #f9fafa !important;
	font-weight: bold;
	color: #455c8b
}

table .el-button {
	padding: 6px 8px;
	margin-bottom: 6px;
	margin-left: 4px
}

table .el-button+.el-button {
	margin-left: 4px
}

table.custom {
	border-collapse: collapse;
	width: 100%
}

table.custom td,
table.custom th {
	border: 1px solid #bbc4f0;
	padding: 8px;
	font-size: 14px
}

table.custom th {
	background-color: #f5f5f5;
	font-weight: bold;
	color: #455c8b
}

.list-page-header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 1rem
}

.list-page-header .pageSearch {
	-webkit-flex: 1;
	flex: 1
}

.list-page-header .pageSearch .el-form-item {
	margin-bottom: 0
}

.list-page-header .pageSearch .el-row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.list-page-header .pageSearch .el-row>.el-col-4 {
	min-width: 160px
}

.list-page-header .pageSearch .el-row>.el-col-2 {
	min-width: 90px
}

.list-page-header .pageSearch .el-form-item__content .el-input__inner {
	background-color: #fff;
	border-radius: 18px;
	border: 1px solid #9ea5ba
}

.list-page-header .pageSearch .el-form-item__content .el-input__inner::-webkit-input-placeholder {
	color: #999
}

.list-page-header .pageSearch .el-form-item__content .el-input__inner::-moz-input-placeholder {
	color: #999
}

.list-page-header .pageSearch .el-form-item__content .el-input__inner::-ms-input-placeholder {
	color: #999
}

.list-page-header .pageSearch .el-form-item__content .el-input__inner input {
	background-color: transparent
}

.contentBox-wrap {
	height: 100%;
	padding-top: 10px;
	border-radius: 4px;
	box-sizing: border-box
}

.contentBox-wrap .projectHead {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	-ms-box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
	box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
	background-color: #fff;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	color: #333
}

.contentBox-wrap .projectHead .projectData {
	margin: 0 0 0 auto
}

.contentBox-wrap .projectHead .projectData span {
	color: #0485eb;
	margin: 0 40px 0 0
}

.contentBox-wrap .contentBox-outer {
	height: calc(100% - 10px)
}

.contentBox-wrap .contentBox-outer #leftMenu {
	float: left;
	width: 220px;
	height: 100%;
	/* padding: 10px; */
	box-sizing: border-box;
	-webkit-box-shadow: 2px 3px 8px rgba(114, 115, 124, .38);
	-moz-box-shadow: 2px 3px 8px rgba(114, 115, 124, .38);
	box-shadow: 2px 3px 8px rgba(114, 115, 124, .38);
	background-color: #fff;
	border-radius: 4px
}

.contentBox-wrap .contentBox-outer #leftMenu .el-menu {
	background-color: #fff
}

.contentBox-wrap .contentBox-outer #leftMenu .el-menu-item.is-active {
	color: #138fed;
	background-color: #fff;
	border-right: 3px solid #138fed
}

.contentBox-wrap .contentBox-outer .bottom-menu {
	padding: 6px;
	position: absolute;
	width: calc(100% - 20px);
	bottom: 10px;
}

.contentBox-wrap .contentBox-outer .bottom-menu a {
	display: block;
	line-height: 40px;
	margin-bottom: 6px;
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #3b3b3b;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 4px
}

.contentBox-wrap .contentBox-outer .bottom-menu a:hover {
	-webkit-box-shadow: 2px 3px 10px rgba(95, 103, 255, .3);
	-moz-box-shadow: 2px 3px 10px rgba(95, 103, 255, .3);
	box-shadow: 2px 3px 10px rgba(95, 103, 255, .3);
	background: -owg-linear-gradient(left, #138fed, #5ab1f2);
	background: -webkit-linear-gradient(left, #138fed, #5ab1f2);
	background: -moz-linear-gradient(left, #138fed, #5ab1f2);
	background: -o-linear-gradient(left, #138fed, #5ab1f2);
	background: linear-gradient(left, #138fed, #5ab1f2);
	border-color: #138fed;
	color: #fff;
	background-color: #138fed
}

.contentBox-wrap .contentBox-outer #rightContent {
	float: right;
	-webkit-box-shadow: 2px 3px 8px rgba(114, 115, 124, .38);
	-moz-box-shadow: 2px 3px 8px rgba(114, 115, 124, .38);
	box-shadow: 2px 3px 8px rgba(114, 115, 124, .38);
	width: calc(100% - 220px - 30px);
	margin-right: 10px;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px
}

.contentBox-wrap .contentBox-outer .btns {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.contentBox-wrap .contentBox-outer .btns .el-button+.el-button {
	margin-left: 6px
}

.contentBox-wrap .contentBox-outer .btns .el-button {
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: 2px 3px 8px rgba(98, 106, 254, .5);
	transition: translate, .5s
}

.contentBox-wrap .contentBox-outer .btns .el-button:hover {
	transform: translate(0, -5px)
}

.scrollBox {
	overflow: auto
}

.scrollBox::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.scrollBox::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 2px
}

.scrollBox::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 6px
}

.scrollBox::-webkit-scrollbar-thumb:hover {
	background: #bfbfbf
}

.scrollBox::-webkit-scrollbar-corner {
	background: #179a16
}

.back-admin .list-page-header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 1rem
}

.back-admin .list-page-header .pageSearch {
	-webkit-flex: 1;
	flex: 1
}

.back-admin .list-page-header .pageSearch .el-form-item {
	margin-bottom: 0
}

.back-admin .list-page-header .pageSearch .el-row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.back-admin .list-page-header .pageSearch .el-row>.el-col-4 {
	min-width: 160px
}

.back-admin .list-page-header .pageSearch .el-row>.el-col-2 {
	min-width: 90px
}

.back-admin .list-page-header .pageSearch .el-form-item__content .el-input__inner {
	background-color: #fff;
	border-radius: 18px;
	border: 1px solid #9ea5ba
}

.back-admin .list-page-header .pageSearch .el-form-item__content .el-input__inner::-webkit-input-placeholder {
	color: #999
}

.back-admin .list-page-header .pageSearch .el-form-item__content .el-input__inner::-moz-input-placeholder {
	color: #999
}

.back-admin .list-page-header .pageSearch .el-form-item__content .el-input__inner::-ms-input-placeholder {
	color: #999
}

.back-admin .list-page-header .pageSearch .el-form-item__content .el-input__inner input {
	background-color: transparent
}

.back-admin .contentBox-outer {
	height: calc(100% - 10px)
}

.back-admin .contentBox-outer #leftMenu {
	float: left;
	width: 180px;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-shadow: 10px 10px 18px rgba(133, 158, 209, .18);
	-moz-box-shadow: 10px 10px 18px rgba(133, 158, 209, .18);
	box-shadow: 10px 10px 18px rgba(133, 158, 209, .18);
	background-color: #282e4a;
	border-radius: 4px
}

.back-admin .contentBox-outer #leftMenu .el-menu {
	padding: 10px;
	background-color: #282e4a
}

.back-admin .contentBox-outer #leftMenu .el-menu .el-menu-item {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #fff
}

.back-admin .contentBox-outer #leftMenu .el-menu .el-menu-item.is-active {
	background: #138fed;
	color: #fff
}

.back-admin .contentBox-outer #leftMenu .el-menu .el-menu-item:focus,
.back-admin .contentBox-outer #leftMenu .el-menu .el-menu-item:hover {
	background-color: rgba(255, 255, 255, .2)
}

.back-admin .contentBox-outer #rightContent {
	float: right;
	width: calc(100% - 180px - 30px);
	margin-right: 10px;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-shadow: 10px 10px 18px rgba(133, 158, 209, .18);
	-moz-box-shadow: 10px 10px 18px rgba(133, 158, 209, .18);
	box-shadow: 10px 10px 18px rgba(133, 158, 209, .18);
	background-color: #fff;
	border-radius: 4px
}

.back-admin .contentBox-outer .btns {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.back-admin .contentBox-outer .btns .el-button+.el-button {
	margin-left: 6px
}

.back-admin .contentBox-outer .btns .el-button {
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: 2px 3px 8px rgba(98, 106, 254, .5);
	transition: translate, .5s
}

.back-admin .contentBox-outer .btns .el-button:hover {
	transform: translate(0, -5px)
}

.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700;
	float: right;
	margin-top: 10px
}

.flex-box-v-middle {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.flex-box-h-middle {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

.project_content {
	height: 100%;
	overflow: auto;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5);
	padding: 20px;
	position: relative;
	z-index: 120;
}

.project_content .header-back-btn {
	position: absolute;
	top: -38px;
	right: 10px;
	border: none;
	color: #333;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-size: 20px
}

.project_content .header-back-btn:hover {
	background-color: #999;
	color: #fff
}

.project_content .wrap {
	height: 100%;
	overflow: auto;
	position: relative
}

.project_content .listHead {
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	color: #b0b0b0;
	line-height: 40px;
	margin-bottom: 10px
}

.project_content .listHead span {
	color: #28cd00
}

.project_content .btnsHead {
	padding-top: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.project_content .btnsHead .el-button {
	margin-right: 30px
}

.project_content .btnsHead .el-input {
	width: 240px;
	margin-right: 10px
}

.project_content .btnsHead .el-icon-search {
	font-size: 20px
}

.project_content .btnsHead .searchBtn {
	padding: 8px 20px
}

.project_content .btnsHead .el-input__inner {
	height: 38px;
	line-height: 38px
}

.project_content .subHead {
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #28cd00;
	font-weight: bold;
	margin-top: -10px
}

.project_content .subHead .borderLeft {
	width: 3px;
	height: 18px;
	display: inline-block;
	background: #28cd00;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px
}

.dialog-footer {
	text-align: center;
}

.page-footer {
	text-align: center;
}
.search-btn {
    height: 36px;
    line-height: 20px;
    background: #3e7ffa;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin-right: 16px;
    padding: 8px 16px
}

.search-btn em {
    margin-right: 8px
}

.search-btn:hover {
    background-color: #5993ff
}

.disabled-search-btn {
    background: #bad0f8;
    cursor: not-allowed
}

.disabled-search-btn:hover {
    background-color: #bad0f8
}

.reset-btn {
    width: 82px;
    height: 36px;
    line-height: 36px;
    background: #e6ebf0;
    text-align: center;
    cursor: pointer;
    color: #3f4144;
    border-radius: 2px;
    display: inline-block;
    margin-right: 16px
}

.reset-btn em {
    margin-right: 8px
}

.reset-btn:hover {
    background-color: #cfcfcf
}
.delimiter {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cfcfcf;
    margin: 0px 5px
}
.table-opt-box a{
    color: $mainColor;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
/*# sourceMappingURL=base.css.map */
