.el-dialog {
  z-index: 3000 !important;
}
.el-table .el-table__fixed {
  width: auto !important;
  bottom: 17px !important;
}
.el-table__body-wrapper {
  z-index: 2;
}
.signIn {
  margin-top: 115px;
  height: 667px;
}
.signIn-tabs {
  width: 100%;
}
.signIn-tabs .el-tabs__nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.signIn-tabs .el-tabs__active-bar {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.signIn-tabs-title {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-around;
}
.signIn-tabs-title p {
  line-height: 44px;
  cursor: pointer;
  color: #999999;
  margin: 0 !important;
}
.signIn-tabs .active {
  border-bottom: 2px solid #b6141a;
  z-index: 99;
}
.signIn-tabs-tabbox {
  width: 348px;
  margin: 40px auto;
  height: 222px;
}
.signIn-hr {
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  top: 82px;
  left: 0px;
}
.signIn-show1 {
  width: 348px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px;
}
.signIn-show1 .el-input__inner {
  margin-bottom: 20px;
  height: 44px !important;
}
.signIn-show1 input::-webkit-input-placeholder {
  color: #333;
}
.signIn-show1 input::-moz-input-placeholder {
  color: #333;
}
.signIn-show1 input::-ms-input-placeholder {
  color: #333;
}
.signIn-btn1 .el-button {
  width: 348px;
  height: 40px;
  background: #B6141A;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  padding: 0;
}
.signIn-pp {
  width: 100%;
  text-align: right;
  color: #4A5CFE;
  margin-bottom: 20px;
  cursor: pointer;
}
.signIn-noAccount {
  width: 100%;
  text-align: center;
  color: #666;
  cursor: pointer;
  font-size: 14px;
}
.signIn-noAccount span {
  color: #B6141A;
}
.signIn-show2 {
  width: 348px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px;
}
.signIn-show2 .el-input__inner {
  margin-bottom: 20px;
  height: 44px !important;
}
.signIn-show2 input::-webkit-input-placeholder {
  color: #333;
}
.signIn-show2 input::-moz-input-placeholder {
  color: #333;
}
.signIn-show2 input::-ms-input-placeholder {
  color: #333;
}
.signIn-show2-code {
  position: relative;
}
.signIn-show2-code .el-button {
  position: absolute;
  right: 3px;
  top: 9px;
  border-radius: 0px;
  padding: 6px 30px;
}
.signIn-show2-code .el-button--primary {
  color: #b10b18;
  background: #fff !important;
  border: none;
  border-left: 1px solid #999999 !important;
}
.signIn-show2-code .el-button--primary.is-plain:focus,
.signIn-show2-code .el-button--primary.is-plain:hover {
  background: #fff !important;
  color: #b10b18 !important;
}
.signIn-show3 {
  width: 348px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 2px;
}
.signIn-show3 .el-input__inner {
  margin-bottom: 20px;
  height: 44px !important;
}
.signIn-show3 input::-webkit-input-placeholder {
  color: #333;
}
.signIn-show3 input::-moz-input-placeholder {
  color: #333;
}
.signIn-show3 input::-ms-input-placeholder {
  color: #333;
}
.signIn-show3-code {
  position: relative;
}
.signIn-show3-code .el-button {
  position: absolute;
  right: 0;
  top: 0;
}
.signIn-btn2 .el-button {
  width: 348px;
  height: 40px;
  background: #B6141A;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  padding: 0;
}
.signIn-pp2 {
  width: 100%;
  text-align: right;
  color: #4A5CFE;
  margin-bottom: 20px;
  cursor: pointer;
}
.signIn-noAccount2 {
  width: 100%;
  text-align: center;
  color: #666;
  cursor: pointer;
  font-size: 14px;
}
.signIn-noAccount2 span {
  color: #B6141A;
}
.el-dialog__headerbtn .el-dialog__close {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #C9C9C9;
  line-height: 21px;
  text-align: center;
  color: #fff !important;
  margin-right: 10px;
  cursor: pointer;
}
.el-dialog__headerbtn {
  top: 10px !important;
  right: 0px !important;
}
.el-dialog__wrapper {
  top: 46px !important;
}
.el-dialog__header {
  padding: 10px 0px 0px 0px !important;
}
.el-dialog__body {
  padding: 30px 0px 15px 0px !important;
}
.el-input__inner {
  line-height: 44px !important;
  border-radius: 0px !important;
}
[v-clock] {
  display: none;
}
