/*fade*/

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s; }

.fade-enter,
.fade-leave-active {
  opacity: 0; }

/*fade-transform*/

.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s; }

.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px); }

.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px); }

/*fade*/

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s; }

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }

.breadcrumb-move {
  -webkit-transition: all .5s;
  transition: all .5s; }

.breadcrumb-leave-active {
  position: absolute; }

.el-upload input[type="file"] {
  display: none !important; }

.el-upload__input {
  display: none; }

.el-dialog {
  -webkit-transform: none;
          transform: none;
  left: 0;
  position: relative;
  margin: 0 auto; }

.upload-container .el-upload {
  width: 100%; }

.upload-container .el-upload .el-upload-dragger {
    width: 100%;
    height: 200px; }

#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left .28s;
  transition: margin-left .28s;
  margin-left: 180px;
  position: relative; }

#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 180px !important;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden; }

#app .sidebar-container .horizontal-collapse-transition {
    -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
    transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; }

#app .sidebar-container .scrollbar-wrapper {
    overflow-x: hidden !important; }

#app .sidebar-container .scrollbar-wrapper .el-scrollbar__view {
      height: 100%; }

#app .sidebar-container .el-scrollbar__bar.is-vertical {
    right: 0px; }

#app .sidebar-container .is-horizontal {
    display: none; }

#app .sidebar-container a {
    display: inline-block;
    width: 100%;
    overflow: hidden; }

#app .sidebar-container .svg-icon {
    margin-right: 16px; }

#app .sidebar-container .el-menu {
    border: none;
    height: 100%;
    width: 100% !important; }

#app .sidebar-container .submenu-title-noDropdown:hover,
  #app .sidebar-container .el-submenu__title:hover {
    background-color: #263445 !important; }

#app .sidebar-container .is-active > .el-submenu__title {
    color: #f4f4f5 !important; }

#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
  #app .sidebar-container .el-submenu .el-menu-item {
    min-width: 180px !important;
    background-color: #1f2d3d !important; }

#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
    #app .sidebar-container .el-submenu .el-menu-item:hover {
      background-color: #001528 !important; }

#app .hideSidebar .sidebar-container {
  width: 36px !important; }

#app .hideSidebar .main-container {
  margin-left: 36px; }

#app .hideSidebar .submenu-title-noDropdown {
  padding-left: 10px !important;
  position: relative; }

#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
    padding: 0 10px !important; }

#app .hideSidebar .el-submenu {
  overflow: hidden; }

#app .hideSidebar .el-submenu > .el-submenu__title {
    padding-left: 10px !important; }

#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
      display: none; }

#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block; }

#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important; }

#app .mobile .main-container {
  margin-left: 0px; }

#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform .28s;
  transition: -webkit-transform .28s;
  transition: transform .28s;
  transition: transform .28s, -webkit-transform .28s;
  width: 180px !important; }

#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-180px, 0, 0);
          transform: translate3d(-180px, 0, 0); }

#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none; }

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px; }

.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #263445 !important; }

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; }

label {
  font-weight: 700; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#app {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  outline: none;
  text-decoration: none; }

div:focus {
  outline: none; }

a:focus,
a:active {
  outline: none; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.app-main {
  min-height: 100%; }

.app-container {
  padding: 20px; }


#app{
  background: #fff;
}


.hamburger[data-v-68efea28] {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.hamburger.is-active[data-v-68efea28] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar[data-v-92e95c78] {
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
}
.navbar .hamburger-container[data-v-92e95c78] {
    line-height: 58px;
    height: 50px;
    float: left;
    padding: 0 10px;
}
.navbar .screenfull[data-v-92e95c78] {
    position: absolute;
    right: 90px;
    top: 16px;
    color: red;
}
.navbar .avatar-container[data-v-92e95c78] {
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 35px;
}
.navbar .avatar-container .avatar-wrapper[data-v-92e95c78] {
      cursor: pointer;
      margin-top: 5px;
      position: relative;
      line-height: initial;
}
.navbar .avatar-container .avatar-wrapper .user-avatar[data-v-92e95c78] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
}
.navbar .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-92e95c78] {
        position: absolute;
        right: -20px;
        top: 25px;
        font-size: 12px;
}
.navbar .heart_table-tb[data-v-92e95c78] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 18px;
}
.navbar .heart_table-tb th[data-v-92e95c78], .navbar td[data-v-92e95c78]:first-child {
    text-align: center;
}
.navbar .heart_table-tb th[data-v-92e95c78], .navbar td[data-v-92e95c78] {
    border: 1px solid #97a8be;
    height: 40px;
    text-align: left;
}












































.el-main[data-v-730d73b6] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow: hidden;
}
.el-footer[data-v-730d73b6] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record[data-v-730d73b6] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.quality-record th[data-v-730d73b6], td[data-v-730d73b6] {
  border: 1px solid #97a8be;
  height: 40px;
}


.el-footer[data-v-64b6ee02] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-64b6ee02] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.quality-record-tb[data-v-64b6ee02] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-64b6ee02],td[data-v-64b6ee02] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-64b6ee02]:first-child {
  width: 180px;
  text-align: center;
}
.execute-record-tb[data-v-64b6ee02] {
  width: 100%;
  border-collapse: collapse;
}
.execute-record-tb th[data-v-64b6ee02],td[data-v-64b6ee02] {
  border: 1px solid #97a8be;
  height: 40px;
}


