* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
body {
  height: 100vh;
  box-sizing: border-box;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
.el-button--success {
  border-color: #00bb77;
}
.el-button--success span {
  color: #00bb77;
}
.el-button--success:hover,
.el-button--success:focus,
.el-button--success:active {
  background-color: #00bb77;
}
.el-button--success:hover span,
.el-button--success:focus span,
.el-button--success:active span {
  color: white;
}
span {
  white-space: nowrap;
}
.mr-10 {
  margin-right: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailBox {
  flex-wrap: wrap;
  display: flex;
}
.row-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.header span {
  width: 5px;
  height: 20px;
  background-color: #00bb77;
  margin-right: 10px;
}
.order-input {
  display: flex;
  align-items: center;
}
.order-input .el-input {
  width: inherit;
}
.order-input .el-date-editor .el-range-separator {
  width: 20px;
}
.table {
  margin-top: 20px;
}
.el-dialog__wrapper {
  overflow: hidden;
}
.el-dialog {
  border-radius: 8px;
  max-height: 80%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.el-dialog .el-dialog__header {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.el-dialog .el-dialog__footer {
  border-top: 1px solid #eee;
}
.el-dialog .el-dialog__body {
  flex: 1;
  overflow-y: auto;
}
.el-icon-more::before {
  content: '···';
}
.el-pager li:hover,
.el-pager li.active {
  color: #00bb77;
}
.pagination .el-input .el-input__inner:focus,
.pagination .el-input .el-input__inner:hover {
  border-color: #00bb77;
}
.pagination .el-input.is-focus .el-input__inner {
  border-color: #00bb77;
}
.detailTable {
  border: 1px solid white;
  display: flex;
  line-height: 1.5;
  width: 50%;
  align-items: center;
}
.detailTable .title {
  padding: 10px;
  padding-left: 20px;
  width: 40%;
  height: 100%;
  background-color: #00bb77;
  border-right: 2px solid white;
  color: white;
}
.detailTable .content {
  flex: 1;
  padding: 10px;
  padding-left: 20px;
  height: 100%;
  background-color: #f0f9eb;
}
.el-loading-spinner i {
  color: #00bb77;
  font-size: 60px;
}
.dialog-footer span:hover {
  cursor: pointer;
  color: #00bb77;
}
.el-icon-question {
  color: #00bb77;
  font-size: 24px;
  margin-right: 10px;
}
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  color: white;
  font-weight: bold;
}
.el-date-table td.disabled {
  opacity: 0.3;
}
.isBg {
  background-color: #f0f9eb;
}
.isBg .loginBox {
  opacity: 1 !important;
}
.loginBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
}
.loginBox .el-input .el-input__inner:focus,
.loginBox .el-input .el-input__inner:hover {
  border-color: #00bb77;
}
.loginBox .el-input.is-focus .el-input__inner {
  border-color: #00bb77;
}
.loginBox .loginTitle {
  color: #00bb77;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
.loginBox .login-wrapper {
  margin: 0 auto;
  width: 350px;
  height: 350px;
  padding: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: azure;
}
.loginBox .login-wrapper .text-input {
  margin-bottom: 15px;
}
.loginBox .login-wrapper .el-button--success {
  background-color: #00bb77;
}
.loginBox .login-wrapper .el-button--success span {
  color: white;
}
.loginBox .login-wrapper .login-button {
  margin-top: 35px;
  width: 100%;
}
.loginBox .login-wrapper .divider {
  margin-top: 40px;
}
.loginBox .login-wrapper .divider .line {
  width: 50px;
  border-top: 1px solid #878787;
}
.loginBox .login-wrapper .divider .txt {
  margin: 0 10px;
  color: #878787;
  font-size: 14px;
  font-family: Helvetica Neue;
  line-height: 1.5;
}
.loginBox .login-wrapper .other-account .account-icon {
  width: 60px;
}
.loginBox .login-wrapper .login-tip {
  margin-top: 10px;
  float: right;
}
