html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html{
	height: 100%;
}
body {
	line-height: 1;
   
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	font-size: 1rem;
}
.mainContent{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: auto;
	padding: 2rem 4rem;
}
@charset "UTF-8";
* {
  touch-action: none;
}
#app1 {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer {
  display: none;
}
.cancelSty {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span:hover {
    background-color: #409eff;
}
.notify-success {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox {
  color: #000000;
}
.el-table__cell {
  color: black;
}
.el-tabs__nav {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn:hover {
  animation-name: ani;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
::v-deep .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text {
  color: #FFFFFF;
  font-size: 3.125rem;
}

@charset "UTF-8";
*[data-v-34c64823] {
  touch-action: none;
}
#app1[data-v-34c64823] {
  font-family: PingFangSC-Medium, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  /*  color: black;
    font-size: 18px;
    font-weight: 500;*/
}

/*.el-table__header-wrapper {
  color: black;
  font-size: 18px;
}*/
.el-picker-panel__footer[data-v-34c64823] {
  display: none;
}
.cancelSty[data-v-34c64823] {
  border: 1px solid #eee;
  margin-right: 1rem;
  color: #666;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 0.875rem;
}
.yesSty[data-v-34c64823] {
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #409EFF;
  border-radius: 0.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.yesSty[data-v-34c64823]:hover {
  background-color: #66b1ff;
  color: white;
  cursor: pointer;
}
.cancelSty[data-v-34c64823]:hover {
  color: #333;
  cursor: pointer;
}
.custom_date_class span[data-v-34c64823] {
  background: #ea6151;
  color: red;
  border-radius: 50%;
  color: #fff !important;
}
.custom_date_class span[data-v-34c64823]:hover {
    background-color: #409eff;
}
.notify-success[data-v-34c64823] {
  background-color: #f68e8e !important;
  font-weight: bolder !important;
  color: #ffffff;
  height: 4.0625rem;
  opacity: 0.85;
}
.notify-success .el-notification__group .el-notification__title[data-v-34c64823] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-notification__content > p[data-v-34c64823] {
    color: #ffffff;
}
.notify-success .el-notification__group .el-icon-close[data-v-34c64823] {
    font-size: 1.625rem;
    font-weight: bolder !important;
    color: #000000;
}
.el-form-item__label[data-v-34c64823] {
  width: 12.5rem;
  height: 1.875rem;
  padding: 0;
  color: #000000;
}
.el-checkbox[data-v-34c64823] {
  color: #000000;
}
.el-table__cell[data-v-34c64823] {
  color: black;
}
.el-tabs__nav[data-v-34c64823] {
  font-size: 1.625rem !important;
}

/*.BMapGLLib_box {
  width: 50px;
  height: 50px;
}*/
/*添加功能按钮动画 start*/
.add_btn[data-v-34c64823] {
  height: 3.125rem;
  border-radius: 0.625rem;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 0;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}
.add_btn[data-v-34c64823]:hover {
  animation-name: ani-34c64823;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes ani-34c64823 {
from {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 0%;
}
to {
    background-repeat: no-repeat;
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
    background-size: 100%;
}
}

/*添加功能按钮动画 end*/
[data-v-34c64823] .dialog-title-icon {
  display: inline-block;
  background-color: #3478f5;
  width: 0.25rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  float: left;
  margin-top: 0.125rem;
}
.el-dialog__title[data-v-34c64823] {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem;
}
.el-dialog__header[data-v-34c64823] {
  padding: 0.9375rem 1.25rem 0.9375rem;
  background: #EEEEEEFF !important;
}

/*滚动条整体部分*/
[data-v-34c64823]::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 1rem;
  height: 1rem;
}

/*滚动条两端的按钮*/
[data-v-34c64823]::-webkit-scrollbar-button {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}

/*外层轨道*/
[data-v-34c64823]::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #8c8a8a;
}
.el-loading-customClass .el-loading-spinner .el-icon-loading[data-v-34c64823] {
  stroke: #FFFFFF;
  font-size: 3.125rem;
  color: #FFFFFF;
}
.el-loading-customClass .el-loading-spinner .el-loading-text[data-v-34c64823] {
  color: #FFFFFF;
  font-size: 3.125rem;
}
.bg[data-v-34c64823] {
  background-color: #eee;
  position: relative;
}
.left[data-v-34c64823] {
  position: relative;
  z-index: 1;
}
.left img[data-v-34c64823] {
    height: 99.6vh;
}
.main[data-v-34c64823] {
  position: absolute;
  top: 30%;
  left: 14%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.loginSty[data-v-34c64823] {
  display: flex;
  margin-left: 14vw;
  flex-direction: column;
  width: 18.75rem;
}
.loginInfo[data-v-34c64823] {
  margin-bottom: 6vh;
}
h1[data-v-34c64823] {
  color: #c9c9c9;
  font-size: 1.75rem;
  margin-top: 0.5vh;
}
h2[data-v-34c64823] {
  font-size: 1.5rem;
  color: #666;
}
.leftImage[data-v-34c64823] {
  width: 30vw;
}
p[data-v-34c64823] {
  color: #333;
}
.loginButton[data-v-34c64823] {
  width: 100%;
}
.registerSty[data-v-34c64823] {
  width: 100%;
  text-align: right;
}
.admin-reg-tip[data-v-34c64823] {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}
.passSty[data-v-34c64823] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}


.pagination-container[data-v-72233bcd] {
  background: #fff;
  padding: 2rem 1rem;
}
.pagination-container.hidden[data-v-72233bcd] {
  display: none;
}