.el-header[data-v-45398cd2] {
  height: 100px !important;
  line-height: 50px;
}
.el-footer[data-v-45398cd2] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-45398cd2] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: calc(100vh - 260px);
  overflow-y: auto;
}
.quality-record-tb[data-v-45398cd2] {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
.quality-record-tb th[data-v-45398cd2],td[data-v-45398cd2] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-45398cd2]:first-child {
  width: 180px;
  text-align: center;
}
.history-record-tb[data-v-45398cd2] {
  width: 100%;
  border-collapse: collapse;
}
.history-record-tb th[data-v-45398cd2],td[data-v-45398cd2] {
  border: 1px solid #97a8be;
  height: 40px;
}
.history-record-tb td[data-v-45398cd2]:last-child {
  width: 100px;
  text-align: center;
}
.frame-table th[data-v-45398cd2]{
  border:none;
}
.frame-table td[data-v-45398cd2],.frame-table th.is-leaf[data-v-45398cd2] {
  border:none;
}


.el-header[data-v-4705b3a0] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-4705b3a0] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-4705b3a0] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-radio[data-v-4705b3a0] .el-radio__label{
  font-size:20px !important;
}
.quality-record-hd[data-v-4705b3a0] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.quality-record-tb[data-v-4705b3a0] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-4705b3a0], td[data-v-4705b3a0] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-4705b3a0]:first-child {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 200px;
}

.roleSelect .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 10px;
}
.roleSelect ::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 3px;
}
.roleSelect ::-webkit-scrollbar-track {
  background: #f5f7fa;
}
.roleSelect ::-webkit-scrollbar-corner {
  background: #f5f7fa;
}


.el-footer[data-v-7fd585c4] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside[data-v-7fd585c4] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-7fd585c4] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.quality-record-tb[data-v-7fd585c4] {
  width: 100%;
  border-collapse: collapse;
  font-size: 22px;
}
.quality-record-tb th[data-v-7fd585c4],td[data-v-7fd585c4] {
  border: 1px solid #97a8be;
  height: 70px;
}
.quality-record-tb td[data-v-7fd585c4]:first-child {
  width: 180px;
}


.el-footer[data-v-ccb45f54] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside[data-v-ccb45f54] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-ccb45f54] {
  /*background-color: #E9EEF3;*/
  color: #333;
  /*text-align: center;*/
  height: 550px;
  overflow-y: auto;
}
.quality-record-tb[data-v-ccb45f54] {
  width: 100%;
  text-align: center;
}
.quality-record-tb th[data-v-ccb45f54],td[data-v-ccb45f54] {
  border: 1px solid #97a8be;
  height: 40px;
}


.el-footer[data-v-68d890cc] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside[data-v-68d890cc] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-68d890cc] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.quality-record-dlg[data-v-68d890cc] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 30px;
}
.quality-record-dlg td[data-v-68d890cc] {
  text-align: left;
}
.quality-record-dlg td[data-v-68d890cc]:first-child {
  width: 100px;
  text-align: center;
}
.quality-record-tb[data-v-68d890cc] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-68d890cc],td[data-v-68d890cc] {
  border: 1px solid #97a8be;
  height: 40px;
  font-size: 14px;
}
.quality-record-tb td[data-v-68d890cc]:first-child {
  width: 180px;
  font-weight: bold;
  font-size: 16px;
}


.el-footer[data-v-0b054680] {
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-0b054680] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.quality-record-tb[data-v-0b054680] {
  width: 100%;
  border-collapse: collapse;
  overflow-y: auto;
  overflow-x: auto;
}
.quality-record-tb th[data-v-0b054680], td[data-v-0b054680] {
  border: 1px solid #97a8be;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.quality-record-tb td[data-v-0b054680]:first-child {
  width: 180px;
}


.el-footer[data-v-36f5e179] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside[data-v-36f5e179] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-36f5e179] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.quality-record-tb[data-v-36f5e179] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.quality-record-tb th[data-v-36f5e179],td[data-v-36f5e179] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-36f5e179]:first-child {
  width: 180px;
}


.el-footer[data-v-113ea566] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-113ea566] {
  max-height: 580px;
  /*background-color: #e6e6fa;*/
  /*color: #333;*/
  text-align: center;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.el-header[data-v-113ea566]{
  background-color: #fffafa;
  color: #333;
  text-align: left;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.quality-record-tb[data-v-113ea566] {
  width: 100%;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-113ea566],td[data-v-113ea566] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
}
.quality-record-tb td[data-v-113ea566]:first-child {
  width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}


.el-footer[data-v-02310b3f] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-02310b3f] {
  max-height: 580px;
  /*background-color: #e6e6fa;*/
  /*color: #333;*/
  text-align: center;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.el-header[data-v-02310b3f]{
  background-color: #fffafa;
  color: #333;
  text-align: left;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.quality-record-tb[data-v-02310b3f] {
  width: 100%;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-02310b3f],td[data-v-02310b3f] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
}
.quality-record-tb td[data-v-02310b3f]:first-child {
  width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}


.el-footer[data-v-5b0d2cd1] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-5b0d2cd1] {
  max-height: 580px;
  /*background-color: #e6e6fa;*/
  /*color: #333;*/
  text-align: center;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.el-header[data-v-5b0d2cd1]{
  background-color: #fffafa;
  color: #333;
  text-align: left;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.quality-record-tb[data-v-5b0d2cd1] {
  width: 100%;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-5b0d2cd1],td[data-v-5b0d2cd1] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
}
.quality-record-tb td[data-v-5b0d2cd1]:first-child {
  width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}



.el-main[data-v-8ddfb6b2] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}


.el-footer[data-v-3cb6772a] {
  text-align: center;
  line-height: 60px;
}
.el-main[data-v-3cb6772a] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.el-dialog[data-v-3cb6772a] {
  height: 78vh;
  overflow: auto;
}
.quality-record-tb[data-v-3cb6772a] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border:1px solid #ffffff;
}
.quality-record-tb th[data-v-3cb6772a], td[data-v-3cb6772a] {
  border: 1px solid #97a8be;
  height: 40px;
  font-size: 18px;
}
.quality-record-tb td[data-v-3cb6772a]:first-child {
  width: 180px;
}
.el-radio[data-v-3cb6772a] .el-radio__label {
  font-size: 20px;
}
.frame-table th[data-v-3cb6772a]{
  border:none;
}
.frame-table td[data-v-3cb6772a],.frame-table th.is-leaf[data-v-3cb6772a] {
  border:none;
}


.el-footer[data-v-2398cd9e] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside[data-v-2398cd9e] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-2398cd9e] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.quality-record-tb[data-v-2398cd9e] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-2398cd9e],td[data-v-2398cd9e] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-2398cd9e]:first-child {
  width: 180px;
}


.el-main[data-v-2b14c336] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 550px;
  overflow-y: auto;
}
.el-footer[data-v-2b14c336] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-hd[data-v-2b14c336] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.quality-record-tb[data-v-2b14c336] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-2b14c336],td[data-v-2b14c336] {
  border: 1px solid #97a8be;
  overflow-x: hidden;
  overflow-y: auto;
  height: 40px;
}
.quality-record-tb td[data-v-2b14c336]:first-child {
  text-align: center;
  width: 180px;
}


.el-main[data-v-0f3751be] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-0f3751be] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-0f3751be] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-0f3751be],td[data-v-0f3751be] {
  border: 1px solid #97a8be;
  overflow-x: hidden;
  overflow-y: auto;
  height: 40px;
  font-size: 16px;
}
.quality-record-tb td[data-v-0f3751be]:first-child {
  text-align: center;
  width: 180px;
}


.el-main[data-v-763d32dd] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 520px;
  overflow-y: auto;
}
.el-footer[data-v-763d32dd] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-763d32dd] {
  width: 100%;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-763d32dd],td[data-v-763d32dd] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.quality-record-tb td[data-v-763d32dd]:first-child {
  width: 150px;
  text-align: center;
}



.el-main[data-v-2c3a1028] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 520px;
  overflow-y: auto;
}
.el-footer[data-v-2c3a1028] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}


.el-main[data-v-746fa110] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 520px;
  overflow-y: auto;
}
.el-footer[data-v-746fa110] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-hd[data-v-746fa110] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.quality-record-tb[data-v-746fa110] {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.quality-record-tb th[data-v-746fa110], td[data-v-746fa110] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-746fa110]:first-child {
  text-align: center;
  font-weight: bold;
  width: 180px;
}


.quality-record-tb[data-v-d4b39bae] {
  height: 80px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}


.el-header[data-v-060d5276] {
  height: 50px !important;
  line-height: 50px;
}
.el-main[data-v-060d5276] {
  color: #333;
  width: 100%;
  height: 470px;
  overflow-y: auto;
}
.el-footer[data-v-060d5276] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-hd[data-v-060d5276] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.quality-record-tb[data-v-060d5276] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-060d5276],td[data-v-060d5276] {
  text-align: center;
  border: 1px solid #97a8be;
  overflow-x: hidden;
  overflow-y: auto;
  height: 40px;
}



.el-header[data-v-f451f0ba] {
  height: 50px !important;
  line-height: 50px;
}
.el-main[data-v-f451f0ba] {
  color: #333;
  width: 100%;
  height: 470px;
  overflow-y: auto;
}
.el-footer[data-v-f451f0ba] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-f451f0ba] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-f451f0ba], td[data-v-f451f0ba] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-f451f0ba]:first-child {
  text-align: center;
  width: 180px;
}


.el-header[data-v-63b968fe] {
  height: 50px !important;
  line-height: 50px;
}
.el-main[data-v-63b968fe] {
  color: #333;
  width: 100%;
  height: 470px;
  overflow-y: auto;
}
.el-footer[data-v-63b968fe] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-63b968fe] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-63b968fe], td[data-v-63b968fe] {
  border: 1px solid #97a8be;
  height: 40px;
  font-weight: bold;
  font-size: 18px;
}
.quality-record-tb td[data-v-63b968fe]:first-child {
  text-align: center;
  width: 180px;
}


.quality-record-tb[data-v-49226604] {
  height: 80px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.quality-record-tb td[data-v-49226604]:first-child {
  font-weight: bold;
  width: 180px;
}


.el-header[data-v-0e4470da] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-0e4470da] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-0e4470da] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-0e4470da] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-0e4470da],td[data-v-0e4470da] {
  border: 1px solid #97a8be;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.frame-table th[data-v-0e4470da]{
  border:none;
}
.frame-table td[data-v-0e4470da],.frame-table th.is-leaf[data-v-0e4470da] {
  border:none;
}


.el-footer[data-v-8dad6a92] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-aside[data-v-8dad6a92] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-8dad6a92] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.quality-record-hd[data-v-8dad6a92] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.quality-record-tb[data-v-8dad6a92] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-8dad6a92],td[data-v-8dad6a92] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-8dad6a92]:first-child {
  width: 180px;
}


.el-header[data-v-54965ec9] {
  height: 50px !important;
  line-height: 50px;
}
.el-main[data-v-54965ec9] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-54965ec9] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-54965ec9] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-54965ec9], td[data-v-54965ec9] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-54965ec9]:first-child {
  text-align: center;
  width: 180px;
}


.el-header[data-v-13b511f9] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-13b511f9] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-13b511f9] {
  background-color: #FFFFFF;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-13b511f9] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-13b511f9], td[data-v-13b511f9] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-13b511f9]:first-child {
  text-align: center;
  width: 180px;
}
.frame-table th[data-v-13b511f9]{
  border:none;
}
.frame-table td[data-v-13b511f9],.frame-table th.is-leaf[data-v-13b511f9] {
  border:none;
}































































.el-header[data-v-06dddb12] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-06dddb12] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-06dddb12] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-06dddb12] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-06dddb12], td[data-v-06dddb12] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-06dddb12]:first-child {
  text-align: center;
  width: 180px;
}


.el-header[data-v-33883d68] {
  height: 100px;
  line-height: 20px;
}
.el-main[data-v-33883d68] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-33883d68] {
  background-color: #FFFFFF;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-33883d68] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-33883d68], td[data-v-33883d68] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-33883d68]:first-child {
  text-align: center;
  width: 180px;
}


.el-header[data-v-93f14e14] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-93f14e14] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-93f14e14] {
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-93f14e14] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-93f14e14], td[data-v-93f14e14] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-93f14e14]:first-child {
  text-align: center;
  width: 180px;
}


.el-main[data-v-520221ae] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.el-footer[data-v-520221ae] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-radio[data-v-520221ae] .el-radio__label {
  font-size: 20px;
}
.quality-record[data-v-520221ae] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  overflow-y: auto;
}
.quality-record th[data-v-520221ae], td[data-v-520221ae] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record td[data-v-520221ae] {
  text-align: center;
  width: 180px;
}
.quality-record-tb[data-v-520221ae] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-520221ae],td[data-v-520221ae] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-520221ae]:first-child {
  width: 180px;
  text-align: center;
}
.report-record[data-v-520221ae] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.report-record td[data-v-520221ae]:first-child {
  width: 180px;
  text-align: center;
  font-size: 18px;
}
.report-record[data-v-520221ae] {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
/*在css样式中书写想要修改的属性时在后面加入 ！important即可覆盖element.style*/
.el-menu-item[data-v-520221ae] {
  padding-left: 1px !important;
}


.el-main[data-v-0ea1bfd9] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.el-footer[data-v-0ea1bfd9] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-radio[data-v-0ea1bfd9] .el-radio__label {
  font-size: 20px;
}
.quality-record-tb[data-v-0ea1bfd9] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-0ea1bfd9],td[data-v-0ea1bfd9] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-0ea1bfd9]:first-child {
  width: 180px;
  text-align: center;
}
.report-record[data-v-0ea1bfd9] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.report-record td[data-v-0ea1bfd9]:first-child {
  width: 180px;
  text-align: center;
  font-size: 18px;
}
.report-record[data-v-0ea1bfd9] {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.frame-table th[data-v-0ea1bfd9]{
  border:none;
}
.frame-table td[data-v-0ea1bfd9],.frame-table th.is-leaf[data-v-0ea1bfd9] {
  border:none;
}



.el-main[data-v-50496028] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 550px;
  overflow-y: auto;
}
.el-footer[data-v-50496028] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.el-radio[data-v-50496028] .el-radio__label {
  font-size: 20px;
}
.quality-record[data-v-50496028] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  overflow-y: auto;
}
.quality-record th[data-v-50496028], td[data-v-50496028] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record td[data-v-50496028] {
  text-align: center;
  width: 180px;
}
.quality-record-tb[data-v-50496028] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-50496028],td[data-v-50496028] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-50496028]:first-child {
  width: 180px;
  text-align: center;
}
.report-record[data-v-50496028] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.report-record td[data-v-50496028]:first-child {
  width: 180px;
  text-align: center;
  font-size: 18px;
}
.report-record[data-v-50496028] {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
/*在css样式中书写想要修改的属性时在后面加入 ！important即可覆盖element.style*/
.el-menu-item[data-v-50496028] {
  padding-left: 1px !important;
}





































































































































































































.hidden[data-v-fb5c3408] {
  display: none;
}
.el-aside[data-v-fb5c3408] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-fb5c3408] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: auto;
}



.el-header[data-v-355415f2] {
  height: 50px !important;
  line-height: 50px;
}
.el-main[data-v-355415f2] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-355415f2] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-355415f2] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-355415f2],td[data-v-355415f2] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-355415f2]:first-child {
  text-align: center;
  width: 180px;
}


.el-header[data-v-e302d0a0] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-e302d0a0] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-e302d0a0] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-e302d0a0] {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  text-align: center;
}
.quality-record-tb th[data-v-e302d0a0], td[data-v-e302d0a0] {
  border: 1px solid #97a8be;
  height: 40px;
}
.frame-table th[data-v-e302d0a0]{
  border:none;
}
.frame-table td[data-v-e302d0a0],.frame-table th.is-leaf[data-v-e302d0a0] {
  border:none;
}


.el-header[data-v-700d8895] {
  height: 120px !important;
  line-height: 50px;
}
.el-main[data-v-700d8895] {
  width: 100%;
  height: 550px;
  overflow-y: auto;
}
.el-footer[data-v-700d8895] {
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-700d8895] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-700d8895], td[data-v-700d8895] {
  border: 1px solid #97a8be;
  height: 40px;
  font-size: 18px;
}
.quality-record-tb td[data-v-700d8895]:first-child {
  text-align: center;
  width: 180px;
  font-weight: bold;
}
.frame-table th[data-v-700d8895]{
  border:none;
}
.frame-table td[data-v-700d8895],.frame-table th.is-leaf[data-v-700d8895] {
  border:none;
}


.el-footer[data-v-718fc692] {
  /*background-color: #B3C0D1;*/
  color: #333;
  text-align: center;
  line-height: 60px;
}
.heart-record-tb[data-v-718fc692] {
  width: 100%;
  border: none;
  text-align: center;
}
.heart-record-tb th[data-v-718fc692], td[data-v-718fc692] {
  height: 40px;
  border: none;
}
.heart-record-tb td[data-v-718fc692]:first-child {
  text-align: center;
  width: 120px;
}
.quality-record-tb[data-v-718fc692] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-718fc692], td[data-v-718fc692] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
}


.hidden[data-v-5a984fd5] {
  display: none;
}
.el-aside[data-v-5a984fd5] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  height: 600px;
}
.el-main[data-v-5a984fd5] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: auto;
}



.quality-record-tb[data-v-e95e8b38] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-e95e8b38], td[data-v-e95e8b38] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-e95e8b38]:first-child {
  text-align: center;
  width: 200px;
}
.quality-record-tb td[data-v-e95e8b38]:last-child{
  text-align: center;
  width: 120px;
}
.exdialog-record-tb[data-v-e95e8b38] {
  width: 80%;
  border-collapse: collapse;
}
.exdialog-record-tb th[data-v-e95e8b38], td[data-v-e95e8b38] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
}
.exdialog-record-tb td[data-v-e95e8b38]:first-child {
  text-align: center;
  width: 120px;
}



.heart-record-tb[data-v-134eea6a] {
  width: 100%;
  border: none;
  text-align: center;
}
.heart-record-tb th[data-v-134eea6a], td[data-v-134eea6a] {
  height: 40px;
  border: none;
}
.heart-record-tb td[data-v-134eea6a]:first-child {
  text-align: center;
  width: 120px;
}
.quality-record-tb[data-v-134eea6a] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-134eea6a], td[data-v-134eea6a] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-134eea6a]:first-child {
  text-align: center;
  width: 200px;
}
.quality-record-tb td[data-v-134eea6a]:last-child{
  text-align: center;
  width: 120px;
}



.el-header[data-v-f633b24e] {
  height: 120px !important;
  line-height: 50px;
}
.heart-record-tb[data-v-f633b24e] {
  width: 80%;
  border-collapse: collapse;
  margin: auto;
}
.heart-record-tb th[data-v-f633b24e],td[data-v-f633b24e] {
  border: 1px solid #97a8be;
  height: 40px;
}
.heart-record-tb td[data-v-f633b24e]:first-child {
  width: 180px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.quality-record-tb[data-v-f633b24e] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-f633b24e], td[data-v-f633b24e] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-f633b24e]:first-child {
  text-align: center;
  width: 100px;
}
.quality-record-tb td[data-v-f633b24e]:last-child{
  text-align: center;
}
.trace-record-tb[data-v-f633b24e] {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.col-style-format[data-v-f633b24e]{
  text-align: center;
  font-size: 18px;
}








































































































































































































































































































































































































































































































































































































































































.quality-record-tb[data-v-3b684c3f] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-3b684c3f], td[data-v-3b684c3f] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-3b684c3f]:first-child {
  text-align: center;
  width: 200px;
}
.quality-record-tb td[data-v-3b684c3f]:last-child{
  text-align: center;
  width: 120px;
}
.exdialog-record-tb[data-v-3b684c3f] {
  width: 80%;
  border-collapse: collapse;
}
.exdialog-record-tb th[data-v-3b684c3f], td[data-v-3b684c3f] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
}
.exdialog-record-tb td[data-v-3b684c3f]:first-child {
  text-align: center;
  width: 120px;
}



.el-header[data-v-e008df54] {
  height: 100px !important;
  line-height: 50px;
}
.el-main[data-v-e008df54] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-e008df54] {
  background-color: #FFFFFF;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-e008df54] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-e008df54], td[data-v-e008df54] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-e008df54]:first-child {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 200px;
}


.el-header[data-v-74ceb142] {
  height: 150px !important;
  line-height: 50px;
}
.el-main[data-v-74ceb142] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: 490px;
  overflow-y: auto;
}
.el-footer[data-v-74ceb142] {
  background-color: #FFFFFF;
  color: #333;
  text-align: center;
  line-height: 60px;
}
.quality-record-tb[data-v-74ceb142] {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.quality-record-tb th[data-v-74ceb142], td[data-v-74ceb142] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-74ceb142]:first-child {
  text-align: center;
  width: 180px;
}

@charset "UTF-8";
.app-wrapper[data-v-7a6f7ea2] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-7a6f7ea2]:after {
    content: "";
    display: table;
    clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-7a6f7ea2] {
    position: fixed;
    top: 0;
}
.drawer-bg[data-v-7a6f7ea2] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.background_logo[data-v-7a6f7ea2] {
  width: 75%;
  position: relative;
  left: 25%;
  overflow-x: auto;
}
.logo[data-v-7a6f7ea2] {
  width: 40%;
}
/* logo动画效果*/
@-webkit-keyframes rollIn-data-v-7a6f7ea2 {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn-data-v-7a6f7ea2 {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.rollIn[data-v-7a6f7ea2] {
  -webkit-animation-name: rollIn-data-v-7a6f7ea2;
  animation-name: rollIn-data-v-7a6f7ea2;
}
.animated[data-v-7a6f7ea2] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes hue-data-v-7a6f7ea2 {
0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
}
100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
}
}
@keyframes hue-data-v-7a6f7ea2 {
0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
}
100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
}
}


.el-main[data-v-e39c2640] {
  text-align: center;
}
.heart_table-tb[data-v-e39c2640] {
  width:800px;
  border-collapse: collapse;
  text-align: left;
}
.heart_table-tb th[data-v-e39c2640],td[data-v-e39c2640]:first-child {
  width: 120px;
  text-align: center;
}
.heart_table-tb th[data-v-e39c2640],td[data-v-e39c2640]{
  border: 1px solid #97a8be;
  height: 40px;
  text-align: left;
}



.el-main[data-v-171cf634] {
  text-align: center;
  height: 480px;
  overflow-y: auto;
}
.el-header[data-v-171cf634]{
  text-align: center;
  height: 50px;
}
.quality-record-tb[data-v-171cf634] {
  width: 80%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-171cf634],td[data-v-171cf634] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.quality-record-tb td[data-v-171cf634]:first-child {
  width: 120px;
  text-align: center;
  font-weight: bold;
}


.el-main[data-v-4baebd42] {
  text-align: center;
  width: 100%;
  overflow-y: auto;
}
.quality-record-tb[data-v-4baebd42] {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-4baebd42],td[data-v-4baebd42] {
  border: 1px solid #97a8be;
  height: 40px;
  font-size: 18px;
  text-align: center;
}
.quality-record-tb td[data-v-4baebd42]:first-child {
  width: 120px;
  text-align: center;
  font-weight: bold;
}
.radiolable[data-v-4baebd42]{
  display: block;
  width: 50%;
  margin: 3px 0;
  text-align: left;
  font-size: 18px;
}


.el-main[data-v-e2a79f78] {
  text-align: center;
  width: 100%;
  overflow-y: auto;
}
.quality-record-tb[data-v-e2a79f78] {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-e2a79f78],td[data-v-e2a79f78] {
  border: 1px solid #97a8be;
  height: 40px;
  font-size: 18px;
  text-align: center;
}
.quality-record-tb td[data-v-e2a79f78]:first-child {
  width: 120px;
  text-align: center;
  font-weight: bold;
}
.radiolable[data-v-e2a79f78]{
  display: block;
  width: 50%;
  margin: 3px 0;
  text-align: left;
  font-size: 18px;
}


.el-main[data-v-6d642b08] {
  color: #333;
  text-align: center;
  height: 480px;
}
.quality-record-tb[data-v-6d642b08] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
.quality-record-tb th[data-v-6d642b08],td[data-v-6d642b08] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-6d642b08]:first-child {
  width: 180px;
}
.item-record-tb[data-v-6d642b08] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
.item-record-tb th[data-v-6d642b08],td[data-v-6d642b08] {
  border: 1px solid #97a8be;
  height: 40px;
}
.item-record-tb td[data-v-6d642b08]:first-child {
  width: 40%;
}


.el-main[data-v-6b0c1f78] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
.quality-record-tb[data-v-6b0c1f78] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
.quality-record-tb th[data-v-6b0c1f78],td[data-v-6b0c1f78] {
  border: 1px solid #97a8be;
  font-size: 16px;
  height: 40px;
}
.quality-record-tb td[data-v-6b0c1f78]:first-child {
  width: 180px;
}


.el-footer[data-v-3d46a835] {
  /*background-color: #E9EEF3;*/
  color: #333;
  width: 100%;
  text-align: right;
  line-height: 30px;
}
.el-header[data-v-3d46a835]{
  text-align: center;
  height: 50px;
}
.el-main[data-v-3d46a835] {
  color: #333;
  text-align: center;
  height: 480px;
  overflow-y: auto;
}
.quality-record-tb[data-v-3d46a835] {
  width: 100%;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-3d46a835],td[data-v-3d46a835] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.quality-record-tb td[data-v-3d46a835]:first-child {
  width: 150px;
  text-align: center;
}
.grid-content[data-v-3d46a835] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}


.el-main[data-v-9b8dea92] {
  /*background-color: #E9EEF3;*/
  color: #333;
  text-align: center;
}
.frame-table th[data-v-9b8dea92]{
  border:none;
}
.frame-table td[data-v-9b8dea92],.frame-table th.is-leaf[data-v-9b8dea92] {
  border:none;
}
.heart_table-tb[data-v-9b8dea92] {
  width:800px;
  border-collapse: collapse;
  text-align: left;
  font-size: 18px;
}
.heart_table-tb th[data-v-9b8dea92],td[data-v-9b8dea92]:first-child {
  text-align: center;
}
.heart_table-tb th[data-v-9b8dea92],td[data-v-9b8dea92]{
  border: 1px solid #97a8be;
  height: 40px;
  text-align: left;
}



.el-main[data-v-0fe04a72] {
  text-align: center;
  height: 480px;
  overflow-y: auto;
}
.el-header[data-v-0fe04a72]{
  text-align: center;
  height: 50px;
}
.quality-record-tb[data-v-0fe04a72] {
  width: 80%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-0fe04a72],td[data-v-0fe04a72] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.quality-record-tb td[data-v-0fe04a72]:first-child {
  width: 120px;
  text-align: center;
  font-weight: bold;
}


.el-footer[data-v-a36d0b5a] {
  /*background-color: #E9EEF3;*/
  color: #333;
  width: 100%;
  text-align: right;
  line-height: 30px;
}
.el-header[data-v-a36d0b5a]{
  text-align: center;
  height: 50px;
}
.el-main[data-v-a36d0b5a] {
  color: #333;
  text-align: center;
  height: 480px;
  overflow-y: auto;
}
.quality-record-tb[data-v-a36d0b5a] {
  width: 100%;
  border-collapse: collapse;
  border-right: 0.05rem solid #90c8f8;
}
.quality-record-tb th[data-v-a36d0b5a],td[data-v-a36d0b5a] {
  border: 1px solid #97a8be;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.grid-content[data-v-a36d0b5a] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}


.el-main[data-v-e97e6548] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 480px;
  text-align: center;
}
.frame-table th[data-v-e97e6548]{
  border:none;
}
.frame-table td[data-v-e97e6548],.frame-table th.is-leaf[data-v-e97e6548] {
  border:none;
}
.heart_table-tb[data-v-e97e6548] {
  width:800px;
  border-collapse: collapse;
  text-align: left;
  font-size: 18px;
}
.heart_table-tb th[data-v-e97e6548],td[data-v-e97e6548]:first-child {
  width: 200px;
  text-align: center;
}
.heart_table-tb th[data-v-e97e6548],td[data-v-e97e6548]{
  border: 1px solid #97a8be;
  height: 40px;
  text-align: left;
}



.el-main[data-v-a7df3460] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 480px;
  text-align: center;
}
.frame-table th[data-v-a7df3460]{
  border:none;
}
.frame-table td[data-v-a7df3460],.frame-table th.is-leaf[data-v-a7df3460] {
  border:none;
}
.heart_table-tb[data-v-a7df3460] {
  width:800px;
  border-collapse: collapse;
  text-align: left;
  font-size: 18px;
}
.heart_table-tb th[data-v-a7df3460],td[data-v-a7df3460]:first-child {
  width: 200px;
  text-align: center;
}
.heart_table-tb th[data-v-a7df3460],td[data-v-a7df3460]{
  border: 1px solid #97a8be;
  height: 40px;
  text-align: left;
}



.el-main[data-v-7a6dba0a] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 480px;
  text-align: center;
}
.frame-table th[data-v-7a6dba0a]{
  border:none;
}
.frame-table td[data-v-7a6dba0a],.frame-table th.is-leaf[data-v-7a6dba0a] {
  border:none;
}
.quality-record-tb th[data-v-7a6dba0a],td[data-v-7a6dba0a] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-7a6dba0a]:first-child {
  width: 180px;
}
.item-record-tb[data-v-7a6dba0a] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
.item-record-tb th[data-v-7a6dba0a],td[data-v-7a6dba0a] {
  border: 1px solid #97a8be;
  height: 40px;
}
.item-record-tb td[data-v-7a6dba0a]:first-child {
  width: 40%;
}



.el-main[data-v-dab8eea2] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 480px;
  text-align: center;
}
.heart_table-tb[data-v-dab8eea2] {
  width:800px;
  border-collapse: collapse;
  text-align: left;
  font-size: 18px;
}
.heart_table-tb th[data-v-dab8eea2],td[data-v-dab8eea2]:first-child {
  width: 200px;
  text-align: center;
}
.heart_table-tb th[data-v-dab8eea2],td[data-v-dab8eea2]{
  border: 1px solid #97a8be;
  height: 40px;
  text-align: left;
}


.el-main[data-v-d403914a] {
  /*background-color: #E9EEF3;*/
  color: #333;
  height: 480px;
  text-align: center;
}
.frame-table th[data-v-d403914a]{
  border:none;
}
.frame-table td[data-v-d403914a],.frame-table th.is-leaf[data-v-d403914a] {
  border:none;
}
.quality-record-tb[data-v-d403914a] {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-weight: bold;
}
.quality-record-tb th[data-v-d403914a],td[data-v-d403914a] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-d403914a]:first-child {
  text-align: center;
  width: 180px;
}
.item-record-tb[data-v-d403914a] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
.item-record-tb th[data-v-d403914a],td[data-v-d403914a] {
  border: 1px solid #97a8be;
  height: 40px;
}
.item-record-tb td[data-v-d403914a]:first-child {
  width: 40%;
}



.el-header[data-v-236728c8] {
  height: 50px !important;
  line-height: 50px;
}
.el-main[data-v-236728c8] {
  text-align: center;
  overflow-y: auto;
}
.el-aside[data-v-236728c8] {
  /*background-color: #D3DCE6;*/
  color: #333;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
}
.quality-record-tb[data-v-236728c8] {
  width: 100%;
  border-collapse: collapse;
}
.quality-record-tb th[data-v-236728c8], td[data-v-236728c8] {
  border: 1px solid #97a8be;
  height: 40px;
}
.quality-record-tb td[data-v-236728c8]:first-child {
  text-align: center;
  width: 180px;
}

/* reset element-ui css */
.login-container .el-input {
  display: inline-block;
  height: 47px;
  width: 85%;
}
.login-container .el-input input {
    background: transparent;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 12px 5px 12px 15px;
    color: #eee;
    height: 47px;
}
.login-container .el-input input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #1433c9d6 inset !important;
      -webkit-text-fill-color: #fff !important;
}
.login-container .el-form-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #454545;
}

.login-container[data-v-5146ce3c] {
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#26c2cbd9), color-stop(#1433c9d6), color-stop(#0825b3ed), to(#330887eb));
  background-image: linear-gradient(#26c2cbd9, #1433c9d6, #0825b3ed, #330887eb);
}
.login-container .login-form[data-v-5146ce3c] {
    position: absolute;
    left: 0;
    right: 0;
    width: 520px;
    max-width: 100%;
    padding: 35px 35px 15px 35px;
    margin: 120px auto;
}
.login-container .svg-container[data-v-5146ce3c] {
    padding: 6px 5px 6px 15px;
    color: #889aa4;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
}
.login-container .title[data-v-5146ce3c] {
    font-size: 26px;
    font-weight: 400;
    color: #eee;
    margin: 0px auto 40px auto;
    text-align: center;
    font-weight: bold;
}
.login-container .show-pwd[data-v-5146ce3c] {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    color: #889aa4;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.login-container .about[data-v-5146ce3c] {
    font-size: 16px;
    text-align: center;
    border: none;
    background: none;
}
.login-container .about[data-v-5146ce3c] :hover {
    color: #e4232d;
}
.login-container .logo_img[data-v-5146ce3c] {
    width: 10%;
}
.login-container .box[data-v-5146ce3c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dialog_about[data-v-5146ce3c] {
  margin: auto;
  text-align: center;
  z-index: 11;
}
.dialog_div[data-v-5146ce3c] {
  width: 100%;
  height: 500px;
  text-align: left;
  text-indent: 2em;
  color: #333;
  font-weight: 0;
  font-size: 16px;
  word-wrap: break-word;
}

.wscn-http404-container[data-v-10c6d917] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-10c6d917] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-10c6d917] {
    position: relative;
    float: left;
    width: 600px;
    overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-10c6d917] {
      width: 100%;
}
.wscn-http404 .pic-404__child[data-v-10c6d917] {
      position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-10c6d917] {
        width: 80px;
        top: 17px;
        left: 220px;
        opacity: 0;
        -webkit-animation-name: cloudLeft-data-v-10c6d917;
                animation-name: cloudLeft-data-v-10c6d917;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-10c6d917] {
        width: 46px;
        top: 10px;
        left: 420px;
        opacity: 0;
        -webkit-animation-name: cloudMid-data-v-10c6d917;
                animation-name: cloudMid-data-v-10c6d917;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-10c6d917] {
        width: 62px;
        top: 100px;
        left: 500px;
        opacity: 0;
        -webkit-animation-name: cloudRight-data-v-10c6d917;
                animation-name: cloudRight-data-v-10c6d917;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-10c6d917 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-10c6d917 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-10c6d917 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-10c6d917 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-10c6d917 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-10c6d917 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-10c6d917] {
    position: relative;
    float: left;
    width: 300px;
    padding: 30px 0;
    overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-10c6d917] {
      font-size: 32px;
      font-weight: bold;
      line-height: 40px;
      color: #1482f0;
      opacity: 0;
      margin-bottom: 20px;
      -webkit-animation-name: slideUp-data-v-10c6d917;
              animation-name: slideUp-data-v-10c6d917;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-10c6d917] {
      font-size: 20px;
      line-height: 24px;
      color: #222;
      font-weight: bold;
      opacity: 0;
      margin-bottom: 10px;
      -webkit-animation-name: slideUp-data-v-10c6d917;
              animation-name: slideUp-data-v-10c6d917;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-10c6d917] {
      font-size: 13px;
      line-height: 21px;
      color: grey;
      opacity: 0;
      margin-bottom: 30px;
      -webkit-animation-name: slideUp-data-v-10c6d917;
              animation-name: slideUp-data-v-10c6d917;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-10c6d917] {
      display: block;
      float: left;
      width: 110px;
      height: 36px;
      background: #1482f0;
      border-radius: 100px;
      text-align: center;
      color: #ffffff;
      opacity: 0;
      font-size: 14px;
      line-height: 36px;
      cursor: pointer;
      -webkit-animation-name: slideUp-data-v-10c6d917;
              animation-name: slideUp-data-v-10c6d917;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-10c6d917 {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-10c6d917 {
0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
}





























.svg-icon[data-v-1944970e] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

