* {
  margin: 0;
  padding: 0;
}
#app,
.wrapper,
body,
html {
  width: 100%;
  height: auto;
  overflow: hidden;
}
body {
  font-family: PingFang SC, Helvetica Neue, Helvetica, microsoft yahei, arial,
    STHeiTi, sans-serif;
}
.content-box {
  position: absolute;
  left: 200px;
  right: 0;
  top: 70px;
  bottom: 0;
  padding-bottom: 30px;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  background: #f0f0f0;
}
.content {
  width: auto;
  height: 100%;
  padding: 10px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-collapse {
  left: 65px;
}
.container {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.crumbs {
  margin: 10px 0;
}
.pagination {
  margin: 20px 0;
  text-align: right;
}
.plugins-tips {
  padding: 20px 10px;
  margin-bottom: 20px;
}
.el-button + .el-tooltip {
  margin-left: 10px;
}
.el-table tr:hover {
  background: #f6faff;
}
.mgb20 {
  margin-bottom: 20px;
}
.move-enter-active,
.move-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.move-enter,
.move-leave {
  opacity: 0;
}
.form-box {
  width: 600px;
}
.form-box .line {
  text-align: center;
}
.el-time-panel__content:after,
.el-time-panel__content:before {
  margin-top: -7px;
}
.el-time-spinner__wrapper
  .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 0;
}
.pure-button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.g-core-image-corp-container .info-aside {
  height: 45px;
}
.el-upload--text {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #97a8be;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.el-upload--text .el-icon-upload {
  font-size: 67px;
  color: #97a8be;
  margin: 40px 0 16px;
  line-height: 50px;
}
.el-upload--text em {
  font-style: normal;
}
.ql-container .ql-editor {
  height: 400px;
}
.ql-snow .ql-tooltip {
  -webkit-transform: translateX(117.5px) translateY(10px) !important;
  -ms-transform: translateX(117.5px) translateY(10px) !important;
  transform: translateX(117.5px) translateY(10px) !important;
}
.editor-btn {
  margin-top: 20px;
}
.v-note-wrapper .v-note-panel {
  min-height: 500px;
}
.header {
  background-color: #242f42;
}
.login-wrap {
  background: #324157;
}
.plugins-tips {
  background: #eef1f6;
}
.el-upload--text em,
.plugins-tips a {
  color: #20a0ff;
}
.pure-button {
  background: #20a0ff;
}
.tags-li.active {
  border: 1px solid #409eff;
  background-color: #409eff;
}
.message-title {
  color: #20a0ff;
}
.collapse-btn:hover {
  background: #283446;
}
@font-face {
  font-family: iconfont;
  src: url(/static/css/iconfont/iconfont.woff2) format("woff2"),
    url(/static/css/iconfont/iconfont.woff) format("woff"),
    url(/static/css/iconfont/iconfont.ttf) format("truetype");
}
.icon-xiazai:before {
  content: "\E600";
}
.icon-excelwenjian:before {
  content: "\E745";
}
.icon-yanzhengma:before {
  content: "\E613";
}
.icon-renyuan:before {
  content: "\E61A";
}
.icon-yanjing:before {
  content: "\E6CF";
}
.icon-yanjing1:before {
  content: "\E6E1";
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.success_btn {
  background-color: #7ec050;
}
.success_btn,
.warning_btn {
  color: #fff;
  border-radius: 4px;
}
.warning_btn {
  background-color: #dca551;
}
.danger_btn {
  background-color: #e47471;
  color: #fff;
  border-radius: 4px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bbb;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
}
.el-table__fixed-right-patch {
  right: 1px !important;
  z-index: 3;
}
.el-table__body tr.current-row > td {
  background-color: #afc6f0 !important;
  color: #333;
}
.el-table__body-wrapper .el-table__empty-block {
  display: block;
}
.el-table__body-wrapper .el-table__empty-block:before {
  position: sticky;
  left: 50%;
  top: calc(50% - 20px);
  content: "\6682\65E0\6570\636E";
  width: 100px;
  display: block;
}
.el-table__empty-block .el-table__empty-text {
  display: none;
}
div.pagination {
  margin: 10px 0 0;
  text-align: right;
}
.el-button--mini {
  padding: 5px 10px;
}
.el-timeline-item__node--large {
  left: -4px;
  width: 20px;
  height: 20px;
}
.el-timeline-item__icon {
  font-size: 16px;
}
.scroll-view::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.scroll-view::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1890ff;
}
.scroll-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
}
.el-tooltip__popper {
  max-width: 300px;
  white-space: pre-wrap;
}
.table-line .cell div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div.paddingBottom10 {
  padding-bottom: 10px;
}
.notabBox {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
    0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
.submit_form .submit_form_li {
  min-height: 36px;
}
.submit_form .submit_form_li .flexData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
.submit_form .submit_form_li .flexData .search_icon_btn {
  width: 40px;
  height: 32px;
  text-align: center;
  background: #dcdfe6;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  position: relative;
  left: -3px;
  top: 0;
  margin-right: -3px;
  border: 1px solid #dcdfe6;
  border-right-width: 3px;
  border-left: none;
}
.submit_form .submit_form_li .el-date-picker,
.submit_form .submit_form_li .el-select {
  width: 100%;
}
.submit_form .submit_form_li .form_li_rate {
  padding: 7px 0;
}
.submit_form .submit_form_li .el-input {
  width: 100%;
}
.submit_form .submit_form_li .el_input_box {
  border: 1px solid #dcdfe6;
  line-height: 30px;
  padding: 0 15px;
  color: #606266;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  border-radius: 4px;
}
.submit_form .submit_form_li .el_input_box.none {
  color: #c7cbd2;
}
.table_box {
  margin-top: 10px;
}
.table_box .btn_list .btn_li,
.table_box .item_btn_list .item_btn_li {
  padding: 0 5px;
  margin: 0;
}
@supports (-webkit-mask: none) and (not (cater-color: #fff)) {
  .login-container .el-input input {
    color: #fff;
  }
}
.login-container .el-input {
  display: inline-block;
  height: 47px;
  width: 380px;
}
.login-container .login-form .el-input .el-input__inner {
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 12px 5px 12px 15px;
  color: #fff;
  height: 47px;
  caret-color: #fff;
}
.login-container .el-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #54657b inset !important;
  box-shadow: inset 0 0 0 1000px #54657b !important;
  -webkit-text-fill-color: #fff !important;
}
.login-container .el-form-item {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(42, 63, 90, 0.8);
  border-radius: 5px;
  color: #454545;
  margin-top: 50px;
}
.login-container {
  min-height: 100vh;
  width: 100%;
  background: url(../../static/img/bg.baf6a40.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  overflow: hidden;
}
.login-container .welcome {
  position: absolute;
  left: 110px;
  top: 120px;
  color: #fff;
}
.login-container .welcome .title {
  font-size: 60px;
  font-weight: 900;
}
.login-container .welcome .tips {
  font-size: 24px;
  font-weight: 100;
}
.login-container .form-box {
  background: url(../../static/img/from-box.a4f6df9.png) no-repeat 50%;
  width: 1200px;
  height: 735px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto;
}
.login-container .login-form {
  position: absolute;
  right: 30px;
  width: 500px;
  max-width: 100%;
  padding: 100px 35px 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.login-container .login-form .captcha_code {
  width: 100px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
}
.login-container .tips {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.login-container .tips span:first-of-type {
  margin-right: 16px;
}
.login-container .svg-container {
  padding: 6px 5px 6px 15px;
  color: #889aa4;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.login-container .title-container {
  z-index: 2;
  height: 60px;
  padding: 0 10px;
  border-radius: 25px;
  position: absolute;
  right: 18%;
  top: -7px;
  margin: 0 auto;
  text-align: center;
}
.login-container .show-pwd {
  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 .thirdparty-button {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.login-container .login-btn {
  background-color: #2a3c50;
  margin-top: 30px;
  height: 50px;
  font-size: 18px;
  width: 300px !important;
  border-radius: 25px;
}
@media only screen and (max-width: 470px) {
  .login-container .thirdparty-button {
    display: none;
  }
}
.login_box[data-v-40c128a6] {
  margin: 0 auto;
  padding-top: 160px;
}
.login_box ._login[data-v-40c128a6] {
  width: 210px;
  background-color: #eee;
  height: 210px;
  margin: 0 auto;
}
.login_box ._login_text[data-v-40c128a6] {
  text-align: center;
  line-height: 24px;
  width: 300px;
  padding: 8px 0;
  margin: 0 auto;
  color: #999;
  font-size: 14px;
}
.login_box .openUrlBtn[data-v-40c128a6] {
  display: inline-block;
  background-color: #2a3c50;
  color: #fff;
  height: 40px;
  margin: 20px auto 0;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
}
.driverBox[data-v-04d3cc5f] {
  position: absolute;
  top: -40px;
  width: 100vw;
  height: 100vh;
  left: -200px;
}
.driverBox .eidtBtn[data-v-04d3cc5f] {
  position: fixed;
  top: 20vh;
  right: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #f0f0f0;
}
.driverBox .eidtBtn i[data-v-04d3cc5f] {
  display: none;
}
.driverBox .eidtBtn.auto[data-v-04d3cc5f] {
  opacity: 1;
  background-color: #0081ff;
}
.driverBox .eidtBtn.auto i[data-v-04d3cc5f] {
  display: inline-block;
}
.driverBox .tags_box[data-v-04d3cc5f] {
  position: absolute;
  height: 30px;
  background: #fff;
  width: 10%;
  right: 0;
  top: 40px;
  z-index: 99;
}
.driverBox .driver_Box[data-v-04d3cc5f] {
  background-color: #f0f2f5;
  width: 100vw;
  height: 100vh;
}
.driverBox .driver_Box.auto[data-v-04d3cc5f] {
  opacity: 0;
}
.driverBox .top_box[data-v-04d3cc5f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  background-color: #fff;
  padding: 15px 0 0 20px;
  -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 80%, 0.5);
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 80%, 0.5);
  z-index: 9999;
}
.driverBox .top_box ._title[data-v-04d3cc5f] {
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
}
.driverBox .top_box .rigth_box[data-v-04d3cc5f] {
  position: absolute;
  right: 0;
  top: 24px;
}
.driverBox .top_box .rigth_box .btn[data-v-04d3cc5f] {
  height: 30px;
  line-height: 32px;
  padding: 0 25px;
  min-width: 100px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  margin-right: 30px;
  background-color: #409eff;
  -webkit-box-shadow: 0 0 1px 1px #409eff;
  box-shadow: 0 0 1px 1px #409eff;
  color: #fff;
  cursor: pointer;
}
.driverBox .top_box .rigth_box .btn.cancel[data-v-04d3cc5f] {
  color: #999;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2px 1px #ccc;
  box-shadow: 0 0 2px 1px #ccc;
}
.driverBox .sidebarList[data-v-04d3cc5f] {
  position: absolute;
  left: 0;
  top: 80px;
  width: 200px;
  height: calc(100vh - 85px);
  background-color: #fff;
  border-radius: 3px;
}
.driverBox .sidebarList .draggable_li[data-v-04d3cc5f] {
  line-height: 40px;
  margin: 0 10px;
  height: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.driverBox .sidebarList .draggable_li ._title[data-v-04d3cc5f] {
  display: block;
  padding-left: 5px;
  font-size: 14px;
  color: #666;
}
.driverBox .draggableList[data-v-04d3cc5f] {
  width: 50%;
  height: 500px;
  position: absolute;
  top: 200px;
  left: calc(25% + 100px);
}
div#driver-popover-item {
  display: none;
  position: absolute;
  background: #fff;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000000000;
}
div#driver-popover-item .driver-popover-tip {
  border: 5px solid #fff;
  content: "";
  position: absolute;
}
div#driver-popover-item .driver-popover-tip.bottom {
  bottom: -10px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
div#driver-popover-item .driver-popover-tip.bottom.position-center {
  left: 49%;
}
div#driver-popover-item .driver-popover-tip.bottom.position-right {
  right: 20px;
}
div#driver-popover-item .driver-popover-tip.left {
  left: -10px;
  top: 10px;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
div#driver-popover-item .driver-popover-tip.left.position-center {
  top: 46%;
}
div#driver-popover-item .driver-popover-tip.left.position-bottom {
  top: auto;
  bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.right {
  right: -10px;
  top: 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
div#driver-popover-item .driver-popover-tip.right.position-center {
  top: 46%;
}
div#driver-popover-item .driver-popover-tip.right.position-bottom {
  top: auto;
  bottom: 20px;
}
div#driver-popover-item .driver-popover-tip.top {
  top: -10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
div#driver-popover-item .driver-popover-tip.top.position-center {
  left: 49%;
}
div#driver-popover-item .driver-popover-tip.top.position-right {
  right: 20px;
}
div#driver-popover-item .driver-popover-tip.mid-center {
  display: none;
}
div#driver-popover-item .driver-popover-footer {
  display: block;
  margin-top: 10px;
}
div#driver-popover-item .driver-popover-footer button {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  color: #2d2d2d;
  font: 11px / normal sans-serif;
  cursor: pointer;
  outline: 0;
  background-color: #f1f1f1;
  border-radius: 2px;
  zoom: 1;
  line-height: 1.3;
}
div#driver-popover-item .driver-popover-footer button.driver-disabled {
  color: grey;
  cursor: default;
  pointer-events: none;
}
div#driver-popover-item .driver-popover-footer .driver-close-btn {
  float: left;
}
div#driver-popover-item .driver-popover-footer .driver-btn-group,
div#driver-popover-item .driver-popover-footer .driver-close-only-btn {
  float: right;
}
div#driver-popover-item .driver-popover-title {
  font: 19px / normal sans-serif;
  margin: 0 0 5px;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
}
div#driver-popover-item .driver-popover-description {
  margin-bottom: 0;
  font: 14px / normal sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 400;
  zoom: 1;
}
.driver-clearfix:after,
.driver-clearfix:before {
  content: "";
  display: table;
}
.driver-clearfix:after {
  clear: both;
}
.driver-stage-no-animation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background: rgba(0, 0, 0, 0) !important;
  outline: 5000px solid rgba(0, 0, 0, 0.75);
}
div#driver-page-overlay {
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 100002 !important;
}
div#driver-highlighted-element-stage,
div#driver-page-overlay {
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div#driver-highlighted-element-stage {
  position: absolute;
  height: 50px;
  width: 300px;
  background: #fff;
  z-index: 100003 !important;
  display: none;
  border-radius: 2px;
}
.driver-highlighted-element {
  z-index: 100004 !important;
}
.driver-position-relative {
  position: relative !important;
}
.driver-fix-stacking {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -webkit-perspective: none !important;
  -ms-perspective: none !important;
  -o-perspective: none !important;
  perspective: none !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  -webkit-transform-box: border-box !important;
  -moz-transform-box: border-box !important;
  -ms-transform-box: border-box !important;
  -o-transform-box: border-box !important;
  transform-box: border-box !important;
  will-change: unset !important;
}
.fullScreenBox[data-v-4383a604] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.fullScreenBox .fullScreen_box[data-v-4383a604] {
  height: 100vh;
  padding: 80px 5px 0 205px;
  width: 100vw;
  background-color: #f0f2f5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 800px;
}
.fullScreenBox .fullScreen_box .top_box[data-v-4383a604] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  background-color: #fff;
  padding: 15px 0 0 20px;
  -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 80%, 0.5);
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 80%, 0.5);
}
.fullScreenBox .fullScreen_box .top_box ._title[data-v-4383a604] {
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
}
.fullScreenBox .fullScreen_box .top_box .rigth_box[data-v-4383a604] {
  position: absolute;
  right: 0;
  top: 24px;
}
.fullScreenBox .fullScreen_box .top_box .rigth_box .btn[data-v-4383a604] {
  height: 30px;
  line-height: 32px;
  padding: 0 25px;
  min-width: 100px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  margin-right: 30px;
  background-color: #409eff;
  -webkit-box-shadow: 0 0 1px 1px #409eff;
  box-shadow: 0 0 1px 1px #409eff;
  color: #fff;
}
.fullScreenBox
  .fullScreen_box
  .top_box
  .rigth_box
  .btn.cancel[data-v-4383a604] {
  cursor: pointer;
  color: #999;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2px 1px #ccc;
  box-shadow: 0 0 2px 1px #ccc;
}
.fullScreenBox .fullScreen_box .top_box .rigth_box .btn.none[data-v-4383a604] {
  background: #999;
  -webkit-box-shadow: 0 0 1px 1px #999;
  box-shadow: 0 0 1px 1px #999;
}
.fullScreenBox .fullScreen_box .sidebarBox[data-v-4383a604] {
  position: absolute;
  left: 0;
  top: 80px;
  width: 200px;
  height: calc(100vh - 85px);
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 3px;
}
.fullScreenBox .fullScreen_box .sidebarBox .sidebar_none_page[data-v-4383a604] {
  padding-top: calc(42vh - 85px);
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 25px;
  opacity: 0.9;
}
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebar_none_page
  .sidebar_none_tipe[data-v-4383a604] {
  position: relative;
  top: -25px;
  color: #999;
}
.fullScreenBox .fullScreen_box .sidebarBox .sidebarTapList[data-v-4383a604] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebarTapList
  .sidebarTapLi[data-v-4383a604] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebarTapList
  .sidebarTapLi.auto[data-v-4383a604] {
  border-bottom: 2px solid #409eff;
  color: #409eff;
}
.fullScreenBox .fullScreen_box .sidebarBox .sidebarList[data-v-4383a604] {
  position: relative;
  height: 100%;
  background-color: #fefefe;
}
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebarList
  .draggable_li[data-v-4383a604] {
  line-height: 40px;
  margin: 0 10px;
  height: 600px;
  height: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebarList
  .draggable_li
  > i[data-v-4383a604],
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebarList
  .draggable_li
  div[data-v-4383a604] {
  display: none;
}
.fullScreenBox
  .fullScreen_box
  .sidebarBox
  .sidebarList
  .draggable_li
  > ._title[data-v-4383a604] {
  display: block;
  padding-left: 5px;
  font-size: 14px;
  color: #999;
}
.fullScreenBox .fullScreen_box .contentBox[data-v-4383a604] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 78px);
  overflow-y: scroll;
  position: relative;
  padding: 0 0 0 10px;
}
.fullScreenBox .fullScreen_box .contentBox .top_content_box[data-v-4383a604] {
  width: calc(100% - 20px);
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  padding-left: 10px;
}
.fullScreenBox .fullScreen_box .contentBox .no_data_page[data-v-4383a604] {
  background-color: #fff;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 30px;
}
.fullScreenBox .fullScreen_box .contentBox .draggable_list[data-v-4383a604] {
  z-index: 2;
  min-width: 500px;
  min-height: calc(100vh - 148px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 5px;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li[data-v-4383a604] {
  border-right: 10px solid rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  float: left;
  cursor: pointer;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li
  ._title[data-v-4383a604] {
  display: none;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li
  .setBtn[data-v-4383a604] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  background-color: #5a9cf8 !important;
  color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: none;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li
  .setBtn
  > div[data-v-4383a604] {
  width: 50%;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li
  .setBtn
  .del[data-v-4383a604] {
  background-color: #e47470;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li:hover
  > div[data-v-4383a604] {
  -webkit-box-shadow: 0 0 3px 1px #409eff;
  box-shadow: 0 0 3px 1px #409eff;
  background-color: #fff;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li:hover
  .setBtn[data-v-4383a604] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullScreenBox
  .fullScreen_box
  .contentBox
  .draggable_list
  .draggable_li
  .leftType1[data-v-4383a604] {
  height: 200px;
}
.fullScreenBox .fullScreen_box .contentBox.auto[data-v-4383a604] {
  padding-right: 410px;
}
.fullScreenBox
  .fullScreen_box
  .contentBox.auto
  .top_content_box[data-v-4383a604] {
  width: calc(100% - 430px);
}
.fullScreenBox .editDraggable .item_list[data-v-4383a604] {
  padding-top: 3vh;
  height: calc(100vh - 70px);
}
.fullScreenBox .editDraggable .item_list .item_li[data-v-4383a604] {
  padding-left: 80px;
  position: relative;
  line-height: 50px;
  font-size: 14px;
}
.fullScreenBox
  .editDraggable
  .item_list
  .item_li
  .item_li_key[data-v-4383a604] {
  position: absolute;
  left: 0;
  width: 80px;
  text-align: right;
  font-weight: 800;
}
.fullScreenBox
  .editDraggable
  .item_list
  .item_li
  .item_li_select[data-v-4383a604] {
  margin-left: 10px;
  width: 200px;
}
.fullScreenBox
  .editDraggable
  .item_list
  .item_li
  .item_li_val[data-v-4383a604] {
  padding: 0 20px;
  line-height: 50px;
}
.fullScreenBox
  .editDraggable
  .item_list
  .item_li
  .item_li_val
  .sliderBox[data-v-4383a604] {
  margin-right: 10px;
  padding-top: 6px;
}
.fullScreenBox .editDraggable .postBtn[data-v-4383a604] {
  height: 70px;
  text-align: center;
  padding-top: 10px;
}
.fullScreenBox .editDraggable .postBtn .btn[data-v-4383a604] {
  width: 150px;
  border-radius: 5px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background-color: #999;
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
}
.fullScreenBox .editDraggable .postBtn .btn.success[data-v-4383a604] {
  background-color: #409eff;
}
.fullScreenBox.auto[data-v-4383a604] {
  position: absolute;
  top: -40px;
  left: -200px;
  z-index: 10;
}
.fullScreenBox.auto .driverBox[data-v-4383a604] {
  width: 80%;
  height: 500px;
  margin: 50px auto 0;
}
#mask[data-v-4383a604] {
  width: 100%;
  height: calc(100% - 10px);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.item.overview[data-v-548f2a1a] {
  padding: 0 15px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 40px;
  border-radius: 2px;
}
.item.overview .item_title[data-v-548f2a1a] {
  line-height: 38px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding-top: 4px;
  font-weight: 800;
  position: relative;
}
.item.overview .item_rigth[data-v-548f2a1a] {
  position: absolute;
  right: 0;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 44px;
  height: 42px;
  font-weight: 400;
  font-size: 13px;
}
.item.overview .item_rigth .item_rigth_btn[data-v-548f2a1a] {
  width: 140px;
  text-align: center;
}
.item.overview .itemCharts[data-v-548f2a1a] {
  width: 100%;
  height: 300px;
}
.btn_list .btn[data-v-a33efe7a] {
  padding: 0;
  margin: 0;
}
._title[data-v-a33efe7a] {
  margin: 0 0 10px;
}
.header_box[data-v-a33efe7a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 15px;
}
.box[data-v-a33efe7a] {
  overflow: auto;
}
.item[data-v-a33efe7a] {
  padding: 0 15px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 40px;
  border-radius: 2px;
}
.item > .item_title[data-v-a33efe7a] {
  line-height: 38px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding-top: 4px;
  font-weight: 600;
  position: relative;
}
.item > .item_title .item_rigth_btn[data-v-a33efe7a] {
  position: absolute;
  right: 5px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 26px;
  height: 26px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  padding: 0 5px;
  background-color: #5a9cf8;
  color: #fff;
  border-radius: 2px;
}
.box[data-v-554241e8] {
  overflow: auto;
}
.item[data-v-554241e8] {
  padding: 0 15px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 40px;
  border-radius: 2px;
}
.item > .item_title[data-v-554241e8] {
  line-height: 38px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding-top: 4px;
  font-weight: 600;
  position: relative;
}
.item > .item_title .item_rigth_btn[data-v-554241e8] {
  position: absolute;
  right: 5px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 26px;
  height: 26px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  padding: 0 5px;
  background-color: #5a9cf8;
  color: #fff;
  border-radius: 2px;
}
.content[data-v-5c4d80a9] {
  max-height: 750px;
}
.content img[data-v-5c4d80a9] {
  max-width: 100% !important;
}
.header_title > div[data-v-5c4d80a9] {
  margin: 0 20px;
}
.list-top[data-v-7602e4c6] {
  text-align: center;
}
.list-top .search-box[data-v-7602e4c6] {
  max-width: 600px;
}
.list-top .search-box .category[data-v-7602e4c6] {
  width: 150px;
}
.min_width[data-v-5226e9c9] {
  min-width: 900px;
}
.w100[data-v-5226e9c9] {
  width: 100% !important;
}
.search-form-page .el-form .el-row > div[data-v-5226e9c9] {
  height: 47px;
}
.search-form-page .min_width[data-v-5226e9c9] {
  min-width: 900px;
}
.search-form-page .el-input-number[data-v-5226e9c9] {
  width: 100% !important;
}
.search-form-page .button_box[data-v-5226e9c9] {
  float: right;
}
.search-form-page .button_box .button_position[data-v-5226e9c9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.search-form-page .tag_box[data-v-5226e9c9] {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.search-form-page .float_left[data-v-5226e9c9] {
  float: left;
}
.search-form-page .width_100[data-v-5226e9c9] {
  width: 100% !important;
}
.search-form-page .click_div[data-v-5226e9c9] {
  color: #c0c4cc;
  border: 1px solid #dcdfe6;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  overflow: hidden;
}
.search-form-page .click_div.auto[data-v-5226e9c9] {
  color: #666;
}
.search-form-page .form_footer[data-v-5226e9c9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(37, 42, 61, 0.03);
  border: 1px dashed #c0c4cc;
}
.search-form-page .form_footer .tag_title[data-v-5226e9c9] {
  width: 61px;
  font-size: 12px;
}
.search-form-page .form_footer .tag_content[data-v-5226e9c9] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-form-page .form_footer .tag_close[data-v-5226e9c9] {
  width: 30px;
  font-size: 12px;
}
.div-table-box[data-v-5226e9c9] {
  border: 1px solid #dcdfe6;
}
.div-table-box .div-table-header[data-v-5226e9c9] {
  border-bottom: 1px solid #dcdfe6;
  background-color: #f5f7fa;
  height: 40px;
}
.div-table-box .div-table-body-box[data-v-5226e9c9] {
  max-height: 400px;
  overflow: auto;
}
.div-table-box .div-table-body[data-v-5226e9c9]:nth-child(odd) {
  background-color: #f9f9f9;
}
.div-table-box .div-table-body[data-v-5226e9c9] {
  padding: 5px 0;
}
.div-table-box .div-table-body > div[data-v-5226e9c9],
.div-table-box .div-table-header > div[data-v-5226e9c9] {
  text-align: center;
}
span.el-tag--success[data-v-713101c8],
span.el-tag--success[data-v-cc7cc7b0] {
  margin: 2px;
}
.content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7d7d7;
  width: 100%;
  margin: -25px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 54vh;
}
.content_box .content_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #d7d7d7;
}
.content_box .content_left .search_box {
  height: 40px;
  border-bottom: 1px solid #d7d7d7;
}
.content_box .content_left .search_box .search_input {
  width: 286px;
  display: block;
  position: relative;
  left: 6px;
  top: 3px;
}
.content_box .content_left .tap_list {
  border-bottom: 1px solid #eee;
  line-height: 37px;
  font-size: 13px;
  height: 36px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_box .content_left .tap_list .tap_li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 86px;
  text-align: center;
  cursor: pointer;
}
.content_box .content_left .tap_list .tap_li.auto {
  color: #409eff;
  border-bottom: 1px solid #409eff;
}
.content_box .content_left .personnel_list {
  overflow-y: scroll;
  height: calc(54vh - 40px);
  position: relative;
}
.content_box .content_left .personnel_list .return_box {
  height: 36px;
  width: 100%;
}
.content_box .content_left .personnel_list .return_box .return_btn {
  line-height: 36px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  font-size: 13px;
  cursor: pointer;
}
.content_box .content_left .personnel_list .personnel_li {
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-left: 36px;
  color: #666;
  cursor: pointer;
}
.content_box .content_left .personnel_list .personnel_li .selecte_box {
  border: 2px solid #d7d7d7;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.content_box
  .content_left
  .personnel_list
  .personnel_li
  .selecte_box
  .selecte_icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 13px;
  text-align: center;
  height: 13px;
  line-height: 13px;
}
.content_box .content_left .personnel_list .personnel_li .selecte_box.auto {
  border: 2px solid #409eff;
  background-color: #409eff;
}
.content_box
  .content_left
  .personnel_list
  .personnel_li
  .selecte_box.auto
  .selecte_icon {
  color: #fff;
  display: inline-block;
}
.content_box .content_left .personnel_list .personnel_li .avatar_img {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 20px;
  top: 5px;
  margin-right: 5px;
}
.content_box .content_left .personnel_list .personnel_li .personnel_li_icon {
  font-size: 16px;
  margin-right: 2px;
}
.content_box .content_left .personnel_list .personnel_li .subordinate_btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  width: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  color: #409eff;
  border-left: 1px solid #fff;
}
.content_box
  .content_left
  .personnel_list
  .personnel_li
  .subordinate_btn
  .subordinate_icon {
  padding-right: 5px;
}
.content_box .content_left .personnel_list .personnel_li:hover {
  background-color: #eee;
}
.content_box .content_left .personnel_list::-webkit-scrollbar {
  width: 4px;
}
.content_box .content_left .personnel_list.auto {
  height: calc(54vh - 80px);
}
.content_box .content_rigth {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content_box .content_rigth .content_rigth_title {
  padding: 10px 16px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  font-size: 13px;
  height: 40px;
}
.content_box .content_rigth .content_rigth_title .empty_btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #409eff;
  line-height: 42px;
  padding: 0 16px;
  cursor: pointer;
}
.content_box .content_rigth .personnel_list {
  overflow-y: scroll;
  height: calc(54vh - 40px);
  position: relative;
  padding: 5px 0;
}
.content_box .content_rigth .personnel_list .personnel_li {
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-left: 20px;
  color: #666;
  cursor: pointer;
}
.content_box .content_rigth .personnel_list .personnel_li .avatar_img {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 20px;
  top: 5px;
  margin-right: 5px;
}
.content_box .content_rigth .personnel_list .personnel_li .personnel_li_icon {
  font-size: 16px;
  margin-right: 2px;
}
.content_box .content_rigth .personnel_list .personnel_li .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  color: #999;
}
.content_box .content_rigth .personnel_list .personnel_li:hover {
  background-color: #eee;
}
.content_box .content_rigth .personnel_list::-webkit-scrollbar {
  width: 4px;
}
.app-desc[data-v-4036a67c] {
  line-height: 26px;
  width: 70%;
  height: 60%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box[data-v-4036a67c] {
  overflow: auto;
}
.logo-parent[data-v-4036a67c] {
  width: 128px;
  height: 128px;
  position: relative;
}
.borderbottom[data-v-4036a67c] {
  height: 30px;
  border-bottom: 1px solid #e0dede;
}
.downCount[data-v-4036a67c] {
  position: absolute;
  height: 25px;
  line-height: 27px;
  right: 47px;
  bottom: 0;
}
.logo-img[data-v-4036a67c] {
  position: absolute;
  width: 128px;
  height: 128px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item-row[data-v-4036a67c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-body[data-v-4036a67c] {
  height: 80%;
  color: #9b96a5;
}
.item-content-box[data-v-4036a67c] {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 10px;
  overflow: auto;
}
.downNow[data-v-4036a67c] {
  position: absolute;
  height: 25px;
  bottom: 0;
  left: 10px;
}
.item[data-v-4036a67c] {
  position: relative;
  padding: 0 15px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 40px;
  border-radius: 2px;
}
.item > .item_title[data-v-4036a67c] {
  line-height: 38px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding-top: 4px;
  font-weight: 600;
  position: relative;
}
.item > .item_title .item_rigth_btn[data-v-4036a67c] {
  position: absolute;
  right: 5px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 26px;
  height: 26px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  padding: 0 5px;
  background-color: #5a9cf8;
  color: #fff;
  border-radius: 2px;
}
.page[data-v-7274dd05] {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes gradientAnimation-data-v-7274dd05 {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes gradientAnimation-data-v-7274dd05 {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.box1[data-v-7274dd05] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff9a9e),
    to(#fecfef)
  );
  background: -webkit-linear-gradient(left, #ff9a9e, #fecfef);
  background: -o-linear-gradient(left, #ff9a9e, #fecfef);
  background: linear-gradient(90deg, #ff9a9e, #fecfef);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#84fab0),
    to(#8fd3f4)
  );
  background: -webkit-linear-gradient(left, #84fab0, #8fd3f4);
  background: -o-linear-gradient(left, #84fab0, #8fd3f4);
  background: linear-gradient(90deg, #84fab0, #8fd3f4);
  background-size: 200% 200%;
}
.box1[data-v-7274dd05],
.box2[data-v-7274dd05] {
  -webkit-animation: gradientAnimation-data-v-7274dd05 2s ease infinite;
  animation: gradientAnimation-data-v-7274dd05 2s ease infinite;
}
.box2[data-v-7274dd05] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a18cd1),
    to(#fbc2eb)
  );
  background: -webkit-linear-gradient(left, #a18cd1, #fbc2eb);
  background: -o-linear-gradient(left, #a18cd1, #fbc2eb);
  background: linear-gradient(90deg, #a18cd1, #fbc2eb);
  background-size: 200% 200%;
}
.box3[data-v-7274dd05] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4facfe),
    to(#00f2fe)
  );
  background: -webkit-linear-gradient(left, #4facfe, #00f2fe);
  background: -o-linear-gradient(left, #4facfe, #00f2fe);
  background: linear-gradient(90deg, #4facfe, #00f2fe);
  background-size: 200% 200%;
}
.box3[data-v-7274dd05],
.box4[data-v-7274dd05] {
  -webkit-animation: gradientAnimation-data-v-7274dd05 2s ease infinite;
  animation: gradientAnimation-data-v-7274dd05 2s ease infinite;
}
.box4[data-v-7274dd05] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0c),
    to(#fc0)
  );
  background: -webkit-linear-gradient(left, #f0c, #fc0);
  background: -o-linear-gradient(left, #f0c, #fc0);
  background: linear-gradient(90deg, #f0c, #fc0);
  background-size: 200% 200%;
}
.box5[data-v-7274dd05] {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#24c6dc),
    to(#514a9d)
  );
  background: -webkit-linear-gradient(left, #24c6dc, #514a9d);
  background: -o-linear-gradient(left, #24c6dc, #514a9d);
  background: linear-gradient(90deg, #24c6dc, #514a9d);
  background-size: 200% 200%;
  -webkit-animation: gradientAnimation-data-v-7274dd05 2s ease infinite;
  animation: gradientAnimation-data-v-7274dd05 2s ease infinite;
}
.mian-box[data-v-7274dd05] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px 0;
  gap: 10px;
}
.box[data-v-7274dd05] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 20%;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box .base_img[data-v-7274dd05] {
  position: absolute;
  width: 50px;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.box .header-box[data-v-7274dd05] {
  height: 40px;
  width: 100%;
  font-weight: 600;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.box .header-box img[data-v-7274dd05] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.box .num_1[data-v-7274dd05] {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 2px 2px 8px #000;
}
@-webkit-keyframes fontAnimation-data-v-7274dd05 {
  0% {
    font-size: 0.8rem;
  }
  50% {
    font-size: 0.9rem;
  }
  to {
    font-size: 1rem;
  }
}
@keyframes fontAnimation-data-v-7274dd05 {
  0% {
    font-size: 0.8rem;
  }
  50% {
    font-size: 0.9rem;
  }
  to {
    font-size: 1rem;
  }
}
.page[data-v-1c633a6e],
.page[data-v-15ebd82a],
.page[data-v-46feec82] {
  width: 100%;
  height: 100%;
}
.page .loading[data-v-15ebd82a] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: #a8d8ea;
}
.page[data-v-7cbabe9d] {
  width: 100%;
  height: 100%;
}
.page[data-v-1d3f603e] {
  height: 100%;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
.card-info[data-v-1d3f603e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  max-width: 300px;
  .info-item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
    }
  }
  .info-title {
    color: #333;
  }
  .info-content {
    color: #666;
  }
}
.com-text-1[data-v-1d3f603e] {
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
[data-v-1d3f603e] .el-dialog__body {
  padding: 10px 25px !important;
}
ul[data-v-b03619e4] {
  list-style: none;
}
li[data-v-b03619e4],
ul[data-v-b03619e4] {
  margin: 0;
  padding: 0;
}
.course-week[data-v-b03619e4] {
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1%;
}
.course-week[data-v-b03619e4],
.week-top[data-v-b03619e4] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.week-top[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 1%;
}
.week-top .week-btn-wrap[data-v-b03619e4] {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #409eff;
}
.week-top .week-btn-wrap span[data-v-b03619e4] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.w-today-date[data-v-b03619e4] {
  font-weight: 700;
  font-size: 16px;
}
.w-choose-status[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 200px;
}
.w-choose-status > div[data-v-b03619e4] {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2%;
  white-space: nowrap;
  line-height: 20px;
}
.w-choose-status > div .square[data-v-b03619e4],
.w-choose-status > div[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.w-choose-status > div .square[data-v-b03619e4] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.w-choose-status > div .title[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
  padding-left: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.week-table .table-header[data-v-b03619e4],
.week-table[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.week-table .table-header[data-v-b03619e4] {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaedf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-header .w-table-date[data-v-b03619e4],
.table-week[data-v-b03619e4] {
  width: 100%;
  height: 40px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-header .w-table-date > span[data-v-b03619e4],
.table-week > span[data-v-b03619e4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  height: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #888;
}
.table-header .w-table-date > span[data-v-b03619e4],
.table-week .w-day-item[data-v-b03619e4],
.table-week > span[data-v-b03619e4],
.w-table-date .w-day-item[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-week .w-day-item[data-v-b03619e4],
.w-table-date .w-day-item[data-v-b03619e4] {
  color: #000;
  font-size: 14px;
}
.week-table .w-time-period-list[data-v-b03619e4] {
  width: 100%;
}
.w-time-period-list .w-time-period-row[data-v-b03619e4] {
  width: 100%;
  min-height: 60px;
}
.w-time-period-col[data-v-b03619e4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-time-period-col .w-time-period[data-v-b03619e4] {
  width: 12.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #eaedf2;
  border-bottom: 1px solid #eaedf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.w-time-period-col .w-row-day[data-v-b03619e4],
.w-time-period-col .w-time-period[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.w-time-period-col .w-row-day[data-v-b03619e4] {
  width: 87.5%;
}
.w-row-day .w-things[data-v-b03619e4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #eaedf2;
  border-bottom: 1px solid #eaedf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.w-row-day .w-things[data-v-b03619e4]:last-child {
  border-right: 1px solid #eaedf2;
}
.w-things .w-thing-item[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Arial, sans-serif;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  border-radius: 10px;
  margin: 2% 1%;
  padding: 1% 2%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  .w-thing-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    span {
      margin-right: 5px;
      border-radius: 50%;
    }
  }
}
.w-things .w-thing-item[data-v-b03619e4]:hover {
  background-color: #409eff;
  color: #fff;
  .tip {
    background: #fff !important;
  }
}
.w-isCurDate[data-v-b03619e4] {
  color: #ff2525 !important;
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.w-noMore[data-v-b03619e4] {
  min-height: 200px;
  padding: 2%;
  border: 1px solid rgba(156, 173, 173, 0.3);
  color: rgba(156, 173, 173, 0.7176470588235294);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.w-noMore[data-v-b03619e4],
.w_expand[data-v-b03619e4],
.w_shrink[data-v-b03619e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.w_expand[data-v-b03619e4],
.w_shrink[data-v-b03619e4] {
  color: #0a98d5;
  cursor: pointer;
  width: 100%;
  padding: 2% 0;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.item[data-v-0bbeb3c7] {
  padding: 0 0 10px;
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 40px;
  border-radius: 10px;
}
.item > .item_title[data-v-0bbeb3c7] {
  line-height: 38px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding: 4px 20px 0;
  font-weight: 600;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item > .item_title .item_rigth_btn[data-v-0bbeb3c7] {
  position: absolute;
  right: 5px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 26px;
  height: 26px;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  padding: 0 5px;
  background-color: #5a9cf8;
  color: #fff;
  border-radius: 2px;
}
.tree[data-v-a3e1e69e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tree .box[data-v-a3e1e69e] {
  margin-top: 10px;
}
.tree .box .title[data-v-a3e1e69e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 5px;
}
.tree .box .title > span[data-v-a3e1e69e] {
  margin: 3px 5px 0 0;
}
.tree .box > .item-children[data-v-a3e1e69e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tree .box .item-children .tree > .box > .item-children[data-v-a3e1e69e] {
  margin: 0;
}
.upload-file {
  margin: 0 auto;
}
.components-upload-box {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.components-upload-box,
.components-upload-box .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.components-upload-box .item {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #dcdfe6;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.components-upload-box .item .icon {
  font-size: 62px;
}
.components-upload-box .item .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.components-upload-box .item .btn .edit {
  margin-right: 10px;
}
.components-upload-box .item .btn .del {
  margin-left: 10px;
}
.components-upload-box .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.components-upload-box .item .el-icon-circle-plus-outline {
  font-size: 30px;
  margin-bottom: 10px;
}
.components-upload-box .add {
  border: 1px dashed #dcdfe6;
  font-size: 12px;
}
.isDialog {
  margin: 0;
  padding: 0;
}
.isDialog .el-dialog__body {
  padding: 0 20px;
}
.album-box .l-r .left {
  margin-right: 20px;
}
.album-box .l-r .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.album-box .l-r .right .file-list-box .file-list .file.item {
  border-radius: 5px;
}
.album-box .l-r .right .file-list-box .file-list .file.item.active {
  border: 1px solid #409efe;
  border-radius: 6px;
}
.album-box .l-r .right .file-list-box .file-list .file-item .el-icon-error {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #f56c6c;
  display: none;
}
.isDialog .l-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.isDialog .l-r .left {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: auto;
}
.isDialog .l-r .left .title {
  font-size: 16px;
  font-weight: bolder;
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #e3e3e3;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
.isDialog .l-r .left .on {
  color: #333;
}
.isDialog .l-r .left .item.active {
  background-color: #409efe;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  border-right: 0;
  border-left: 0;
}
.isDialog .l-r .left .item {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.isDialog .l-r .left .item .icon {
  font-size: 25px;
  margin-right: 10px;
}
.isDialog .l-r .left .item:hover {
  color: hsla(0, 0%, 100%, 0.8);
  background-color: rgba(108, 153, 220, 0.5);
}
.isDialog .l-r .right {
  width: 700px;
}
.isDialog .l-r .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}
.isDialog .l-r .right .top .upload .el-upload {
  overflow: hidden;
  border: 0;
  width: 90px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.isDialog .l-r .right .top .upload .el-upload .upload {
  font-weight: bolder;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #409efe;
}
.isDialog .l-r .right .top .upload .el-upload .upload:active {
  background-color: rgba(64, 158, 255, 0.8);
  color: #ccc;
}
.isDialog .l-r .right .top .el-upload--picture-card i {
  color: #fff;
  font-size: 20px;
  margin-right: 6px;
}
.isDialog .l-r .right .file-list-box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 20px 10px 20px 20px;
  margin-top: 10px;
}
.isDialog .l-r .right .file-list-box .file-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 270px;
}
.isDialog .l-r .right .file-list-box .file-list,
.isDialog .l-r .right .file-list-box .file-list .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.isDialog .l-r .right .file-list-box .file-list .file-item {
  color: #999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #999;
  border-radius: 10px;
  width: 123px;
  height: 123px;
  cursor: pointer;
  margin: 0 10px 10px;
  position: relative;
}
.isDialog .l-r .right .file-list-box .file-list .file-item .icon {
  font-size: 70px;
}
.isDialog .l-r .right .file-list-box .file-list .file-item .img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.isDialog .l-r .right .file-list-box .file-list .file-item > span {
  margin-top: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100px;
  text-align: center;
}
.isDialog .l-r .right .file-list-box .file-list .file-item .el-icon-success {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #409eff;
  display: none;
}
.isDialog .l-r .right .file-list-box .file-list .on {
  border-radius: 5px;
}
.isDialog .l-r .right .file-list-box .file-list .on .el-icon-success {
  display: block;
}
.isDialog .l-r .file-page {
  margin-top: 20px;
}
.isDialog .checkedFile-box {
  min-height: 141px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.isDialog .checkedFile-box .title {
  color: #000;
}
.isDialog .checkedFile-box .itemList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: auto;
}
.isDialog .checkedFile-box .itemList,
.isDialog .checkedFile-box .itemList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.isDialog .checkedFile-box .itemList .item {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #999;
  margin: 10px 10px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.isDialog .checkedFile-box .itemList .item .icon {
  font-size: 70px;
}
.isDialog .checkedFile-box .itemList .item .el-icon-error {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  font-size: 20px;
}
.isDialog .checkedFile-box .itemList .item .img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.isDialog .checkedFile-box .itemList .item > span {
  margin-top: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 80px;
  text-align: center;
}
.isDialog .checkedFile-box .itemList .item .el-icon-success {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #409eff;
  display: none;
}
.svg-icon[data-v-4bd8db2d] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-4bd8db2d] {
  background-color: currentColor;
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  display: inline-block;
}
.el-dialog .el-dialog--center[data-v-2e5d3962] {
  margin-top: 0;
}
.box:hover .tip[data-v-2e5d3962] {
  color: #409efe;
  display: inline-block;
}
#word[data-v-2e5d3962] {
  width: 100%;
  height: 75vh;
  background-color: #fff;
  z-index: 99;
}
.fileLi[data-v-2e5d3962] {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
  position: relative;
}
.fileLi .fileLiImg[data-v-2e5d3962] {
  width: 148px;
  height: 148px;
}
.fileLi .hoverBox[data-v-2e5d3962] {
  position: absolute;
  width: 148px;
  height: 148px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  text-align: center;
  line-height: 140px;
  display: none;
}
.fileLi:hover .hoverBox[data-v-2e5d3962] {
  display: block;
}
.fileLi .hoverBox i[data-v-2e5d3962] {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.upload[data-v-51b7bb56] {
  display: inline-block;
}
.el-upload--text[data-v-51b7bb56] {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 34px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.el-upload--text .el-icon--right[data-v-51b7bb56] {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.components-upload-box[data-v-51b7bb56] {
  width: 100%;
}
.components-upload-box .item-box[data-v-51b7bb56],
.components-upload-box[data-v-51b7bb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.components-upload-box .item-box:hover .download-btn[data-v-51b7bb56] {
  display: initial;
}
.components-upload-box .item-box .download-btn[data-v-51b7bb56] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.components-upload-box .item-box .download-btn .icon[data-v-51b7bb56] {
  font-size: 20px;
  color: #409eff;
}
.components-upload-box .item-box .icon[data-v-51b7bb56] {
  font-size: 70px;
}
.components-upload-box .item[data-v-51b7bb56] {
  width: 100px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #dcdfe6;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.components-upload-box .item .icon[data-v-51b7bb56] {
  font-size: 100px;
}
.components-upload-box .item .btn[data-v-51b7bb56] {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.components-upload-box .item .btn .edit[data-v-51b7bb56] {
  margin-right: 10px;
}
.components-upload-box .item .btn .del[data-v-51b7bb56] {
  margin-left: 10px;
}
.components-upload-box .item .img[data-v-51b7bb56] {
  width: 100%;
  height: 100%;
}
.components-upload-box .item .img > img[data-v-51b7bb56] {
  -o-object-fit: cover;
  object-fit: cover;
}
.components-upload-box .item .el-icon-circle-plus-outline[data-v-51b7bb56] {
  font-size: 30px;
  margin-bottom: 10px;
}
.components-upload-box .add[data-v-51b7bb56] {
  border: 1px dashed #dcdfe6;
  font-size: 12px;
  line-height: 14px;
}
.components-upload-box .add .ctrtV_tips[data-v-51b7bb56] {
  display: none;
  padding: 22px 10px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.components-upload-box .item.add:hover .ctrtV_tips[data-v-51b7bb56] {
  display: block;
}
.dialogUploadVisible[data-v-51b7bb56] {
  margin: 0;
  padding: 0;
}
.dialogUploadVisible .el-dialog__body[data-v-51b7bb56] {
  padding: 0 20px;
}
.dialogUploadVisible .l-r[data-v-51b7bb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialogUploadVisible .l-r .left[data-v-51b7bb56] {
  width: 200px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  height: 410px;
  overflow: auto;
}
.dialogUploadVisible .l-r .left .title[data-v-51b7bb56] {
  background-color: #d9dbdc;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
.dialogUploadVisible .l-r .left .on[data-v-51b7bb56] {
  background-color: #e7e9ea;
}
.dialogUploadVisible .l-r .left .item[data-v-51b7bb56] {
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dialogUploadVisible .l-r .left .item .icon[data-v-51b7bb56] {
  font-size: 25px;
  margin-right: 10px;
}
.dialogUploadVisible .l-r .left .item[data-v-51b7bb56]:hover {
  background-color: #e7e9ea;
}
.dialogUploadVisible .l-r .right[data-v-51b7bb56] {
  width: 700px;
}
.dialogUploadVisible .l-r .right .top[data-v-51b7bb56] {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}
.dialogUploadVisible .l-r .right .top .search[data-v-51b7bb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialogUploadVisible .l-r .right .top .search .input[data-v-51b7bb56] {
  margin-right: 10px;
}
.dialogUploadVisible .l-r .right .file-list-box[data-v-51b7bb56] {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 20px 10px 20px 20px;
  margin-top: 10px;
  position: relative;
}
.dialogUploadVisible .l-r .right .file-list-box .file-list[data-v-51b7bb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 270px;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item[data-v-51b7bb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 123px;
  height: 123px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item:hover
  .download-btn[data-v-51b7bb56] {
  display: initial;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  .download-btn[data-v-51b7bb56] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  .download-btn
  .icon[data-v-51b7bb56] {
  font-size: 20px;
  color: #409eff;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  .icon[data-v-51b7bb56] {
  font-size: 70px;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  .img[data-v-51b7bb56] {
  width: 70px;
  height: 70px;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  .img
  > img[data-v-51b7bb56] {
  -o-object-fit: cover;
  object-fit: cover;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  > span[data-v-51b7bb56] {
  margin-top: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100px;
  text-align: center;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .file-item
  .el-icon-success[data-v-51b7bb56] {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #409eff;
  display: none;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .on[data-v-51b7bb56] {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #409eff;
  box-shadow: 0 0 10px #409eff;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .on
  .el-icon-success[data-v-51b7bb56] {
  display: block;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .nothing_box[data-v-51b7bb56] {
  margin: 0 auto;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .nothing_box
  .nothing[data-v-51b7bb56] {
  color: #ccc;
  font-size: 200px;
}
.dialogUploadVisible
  .l-r
  .right
  .file-list-box
  .file-list
  .nothing_box
  .tip[data-v-51b7bb56] {
  font-size: 16px;
  color: #ccc;
  text-align: center;
}
.dialogUploadVisible .l-r .file-page[data-v-51b7bb56] {
  margin-top: 20px;
}
.dialogUploadVisible .checkedFile-box[data-v-51b7bb56] {
  min-height: 144px;
  border: 1px solid #e3e3e3;
  position: relative;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.dialogUploadVisible .checkedFile-box .tip_text[data-v-51b7bb56] {
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  font-size: 24px;
  font-weight: 800;
  width: 100%;
  color: #999;
  height: 144px;
  line-height: 144px;
  text-align: center;
  opacity: 0.3;
  background: #eee;
}
.dialogUploadVisible .checkedFile-box .title[data-v-51b7bb56] {
  color: #000;
}
.dialogUploadVisible .checkedFile-box .itemList[data-v-51b7bb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dialogUploadVisible .checkedFile-box .itemList .item[data-v-51b7bb56] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.dialogUploadVisible .checkedFile-box .itemList .item .icon[data-v-51b7bb56] {
  font-size: 70px;
}
.dialogUploadVisible
  .checkedFile-box
  .itemList
  .item
  .el-icon-error[data-v-51b7bb56] {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
}
.dialogUploadVisible .checkedFile-box .itemList .item .img[data-v-51b7bb56] {
  width: 70px;
  height: 70px;
}
.dialogUploadVisible
  .checkedFile-box
  .itemList
  .item
  .img
  > img[data-v-51b7bb56] {
  -o-object-fit: cover;
  object-fit: cover;
}
.dialogUploadVisible .checkedFile-box .itemList .item > span[data-v-51b7bb56] {
  margin-top: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 80px;
  text-align: center;
}
.dialogUploadVisible
  .checkedFile-box
  .itemList
  .item
  .el-icon-success[data-v-51b7bb56] {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #409eff;
  display: none;
}
.dialogUploadVisible .checkedFile-box:hover .tip_text[data-v-51b7bb56] {
  display: block;
}
.main-wrap[data-v-7073287d] {
  padding: 0 15px 10px;
  width: 100%;
  position: relative;
  top: -20px;
}
.slider[data-v-7073287d] {
  display: inline-block;
  width: 100px;
  position: relative;
  top: 14px;
  margin-left: 15px;
}
.di[data-v-7073287d] {
  display: inline-block;
}
.download[data-v-7073287d] {
  color: #409eff;
  margin-left: 15px;
}
.dn[data-v-7073287d] {
  display: none;
}
.videoUpload_page .selection_box[data-v-836a9494] {
  width: 120px;
  border: 1px dashed #dcdfe6;
  background: #fafafa;
  height: 120px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  color: #999;
  vertical-align: top;
  padding-top: 25px;
  position: relative;
  margin: 0 2px 2px;
  cursor: pointer;
}
.videoUpload_page .selection_box .selection_icon[data-v-836a9494] {
  display: inline-block;
  font-size: 30px;
}
.videoUpload_page .selection_box .selection_text[data-v-836a9494] {
  line-height: 20px;
  font-size: 12px;
}
.videoUpload_page .selection_video[data-v-836a9494] {
  width: 120px;
  border: 1px solid #dcdfe6;
  background: #fafafa;
  height: 120px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px 2px;
  cursor: pointer;
}
.videoUpload_page .selection_video .selection_image[data-v-836a9494] {
  width: 118px;
  height: 118px;
}
.videoUpload_page .selection_video .selection_hover[data-v-836a9494] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.videoUpload_page
  .selection_video
  .selection_hover
  .selection_video_play[data-v-836a9494] {
  color: #fff;
  font-size: 28px;
  line-height: 100px;
  opacity: 0.7;
}
.videoUpload_page
  .selection_video
  .selection_hover
  .selection_del[data-v-836a9494] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 30px;
  color: #fff;
  background: rgba(78, 78, 78, 0.8);
  font-size: 17px;
}
.videoUpload_page .selection_video:hover .selection_hover[data-v-836a9494] {
  display: block;
}
.dialog_upload_visible_box[data-v-836a9494] {
  margin: -15px 0 -20px;
}
.dialog_upload_visible_box .top_box[data-v-836a9494] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dialog_upload_visible_box .top_box .search_box[data-v-836a9494] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
}
.dialog_upload_visible_box .video_list[data-v-836a9494] {
  height: 68vh;
  overflow-y: scroll;
  margin: 0 -20px;
  padding: 0 15px;
}
.dialog_upload_visible_box .video_list .video_li[data-v-836a9494] {
  width: 146px;
  height: 158px;
  padding: 10px;
  margin: 3px;
  vertical-align: top;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.dialog_upload_visible_box .video_list .video_li .cover_image[data-v-836a9494] {
  width: 120px;
  display: block;
  margin: 0 auto 5px;
  background-color: #ccc;
  height: 80px;
  border-radius: 5px 5px 5px 5px;
}
.dialog_upload_visible_box .video_list .video_li .video_title[data-v-836a9494] {
  font-size: 12px;
  width: 120px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 15px;
}
.dialog_upload_visible_box
  .video_list
  .video_li
  .video_username[data-v-836a9494] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 120px;
}
.dialog_upload_visible_box .video_list .video_li .created_at[data-v-836a9494] {
  margin: 0 auto;
  width: 120px;
}
.dialog_upload_visible_box .video_list .video_li .video_hover[data-v-836a9494] {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 14px;
  padding: 7px 0;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.dialog_upload_visible_box
  .video_list
  .video_li
  .video_hover
  .video_hover_li[data-v-836a9494] {
  text-align: center;
  line-height: 70px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.dialog_upload_visible_box
  .video_list
  .video_li
  .video_hover
  .video_hover_li[data-v-836a9494]:hover {
  color: #409eff;
}
.dialog_upload_visible_box .video_list .video_li.auto[data-v-836a9494] {
  background: #409eff;
  color: #fff;
}
.dialog_upload_visible_box .video_list .video_li[data-v-836a9494]:hover {
  background-color: #eee;
  cursor: pointer;
}
.dialog_upload_visible_box
  .video_list
  .video_li:hover
  .video_hover[data-v-836a9494] {
  display: block;
}
.dialog_upload_visible_box .video_list[data-v-836a9494]::-webkit-scrollbar {
  width: 5px;
}
.dialog_upload_visible_box .paging_box[data-v-836a9494] {
  position: absolute;
  bottom: 20px;
}
.upload_Box[data-v-2a2851a5],
.upload_box[data-v-2a2851a5] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  background: #fbfdff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.upload_box[data-v-2a2851a5] {
  border-radius: 6px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.upload_box .upload_icon_box[data-v-2a2851a5] {
  background: #fbfdff;
  width: 108px;
  height: 108px;
  color: #97a8be;
}
.upload_box .upload_icon_box .upload_icon[data-v-2a2851a5] {
  font-size: 42px;
  margin: 18px auto 0;
}
.upload_box .upload_icon_box .upload_text[data-v-2a2851a5] {
  line-height: 22px;
  font-size: 12px;
}
.upload_box[data-v-2a2851a5]:hover {
  border-color: #64a8ff;
}
.upload_box:hover .upload_icon_box .upload_icon[data-v-2a2851a5],
.upload_box:hover .upload_icon_box[data-v-2a2851a5] {
  color: #64a8ff;
}
.video_box[data-v-2a2851a5] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 125px;
  background: #fbfdff;
  position: relative;
  overflow: hidden;
}
.video_box .video_progress[data-v-2a2851a5] {
  margin: 16px auto;
}
.video_box .video_icon[data-v-2a2851a5] {
  font-size: 40px;
  color: #a7a7a7;
}
.video_box .hover_video[data-v-2a2851a5] {
  position: absolute;
  bottom: 0;
  width: 108px;
  height: 108px;
  display: none;
  left: 0;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.3);
}
.video_box .hover_video .video_bottom_list[data-v-2a2851a5] {
  height: 28px;
  width: 100%;
  display: none;
  position: absolute;
  line-height: 28px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
}
.video_box .hover_video .video_bottom_list .video_bottom_li[data-v-2a2851a5] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.video_box .hover_video .video_bottom_list .seeBtn[data-v-2a2851a5]:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #efefef;
  position: absolute;
  right: 0;
  top: 9px;
}
.video-js .vjs-time-control,
.video_box:hover .hover_video[data-v-2a2851a5] {
  display: block;
}
.video-js .vjs-remaining-time {
  display: none;
}
.video-js {
  max-height: 60vh;
}
.vjs-fullscreen.video-js {
  max-height: 100vh;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0;
  line-height: 20px;
}
.page {
  width: 100%;
  height: 100%;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow,
.ql-snow * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid rgba(0, 0, 0, 0);
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-label[data-label]:not([data-label=""]):before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid rgba(0, 0, 0, 0);
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]:before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]:before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]:before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li:before {
  content: "\2022";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
  pointer-events: none;
}
.ql-editor ul[data-checked="false"] > li *,
.ql-editor ul[data-checked="true"] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked="false"] > li:before,
.ql-editor ul[data-checked="true"] > li:before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li:before {
  content: "\2611";
}
.ql-editor ul[data-checked="false"] > li:before {
  content: "\2610";
}
.ql-editor li:before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank:before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type="file"],
.ql-bubble .ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover {
  color: #fff;
}
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble,
.ql-bubble * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-stroke.ql-thin,
.ql-bubble .ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid rgba(0, 0, 0, 0);
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble
  .ql-picker.ql-font
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble
  .ql-picker.ql-font
  .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble
  .ql-picker.ql-header
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble
  .ql-picker.ql-header
  .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble
  .ql-picker.ql-size
  .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble
  .ql-picker.ql-size
  .ql-picker-label[data-label]:not([data-label=""]):before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label:before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label:before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="serif"]:before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value="monospace"]:before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="serif"]:before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value="monospace"]:before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label:before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="small"]:before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="large"]:before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value="huge"]:before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="small"]:before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="large"]:before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value="huge"]:before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type="text"] {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: 700;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a:before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: 400;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a:after {
  border-top: 6px solid #444;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a:after,
.ql-container.ql-bubble:not(.ql-disabled) a:before {
  left: 0;
  margin-left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: visibility 0s ease 0.2s;
  -o-transition: visibility 0s ease 0.2s;
  transition: visibility 0s ease 0.2s;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,
.ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
  visibility: visible;
}
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}
.vjs-control:focus .vjs-svg-icon,
.vjs-svg-icon:hover {
  -webkit-filter: drop-shadow(0 0 0.25em #fff);
  filter: drop-shadow(0 0 0.25em #fff);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\F101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\F103";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\F104";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\F105";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\F106";
}
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\F107";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\F108";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\F109";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10A";
}
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.video-js:lang(en-AU)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\F10B";
}
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\F10C";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F10D";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\F10E";
}
.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\F10F";
}
.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\F110";
}
.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\F111";
}
.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\F112";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F113";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F114";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F115";
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\F116";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F117";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F118";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\F119";
}
.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\F11A";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\F11B";
}
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder,
.vjs-icon-replay-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before,
.vjs-icon-replay-5:before {
  content: "\F11C";
}
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder,
.vjs-icon-replay-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before,
.vjs-icon-replay-10:before {
  content: "\F11D";
}
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder,
.vjs-icon-replay-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before,
.vjs-icon-replay-30:before {
  content: "\F11E";
}
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder,
.vjs-icon-forward-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before,
.vjs-icon-forward-5:before {
  content: "\F11F";
}
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder,
.vjs-icon-forward-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before,
.vjs-icon-forward-10:before {
  content: "\F120";
}
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder,
.vjs-icon-forward-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before,
.vjs-icon-forward-30:before {
  content: "\F121";
}
.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\F122";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F123";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F124";
}
.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\F125";
}
.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\F126";
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\F127";
}
.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "\F128";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F129";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F12A";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F12B";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F12C";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F12D";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\F12E";
}
.video-js {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: normal;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js :after,
.video-js :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0;
}
.video-js.vjs-1-1,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}
.video-js.vjs-fill:not(.vjs-audio-only-mode),
.video-js .vjs-tech {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
}
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}
body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}
.vjs-layout-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(
    .vjs-seeking,
    .vjs-scrubbing,
    .vjs-error
  )
  .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(hsla(0, 0%, 100%, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    hsla(0, 0%, 100%, 0)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), hsla(0, 0%, 100%, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), hsla(0, 0%, 100%, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000;
}
.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: none;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em;
  font-weight: 700;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error)
  .vjs-control-bar.vjs-lock-showing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.vjs-audio-only-mode .vjs-control-bar,
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar,
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
  display: block;
}
.vjs-button > .vjs-svg-icon {
  display: inline-block;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}
.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}
.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}
.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js
  .vjs-progress-control:hover
  .vjs-progress-holder:focus
  .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s,
    left 0s, top 0s;
  -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s,
    top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s,
    top 0s;
}
.video-js
  .vjs-volume-panel.vjs-hover
  .vjs-mute-control
  ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js
  .vjs-volume-panel.vjs-hover
  .vjs-mute-control
  ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js
  .vjs-volume-panel
  .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  -o-transition: left 0s;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s,
    left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s,
    left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s,
    left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s,
    top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}
.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}
.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}
.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js
  .vjs-volume-control:hover
  .vjs-progress-holder:focus
  .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js
  .vjs-volume-vertical:hover
  .vjs-progress-holder:focus
  .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}
.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}
.video-js .vjs-time-control {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.vjs-error .vjs-text-track-display {
  display: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing
  video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}
.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-error .vjs-loading-spinner {
  display: none;
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8)
      infinite,
    vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes vjs-spinner-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  to {
    border-top-color: #73859f;
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  to {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}
.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}
.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js
  .vjs-subs-caps-button
  + .vjs-menu
  .vjs-captions-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10C";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-description-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder,
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-description-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before,
.video-js
  .vjs-audio-button
  + .vjs-menu
  .vjs-main-desc-menu-item
  .vjs-menu-item-text
  .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F12E";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small
  .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
}
.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: block;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-error .vjs-text-track-settings {
  display: none;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}
.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}
.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(88%, #fff),
    to(#73859f)
  );
  background-image: -webkit-linear-gradient(bottom, #fff 88%, #73859f);
  background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(88%, #fff),
    to(#73859f)
  );
  background-image: -webkit-linear-gradient(top, #fff 88%, #73859f);
  background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.9)),
    color-stop(60%, rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.7) 60%,
    rgba(0, 0, 0, 0)
  );
  font-size: 1.2em;
  line-height: 1.5;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.vjs-error .vjs-title-bar {
  display: none;
}
.vjs-title-bar-description,
.vjs-title-bar-title {
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vjs-title-bar-title {
  font-weight: 700;
  margin-bottom: 0.333em;
}
.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.video-js .vjs-skip-backward-5,
.video-js .vjs-skip-backward-10,
.video-js .vjs-skip-backward-30,
.video-js .vjs-skip-forward-5,
.video-js .vjs-skip-forward-10,
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js :focus:not(.focus-visible),
.video-js :focus:not(:focus-visible) {
  outline: none;
}
.audio_play #control_box[data-v-316dc766] {
  height: 32px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 5px;
  background-color: rgba(0, 0, 0, 0.8);
}
.audio_play #control_box .play_btn[data-v-316dc766] {
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.audio_play #control_box .play_btn i[data-v-316dc766] {
  font-size: 32px;
}
.audio_play #control_box .play_btn[data-v-316dc766]:hover {
  opacity: 0.5;
}
.audio_play #control_box .video_box[data-v-316dc766] {
  width: 420px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.audio_play #control_box .video_box .bar_box[data-v-316dc766] {
  width: 250px;
  margin-right: 5px;
}
.audio_play #control_box .video_box .speed_btn[data-v-316dc766] {
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
}
.breadcrumbList {
  position: fixed;
  top: 0;
  line-height: 40px;
}
.breadcrumbList .breadcrumbLi {
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
  display: inline-block;
}
.breadcrumbList .son.breadcrumbLi:before {
  content: "/";
  padding-right: 10px;
}
.page[data-v-5c4a9496],
.page[data-v-b88faf76] {
  width: 100%;
  height: 100%;
}
.draft_dialog .el-dialog > .el-dialog__body {
  padding: 10px;
}
.draft_dialog .el-dialog > .el-dialog__footer {
  text-align: right;
}
.warning_tip[data-v-7c43e41a] {
  font-size: 14px;
  text-align: left;
}
.collapse-btn[data-v-1df0545d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 30px;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-font-size: 30px;
}
.collapse-btn img[data-v-1df0545d] {
  height: 50px;
}
.header[data-v-1df0545d] {
  background-color: #324157;
}
.btn-files[data-v-1df0545d] {
  padding-right: 10px;
  position: relative;
}
.user-avator img[data-v-1df0545d] {
  -o-object-fit: cover;
  object-fit: cover;
}
.img-list[data-v-731a72cc] {
  float: left;
  margin-right: 8px;
  position: relative;
}
.del[data-v-731a72cc] {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  background-color: #f02d2d;
  text-align: center;
  cursor: pointer;
}
.list[data-v-0fcd2564] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list .list-item[data-v-0fcd2564] {
  text-align: center;
  margin: 0 10px 10px;
}
.list .list-item .name[data-v-0fcd2564] {
  text-align: center;
}
.globalSearch {
  position: fixed;
  top: 0;
  left: 50vw;
  margin-left: -150px;
  z-index: 11;
  display: inline-block;
  width: 300px;
  height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.globalSearch .search_input {
  opacity: 0.9;
}
.globalSearch .search_input input {
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
}
.globalSearch .search_input:hover {
  opacity: 0.95;
}
.globalSearch .globalSearchMasking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.globalSearch .searchBoxinput {
  display: none;
}
.globalSearch.focus {
  display: block;
  width: 60vw;
  margin-left: 0;
  left: 20vw;
  top: 5vh;
}
.globalSearch.focus .search_input {
  z-index: 3;
  opacity: 1;
}
.globalSearch.focus .search_input input {
  border-radius: 5px 5px 0 0;
  height: 42px;
  font-size: 16px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-bottom-color: #ddd;
}
.globalSearch.focus .search_input:hover input {
  background-color: #f0f0f0;
}
.globalSearch.focus .searchBoxinput {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 60vh;
  z-index: 3;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 5px;
}
.globalSearch.focus .searchBoxinput .tabsBox {
  padding: 0 20px;
  height: 40px;
  z-index: 2;
}
.globalSearch.focus .searchBoxinput .tabsBox .tab_name {
  text-align: center;
  min-width: 80px;
  padding: 0 20px;
  margin: 0 -15px;
}
.globalSearch.focus .searchBoxinput .searchlist {
  height: calc(60vh - 40px);
  overflow-y: scroll;
  color: #666;
  padding-top: 5px;
}
.globalSearch.focus .searchBoxinput .searchlist::-webkit-scrollbar {
  width: 8px;
}
.globalSearch.focus .searchBoxinput .searchlist::-webkit-scrollbar-thumb {
  -webkit-box-shadow: #ccc;
  background: #ccc;
}
.globalSearch.focus .searchBoxinput .searchlist::-webkit-scrollbar-track {
  border-radius: 0 0 5px 0;
  -webkit-box-shadow: none;
  background-color: #fcfcfc;
}
.meun::-webkit-scrollbar {
  width: 0;
}
.searchBox {
  margin: -20px 0 0;
}
.tableBox {
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.tableBox .tableTop {
  line-height: 45px;
  height: 50px;
  position: relative;
}
.tableBox .tableTop .tableTopTitle {
  font-weight: 800;
  padding-left: 10px;
  font-size: 15px;
  display: inline-block;
}
.tableBox .tableTop .tableTopSet {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tableBox .tableTop .tableTopSet .tableTopSetInput,
.tableBox .tableTop .tableTopSet .tableTopSetSelect {
  width: 160px;
  margin-right: 20px;
}
.tableBox .tableTop .tableTopSet .tableTopSetBtn {
  width: 50px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  margin-top: 7px;
  margin-right: 20px;
}
.tableBox .downloadBtn {
  margin-right: 20px;
}
.content-box[data-v-70df11dc] {
  top: 40px;
}
.sidebar[data-v-b4b046ce] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
.logo_box .logo_img[data-v-b4b046ce],
.logo_box[data-v-b4b046ce] {
  height: 40px;
}
.sidebar[data-v-b4b046ce]::-webkit-scrollbar {
  width: 0;
}
.sidebar-el-menu[data-v-b4b046ce]:not(.el-menu--collapse) {
  width: 200px;
}
.sidebar > ul[data-v-b4b046ce] {
  height: 100%;
}
.el-menu--collapse .logo_box[data-v-b4b046ce] {
  width: 40px;
  position: relative;
  left: 9px;
  overflow: hidden;
}
.el-submenu .el-menu-item[data-v-b4b046ce] {
  min-width: 195px;
}
.el-submenu [class^="el-icon-"][data-v-b4b046ce] {
  vertical-align: middle;
  margin-right: 0;
  width: auto;
  text-align: center;
  font-size: 18px;
}
.el-menu-item [class^="el-icon-"][data-v-b4b046ce] {
  margin-right: 0;
  width: auto;
}
.el-menu--collapse
  > .el-submenu
  > .el-submenu__title
  [class^="el-icon-"][data-v-b4b046ce] {
  width: auto;
}
ul > li.logo_text[data-v-b4b046ce] {
  text-align: center;
  color: #bfcbd9;
}
.el-menu[data-v-b4b046ce] {
  border: 0;
}
.tags {
  position: relative;
  height: 30px;
  overflow: hidden;
  background: #fff;
  padding-right: 120px;
  -webkit-box-shadow: 0 5px 10px #ddd;
  box-shadow: 0 5px 10px #ddd;
}
.tags ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.tags-li {
  float: left;
  margin: 3px 5px 2px 3px;
  border-radius: 3px;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  border: 1px solid #e9eaec;
  background: #fff;
  padding: 0 5px 0 12px;
  vertical-align: middle;
  color: #666;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tags-li:not(.active):hover {
  background: #f8f8f8;
}
.tags-li.active {
  color: #fff;
}
.tags-li-title {
  float: left;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 5px;
  color: #666;
}
.tags-li.active .tags-li-title {
  color: #fff;
}
.tags-close-box {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
  text-align: center;
  width: 110px;
  height: 30px;
  background: #fff;
  -webkit-box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.closeBtn[data-v-74bc0e27] {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
}
.page[data-v-74bc0e27] {
  float: none;
}
.sale-bill[data-v-74bc0e27] {
  width: 100%;
  margin: 0 auto;
}
.sale-bill .box[data-v-74bc0e27] {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  display: block;
}
.sale-bill .box .type-box[data-v-74bc0e27] {
  text-align: center;
  padding: 20px 10px;
  border-bottom: 2px dotted #333;
  margin-bottom: 10px;
}
.sale-bill .box .type-box > h2[data-v-74bc0e27] {
  margin-bottom: 20px;
}
.sale-bill .box .type-box .btn-box[data-v-74bc0e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sale-bill .box .type-box .btn-box > i[data-v-74bc0e27] {
  cursor: pointer;
  color: #333;
}
.sale-bill .box .type-box .btn-box .active[data-v-74bc0e27],
.sale-bill .box .type-box .btn-box > i[data-v-74bc0e27]:active {
  color: #409efe;
}
.bill-box table[data-v-74bc0e27] {
  page-break-after: always;
  min-height: 555px;
  text-align: center;
  margin: 0 auto;
}
.bill-box table td[data-v-74bc0e27] {
  padding: 2px 5px;
}
.bill-box table .textV[data-v-74bc0e27] {
  text-align: center;
  width: 20px;
  margin: 10px auto;
}
.barCode[data-v-74bc0e27] {
  min-width: 150px !important;
  min-height: 50px !important;
}
.barCode .bar_code_box[data-v-74bc0e27] {
  width: 100%;
  height: 100%;
}
.left[data-v-74bc0e27] {
  text-align: left;
}
.bolder[data-v-74bc0e27] {
  font-weight: bolder;
}
.header[data-v-74bc0e27] {
  font-weight: bolder;
  color: #333;
  background-color: #fff;
}
.big-size[data-v-74bc0e27] {
  font-size: 16px;
}
.list[data-v-74bc0e27] {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box[data-v-74bc0e27] {
  width: 100%;
}
.box .payment-box[data-v-74bc0e27] {
  width: 100%;
  page-break-after: always;
}
.auto-img[data-v-74bc0e27] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.title[data-v-74bc0e27] {
  text-align: center;
  font-size: 18px;
}
.img-box[data-v-74bc0e27] {
  width: 100%;
  height: 300px;
  margin: 10px 0;
}
.sale-bill .print-box[data-v-74bc0e27] {
  background-color: #fff;
  color: #000;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  overflow-y: auto;
  height: 100vh;
  font-family: "\5B8B\4F53";
}
.sale-bill .print-box .btn[data-v-74bc0e27] {
  margin: 10px auto 20px;
}
.sale-bill .print-box .box[data-v-74bc0e27] {
  display: block;
  color: #000;
}
.sale-bill .print-box .title[data-v-74bc0e27] {
  text-align: center;
}
.sale-bill .print-box .type-box[data-v-74bc0e27] {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sale-bill .print-box .type-box .box-item[data-v-74bc0e27] {
  max-width: 400px;
  width: 32%;
  margin-right: 1%;
}
.sale-bill .print-box .type-box .box-item .img-box[data-v-74bc0e27] {
  height: 400px;
  width: 300px;
  margin: 0 auto;
}
.sale-bill .print-box .type-box .box-item[data-v-74bc0e27]:last-child {
  margin-right: 0;
}
.sale-bill .print-box .type-box .box-item[data-v-74bc0e27]:hover {
  -webkit-box-shadow: 5px 5px 5px 5px rgba(68, 68, 68, 0.5);
  box-shadow: 5px 5px 5px 5px rgba(68, 68, 68, 0.5);
}
.new-payment[data-v-74bc0e27] {
  margin: 0 10%;
  width: 80%;
  text-align: left;
  font-weight: bolder;
}
.new-payment .title[data-v-74bc0e27] {
  font-size: 20px;
  line-height: 45px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.new-payment table[data-v-74bc0e27] {
  text-align: left;
}
.new-payment .top[data-v-74bc0e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}
.new-payment .date[data-v-74bc0e27] {
  margin: 10px;
}
.new-payment .date .time[data-v-74bc0e27] {
  display: inline-block;
  padding: 10px;
  width: 150px;
}
.print-table[data-v-74bc0e27] {
  width: 95%;
  margin: 0 auto;
}
table[data-v-74bc0e27] {
  border-collapse: collapse;
  width: 95%;
}
td[data-v-74bc0e27],
tfoot[data-v-74bc0e27],
th[data-v-74bc0e27],
tr[data-v-74bc0e27] {
  padding: 5px;
  -moz-padding: 5px;
  word-wrap: break-word;
}
.btn[data-v-74bc0e27] {
  margin: 20px 10px 0;
}
.new-body[data-v-74bc0e27] {
  border: 1px solid #000;
}
.new-body > div[data-v-74bc0e27] {
  min-height: 32px;
  padding: 5px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-body > div span[data-v-74bc0e27] {
  display: block;
  min-height: 21px;
}
.new-body > div span[data-v-74bc0e27]:last-child {
  position: relative;
  padding-left: 5px;
}
.new-body span .line[data-v-74bc0e27] {
  border-left: 1px solid #000;
  background-color: #000;
  min-height: 32px;
  height: calc(100% + 10px);
  position: absolute;
  left: 0;
  top: -5px;
}
.new-body > div span[data-v-74bc0e27]:first-child {
  width: 150px;
}
.new-body > div span[data-v-74bc0e27]:last-child {
  width: calc(100% - 150px);
}
.new-body .loop-box[data-v-74bc0e27] {
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0;
}
.new-body .loop-box > div[data-v-74bc0e27],
.new-body .loop-box[data-v-74bc0e27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-body .loop-box > div[data-v-74bc0e27] {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 5px;
}
.new-body .loop-box > div span[data-v-74bc0e27]:last-child {
  position: relative;
  padding-left: 5px;
}
.new-body[data-v-74bc0e27]:last-child {
  border-bottom: 0;
}
@media print {
  @page {
    size: auto;
    margin: 4.5mm 4.5mm 4mm;
  }
  body[data-v-74bc0e27],
  html[data-v-74bc0e27] {
    height: auto;
  }
  .page table[data-v-74bc0e27] {
    -webkit-column-break-after: always;
    break-after: always;
    page-break-after: always;
  }
}
.table[data-v-2e28cf4b] {
  width: 100%;
  height: 100%;
}
.table-title-box[data-v-2e28cf4b] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.table-header[data-v-2e28cf4b],
.table-title-box[data-v-2e28cf4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.table-header .table-header-left[data-v-2e28cf4b],
.table-header[data-v-2e28cf4b] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.table-header .table-header-left[data-v-2e28cf4b] {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-header .title[data-v-2e28cf4b] {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-family: Arial, sans-serif;
  font-size: 20px;
  background-color: #b6b2b2;
  color: #fff;
  -webkit-animation: gradientAnimation-data-v-2e28cf4b 3s ease infinite;
  animation: gradientAnimation-data-v-2e28cf4b 3s ease infinite;
}
@-webkit-keyframes gradientAnimation-data-v-2e28cf4b {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes gradientAnimation-data-v-2e28cf4b {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.table-header .title[data-v-2e28cf4b]:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
td[data-v-2e28cf4b]:focus {
  outline: 1px solid #409eff;
}
textarea[data-v-2e28cf4b] {
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea[data-v-2e28cf4b]:focus {
  outline: 1px solid rgba(0, 0, 0, 0);
}
input[type="number"][data-v-2e28cf4b]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[data-v-2e28cf4b]::-webkit-inner-spin-button,
input[data-v-2e28cf4b]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[data-v-2e28cf4b]:focus {
  outline: 1px solid rgba(0, 0, 0, 0);
}
.action-column[data-v-2e28cf4b] {
  width: 80px;
  text-align: center;
}
.action-button[data-v-2e28cf4b] {
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
[data-v-2e28cf4b] .el-table th {
  padding: 8px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center !important;
  font-size: 14px;
}
[data-v-2e28cf4b] .el-table--small .el-table__cell,
[data-v-2e28cf4b] .el-table .el-table__cell {
  padding: 0;
}
[data-v-2e28cf4b] .el-table .cell {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-v-2e28cf4b] el-table__row:hover,
[data-v-2e28cf4b] hover-row {
  background: #fff !important;
}
[data-v-2e28cf4b] .el-table--border {
  border: 1px solid #000;
}
[data-v-2e28cf4b] .cell {
  text-align: center;
}
.table[data-v-5f26d459] {
  width: 100%;
  height: 100%;
}
.table-title-box[data-v-5f26d459] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.table-header[data-v-5f26d459],
.table-title-box[data-v-5f26d459] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.table-header .table-header-left[data-v-5f26d459],
.table-header[data-v-5f26d459] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.table-header .table-header-left[data-v-5f26d459] {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-header .title[data-v-5f26d459] {
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  background-color: #f3f0f0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-family: Arial, sans-serif;
  font-size: 20px;
  background-color: #cfcbcb;
  color: #fff;
  -webkit-animation: gradientAnimation-data-v-5f26d459 3s ease infinite;
  animation: gradientAnimation-data-v-5f26d459 3s ease infinite;
}
@-webkit-keyframes gradientAnimation-data-v-5f26d459 {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes gradientAnimation-data-v-5f26d459 {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.table-header .title[data-v-5f26d459]:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.t-editor[data-v-5f26d459] {
  width: 100%;
  height: 100%;
}
td[data-v-5f26d459]:focus {
  outline: 1px solid #409eff;
}
textarea[data-v-5f26d459] {
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea[data-v-5f26d459]:focus {
  outline: 1px solid rgba(0, 0, 0, 0);
}
input[type="number"][data-v-5f26d459]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[data-v-5f26d459]::-webkit-inner-spin-button,
input[data-v-5f26d459]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[data-v-5f26d459]:focus {
  outline: 1px solid rgba(0, 0, 0, 0);
}
.action-column[data-v-5f26d459] {
  width: 80px;
  text-align: center;
}
.action-button[data-v-5f26d459] {
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
[data-v-5f26d459] .el-table th {
  padding: 8px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center !important;
  font-size: 14px;
}
[data-v-5f26d459] .el-table--small .el-table__cell,
[data-v-5f26d459] .el-table .el-table__cell {
  padding: 0;
}
[data-v-5f26d459] .el-table .el-table__cell div {
  width: 100%;
}
[data-v-5f26d459] .quill-editor {
  height: 100% !important;
  width: 100% !important;
}
[data-v-5f26d459] .el-table .cell {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-v-5f26d459] el-table__row:hover,
[data-v-5f26d459] hover-row {
  background: #fff !important;
}
[data-v-5f26d459] .el-table--border {
  border: 1px solid #000;
}
[data-v-5f26d459] .cell {
  text-align: center;
  white-space: nowrap;
}
[data-v-5f26d459] .el-table th.el-table__cell > .cell {
  padding-left: 5px;
  padding-right: 5px;
}
[data-v-5f26d459] .ql-toolbar.ql-snow {
  padding: 0;
}
[data-v-5f26d459] .ql-container .ql-editor {
  height: 100% !important;
}
[data-v-5f26d459] .el-table .el-table__cell div,
[data-v-5f26d459] input,
[data-v-5f26d459] textarea {
  color: #000 !important;
}
.archived_data[data-v-69695206] {
  width: 100%;
  height: 100%;
}
.archived_data .draw_box[data-v-69695206] {
  height: 85vh;
  padding-top: 5%;
  background-image: url(../../static/img/bg01.e638a5f.png);
  background-size: cover;
}
.archived_data .draw_box .chart[data-v-69695206] {
  width: 96%;
  height: 100%;
  margin: 0 auto;
}
.archived_data .el-drawer__open header {
  font-size: 20px;
  color: #333;
}
.btn_list .el-button + .el-button[data-v-5dc0a95a] {
  margin: 0;
}
.btn_list .el-button + .el-tooltip[data-v-5dc0a95a] {
  margin-left: 0;
}
.btn_list .el-button[data-v-5dc0a95a] {
  padding: 2px;
}
.uid_box[data-v-5dc0a95a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uid_box .uid_image[data-v-5dc0a95a] {
  width: 36px;
  height: 36px;
  display: block;
}
.export_file .el-dialog .el-dialog__body {
  overflow-y: auto;
  height: 75vh;
}
.export_component .search_box[data-v-96a6847a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 10px auto;
}
.export_component .list-box .todo-btn[data-v-96a6847a] {
  padding: 0;
  margin: 0;
}
.organization_data[data-v-1046f3be] {
  width: 100%;
  height: 100%;
}
.organization_data .draw_box[data-v-1046f3be] {
  height: 85vh;
  padding-top: 5%;
  background-image: url(../../static/img/oa_bg.a633399.jpg);
  background-size: cover;
}
.organization_data .draw_box .chart[data-v-1046f3be] {
  width: 96%;
  height: 100%;
  margin: 0 auto;
}
.organization_data .el-drawer__open header {
  font-size: 20px;
  color: #333;
}
.header_search_page .header_search_box {
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_search_page .header_search_box .header_search_formItemList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_search_form_Li {
  max-height: 28px;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_search_formItemLi {
  width: 100%;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input
  .input_box {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input
  .input_box.placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input
  .header_external_input_prepend {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input
  .header_external_input_append {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input:hover,
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input:hover
  .header_external_input_append,
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_external_input:hover
  .header_external_input_prepend {
  border-color: #c0c4cc;
}
.header_search_page
  .header_search_box
  .header_search_formItemList
  .header_date_picker {
  width: 100%;
}
.header_search_page .header_search_box .header_search_btn_list {
  padding-left: 30px;
  max-width: 40vw;
  text-align: right;
  vertical-align: top;
}
.header_search_page .header_search_box.expandType {
  display: block;
  margin-left: 0;
}
.header_search_page .header_search_box.expandType .header_search_btn_list {
  max-width: 100%;
}
.headerSearchSettingBox {
  height: 100vh;
  width: 100%;
  padding: 0 25px;
}
.headerSearchSettingBox .settingTitle {
  line-height: 60px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 800;
  height: 60px;
}
.headerSearchSettingBox .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
}
.headerSearchSettingBox .close_icon .el-icon-close {
  cursor: pointer;
}
.headerSearchSettingBox .close_icon .el-icon-close:hover {
  font-size: 24px;
  color: #409eff;
}
.headerSearchSettingBox .container_box {
  margin: -15px;
  height: calc(100vh - 141px);
}
.headerSearchSettingBox .container_box .container_form_box {
  height: calc(100vh - 145px);
  width: 100%;
  padding: 5px 0;
}
.headerSearchSettingBox .container_box .container_form_box .directory_list {
  width: 200px;
  height: calc(100vh - 151px);
  overflow-y: scroll;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li {
  line-height: 20px;
  padding: 10px 30px 10px 5px;
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li
  .defaultScheme {
  display: inline-block;
  background: #409eff;
  font-size: 12px;
  padding: 0 7px;
  color: #fff;
  line-height: 20px;
  border-radius: 3px;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
  margin: 0 -2px 0 -5px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li
  .directory_li_del_btn {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #999;
  cursor: pointer;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li
  .directory_li_del_btn:hover {
  color: #e70000;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li:hover {
  background-color: #e5e5e5;
  margin: 2px 5px;
  padding: 8px 35px 8px 10px;
  border-radius: 2px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li:hover
  .directory_li_del_btn {
  right: -5px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li.selected {
  background-color: #f0f7ff;
  margin: 2px 5px;
  padding: 8px 35px 8px 10px;
  border-radius: 2px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .directory_li.selected
  .directory_li_del_btn {
  right: -5px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .none_data_box {
  padding-top: 20vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .none_data_box
  .none_data_img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list
  .none_data_box
  .none_data_title {
  line-height: 22px;
  font-size: 12px;
  padding: 0 10px;
  color: #b6bfcd;
  text-align: center;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .directory_list::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.headerSearchSettingBox .container_box .container_form_box .search_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: calc(100vh - 151px);
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list {
  height: calc(100vh - 236px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 15px;
  overflow-y: scroll;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_search_form_Li {
  max-height: 28px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_search_formItemLi {
  width: 100%;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input
  .input_box {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input
  .input_box.placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input
  .header_external_input_prepend {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input
  .header_external_input_append {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input:hover,
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input:hover
  .header_external_input_append,
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_external_input:hover
  .header_external_input_prepend {
  border-color: #c0c4cc;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list
  .header_date_picker {
  width: 100%;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .search_box
  .search_list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box {
  height: calc(100vh - 251px);
  padding: 0 20px;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list {
  height: calc(100vh - 291px);
  border: 1px solid #dcdfe6;
  overflow-y: scroll;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list
  .header_settings_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list
  .header_settings_li
  .dragging_icon {
  font-size: 18px;
  font-weight: 700;
  color: #409eff;
  cursor: pointer;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list
  .header_settings_li
  .header_settings_input {
  width: 90%;
  text-align: center;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list
  .header_settings_li
  .header_settings_input
  input {
  text-align: center;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list
  .header_settings_li:nth-child(odd) {
  background-color: #f9f9f9;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .header_settings_list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.headerSearchSettingBox
  .container_box
  .container_form_box
  .header_settings_box
  .table_header_list {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 40px;
  margin-top: 15px;
  text-align: center;
  background-color: #f5f7fa;
  border: 1px solid #dcdfe6;
}
.headerSearchSettingBox .container_box .container_form_box .bottom_btn_box {
  height: 85px;
  width: 100%;
  padding-top: 20px;
  padding-right: 30px;
  text-align: right;
}
.headerSearchSettingBox .container_box .container_form_box.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerSearchSettingBox .container_box .container_form_box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.childNode0_page.drawer_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.childNode0_page.drawer_box .drawer_title {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  padding: 10px 0 10px 20px;
  line-height: 30px;
  height: 50px;
  font-size: 15px;
  color: #323232;
}
.childNode0_page.drawer_box .drawer_content {
  height: calc(100vh - 110px);
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
}
.childNode0_page.drawer_box .drawer_content .promoter_box {
  padding: 8px 0;
  line-height: 26px;
}
.childNode0_page.drawer_box .drawer_content .promoter_box .promoter_li {
  display: inline-block;
  border: 1px solid #ddd;
  padding-left: 4px;
  margin: 0 10px 8px 0;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  background-color: #eee;
}
.childNode0_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .personnel_li_icon {
  font-size: 16px;
  margin-right: 2px;
}
.childNode0_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .avatar_img {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 4px;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.childNode0_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .close_btn {
  display: inline-block;
  color: #999;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
.childNode0_page.drawer_box .drawer_content .promoter_box .promoter_li:hover {
  background-color: #c7c7c7;
}
.childNode0_page.drawer_box .drawer_content .promoter_placeholder {
  padding: 8px 0;
  line-height: 26px;
  color: #999;
}
.childNode0_page.drawer_box .drawer_bottom_btn {
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  height: 58px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.childNode0_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 2px;
  width: 100px;
  margin-left: 12px;
  background: #f2f2f2;
  color: #323232;
  border: 1px solid #dcdfe6;
  cursor: pointer;
}
.childNode0_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li.postBtn {
  background-color: #46a6fe;
  color: #fff;
  border: 1px solid #409eff;
}
.childNode0_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li:hover {
  opacity: 0.8;
}
.childNode1_page.drawer_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.childNode1_page.drawer_box .drawer_title {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  padding: 10px 20px;
  line-height: 30px;
  height: 50px;
  font-size: 15px;
  color: #323232;
}
.childNode1_page.drawer_box .drawer_title .drawer_title_input input {
  font-size: 12px;
  padding: 0 10px;
}
.childNode1_page.drawer_box .drawer_content {
  height: calc(100vh - 110px);
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
}
.childNode1_page.drawer_box .drawer_content .settype_box {
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}
.childNode1_page.drawer_box .drawer_content .settype_box .el-radio {
  padding-bottom: 15px;
}
.childNode1_page.drawer_box .drawer_content .promoter_box {
  padding: 8px 0;
  line-height: 26px;
}
.childNode1_page.drawer_box .drawer_content .promoter_box .promoter_li {
  display: inline-block;
  border: 1px solid #ddd;
  padding-left: 4px;
  margin: 0 10px 8px 0;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  background-color: #eee;
}
.childNode1_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .personnel_li_icon {
  font-size: 16px;
  margin-right: 2px;
}
.childNode1_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .avatar_img {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 4px;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.childNode1_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .close_btn {
  display: inline-block;
  color: #999;
  width: 24px;
  text-align: center;
}
.childNode1_page.drawer_box .drawer_content .promoter_placeholder {
  padding: 8px 0;
  line-height: 26px;
  color: #999;
  font-size: 12px;
}
.childNode1_page.drawer_box
  .drawer_content
  .promoter_placeholder
  .promoter_abnormal {
  line-height: 28px;
  color: #f56c6c;
}
.childNode1_page.drawer_box .drawer_bottom_btn {
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  height: 58px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.childNode1_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 2px;
  width: 100px;
  margin-left: 12px;
  background: #f2f2f2;
  color: #323232;
  border: 1px solid #dcdfe6;
  cursor: pointer;
}
.childNode1_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li.postBtn {
  background-color: #46a6fe;
  color: #fff;
  border: 1px solid #409eff;
}
.childNode1_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li:hover {
  opacity: 0.8;
}
.childNode2_page.drawer_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.childNode2_page.drawer_box .drawer_title {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  padding: 10px 20px;
  line-height: 30px;
  height: 50px;
  font-size: 15px;
  color: #323232;
}
.childNode2_page.drawer_box .drawer_title .drawer_title_input input {
  font-size: 12px;
  padding: 0 10px;
}
.childNode2_page.drawer_box .drawer_content {
  height: calc(100vh - 110px);
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
}
.childNode2_page.drawer_box .drawer_content .promoter_box {
  padding: 8px 0;
  line-height: 26px;
}
.childNode2_page.drawer_box .drawer_content .promoter_box .promoter_li {
  display: inline-block;
  border: 1px solid #ddd;
  padding-left: 4px;
  margin: 0 10px 8px 0;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  background-color: #eee;
}
.childNode2_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .personnel_li_icon {
  font-size: 16px;
  margin-right: 2px;
}
.childNode2_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .avatar_img {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 4px;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.childNode2_page.drawer_box
  .drawer_content
  .promoter_box
  .promoter_li
  .close_btn {
  display: inline-block;
  color: #999;
  width: 24px;
  text-align: center;
}
.childNode2_page.drawer_box .drawer_content .promoter_placeholder {
  padding: 8px 0;
  line-height: 26px;
  color: #999;
}
.childNode2_page.drawer_box
  .drawer_content
  .promoter_placeholder
  .promoter_abnormal {
  line-height: 28px;
  color: #f56c6c;
}
.childNode2_page.drawer_box .drawer_bottom_btn {
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  height: 58px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.childNode2_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 2px;
  width: 100px;
  margin-left: 12px;
  background: #f2f2f2;
  color: #323232;
  border: 1px solid #dcdfe6;
  cursor: pointer;
}
.childNode2_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li.postBtn {
  background-color: #46a6fe;
  color: #fff;
  border: 1px solid #409eff;
}
.childNode2_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li:hover {
  opacity: 0.8;
}
.childNode3_page.drawer_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.childNode3_page.drawer_box .drawer_title {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  padding: 10px 20px;
  line-height: 30px;
  height: 50px;
  font-size: 15px;
  color: #323232;
}
.childNode3_page.drawer_box .drawer_title .drawer_title_input input {
  font-size: 12px;
  padding: 0 10px;
}
.childNode3_page.drawer_box .drawer_content {
  height: calc(100vh - 110px);
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
}
.childNode3_page.drawer_box .drawer_content .drawer_tipe {
  font-size: 12px;
  margin: 5px 0 15px;
  text-indent: 17px;
  line-height: 40px;
  width: 100%;
  background: #f1f9ff;
  border: 1px solid #40a3f7;
  color: #46a6fe;
}
.childNode3_page.drawer_box .drawer_content .condition_list {
  margin-bottom: 10px;
}
.childNode3_page.drawer_box .drawer_content .condition_list .condition_box {
  border-bottom: 1px solid #eee;
  padding: 2px 0;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 36px;
  font-size: 12px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .node_user_list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  padding: 5px 7px 0;
  line-height: 26px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .node_user_list
  .node_user_li {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 6px 0 4px;
  margin: 0 10px 8px 0;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  background-color: #eee;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .node_user_list
  .node_user_li
  .personnel_li_icon {
  font-size: 16px;
  margin-right: 2px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .node_user_list
  .node_user_li
  .avatar_img {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 4px;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .node_user_list
  .node_user_li
  .close_btn {
  display: inline-block;
  color: #999;
  width: 24px;
  text-align: center;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .node_user_list
  .promoter_placeholder {
  color: #999;
  cursor: pointer;
  line-height: 28px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .showName {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .showName
  input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 3px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .optTypeSelect {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .optTypeSelect
  input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 3px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .del_btn {
  font-size: 12px;
  width: 60px;
  color: #46a6fe;
  text-align: center;
  margin-right: -20px;
  padding-right: 10px;
  cursor: pointer;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .columnDbname {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2.5px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .columnDbname
  input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 3px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .zdy_input {
  -webkit-box-flex: 0.6;
  -ms-flex: 0.6;
  flex: 0.6;
  margin: 0 2.5px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .zdy_input
  input {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 3px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .opt_btn {
  margin: 0 2.5px;
  -webkit-box-flex: 0.4;
  -ms-flex: 0.4;
  flex: 0.4;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .condition_li
  .opt_btn
  input {
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 10px;
  font-size: 12px;
  border-radius: 3px;
}
.childNode3_page.drawer_box
  .drawer_content
  .condition_list
  .condition_box
  .promoter_abnormal {
  line-height: 28px;
  color: #f56c6c;
  text-align: right;
}
.childNode3_page.drawer_box .drawer_bottom_btn {
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 4px 1px #f2f2f2;
  box-shadow: 0 0 4px 1px #f2f2f2;
  height: 58px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.childNode3_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 2px;
  width: 100px;
  margin-left: 12px;
  background: #f2f2f2;
  color: #323232;
  border: 1px solid #dcdfe6;
  cursor: pointer;
}
.childNode3_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li.postBtn {
  background-color: #46a6fe;
  color: #fff;
  border: 1px solid #46a6fe;
}
.childNode3_page.drawer_box .drawer_bottom_btn .drawer_bottom_btn_li:hover {
  opacity: 0.8;
}
.node-wrap-box .node-wrap {
  width: 220px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
  z-index: 9;
}
.node-wrap-box .node-wrap .node-wrap-title {
  line-height: 28px;
  height: 28px;
  padding: 0 30px 0 16px;
  color: #fff;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.node-wrap-box .node-wrap .node-wrap-title .node-wrap-title-input {
  width: 186px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  left: 30px;
  top: 3px;
}
.node-wrap-box .node-wrap .node-wrap-title .node-wrap-title-input input {
  height: 22px;
  line-height: 22px;
  padding-left: 3px;
  font-size: 12px;
}
.node-wrap-box .node-wrap .node-wrap-title .node-wrap-title-icon {
  margin-left: -5px;
  font-size: 14px;
  vertical-align: text-bottom;
}
.node-wrap-box .node-wrap .node-wrap-title .closeBtn {
  display: none;
  position: absolute;
  right: 0;
  height: 28px;
  line-height: 28px;
  top: 0;
  width: 30px;
  text-align: center;
  font-size: 16px;
  z-index: 9;
}
.node-wrap-box .node-wrap .node-wrap-content {
  background-color: #fff;
  padding: 12px 30px 12px 16px;
  position: relative;
}
.node-wrap-box .node-wrap .node-wrap-content .content-placeholder,
.node-wrap-box .node-wrap .node-wrap-content .content-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.node-wrap-box .node-wrap .node-wrap-content .content-placeholder {
  color: #999;
}
.node-wrap-box .node-wrap .node-wrap-content .content-icon {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.node-wrap-box .node-wrap:hover {
  -webkit-box-shadow: 0 0 4px 1px #399aff;
  box-shadow: 0 0 4px 1px #399aff;
}
.node-wrap-box .node-wrap:hover .node-wrap-title .closeBtn {
  display: block;
}
.node-wrap-box .node-wrap-btn-box {
  padding: 20px 0 30px;
  position: relative;
  text-align: center;
}
.node-wrap-box .node-wrap-btn-box .node-wrap-btn {
  color: #fff;
  background-color: #3296fa;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #3296fa;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  left: 1px;
  z-index: 9;
  cursor: pointer;
}
.node-wrap-box .node-wrap-btn-box .node-wrap-btn:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.node-wrap-box .borderTop {
  position: absolute;
  left: -2px;
  bottom: -5px;
  z-index: -1;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #cacaca;
}
.node-wrap-box .node-wrap-btn-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #cacaca;
}
.node-wrap-box .node-wrap.type0 .node-wrap-title {
  background: #576a95;
}
.node-wrap-box .node-wrap.type1 .node-wrap-title {
  background: #ff943e;
}
.node-wrap-box .node-wrap.type2 .node-wrap-title {
  background: #3296fa;
}
.node-wrap-box .branch-wrap {
  text-align: center;
}
.node-wrap-box .branch-wrap .branch-box {
  display: inline-block;
  border-top: 2px solid #cacaca;
  margin-top: 15px;
  position: relative;
}
.node-wrap-box .branch-wrap .branch-box .add-branch_box {
  position: relative;
  margin-bottom: -34px;
}
.node-wrap-box .branch-wrap .branch-box .add-branch_box .add-branch {
  display: inline-block;
  background-color: #fff;
  color: #1583f2;
  line-height: 35px;
  height: 34px;
  padding: 0 20px;
  border-radius: 35px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: -15px;
  z-index: 9;
  cursor: pointer;
}
.node-wrap-box .branch-wrap .branch-box .add-branch_box .add-branch:hover {
  -webkit-box-shadow: 0 0 4px 1px #399aff;
  box-shadow: 0 0 4px 1px #399aff;
}
.node-wrap-box .branch-wrap .branch-box .col-box {
  margin: 0 auto;
  display: inline-block;
}
.node-wrap-box .branch-wrap .branch-box .col-box .col-list {
  border-bottom: 2px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.node-wrap-box .branch-wrap .branch-box .col-box .col-list .col-li-box {
  padding: 50px 40px 0;
  position: relative;
  background-color: #f5f5f7;
  z-index: 3;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .border_top_left {
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #f5f5f7;
  left: 0;
  top: -3px;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .border_bottom_left {
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #f5f5f7;
  left: 0;
  bottom: -3px;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .border_top_rigth {
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #f5f5f7;
  right: -2px;
  top: -3px;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .border_bottom_rigth {
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #f5f5f7;
  right: -2px;
  bottom: -3px;
}
.node-wrap-box .branch-wrap .branch-box .col-box .col-list .col-li-box .col-li {
  width: 220px;
  min-height: 60px;
  background: #fff;
  border-radius: 4px;
  padding: 5px 15px 10px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 9;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .node-wrap-title {
  line-height: 20px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .node-wrap-title
  .nodeName {
  color: #15bc83;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #fff;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .node-wrap-title
  .priorityName {
  color: #999;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .node-wrap-title
  .node-wrap-title-input {
  height: 30px;
  line-height: 30px;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .node-wrap-title
  .node-wrap-title-input
  input {
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
  font-size: 12px;
  position: relative;
  left: -6px;
  width: 200px;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .node-wrap-content {
  line-height: 26px;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li
  .closeBtn {
  display: none;
  position: absolute;
  right: 0;
  height: 28px;
  line-height: 28px;
  top: 0;
  width: 30px;
  text-align: center;
  font-size: 16px;
  z-index: 9;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li:hover {
  -webkit-box-shadow: 0 0 4px 1px #399aff;
  box-shadow: 0 0 4px 1px #399aff;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .col-li:hover
  .closeBtn {
  display: block;
}
.node-wrap-box
  .branch-wrap
  .branch-box
  .col-box
  .col-list
  .col-li-box
  .node-wrap-btn-box
  .borderTop {
  display: none;
}
.node-wrap-box .branch-wrap .branch-box .col-box .col-list .col-li-box:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background-color: #cacaca;
  z-index: 2;
}
.node_wrap_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 0 auto;
}
.node_wrap_btn_list .btn_li {
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.node_wrap_btn_list .btn_li .btn_li_icon {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 82px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  line-height: 72px;
  font-size: 36px;
}
.node_wrap_btn_list .btn_li .btn_li_text {
  line-height: 20px;
  width: 72px;
  margin: 5px auto 0;
}
.node_wrap_btn_list .btn_li.approver .btn_li_icon {
  color: #ff943e;
}
.node_wrap_btn_list .btn_li.ccset .btn_li_icon {
  color: #1583f2;
}
.node_wrap_btn_list .btn_li.condition .btn_li_icon {
  color: #15bc83;
}
.node_wrap_btn_list .btn_li.approver:hover .btn_li_icon {
  background-color: #ff943e;
  color: #fff;
}
.node_wrap_btn_list .btn_li.approver:hover .btn_li_text {
  color: #ff943e;
}
.node_wrap_btn_list .btn_li.ccset:hover .btn_li_icon {
  background-color: #1583f2;
  color: #fff;
}
.node_wrap_btn_list .btn_li.ccset:hover .btn_li_text {
  color: #1583f2;
}
.node_wrap_btn_list .btn_li.condition:hover .btn_li_icon {
  background-color: #15bc83;
  color: #fff;
}
.node_wrap_btn_list .btn_li.condition:hover .btn_li_text {
  color: #15bc83;
}
.page[data-v-394c64cc] {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_box[data-v-394c64cc] {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  height: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}
.footer_box .btn_box[data-v-394c64cc],
.footer_box[data-v-394c64cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.footer_box .btn_box[data-v-394c64cc] {
  width: 100%;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 120px;
}
.timeline-box[data-v-394c64cc] {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f4f4f4;
  overflow-y: auto;
  max-height: 200px;
}
.timeline-box[data-v-394c64cc] ::-webkit-scrollbar {
  display: none;
  width: 8px;
}
.timeline-box[data-v-394c64cc] ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.timeline-box[data-v-394c64cc] ::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.timeline-item-box[data-v-394c64cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.timeline-item-box .item-box[data-v-394c64cc] {
  margin-right: 10px;
}
.timeline-item-box-name[data-v-394c64cc] {
  color: #999;
  font-size: 12px;
}
.flow-box[data-v-394c64cc] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flow-box .item-flow[data-v-394c64cc] {
  border-left: 1px solid #888;
  min-height: 100px;
  width: 100%;
  position: relative;
}
.flow-box .item-flow img[data-v-394c64cc] {
  position: absolute;
  border-radius: 5%;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
}
.flow_path_li[data-v-394c64cc] {
  position: relative;
  padding-bottom: 30px;
  min-height: 40px;
  line-height: 20px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  font-size: 12px;
  margin-left: 30px;
}
.flow_path_li .sort_box[data-v-394c64cc] {
  width: 38px;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -20px;
}
.flow_path_li .sort_box .sort_img[data-v-394c64cc] {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  overflow: hidden;
}
.flow_path_li .sort_box .sort_img_box[data-v-394c64cc] {
  background-color: #007aff;
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flow_path_li .sort_box .sort_icon_box[data-v-394c64cc] {
  position: absolute;
  right: -5px;
  bottom: -8px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0 2px;
}
.flow_path_li .flow_path_li_title[data-v-394c64cc] {
  color: #666;
  font-size: 14px;
  position: relative;
  top: -5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flow_path_li .flow_path_li_title .flow_path_li_updated[data-v-394c64cc] {
  font-size: 12px;
  color: #999;
  height: 20px;
}
.flow_path_li .flow_path_li_text[data-v-394c64cc] {
  color: #999;
  font-size: 12px;
  padding: 2px 0;
  line-height: 18px;
  position: relative;
  top: -5px;
}
.flow_path_li .person_list[data-v-394c64cc] {
  position: relative;
  left: -9px;
  top: -3px;
  width: 16vw;
}
.flow_path_li .person_list .person_li[data-v-394c64cc] {
  display: inline-block;
  width: 48px;
  text-align: center;
}
.flow_path_li .person_list .person_li .person_li_img[data-v-394c64cc] {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  vertical-align: middle;
}
.flow_path_li .person_list .person_li .person_li_title[data-v-394c64cc] {
  line-height: 12px;
  text-align: center;
  color: #999;
  line-height: 14px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.flow_path_li[data-v-394c64cc]:last-child {
  border: none;
}
.workFlowData_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f5f5f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.workFlowData_page .fd-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #fff;
  background: #3296fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.workFlowData_page .fd-nav .fd-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 60px;
}
.workFlowData_page .fd-nav .fd-nav-left .fd-nav-back {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-right: 1px solid #1583f2;
  text-align: center;
  cursor: pointer;
}
.workFlowData_page .fd-nav .fd-nav-left .fd-nav-title {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 15px;
}
.workFlowData_page .fd-nav .fd-nav-right .ant-btn {
  min-width: 80px;
  margin-right: 20px;
  color: #3296fa;
  font-size: 12px;
  padding: 8px 20px;
}
.workFlowData_page .fd-nav-content {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 30px;
}
.workFlowData_page .fd-nav-content .dingflow-design {
  width: 100%;
  background-color: #f5f5f7;
  overflow: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.workFlowData_page .fd-nav-content .dingflow-design .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  width: 125px;
  right: 40px;
  margin-top: 30px;
  z-index: 10;
}
.workFlowData_page .fd-nav-content .dingflow-design .zoom .zoom-in,
.workFlowData_page .fd-nav-content .dingflow-design .zoom .zoom-out {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #c1c1cd;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
}
.workFlowData_page .fd-nav-content .dingflow-design .zoom .zoom-out {
  background-image: url(https://gw.alicdn.com/tfs/TB1s0qhBHGYBuNjy0FoXXciBFXa-90-90.png);
}
.workFlowData_page .fd-nav-content .dingflow-design .zoom .zoom-in {
  background-image: url(https://gw.alicdn.com/tfs/TB1UIgJBTtYBeNjy1XdXXXXyVXa-90-90.png);
}
.workFlowData_page .fd-nav-content .dingflow-design .zoom .zoom-in.disabled,
.workFlowData_page .fd-nav-content .dingflow-design .zoom .zoom-out.disabled {
  opacity: 0.5;
}
.workFlowData_page .fd-nav-content .dingflow-design .box-scale {
  display: inline-block;
  position: relative;
  width: 100vw;
  padding: 50px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  background-color: #f5f5f7;
  -webkit-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
}
.workFlowData_page
  .fd-nav-content
  .dingflow-design
  .box-scale
  .node-wrap-end-box {
  font-size: 14px;
  color: rgba(25, 31, 37, 0.4);
  text-align: center;
  margin-top: -7px;
  line-height: 40px;
}
.workFlowData_page
  .fd-nav-content
  .dingflow-design
  .box-scale
  .node-wrap-end-box
  .node-wrap-end-circle {
  width: 12px;
  height: 12px;
  margin: auto;
  position: relative;
  left: 1px;
  border-radius: 50%;
  background: #cacaca;
}
.workFlowData_page .fd-nav-content .dingflow-design::-webkit-scrollbar {
  width: 0;
  height: 7px;
}
.onboard_review_process_app_page[data-v-3ee6a19e] {
  background-color: #f6f6f6;
  height: 100vh;
}
.onboard_review_process_app_page .app_title_nav_box[data-v-3ee6a19e] {
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 16px;
  -webkit-box-shadow: #eee 0 0 4px 1px;
  box-shadow: 0 0 4px 1px #eee;
}
.onboard_review_process_app_page .flow_path_box[data-v-3ee6a19e] {
  width: 100%;
  background-color: #fff;
  margin: 12px auto 20px;
  border-radius: 5px;
  color: #666;
  padding: 5px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_title[data-v-3ee6a19e] {
  font-weight: 800;
  line-height: 32px;
  padding-bottom: 5px;
  font-size: 15px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list[data-v-3ee6a19e] {
  margin: 10px 0 0 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  color: #666;
  padding: 5px 15px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li[data-v-3ee6a19e] {
  position: relative;
  padding-bottom: 30px;
  min-height: 40px;
  line-height: 20px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  font-size: 12px;
  width: 100%;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .sort_box[data-v-3ee6a19e] {
  width: 40px;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -20px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .sort_box
  .sort_img[data-v-3ee6a19e] {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  overflow: hidden;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .sort_box
  .sort_img_box[data-v-3ee6a19e] {
  background-color: #007aff;
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .sort_box
  .sort_icon_box[data-v-3ee6a19e] {
  position: absolute;
  right: -4px;
  bottom: -4px;
  background-color: #fff;
  border-radius: 50%;
  padding: 1.5px;
  font-size: 17px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .flow_path_li_title[data-v-3ee6a19e] {
  color: #666;
  font-size: 14px;
  position: relative;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .flow_path_li_title
  .flow_path_li_updated[data-v-3ee6a19e] {
  font-size: 12px;
  color: #999;
  height: 20px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .flow_path_li_title1[data-v-3ee6a19e] {
  color: #666;
  font-size: 14px;
  position: relative;
  top: 25px;
  padding-bottom: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .flow_path_li_text[data-v-3ee6a19e] {
  color: #999;
  font-size: 12px;
  padding: 2px 0;
  line-height: 18px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .person_list[data-v-3ee6a19e] {
  position: relative;
  left: -9px;
  top: 12px;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .person_list
  .person_li[data-v-3ee6a19e] {
  display: inline-block;
  width: 75px;
  text-align: center;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .person_list
  .person_li
  .person_li_img[data-v-3ee6a19e] {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  vertical-align: middle;
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li
  .person_list
  .person_li
  .person_li_title[data-v-3ee6a19e] {
  line-height: 12px;
  text-align: center;
  color: #999;
  line-height: 18px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.onboard_review_process_app_page
  .flow_path_box
  .flow_path_list
  .flow_path_li[data-v-3ee6a19e]:last-child {
  border: none;
}
.tKang[data-v-3ee6a19e] {
  border: 1px solid #999;
  padding: 0 20px;
  width: 160px;
  display: inline-block;
  border-radius: 5px;
}
.tKang[data-v-3ee6a19e]:hover {
  border: 1px solid #414040;
  padding: 0 20px;
  width: 160px;
  display: inline-block;
  border-radius: 5px;
}
.presetRouter_page .headerBox {
  padding: 0 15px;
  height: 60px;
}
.presetRouter_page .link_list {
  height: calc(100vh - 60px);
  overflow-y: scroll;
}
.presetRouter_page .link_list .link_li {
  font-size: 12 px;
  line-height: 28px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.presetRouter_page .link_list .link_li .link_name {
  background-color: #409eff;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
}
.presetRouter_page .link_list .link_li .link_url {
  float: right;
}
.presetRouter_page .link_list .link_li:hover {
  background-color: #eee;
}
.program_li_form_page {
  margin-bottom: -30px;
}
.program_li_form_page .nodesList {
  max-height: 320px;
  overflow-y: scroll;
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  border-radius: 5px;
}
.program_li_form_page .nodesList .nodesLi {
  border-bottom: 1px solid #eee;
  height: 32px;
  padding: 0 5px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.program_li_form_page .nodesList .nodesLi:last-child {
  border-bottom: none;
}
.program_li_form_page .nodesList::-webkit-scrollbar {
  width: 3px;
}
.program_li_form_page .placeholder_text {
  color: #b9b9b9;
  padding-left: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.exam_library_list_page .image_box {
  width: 50px;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  border-radius: 5px;
}
.exam_library_form .placeholder_text {
  color: #b9b9b9;
  padding-left: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.exam_library_form .composlist {
  max-height: 320px;
  overflow-y: scroll;
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  border-radius: 5px;
}
.exam_library_form .composlist .composli {
  border-bottom: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 50px;
}
.exam_library_form .composlist .composli .score {
  position: absolute;
  top: 6px;
  right: 5px;
}
.exam_library_form .composlist .composli:last-child {
  border-bottom: none;
}
.exam_library_form .composlist::-webkit-scrollbar {
  width: 3px;
}
.exam_library_form .kaojuan {
  position: relative;
}
.exam_library_form .set_btn {
  position: absolute;
  right: 0;
  top: 1px;
}
.item_library_list_page {
  margin: -30px 0 -20px;
}
.item_library_list_page .preview_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  height: 40px;
  background-color: #fafafa;
  width: 100%;
  margin: -10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px dashed #ddd;
  line-height: 38px;
  text-align: center;
}
.item_library_list_page .preview_list .preview_li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item_library_list_page .image_list {
  height: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.item_library_list_page .image_list .image_box {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 3px;
  vertical-align: middle;
  border-radius: 5px;
}
.item_library_list_page .checkbox_icon_li {
  border: 1px solid #cdcdcd;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #fff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.item_library_list_page .auto.checkbox_icon_li {
  background-color: #409eff;
  border: 1px solid #409eff;
}
.item_library_list_page .bottom_flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.item_library_list_page .bottom_flex_box .button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 0 0;
}
.item_library_list_page .btn_list .btn {
  padding: 0;
  margin: 0;
}
.tag_list_page .btn_top_box {
  margin: -20px 0 10px;
  text-align: right;
}
.upload_Box[data-v-529b1786],
.upload_box[data-v-529b1786] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  background: #fbfdff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.upload_box[data-v-529b1786] {
  border-radius: 6px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.upload_box .upload_icon_box[data-v-529b1786] {
  background: #fbfdff;
  width: 108px;
  height: 108px;
  color: #97a8be;
}
.upload_box .upload_icon_box .upload_icon[data-v-529b1786] {
  font-size: 44px;
  margin: 15px auto 0;
}
.upload_box .upload_icon_box .upload_text[data-v-529b1786] {
  line-height: 22px;
  font-size: 12px;
}
.upload_box[data-v-529b1786]:hover {
  border-color: #64a8ff;
}
.upload_box:hover .upload_icon_box .upload_icon[data-v-529b1786],
.upload_box:hover .upload_icon_box[data-v-529b1786] {
  color: #64a8ff;
}
.video_box[data-v-529b1786] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 125px;
  background: #fbfdff;
  position: relative;
  overflow: hidden;
}
.video_box .video_progress[data-v-529b1786] {
  margin: 16px auto;
}
.video_box .video_icon[data-v-529b1786] {
  font-size: 40px;
  color: #a7a7a7;
}
.video_box .hover_video[data-v-529b1786] {
  position: absolute;
  bottom: 0;
  width: 108px;
  height: 108px;
  display: none;
  left: 0;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.3);
}
.video_box .hover_video .video_bottom_list[data-v-529b1786] {
  height: 28px;
  width: 100%;
  display: none;
  position: absolute;
  line-height: 28px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
}
.video_box .hover_video .video_bottom_list .video_bottom_li[data-v-529b1786] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.video_box .hover_video .video_bottom_list .seeBtn[data-v-529b1786]:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #efefef;
  position: absolute;
  right: 0;
  top: 9px;
}
.video_box:hover .hover_video[data-v-529b1786] {
  display: block;
}
.checked-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.checked-box .item {
  margin-top: 10px;
}
span.el-tag--success[data-v-00790dee] {
  margin: 2px;
}
.table-head-search-box .table-head-foot-btn[data-v-029aade4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
}
.table-head-cursor[data-v-029aade4] {
  cursor: pointer;
}
.table-head-cursor .sortIcon[data-v-029aade4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.table-head-cursor .sortIcon .sort-caret[data-v-029aade4] {
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 7px;
}
.table-head-cursor .sortIcon .asc[data-v-029aade4] {
  border-bottom-color: #c0c4cc;
  top: 5px;
}
.table-head-cursor .sortIcon .asc.active[data-v-029aade4] {
  border-bottom-color: #409efe;
}
.table-head-cursor .sortIcon .desc[data-v-029aade4] {
  border-top-color: #c0c4cc;
  bottom: 7px;
}
.table-head-cursor .sortIcon .desc.active[data-v-029aade4] {
  border-top-color: #409efe;
}
.table-head-item[data-v-029aade4] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: -8px 0;
}
.table-head-item .el-icon-caret-bottom[data-v-029aade4],
.table-head-item .el-icon-caret-top[data-v-029aade4] {
  font-size: 16px;
}
.table-head-item .search-more[data-v-029aade4] {
  position: absolute;
  right: -10px;
  top: 0;
  height: 40px;
  width: 22px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.table-head-item .search-more .el-icon-s-order[data-v-029aade4] {
  font-size: 18px;
  line-height: 40px;
  color: #dedede;
}
.table-head-item .search-more .on[data-v-029aade4] {
  color: #409eff !important;
}
.table-head-item .search-more[data-v-029aade4]:hover {
  background-color: #e5e5e5;
}
.table-head-item .search-more:hover .el-icon-s-order[data-v-029aade4] {
  color: #b9b9b9;
}
.tianxieHov {
  background: #2a2929;
  border: 1px solid #2a2929;
  color: #fff;
  font-size: 12px;
  padding: 5px !important;
}
.tianxieHov[x-placement^="top"] .popper__arrow,
.tianxieHov[x-placement^="top"] .popper__arrow:after {
  border-top-color: #2a2929;
}
.tianxieHov[x-placement^="bottom"] .popper__arrow,
.tianxieHov[x-placement^="bottom"] .popper__arrow:after {
  border-bottom-color: #2a2929;
}
.searchableDivText {
  display: inline-block;
  cursor: pointer;
}
.searchableDivText:hover {
  background-color: #eee;
  position: relative;
  padding: 0 3px;
  left: -3px;
}
.searchableDivbox {
  width: 60vw;
  height: 600px;
  margin: -20px -20px -30px;
}
.information {
  word-wrap: break-word;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.sortBtn {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 13px;
  vertical-align: middle;
}
.sortBtn .sortIcon {
  width: 0;
  display: inline-block;
  height: 0;
  border: 4.5px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
}
.sortBtn .top {
  border-bottom: 4.5px solid #c0c4cc;
  top: -4.5px;
}
.sortBtn .bottom {
  border-top: 4.5px solid #c0c4cc;
  top: 6px;
}
.sortBtn.bottom .sortIcon.bottom {
  border-top: 4.5px solid #4094fe;
}
.sortBtn.top .sortIcon.top {
  border-bottom: 4.5px solid #4094fe;
}
.table-head-cursor .sortIcon {
  vertical-align: top;
}
.table-head-item {
  display: inline-block;
}
.table_head_search_li {
  margin: -10px;
  padding: 10px;
}
.table_head_search_li .tip_box {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
}
.table_head_search_li .sortBtn {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 12px;
  vertical-align: middle;
  margin-left: 2px;
}
.table_head_search_li .sortBtn .sortIcon {
  width: 0;
  display: inline-block;
  height: 0;
  border: 4px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
}
.table_head_search_li .sortBtn .top {
  border-bottom: 4px solid #c0c4cc;
  top: -4px;
}
.table_head_search_li .sortBtn .bottom {
  border-top: 4px solid #c0c4cc;
  top: 6px;
}
.table_head_search_li .sortBtn.bottom .sortIcon.bottom {
  border-top: 4px solid #4094fe;
}
.table_head_search_li .sortBtn.top .sortIcon.top {
  border-bottom: 4px solid #4094fe;
}
.table_head_search_li .click_li {
  cursor: pointer;
}
.table_head_search_li .search-more {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  width: 22px;
  height: 22px;
  line-height: 25px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.table_head_search_li .search-more .el-icon-s-order {
  font-size: 15px;
  color: #b9b9b9;
}
.table_head_search_li .search-more .on {
  color: #409eff !important;
}
.table_head_search_li .search-more:hover {
  background-color: #e5e5e5;
}
.table-head-search-box .header_external_input {
  width: 220px;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.table-head-search-box .header_external_input .input_box {
  width: 150px;
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table-head-search-box .header_external_input .input_box.placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.table-head-search-box .header_external_input .header_external_input_prepend {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.table-head-search-box .header_external_input .header_external_input_append {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.table-head-search-box .header_external_input:hover,
.table-head-search-box
  .header_external_input:hover
  .header_external_input_append,
.table-head-search-box
  .header_external_input:hover
  .header_external_input_prepend {
  border-color: #c0c4cc;
}
.table-head-search-box .header_date_picker {
  width: 100%;
  max-width: 330px;
}
.table-head-search-box .table-head-foot-btn {
  padding-top: 5px;
  margin-bottom: -6px;
}
.table-head-search-box .table-head-foot-btn .foot_btn_li {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  padding: 0 2px;
}
.tableSearch {
  margin: 0 -10px;
}
.table-head-search-box .checked-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.table-head-search-box .checked-box .item {
  margin-top: 10px;
}
.table-head-item .sortIcon {
  display: inline-block;
}
.search-more {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  width: 22px;
  height: 22px;
  line-height: 25px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.search-more .el-icon-s-order {
  font-size: 15px;
  color: #b9b9b9;
}
.search-more .on {
  color: #409eff !important;
}
.search-more:hover {
  background-color: #e5e5e5;
}
.table-head-search-box .table-head-foot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
}
.table-head-cursor {
  cursor: pointer;
}
.table-head-cursor .sortIcon {
  display: inline-block;
}
.table-head-item {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: -8px 0;
}
.table-head-item .el-icon-caret-bottom,
.table-head-item .el-icon-caret-top {
  font-size: 16px;
}
.table-head-item .search-more {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 30px;
  background-color: #fff;
  cursor: pointer;
}
.table-head-item .search-more .el-icon-s-order {
  font-size: 18px;
  line-height: 40px;
  color: #dedede;
}
.table-head-item .search-more .on {
  color: #409eff !important;
}
.table-head-item .search-more:hover {
  background-color: #e5e5e5;
}
.table-head-item .search-more:hover .el-icon-s-order {
  color: #b9b9b9;
}
.error-page[data-v-4ad863f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.error-code[data-v-4ad863f4] {
  line-height: 1;
  font-size: 250px;
  font-weight: bolder;
  color: #f02d2d;
}
.error-code span[data-v-4ad863f4] {
  color: #00a854;
}
.error-desc[data-v-4ad863f4] {
  font-size: 30px;
  color: #777;
}
.error-handle[data-v-4ad863f4] {
  margin-top: 30px;
  padding-bottom: 200px;
}
.error-btn[data-v-4ad863f4] {
  margin-left: 100px;
}
.error-page[data-v-56045374] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.error-code[data-v-56045374] {
  line-height: 1;
  font-size: 250px;
  font-weight: bolder;
  color: #f02d2d;
}
.error-code span[data-v-56045374] {
  color: #00a854;
}
.error-desc[data-v-56045374] {
  font-size: 30px;
  color: #777;
}
.error-handle[data-v-56045374] {
  margin-top: 30px;
  padding-bottom: 200px;
}
.error-btn[data-v-56045374] {
  margin-left: 100px;
}
.fullScreenBox[data-v-38309377] {
  margin-right: -5px;
}
.fullScreenBox .contentBox[data-v-38309377] {
  padding: 0;
  margin-right: -5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 800px;
}
.fullScreenBox .contentBox .eidtBtn[data-v-38309377] {
  position: fixed;
  top: 20vh;
  right: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #0081ff;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.fullScreenBox .contentBox .eidtBtn.auto[data-v-38309377],
.fullScreenBox .contentBox .eidtBtn[data-v-38309377]:hover {
  right: 0;
}
.fullScreenBox .contentBox .draggable_li[data-v-38309377] {
  border-radius: 1px;
  border-right: 10px solid #f0f0f0;
  width: 100%;
  line-height: 40px;
  position: relative;
  float: left;
}
.fullScreenBox .contentBox .skeletonBox[data-v-38309377] {
  width: calc(100% - 10px);
  height: calc(100vh - 170px);
  background-color: #fff;
}
.fullScreenBox .no_data_page[data-v-38309377] {
  background-color: #fff;
  width: 50vw;
  margin: 18vh auto 0;
  border-radius: 2vh;
  padding-bottom: 5vh;
  cursor: pointer;
}
.fullScreenBox .no_data_page .setBtn[data-v-38309377] {
  width: 120px;
  height: 30px;
  margin: 0 auto;
  background-color: #409eff;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}
.clearfix[data-v-897ce4fa] {
  zoom: 1;
}
.clearfix[data-v-897ce4fa]:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.el-dialog__body[data-v-897ce4fa] .el-tree > .el-tree-node:after {
  border-top: none;
}
.tree[data-v-897ce4fa] .el-tree-node {
  position: relative;
  padding-left: 40px;
}
.tree[data-v-897ce4fa] .el-tree-node__children {
  padding-left: 40px;
}
.tree[data-v-897ce4fa] .el-tree-node :last-child:before {
  height: 38px;
}
.tree[data-v-897ce4fa] .el-tree > .el-tree-node:before {
  border-left: none;
}
.tree-container[data-v-897ce4fa] .el-tree > .el-tree-node:after {
  border-top: none;
}
.tree[data-v-897ce4fa] .el-tree-node:before {
  content: "";
  left: -4px;
  position: absolute;
  right: auto;
  border-width: 1px;
}
.tree[data-v-897ce4fa] .el-tree-node:after {
  content: "";
  left: 0;
  position: absolute;
  right: auto;
  border-width: 1px;
}
.tree[data-v-897ce4fa] .el-tree-node:before {
  border-left: 1px dashed #4386c6;
  bottom: 0;
  height: 100%;
  top: 0;
  width: 1px;
}
.tree[data-v-897ce4fa] .el-tree-node:after {
  border-top: 1px dashed #4386c6;
  height: 20px;
  top: 12px;
  width: 40px;
}
.job_title_form .el-col[data-v-71f30df2] {
  min-height: 54px;
}
.image_box[data-v-3028c4c1] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.table_box[data-v-75cba3a4] {
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  background-color: #02a7f0;
}
.table_box .required[data-v-75cba3a4] {
  color: red;
  font-weight: 700;
  display: inline-block;
  padding: 0 5px;
}
.table_box[data-v-ba891dca] {
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  background-color: #02a7f0;
}
.image_box[data-v-bb18d316] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.btn_list .btn[data-v-bb18d316] {
  padding: 0;
  margin: 0 0 5px;
}
.tooltip_text[data-v-bb18d316] {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tooltip_box[data-v-bb18d316] {
  width: 100%;
  border: 1px solid #333;
}
.tooltip_box .tooltip_li[data-v-bb18d316] {
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid #333;
}
.tooltip_box .tooltip_li[data-v-bb18d316]:last-child {
  border-bottom: 0;
}
.tooltip_box .tooltip_li .tooltip_title[data-v-bb18d316] {
  padding: 5px;
  text-align: right;
}
.tooltip_box .tooltip_li .tooltip_val[data-v-bb18d316] {
  padding: 5px;
  text-align: left;
  border-left: 1px solid #333;
}
.btn_list .btn[data-v-45b29ce8] {
  padding: 0;
  margin: 0;
}
.set_dingtalk .el-dialog__body {
  height: 70vh;
  overflow-y: auto;
}
.btn_list .btn[data-v-296f88f0] {
  padding: 0;
  margin: 0;
}
div.el-upload--text[data-v-9276299c] {
  width: auto;
  height: auto;
}
.el-icon-info[data-v-3623728a] {
  margin-left: -5px;
  vertical-align: bottom;
  font-size: 20px;
}
.del-dialog-cnt[data-v-3623728a] {
  font-size: 16px;
  text-align: center;
}
.table[data-v-3623728a] {
  width: 100%;
  font-size: 14px;
}
.red[data-v-3623728a] {
  color: red;
}
.container ul[data-v-c8bc9ff6] {
  background: #fff;
}
ul[data-v-c8bc9ff6] {
  height: 50vh;
  overflow: auto;
}
li[data-v-c8bc9ff6],
ul[data-v-c8bc9ff6] {
  list-style: none;
}
.icon-li[data-v-c8bc9ff6] {
  display: inline-block;
  padding: 10px;
  width: 120px;
  height: 120px;
}
.icon-li-content[data-v-c8bc9ff6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.icon-li-content i[data-v-c8bc9ff6] {
  font-size: 36px;
  color: #606266;
}
.icon-li-content span[data-v-c8bc9ff6] {
  margin-top: 10px;
  color: #787878;
}
.iconfont[data-v-3179d5bc] {
  font-size: 20px;
}
.handle-box[data-v-3179d5bc] {
  margin-bottom: 20px;
}
.handle-select[data-v-3179d5bc] {
  width: 120px;
}
.handle-input[data-v-3179d5bc] {
  width: 300px;
  display: inline-block;
}
.del-dialog-cnt[data-v-3179d5bc] {
  font-size: 16px;
  text-align: center;
}
.table[data-v-3179d5bc] {
  width: 100%;
  font-size: 14px;
}
.clearfix[data-v-3179d5bc] {
  zoom: 1;
}
.clearfix[data-v-3179d5bc]:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.red[data-v-3179d5bc] {
  color: red;
}
.tree-box[data-v-3179d5bc] {
  height: 500px;
  overflow-y: auto;
}
.el-dialog__body[data-v-3179d5bc] .el-tree > .el-tree-node:after {
  border-top: none;
}
.tree[data-v-3179d5bc] .el-tree-node {
  position: relative;
  padding-left: 40px;
}
.tree[data-v-3179d5bc] .el-tree-node__children {
  padding-left: 40px;
}
.tree[data-v-3179d5bc] .el-tree-node :last-child:before {
  height: 38px;
}
.tree[data-v-3179d5bc] .el-tree > .el-tree-node:before {
  border-left: none;
}
.tree-container[data-v-3179d5bc] .el-tree > .el-tree-node:after {
  border-top: none;
}
.tree[data-v-3179d5bc] .el-tree-node:before {
  content: "";
  left: -4px;
  position: absolute;
  right: auto;
  border-width: 1px;
}
.tree[data-v-3179d5bc] .el-tree-node:after {
  content: "";
  left: 0;
  position: absolute;
  right: auto;
  border-width: 1px;
}
.tree[data-v-3179d5bc] .el-tree-node:before {
  border-left: 1px dashed #4386c6;
  bottom: 0;
  height: 100%;
  top: -26px;
  width: 1px;
}
.tree[data-v-3179d5bc] .el-tree-node:after {
  border-top: 1px dashed #4386c6;
  height: 20px;
  top: 12px;
  width: 40px;
}
.el-aside-header-fix[data-v-43f296ab] {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 190px;
  line-height: 0;
  padding: 15px 0 30px 10px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px 5px 0 0;
}
.el-aside-main-fix[data-v-43f296ab] {
  height: 600px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
  width: 190px;
  padding: 0;
}
.el-header-fix[data-v-43f296ab] {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.el-main-table-fix[data-v-43f296ab] {
  height: 600px;
  border: 1px solid #eee;
  background: #fff;
}
.el-footer-fix[data-v-43f296ab] {
  border-left: 1px solid #eee;
  -webkit-box-shadow: 0 5px 10px #ddd;
  box-shadow: 0 5px 10px #ddd;
  position: relative;
  border-right: 1px solid #eee;
  height: 55px;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  text-align: right;
}
.el-aside-global-fix[data-v-43f296ab] {
  margin: 0 20px;
  background: #fff;
}
.el-footer-aside-fix[data-v-43f296ab] {
  height: 10px;
  padding: 5px;
}
.headerInput[data-v-43f296ab] {
  max-width: 250px;
  display: inline-block;
  padding-left: 20px;
}
.btn_list[data-v-43f296ab] {
  text-align: right;
  display: inline-block;
  padding-left: 20px;
}
.btn_list > button[data-v-43f296ab] {
  padding: 5px;
  color: #fff !important;
  background-color: #409efe !important;
}
thead tr th {
  text-align: center;
}
.red {
  color: red;
}
.search {
  margin-bottom: 10px;
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  line-height: 178px;
  text-align: center;
}
.avatar,
.avatar-uploader-icon,
.el-upload--text {
  width: 178px;
  height: 178px;
}
.avatar {
  display: block;
}
.btn_list .el-button + .el-button {
  margin: 0;
}
.btn_list .el-button + .el-tooltip {
  margin-left: 0;
}
.btn_list .el-button {
  padding: 2px;
}
div.el-upload--text {
  width: auto;
}
.importFile_page[data-v-060c6abc] {
  margin-bottom: -25px;
}
.importFile_page .upload[data-v-060c6abc] {
  text-align: center;
  margin: 20px 0;
}
.importFile_page .upload .el-upload--text[data-v-060c6abc] {
  border: none;
}
.importFile_page .btn_list .btn[data-v-060c6abc] {
  padding: 0;
  margin: 0;
}
.importFile_page .model_btn[data-v-060c6abc] {
  margin: 10px 0;
}
.importFile_page .el-upload__tip[data-v-060c6abc] {
  font-size: 12px;
  color: #e00;
  margin-bottom: 10px;
}
.importFile_page .err_info[data-v-060c6abc] {
  text-align: center;
}
.importFile_page .err_info > p[data-v-060c6abc] {
  font-size: 16px;
}
.importFile_page .err_info br[data-v-060c6abc] {
  margin: 5px 0 0;
}
.newBj .el-dialog__body[data-v-1ea9785a] {
  padding: 0;
}
.newBj .el-dialog[data-v-1ea9785a] {
  background: #f0f0f0 !important;
}
.right_top .el-input[data-v-1ea9785a] {
  width: 150px;
}
.newBj .el-dialog__header[data-v-1ea9785a] {
  position: fixed;
  right: 0;
}
.el-textarea__inner[data-v-1ea9785a],
.newBj .el-input__inner[data-v-1ea9785a] {
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom: 1px solid #020202;
  resize: none;
}
.el-textarea__inner[data-v-1ea9785a],
.neirong .el-input__inner[data-v-1ea9785a] {
  border-bottom: none;
  resize: none;
}
.fullScreen[data-v-1ea9785a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullScreen .left[data-v-1ea9785a] {
  width: 400px;
  background-color: #fff;
  margin-right: 10px;
  text-align: left;
  padding-right: 10px;
  border-right: 1px solid #cccaca;
}
.fullScreen .left .left_title[data-v-1ea9785a] {
  padding-left: 15px;
  font-size: 20px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #eee;
}
.fullScreen .left .left_ite[data-v-1ea9785a] {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fullScreen .left .left_ite .del_icon_Btn[data-v-1ea9785a] {
  margin: 4px 5px 0;
  color: #999;
  font-size: 14px;
  display: none;
}
.fullScreen .left .left_ite[data-v-1ea9785a]:hover {
  background-color: #dfe8f1;
}
.fullScreen .left .left_ite:hover .del_icon_Btn[data-v-1ea9785a] {
  display: block;
}
.fullScreen .right[data-v-1ea9785a] {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fullScreen .right .right_box[data-v-1ea9785a] {
  width: 800px;
}
.fullScreen .right .right_box .row[data-v-1ea9785a] {
  border: 1px solid #020202;
  border-right: none;
  border-bottom: none;
}
.fullScreen .right .right_box .row1[data-v-1ea9785a] {
  border-left: 1px solid #020202;
}
.fullScreen .right .right_box .grid-content[data-v-1ea9785a] {
  border-right: 1px solid #020202;
  border-bottom: 1px solid #020202;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fullScreen .right .footer[data-v-1ea9785a] {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.fullScreen[data-v-03b09b4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullScreen .left[data-v-03b09b4a] {
  width: 400px;
  background-color: #fff;
  height: 100vh;
  margin-right: 20px;
  text-align: left;
  padding-left: 15px;
}
.fullScreen .left .left_title[data-v-03b09b4a] {
  font-size: 20px;
  padding-bottom: 20px;
  color: #000;
}
.fullScreen .right[data-v-03b09b4a] {
  width: 100%;
  background-color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fullScreen .right .right_box[data-v-03b09b4a] {
  width: 800px;
}
.fullScreen .right .right_box .row[data-v-03b09b4a] {
  border: 1px solid #020202;
  border-right: none;
  border-bottom: none;
}
.fullScreen .right .right_box .row1[data-v-03b09b4a] {
  border-left: 1px solid #020202;
}
.fullScreen .right .right_box .grid-content[data-v-03b09b4a] {
  border-right: 1px solid #020202;
  border-bottom: 1px solid #020202;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fullScreen .right .footer[data-v-03b09b4a] {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.intended_hr_form[data-v-da9b08a2] {
  padding-right: 20px;
}
.intended_hr_form .intended_talents_input[data-v-da9b08a2] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_hr_form .intended_talents_input .input_box[data-v-da9b08a2] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_hr_form
  .intended_talents_input
  .input_box.placeholder[data-v-da9b08a2] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_hr_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-da9b08a2] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_hr_form
  .intended_talents_input
  .intended_talents_input_append[data-v-da9b08a2] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_hr_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-da9b08a2],
.intended_hr_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-da9b08a2],
.intended_hr_form .intended_talents_input[data-v-da9b08a2]:hover {
  border-color: #c0c4cc;
}
.label-Style[data-v-4b3f4104] {
  white-space: nowrap;
}
.value-style[data-v-4b3f4104] {
  width: 150px;
}
.compact-upload
  ::v-deep
  .el-upload-list
  .el-upload-list__item[data-v-4b3f4104] {
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
}
.compact-upload
  ::v-deep
  .el-upload-list
  .el-upload-list__item
  .el-upload-list__item-name[data-v-4b3f4104] {
  font-size: 12px;
}
.compact-upload
  ::v-deep
  .el-upload-list
  .el-upload-list__item
  .el-upload-list__item-status-label[data-v-4b3f4104] {
  height: 32px;
  line-height: 32px;
}
.compact-upload ::v-deep .el-upload .el-upload-dragger[data-v-4b3f4104] {
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
}
.compact-upload
  ::v-deep
  .el-upload
  .el-upload-dragger
  .el-icon-upload[data-v-4b3f4104] {
  font-size: 16px;
  margin: 0;
}
.compact-upload
  ::v-deep
  .el-upload
  .el-upload-dragger
  .el-upload__text[data-v-4b3f4104] {
  font-size: 12px;
  margin-top: 0;
}
.interview-record-section .file-section[data-v-4b3f4104],
.interview-record-section .link-section[data-v-4b3f4104],
.interview-record-section .text-section[data-v-4b3f4104],
.interview-video-section .file-section[data-v-4b3f4104],
.interview-video-section .link-section[data-v-4b3f4104],
.interview-video-section .text-section[data-v-4b3f4104] {
  margin-bottom: 12px;
}
.interview-record-section .file-section[data-v-4b3f4104]:last-child,
.interview-record-section .link-section[data-v-4b3f4104]:last-child,
.interview-record-section .text-section[data-v-4b3f4104]:last-child,
.interview-video-section .file-section[data-v-4b3f4104]:last-child,
.interview-video-section .link-section[data-v-4b3f4104]:last-child,
.interview-video-section .text-section[data-v-4b3f4104]:last-child {
  margin-bottom: 0;
}
.interview-record-section .file-section .section-title[data-v-4b3f4104],
.interview-record-section .link-section .section-title[data-v-4b3f4104],
.interview-record-section .text-section .section-title[data-v-4b3f4104],
.interview-video-section .file-section .section-title[data-v-4b3f4104],
.interview-video-section .link-section .section-title[data-v-4b3f4104],
.interview-video-section .text-section .section-title[data-v-4b3f4104] {
  font-size: 13px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 6px;
}
.interview-record-section .text-content[data-v-4b3f4104],
.interview-video-section .text-content[data-v-4b3f4104] {
  background: #f5f7fa;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.4;
  min-height: 40px;
  font-size: 13px;
}
.interview-record-section .no-text-content[data-v-4b3f4104],
.interview-video-section .no-text-content[data-v-4b3f4104] {
  color: #909399;
  font-style: italic;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px dashed #dcdfe6;
  font-size: 13px;
  text-align: center;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.interview-record-section .link-content .link-item[data-v-4b3f4104],
.interview-video-section .link-content .link-item[data-v-4b3f4104] {
  margin-bottom: 6px;
}
.interview-record-section .link-content .link-item[data-v-4b3f4104]:last-child,
.interview-video-section .link-content .link-item[data-v-4b3f4104]:last-child {
  margin-bottom: 0;
}
.interview-record-section .link-content .link-item .video-link[data-v-4b3f4104],
.interview-video-section .link-content .link-item .video-link[data-v-4b3f4104] {
  color: #409eff;
  text-decoration: none;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.4;
}
.interview-record-section
  .link-content
  .link-item
  .video-link[data-v-4b3f4104]:hover,
.interview-video-section
  .link-content
  .link-item
  .video-link[data-v-4b3f4104]:hover {
  color: #66b1ff;
  text-decoration: underline;
}
.interview-record-section .no-content[data-v-4b3f4104],
.interview-video-section .no-content[data-v-4b3f4104] {
  color: #909399;
  font-style: italic;
  text-align: center;
  padding: 12px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px dashed #dcdfe6;
  font-size: 13px;
}
.intended_talents_form[data-v-c50b5d2c] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-c50b5d2c] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-c50b5d2c] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-c50b5d2c] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-c50b5d2c] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-c50b5d2c] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-c50b5d2c],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-c50b5d2c],
.intended_talents_form .intended_talents_input[data-v-c50b5d2c]:hover {
  border-color: #c0c4cc;
}
::v-deep .interview-status-dialog .el-dialog[data-v-ee877ade] {
  margin-top: 5vh !important;
  margin-bottom: 5vh !important;
}
::v-deep .interview-status-dialog .el-dialog__body[data-v-ee877ade] {
  padding: 20px !important;
  max-height: 80vh;
  overflow-y: auto;
}
::v-deep .interview-status-dialog .el-dialog__footer[data-v-ee877ade] {
  padding: 12px 20px;
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
}
.interview-form[data-v-ee877ade] {
  padding: 0;
}
.interview-form .form-row[data-v-ee877ade] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.interview-form .form-row .el-form-item[data-v-ee877ade] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.interview-form .form-row.attachments-row[data-v-ee877ade] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.interview-form .form-row.attachments-row .el-form-item[data-v-ee877ade] {
  min-width: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px;
}
.interview-form ::v-deep .el-form-item__label[data-v-ee877ade] {
  font-weight: 500;
  color: #606266;
  padding-right: 8px;
}
.interview-form .commission-details[data-v-ee877ade] {
  margin: 16px 0;
  padding: 16px;
  background: #f8f9ff;
  border-radius: 6px;
  border: 1px solid #e1e6ff;
}
.interview-form .commission-details .commission-title[data-v-ee877ade] {
  font-size: 14px;
  font-weight: 600;
  color: #409eff;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e6ff;
}
.interview-form .upload-section .section-tip[data-v-ee877ade] {
  margin-bottom: 8px;
  padding: 0 10px;
  background: #fef0f0;
  border: 1px solid #fbc4c4;
  border-radius: 4px;
  color: #f56c6c;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.interview-form .upload-section .section-tip i[data-v-ee877ade] {
  margin-right: 6px;
  font-size: 14px;
}
.interview-form
  .upload-section
  .upload-content
  .upload-option[data-v-ee877ade] {
  margin-bottom: 16px;
}
.interview-form
  .upload-section
  .upload-content
  .upload-option[data-v-ee877ade]:last-child {
  margin-bottom: 0;
}
.interview-form
  .upload-section
  .upload-content
  .upload-option
  .upload-label[data-v-ee877ade] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #606266;
}
.interview-form
  .upload-section
  ::v-deep
  .el-radio-group
  .el-radio[data-v-ee877ade] {
  margin-right: 16px;
}
.interview-form .upload-section .link-error[data-v-ee877ade] {
  margin-top: 8px;
  padding: 8px 12px;
  background: #fef0f0;
  border: 1px solid #fbc4c4;
  border-radius: 4px;
  color: #f56c6c;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.interview-form .upload-section .link-error i[data-v-ee877ade] {
  margin-right: 6px;
  font-size: 14px;
}
.interview-form .upload-section .link-tip[data-v-ee877ade] {
  margin-top: 6px;
  padding: 0 10px;
  background: #f0f9ff;
  border: 1px solid #b3d8ff;
  border-radius: 4px;
  color: #409eff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.interview-form .upload-section .link-tip i[data-v-ee877ade] {
  margin-right: 6px;
  font-size: 14px;
}
.interview-form .user-input[data-v-ee877ade] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.interview-form .user-input[data-v-ee877ade]:hover {
  border-color: #409eff;
}
.interview-form .user-input .user-input-content[data-v-ee877ade] {
  line-height: 30px;
  font-size: 14px;
  padding: 0 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.interview-form .user-input .user-input-content.placeholder[data-v-ee877ade] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.interview-form .user-input .user-input-prepend[data-v-ee877ade] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 30px;
  width: 36px;
  color: #909399;
}
.interview-form .user-input .user-input-append[data-v-ee877ade] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 30px;
  width: 36px;
  color: #f56c6c;
}
.interview-form .user-input .user-input-append[data-v-ee877ade]:hover {
  background: #fef0f0;
}
.interview-form ::v-deep .el-input__inner[data-v-ee877ade],
.interview-form ::v-deep .el-textarea__inner[data-v-ee877ade] {
  border-radius: 4px;
  border-color: #dcdfe6;
}
.interview-form ::v-deep .el-input__inner[data-v-ee877ade]:focus,
.interview-form ::v-deep .el-textarea__inner[data-v-ee877ade]:focus {
  border-color: #409eff;
}
.interview-form ::v-deep .el-select[data-v-ee877ade] {
  width: 100%;
}
.interview-form ::v-deep .el-select .el-input__inner[data-v-ee877ade] {
  height: 32px;
  line-height: 32px;
}
.interview-form ::v-deep .el-date-editor[data-v-ee877ade] {
  width: 100%;
}
.interview-form ::v-deep .el-date-editor .el-input__inner[data-v-ee877ade] {
  height: 32px;
  line-height: 32px;
}
.interview-form
  ::v-deep
  .el-input.is-disabled
  .el-input__inner[data-v-ee877ade],
.interview-form
  ::v-deep
  .el-select.is-disabled
  .el-input__inner[data-v-ee877ade] {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
}
@media (max-width: 1200px) {
  .interview-form .form-row[data-v-ee877ade] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .interview-form .form-row .el-form-item[data-v-ee877ade] {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .dialog-header[data-v-ee877ade] {
    padding: 12px 16px;
  }
  .dialog-header .header-title[data-v-ee877ade] {
    font-size: 14px;
  }
  .interview-form[data-v-ee877ade] {
    padding: 16px;
  }
}
.gation_library_form .placeholder_text {
  color: #b9b9b9;
  padding-left: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.gation_library_form .composlist {
  max-height: 320px;
  overflow-y: scroll;
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  border-radius: 5px;
}
.gation_library_form .composlist .composli {
  border-bottom: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 50px;
}
.gation_library_form .composlist .composli .score {
  position: absolute;
  top: 6px;
  right: 5px;
}
.gation_library_form .composlist .composli:last-child {
  border-bottom: none;
}
.gation_library_form .composlist::-webkit-scrollbar {
  width: 3px;
}
.checkbox_icon_li {
  border: 1px solid #cdcdcd;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #fff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.auto.checkbox_icon_li {
  background-color: #409eff;
  border: 1px solid #409eff;
}
.bottom_flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.bottom_flex_box,
.bottom_flex_box .button_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom_flex_box .button_box {
  margin: 10px 10px 0 0;
}
.item_library_form .set_btn {
  position: absolute;
  right: 0;
  top: 1px;
}
.btn_list .btn[data-v-760c6ba0] {
  padding: 0;
  margin: 0;
}
.originBox {
  height: 200px;
  overflow-y: scroll;
}
.manag_box[data-v-905fa3d0] {
  display: -webkit-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}
.manag_box .manag_left_box[data-v-905fa3d0] {
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100vh - 181px);
}
.manag_box .manag_left_box .search_box[data-v-905fa3d0] {
  padding: 15px 15px 8px;
}
.manag_box .manag_left_box .search_btn_list[data-v-905fa3d0] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px 7px;
}
.manag_box .manag_left_box .search_btn_list .search_btn_li[data-v-905fa3d0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 8px 12px;
}
.manag_box .manag_left_box .dept_list[data-v-905fa3d0] {
  height: calc(100vh - 275px);
  overflow-y: scroll;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
}
.manag_box .manag_left_box[data-v-905fa3d0] ::-webkit-scrollbar {
  width: 0;
}
.manag_box .manag_rigth_box[data-v-905fa3d0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
}
.manag_box .manag_rigth_box .username_row[data-v-905fa3d0] {
  line-height: 28px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.manag_box .manag_rigth_box .username_row .avatar_img[data-v-905fa3d0] {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.manag_box .manag_rigth_box .status_box[data-v-905fa3d0] {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 12px;
  vertical-align: middle;
  margin-right: 4px;
  background-color: #b50000;
  -webkit-box-shadow: 0 0 4px 1px #b56161;
  box-shadow: 0 0 4px 1px #b56161;
}
.manag_box .manag_rigth_box .status1[data-v-905fa3d0] {
  background-color: #15b651;
  -webkit-box-shadow: 0 0 4px 1px #46e381;
  box-shadow: 0 0 4px 1px #46e381;
}
.manag_box .manag_rigth_box .top_btn_list[data-v-905fa3d0] {
  margin-bottom: 10px;
}
.manag_box .manag_rigth_box .top_btn_list .top_btn_input[data-v-905fa3d0] {
  width: 260px;
}
.manag_box .manag_rigth_box .top_btn_list .search_btn[data-v-905fa3d0] {
  margin-left: 5px;
}
.new-custom-tree-node[data-v-905fa3d0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.new-custom-tree-node .custom-tree-node-left[data-v-905fa3d0] {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.new-custom-tree-node .custom-tree-node-right[data-v-905fa3d0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.btn_list .btn_li[data-v-905fa3d0] {
  margin: 0;
  padding: 0;
}
.w100[data-v-905fa3d0] {
  width: 100% !important;
}
.el_input_box[data-v-905fa3d0] {
  border: 1px solid #dcdfe6;
  padding: 0 5px;
  border-radius: 5px;
}
.book_hr_form[data-v-905fa3d0] {
  padding-right: 20px;
}
.book_hr_form .intended_talents_input[data-v-905fa3d0] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.book_hr_form .intended_talents_input .input_box[data-v-905fa3d0] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.book_hr_form .intended_talents_input .input_box.placeholder[data-v-905fa3d0] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.book_hr_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-905fa3d0] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.book_hr_form
  .intended_talents_input
  .intended_talents_input_append[data-v-905fa3d0] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.book_hr_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-905fa3d0],
.book_hr_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-905fa3d0],
.book_hr_form .intended_talents_input[data-v-905fa3d0]:hover {
  border-color: #c0c4cc;
}
.filter-tree[data-v-905fa3d0] .filter-tree {
  margin: 0 !important;
}
.filter-tree[data-v-905fa3d0] .el-button--mini {
  padding: 0 !important;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered[data-v-905fa3d0],
.filter-tree[data-v-905fa3d0] .el-button + .el-button {
  margin: 0 !important;
}
.read_resume_box[data-v-c1a1018a] {
  height: 100vh;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1320px;
  position: relative;
}
.read_resume_box .previewBtn[data-v-c1a1018a] {
  position: absolute;
  top: 50vh;
  left: 760px;
  width: 40px;
  height: 120px;
  background: #e6a23c;
  margin-top: -120px;
  text-align: center;
  padding: 19px 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
.read_resume_box .previewBtn[data-v-c1a1018a]:hover {
  background: #e6a23c;
  -webkit-box-shadow: 0 0 2px 0 #999;
  box-shadow: 0 0 2px 0 #999;
}
.read_resume_box.noEdit[data-v-c1a1018a] {
  min-width: 810px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.read_resume_box.noEdit .close_btn[data-v-c1a1018a] {
  position: absolute;
  top: 0;
  left: 50vw;
  font-size: 24px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin-left: 340px;
}
.read_resume_box.noEdit .close_btn[data-v-c1a1018a]:hover {
  font-size: 32px;
}
.read_resume_box.noPreview[data-v-c1a1018a] {
  min-width: 810px;
  padding-left: 40px;
}
.read_resume_box.noPreview .previewBtn[data-v-c1a1018a] {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.read_resume_info_box[data-v-ae018ccc] {
  position: relative;
  width: 100% !important;
  width: 800px;
  height: 100vh;
  overflow-y: scroll;
}
.read_resume_info_box .full-screen[data-v-ae018ccc] {
  right: 60px !important;
}
.read_resume_info_box .full-screen[data-v-ae018ccc],
.read_resume_info_box .noFullScreen[data-v-ae018ccc] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_info_box .noFullScreen[data-v-ae018ccc] {
  right: 90px !important;
}
.read_resume_info_box .close_btn[data-v-ae018ccc] {
  position: fixed;
  z-index: 99;
  top: 20px;
  right: 30px !important;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_info_box .close_btn[data-v-ae018ccc]:hover {
  font-size: 32px;
}
.read_resume_info_box .header-info[data-v-ae018ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 28px 12px;
}
.read_resume_info_box .header-info .avatar[data-v-ae018ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-top: -5px;
}
.read_resume_info_box .header-info .avatar .avatar-img[data-v-ae018ccc] {
  padding: 2px;
  height: 150px;
  width: 150px;
}
.read_resume_info_box .header-info .header-info-name-div[data-v-ae018ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .name[data-v-ae018ccc] {
  color: #32325d;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 16px;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .tags_box[data-v-ae018ccc] {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 530px;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .tags_box
  .tag[data-v-ae018ccc] {
  background-color: #f0f8ff;
  color: #2979ff;
  margin-right: 8px;
  height: 24px;
  padding: 0 8px;
  line-height: 24px;
  border-color: #dee0ff;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  border-width: 0;
  cursor: pointer;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .tags_box
  .tag.danger[data-v-ae018ccc] {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.read_resume_info_box .header-info .header-info-subline[data-v-ae018ccc] {
  padding-top: 10px;
}
.read_resume_info_box
  .header-info
  .header-info-subline
  .header-info-subline-li[data-v-ae018ccc] {
  margin-right: 14px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #999;
}
.read_resume_info_box .tabs_box[data-v-ae018ccc] {
  padding: 0 28px;
}
.read_resume_info_box .resume-info-box[data-v-ae018ccc] {
  padding-bottom: 80px;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list-two
  img[data-v-ae018ccc] {
  width: 100px;
  height: 100px;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list-two
  .basic-info-lis[data-v-ae018ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list-two
  .basic-info-li-two[data-v-ae018ccc] {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 20px;
  font-size: 13px;
  vertical-align: top;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list-two
  .basic-info-li-two[data-v-ae018ccc]:after {
  content: "";
  position: absolute;
  top: 12px;
  -webkit-box-shadow: 0 0 0 2px #8480ff;
  box-shadow: 0 0 0 2px #8480ff;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #2979ff;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list-two
  .basic-info-li-three[data-v-ae018ccc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 20px;
  font-size: 13px;
  vertical-align: top;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list-two
  .basic-info-li-three[data-v-ae018ccc]:after {
  content: "";
  position: absolute;
  top: 12px;
  -webkit-box-shadow: 0 0 0 2px #8480ff;
  box-shadow: 0 0 0 2px #8480ff;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #2979ff;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list
  .basic-info-li[data-v-ae018ccc] {
  width: 33%;
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 15px;
  font-size: 13px;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list
  .basic-info-li[data-v-ae018ccc]:after {
  content: "";
  position: absolute;
  top: 12px;
  -webkit-box-shadow: 0 0 0 2px #8480ff;
  box-shadow: 0 0 0 2px #8480ff;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #2979ff;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li[data-v-ae018ccc] {
  font-size: 14px;
  padding: 10px 0 10px 10px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_title[data-v-ae018ccc] {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_title
  .analysis_li_title_icon[data-v-ae018ccc] {
  color: #2979ff;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_text[data-v-ae018ccc] {
  padding-left: 20px;
  line-height: 30px;
  position: relative;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_text[data-v-ae018ccc]:after {
  content: "";
  position: absolute;
  top: 12.5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #2979ff;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.risks
  .analysis_li_title
  .analysis_li_title_icon[data-v-ae018ccc] {
  color: #ffa625;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.risks
  .analysis_li_text[data-v-ae018ccc]:after {
  background-color: #ffa625;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.prediction
  .analysis_li_title
  .analysis_li_title_icon[data-v-ae018ccc] {
  color: #67c23a;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.prediction
  .analysis_li_text[data-v-ae018ccc]:after {
  background-color: #67c23a;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li[data-v-ae018ccc] {
  padding-left: 11px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_title[data-v-ae018ccc] {
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 50px;
  font-weight: 800;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_box[data-v-ae018ccc] {
  padding-left: 10px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_box
  .tag_li[data-v-ae018ccc] {
  margin: 0 10px 10px 0;
  border-radius: 6px;
  padding: 2px 12px;
  height: 26px;
  cursor: pointer;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_box
  .tag_li[data-v-ae018ccc]:hover {
  opacity: 1 !important;
}
.read_resume_info_box .resume-info-header[data-v-ae018ccc] {
  font-size: 22px;
  position: relative;
  height: 60px;
  line-height: 50px;
}
.read_resume_info_box
  .resume-info-header
  .resume-info-header-title[data-v-ae018ccc] {
  z-index: 1;
  position: relative;
}
.read_resume_info_box .resume-info-header.center[data-v-ae018ccc] {
  margin: 0 auto;
  width: 120px;
}
.read_resume_info_box .resume-info-header[data-v-ae018ccc]:before {
  content: "";
  width: 100px;
  background-color: #e6ecfb;
  height: 16px;
  position: absolute;
  top: 30px;
  left: 16px;
  z-index: 0;
}
.read_resume_info_box .experience_list .experience_li[data-v-ae018ccc] {
  margin-bottom: 20px;
  padding-left: 10px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_top[data-v-ae018ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 40px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_top
  .experience_name[data-v-ae018ccc] {
  font-size: 16px;
  font-weight: 800;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_top
  .experience_time[data-v-ae018ccc] {
  color: #999;
  font-size: 14px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_row[data-v-ae018ccc] {
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_row
  .experience_row_key[data-v-ae018ccc] {
  color: #999;
  display: inline-block;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_row
  .experience_row_html[data-v-ae018ccc] {
  white-space: pre-wrap;
  display: inline-block;
  vertical-align: top;
  max-width: 620px;
}
.read_resume_info_box .radarBox[data-v-ae018ccc] {
  width: 420px;
  height: 420px;
  margin: 0 auto;
}
.read_resume_info_box .filterBox[data-v-ae018ccc] {
  width: 780px;
  height: 800px;
  margin: 0 auto;
}
.read_resume_info_box[data-v-ae018ccc]::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}
.upload-box[data-v-ae018ccc] .components-upload-box .item-box {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.basic-info-li-two[data-v-ae018ccc] .components-upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.el-textarea__inner[data-v-02f207c4],
.newBj1 .el-input__inner[data-v-02f207c4] {
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom: 1px solid #020202;
  resize: none;
}
.el-textarea__inner[data-v-02f207c4],
.neirong .el-input__inner[data-v-02f207c4] {
  border-bottom: none;
  resize: none;
}
.right[data-v-02f207c4] {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right .right_box[data-v-02f207c4] {
  width: 800px;
}
.right .right_box .row[data-v-02f207c4] {
  border: 1px solid #020202;
  border-right: none;
  border-bottom: none;
}
.right .right_box .row1[data-v-02f207c4] {
  border-left: 1px solid #020202;
}
.right .right_box .grid-content[data-v-02f207c4] {
  border-right: 1px solid #020202;
  border-bottom: 1px solid #020202;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intended_talents_form[data-v-31a0ebed] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-31a0ebed] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-31a0ebed] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-31a0ebed] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-31a0ebed] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-31a0ebed] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-31a0ebed],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-31a0ebed],
.intended_talents_form .intended_talents_input[data-v-31a0ebed]:hover {
  border-color: #c0c4cc;
}
.manag_box[data-v-10ae24d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
.manag_box .manag_left_box[data-v-10ae24d0] {
  width: 240px;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100vh - 181px);
}
.manag_box .manag_left_box .search_box[data-v-10ae24d0] {
  padding: 15px 15px 8px;
}
.manag_box .manag_left_box .search_btn_list[data-v-10ae24d0] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px 7px;
}
.manag_box .manag_left_box .search_btn_list .search_btn_li[data-v-10ae24d0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 8px 12px;
}
.manag_box .manag_left_box .dept_list[data-v-10ae24d0] {
  height: calc(100vh - 275px);
  overflow-y: scroll;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
}
.manag_box .manag_left_box[data-v-10ae24d0] ::-webkit-scrollbar {
  width: 0;
}
.manag_box .manag_rigth_box[data-v-10ae24d0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
}
.manag_box .manag_rigth_box .username_row[data-v-10ae24d0] {
  line-height: 28px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.manag_box .manag_rigth_box .username_row .avatar_img[data-v-10ae24d0] {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.manag_box .manag_rigth_box .status_box[data-v-10ae24d0] {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 12px;
  vertical-align: middle;
  margin-right: 4px;
  background-color: #b50000;
  -webkit-box-shadow: 0 0 4px 1px #b56161;
  box-shadow: 0 0 4px 1px #b56161;
}
.manag_box .manag_rigth_box .status1[data-v-10ae24d0] {
  background-color: #15b651;
  -webkit-box-shadow: 0 0 4px 1px #46e381;
  box-shadow: 0 0 4px 1px #46e381;
}
.manag_box .manag_rigth_box .top_btn_list[data-v-10ae24d0] {
  margin-bottom: 10px;
}
.manag_box .manag_rigth_box .top_btn_list .top_btn_input[data-v-10ae24d0] {
  width: 260px;
}
.manag_box .manag_rigth_box .top_btn_list .search_btn[data-v-10ae24d0] {
  margin-left: 5px;
}
.el-textarea__inner,
.newBj1 .el-input__inner {
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom: 1px solid #020202;
  resize: none;
}
.el-textarea__inner,
.neirong .el-input__inner {
  border-bottom: none;
  resize: none;
}
.newBj1 .full-screen[data-v-23b22e17] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  right: 60px !important;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.newBj1 .noFullScreen[data-v-23b22e17],
.newBj1 .print[data-v-23b22e17] {
  right: 90px !important;
}
.newBj1 .close_btn[data-v-23b22e17],
.newBj1 .noFullScreen[data-v-23b22e17],
.newBj1 .print[data-v-23b22e17] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.newBj1 .close_btn[data-v-23b22e17] {
  right: 30px !important;
}
.right[data-v-23b22e17] {
  width: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5%;
}
.right .right_box[data-v-23b22e17],
.right[data-v-23b22e17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.right .right_box[data-v-23b22e17] {
  width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.right .right_box .row[data-v-23b22e17] {
  border: 1px solid #020202;
  border-right: none;
  border-bottom: none;
}
.right .right_box .row1[data-v-23b22e17] {
  border-left: 1px solid #020202;
}
.right .right_box .grid-content[data-v-23b22e17] {
  border-right: 1px solid #020202 !important;
  border-bottom: 1px solid #020202 !important;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intended_talents_form[data-v-c78ee752] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-c78ee752] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-c78ee752] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-c78ee752] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-c78ee752] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-c78ee752] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-c78ee752],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-c78ee752],
.intended_talents_form .intended_talents_input[data-v-c78ee752]:hover {
  border-color: #c0c4cc;
}
.intended_talents_form[data-v-8050f680] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-8050f680] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-8050f680] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-8050f680] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-8050f680] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-8050f680] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-8050f680],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-8050f680],
.intended_talents_form .intended_talents_input[data-v-8050f680]:hover {
  border-color: #c0c4cc;
}
.btn_list .btn[data-v-0af74255],
.btn_list .btn[data-v-2d9b29ea],
.btn_list .btn[data-v-4e4d3828],
.btn_list .btn[data-v-8a0d886a],
.btn_list .btn[data-v-7577ee42],
.btn_list .btn[data-v-18808ea9],
.btn_list .btn[data-v-667062c0],
.btn_list .btn[data-v-767888cd],
.btn_list .btn[data-v-c91439e8] {
  padding: 0;
  margin: 0;
}
.renewal .el-date-editor .el-range-separator {
  width: 13%;
}
.tooltip_text[data-v-1c41f956] {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.manag_box[data-v-1c41f956] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}
.manag_box .manag_left_box[data-v-1c41f956] {
  width: 240px;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100vh - 181px);
}
.manag_box .manag_left_box .search_box[data-v-1c41f956] {
  padding: 15px 15px 8px;
}
.manag_box .manag_right_box[data-v-1c41f956] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
}
.intendedTalents_from .intendedTalents_input[data-v-b5a625a2] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intendedTalents_from .intendedTalents_input .input_box[data-v-b5a625a2] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intendedTalents_from
  .intendedTalents_input
  .input_box.placeholder[data-v-b5a625a2] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intendedTalents_from
  .intendedTalents_input
  .intendedTalents_input_prepend[data-v-b5a625a2] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intendedTalents_from
  .intendedTalents_input
  .intendedTalents_input_append[data-v-b5a625a2] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intendedTalents_from
  .intendedTalents_input:hover
  .intendedTalents_input_append[data-v-b5a625a2],
.intendedTalents_from
  .intendedTalents_input:hover
  .intendedTalents_input_prepend[data-v-b5a625a2],
.intendedTalents_from .intendedTalents_input[data-v-b5a625a2]:hover {
  border-color: #c0c4cc;
}
.intended_talents_form[data-v-6f14d5f4] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-6f14d5f4] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-6f14d5f4] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-6f14d5f4] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-6f14d5f4] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-6f14d5f4] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-6f14d5f4],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-6f14d5f4],
.intended_talents_form .intended_talents_input[data-v-6f14d5f4]:hover {
  border-color: #c0c4cc;
}
.no-spinners[data-v-4c82f348]::-webkit-inner-spin-button,
.no-spinners[data-v-4c82f348]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spinners[data-v-4c82f348] {
  -moz-appearance: textfield;
}
.input_placeholder {
  border: 1px solid #dcdfe6;
  min-height: 32px;
  line-height: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c0c4cc;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.input_placeholder .anchor_list {
  line-height: 25px;
  padding: 3px 0;
  margin: 0 -8px;
}
.btn_list[data-v-3757609e] {
  .btn {
    padding: 0;
    margin: 0;
  }
}
.intended_talents_form[data-v-219cf8d0] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input-bg[data-v-219cf8d0] {
  background-color: #f5f7fa;
  cursor: no-drop !important;
}
.intended_talents_form .intended_talents_input[data-v-219cf8d0] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intended_talents_form .intended_talents_input .input_box[data-v-219cf8d0] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-219cf8d0] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-219cf8d0] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-219cf8d0] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-219cf8d0],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-219cf8d0],
.intended_talents_form .intended_talents_input[data-v-219cf8d0]:hover {
  border-color: #c0c4cc;
}
.jiedian .el-timeline-item__node--large {
  width: 16px !important;
  height: 16px !important;
  margin-left: 2px !important;
}
.jiedian .el-timeline-item__icon {
  font-size: 13px !important;
}
.btn_list .btn[data-v-5db099f0] {
  padding: 0;
  margin: 0;
}
.have[data-v-53c59513] {
  background: #fff3e0;
  border-color: #ffcc80;
  color: #ff9800;
}
.no-have[data-v-53c59513] {
  background-color: #fce4ec;
  border-color: #f8bbd0;
  color: #ec407a;
}
.meeting_statistics_page .flexBox[data-v-4e211642] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.meeting_statistics_page .type_title[data-v-4e211642] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-4e211642] {
  width: 50%;
}
.meeting_statistics_page .type1_box[data-v-4e211642],
.meeting_statistics_page .type2_box[data-v-4e211642] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .type2_box[data-v-4e211642] {
  width: 100%;
}
.meeting_statistics_page .typeBox[data-v-4e211642] {
  height: 290px;
  width: 100%;
  display: inline-block;
}
.meeting_statistics_page .flexBox[data-v-7e3da2c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.meeting_statistics_page .type_title[data-v-7e3da2c6] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-7e3da2c6] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .typeBox[data-v-7e3da2c6] {
  height: 290px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.typeBox[data-v-7e3da2c6] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  border: none !important;
  width: 100%;
  height: 100%;
}
.typeBox[data-v-7e3da2c6] ::-webkit-scrollbar {
  width: 4px;
}
.typeBox[data-v-7e3da2c6] ::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 100%, 0.9098039215686274);
  border-radius: 3px;
}
.typeBox[data-v-7e3da2c6] .el-table__body-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.typeBox[data-v-7e3da2c6] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #dbdcda;
  border-radius: 3px;
}
.intended_skill_form[data-v-40a54ef6] {
  padding-right: 20px;
}
.intended_skill_form .intended_talents_input[data-v-40a54ef6] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_skill_form .intended_talents_input .input_box[data-v-40a54ef6] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_skill_form
  .intended_talents_input
  .input_box.placeholder[data-v-40a54ef6] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-40a54ef6] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_append[data-v-40a54ef6] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-40a54ef6],
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-40a54ef6],
.intended_skill_form .intended_talents_input[data-v-40a54ef6]:hover {
  border-color: #c0c4cc;
}
.btn_list[data-v-3f21c77c] {
  .btn {
    padding: 0;
    margin: 0;
  }
}
.intended_skill_form[data-v-7a53153e] {
  padding-right: 20px;
}
.intended_skill_form .intended_talents_input[data-v-7a53153e] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_skill_form .intended_talents_input .input_box[data-v-7a53153e] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_skill_form
  .intended_talents_input
  .input_box.placeholder[data-v-7a53153e] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-7a53153e] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_append[data-v-7a53153e] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-7a53153e],
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-7a53153e],
.intended_skill_form .intended_talents_input[data-v-7a53153e]:hover {
  border-color: #c0c4cc;
}
.intended_skill_form[data-v-033784ec] {
  padding-right: 20px;
}
.intended_skill_form .intended_talents_input[data-v-033784ec] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_skill_form .intended_talents_input .input_box[data-v-033784ec] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_skill_form
  .intended_talents_input
  .input_box.placeholder[data-v-033784ec] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-033784ec] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_append[data-v-033784ec] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-033784ec],
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-033784ec],
.intended_skill_form .intended_talents_input[data-v-033784ec]:hover {
  border-color: #c0c4cc;
}
.btn_list .btn[data-v-25d4c34a] {
  margin: 0;
  padding: 0;
}
.page[data-v-65572756] {
  width: 100%;
  height: 100%;
}
.main_1[data-v-65572756] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f5f6f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
}
.header-box_1[data-v-65572756] {
  position: fixed;
  width: calc(100% - 50px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  border-radius: 5px;
  background: #fff;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content-box_1[data-v-65572756] {
  height: auto;
  width: 100%;
  padding: 15px;
  margin: 50px 0;
  background: #fff;
  border-radius: 5px;
}
.content-box_1 .table-title-box[data-v-65572756] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  font-size: 28px;
}
.content-box_1 .table-title-box .top[data-v-65572756],
.content-box_1 .table-title-box[data-v-65572756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-box_1 .table-title-box .top[data-v-65572756] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-box_1 .table-title-box .tip[data-v-65572756]:hover {
  color: red;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box_1 .table-title-box .tip:hover .img[data-v-65572756] {
  width: 14px;
  height: 14px;
}
.content-box_1 .table-title-box .tip[data-v-65572756] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #c2bfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box_1 .table-title-box .tip img[data-v-65572756] {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.footer_box_1[data-v-65572756] {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  bottom: 0;
  padding: 15px 36%;
  margin-top: 20px;
  z-index: 999;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer_box_1[data-v-65572756],
.footer_box_1[data-v-65572756]:only-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_box_1[data-v-65572756]:not(:only-child) {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.template-conetnt[data-v-65572756] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
  overflow-y: auto;
}
.template-conetnt .item-template[data-v-65572756] {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  background: -webkit-linear-gradient(45deg, pink, #87ceeb);
  background: -o-linear-gradient(45deg, pink, #87ceeb);
  background: linear-gradient(45deg, pink, #87ceeb);
  border-radius: 10px;
  margin-bottom: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.template-conetnt .item-template[data-v-65572756]:hover {
  background: -webkit-linear-gradient(45deg, #87ceeb, pink);
  background: -o-linear-gradient(45deg, #87ceeb, pink);
  background: linear-gradient(45deg, #87ceeb, pink);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
[data-v-65572756] textarea {
  color: #000;
}
[data-v-65572756] .el-form-item {
  margin: 0 !important;
}
[data-v-65572756] input::-webkit-input-placeholder,
[data-v-65572756] textarea::-webkit-input-placeholder {
  color: #000;
  -webkit-text-fill-color: #9e9e9e;
}
[data-v-65572756] .el-drawer__body {
  background: #f5f6f9;
  overflow: hidden;
}
.btn_list .btn[data-v-4fa485db] {
  padding: 0;
  margin: 0 5px;
}
.image_box[data-v-4fa485db] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.page[data-v-ec2a6a60] {
  width: 100%;
  height: 100%;
}
.main_1[data-v-ec2a6a60] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f5f6f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
}
.header-box_1[data-v-ec2a6a60] {
  position: fixed;
  width: calc(100% - 50px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  border-radius: 5px;
  background: #fff;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content-box_1[data-v-ec2a6a60] {
  height: auto;
  width: 100%;
  padding: 15px;
  margin: 50px 0;
  background: #fff;
  border-radius: 5px;
}
.content-box_1 .table-title-box[data-v-ec2a6a60] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  font-size: 28px;
}
.content-box_1 .table-title-box .top[data-v-ec2a6a60],
.content-box_1 .table-title-box[data-v-ec2a6a60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-box_1 .table-title-box .top[data-v-ec2a6a60] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-box_1 .table-title-box .tip[data-v-ec2a6a60]:hover {
  color: red;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box_1 .table-title-box .tip:hover .img[data-v-ec2a6a60] {
  width: 14px;
  height: 14px;
}
.content-box_1 .table-title-box .tip[data-v-ec2a6a60] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #c2bfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box_1 .table-title-box .tip img[data-v-ec2a6a60] {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.footer_box_1[data-v-ec2a6a60] {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  bottom: 0;
  padding: 15px 36%;
  margin-top: 20px;
  z-index: 999;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer_box_1[data-v-ec2a6a60],
.footer_box_1[data-v-ec2a6a60]:only-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_box_1[data-v-ec2a6a60]:not(:only-child) {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.template-conetnt[data-v-ec2a6a60] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  text-align: center;
  overflow-y: auto;
}
.template-conetnt .item-template[data-v-ec2a6a60] {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  background: #409eff;
  border-radius: 10px;
  margin-bottom: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.template-conetnt .item-template[data-v-ec2a6a60]:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
[data-v-ec2a6a60] .el-form-item {
  margin: 0 !important;
}
[data-v-ec2a6a60] input::-webkit-input-placeholder,
[data-v-ec2a6a60] textarea::-webkit-input-placeholder {
  -webkit-text-fill-color: #9e9e9e;
}
[data-v-ec2a6a60] .el-drawer__body {
  background: #f5f6f9;
  overflow: hidden;
}
.btn_list .btn[data-v-61d4219a] {
  padding: 0;
  margin: 0 5px;
}
.image_box[data-v-61d4219a] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.page[data-v-87e3b9dc] {
  width: 100%;
  height: 100%;
}
.main_1[data-v-87e3b9dc] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f5f6f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
}
.header-box_1[data-v-87e3b9dc] {
  position: fixed;
  width: calc(100% - 50px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  border-radius: 5px;
  background: #fff;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content-box_1[data-v-87e3b9dc] {
  height: auto;
  width: 100%;
  padding: 15px;
  margin: 20px 0;
  background: #fff;
  border-radius: 5px;
}
.footer_box_1[data-v-87e3b9dc] {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  bottom: 0;
  padding: 15px 43%;
  margin-top: 20px;
  z-index: 999;
  background: #f5f6f9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer_box_1[data-v-87e3b9dc],
.footer_box_1[data-v-87e3b9dc]:only-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_box_1[data-v-87e3b9dc]:not(:only-child) {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.template-conetnt[data-v-87e3b9dc] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.template-conetnt .item-template[data-v-87e3b9dc] {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  background: -webkit-linear-gradient(45deg, pink, #87ceeb);
  background: -o-linear-gradient(45deg, pink, #87ceeb);
  background: linear-gradient(45deg, pink, #87ceeb);
  border-radius: 10px;
  margin-bottom: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.template-conetnt .item-template[data-v-87e3b9dc]:hover {
  background: -webkit-linear-gradient(45deg, #87ceeb, pink);
  background: -o-linear-gradient(45deg, #87ceeb, pink);
  background: linear-gradient(45deg, #87ceeb, pink);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
[data-v-87e3b9dc] .el-form-item {
  margin: 0 !important;
}
[data-v-87e3b9dc] .el-drawer__body {
  background: #f5f6f9;
  overflow: hidden;
}
.btn_list .btn[data-v-56b06f34] {
  margin: 0;
  padding: 0;
}
.page[data-v-4cfa9b10],
.page[data-v-13c9e24b],
.page[data-v-37f9b814],
.page[data-v-77cccc6f],
.page[data-v-7926a7a8],
.page[data-v-63048272] {
  width: 100%;
  height: 100%;
}
.page[data-v-1675834a] {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.main[data-v-1675834a] {
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow-y: auto;
}
.main[data-v-1675834a],
.section[data-v-1675834a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.section[data-v-1675834a] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  width: 45%;
  height: 47%;
  margin: 10px;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  position: relative;
}
.section .chart_title[data-v-1675834a] {
  position: absolute;
  z-index: 99;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 30px;
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  text-align: left;
  color: #464646 !important;
}
.section .chart_box_tow[data-v-1675834a] {
  width: 50%;
  height: 100%;
}
.section .chart_box[data-v-1675834a] {
  width: 95%;
  margin-top: 30px;
  height: calc(100% - 60px);
}
h2[data-v-1675834a] {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  h2[data-v-1675834a] {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  h2[data-v-1675834a] {
    font-size: 1.2em;
  }
}
.page[data-v-ee8be8c8] {
  width: 100%;
  height: 100%;
}
.main_1[data-v-ee8be8c8] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f5f6f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
}
.header-box_1[data-v-ee8be8c8] {
  position: fixed;
  width: calc(100% - 50px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  border-radius: 5px;
  background: #fff;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content-box_1[data-v-ee8be8c8] {
  height: auto;
  width: 100%;
  padding: 15px;
  margin: 50px 0;
  background: #fff;
  border-radius: 5px;
}
.content-box_1 .table-title-box[data-v-ee8be8c8] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  font-size: 28px;
}
.content-box_1 .table-title-box .top[data-v-ee8be8c8],
.content-box_1 .table-title-box[data-v-ee8be8c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-box_1 .table-title-box .top[data-v-ee8be8c8] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-box_1 .table-title-box .tip[data-v-ee8be8c8]:hover {
  color: red;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box_1 .table-title-box .tip:hover .img[data-v-ee8be8c8] {
  width: 14px;
  height: 14px;
}
.content-box_1 .table-title-box .tip[data-v-ee8be8c8] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #c2bfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box_1 .table-title-box .tip img[data-v-ee8be8c8] {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.footer_box_1[data-v-ee8be8c8] {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  bottom: 0;
  padding: 15px 36%;
  margin-top: 20px;
  z-index: 999;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer_box_1[data-v-ee8be8c8],
.footer_box_1[data-v-ee8be8c8]:only-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template-conetnt[data-v-ee8be8c8] {
  height: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template-conetnt .item-template[data-v-ee8be8c8],
.template-conetnt[data-v-ee8be8c8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.template-conetnt .item-template[data-v-ee8be8c8] {
  height: 40px;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #409eff;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.template-conetnt .item-template[data-v-ee8be8c8]:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
[data-v-ee8be8c8] .el-form-item {
  margin: 0 !important;
}
[data-v-ee8be8c8] input::-webkit-input-placeholder,
[data-v-ee8be8c8] textarea::-webkit-input-placeholder {
  -webkit-text-fill-color: #9e9e9e;
}
[data-v-ee8be8c8] .el-drawer__body {
  background: #f5f6f9;
  overflow: hidden;
}
.btn_list .btn[data-v-cc2e9286] {
  padding: 0;
  margin: 0 5px;
}
.image_box[data-v-cc2e9286] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.pattern[data-v-08dfdfdd] {
  border-bottom: 1px solid #ebeef5;
  line-height: 35px;
}
.table_boxDept[data-v-08dfdfdd] .caret-wrapper {
  position: absolute;
  right: 10%;
  top: -5px;
}
.pattern[data-v-c152d1b6] {
  border-bottom: 1px solid #ebeef5;
  line-height: 35px;
}
.table_boxUser[data-v-c152d1b6] .caret-wrapper {
  position: absolute;
  right: 10%;
  top: -5px;
}
.meeting_statistics_page .flexBox[data-v-46743762] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
.meeting_statistics_page .type_title[data-v-46743762] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-46743762] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  width: 35%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .typeBox[data-v-46743762] {
  height: 290px;
  width: 100%;
  display: inline-block;
}
.meeting_statistics_page .type_title1[data-v-46743762] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meeting_statistics_page .an[data-v-46743762] {
  border: 1px solid #cecece;
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
}
.meeting_statistics_page .typean[data-v-46743762] {
  background-color: #409eff;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
}
.meeting_statistics_page .flexBox[data-v-b073e416] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.meeting_statistics_page .type_title[data-v-b073e416] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-b073e416] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .typeBox[data-v-b073e416] {
  height: 290px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.meeting_statistics_page .type_title1[data-v-b073e416] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meeting_statistics_page .an[data-v-b073e416] {
  border: 1px solid #cecece;
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
}
.meeting_statistics_page .typean[data-v-b073e416] {
  background-color: #409eff;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
}
.typeBox[data-v-b073e416] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  border: none !important;
  width: 100%;
  height: 100%;
}
.typeBox[data-v-b073e416] ::-webkit-scrollbar {
  width: 4px;
}
.typeBox[data-v-b073e416] ::-webkit-scrollbar-thumb {
  background-color: hsla(0, 0%, 100%, 0.9098039215686274);
  border-radius: 3px;
}
.typeBox[data-v-b073e416] .el-table__body-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.typeBox[data-v-b073e416] .el-table__body-wrapper::-webkit-scrollbar-thumb {
  background-color: #dbdcda;
  border-radius: 3px;
}
.page[data-v-0c09873c],
.page[data-v-1336b06c],
.page[data-v-bcaf1200] {
  width: 100%;
  height: 100%;
}
.page[data-v-a09a0b7e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box[data-v-a09a0b7e] {
  width: 25vw;
  background: salmon;
  height: 39vh;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page[data-v-30f617ac] {
  width: 100%;
  height: 100%;
}
.page[data-v-68a1034a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.app_box[data-v-a454a008] {
  background-color: #040b1b;
  padding-bottom: 20px;
  color: #fff;
}
.app_box .app_content[data-v-a454a008] {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_box .app_content .top_bg_img[data-v-a454a008] {
  position: absolute;
  left: 39vw;
  width: 78vw;
  height: 4vw;
  margin-left: -35vw;
}
.app_box .app_content .top_title_box[data-v-a454a008] {
  width: 78vw;
  position: relative;
  top: 0;
  left: 4vw;
  text-align: center;
  font-size: 36px;
  line-height: 3vw;
  font-family: YouSheBiaoTiHei;
  text-shadow: #000 0 0 10px, #228dff 0 0 30px;
}
.app_box .app_content .content_top[data-v-a454a008] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
}
.app_box .app_content .content_top .content_top_box[data-v-a454a008] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1vw 0.5vh;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.app_box
  .app_content
  .content_top
  .content_top_box
  .content_top_box_title[data-v-a454a008] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.app_box
  .app_content
  .content_top
  .content_top_box
  .content_top_box_title
  .content_top_center[data-v-a454a008] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.app_box
  .app_content
  .content_top
  .content_top_box
  .content_top_box_title
  .icon[data-v-a454a008] {
  width: 3vw;
  height: 5vh;
}
.app_box .app_content .content_middle[data-v-a454a008] {
  margin-top: 1vh;
  height: 28vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app_box
  .app_content
  .content_middle
  .content_middle_champion[data-v-a454a008] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1vw;
}
.app_box .app_content .content_middle .content_middle_champion[data-v-a454a008],
.app_box .app_content .content_middle .content_middle_rigth[data-v-a454a008] {
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
}
.app_box .app_content .content_middle .content_middle_rigth[data-v-a454a008] {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_box
  .app_content
  .content_middle
  .content_middle_rigth
  .forDateBox[data-v-a454a008] {
  height: 21.5vh;
  position: relative;
}
.app_box
  .app_content
  .content_middle
  .content_middle_rigth
  .forDateBox
  .forDateChart[data-v-a454a008] {
  position: relative;
  height: 21.5vh;
  width: 100%;
}
.app_box .app_content .content_bottom[data-v-a454a008] {
  height: 30vh;
  margin: 1.5vh 0.5vw 1vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app_box
  .app_content
  .content_bottom
  .content_bottom_box_left[data-v-a454a008] {
  margin-right: 0.5vw;
}
.app_box .app_content .content_bottom .content_bottom_box_left[data-v-a454a008],
.app_box
  .app_content
  .content_bottom
  .content_bottom_box_right[data-v-a454a008] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
}
.app_box
  .app_content
  .content_bottom
  .content_bottom_box_right[data-v-a454a008] {
  margin-right: 1vw;
}
.app_box .title_box[data-v-a454a008] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: block;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.app_box .title_box .title_text_box[data-v-a454a008] {
  color: #a5d4ff;
  left: -12px;
}
.app_box .title_box .title_text_box .title_text[data-v-a454a008],
.app_box .title_box .title_text_box[data-v-a454a008] {
  padding: 0 20px 0 12px;
  display: inline-block;
  position: relative;
}
.app_box .title_box .title_text_box .picker_box[data-v-a454a008] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.app_box .title_box .more_btn[data-v-a454a008] {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.app_box .title_box .more_btn[data-v-a454a008]:hover {
  color: #fff;
}
.picker_icon[data-v-a454a008] {
  position: relative;
  width: 0;
  display: inline-block;
  height: 0;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-color: #a5d4ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a5d4ff;
  border-style: solid;
  border-width: 3px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -3px;
  left: 6px;
}
.page[data-v-7e608e3d] {
  width: 100%;
  height: 100%;
}
.page[data-v-4de3567e] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.table_detailMonth[data-v-02631c36] .caret-wrapper {
  position: absolute;
  right: 0;
  top: -5px;
}
.ritable .el-table .el-table__body .fixed-row.el-table__row[data-v-02631c36] {
  display: table-row;
  position: sticky;
  bottom: 0;
  width: 100%;
}
.ritable
  .el-table
  .el-table__body
  .fixed-row.el-table__row
  td[data-v-02631c36] {
  border: 1px solid #fff;
  -webkit-box-shadow: 2px -2px 3px 0 #ddd;
  box-shadow: 2px -2px 3px 0 #ddd;
}
.table_detailMonth[data-v-543f8ee6] .caret-wrapper {
  position: absolute;
  right: 0;
  top: -5px;
}
.ritable .el-table .el-table__body .fixed-row.el-table__row[data-v-543f8ee6] {
  display: table-row;
  position: sticky;
  bottom: 0;
  width: 100%;
}
.ritable
  .el-table
  .el-table__body
  .fixed-row.el-table__row
  td[data-v-543f8ee6] {
  border: 1px solid #fff;
  -webkit-box-shadow: 2px -2px 3px 0 #ddd;
  box-shadow: 2px -2px 3px 0 #ddd;
}
.royaltyTabel[data-v-2403a65a] .caret-wrapper {
  position: absolute;
  right: 10px;
  top: -5px;
}
.table_boxMonth[data-v-3f6b19dc] .caret-wrapper {
  position: absolute;
  right: 0;
  top: -5px;
}
.royaltyTabel[data-v-26495662] .caret-wrapper {
  position: absolute;
  right: 10px;
  top: -5px;
}
.meeting_statistics_page .flexBox[data-v-182cff01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.meeting_statistics_page .type_title[data-v-182cff01] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-182cff01] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .typeBox[data-v-182cff01] {
  height: 290px;
  width: 100%;
  display: inline-block;
}
[data-v-237a0256]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 0;
}
[data-v-237a0256]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
[data-v-237a0256]::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
[data-v-237a0256]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.questionDialog[data-v-237a0256] .el-dialog__body {
  padding: 0 20px !important;
}
.questDetail[data-v-237a0256] {
  padding: 10px;
  height: 500px;
  overflow-y: auto;
}
.yang[data-v-237a0256] {
  border-bottom: 1px solid #c3c3c3;
  padding: 5px 30px;
}
.btn_list .btn[data-v-43adcce3] {
  padding: 0;
  margin: 0;
}
::v-deep .el-row[data-v-22749d82] {
  margin: 0 !important;
}
table[data-v-22749d82] {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  border-color: #ebeef5;
}
td[data-v-22749d82],
tr[data-v-22749d82] {
  min-width: 39px;
}
td[data-v-22749d82] {
  padding: 10px;
}
.descr[data-v-22749d82] {
  margin: 0 0 10px !important;
  border: 1px solid #ebeef5;
  border-bottom: none;
}
.descr .el-col[data-v-22749d82] {
  border-right: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
  padding: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  line-height: 100%;
}
.descr .el-col[data-v-22749d82],
.descr .grid-content .attrKey[data-v-22749d82],
.descr .grid-content[data-v-22749d82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.descr .grid-content .attrKey[data-v-22749d82] {
  width: 120px !important;
  background-color: #f4f4f4;
  min-height: 39px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ebeef5;
  padding-left: 10px;
  background-clip: padding-box;
}
.descr .grid-content .attribute[data-v-22749d82] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px;
}
.descr .grid-content .attribute-text[data-v-22749d82] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-wrap: break-word;
}
.descr .grid-content .attribute-text[data-v-22749d82],
.read_resume_box[data-v-59475ee3] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.read_resume_box[data-v-59475ee3] {
  height: 100vh;
  position: relative;
}
.read_resume_box .full-screen[data-v-59475ee3] {
  right: 60px !important;
}
.read_resume_box .full-screen[data-v-59475ee3],
.read_resume_box .noFullScreen[data-v-59475ee3] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_box .noFullScreen[data-v-59475ee3] {
  right: 90px !important;
}
.read_resume_box .preview[data-v-59475ee3] {
  right: 120px !important;
}
.read_resume_box .preview[data-v-59475ee3],
.read_resume_box .print[data-v-59475ee3] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_box .print[data-v-59475ee3] {
  right: 90px !important;
}
.read_resume_box .close_btn_1[data-v-59475ee3] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  right: 30px !important;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_box .previewBtn[data-v-59475ee3] {
  position: absolute;
  top: 2vh;
  left: 760px;
  width: 120px;
  height: 30px;
  background: #e6a23c;
  text-align: center;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
.read_resume_box .previewBtn[data-v-59475ee3]:hover {
  background: #e6a23c;
  -webkit-box-shadow: 0 0 2px 0 #999;
  box-shadow: 0 0 2px 0 #999;
}
.read_resume_box.noEdit[data-v-59475ee3] {
  min-width: 810px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.read_resume_box.noEdit .close_btn[data-v-59475ee3] {
  position: absolute;
  top: 0;
  left: 50vw;
  font-size: 24px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin-left: 340px;
}
.read_resume_box.noEdit .close_btn[data-v-59475ee3]:hover {
  font-size: 32px;
}
.read_resume_box.noPreview[data-v-59475ee3] {
  min-width: 810px;
  padding-left: 40px;
}
.read_resume_box.noPreview .previewBtn[data-v-59475ee3] {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.read_resume_info_box[data-v-26f8f592] {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.read_resume_info_box .full-screen[data-v-26f8f592] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  right: 60px !important;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_info_box .noFullScreen[data-v-26f8f592],
.read_resume_info_box .print[data-v-26f8f592] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  right: 90px !important;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_info_box .close_btn_1[data-v-26f8f592] {
  position: fixed;
  cursor: pointer;
  z-index: 99;
  top: 20px;
  right: 30px !important;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 60px;
}
.read_resume_info_box .close_btn[data-v-26f8f592]:hover {
  font-size: 32px;
}
.read_resume_info_box .header-info[data-v-26f8f592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 28px 12px;
}
.read_resume_info_box .header-info .avatar[data-v-26f8f592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-top: -5px;
}
.read_resume_info_box .header-info .avatar .avatar-img[data-v-26f8f592] {
  width: 150px;
  height: 150px;
  padding: 2px;
}
.read_resume_info_box .header-info .header-info-name-div[data-v-26f8f592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .name[data-v-26f8f592] {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #32325d;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .tags_box[data-v-26f8f592] {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 530px;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .tags_box
  .tag[data-v-26f8f592] {
  background-color: #f0f8ff;
  color: #2979ff;
  margin-right: 8px;
  height: 24px;
  padding: 0 8px;
  line-height: 24px;
  border-color: #dee0ff;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  border-width: 0;
  cursor: pointer;
}
.read_resume_info_box
  .header-info
  .header-info-name-div
  .tags_box
  .tag.danger[data-v-26f8f592] {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.read_resume_info_box .header-info .header-info-subline[data-v-26f8f592] {
  padding-top: 10px;
}
.read_resume_info_box
  .header-info
  .header-info-subline
  .header-info-subline-li[data-v-26f8f592] {
  margin-right: 14px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #999;
}
.read_resume_info_box .tabs_box[data-v-26f8f592] {
  padding: 0 28px;
}
.read_resume_info_box .resume-info-box[data-v-26f8f592] {
  padding-bottom: 80px;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list
  .basic-info-li[data-v-26f8f592] {
  width: 50%;
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 20px;
  font-size: 13px;
}
.read_resume_info_box
  .resume-info-box
  .basic-info-list
  .basic-info-li[data-v-26f8f592]:after {
  content: "";
  position: absolute;
  top: 12px;
  -webkit-box-shadow: 0 0 0 2px #8480ff;
  box-shadow: 0 0 0 2px #8480ff;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #2979ff;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li[data-v-26f8f592] {
  font-size: 14px;
  padding: 10px 0 10px 10px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_title[data-v-26f8f592] {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_title
  .analysis_li_title_icon[data-v-26f8f592] {
  color: #2979ff;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_text[data-v-26f8f592] {
  padding-left: 20px;
  line-height: 30px;
  position: relative;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li
  .analysis_li_text[data-v-26f8f592]:after {
  content: "";
  position: absolute;
  top: 12.5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #2979ff;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.risks
  .analysis_li_title
  .analysis_li_title_icon[data-v-26f8f592] {
  color: #ffa625;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.risks
  .analysis_li_text[data-v-26f8f592]:after {
  background-color: #ffa625;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.prediction
  .analysis_li_title
  .analysis_li_title_icon[data-v-26f8f592] {
  color: #67c23a;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_list
  .analysis_li.prediction
  .analysis_li_text[data-v-26f8f592]:after {
  background-color: #67c23a;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li[data-v-26f8f592] {
  padding-left: 11px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_title[data-v-26f8f592] {
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 50px;
  font-weight: 800;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_box[data-v-26f8f592] {
  padding-left: 10px;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_box
  .tag_li[data-v-26f8f592] {
  margin: 0 10px 10px 0;
  border-radius: 6px;
  padding: 2px 12px;
  height: 26px;
  cursor: pointer;
}
.read_resume_info_box
  .resume-analysis-box
  .analysis_tags_list
  .analysis_tags_li
  .analysis_tags_li_box
  .tag_li[data-v-26f8f592]:hover {
  opacity: 1 !important;
}
.read_resume_info_box .resume-info-header[data-v-26f8f592] {
  font-size: 22px;
  position: relative;
  height: 60px;
  line-height: 50px;
}
.read_resume_info_box
  .resume-info-header
  .resume-info-header-title[data-v-26f8f592] {
  z-index: 1;
  position: relative;
}
.read_resume_info_box .resume-info-header.center[data-v-26f8f592] {
  margin: 0 auto;
  width: 120px;
}
.read_resume_info_box .resume-info-header[data-v-26f8f592]:before {
  content: "";
  width: 100px;
  background-color: #e6ecfb;
  height: 16px;
  position: absolute;
  top: 30px;
  left: 16px;
  z-index: 0;
}
.read_resume_info_box .experience_list .experience_li[data-v-26f8f592] {
  margin-bottom: 20px;
  padding-left: 10px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_top[data-v-26f8f592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 40px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_top
  .experience_name[data-v-26f8f592] {
  font-size: 16px;
  font-weight: 800;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_top
  .experience_time[data-v-26f8f592] {
  color: #999;
  font-size: 14px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_row[data-v-26f8f592] {
  color: #666;
  line-height: 30px;
  font-size: 14px;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_row
  .experience_row_key[data-v-26f8f592] {
  color: #999;
  display: inline-block;
}
.read_resume_info_box
  .experience_list
  .experience_li
  .experience_row
  .experience_row_html[data-v-26f8f592] {
  white-space: pre-wrap;
  display: inline-block;
  vertical-align: top;
  max-width: 620px;
}
.read_resume_info_box .radarBox[data-v-26f8f592] {
  width: 700px;
  height: 600px;
}
.read_resume_info_box .filterBox[data-v-26f8f592],
.read_resume_info_box .radarBox[data-v-26f8f592] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.read_resume_info_box .filterBox[data-v-26f8f592] {
  width: 800px;
  height: 900px;
}
.read_resume_info_box[data-v-26f8f592]::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}
.read_resume_form_box {
  margin-top: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
}
.read_resume_form_box .read_resume_form {
  position: relative;
  height: calc(100vh - 170px);
  overflow-y: scroll;
  padding: 20px;
}
.read_resume_form_box .read_resume_form .edit_list {
  margin: -10px;
}
.read_resume_form_box .read_resume_form .edit_list .edit_li {
  border-top: 1px solid #dbdbdb;
}
.read_resume_form_box .read_resume_form .edit_list .edit_li .edit_li_title {
  font-size: 16px;
  font-weight: 800;
  padding: 5px 0 5px 15px;
  border-radius: 5px;
  position: relative;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .edit_li_title
  .edit_li_title_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .edit_li_title:hover {
  background-color: #dbdbdb;
  color: #333;
}
.read_resume_form_box .read_resume_form .edit_list .edit_li .editInfoBox {
  display: none;
  padding: 6px 0 10px;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi {
  padding: 4px 10px 0 110px;
  position: relative;
  min-height: 44px;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .editInfoLiLabel {
  min-width: 115px;
  position: absolute;
  left: -10px;
  line-height: 32px;
  font-size: 14px;
  top: 4px;
  text-align: right;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .editInfoLiLabel
  .requiredText {
  display: inline-block;
  color: #f56c6c;
  font-size: 14px;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .rowTagList
  .rowTagLi {
  margin: 2.5px 5px 2.5px 0;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .rowTagList
  .rowTagLi
  i {
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .rowTagList
  .rowTagLiInput {
  width: 100px;
  display: inline-block;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .rowTagList
  .rowTagLiInput
  input {
  padding: 0 6px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .rowInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .rowInfoBox
  .interval {
  text-align: center;
  width: 60px;
  font-size: 15px;
  line-height: 32px;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .editInfoLiSelect {
  width: 100%;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi
  .editInfoLiSwitch {
  position: relative;
  top: 6px;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi.rowHtml,
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editInfoLi.rowTag {
  width: 100%;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editItemLi {
  background: #eee;
  margin: 0 10px 15px 20px;
  border-radius: 5px;
  padding: 10px 0 12px;
  border: 1px solid #dedede;
  position: relative;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editItemLi
  .editTitleLi {
  width: 100%;
  padding: 4px 50px 0 20px;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editItemLi
  .editTitleLi
  .item_del_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666;
  cursor: pointer;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .editItemLi
  .editTitleLi
  .item_del_btn:hover {
  color: #f56c6c;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .addBtn {
  margin: 0 10px 10px 20px;
  background: #eee;
  text-align: center;
  line-height: 60px;
  font-size: 15px;
  border: 2px dashed #dedede;
  border-radius: 5px;
  cursor: pointer;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li
  .editInfoBox
  .addBtn:hover {
  background-color: #f4f4f4;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li.open
  .edit_li_title
  .edit_li_title_icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.read_resume_form_box .read_resume_form .edit_list .edit_li.open .editInfoBox {
  display: block;
}
.read_resume_form_box
  .read_resume_form
  .edit_list
  .edit_li.open
  .edit_li_title:hover {
  background-color: rgba(0, 0, 0, 0);
}
.read_resume_form_box .read_resume_form .edit_list .edit_li:first-child {
  border-top: none;
}
.read_resume_form_box .read_resume_form::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.read_resume_form_box .form_bottom_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  border-top: 1px solid #eee;
  text-align: right;
  -webkit-box-shadow: 5px 0 3px 0 #dbdbdb;
  box-shadow: 5px 0 3px 0 #dbdbdb;
  padding: 15px 20px 0;
  background: #fff;
  width: 100%;
}
.read_resume_form_box .new_read_resume_form {
  padding-top: 7vh;
}
.read_resume_form_box .new_read_resume_form .newTyoeBox {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.read_resume_form_box .new_read_resume_form .upload_box {
  width: 500px;
  height: 300px;
  margin: 10vh auto 5vh;
  background-color: #fafafa;
  border-radius: 10px;
  border: 2px dashed #d9d9d9;
  overflow: hidden;
}
.read_resume_form_box .new_read_resume_form .upload_box .upload_icon_box {
  background-color: #fafafa;
  width: 496px;
  height: 296px;
  z-index: 1000;
}
.read_resume_form_box
  .new_read_resume_form
  .upload_box
  .upload_icon_box
  .upload_icon {
  font-size: 68px;
  margin: 74px 0 5px;
  color: #6772e5;
}
.read_resume_form_box
  .new_read_resume_form
  .upload_box
  .upload_icon_box
  .upload_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  color: #666;
}
.read_resume_form_box
  .new_read_resume_form
  .upload_box
  .upload_icon_box
  .upload_text {
  font-size: 14px;
  line-height: 24px;
}
.read_resume_form_box
  .new_read_resume_form
  .upload_box
  .upload_icon_box
  .upload_progress {
  position: absolute;
  bottom: 12px;
  width: 470px;
  left: 12px;
}
.read_resume_form_box .new_read_resume_form .upload_box .upload_icon_box:hover {
  background-color: #f7f7f7;
}
.read_resume_form_box .new_read_resume_form .newTyoeListBox {
  width: 480px;
  margin: 2vh auto;
  padding: 4vh 0 2vh;
  font-size: 16px;
  background: #f0f0f0;
  text-align: center;
  border-radius: 10px;
}
.read_resume_form_box .new_read_resume_form .newTyoeListBox .newTyoeList {
  margin-bottom: 3vh;
}
.read_resume_form_box .new_read_resume_form .bottom_list_box {
  margin: 0 auto;
  text-align: center;
}
.read_resume_form_box .new_read_resume_form .bottom_list_box .bottom_li {
  margin: 0 10px;
}
.read_resume_form_box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.noPreview.read_resume_form .edit_list .edit_li .editInfoBox .editInfoLi {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 1500px) {
  .read_resume_form .edit_list .edit_li .editInfoBox .editInfoLi {
    width: 49.5%;
    vertical-align: top;
    display: inline-block;
  }
  .noPreview.read_resume_form .edit_list .edit_li .editInfoBox .editInfoLi {
    width: 33.3%;
    vertical-align: top;
    display: inline-block;
  }
}
.resumeUpload[data-v-8112c92a] .el-upload-dragger {
  width: 496px;
  height: 296px;
  border: none;
}
.resumeUpload .upload_box[data-v-8112c92a] .el-upload--text,
.resumeUpload ::v-deep .el-upload--text[data-v-8112c92a] {
  overflow: visible !important;
}
.resumeUpload .new_read_resume_form[data-v-8112c92a] .el-upload-dragger {
  width: 496px;
  height: 296px;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .hidden-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sm-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-only {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-md-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-md-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-lg-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .hidden-lg-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .hidden-xl-only {
    display: none !important;
  }
}
.intended_talents_form[data-v-a82609fe] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-a82609fe] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-a82609fe] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-a82609fe] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-a82609fe] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-a82609fe] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-a82609fe],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-a82609fe],
.intended_talents_form .intended_talents_input[data-v-a82609fe]:hover {
  border-color: #c0c4cc;
}
.employment_needs_popup_page {
  margin: -30px 0 -20px;
}
.employment_needs_popup_page .title_row {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.employment_needs_popup_page .btn_list .btn {
  padding: 3px;
  margin: 0;
}
.htmlBox {
  height: 70vh;
  margin: -30px -20px;
  overflow: auto;
}
::v-deep .el-row[data-v-b2ed8d46] {
  margin: 0 !important;
}
.descr[data-v-b2ed8d46] {
  margin: 0 0 10px !important;
  border: 1px solid #ebeef5;
  border-bottom: none;
}
.descr .el-col[data-v-b2ed8d46] {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
  padding: 0 !important;
}
.descr .grid-content[data-v-b2ed8d46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.descr .grid-content .attrKey[data-v-b2ed8d46] {
  width: 120px !important;
  min-height: 39px;
}
.descr .grid-content .attrKey1[data-v-b2ed8d46],
.descr .grid-content .attrKey[data-v-b2ed8d46] {
  background-color: #f4f4f4;
  border-right: 1px solid #ebeef5;
  padding-left: 10px;
  background-clip: padding-box;
}
.descr .grid-content .attrKey1[data-v-b2ed8d46] {
  width: 25%;
  height: 39px;
}
.descr .grid-content .attribute[data-v-b2ed8d46] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
.descr .grid-content .attribute-text[data-v-b2ed8d46] {
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}
.childTable[data-v-604cefb9] {
  margin: 0 7px;
  width: 98%;
}
.btn_list .btn[data-v-604cefb9] {
  padding: 0;
  margin: 0;
}
.intended_talents_form[data-v-b0c12c3e] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-b0c12c3e] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-b0c12c3e] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-b0c12c3e] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-b0c12c3e] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-b0c12c3e] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-b0c12c3e],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-b0c12c3e],
.intended_talents_form .intended_talents_input[data-v-b0c12c3e]:hover {
  border-color: #c0c4cc;
}
.intended_talents_form[data-v-31f5449c] {
  padding-right: 20px;
}
.intended_talents_form .intended_talents_input[data-v-31f5449c] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_talents_form .intended_talents_input .input_box[data-v-31f5449c] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_talents_form
  .intended_talents_input
  .input_box.placeholder[data-v-31f5449c] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-31f5449c] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input
  .intended_talents_input_append[data-v-31f5449c] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-31f5449c],
.intended_talents_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-31f5449c],
.intended_talents_form .intended_talents_input[data-v-31f5449c]:hover {
  border-color: #c0c4cc;
}
.el-textarea[data-v-31f5449c] .el-input__count {
  position: absolute;
}
.el-textarea__inner[data-v-ddc4fb32],
::v-deep .el-input__inner[data-v-ddc4fb32] {
  border: 1px solid #dcdfe6 !important;
}
.compan_table[data-v-28e19611] .caret-wrapper,
.compan_table[data-v-081c4796] .caret-wrapper,
.compan_table[data-v-494d3b90] .caret-wrapper {
  position: absolute;
  right: 10%;
  top: -5px;
}
.resume_box .tooltip_text[data-v-87f3f5b8] {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.resumeIdentify_box .preview_upload_box[data-v-efd42e44] {
  height: 84vh;
  padding: 20px;
  background-color: #fff;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.resumeIdentify_box .preview_upload_box .upload_box[data-v-efd42e44] {
  width: 500px;
  height: 300px;
  margin: 16vh auto 0;
  background-color: #fafafa;
  border-radius: 10px;
  border: 2px dashed #d9d9d9;
  overflow: hidden;
}
.resumeIdentify_box
  .preview_upload_box
  .upload_box
  .upload_icon_box[data-v-efd42e44] {
  z-index: 9999;
  background-color: #fafafa;
  width: 496px;
  height: 296px;
}
.resumeIdentify_box
  .preview_upload_box
  .upload_box
  .upload_icon_box
  .upload_icon[data-v-efd42e44] {
  font-size: 68px;
  margin: 74px 0 5px;
  color: #6772e5;
}
.resumeIdentify_box
  .preview_upload_box
  .upload_box
  .upload_icon_box
  .upload_title[data-v-efd42e44] {
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  color: #666;
}
.resumeIdentify_box
  .preview_upload_box
  .upload_box
  .upload_icon_box
  .upload_text[data-v-efd42e44] {
  font-size: 14px;
  line-height: 24px;
}
.resumeIdentify_box
  .preview_upload_box
  .upload_box
  .upload_icon_box
  .upload_progress[data-v-efd42e44] {
  position: absolute;
  bottom: 12px;
  width: 470px;
  left: 12px;
}
.resumeIdentify_box
  .preview_upload_box
  .upload_box
  .upload_icon_box[data-v-efd42e44]:hover {
  background-color: #f7f7f7;
}
::v-deep .el-upload--text[data-v-efd42e44] {
  overflow: auto !important;
}
::v-deep .el-upload-dragger[data-v-efd42e44] {
  border: 2px solid red !important;
}
::v-deep .el-upload[data-v-efd42e44] {
  overflow: visible !important;
}
.el-upload-dragger[data-v-efd42e44] {
  width: 496px;
  height: 296px;
  border: none;
}
.preview_upload_box[data-v-efd42e44] .el-upload,
.preview_upload_box[data-v-efd42e44] .el-upload--text,
.read_resume_form_box[data-v-efd42e44] .el-upload {
  overflow: visible !important;
}
.preview_upload_box[data-v-efd42e44] .el-upload-dragger {
  width: 496px;
  height: 296px;
  border: none !important;
}
.w100 {
  width: 100% !important;
}
.table_boxzhao[data-v-62e02447] .caret-wrapper {
  position: absolute;
  right: 0;
  top: -5px;
}
.btn_list .btn[data-v-62e02447] {
  padding: 0;
  margin: 0;
}
.intended_skill_form[data-v-bb1db2c8] {
  padding-right: 20px;
}
.intended_skill_form .intended_talents_input[data-v-bb1db2c8] {
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f7fa;
}
.intended_skill_form .intended_talents_input .input_box[data-v-bb1db2c8] {
  line-height: 27px;
  font-size: 12px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.intended_skill_form
  .intended_talents_input
  .input_box.placeholder[data-v-bb1db2c8] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c0c4cc;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_prepend[data-v-bb1db2c8] {
  border-right: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input
  .intended_talents_input_append[data-v-bb1db2c8] {
  border-left: 1px solid #dcdfe6;
  text-align: center;
  line-height: 26px;
  width: 34px;
}
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_append[data-v-bb1db2c8],
.intended_skill_form
  .intended_talents_input:hover
  .intended_talents_input_prepend[data-v-bb1db2c8],
.intended_skill_form .intended_talents_input[data-v-bb1db2c8]:hover {
  border-color: #c0c4cc;
}
.search_box[data-v-7b34a8d6],
.search_box[data-v-95fbef54],
.search_box[data-v-334ca16f],
.search_box[data-v-27650c2a] {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.span-box[data-v-1375cfcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.span-box .btn-bell-badge[data-v-1375cfcc] {
  position: relative;
  top: 0;
  width: 24px;
  height: 18px;
  margin-left: 5px;
  line-height: 18px;
  border-radius: 15px;
  background: #f56c6c;
}
.span-box .btn-bell-badge .num[data-v-1375cfcc] {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.infoTable[data-v-7efb1a34]
  .el-table__body-wrapper
  .el-table__empty-block:before {
  position: sticky;
  left: 40%;
}
.more_btnn[data-v-6e259c9f] .el-input__inner {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #0a63a5;
  width: 110px !important;
  color: #fff;
}
.more_btnn input[data-v-6e259c9f]::-webkit-input-placeholder {
  color: #17a1e5;
  font-size: 13px;
}
.more_btnn[data-v-6e259c9f] .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.more_btnn[data-v-6e259c9f] .el-input-group__append {
  border: 1px solid #0a63a5;
  background-color: rgba(10, 98, 165, 0.3764705882352941);
  color: #fff;
}
.Eltable[data-v-6e259c9f] .el-table {
  overflow-y: visible;
}
.Eltable[data-v-6e259c9f] .el-table__header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.Eltable[data-v-6e259c9f] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff;
  border: none !important;
  width: 100%;
  height: 100%;
}
.Eltable[data-v-6e259c9f] .el-table:before {
  background: none;
}
.Eltable[data-v-6e259c9f] .el-table .cell {
  padding: 0;
}
.Eltable[data-v-6e259c9f] .el-table td.el-table__cell {
  border: none !important;
}
.Eltable[data-v-6e259c9f] .el-table__body-wrapper {
  overflow-y: scroll;
}
.Eltable[data-v-6e259c9f] ::-webkit-scrollbar {
  display: none;
}
.Eltable[data-v-6e259c9f] .el-table .success-row {
  background-color: rgba(7, 23, 45, 0.8470588235294118) !important;
  color: #fff;
}
.Eltable[data-v-6e259c9f] .el-table .error-row {
  color: #fff;
  background-color: rgba(7, 23, 45, 0.7137254901960784) !important;
  border: none !important;
}
.Eltable[data-v-6e259c9f] .el-table tr:hover > td {
  background-color: #06335b !important;
}
[data-v-6e259c9f]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
[data-v-6e259c9f]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
[data-v-6e259c9f]::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
[data-v-6e259c9f]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
::v-deep .content[data-v-6e259c9f] {
  overflow-y: none !important;
}
.homecont[data-v-6e259c9f] {
  z-index: 99999;
  height: 100vh;
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
.full_screen_home_content[data-v-6e259c9f] {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #040b1b !important;
  color: #fff !important;
  height: 100vh !important;
  width: 100vw !important;
}
.home_content[data-v-6e259c9f] {
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
}
.app_content[data-v-6e259c9f] {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_content .top_bg_img[data-v-6e259c9f] {
  position: absolute;
  left: 39vw;
  width: 80vw;
  height: 4vw;
  margin-left: -35vw;
}
.app_content .top_title_box[data-v-6e259c9f] {
  width: 78vw;
  position: relative;
  top: 0;
  left: 4vw;
  text-align: center;
  font-size: 36px;
  line-height: 3vw;
  font-family: YouSheBiaoTiHei;
  text-shadow: #000 0 0 10px, #228dff 0 0 30px;
}
.app_content .time_box[data-v-6e259c9f] {
  position: absolute;
  right: 9%;
  top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 5vh;
  padding-right: 1vw;
}
.app_content .btn-fullscreen[data-v-6e259c9f] {
  position: absolute;
  right: 1.5%;
  top: 10px;
}
.top[data-v-6e259c9f] {
  position: relative;
  background: url(../../static/img/topdi.89cc2f5.png) no-repeat;
  width: 95%;
  height: 80px;
  margin: 100px 0 0 30px;
  font-size: 16px;
}
.top .img_one[data-v-6e259c9f] {
  position: absolute;
  left: 10%;
  top: -88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_two[data-v-6e259c9f] {
  left: 25%;
}
.top .img_three[data-v-6e259c9f],
.top .img_two[data-v-6e259c9f] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_three[data-v-6e259c9f] {
  left: 40%;
}
.top .img_fire[data-v-6e259c9f] {
  left: 55%;
}
.top .img_fire[data-v-6e259c9f],
.top .img_firt[data-v-6e259c9f] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_firt[data-v-6e259c9f] {
  left: 70%;
}
.top .img_six[data-v-6e259c9f] {
  position: absolute;
  left: 85%;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .num[data-v-6e259c9f] {
  font-size: 20px;
}
.top .yan[data-v-6e259c9f] {
  color: #08eff0;
}
.top .yan1[data-v-6e259c9f] {
  color: #fc0;
}
.content_top[data-v-6e259c9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 35vh;
}
.content_top .content_top_box[data-v-6e259c9f] {
  margin: 0 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 7px #0a63a5;
  background-color: rgba(52, 162, 255, 0.05);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .topBoxWidth[data-v-6e259c9f] {
  width: 25vw;
}
.content_top .topBoxWidth1[data-v-6e259c9f] {
  width: 26vw;
}
.content_top .content_zhong_box[data-v-6e259c9f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .content_zhong_box .departmentCharts[data-v-6e259c9f] {
  width: 100%;
  height: 30vh;
}
.content_bottom[data-v-6e259c9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 35vh;
}
.content_bottom .content_bottom_box[data-v-6e259c9f] {
  width: 26vw;
  margin: 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_bottom .bottomBoxWidth[data-v-6e259c9f] {
  width: 23vw;
}
.content_bottom .bottomBoxWidth1[data-v-6e259c9f] {
  width: 22vw;
}
.content_bottom .content_flow_box[data-v-6e259c9f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: 1px solid #0a63a5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_bottom .content_flow_box .Eltable[data-v-6e259c9f] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: calc(100% - 32px);
}
.content_company_head[data-v-6e259c9f],
.content_company_li[data-v-6e259c9f] {
  margin-top: 0.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content_company_head .num[data-v-6e259c9f],
.content_company_li .num[data-v-6e259c9f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.content_company_head .num1[data-v-6e259c9f],
.content_company_li .num1[data-v-6e259c9f] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-6e259c9f],
.content_company_li_one[data-v-6e259c9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(228, 240, 252, 0.3215686275);
}
.content_company_head_one .num[data-v-6e259c9f],
.content_company_li_one .num[data-v-6e259c9f] {
  display: inline-block;
  width: 90px;
}
.content_company_head_one .num1[data-v-6e259c9f],
.content_company_li_one .num1[data-v-6e259c9f] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-6e259c9f] {
  padding: 0.5vh 0;
}
.content_company_list[data-v-6e259c9f] {
  font-size: 13px;
  text-align: center;
  overflow: auto;
  line-height: 24px;
  height: 26vh;
  padding: 0 5px;
  margin-top: 5px;
  position: relative;
}
.content_company_list[data-v-6e259c9f]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.border_li[data-v-6e259c9f] {
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
}
.border_top_left[data-v-6e259c9f] {
  border-top: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  top: -1px;
}
.border_top_right[data-v-6e259c9f] {
  border-top: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  top: -1px;
}
.border_bottom_left[data-v-6e259c9f] {
  border-bottom: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  bottom: -1px;
}
.border_bottom_right[data-v-6e259c9f] {
  border-bottom: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  bottom: -1px;
}
.numyan[data-v-6e259c9f] {
  color: rgba(228, 240, 252, 0.8470588235);
}
.title_box[data-v-6e259c9f] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: block;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.title_box .title_text_box[data-v-6e259c9f] {
  height: 32px;
  line-height: 28px;
  padding-left: 12px;
  color: #a5d4ff;
  font-family: none;
}
.title_box .title_text_box .title_text[data-v-6e259c9f] {
  padding: 0 20px 0 12px;
  display: inline-block;
  position: relative;
  left: -12px;
}
.title_box .title_text_box .picker_box[data-v-6e259c9f] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.title_box .more_btnn[data-v-6e259c9f] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.title_box .more_btnn[data-v-6e259c9f]:hover {
  color: #fff;
}
.more_btnn[data-v-174d0952] .el-input__inner {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #0a63a5;
  width: 120px !important;
  color: #fff;
}
.more_btnn[data-v-174d0952] .el-date-editor {
  width: 228px !important;
}
.more_btnn[data-v-174d0952] .el-range-input {
  margin-left: 10px;
}
.more_btnn[data-v-174d0952] .el-range-input,
.more_btnn[data-v-174d0952] .el-range-separator {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.more_btnn input[data-v-174d0952]::-webkit-input-placeholder {
  color: #17a1e5;
  font-size: 13px;
}
.more_btnn[data-v-174d0952] .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.more_btnn[data-v-174d0952] .el-input-group__append {
  border: 1px solid #0a63a5;
  background-color: rgba(10, 98, 165, 0.3764705882352941);
  color: #fff;
}
.Eltable[data-v-174d0952] .el-table {
  overflow-y: visible;
}
.Eltable[data-v-174d0952] .el-table__header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.Eltable[data-v-174d0952] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff;
  border: none !important;
  width: 100%;
  height: 100%;
}
.Eltable[data-v-174d0952] .el-table:before {
  background: none;
}
.Eltable[data-v-174d0952] .el-table .cell {
  padding: 0;
}
.Eltable[data-v-174d0952] .el-table td.el-table__cell {
  border: none !important;
}
.Eltable[data-v-174d0952] .el-table__body-wrapper {
  overflow-y: scroll;
}
.Eltable[data-v-174d0952] ::-webkit-scrollbar {
  display: none;
}
.Eltable[data-v-174d0952] .el-table .success-row {
  background-color: rgba(7, 23, 45, 0.8470588235294118) !important;
  color: #fff;
}
.Eltable[data-v-174d0952] .el-table .error-row {
  color: #fff;
  background-color: rgba(7, 23, 45, 0.7137254901960784) !important;
  border: none !important;
}
.Eltable[data-v-174d0952] .el-table tr:hover > td {
  background-color: #06335b !important;
}
.carousel[data-v-174d0952] .el-carousel__indicators {
  right: -7px;
}
.carousel[data-v-174d0952] .el-carousel__button {
  width: 4px;
  height: 25px;
}
[data-v-174d0952]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
[data-v-174d0952]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
[data-v-174d0952]::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
[data-v-174d0952]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
::v-deep .content[data-v-174d0952] {
  overflow-y: none !important;
}
.homecont[data-v-174d0952] {
  z-index: 99999;
  height: 100vh;
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
.full_screen_home_content[data-v-174d0952] {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #040b1b !important;
  color: #fff !important;
  height: 100vh !important;
  width: 100vw !important;
}
.home_content[data-v-174d0952] {
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
}
.app_content[data-v-174d0952] {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_content .top_bg_img[data-v-174d0952] {
  position: absolute;
  left: 39vw;
  width: 80vw;
  height: 4vw;
  margin-left: -35vw;
}
.app_content .top_title_box[data-v-174d0952] {
  width: 78vw;
  position: relative;
  top: 0;
  left: 4vw;
  text-align: center;
  font-size: 36px;
  line-height: 3vw;
  font-family: YouSheBiaoTiHei;
  text-shadow: #000 0 0 10px, #228dff 0 0 30px;
}
.app_content .time_box[data-v-174d0952] {
  position: absolute;
  right: 9%;
  top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 5vh;
  padding-right: 1vw;
}
.app_content .btn-fullscreen[data-v-174d0952] {
  position: absolute;
  right: 1.5%;
  top: 10px;
}
.top[data-v-174d0952] {
  position: relative;
  background: url(../../static/img/topdi.89cc2f5.png) no-repeat;
  width: 95%;
  height: 80px;
  margin: 100px 0 0 30px;
  font-size: 16px;
}
.top .img_one[data-v-174d0952] {
  position: absolute;
  left: 10%;
  top: -88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_two[data-v-174d0952] {
  left: 25%;
}
.top .img_three[data-v-174d0952],
.top .img_two[data-v-174d0952] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_three[data-v-174d0952] {
  left: 40%;
}
.top .img_fire[data-v-174d0952] {
  left: 55%;
}
.top .img_fire[data-v-174d0952],
.top .img_firt[data-v-174d0952] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_firt[data-v-174d0952] {
  left: 70%;
}
.top .img_six[data-v-174d0952] {
  position: absolute;
  left: 85%;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .num[data-v-174d0952] {
  font-size: 20px;
}
.top .yan[data-v-174d0952] {
  color: #08eff0;
}
.top .yan1[data-v-174d0952] {
  color: #fc0;
}
.content_top[data-v-174d0952] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 35vh;
}
.content_top .content_top_box[data-v-174d0952] {
  margin: 0 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 7px #0a63a5;
  background-color: rgba(52, 162, 255, 0.05);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .topBoxWidth[data-v-174d0952] {
  width: 25vw;
}
.content_top .topBoxWidth1[data-v-174d0952] {
  width: 26vw;
}
.content_top .content_zhong_box[data-v-174d0952] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .content_zhong_box .departmentCharts[data-v-174d0952] {
  width: 100%;
  height: 30vh;
}
.content_bottom[data-v-174d0952] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 34vh;
}
.content_bottom .content_flex[data-v-174d0952] {
  margin: 0 1vw;
  width: calc(100% - 2vw);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_bottom .content_bottom_box[data-v-174d0952] {
  width: 26vw;
  margin: 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_bottom .bottomBoxWidth[data-v-174d0952] {
  width: 23vw;
}
.content_bottom .bottomBoxWidth1[data-v-174d0952] {
  width: 22vw;
}
.content_bottom .content_flow_box[data-v-174d0952] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: 1px solid #0a63a5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_bottom .content_flow_box #personnel_statistics[data-v-174d0952] {
  width: 100%;
  height: calc(100% - 32px);
}
.content_bottom .content_flow_box .Eltable[data-v-174d0952] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: calc(100% - 32px);
}
.content_company_head[data-v-174d0952],
.content_company_li[data-v-174d0952] {
  margin-top: 0.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content_company_head .num[data-v-174d0952],
.content_company_li .num[data-v-174d0952] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.content_company_head .num1[data-v-174d0952],
.content_company_li .num1[data-v-174d0952] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-174d0952],
.content_company_li_one[data-v-174d0952] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(228, 240, 252, 0.3215686275);
}
.content_company_head_one .num[data-v-174d0952],
.content_company_li_one .num[data-v-174d0952] {
  display: inline-block;
  width: 90px;
}
.content_company_head_one .num1[data-v-174d0952],
.content_company_li_one .num1[data-v-174d0952] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-174d0952] {
  padding: 0.5vh 0;
}
.content_company_list[data-v-174d0952] {
  font-size: 13px;
  text-align: center;
  overflow: auto;
  line-height: 24px;
  height: 26vh;
  padding: 0 5px;
  margin-top: 5px;
  position: relative;
}
.content_company_list[data-v-174d0952]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.border_li[data-v-174d0952] {
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
}
.border_top_left[data-v-174d0952] {
  border-top: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  top: -1px;
}
.border_top_right[data-v-174d0952] {
  border-top: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  top: -1px;
}
.border_bottom_left[data-v-174d0952] {
  border-bottom: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  bottom: -1px;
}
.border_bottom_right[data-v-174d0952] {
  border-bottom: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  bottom: -1px;
}
.numyan[data-v-174d0952] {
  color: rgba(228, 240, 252, 0.8470588235);
}
.title_box[data-v-174d0952] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: block;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.title_box .title_text_box[data-v-174d0952] {
  height: 32px;
  line-height: 28px;
  padding-left: 12px;
  color: #a5d4ff;
  font-family: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_box .title_text_box .title_text[data-v-174d0952] {
  padding: 0 20px 0 12px;
  display: inline-block;
}
.title_box .title_text_box .picker_box[data-v-174d0952] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.title_box .title_text_box .aggregate_box[data-v-174d0952] {
  text-align: center;
}
.title_box .title_text_box .aggregate_box .aggregate_btn[data-v-174d0952] {
  cursor: pointer;
  width: 60px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 0 10px;
  color: #0a406f;
  background-color: #a5d4ff;
}
.title_box .more_btnn[data-v-174d0952] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.title_box .more_btnn[data-v-174d0952]:hover {
  color: #fff;
}
.page_home[data-v-c2dd37fc] {
  width: 100%;
  height: 100%;
}
.home_content[data-v-c2dd37fc] {
  width: 100%;
  height: 100%;
  background-color: #040b1b;
  color: #fff;
}
.full_screen_home_content[data-v-c2dd37fc] {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #040b1b !important;
  color: #fff !important;
  height: 100vh !important;
  width: 100vw !important;
}
.app_content[data-v-c2dd37fc] {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_content .reload[data-v-c2dd37fc] {
  position: absolute;
  right: 100px;
  top: 20px;
  background-color: #083555;
  padding: 0.5vh 1vw;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: clamp(14px, 1vw, 18px);
  z-index: 1;
}
.app_content .top_bg_img[data-v-c2dd37fc] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(80vw, 1200px);
  height: auto;
  aspect-ratio: 20/1;
}
.app_content .top_title_box[data-v-c2dd37fc] {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.5;
  padding: 0.5vh 0;
  font-family: YouSheBiaoTiHei;
  text-shadow: #000 0 0 10px, #228dff 0 0 30px;
}
.app_content .time_box[data-v-c2dd37fc] {
  position: absolute;
  right: clamp(30px, 15%, 360px);
  top: clamp(5px, 1vh, 15px);
  color: #fff;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 5vh;
  z-index: 1;
}
.app_content .btn-fullscreen[data-v-c2dd37fc] {
  position: absolute;
  right: clamp(15px, 1.5%, 30px);
  top: clamp(10px, 2vh, 20px);
}
@media screen and (max-width: 768px) {
  .app_content .reload[data-v-c2dd37fc] {
    padding: 4px 8px;
  }
  .app_content .top_title_box[data-v-c2dd37fc] {
    margin-top: 20px;
  }
  .app_content .time_box[data-v-c2dd37fc] {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .app_content[data-v-c2dd37fc] {
    padding: 10px;
  }
  .app_content .top_bg_img[data-v-c2dd37fc] {
    width: 95vw;
  }
  .app_content .reload[data-v-c2dd37fc] {
    right: 60px;
  }
  .app_content .time_box[data-v-c2dd37fc] {
    right: 70px;
  }
}
.top[data-v-c2dd37fc] {
  position: relative;
  background: url(../../static/img/topdi.89cc2f5.png) no-repeat;
  background-size: 100% 100%;
  width: 95%;
  height: clamp(60px, 10vh, 100px);
  margin: clamp(60px, 8vh, 120px) auto 0;
  font-size: clamp(12px, 1.2vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 2%;
}
.top .img_fire[data-v-c2dd37fc],
.top .img_firt[data-v-c2dd37fc],
.top .img_one[data-v-c2dd37fc],
.top .img_six[data-v-c2dd37fc],
.top .img_three[data-v-c2dd37fc],
.top .img_two[data-v-c2dd37fc] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16.6666666667%;
  margin-top: -80px;
}
.top .img_fire img[data-v-c2dd37fc],
.top .img_firt img[data-v-c2dd37fc],
.top .img_one img[data-v-c2dd37fc],
.top .img_six img[data-v-c2dd37fc],
.top .img_three img[data-v-c2dd37fc],
.top .img_two img[data-v-c2dd37fc] {
  width: clamp(60px, 8vw, 109px);
  height: auto;
  aspect-ratio: 109/80;
}
.top .img_fire .num[data-v-c2dd37fc],
.top .img_firt .num[data-v-c2dd37fc],
.top .img_one .num[data-v-c2dd37fc],
.top .img_six .num[data-v-c2dd37fc],
.top .img_three .num[data-v-c2dd37fc],
.top .img_two .num[data-v-c2dd37fc] {
  font-size: clamp(14px, 1.5vw, 20px);
  white-space: nowrap;
  margin-bottom: 5px;
}
.top .yan[data-v-c2dd37fc] {
  color: #08eff0;
}
.top .yan1[data-v-c2dd37fc] {
  color: #fc0;
}
@media screen and (max-width: 768px) {
  .top[data-v-c2dd37fc] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 0 10px;
    margin-top: 40px;
  }
  .top .img_fire[data-v-c2dd37fc],
  .top .img_firt[data-v-c2dd37fc],
  .top .img_one[data-v-c2dd37fc],
  .top .img_six[data-v-c2dd37fc],
  .top .img_three[data-v-c2dd37fc],
  .top .img_two[data-v-c2dd37fc] {
    width: 33.3333333333%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .top .img_fire img[data-v-c2dd37fc],
  .top .img_firt img[data-v-c2dd37fc],
  .top .img_one img[data-v-c2dd37fc],
  .top .img_six img[data-v-c2dd37fc],
  .top .img_three img[data-v-c2dd37fc],
  .top .img_two img[data-v-c2dd37fc] {
    width: clamp(40px, 15vw, 80px);
  }
  .top .img_fire .num[data-v-c2dd37fc],
  .top .img_firt .num[data-v-c2dd37fc],
  .top .img_one .num[data-v-c2dd37fc],
  .top .img_six .num[data-v-c2dd37fc],
  .top .img_three .num[data-v-c2dd37fc],
  .top .img_two .num[data-v-c2dd37fc] {
    font-size: clamp(12px, 3vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .top[data-v-c2dd37fc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .top .img_fire[data-v-c2dd37fc],
  .top .img_firt[data-v-c2dd37fc],
  .top .img_one[data-v-c2dd37fc],
  .top .img_six[data-v-c2dd37fc],
  .top .img_three[data-v-c2dd37fc],
  .top .img_two[data-v-c2dd37fc] {
    width: 100%;
    margin: 10px 0;
  }
  .top .img_fire img[data-v-c2dd37fc],
  .top .img_firt img[data-v-c2dd37fc],
  .top .img_one img[data-v-c2dd37fc],
  .top .img_six img[data-v-c2dd37fc],
  .top .img_three img[data-v-c2dd37fc],
  .top .img_two img[data-v-c2dd37fc] {
    width: clamp(40px, 20vw, 60px);
  }
  .top .img_fire .num[data-v-c2dd37fc],
  .top .img_firt .num[data-v-c2dd37fc],
  .top .img_one .num[data-v-c2dd37fc],
  .top .img_six .num[data-v-c2dd37fc],
  .top .img_three .num[data-v-c2dd37fc],
  .top .img_two .num[data-v-c2dd37fc] {
    font-size: 14px;
  }
}
.content_top[data-v-c2dd37fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-top: 1vh;
  height: auto;
  min-height: 35vh;
  padding: 0 1vw;
  width: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .content_top[data-v-c2dd37fc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
  }
}
.content_top .content_top_box[data-v-c2dd37fc] {
  width: 30%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 7px #0a63a5;
  box-shadow: 0 0 7px #0a63a5;
  background-color: rgba(52, 162, 255, 0.05);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content_top .content_top_box[data-v-c2dd37fc] {
    width: 100% !important;
    margin: 1vh 0;
    min-height: 300px;
  }
}
.content_top .content_top_box .corner-bottom-left[data-v-c2dd37fc],
.content_top .content_top_box .corner-bottom-right[data-v-c2dd37fc],
.content_top .content_top_box .corner-top-left[data-v-c2dd37fc],
.content_top .content_top_box .corner-top-right[data-v-c2dd37fc] {
  content: "";
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
}
.content_top .content_top_box .corner-top-left[data-v-c2dd37fc] {
  border-top: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  top: -1px;
}
.content_top .content_top_box .corner-top-right[data-v-c2dd37fc] {
  border-top: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  top: -1px;
}
.content_top .content_top_box .corner-bottom-left[data-v-c2dd37fc] {
  border-bottom: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  bottom: -1px;
}
.content_top .content_top_box .corner-bottom-right[data-v-c2dd37fc] {
  border-bottom: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  bottom: -1px;
}
.content_top .content_zhong_box[data-v-c2dd37fc] {
  width: 39%;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content_top .content_zhong_box[data-v-c2dd37fc] {
    width: 100%;
    margin: 1vh 0;
    min-height: 300px;
  }
}
.content_top .content_zhong_box .departmentCharts[data-v-c2dd37fc] {
  width: 100%;
  height: 100%;
  min-height: 30vh;
}
.content_top .content_zhong_box .corner-bottom-left[data-v-c2dd37fc],
.content_top .content_zhong_box .corner-bottom-right[data-v-c2dd37fc],
.content_top .content_zhong_box .corner-top-left[data-v-c2dd37fc],
.content_top .content_zhong_box .corner-top-right[data-v-c2dd37fc] {
  content: "";
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
}
.content_top .content_zhong_box .corner-top-left[data-v-c2dd37fc] {
  border-top: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  top: -1px;
}
.content_top .content_zhong_box .corner-top-right[data-v-c2dd37fc] {
  border-top: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  top: -1px;
}
.content_top .content_zhong_box .corner-bottom-left[data-v-c2dd37fc] {
  border-bottom: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  bottom: -1px;
}
.content_top .content_zhong_box .corner-bottom-right[data-v-c2dd37fc] {
  border-bottom: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  bottom: -1px;
}
.content_top .title_box[data-v-c2dd37fc] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.content_top .title_box .title_text_box[data-v-c2dd37fc] {
  height: 32px;
  line-height: 28px;
  color: #a5d4ff;
  font-family: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_top .title_box .title_text_box .title_text[data-v-c2dd37fc] {
  padding: 0 20px 0 12px;
  display: inline-block;
}
.content_top .title_box .title_text_box .picker_box[data-v-c2dd37fc] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.content_top .title_box .title_text_box .aggregate_box[data-v-c2dd37fc] {
  text-align: center;
}
.content_top
  .title_box
  .title_text_box
  .aggregate_box
  .aggregate_btn[data-v-c2dd37fc] {
  cursor: pointer;
  width: 60px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 0 10px;
  color: #0a406f;
  background-color: #a5d4ff;
}
.content_top .title_box .more_btnn[data-v-c2dd37fc] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.content_top .title_box .more_btnn[data-v-c2dd37fc]:hover {
  color: #fff;
}
.content_top .title_box .more_bt[data-v-c2dd37fc] {
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.content_top .title_box .more_bt .wei[data-v-c2dd37fc] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #fff;
}
.content_top .title_box .more_bt .weihover[data-v-c2dd37fc] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #59a4ff;
  background-color: #1d416b;
}
.content_company_head_one[data-v-c2dd37fc] {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr 1fr;
  padding: 10px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .content_company_head_one[data-v-c2dd37fc] {
    font-size: 12px !important;
  }
}
.content_company_li_one[data-v-c2dd37fc] {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr 1fr;
  padding: 8px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .content_company_li_one[data-v-c2dd37fc] {
    font-size: 12px;
  }
}
.num1[data-v-c2dd37fc],
.num[data-v-c2dd37fc] {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .num1[data-v-c2dd37fc],
  .num[data-v-c2dd37fc] {
    padding: 2px;
  }
}
.carousel-container[data-v-c2dd37fc] {
  width: 100%;
  height: calc(100% - 45vh - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  padding: 0 1vw;
  gap: 1vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.carousel-container .content_top_box[data-v-c2dd37fc] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .carousel-container .content_top_box[data-v-c2dd37fc] {
    width: 100% !important;
    margin: 1vh 0;
    min-height: 300px;
  }
}
.content_company_head[data-v-c2dd37fc],
.content_company_li[data-v-c2dd37fc] {
  margin-top: 0.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content_company_head .num[data-v-c2dd37fc],
.content_company_li .num[data-v-c2dd37fc] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.content_company_head .num1[data-v-c2dd37fc],
.content_company_li .num1[data-v-c2dd37fc] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-c2dd37fc],
.content_company_li_one[data-v-c2dd37fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(228, 240, 252, 0.3215686275);
}
.content_company_head_one .num[data-v-c2dd37fc],
.content_company_li_one .num[data-v-c2dd37fc] {
  display: inline-block;
  width: 90px;
}
.content_company_head_one .num1[data-v-c2dd37fc],
.content_company_li_one .num1[data-v-c2dd37fc] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-c2dd37fc] {
  padding: 0.5vh 0;
}
.content_company_list[data-v-c2dd37fc] {
  font-size: 13px;
  text-align: center;
  overflow: auto;
  line-height: 24px;
  height: 26vh;
  padding: 0 5px;
  margin-top: 5px;
  position: relative;
}
.content_company_list[data-v-c2dd37fc]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.carousel[data-v-c2dd37fc],
.content_bottom[data-v-c2dd37fc] {
  height: 100%;
  width: 100%;
}
.content_flex[data-v-c2dd37fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.content_flex .content_bottom_box[data-v-c2dd37fc] {
  width: 26vw;
  margin: 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_flex .content_bottom_box .dutyCharts[data-v-c2dd37fc] {
  width: 100%;
  height: 30vh;
}
.content_flex .bottomBoxWidth[data-v-c2dd37fc] {
  width: 23vw;
}
.content_flex .bottomBoxWidth1[data-v-c2dd37fc] {
  width: 22vw;
}
.content_flex .content_flow_box[data-v-c2dd37fc] {
  height: 100%;
  width: 49.5%;
  border: 1px solid #0a63a5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_flex .content_flow_box #personnel_statistics[data-v-c2dd37fc] {
  width: 100%;
  height: calc(100% - 32px);
}
.content_flex .content_flow_box .Eltable[data-v-c2dd37fc] {
  padding: 10px;
  overflow-y: scroll;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(93% - 10px);
}
.content_flex .title_box[data-v-c2dd37fc] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.content_flex .title_box .title_text_box[data-v-c2dd37fc] {
  height: 32px;
  line-height: 28px;
  color: #a5d4ff;
  font-family: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_flex .title_box .title_text_box .title_text[data-v-c2dd37fc] {
  padding: 0 20px 0 12px;
  display: inline-block;
}
.content_flex .title_box .title_text_box .picker_box[data-v-c2dd37fc] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.content_flex .title_box .title_text_box .aggregate_box[data-v-c2dd37fc] {
  text-align: center;
}
.content_flex
  .title_box
  .title_text_box
  .aggregate_box
  .aggregate_btn[data-v-c2dd37fc] {
  cursor: pointer;
  width: 60px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 0 10px;
  color: #0a406f;
  background-color: #a5d4ff;
}
.content_flex .title_box .more_btnn[data-v-c2dd37fc] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.content_flex .title_box .more_btnn[data-v-c2dd37fc]:hover {
  color: #fff;
}
.content_flex .title_box .more_bt[data-v-c2dd37fc] {
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.content_flex .title_box .more_bt .wei[data-v-c2dd37fc] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #fff;
}
.content_flex .title_box .more_bt .weihover[data-v-c2dd37fc] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #59a4ff;
  background-color: #1d416b;
}
[data-v-c2dd37fc] .el-carousel__container {
  height: 100% !important;
}
.more_btnn[data-v-c2dd37fc] .el-input__inner {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #0a63a5;
  width: 140px !important;
  color: #fff;
}
.more_btnn[data-v-c2dd37fc] .el-date-editor {
  width: 245px !important;
}
.more_btnn[data-v-c2dd37fc] .el-range-input,
.more_btnn[data-v-c2dd37fc] .el-range-separator {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.more_btnn[data-v-c2dd37fc] .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.more_btnn[data-v-c2dd37fc] .el-input-group__append {
  border: 1px solid #0a63a5;
  background-color: rgba(10, 98, 165, 0.3764705882352941);
  color: #fff;
}
.Eltable[data-v-c2dd37fc] .el-table {
  overflow-y: visible;
}
.Eltable[data-v-c2dd37fc] .el-table__header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.Eltable[data-v-c2dd37fc] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff;
  border: none !important;
  width: 100%;
  height: 100%;
}
.Eltable[data-v-c2dd37fc] .el-table:before {
  background: none;
}
.Eltable[data-v-c2dd37fc] .el-table .cell {
  padding: 0;
}
.Eltable[data-v-c2dd37fc] .el-table td.el-table__cell {
  border: none !important;
}
.Eltable[data-v-c2dd37fc] .el-table__body-wrapper {
  overflow-y: scroll;
}
.Eltable[data-v-c2dd37fc] ::-webkit-scrollbar {
  display: none;
}
.Eltable[data-v-c2dd37fc] .el-table .success-row {
  background-color: rgba(7, 23, 45, 0.8470588235294118) !important;
  color: #fff;
}
.Eltable[data-v-c2dd37fc] .el-table .error-row {
  color: #fff;
  background-color: rgba(7, 23, 45, 0.7137254901960784) !important;
  border: none !important;
}
.Eltable[data-v-c2dd37fc] .el-table tr:hover > td {
  background-color: #06335b !important;
}
.carousel[data-v-c2dd37fc] .el-carousel__indicators {
  right: -7px;
}
.carousel[data-v-c2dd37fc] .el-carousel__button {
  width: 4px;
  height: 25px;
}
[data-v-c2dd37fc]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
[data-v-c2dd37fc]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
[data-v-c2dd37fc]::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
[data-v-c2dd37fc]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.data-screen[data-v-0c968013] {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  background: #000;
  color: #fff;
  overflow: hidden;
}
.bg-container[data-v-0c968013] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-container .cyber-grid[data-v-0c968013] {
  position: absolute;
  width: 200%;
  height: 200%;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(95%, rgba(0, 0, 0, 0)),
      color-stop(95%, rgba(0, 255, 255, 0.3))
    ),
    -webkit-gradient(linear, left top, right top, color-stop(95%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 255, 255, 0.3) 0
    ),
    -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 255, 255, 0.3) 0);
  background-image: -o-linear-gradient(
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 255, 255, 0.3) 95%
    ),
    -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 255, 255, 0.3) 95%);
  background-image: linear-gradient(
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 255, 255, 0.3) 0
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 95%, rgba(0, 255, 255, 0.3) 0);
  background-size: 50px 50px;
  -webkit-transform: perspective(100vh) rotateX(60deg) translateY(-50%)
    translateZ(-200px);
  transform: perspective(100vh) rotateX(60deg) translateY(-50%)
    translateZ(-200px);
  -webkit-animation: gridMove-data-v-0c968013 20s linear infinite;
  animation: gridMove-data-v-0c968013 20s linear infinite;
}
.bg-container .light-beam[data-v-0c968013] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(
    50% 0,
    circle,
    rgba(0, 255, 255, 0.3) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background: -o-radial-gradient(
    50% 0,
    circle,
    rgba(0, 255, 255, 0.3) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background: radial-gradient(
    circle at 50% 0,
    rgba(0, 255, 255, 0.3) 0,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-animation: beamRotate-data-v-0c968013 10s linear infinite;
  animation: beamRotate-data-v-0c968013 10s linear infinite;
}
.bg-container #particles-js[data-v-0c968013] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-container .energy-pulse[data-v-0c968013] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(
    center,
    circle,
    rgba(0, 255, 255, 0) 0,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 255, 255, 0) 100%
  );
  background: -o-radial-gradient(
    center,
    circle,
    rgba(0, 255, 255, 0) 0,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 255, 255, 0) 100%
  );
  background: radial-gradient(
    circle at center,
    rgba(0, 255, 255, 0) 0,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 255, 255, 0) 100%
  );
  -webkit-animation: pulse-data-v-0c968013 4s ease-in-out infinite;
  animation: pulse-data-v-0c968013 4s ease-in-out infinite;
}
.header[data-v-0c968013] {
  z-index: 10;
  height: 120px;
  padding: 20px 40px;
  background: rgba(0, 255, 255, 0);
}
.header .title-container[data-v-0c968013],
.header[data-v-0c968013] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .title-container[data-v-0c968013] {
  width: 100%;
  max-width: 1200px;
}
.header .title-decoration[data-v-0c968013] {
  width: 150px;
  height: 100%;
  position: relative;
}
.header .title-decoration .line-box[data-v-0c968013] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.header .title-decoration .line-box .line[data-v-0c968013] {
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(#0ff),
    color-stop(#0ff),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    #0ff,
    #0ff,
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    #0ff,
    #0ff,
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    #0ff,
    #0ff,
    rgba(0, 0, 0, 0)
  );
  -webkit-animation: lineFlow-data-v-0c968013 3s linear infinite;
  animation: lineFlow-data-v-0c968013 3s linear infinite;
}
.header .title-decoration .line-box .line[data-v-0c968013]:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.header .title-decoration .line-box .line[data-v-0c968013]:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.header .title-decoration .corner[data-v-0c968013] {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0ff;
}
.header .title-decoration .corner[data-v-0c968013]:after,
.header .title-decoration .corner[data-v-0c968013]:before {
  content: "";
  position: absolute;
  background: #0ff;
  -webkit-box-shadow: 0 0 10px #0ff;
  box-shadow: 0 0 10px #0ff;
}
.header .title-decoration.left .corner[data-v-0c968013] {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header .title-decoration.left .line-box[data-v-0c968013] {
  margin-left: 30px;
}
.header .title-decoration.right .corner[data-v-0c968013] {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header .title-decoration.right .line-box[data-v-0c968013] {
  margin-right: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header .title-content[data-v-0c968013] {
  position: relative;
  padding: 0 60px;
}
.header .title-content .title-bg[data-v-0c968013] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .title-content .title-bg .bg-line[data-v-0c968013] {
  position: absolute;
  width: 200%;
  height: 200%;
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0) 55%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0) 55%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0) 55%
  );
  -webkit-animation: bgLineMove-data-v-0c968013 3s linear infinite;
  animation: bgLineMove-data-v-0c968013 3s linear infinite;
}
.header .title-content .title-bg .bg-glow[data-v-0c968013] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(
    center,
    circle,
    rgba(0, 255, 255, 0.2) 0,
    rgba(0, 0, 0, 0) 70%
  );
  background: -o-radial-gradient(
    center,
    circle,
    rgba(0, 255, 255, 0.2) 0,
    rgba(0, 0, 0, 0) 70%
  );
  background: radial-gradient(
    circle at center,
    rgba(0, 255, 255, 0.2) 0,
    rgba(0, 0, 0, 0) 70%
  );
  -webkit-animation: glowPulse-data-v-0c968013 2s ease-in-out infinite;
  animation: glowPulse-data-v-0c968013 2s ease-in-out infinite;
}
.header .title-content .main-title[data-v-0c968013] {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3),
    0 0 30px rgba(0, 255, 255, 0.1);
  margin: 0;
  padding: 20px 40px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 255, 255, 0.2)),
    color-stop(50%, rgba(0, 255, 255, 0.1)),
    to(rgba(0, 255, 255, 0.2))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 255, 255, 0.2),
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 255, 255, 0.2)
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 255, 255, 0.2) 0,
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 255, 255, 0.2) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 255, 255, 0.2),
    rgba(0, 255, 255, 0.1) 50%,
    rgba(0, 255, 255, 0.2)
  );
  border: 1px solid rgba(0, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}
.header .time-display[data-v-0c968013] {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .time-display .time-box[data-v-0c968013] {
  position: relative;
  padding: 10px 20px;
}
.header .time-display .time-box .time-bg[data-v-0c968013] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
}
.header .time-display .time-box .time-text[data-v-0c968013] {
  font-family: Share Tech Mono, monospace;
  font-size: 24px;
  color: #0ff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
  position: relative;
}
@-webkit-keyframes lineFlow-data-v-0c968013 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lineFlow-data-v-0c968013 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes bgLineMove-data-v-0c968013 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes bgLineMove-data-v-0c968013 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-webkit-keyframes glowPulse-data-v-0c968013 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes glowPulse-data-v-0c968013 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes gridMove-data-v-0c968013 {
  0% {
    -webkit-transform: perspective(100vh) rotateX(60deg) translateY(-50%)
      translateZ(-200px);
    transform: perspective(100vh) rotateX(60deg) translateY(-50%)
      translateZ(-200px);
  }
  to {
    -webkit-transform: perspective(100vh) rotateX(60deg) translateY(0)
      translateZ(-200px);
    transform: perspective(100vh) rotateX(60deg) translateY(0)
      translateZ(-200px);
  }
}
@keyframes gridMove-data-v-0c968013 {
  0% {
    -webkit-transform: perspective(100vh) rotateX(60deg) translateY(-50%)
      translateZ(-200px);
    transform: perspective(100vh) rotateX(60deg) translateY(-50%)
      translateZ(-200px);
  }
  to {
    -webkit-transform: perspective(100vh) rotateX(60deg) translateY(0)
      translateZ(-200px);
    transform: perspective(100vh) rotateX(60deg) translateY(0)
      translateZ(-200px);
  }
}
@-webkit-keyframes beamRotate-data-v-0c968013 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes beamRotate-data-v-0c968013 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes pulse-data-v-0c968013 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
}
@-webkit-keyframes glitch-data-v-0c968013 {
  0% {
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff,
      0.025em 0.04em 0 #fffc00;
  }
  15% {
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff,
      0.025em 0.04em 0 #fffc00;
  }
  16% {
    text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff,
      -0.05em -0.05em 0 #fffc00;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff,
      -0.05em -0.05em 0 #fffc00;
  }
  50% {
    text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff,
      0 -0.04em 0 #fffc00;
  }
  99% {
    text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff,
      0 -0.04em 0 #fffc00;
  }
  to {
    text-shadow: -0.05em 0 0 #00fffc, -0.025em -0.04em 0 #fc00ff,
      -0.04em -0.025em 0 #fffc00;
  }
}
@-webkit-keyframes shine-data-v-0c968013 {
  0% {
    left: -150%;
  }
  to {
    left: 150%;
  }
}
@keyframes shine-data-v-0c968013 {
  0% {
    left: -150%;
  }
  to {
    left: 150%;
  }
}
@-webkit-keyframes scan-data-v-0c968013 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes scan-data-v-0c968013 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
}
.overview-section[data-v-0c968013] {
  padding: 20px 40px;
  margin-top: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.overview-section .overview-container[data-v-0c968013] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.overview-section .overview-container .data-card[data-v-0c968013] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 140px;
  background: -webkit-linear-gradient(
    285deg,
    rgba(16, 24, 52, 0.8),
    rgba(8, 12, 26, 0.95)
  );
  background: -o-linear-gradient(
    285deg,
    rgba(16, 24, 52, 0.8) 0,
    rgba(8, 12, 26, 0.95) 100%
  );
  background: linear-gradient(
    165deg,
    rgba(16, 24, 52, 0.8),
    rgba(8, 12, 26, 0.95)
  );
  border: 1px solid rgba(32, 224, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overview-section .overview-container .data-card[data-v-0c968013]:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-radial-gradient(
    50% -20%,
    circle,
    rgba(32, 224, 255, 0.1) 0,
    rgba(0, 0, 0, 0) 70%
  );
  background: -o-radial-gradient(
    50% -20%,
    circle,
    rgba(32, 224, 255, 0.1) 0,
    rgba(0, 0, 0, 0) 70%
  );
  background: radial-gradient(
    circle at 50% -20%,
    rgba(32, 224, 255, 0.1) 0,
    rgba(0, 0, 0, 0) 70%
  );
}
.overview-section
  .overview-container
  .data-card
  .card-content[data-v-0c968013] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 15px;
}
.overview-section
  .overview-container
  .data-card
  .hologram-circle[data-v-0c968013] {
  position: absolute;
  width: 150%;
  height: 150%;
  background: conic-gradient(
    from 0deg,
    rgba(0, 0, 0, 0),
    rgba(32, 224, 255, 0.1) 20%,
    rgba(32, 224, 255, 0.2) 40%,
    rgba(0, 0, 0, 0) 60%
  );
  -webkit-animation: rotateHologram-data-v-0c968013 8s linear infinite;
  animation: rotateHologram-data-v-0c968013 8s linear infinite;
}
.overview-section
  .overview-container
  .data-card
  .icon-container[data-v-0c968013] {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.overview-section
  .overview-container
  .data-card
  .icon-container
  .icon-ring[data-v-0c968013] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgba(32, 224, 255, 0.3);
  border-radius: 50%;
}
.overview-section
  .overview-container
  .data-card
  .icon-container
  .icon-ring[data-v-0c968013]:after,
.overview-section
  .overview-container
  .data-card
  .icon-container
  .icon-ring[data-v-0c968013]:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
}
.overview-section
  .overview-container
  .data-card
  .icon-container
  .icon-ring[data-v-0c968013]:before {
  border-top-color: #20e0ff;
  -webkit-animation: rotate-data-v-0c968013 2s linear infinite;
  animation: rotate-data-v-0c968013 2s linear infinite;
}
.overview-section
  .overview-container
  .data-card
  .icon-container
  .icon-ring[data-v-0c968013]:after {
  border-bottom-color: #20e0ff;
  animation: rotate-data-v-0c968013 2s linear infinite reverse;
}
.overview-section
  .overview-container
  .data-card
  .icon-container
  i[data-v-0c968013] {
  position: relative;
  z-index: 1;
  font-size: 24px;
  color: #20e0ff;
  -webkit-filter: drop-shadow(0 0 8px rgba(32, 224, 255, 0.8));
  filter: drop-shadow(0 0 8px rgba(32, 224, 255, 0.8));
  -webkit-animation: pulse-data-v-0c968013 2s ease-in-out infinite;
  animation: pulse-data-v-0c968013 2s ease-in-out infinite;
}
.overview-section .overview-container .data-card .data-value[data-v-0c968013] {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(32, 224, 255, 0.8),
    0 0 20px rgba(32, 224, 255, 0.4);
  margin: 10px 0;
}
.overview-section
  .overview-container
  .data-card
  .data-value
  .unit[data-v-0c968013] {
  font-size: 16px;
  margin-left: 5px;
  opacity: 0.8;
}
.overview-section .overview-container .data-card .data-title[data-v-0c968013] {
  font-size: 16px;
  color: #20e0ff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor[data-v-0c968013] {
  position: absolute;
  width: 20px;
  height: 20px;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor[data-v-0c968013]:after,
.overview-section
  .overview-container
  .data-card
  .corner-decor[data-v-0c968013]:before {
  content: "";
  position: absolute;
  background: #20e0ff;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.top-left[data-v-0c968013] {
  top: 0;
  left: 0;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.top-left[data-v-0c968013]:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.top-left[data-v-0c968013]:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.top-right[data-v-0c968013] {
  top: 0;
  right: 0;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.top-right[data-v-0c968013]:before {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.top-right[data-v-0c968013]:after {
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.bottom-left[data-v-0c968013] {
  bottom: 0;
  left: 0;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.bottom-left[data-v-0c968013]:before {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.bottom-left[data-v-0c968013]:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.bottom-right[data-v-0c968013] {
  bottom: 0;
  right: 0;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.bottom-right[data-v-0c968013]:before {
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
}
.overview-section
  .overview-container
  .data-card
  .corner-decor.bottom-right[data-v-0c968013]:after {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
.overview-section .overview-container .data-card .data-waves[data-v-0c968013] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-repeating-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 20px,
    rgba(32, 224, 255, 0.1) 0,
    rgba(32, 224, 255, 0.1) 40px
  );
  background: -o-repeating-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 20px,
    rgba(32, 224, 255, 0.1) 20px,
    rgba(32, 224, 255, 0.1) 40px
  );
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 20px,
    rgba(32, 224, 255, 0.1) 0,
    rgba(32, 224, 255, 0.1) 40px
  );
  -webkit-transform: perspective(200px) rotateX(60deg);
  transform: perspective(200px) rotateX(60deg);
  -webkit-animation: waveMove-data-v-0c968013 20s linear infinite;
  animation: waveMove-data-v-0c968013 20s linear infinite;
}
.overview-section .overview-container .data-card[data-v-0c968013]:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
  -ms-transform: translateY(-5px) scale(1.02);
  transform: translateY(-5px) scale(1.02);
  -webkit-box-shadow: 0 0 30px rgba(32, 224, 255, 0.3);
  box-shadow: 0 0 30px rgba(32, 224, 255, 0.3);
}
.overview-section
  .overview-container
  .data-card:hover
  .data-value[data-v-0c968013] {
  -webkit-animation: glitch-data-v-0c968013 0.3s infinite;
  animation: glitch-data-v-0c968013 0.3s infinite;
}
.overview-section
  .overview-container
  .data-card:hover
  .icon-container
  i[data-v-0c968013] {
  -webkit-animation: shake-data-v-0c968013 0.5s infinite;
  animation: shake-data-v-0c968013 0.5s infinite;
}
.overview-section .overview-container .data-card[data-v-0c968013]:hover:after {
  opacity: 1;
}
@-webkit-keyframes rotateHologram-data-v-0c968013 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotateHologram-data-v-0c968013 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotate-data-v-0c968013 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate-data-v-0c968013 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes pulse-data-v-0c968013 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes waveMove-data-v-0c968013 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@keyframes waveMove-data-v-0c968013 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@-webkit-keyframes shake-data-v-0c968013 {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@keyframes shake-data-v-0c968013 {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@keyframes glitch-data-v-0c968013 {
  0% {
    text-shadow: 2px 0 #ff0080, -2px 0 #0040ff;
    -webkit-transform: translate(2px);
    transform: translate(2px);
  }
  25% {
    text-shadow: -2px 0 #ff0080, 2px 0 #0040ff;
    -webkit-transform: translate(-2px);
    transform: translate(-2px);
  }
  50% {
    text-shadow: 2px 0 #ff0080, -2px 0 #0040ff;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  75% {
    text-shadow: -2px 0 #ff0080, 2px 0 #0040ff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  to {
    text-shadow: 2px 0 #ff0080, -2px 0 #0040ff;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.more_btnn[data-v-020235be] .el-input__inner {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #0a63a5;
  width: 140px !important;
  color: #fff;
}
.more_btnn[data-v-020235be] .el-date-editor {
  width: 245px !important;
}
.more_btnn[data-v-020235be] .el-range-input,
.more_btnn[data-v-020235be] .el-range-separator {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.more_btnn input[data-v-020235be]::-webkit-input-placeholder {
  color: #17a1e5;
  font-size: 13px;
}
.more_btnn[data-v-020235be] .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.more_btnn[data-v-020235be] .el-input-group__append {
  border: 1px solid #0a63a5;
  background-color: rgba(10, 98, 165, 0.3764705882352941);
  color: #fff;
}
.Eltable[data-v-020235be] .el-table {
  overflow-y: visible;
}
.Eltable[data-v-020235be] .el-table__header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.Eltable[data-v-020235be] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff;
  border: none !important;
  width: 100%;
  height: 100%;
}
.Eltable[data-v-020235be] .el-table:before {
  background: none;
}
.Eltable[data-v-020235be] .el-table .cell {
  padding: 0;
}
.Eltable[data-v-020235be] .el-table td.el-table__cell {
  border: none !important;
}
.Eltable[data-v-020235be] .el-table__body-wrapper {
  overflow-y: scroll;
}
.Eltable[data-v-020235be] ::-webkit-scrollbar {
  display: none;
}
.Eltable[data-v-020235be] .el-table .success-row {
  background-color: rgba(7, 23, 45, 0.8470588235294118) !important;
  color: #fff;
}
.Eltable[data-v-020235be] .el-table .error-row {
  color: #fff;
  background-color: rgba(7, 23, 45, 0.7137254901960784) !important;
  border: none !important;
}
.Eltable[data-v-020235be] .el-table tr:hover > td {
  background-color: #06335b !important;
}
.carousel[data-v-020235be] .el-carousel__indicators {
  right: -7px;
}
.carousel[data-v-020235be] .el-carousel__button {
  width: 4px;
  height: 25px;
}
[data-v-020235be]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
[data-v-020235be]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
[data-v-020235be]::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
[data-v-020235be]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
::v-deep .content[data-v-020235be] {
  overflow-y: none !important;
}
.homecont[data-v-020235be] {
  z-index: 99999;
  height: 100vh;
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
.full_screen_home_content[data-v-020235be] {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #040b1b !important;
  color: #fff !important;
  height: 100vh !important;
  width: 100vw !important;
}
.home_content[data-v-020235be] {
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
}
.app_content[data-v-020235be] {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_content .top_bg_img[data-v-020235be] {
  position: absolute;
  left: 39vw;
  width: 80vw;
  height: 4vw;
  margin-left: -35vw;
}
.app_content .top_title_box[data-v-020235be] {
  width: 78vw;
  position: relative;
  top: 0;
  left: 4vw;
  text-align: center;
  font-size: 36px;
  line-height: 3vw;
  font-family: YouSheBiaoTiHei;
  text-shadow: #000 0 0 10px, #228dff 0 0 30px;
}
.app_content .time_box[data-v-020235be] {
  position: absolute;
  right: 9%;
  top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 5vh;
  padding-right: 1vw;
}
.app_content .btn-fullscreen[data-v-020235be] {
  position: absolute;
  right: 1.5%;
  top: 10px;
}
.top[data-v-020235be] {
  position: relative;
  background: url(../../static/img/topdi.89cc2f5.png) no-repeat;
  width: 95%;
  height: 80px;
  margin: 100px 0 0 30px;
  font-size: 16px;
}
.top .img_one[data-v-020235be] {
  position: absolute;
  left: 10%;
  top: -88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_two[data-v-020235be] {
  left: 25%;
}
.top .img_three[data-v-020235be],
.top .img_two[data-v-020235be] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_three[data-v-020235be] {
  left: 40%;
}
.top .img_fire[data-v-020235be] {
  left: 55%;
}
.top .img_fire[data-v-020235be],
.top .img_firt[data-v-020235be] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_firt[data-v-020235be] {
  left: 70%;
}
.top .img_six[data-v-020235be] {
  position: absolute;
  left: 85%;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .num[data-v-020235be] {
  font-size: 20px;
}
.top .yan[data-v-020235be] {
  color: #08eff0;
}
.top .yan1[data-v-020235be] {
  color: #fc0;
}
.content_top[data-v-020235be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 35vh;
}
.content_top .content_top_box[data-v-020235be] {
  margin: 0 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 7px #0a63a5;
  background-color: rgba(52, 162, 255, 0.05);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .topBoxWidth[data-v-020235be] {
  width: 25vw;
}
.content_top .topBoxWidth1[data-v-020235be] {
  width: 26vw;
}
.content_top .content_zhong_box[data-v-020235be] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .content_zhong_box .departmentCharts[data-v-020235be] {
  width: 100%;
  height: 30vh;
}
.content_flex[data-v-020235be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 35vh;
}
.content_flex .content_bottom_box[data-v-020235be] {
  width: 26vw;
  margin: 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_flex .bottomBoxWidth[data-v-020235be] {
  width: 23vw;
}
.content_flex .bottomBoxWidth1[data-v-020235be] {
  width: 22vw;
}
.content_flex .content_flow_box[data-v-020235be] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0 0 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_flex .content_flow_box #personnel_statistics[data-v-020235be] {
  width: 100%;
  height: calc(100% - 32px);
}
.content_flex .content_flow_box .Eltable[data-v-020235be] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: calc(100% - 32px);
}
.content_company_head[data-v-020235be],
.content_company_li[data-v-020235be] {
  margin-top: 0.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content_company_head .num[data-v-020235be],
.content_company_li .num[data-v-020235be] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.content_company_head .num1[data-v-020235be],
.content_company_li .num1[data-v-020235be] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-020235be],
.content_company_li_one[data-v-020235be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(228, 240, 252, 0.3215686275);
}
.content_company_head_one .num[data-v-020235be],
.content_company_li_one .num[data-v-020235be] {
  display: inline-block;
  width: 90px;
}
.content_company_head_one .num1[data-v-020235be],
.content_company_li_one .num1[data-v-020235be] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-020235be] {
  padding: 0.5vh 0;
}
.content_company_list[data-v-020235be] {
  font-size: 13px;
  text-align: center;
  overflow: auto;
  line-height: 24px;
  height: 26vh;
  padding: 0 5px;
  margin-top: 5px;
  position: relative;
}
.content_company_list[data-v-020235be]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.dutyCharts[data-v-020235be] {
  width: 100%;
  height: 30vh;
}
.border_li[data-v-020235be] {
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
}
.border_top_left[data-v-020235be] {
  border-top: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  top: -1px;
}
.border_top_right[data-v-020235be] {
  border-top: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  top: -1px;
}
.border_bottom_left[data-v-020235be] {
  border-bottom: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  bottom: -1px;
}
.border_bottom_right[data-v-020235be] {
  border-bottom: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  bottom: -1px;
}
.numyan[data-v-020235be] {
  color: rgba(228, 240, 252, 0.8470588235);
}
.title_box[data-v-020235be] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: block;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.title_box .title_text_box[data-v-020235be] {
  height: 32px;
  line-height: 28px;
  padding-left: 12px;
  color: #a5d4ff;
  font-family: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_box .title_text_box .title_text[data-v-020235be] {
  padding: 0 20px 0 12px;
  display: inline-block;
}
.title_box .title_text_box .picker_box[data-v-020235be] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.title_box .title_text_box .aggregate_box[data-v-020235be] {
  text-align: center;
}
.title_box .title_text_box .aggregate_box .aggregate_btn[data-v-020235be] {
  cursor: pointer;
  width: 60px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 0 10px;
  color: #0a406f;
  background-color: #a5d4ff;
}
.title_box .more_btnn[data-v-020235be] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.title_box .more_btnn[data-v-020235be]:hover {
  color: #fff;
}
.title_box .more_bt[data-v-020235be] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.title_box .more_bt .wei[data-v-020235be] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #fff;
}
.title_box .more_bt .weihover[data-v-020235be] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #59a4ff;
  background-color: #1d416b;
}
#box[data-v-020235be] {
  height: 240px;
}
#box[data-v-020235be],
.anim[data-v-020235be] {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#lateBox[data-v-020235be],
#tripsBox[data-v-020235be] {
  height: 240px;
}
#lateBox[data-v-020235be],
#tripsBox[data-v-020235be],
.lateAnim[data-v-020235be],
.tripsAnim[data-v-020235be] {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.more_btnn[data-v-14fa2f82] .el-input__inner {
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #0a63a5;
  width: 140px !important;
  color: #fff;
}
.more_btnn[data-v-14fa2f82] .el-date-editor {
  width: 245px !important;
}
.more_btnn[data-v-14fa2f82] .el-range-input,
.more_btnn[data-v-14fa2f82] .el-range-separator {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.more_btnn input[data-v-14fa2f82]::-webkit-input-placeholder {
  color: #17a1e5;
  font-size: 13px;
}
.more_btnn[data-v-14fa2f82] .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.more_btnn[data-v-14fa2f82] .el-input-group__append {
  border: 1px solid #0a63a5;
  background-color: rgba(10, 98, 165, 0.3764705882352941);
  color: #fff;
}
.Eltable[data-v-14fa2f82] .el-table {
  overflow-y: visible;
}
.Eltable[data-v-14fa2f82] .el-table__header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.Eltable[data-v-14fa2f82] .el-table {
  background-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff;
  border: none !important;
  width: 100%;
  height: 100%;
}
.Eltable[data-v-14fa2f82] .el-table:before {
  background: none;
}
.Eltable[data-v-14fa2f82] .el-table .cell {
  padding: 0;
}
.Eltable[data-v-14fa2f82] .el-table td.el-table__cell {
  border: none !important;
}
.Eltable[data-v-14fa2f82] .el-table__body-wrapper {
  overflow-y: scroll;
}
.Eltable[data-v-14fa2f82] ::-webkit-scrollbar {
  display: none;
}
.Eltable[data-v-14fa2f82] .el-table .success-row {
  background-color: rgba(7, 23, 45, 0.8470588235294118) !important;
  color: #fff;
}
.Eltable[data-v-14fa2f82] .el-table .error-row {
  color: #fff;
  background-color: rgba(7, 23, 45, 0.7137254901960784) !important;
  border: none !important;
}
.Eltable[data-v-14fa2f82] .el-table tr:hover > td {
  background-color: #06335b !important;
}
.carousel[data-v-14fa2f82] .el-carousel__indicators {
  right: -7px;
}
.carousel[data-v-14fa2f82] .el-carousel__button {
  width: 4px;
  height: 25px;
}
[data-v-14fa2f82]::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
[data-v-14fa2f82]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
[data-v-14fa2f82]::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
[data-v-14fa2f82]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
::v-deep .content[data-v-14fa2f82] {
  overflow-y: none !important;
}
.homecont[data-v-14fa2f82] {
  z-index: 99999;
  height: 100vh;
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
.full_screen_home_content[data-v-14fa2f82] {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #040b1b !important;
  color: #fff !important;
  height: 100vh !important;
  width: 100vw !important;
}
.home_content[data-v-14fa2f82] {
  background-color: #040b1b;
  color: #fff;
  padding-bottom: 15px;
}
.app_content[data-v-14fa2f82] {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app_content .top_bg_img[data-v-14fa2f82] {
  position: absolute;
  left: 39vw;
  width: 80vw;
  height: 4vw;
  margin-left: -35vw;
}
.app_content .top_title_box[data-v-14fa2f82] {
  width: 78vw;
  position: relative;
  top: 0;
  left: 4vw;
  text-align: center;
  font-size: 36px;
  line-height: 3vw;
  font-family: YouSheBiaoTiHei;
  text-shadow: #000 0 0 10px, #228dff 0 0 30px;
}
.app_content .time_box[data-v-14fa2f82] {
  position: absolute;
  right: 9%;
  top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 5vh;
  padding-right: 1vw;
}
.app_content .btn-fullscreen[data-v-14fa2f82] {
  position: absolute;
  right: 1.5%;
  top: 10px;
}
.top[data-v-14fa2f82] {
  position: relative;
  background: url(../../static/img/topdi.89cc2f5.png) no-repeat;
  width: 95%;
  height: 80px;
  margin: 100px 0 0 30px;
  font-size: 16px;
}
.top .img_one[data-v-14fa2f82] {
  position: absolute;
  left: 10%;
  top: -88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_two[data-v-14fa2f82] {
  left: 25%;
}
.top .img_three[data-v-14fa2f82],
.top .img_two[data-v-14fa2f82] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_three[data-v-14fa2f82] {
  left: 40%;
}
.top .img_fire[data-v-14fa2f82] {
  left: 55%;
}
.top .img_fire[data-v-14fa2f82],
.top .img_firt[data-v-14fa2f82] {
  position: absolute;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .img_firt[data-v-14fa2f82] {
  left: 70%;
}
.top .img_six[data-v-14fa2f82] {
  position: absolute;
  left: 85%;
  top: -90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top .num[data-v-14fa2f82] {
  font-size: 20px;
}
.top .yan[data-v-14fa2f82] {
  color: #08eff0;
}
.top .yan1[data-v-14fa2f82] {
  color: #fc0;
}
.content_top[data-v-14fa2f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 35vh;
}
.content_top .content_top_box[data-v-14fa2f82] {
  margin: 0 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 7px #0a63a5;
  background-color: rgba(52, 162, 255, 0.05);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .topBoxWidth[data-v-14fa2f82] {
  width: 25vw;
}
.content_top .topBoxWidth1[data-v-14fa2f82] {
  width: 26vw;
}
.content_top .content_zhong_box[data-v-14fa2f82] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_top .content_zhong_box .departmentCharts[data-v-14fa2f82] {
  width: 100%;
  height: 30vh;
}
.content_flex[data-v-14fa2f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  height: 34.5vh;
}
.content_flex .content_bottom_box[data-v-14fa2f82] {
  width: 26vw;
  margin: 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_flex .content_bottom_box .dutyCharts[data-v-14fa2f82] {
  width: 100%;
  height: 30vh;
}
.content_flex .bottomBoxWidth[data-v-14fa2f82] {
  width: 23vw;
}
.content_flex .bottomBoxWidth1[data-v-14fa2f82] {
  width: 22vw;
}
.content_flex .content_flow_box[data-v-14fa2f82] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0 0 0 1vw;
  border: 1px solid #0a63a5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #0a63a5;
  background-color: rgba(52, 162, 255, 0.08);
  -webkit-filter: drop-shadow(0 0 5px #0a63a5);
  filter: drop-shadow(0 0 5px #0a63a5);
  position: relative;
}
.content_flex .content_flow_box #personnel_statistics[data-v-14fa2f82] {
  width: 100%;
  height: calc(100% - 32px);
}
.content_flex .content_flow_box .Eltable[data-v-14fa2f82] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: calc(100% - 32px);
}
.content_company_head[data-v-14fa2f82],
.content_company_li[data-v-14fa2f82] {
  margin-top: 0.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content_company_head .num[data-v-14fa2f82],
.content_company_li .num[data-v-14fa2f82] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.content_company_head .num1[data-v-14fa2f82],
.content_company_li .num1[data-v-14fa2f82] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-14fa2f82],
.content_company_li_one[data-v-14fa2f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(228, 240, 252, 0.3215686275);
}
.content_company_head_one .num[data-v-14fa2f82],
.content_company_li_one .num[data-v-14fa2f82] {
  display: inline-block;
  width: 90px;
}
.content_company_head_one .num1[data-v-14fa2f82],
.content_company_li_one .num1[data-v-14fa2f82] {
  display: inline-block;
  width: 140px;
}
.content_company_head_one[data-v-14fa2f82] {
  padding: 0.5vh 0;
}
.content_company_list[data-v-14fa2f82] {
  font-size: 13px;
  text-align: center;
  overflow: auto;
  line-height: 24px;
  height: 26vh;
  padding: 0 5px;
  margin-top: 5px;
  position: relative;
}
.content_company_list[data-v-14fa2f82]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.border_li[data-v-14fa2f82] {
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
}
.border_top_left[data-v-14fa2f82] {
  border-top: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  top: -1px;
}
.border_top_right[data-v-14fa2f82] {
  border-top: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  top: -1px;
}
.border_bottom_left[data-v-14fa2f82] {
  border-bottom: 2px solid #34a2ff;
  border-left: 2px solid #34a2ff;
  left: -1px;
  bottom: -1px;
}
.border_bottom_right[data-v-14fa2f82] {
  border-bottom: 2px solid #34a2ff;
  border-right: 2px solid #34a2ff;
  right: -1px;
  bottom: -1px;
}
.numyan[data-v-14fa2f82] {
  color: rgba(228, 240, 252, 0.8470588235);
}
.title_box[data-v-14fa2f82] {
  background-image: url(https://erp-frontend.oss-cn-guangzhou.aliyuncs.com/common/lion/img/li_title_box1.c6f4cf83.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.4vh;
  background-repeat: no-repeat;
  background-size: 24vh 1.3vh;
  background-position: 10px 2vh;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 0;
}
.title_box .title_text_box[data-v-14fa2f82] {
  height: 32px;
  line-height: 28px;
  color: #a5d4ff;
  font-family: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_box .title_text_box .title_text[data-v-14fa2f82] {
  padding: 0 20px 0 12px;
  display: inline-block;
}
.title_box .title_text_box .picker_box[data-v-14fa2f82] {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.title_box .title_text_box .aggregate_box[data-v-14fa2f82] {
  text-align: center;
}
.title_box .title_text_box .aggregate_box .aggregate_btn[data-v-14fa2f82] {
  cursor: pointer;
  width: 60px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 0 10px;
  color: #0a406f;
  background-color: #a5d4ff;
}
.title_box .more_btnn[data-v-14fa2f82] {
  right: 0;
  top: 0;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  position: absolute;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.title_box .more_btnn[data-v-14fa2f82]:hover {
  color: #fff;
}
.title_box .more_bt[data-v-14fa2f82] {
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
  color: #59a4ff;
  z-index: 9;
}
.title_box .more_bt .wei[data-v-14fa2f82] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #fff;
}
.title_box .more_bt .weihover[data-v-14fa2f82] {
  padding: 3px 10px;
  border: 1px solid #07a6ff;
  color: #59a4ff;
  background-color: #1d416b;
}
#box[data-v-14fa2f82] {
  height: 240px;
}
#box[data-v-14fa2f82],
.anim[data-v-14fa2f82] {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#lateBox[data-v-14fa2f82],
#tripsBox[data-v-14fa2f82] {
  height: 240px;
}
#lateBox[data-v-14fa2f82],
#tripsBox[data-v-14fa2f82],
.lateAnim[data-v-14fa2f82],
.tripsAnim[data-v-14fa2f82] {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.statistics-cards[data-v-14fa2f82] {
  -ms-flex-pack: justify;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stat-card[data-v-14fa2f82],
.statistics-cards[data-v-14fa2f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px;
}
.stat-card[data-v-14fa2f82] {
  background: rgba(13, 36, 84, 0.5);
  border: 1px solid rgba(65, 146, 241, 0.3);
  border-radius: 12px;
  min-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.stat-card[data-v-14fa2f82]:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 149, 255, 0.1);
  box-shadow: 0 8px 16px rgba(0, 149, 255, 0.1);
  border-color: rgba(65, 146, 241, 0.6);
}
.stat-content[data-v-14fa2f82] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.stat-number[data-v-14fa2f82] {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}
.stat-number .unit[data-v-14fa2f82] {
  font-size: 16px;
  margin-left: 4px;
  opacity: 0.8;
}
.stat-number .rate[data-v-14fa2f82] {
  font-size: 14px;
  color: #4192f1;
  margin-left: 8px;
}
.stat-label[data-v-14fa2f82] {
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.7);
}
.stat-icon[data-v-14fa2f82] {
  margin-left: 16px;
}
.stat-icon img[data-v-14fa2f82] {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stat-card:hover .stat-icon img[data-v-14fa2f82] {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
::v-deep .hierarchical-select .el-select-group__title[data-v-9943950c] {
  font-weight: 700;
  color: #409eff;
  padding: 8px 15px;
  background-color: #f0f7ff;
  border-left: 4px solid #409eff;
  margin-bottom: 5px;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
}
::v-deep .hierarchical-select .el-select-group__wrap[data-v-9943950c] {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item[data-v-9943950c] {
  padding-left: 35px !important;
  position: relative;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item[data-v-9943950c]:before {
  content: "\2022";
  position: absolute;
  left: 20px;
  color: #909399;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item.selected[data-v-9943950c] {
  color: #409eff;
  font-weight: 700;
  background-color: #ecf5ff;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item[data-v-9943950c]:hover {
  background-color: #f5f7fa;
}
.import-error-dialog .el-message-box__message[data-v-9943950c] {
  max-height: 300px;
  overflow-y: auto;
}
::v-deep .hierarchical-select .el-select-group__title[data-v-fa2decee] {
  font-weight: 700;
  color: #409eff;
  padding: 8px 15px;
  background-color: #f0f7ff;
  border-left: 4px solid #409eff;
  margin-bottom: 5px;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
}
::v-deep .hierarchical-select .el-select-group__wrap[data-v-fa2decee] {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item[data-v-fa2decee] {
  padding-left: 35px !important;
  position: relative;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item[data-v-fa2decee]:before {
  content: "\2022";
  position: absolute;
  left: 20px;
  color: #909399;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item.selected[data-v-fa2decee] {
  color: #409eff;
  font-weight: 700;
  background-color: #ecf5ff;
}
::v-deep
  .hierarchical-select
  .el-select-group
  .el-select-dropdown__item[data-v-fa2decee]:hover {
  background-color: #f5f7fa;
}
.import-error-dialog .el-message-box__message[data-v-fa2decee] {
  max-height: 300px;
  overflow-y: auto;
}
.banner_home_page .audioBox[data-v-642c5d30] {
  width: 280px;
  height: 40px;
  position: relative;
  padding: 1px 0;
  top: 4px;
}
.banner_home_page .imageBox[data-v-642c5d30] {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-642c5d30] {
  padding: 0;
  margin: 0;
}
.banner_home_page .audioBox[data-v-a5c12e5a] {
  width: 280px;
  height: 40px;
  position: relative;
  padding: 1px 0;
  top: 4px;
}
.banner_home_page .imageBox[data-v-a5c12e5a] {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-a5c12e5a] {
  padding: 0;
  margin: 0;
}
.sortNodePage .sortNodeTitle {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.sortNodePage .sort_node_page {
  height: calc(100vh - 130px);
}
.banner_home_page .title_row[data-v-54340b4d] {
  text-align: left;
}
.banner_home_page .image_box[data-v-54340b4d] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .classification_btn_list .btn[data-v-54340b4d] {
  padding: 5px;
  margin: 0;
}
.course_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course_info .course_info_left {
  width: 280px;
  height: 100vh;
  min-width: 280px;
  background-color: #f1f1f1;
}
.course_info .course_info_left .course_info_box {
  cursor: pointer;
  margin: 10px auto;
  width: 260px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.course_info .course_info_left .course_info_box .course_info_top {
  padding: 6px 5px 5px 100px;
  position: relative;
  min-height: 80px;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_top
  .course_info_title {
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.course_info .course_info_left .course_info_box .course_info_top .imagesUrl {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 90px;
  border-radius: 5px 5px 0 0;
  height: 67.5px;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_top
  .course_info_status {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_top
  .course_info_hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 14px;
  display: none;
  letter-spacing: 2px;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_top:hover
  .course_info_hover {
  display: block;
}
.course_info .course_info_left .course_info_box .course_info_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  line-height: 36px;
  height: 36px;
  width: 100%;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_bottom
  .info_bottom_li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_bottom
  .info_bottom_li
  i {
  padding-right: 3px;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_bottom
  .addBtn:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 12px;
  left: 0;
  background-color: #ddd;
}
.course_info
  .course_info_left
  .course_info_box
  .course_info_bottom
  .info_bottom_li:hover {
  background-color: #d0e3f7;
}
.course_info .course_info_left .course_outline_box {
  width: 260px;
  border-radius: 5px;
  margin: 0 auto;
  height: calc(100vh - 148px);
  overflow-y: scroll;
  color: #666;
  background-color: #fff;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_title {
  padding: 10px 40px 10px 10px;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_title
  .status_icon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_title
  .course_outline_title_icon {
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_title
  .course_outline_set_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 38px;
  z-index: 2;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_title:hover {
  background-color: #dfe8f1;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_li {
  line-height: 30px;
  font-size: 13px;
  padding: 5px 0 5px 40px;
  display: none;
  cursor: pointer;
  background-color: #f9f9f9;
  position: relative;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_li
  .del_icon_Btn {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 36px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #999;
  font-size: 14px;
  display: none;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_li
  .course_outline_li_type {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 0 7px;
  line-height: 22px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  font-size: 12px;
  top: -1px;
  position: relative;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_li:hover {
  background-color: #dfe8f1;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list
  .course_outline_li:hover
  .del_icon_Btn {
  display: block;
}
.course_info .course_info_left .course_outline_box .course_outline_list.auto {
  border-bottom: 1px solid #eee;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list.auto
  .course_outline_title
  .course_outline_title_icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -1px;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list.auto
  .course_outline_li {
  display: block;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list.auto
  .loading_course_node {
  height: 120px;
  background: #999;
  width: 100%;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list.auto
  .no_course_node {
  height: 120px;
  background: #f9f9f9;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  line-height: 30px;
  color: #999;
}
.course_info
  .course_info_left
  .course_outline_box
  .course_outline_list.auto
  .no_course_node
  .no_course_node_icon {
  font-size: 20px;
}
.course_info .course_info_left .course_outline_box::-webkit-scrollbar {
  display: none;
}
.course_info .course_info_left .no_course_outline {
  margin-top: 20vh;
  text-align: center;
  color: #999;
}
.course_info .course_info_rigth {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.course_info .course_info_rigth .close_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  z-index: 9;
}
.course_info .course_info_rigth .close_btn .close_btn_icon {
  line-height: 60px;
}
.course_form_page {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding: 80px 0;
}
.course_form_page .course_form_Title {
  line-height: 60px;
  height: 60px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 800;
  top: 0;
  right: 5px;
  z-index: 2;
  position: fixed;
  width: calc(100% - 285px);
  background-color: #fff;
}
.course_form_page .course_form_box {
  padding: 0 20px;
  max-width: 1200px;
  width: 98%;
}
.course_form_page .course_form_box .placeholder_text {
  color: #b9b9b9;
  padding-left: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.course_form_page .course_form_box .exam_library_box {
  color: #606266;
  padding-left: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  padding-right: 60px;
  position: relative;
}
.course_form_page .course_form_box .exam_library_box .total_points {
  position: absolute;
  right: 4px;
  top: 4px;
}
.course_form_page .submit_bottom_box {
  line-height: 60px;
  height: 60px;
  position: fixed;
  bottom: 0;
  right: 5px;
  z-index: 3;
  text-align: right;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px #eee;
  box-shadow: 0 0 6px 1px #eee;
  width: calc(100% - 285px);
}
.course_form_page .submit_bottom_box .submit_bottom_list {
  max-width: 1200px;
  width: 90%;
}
.course_form_page::-webkit-scrollbar {
  width: 5px;
}
.exam_library_list_page {
  margin: -30px 0 -20px;
}
.exam_library_list_page .title_row {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.exam_library_list_page .preview_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  height: 40px;
  background-color: #fafafa;
  width: 100%;
  margin: -10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px dashed #ddd;
  line-height: 38px;
  text-align: center;
}
.exam_library_list_page .preview_list .preview_li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.exam_library_list_page .image_list {
  height: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.exam_library_list_page .image_list .image_box {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 3px;
  vertical-align: middle;
  border-radius: 5px;
}
.exam_library_list_page .checkbox_icon_li {
  border: 1px solid #cdcdcd;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-color: #fff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.exam_library_list_page .auto.checkbox_icon_li {
  background-color: #409eff;
  border: 1px solid #409eff;
}
.exam_library_list_page .btn_list .btn {
  padding: 3px;
  margin: 0;
}
.upload_Box[data-v-9804c37a],
.upload_box[data-v-9804c37a] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  background: #fbfdff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.upload_box[data-v-9804c37a] {
  border-radius: 6px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.upload_box .upload_icon_box[data-v-9804c37a] {
  background: #fbfdff;
  width: 108px;
  height: 108px;
  color: #97a8be;
}
.upload_box .upload_icon_box .upload_icon[data-v-9804c37a] {
  font-size: 44px;
  margin: 15px auto 0;
}
.upload_box .upload_icon_box .upload_text[data-v-9804c37a] {
  line-height: 22px;
  font-size: 12px;
}
.upload_box[data-v-9804c37a]:hover {
  border-color: #64a8ff;
}
.upload_box:hover .upload_icon_box .upload_icon[data-v-9804c37a],
.upload_box:hover .upload_icon_box[data-v-9804c37a] {
  color: #64a8ff;
}
.video_box[data-v-9804c37a] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 125px;
  background: #fbfdff;
  position: relative;
  overflow: hidden;
}
.video_box .video_progress[data-v-9804c37a] {
  margin: 16px auto;
}
.video_box .video_icon[data-v-9804c37a] {
  font-size: 40px;
  color: #a7a7a7;
}
.video_box .hover_video[data-v-9804c37a] {
  position: absolute;
  bottom: 0;
  width: 108px;
  height: 108px;
  display: none;
  left: 0;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.3);
}
.video_box .hover_video .video_bottom_list[data-v-9804c37a] {
  height: 28px;
  width: 100%;
  display: none;
  position: absolute;
  line-height: 28px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
}
.video_box .hover_video .video_bottom_list .video_bottom_li[data-v-9804c37a] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.video_box .hover_video .video_bottom_list .seeBtn[data-v-9804c37a]:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #efefef;
  position: absolute;
  right: 0;
  top: 9px;
}
.video_box:hover .hover_video[data-v-9804c37a] {
  display: block;
}
.html_box[data-v-9804c37a] {
  height: 70vh;
  width: 940px;
  margin: -30px -20px;
}
.sortNodePage .sortNodeTitle {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: 800;
  padding-left: 40px;
}
.sortNodePage .sort_node_page {
  margin: 0 auto;
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  height: calc(100vh - 170px);
  overflow-y: scroll;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 16px 1px #ececec;
  box-shadow: 0 0 16px 1px #ececec;
}
.sortNodePage .sort_node_page .sort_node_li {
  line-height: 30px;
  background-color: #efefef;
  margin-bottom: 6px;
  border-radius: 5px;
  position: relative;
  padding: 10px 15px 15px 70px;
}
.sortNodePage .sort_node_page .sort_node_li .draggable_li {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  text-align: center;
  line-height: 55px;
}
.sortNodePage .sort_node_page .sort_node_li .draggable_li i {
  font-size: 18px;
  font-weight: 700;
  color: #409eff;
  cursor: pointer;
}
.sortNodePage .sort_node_page .sort_node_li .sort_node_li_box {
  font-size: 14px;
  padding-bottom: 10px;
}
.sortNodePage .sort_node_page .sort_node_li .sort_node_son_list {
  background-color: #fff;
  border-radius: 5px;
}
.sortNodePage
  .sort_node_page
  .sort_node_li
  .sort_node_son_list
  .sort_node_son_li {
  line-height: 50px;
  padding-left: 70px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.sortNodePage
  .sort_node_page
  .sort_node_li
  .sort_node_son_list
  .sort_node_son_li
  .draggable_son_li {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  text-align: center;
  line-height: 55px;
}
.sortNodePage
  .sort_node_page
  .sort_node_li
  .sort_node_son_list
  .sort_node_son_li
  .draggable_son_li
  i {
  font-size: 18px;
  font-weight: 700;
  color: #409eff;
  cursor: pointer;
}
.sortNodePage
  .sort_node_page
  .sort_node_li
  .sort_node_son_list
  .no_sort_node_son {
  line-height: 60px;
  text-align: center;
  color: #999;
  min-height: 60px;
}
.sortNodePage .sort_node_page::-webkit-scrollbar {
  display: none;
}
.sortNodePage .submit_bottom_box {
  text-align: right;
  margin: 20px 40px 0;
}
.banner_home_page .title_row[data-v-3d8159a2] {
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.banner_home_page .image_box[data-v-3d8159a2] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .classification_btn_list .btn[data-v-3d8159a2] {
  padding: 3px;
  margin: 0;
}
.exam_situation_list_page .exam_situation_list {
  margin-top: -10px;
}
.banner_home_page .line_div[data-v-74985cb4] {
  color: #20a0ff;
  cursor: pointer;
}
.banner_home_page .imageBox[data-v-74985cb4] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-74985cb4] {
  padding: 0;
  margin: 0;
}
.item_library_page .title_row[data-v-5b0c31e2] {
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.item_library_page .image_list[data-v-5b0c31e2] {
  height: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.item_library_page .image_list .image_box[data-v-5b0c31e2] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 3px;
  vertical-align: middle;
  border-radius: 5px;
}
.item_library_page .btn_list .btn[data-v-5b0c31e2] {
  padding: 0;
  margin: 0;
}
.banner_home_page .pptxBox[data-v-fc9d04b8] {
  width: 280px;
  height: 40px;
  position: relative;
  padding: 1px 0;
  top: 4px;
}
.banner_home_page .imageBox[data-v-fc9d04b8] {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-fc9d04b8] {
  padding: 0;
  margin: 0;
}
.banner_home_page .title_row[data-v-00506eba] {
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.banner_home_page .image_box[data-v-00506eba] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .classification_btn_list .btn[data-v-00506eba] {
  padding: 3px;
  margin: 0;
}
.cover_barrage_page .color_row[data-v-87676f1c] {
  line-height: 12px;
  height: 15px;
}
.cover_barrage_page .color_row .color_box[data-v-87676f1c] {
  display: inline-block;
  width: 15px;
  height: 12px;
  -webkit-box-shadow: 0 0 1px 1px #999;
  box-shadow: 0 0 1px 1px #999;
  margin-right: 3px;
  vertical-align: middle;
}
.cover_barrage_page .btn_list .btn[data-v-87676f1c] {
  padding: 0;
  margin: 0;
}
.cover_barrage_page .pagination[data-v-87676f1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cover_barrage_page .rate_box[data-v-d2810a4a] {
  margin: 0 -10px;
}
.cover_barrage_page .rate_box .rateBox[data-v-d2810a4a] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -5px;
}
.cover_barrage_page .rate_box .text_box[data-v-d2810a4a] {
  color: #f7ba2a;
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  font-size: 14px;
}
.cover_barrage_page .btn_list .btn[data-v-d2810a4a] {
  padding: 0;
  margin: 0;
}
.cover_barrage_page .pagination[data-v-d2810a4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_home_page .imageBox[data-v-3442f721] {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-3442f721] {
  padding: 0;
  margin: 0;
}
.banner_home_page .imageBox[data-v-d79b3f08] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-d79b3f08] {
  padding: 0;
  margin: 0;
}
.column_home_page .imageBox[data-v-56fdad22] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.column_home_page .btn_list .btn[data-v-56fdad22] {
  padding: 0;
  margin: 0;
}
.column_home_page .imageBox[data-v-2211f432] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.btn_list .btn[data-v-1c01c49b],
.column_home_page .btn_list .btn[data-v-2211f432] {
  padding: 0;
  margin: 0;
}
.page[data-v-51dd1b0e] {
  height: calc(100vh - 169px);
  background: 100%;
}
.formListpage .flexBox[data-v-51dd1b0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.formListpage .type_title[data-v-51dd1b0e] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.formListpage .type1_box[data-v-51dd1b0e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.formListpage .type1_box[data-v-51dd1b0e],
.formListpage .type2_box[data-v-51dd1b0e] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.formListpage .type2_box[data-v-51dd1b0e] {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.formListpage .typeBox[data-v-51dd1b0e] {
  height: 650px;
  width: 100%;
  display: inline-block;
}
.meeting_statistics_page .flexBox[data-v-3b1a74ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.meeting_statistics_page .type_title[data-v-3b1a74ed] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-3b1a74ed] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.meeting_statistics_page .type1_box[data-v-3b1a74ed],
.meeting_statistics_page .type2_box[data-v-3b1a74ed] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .type2_box[data-v-3b1a74ed] {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.meeting_statistics_page .typeBox[data-v-3b1a74ed] {
  height: 290px;
  width: 100%;
  display: inline-block;
}
.class_from_page {
  padding: 0 40px 80px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
}
.class_from_page .formTitle {
  line-height: 60px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 800;
}
.class_from_page .input_placeholder {
  border: 1px solid #dcdfe6;
  min-height: 32px;
  line-height: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c0c4cc;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.class_from_page .input_placeholder .anchor_list {
  line-height: 25px;
  padding: 3px 0;
  margin: 0 -8px;
}
.class_from_page .bottom_btn {
  text-align: right;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.column_home_page .imageBox[data-v-4f5debf3] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.column_home_page .btn_list .btn[data-v-4f5debf3] {
  padding: 0;
  margin: 0;
}
.qr-container[data-v-1081fe80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.qr-wrapper[data-v-1081fe80] {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.qr-code[data-v-1081fe80] {
  width: 240px;
  height: 240px;
}
.qr-logo[data-v-1081fe80] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.expired-mask[data-v-1081fe80] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.expired-mask span[data-v-1081fe80] {
  color: #f56c6c;
  font-size: 16px;
  font-weight: 700;
}
.qr-info[data-v-1081fe80] {
  margin-top: 20px;
  text-align: center;
}
.countdown[data-v-1081fe80] {
  margin-bottom: 10px;
  color: #606266;
  font-size: 14px;
}
.time[data-v-1081fe80] {
  color: #409eff;
  font-weight: 700;
  margin-left: 5px;
}
.type-title[data-v-1081fe80] {
  font-size: 16px;
  color: #303133;
  margin-top: 10px;
}
.qr-container[data-v-caa9df94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.qr-wrapper[data-v-caa9df94] {
  position: relative;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.qr-code[data-v-caa9df94] {
  width: 240px;
  height: 240px;
}
.qr-logo[data-v-caa9df94] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.expired-mask[data-v-caa9df94] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.expired-mask span[data-v-caa9df94] {
  color: #f56c6c;
  font-size: 16px;
  font-weight: 700;
}
.qr-info[data-v-caa9df94] {
  margin-top: 20px;
  text-align: center;
}
.countdown[data-v-caa9df94] {
  margin-bottom: 10px;
  color: #606266;
  font-size: 14px;
}
.time[data-v-caa9df94] {
  color: #409eff;
  font-weight: 700;
  margin-left: 5px;
}
.type-title[data-v-caa9df94] {
  font-size: 16px;
  color: #303133;
  margin-top: 10px;
}
.meeting_from {
  padding: 0 30px 120px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.meeting_from .formTitle {
  line-height: 60px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 800;
}
.meeting_from .input_placeholder {
  border: 1px solid #dcdfe6;
  min-height: 32px;
  line-height: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c0c4cc;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.meeting_from .input_placeholder .anchor_list {
  line-height: 25px;
  padding: 3px 0;
  margin: 0 -8px;
}
.meeting_from .bottom_btn {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 20px 40px 0 0;
  -webkit-box-shadow: 0 0 6px 1px #eee;
  box-shadow: 0 0 6px 1px #eee;
}
.meeting_info_page {
  height: 100vh;
}
.meeting_info_page .border_card_box {
  height: calc(100vh - 73px);
}
.meeting_info_page .border_card_box .meeting_info_box {
  padding: 5px 20px;
  height: 180px;
}
.meeting_info_page .border_card_box .meeting_info_box .meeting_info_list_box {
  border-bottom: 1px solid #ebeef5;
}
.meeting_info_page
  .border_card_box
  .meeting_info_box
  .meeting_info_list_box
  .meeting_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebeef5;
  border-bottom: none;
  border-left: none;
  line-height: 36px;
  font-size: 13px;
}
.meeting_info_page
  .border_card_box
  .meeting_info_box
  .meeting_info_list_box
  .meeting_info_list
  .meeting_info_li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meeting_info_page
  .border_card_box
  .meeting_info_box
  .meeting_info_list_box
  .meeting_info_list
  .meeting_info_li.flex2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.meeting_info_page
  .border_card_box
  .meeting_info_box
  .meeting_info_list_box
  .meeting_info_list
  .meeting_info_li
  .meeting_info_li_key {
  background-color: #fafafa;
  min-width: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  border-right: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  text-align: right;
  margin-right: 10px;
}
.meeting_leave_people_from .input_placeholder {
  border: 1px solid #dcdfe6;
  min-height: 32px;
  line-height: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #c0c4cc;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.meeting_leave_people_from .input_placeholder .attend_expo_list {
  line-height: 25px;
  padding: 3px 0;
  margin: 0 -8px;
}
.meeting_over_box .bottom_btn {
  text-align: right;
}
.box[data-v-6560d503] {
  width: 300px;
  height: 800px;
  border: 1px solid #e9e9e9;
  margin: 0 5px;
  padding: 2px 0;
}
.list[data-v-6560d503] {
  position: relative;
  overflow: auto;
  height: 750px;
}
.title[data-v-6560d503] {
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.name[data-v-6560d503] {
  color: #8d94e2;
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
  padding-left: 6px;
}
.neirong[data-v-6560d503] {
  border-bottom: 1px dashed #e9e9e9;
  padding-left: 10px;
  line-height: 28px;
  .special_mark {
    display: inline-block;
    color: red;
  }
}
.column_home_page .imageBox[data-v-59143900] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.column_home_page .file_url[data-v-59143900] {
  text-align: left;
  color: #405dff;
  cursor: pointer;
}
.column_home_page .file_url[data-v-59143900]:hover {
  text-decoration: underline;
}
.column_home_page .btn_list .btn[data-v-59143900] {
  padding: 0 1px;
  margin: 0;
}
.column_home_page .taskClass[data-v-59143900] {
  position: relative;
  bottom: 1px;
  display: inline-block;
  background-color: #fef0f0;
  border: 1px solid #f88182;
  color: #f88182;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}
.column_home_page .el-tag.el-tag--warning[data-v-59143900] {
  background-color: #fdf6ec !important;
  border-color: #faecd8 !important;
  color: #e6a23c !important;
}
.column_home_page .el-tag.el-tag--info[data-v-59143900] {
  background-color: #f4f4f5 !important;
  border-color: #e9e9eb !important;
  color: #909399 !important;
}
.column_home_page .el-tag.el-tag--success[data-v-59143900] {
  background-color: #f0f9eb !important;
  border-color: #e1f3d8 !important;
  color: #67c23a !important;
}
.column_home_page .el-tag.el-tag--danger[data-v-59143900] {
  background-color: #fef0f0 !important;
  border-color: #fde2e2 !important;
  color: #f56c6c !important;
}
.column_home_page .el-tag--mini[data-v-59143900] {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.column_home_page .el-tag[data-v-59143900] {
  background-color: #ecf5ff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.taskClass[data-v-1ed6c7cb] {
  position: relative;
  bottom: 1px;
  display: inline-block;
  background-color: #fef0f0;
  border: 1px solid #f88182;
  color: #f88182;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.meeting_statistics_page .flexBox[data-v-c4639fc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.meeting_statistics_page .type_title[data-v-c4639fc2] {
  height: 36px;
  line-height: 36px;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #e3e3e3;
}
.meeting_statistics_page .type1_box[data-v-c4639fc2] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.meeting_statistics_page .type1_box[data-v-c4639fc2],
.meeting_statistics_page .type2_box[data-v-c4639fc2] {
  border: 1px solid #e3e3e3;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.meeting_statistics_page .type2_box[data-v-c4639fc2] {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.meeting_statistics_page .typeBox[data-v-c4639fc2] {
  height: 290px;
  width: 100%;
  display: inline-block;
}
.banner_home_page .imageBox[data-v-43ef1a1c] {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle;
}
.banner_home_page .btn_list .btn[data-v-43ef1a1c] {
  padding: 0;
  margin: 0;
}
.app-formData .el-form-item__content {
  line-height: 33px;
}
.app-formData .el-col {
  min-height: 51px !important;
}
.upload_box[data-v-75603805] {
  width: 110px;
  height: 110px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbfdff;
  position: relative;
  overflow: hidden;
}
.upload_box .upload_icon_box[data-v-75603805] {
  background: #fbfdff;
  width: 108px;
  height: 108px;
  color: #97a8be;
}
.upload_box .upload_icon_box .upload_icon[data-v-75603805] {
  font-size: 44px;
  margin: 12px auto 0;
}
.upload_box .upload_icon_box .upload_text[data-v-75603805] {
  line-height: 22px;
  font-size: 12px;
}
.upload_box .upload_icon_box .upload_title[data-v-75603805] {
  line-height: 40px;
  height: 40px;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 86%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.upload_box .upload_icon_box .delete_btn[data-v-75603805] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.upload_box .upload_icon_box .delete_btn[data-v-75603805]:hover {
  color: #d60000;
}
.upload_box[data-v-75603805]:hover {
  border-color: #64a8ff;
}
.upload_box:hover .upload_icon_box .upload_icon[data-v-75603805],
.upload_box:hover .upload_icon_box[data-v-75603805] {
  color: #64a8ff;
}
.app_page .btn_list .btn[data-v-75603805] {
  padding: 0;
  margin: 0;
}
.basicManagement_page .basicManagementForm[data-v-ae8adf9a] {
  padding: 0 20px;
  max-height: calc(90vh - 196px);
  overflow-y: auto;
}
.basicManagement_page
  .basicManagementForm
  .contract_feedback_time[data-v-ae8adf9a] {
  width: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.basicManagement_page
  .basicManagementForm
  .contract_feedback_time
  .el-input__inner[data-v-ae8adf9a] {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.basicManagement_page label.input-label[data-v-ae8adf9a] {
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}
.basicManagement_page i.setting-icon[data-v-ae8adf9a] {
  margin-right: 5px;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px;
}
.basicManagement_page .dialog-footer[data-v-ae8adf9a] {
  padding: 5px 20px 0;
}
.json-box .json-body > div[data-v-1699479b],
.json-box .json-header > div[data-v-1699479b] {
  text-align: center;
  margin: 0 auto;
}
.json-box .json-body[data-v-1699479b] {
  margin-top: 10px;
}
.json-box .json-body .el-icon-rank[data-v-1699479b] {
  cursor: pointer;
}
.json-box .json-body .todo[data-v-1699479b] {
  font-size: 20px;
}
.json-box .json-body .todo .el-icon-circle-plus[data-v-1699479b] {
  color: #409eff;
  cursor: pointer;
  margin: 0 5px;
}
.json-box .json-body .todo .el-icon-remove[data-v-1699479b] {
  cursor: pointer;
  color: red;
  margin: 0 5px;
}
.json-box .num[data-v-1699479b] {
  width: 40px;
}
.json-box .lable[data-v-1699479b],
.json-box .value[data-v-1699479b] {
  width: 150px;
}
.json-box .todo[data-v-1699479b] {
  width: 60px;
}
.json-box .btn-box[data-v-1699479b] {
  margin-top: 10px;
}
.permissionParam_page .permissionParamsForm[data-v-49fcd2d6] {
  overflow-x: hidden;
  height: calc(90vh - 192px);
  overflow-y: auto;
}
.permissionParam_page label.input-label[data-v-49fcd2d6] {
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}
.permissionParam_page .bg-purple[data-v-49fcd2d6] {
  margin-bottom: 10px;
}
.permissionParam_page i.setting-icon[data-v-49fcd2d6] {
  margin-right: 5px;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px;
}
.permissionParam_page .box[data-v-49fcd2d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.userSetting_page .userSettingForm[data-v-c5f07fba] {
  height: calc(90vh - 192px);
  overflow-y: auto;
  padding: 0 20px;
}
.userSetting_page label.input-label[data-v-c5f07fba] {
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}
.userSetting_page i.setting-icon[data-v-c5f07fba] {
  margin-right: 5px;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px;
}
.oss_list .btn_list .btn[data-v-2f2e9297] {
  margin: 0;
  padding: 0;
}
.btn_list .el-button + .el-button[data-v-b9a4db02] {
  margin: 0;
}
.btn_list .el-button + .el-tooltip[data-v-b9a4db02] {
  margin-left: 0;
}
.btn_list .el-button[data-v-b9a4db02] {
  padding: 2px;
}
.workFlowDataPage[data-v-b9a4db02] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  background-color: #eee;
}
.btn_list .btn[data-v-c132b996] {
  padding: 0;
  margin: 0;
}
.system_setting_form .el-dialog > .el-dialog__body {
  height: calc(100vh - 118px);
  overflow-y: auto;
}
.system_setting_form .el-dialog > .el-dialog__footer {
  text-align: right;
}
.el-pagination:after,
.el-pagination:before {
  display: table;
  content: "";
}
.el-dialog,
.el-pager li {
  -webkit-box-sizing: border-box;
}
.el-pager,
.el-pager li {
  display: inline-block;
}
@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes v-modal-out {
  to {
    opacity: 0;
  }
}
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}
.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}
.el-dialog__header {
  padding: 20px 20px 10px;
}
.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #409eff;
}
.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.el-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-dialog--center {
  text-align: center;
}
.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}
.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}
.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in 0.3s;
  animation: dialog-fade-in 0.3s;
}
.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out 0.3s;
  animation: dialog-fade-out 0.3s;
}
@-webkit-keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes dialog-fade-out {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes dialog-fade-out {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-autocomplete {
  position: relative;
  display: inline-block;
}
.el-autocomplete-suggestion {
  margin: 5px 0;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}
.el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: #606266;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
  background-color: #f5f7fa;
}
.el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid #000;
}
.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}
.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}
.el-autocomplete-suggestion.is-loading li:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-autocomplete-suggestion.is-loading li:hover {
  background-color: #fff;
}
.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}
.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 14px;
}
.el-dropdown .el-button-group {
  display: block;
}
.el-dropdown .el-button-group .el-button {
  float: none;
}
.el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none;
}
.el-dropdown .el-dropdown__caret-button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: hsla(0, 0%, 100%, 0.5);
}
.el-dropdown .el-dropdown__caret-button.el-button--default:before {
  background: rgba(220, 223, 230, 0.5);
}
.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before {
  top: 0;
  bottom: 0;
}
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}
.el-dropdown__icon {
  font-size: 12px;
  margin: 0 3px;
}
.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
  outline-width: 0;
}
.el-dropdown [disabled] {
  cursor: not-allowed;
  color: #bbb;
}
.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-dropdown-menu__item,
.el-menu-item {
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  margin: 0;
  color: #606266;
  outline: 0;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.el-dropdown-menu__item i {
  margin-right: 5px;
}
.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid #ebeef5;
}
.el-dropdown-menu__item--divided:before {
  content: "";
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #fff;
}
.el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}
.el-dropdown-menu--medium {
  padding: 6px 0;
}
.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
}
.el-dropdown-menu--medium
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px;
}
.el-dropdown-menu--medium
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px;
}
.el-dropdown-menu--small {
  padding: 6px 0;
}
.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}
.el-dropdown-menu--small
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px;
}
.el-dropdown-menu--small
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px;
}
.el-dropdown-menu--mini {
  padding: 3px 0;
}
.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}
.el-dropdown-menu--mini
  .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px;
}
.el-dropdown-menu--mini
  .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px;
}
.el-menu {
  border-right: 1px solid #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
}
.el-menu,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: #fff;
}
.el-menu:after,
.el-menu:before {
  display: table;
  content: "";
}
.el-breadcrumb__item:last-child .el-breadcrumb__separator,
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
.el-menu:after {
  clear: both;
}
.el-menu.el-menu--horizontal {
  border-bottom: 1px solid #e6e6e6;
}
.el-menu--horizontal {
  border-right: none;
}
.el-menu--horizontal > .el-menu-item {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #909399;
}
.el-menu--horizontal > .el-menu-item a,
.el-menu--horizontal > .el-menu-item a:hover {
  color: inherit;
}
.el-menu--horizontal > .el-submenu {
  float: left;
}
.el-menu--horizontal > .el-submenu:focus,
.el-menu--horizontal > .el-submenu:hover {
  outline: 0;
}
.el-menu--horizontal > .el-submenu:focus .el-submenu__title,
.el-menu--horizontal > .el-submenu:hover .el-submenu__title {
  color: #303133;
}
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid #409eff;
  color: #303133;
}
.el-menu--horizontal > .el-submenu .el-submenu__title {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #909399;
}
.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}
.el-menu--collapse .el-submenu,
.el-menu-item {
  position: relative;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #fff;
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #909399;
}
.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title {
  color: #303133;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #303133;
}
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 2px solid #409eff;
  color: #303133;
}
.el-menu--collapse {
  width: 64px;
}
.el-menu--collapse > .el-menu-item [class^="el-icon-"],
.el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}
.el-menu--collapse > .el-menu-item span,
.el-menu--collapse > .el-submenu > .el-submenu__title span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
.el-menu-item,
.el-submenu__title {
  height: 56px;
  line-height: 56px;
  list-style: none;
}
.el-menu--collapse > .el-menu-item.is-active i {
  color: inherit;
}
.el-menu--collapse .el-menu .el-submenu {
  min-width: 200px;
}
.el-menu--collapse .el-submenu .el-menu {
  position: absolute;
  margin-left: 5px;
  top: 0;
  left: 100%;
  z-index: 10;
  border: 1px solid #e4e7ed;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-menu--collapse
  .el-submenu.is-opened
  > .el-submenu__title
  .el-submenu__icon-arrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.el-menu--popup {
  z-index: 100;
  min-width: 200px;
  border: none;
  padding: 5px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-menu--popup-bottom-start {
  margin-top: 5px;
}
.el-menu--popup-right-start {
  margin-left: 5px;
  margin-right: 5px;
}
.el-menu-item {
  color: #303133;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-radio-button__inner,
.el-submenu__title {
  -webkit-box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.el-menu-item * {
  vertical-align: middle;
}
.el-menu-item i {
  color: #909399;
}
.el-menu-item:focus,
.el-menu-item:hover {
  outline: 0;
  background-color: #ecf5ff;
}
.el-menu-item.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}
.el-menu-item [class^="el-icon-"] {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.el-menu-item.is-active {
  color: #409eff;
}
.el-menu-item.is-active i {
  color: inherit;
}
.el-submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.el-submenu__title {
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-submenu__title * {
  vertical-align: middle;
}
.el-submenu__title i {
  color: #909399;
}
.el-submenu__title:focus,
.el-submenu__title:hover {
  outline: 0;
  background-color: #ecf5ff;
}
.el-submenu__title.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}
.el-submenu__title:hover {
  background-color: #ecf5ff;
}
.el-submenu .el-menu {
  border: none;
}
.el-submenu .el-menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 200px;
}
.el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 12px;
}
.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #409eff;
}
.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.el-submenu.is-disabled .el-menu-item,
.el-submenu.is-disabled .el-submenu__title {
  opacity: 0.25;
  cursor: not-allowed;
  background: 0 0 !important;
}
.el-submenu [class^="el-icon-"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}
.el-menu-item-group > ul {
  padding: 0;
}
.el-menu-item-group__title {
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #909399;
}
.el-radio-button__inner,
.el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.el-radio-group {
  font-size: 0;
}
.el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}
.el-radio-button__inner {
  background: #fff;
  border: 1px solid #dcdfe6;
  font-weight: 500;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}
.el-radio-button__inner.is-round {
  padding: 12px 20px;
}
.el-radio-button__inner:hover {
  color: #409eff;
}
.el-radio-button__inner [class*="el-icon-"] {
  line-height: 0.9;
}
.el-radio-button__inner [class*="el-icon-"] + span {
  margin-left: 5px;
}
.el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.el-radio-button__orig-radio {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  -webkit-box-shadow: -1px 0 0 0 #409eff;
  box-shadow: -1px 0 0 0 #409eff;
}
.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
  background-color: #f2f6fc;
}
.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 4px;
}
.el-radio-button--medium .el-radio-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}
.el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 10px 20px;
}
.el-radio-button--small .el-radio-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}
.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 9px 15px;
}
.el-radio-button--mini .el-radio-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 0;
}
.el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 7px 15px;
}
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  -webkit-box-shadow: 0 0 2px 2px #409eff;
  box-shadow: 0 0 2px 2px #409eff;
}
.el-picker-panel,
.el-popover,
.el-select-dropdown,
.el-table-filter,
.el-time-panel {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.el-switch__core,
.el-switch__label {
  display: inline-block;
  cursor: pointer;
}
.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}
.el-switch__label {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: #303133;
}
.el-switch__label.is-active {
  color: #409eff;
}
.el-switch__label--left {
  margin-right: 10px;
}
.el-switch__label--right {
  margin-left: 10px;
}
.el-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}
.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.el-switch__core {
  margin: 0;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dcdfe6;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-input__prefix,
.el-input__suffix,
.el-switch__core:after {
  -webkit-transition: all 0.3s;
}
.el-switch__core:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.el-switch.is-checked .el-switch__core {
  border-color: #409eff;
  background-color: #409eff;
}
.el-switch.is-checked .el-switch__core:after {
  left: 100%;
  margin-left: -17px;
}
.el-switch.is-disabled {
  opacity: 0.6;
}
.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}
.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}
.el-switch .label-fade-enter,
.el-switch .label-fade-leave-active {
  opacity: 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}
.el-select:hover .el-input__inner {
  border-color: #c0c4cc;
}
.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner {
  border-color: #409eff;
}
.el-select__tags-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.el-select .el-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-select .el-tag__close.el-icon-close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.el-table,
.el-table__expanded-cell {
  background-color: #fff;
}
.el-table {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #606266;
}
.el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #909399;
}
.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}
.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  height: 20px;
}
.el-table__expand-icon--expanded {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-table__expand-icon > .el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.el-table__expanded-cell[class*="cell"] {
  padding: 20px 50px;
}
.el-table__expanded-cell:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-table__placeholder {
  display: inline-block;
  width: 20px;
}
.el-table__append-wrapper {
  overflow: hidden;
}
.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}
.el-table--fit .el-table__cell.gutter {
  border-right-width: 1px;
}
.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}
.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}
.el-table thead {
  color: #909399;
  font-weight: 500;
}
.el-table thead.is-group th.el-table__cell {
  background: #f5f7fa;
}
.el-table .el-table__cell {
  padding: 12px 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.el-table .el-table__cell.is-center {
  text-align: center;
}
.el-table .el-table__cell.is-right {
  text-align: right;
}
.el-table .el-table__cell.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}
.el-table .el-table__cell.is-hidden > * {
  visibility: hidden;
}
.el-table--medium .el-table__cell {
  padding: 10px 0;
}
.el-table--small {
  font-size: 12px;
}
.el-table--small .el-table__cell {
  padding: 8px 0;
}
.el-table--mini {
  font-size: 12px;
}
.el-table--mini .el-table__cell {
  padding: 6px 0;
}
.el-table tr {
  background-color: #fff;
}
.el-table tr input[type="checkbox"] {
  margin: 0;
}
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #ebeef5;
}
.el-table th.el-table__cell.is-sortable {
  cursor: pointer;
}
.el-table th.el-table__cell {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.el-table th.el-table__cell > .cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.el-table th.el-table__cell > .cell.highlight {
  color: #409eff;
}
.el-table th.el-table__cell.required > div:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}
.el-table td.el-table__cell div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-date-table td,
.el-table-filter,
.el-table .cell {
  -webkit-box-sizing: border-box;
}
.el-table td.el-table__cell.gutter {
  width: 0;
}
.el-table .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}
.el-table--border,
.el-table--group {
  border: 1px solid #ebeef5;
}
.el-table--border:after,
.el-table--group:after,
.el-table:before {
  content: "";
  position: absolute;
  background-color: #ebeef5;
  z-index: 1;
}
.el-table--border:after,
.el-table--group:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.el-table:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.el-table--border {
  border-right: none;
  border-bottom: none;
}
.el-table--border.el-loading-parent--relative {
  border-color: rgba(0, 0, 0, 0);
}
.el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #ebeef5;
}
.el-table--border .el-table__cell:first-child .cell {
  padding-left: 10px;
}
.el-table--border th.el-table__cell,
.el-table--border th.el-table__cell.gutter:last-of-type,
.el-table__fixed-right-patch {
  border-bottom: 1px solid #ebeef5;
}
.el-table--hidden {
  visibility: hidden;
}
.el-table__fixed,
.el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.el-table__fixed-right:before,
.el-table__fixed:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ebeef5;
  z-index: 4;
}
.el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #fff;
}
.el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}
.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper,
.el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}
.el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.el-table__fixed-footer-wrapper tbody td.el-table__cell {
  border-top: 1px solid #ebeef5;
  background-color: #f5f7fa;
  color: #606266;
}
.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}
.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
  width: 100%;
}
.el-table__footer-wrapper {
  margin-top: -1px;
}
.el-table__footer-wrapper td.el-table__cell {
  border-top: 1px solid #ebeef5;
}
.el-table__body,
.el-table__footer,
.el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}
.el-table__footer-wrapper,
.el-table__header-wrapper {
  overflow: hidden;
}
.el-table__footer-wrapper tbody td.el-table__cell,
.el-table__header-wrapper tbody td.el-table__cell {
  background-color: #f5f7fa;
  color: #606266;
}
.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}
.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right,
.el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.el-table__body-wrapper
  .el-table--border.is-scrolling-right
  ~ .el-table__fixed-right {
  border-left: 1px solid #ebeef5;
}
.el-table .caret-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.el-table .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 7px;
}
.el-table .sort-caret.ascending {
  border-bottom-color: #c0c4cc;
  top: 5px;
}
.el-table .sort-caret.descending {
  border-top-color: #c0c4cc;
  bottom: 7px;
}
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #409eff;
}
.el-table .descending .sort-caret.descending {
  border-top-color: #409eff;
}
.el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #fafafa;
}
.el-table--striped
  .el-table__body
  tr.el-table__row--striped.current-row
  td.el-table__cell,
.el-table--striped
  .el-table__body
  tr.el-table__row--striped.selection-row
  td.el-table__cell {
  background-color: #ecf5ff;
}
.el-table__body tr.hover-row.current-row > td.el-table__cell,
.el-table__body
  tr.hover-row.el-table__row--striped.current-row
  > td.el-table__cell,
.el-table__body
  tr.hover-row.el-table__row--striped.selection-row
  > td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
.el-table__body tr.hover-row.selection-row > td.el-table__cell,
.el-table__body tr.hover-row > td.el-table__cell {
  background-color: #f5f7fa;
}
.el-table__body tr.current-row > td.el-table__cell,
.el-table__body tr.selection-row > td.el-table__cell {
  background-color: #ecf5ff;
}
.el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #ebeef5;
  z-index: 10;
}
.el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}
.el-table__column-filter-trigger i {
  color: #909399;
  font-size: 12px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.el-table--enable-row-transition .el-table__body td.el-table__cell {
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #f5f7fa;
}
.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}
.el-table [class*="el-table__row--level"] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}
.el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}
.el-table-filter {
  border: 1px solid #ebeef5;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0;
}
.el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}
.el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}
.el-table-filter__list-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.el-table-filter__list-item.is-active {
  background-color: #409eff;
  color: #fff;
}
.el-table-filter__content {
  min-width: 100px;
}
.el-table-filter__bottom {
  border-top: 1px solid #ebeef5;
  padding: 8px;
}
.el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div,
.el-date-table td.in-range div,
.el-date-table td.in-range div:hover {
  background-color: #f2f6fc;
}
.el-table-filter__bottom button:hover {
  color: #409eff;
}
.el-table-filter__bottom button:focus {
  outline: 0;
}
.el-table-filter__bottom button.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-table-filter__wrap {
  max-height: 280px;
}
.el-table-filter__checkbox-group {
  padding: 10px;
}
.el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}
.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}
.el-date-table {
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: #606266;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.el-date-table td {
  width: 32px;
  padding: 4px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.el-date-table td,
.el-date-table td div {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-date-table td div {
  padding: 3px 0;
}
.el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}
.el-date-table td.next-month,
.el-date-table td.prev-month {
  color: #c0c4cc;
}
.el-date-table td.today {
  position: relative;
}
.el-date-table td.today span {
  color: #409eff;
  font-weight: 700;
}
.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
  color: #fff;
}
.el-date-table td.available:hover {
  color: #409eff;
}
.el-date-table td.current:not(.disabled) span {
  color: #fff;
  background-color: #409eff;
}
.el-date-table td.end-date div,
.el-date-table td.start-date div {
  color: #fff;
}
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #409eff;
}
.el-date-table td.start-date div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.el-date-table td.end-date div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.el-date-table td.disabled div {
  background-color: #f5f7fa;
  opacity: 1;
  cursor: not-allowed;
  color: #c0c4cc;
}
.el-date-table td.selected div {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f2f6fc;
  border-radius: 15px;
}
.el-date-table td.selected div:hover {
  background-color: #f2f6fc;
}
.el-date-table td.selected span {
  background-color: #409eff;
  color: #fff;
  border-radius: 15px;
}
.el-date-table td.week {
  font-size: 80%;
  color: #606266;
}
.el-month-table,
.el-year-table {
  font-size: 12px;
  border-collapse: collapse;
}
.el-date-table th {
  padding: 5px;
  color: #606266;
  font-weight: 400;
  border-bottom: 1px solid #ebeef5;
}
.el-month-table {
  margin: -1px;
}
.el-month-table td {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
.el-month-table td div {
  height: 48px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-month-table td.today .cell {
  color: #409eff;
  font-weight: 700;
}
.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
  color: #fff;
}
.el-month-table td.disabled .cell {
  background-color: #f5f7fa;
  cursor: not-allowed;
  color: #c0c4cc;
}
.el-month-table td.disabled .cell:hover {
  color: #c0c4cc;
}
.el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #606266;
  margin: 0 auto;
  border-radius: 18px;
}
.el-month-table td .cell:hover {
  color: #409eff;
}
.el-month-table td.in-range div,
.el-month-table td.in-range div:hover {
  background-color: #f2f6fc;
}
.el-month-table td.end-date div,
.el-month-table td.start-date div {
  color: #fff;
}
.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
  color: #fff;
  background-color: #409eff;
}
.el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.el-month-table td.current:not(.disabled) .cell {
  color: #409eff;
}
.el-year-table {
  margin: -1px;
}
.el-year-table .el-icon {
  color: #303133;
}
.el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}
.el-year-table td.today .cell {
  color: #409eff;
  font-weight: 700;
}
.el-year-table td.disabled .cell {
  background-color: #f5f7fa;
  cursor: not-allowed;
  color: #c0c4cc;
}
.el-year-table td.disabled .cell:hover {
  color: #c0c4cc;
}
.el-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px;
  color: #606266;
  margin: 0 auto;
}
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
  color: #409eff;
}
.el-date-range-picker {
  width: 646px;
}
.el-date-range-picker.has-sidebar {
  width: 756px;
}
.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}
.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}
.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}
.el-date-range-picker__header [class*="arrow-left"] {
  float: left;
}
.el-date-range-picker__header [class*="arrow-right"] {
  float: right;
}
.el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}
.el-date-range-picker__content {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}
.el-date-range-picker__content.is-left {
  border-right: 1px solid #e4e4e4;
}
.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}
.el-date-range-picker__editors-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}
.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}
.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-date-range-picker__time-header > .el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #303133;
}
.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #fff;
}
.el-date-picker {
  width: 322px;
}
.el-date-picker.has-sidebar.has-time {
  width: 434px;
}
.el-date-picker.has-sidebar {
  width: 438px;
}
.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}
.el-date-picker .el-picker-panel__content {
  width: 292px;
}
.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-date-picker__header {
  margin: 12px;
  text-align: center;
}
.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebeef5;
}
.el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}
.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #606266;
}
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
  color: #409eff;
}
.el-date-picker__prev-btn {
  float: left;
}
.el-date-picker__next-btn {
  float: right;
}
.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}
.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}
.time-select {
  margin: 5px 0;
  min-width: 0;
}
.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}
.time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}
.time-select-item.selected:not(.disabled) {
  color: #409eff;
  font-weight: 700;
}
.time-select-item.disabled {
  color: #e4e7ed;
  cursor: not-allowed;
}
.time-select-item:hover {
  background-color: #f5f7fa;
  font-weight: 700;
  cursor: pointer;
}
.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 220px;
}
.el-date-editor--monthrange.el-input,
.el-date-editor--monthrange.el-input__inner {
  width: 300px;
}
.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
  width: 350px;
}
.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}
.el-date-editor--dates .el-input__inner {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}
.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #c0c4cc;
  float: left;
  line-height: 32px;
}
.el-date-editor .el-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 14px;
  color: #606266;
}
.el-date-editor .el-range-input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-date-editor .el-range-input:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-date-editor .el-range-input::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-date-editor .el-range-input::-moz-placeholder {
  color: #c0c4cc;
}
.el-date-editor .el-range-input::placeholder {
  color: #c0c4cc;
}
.el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #303133;
}
.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #c0c4cc;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}
.el-range-editor.el-input__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
}
.el-range-editor .el-range-input {
  line-height: 1;
}
.el-range-editor--medium.el-input__inner {
  height: 36px;
}
.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 14px;
}
.el-range-editor--medium .el-range-input {
  font-size: 14px;
}
.el-range-editor--medium .el-range__close-icon,
.el-range-editor--medium .el-range__icon {
  line-height: 28px;
}
.el-range-editor--small.el-input__inner {
  height: 32px;
}
.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 13px;
}
.el-range-editor--small .el-range-input {
  font-size: 13px;
}
.el-range-editor--small .el-range__close-icon,
.el-range-editor--small .el-range__icon {
  line-height: 24px;
}
.el-range-editor--mini.el-input__inner {
  height: 28px;
}
.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}
.el-range-editor--mini .el-range-input {
  font-size: 12px;
}
.el-range-editor--mini .el-range__close-icon,
.el-range-editor--mini .el-range__icon {
  line-height: 20px;
}
.el-range-editor.is-disabled {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
  border-color: #e4e7ed;
}
.el-range-editor.is-disabled input {
  background-color: #f5f7fa;
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-range-editor.is-disabled input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-range-editor.is-disabled input:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-range-editor.is-disabled input::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-range-editor.is-disabled input::-moz-placeholder {
  color: #c0c4cc;
}
.el-range-editor.is-disabled input::placeholder {
  color: #c0c4cc;
}
.el-range-editor.is-disabled .el-range-separator {
  color: #c0c4cc;
}
.el-picker-panel {
  color: #606266;
  border: 1px solid #e4e7ed;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}
.el-picker-panel__body-wrapper:after,
.el-picker-panel__body:after {
  content: "";
  display: table;
  clear: both;
}
.el-picker-panel__content {
  position: relative;
  margin: 15px;
}
.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #fff;
  position: relative;
  font-size: 0;
}
.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}
.el-picker-panel__shortcut:hover {
  color: #409eff;
}
.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409eff;
}
.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  font-size: 12px;
}
.el-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}
.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
  color: #409eff;
}
.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}
.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}
.el-picker-panel__link-btn {
  vertical-align: middle;
}
.el-picker-panel [slot="sidebar"],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #fff;
  overflow: auto;
}
.el-picker-panel [slot="sidebar"] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}
.el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.el-time-spinner__wrapper
  .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}
.el-time-spinner__input.el-input .el-input__inner,
.el-time-spinner__list {
  padding: 0;
  text-align: center;
}
.el-time-spinner__wrapper.is-arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}
.el-time-spinner__wrapper.is-arrow
  .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #fff;
  cursor: default;
}
.el-time-spinner__arrow {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.el-time-spinner__arrow:hover {
  color: #409eff;
}
.el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}
.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}
.el-time-spinner__input.el-input {
  width: 70%;
}
.el-time-spinner__list {
  margin: 0;
  list-style: none;
}
.el-time-spinner__list:after,
.el-time-spinner__list:before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
}
.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #606266;
}
.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #f5f7fa;
  cursor: pointer;
}
.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: 700;
}
.el-time-spinner__item.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-time-panel {
  margin: 5px 0;
  border: 1px solid #e4e7ed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.el-time-panel__content:after,
.el-time-panel__content:before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
}
.el-time-panel__content:after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}
.el-time-panel__content:before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}
.el-time-panel__content.has-seconds:after {
  left: 66.66667%;
}
.el-time-panel__content.has-seconds:before {
  padding-left: 33.33333%;
}
.el-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  font-size: 12px;
  color: #303133;
}
.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #409eff;
}
.el-time-range-picker {
  width: 354px;
  overflow: visible;
}
.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}
.el-time-range-picker__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}
.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #e4e7ed;
}
.el-popover {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
}
.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover,
.el-cascader__dropdown,
.el-color-picker__panel,
.el-message-box,
.el-notification,
.el-popover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-popover--plain {
  padding: 18px 20px;
}
.el-popover__title {
  color: #303133;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}
.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}
.v-modal-enter {
  -webkit-animation: v-modal-in 0.2s ease;
  animation: v-modal-in 0.2s ease;
}
.v-modal-leave {
  -webkit-animation: v-modal-out 0.2s ease forwards;
  animation: v-modal-out 0.2s ease forwards;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  to {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.el-popup-parent--hidden {
  overflow: hidden;
}
.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.el-message-box__wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}
.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}
.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
}
.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #f56c6c;
}
.el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #409eff;
}
.el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}
.el-message-box__container {
  position: relative;
}
.el-message-box__input {
  padding-top: 15px;
}
.el-message-box__status {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px !important;
}
.el-message-box__status:before {
  padding-left: 1px;
}
.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}
.el-message-box__status.el-icon-success {
  color: #67c23a;
}
.el-message-box__status.el-icon-info {
  color: #909399;
}
.el-message-box__status.el-icon-warning {
  color: #e6a23c;
}
.el-message-box__status.el-icon-error {
  color: #f56c6c;
}
.el-message-box__message {
  margin: 0;
}
.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}
.el-message-box__errormsg {
  color: #f56c6c;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}
.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}
.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.el-message-box__btns-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.el-message-box--center {
  padding-bottom: 30px;
}
.el-message-box--center .el-message-box__header {
  padding-top: 30px;
}
.el-message-box--center .el-message-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.el-message-box--center .el-message-box__message {
  margin-left: 0;
}
.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
  text-align: center;
}
.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
}
.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in 0.3s;
  animation: msgbox-fade-in 0.3s;
}
.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out 0.3s;
  animation: msgbox-fade-out 0.3s;
}
@-webkit-keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}
.el-breadcrumb:after,
.el-breadcrumb:before {
  display: table;
  content: "";
}
.el-breadcrumb:after {
  clear: both;
}
.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #c0c4cc;
}
.el-breadcrumb__separator[class*="icon"] {
  margin: 0 6px;
  font-weight: 400;
}
.el-breadcrumb__item {
  float: left;
}
.el-breadcrumb__inner {
  color: #606266;
}
.el-breadcrumb__inner.is-link,
.el-breadcrumb__inner a {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}
.el-breadcrumb__inner.is-link:hover,
.el-breadcrumb__inner a:hover {
  color: #409eff;
  cursor: pointer;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}
.el-form--label-left .el-form-item__label {
  text-align: left;
}
.el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}
.el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}
.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}
.el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}
.el-form-item {
  margin-bottom: 22px;
}
.el-form-item:after,
.el-form-item:before {
  display: table;
  content: "";
}
.el-form-item:after {
  clear: both;
}
.el-form-item .el-form-item {
  margin-bottom: 0;
}
.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
  margin-bottom: 18px;
}
.el-form-item .el-input__validateIcon {
  display: none;
}
.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  line-height: 36px;
}
.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
  line-height: 32px;
}
.el-form-item--small .el-form-item__error {
  padding-top: 2px;
}
.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
  line-height: 28px;
}
.el-form-item--mini .el-form-item__error {
  padding-top: 1px;
}
.el-form-item__label-wrap {
  float: left;
}
.el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}
.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.el-form-item__content:after,
.el-form-item__content:before {
  display: table;
  content: "";
}
.el-form-item__content:after {
  clear: both;
}
.el-form-item__content .el-input-group {
  vertical-align: top;
}
.el-form-item__error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}
.el-form-item.is-required:not(.is-no-asterisk)
  .el-form-item__label-wrap
  > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: rgba(0, 0, 0, 0);
}
.el-form-item.is-error .el-input__validateIcon {
  color: #f56c6c;
}
.el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}
.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}
.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #409eff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
.el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 12px 0 9px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.el-tabs__new-tab .el-icon-plus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.el-tabs__new-tab:hover {
  color: #409eff;
}
.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
.el-tabs__nav-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}
.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-tabs__nav-scroll {
  overflow: hidden;
}
.el-tabs__nav-next,
.el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: #909399;
}
.el-tabs__nav-next {
  right: 0;
}
.el-tabs__nav-prev {
  left: 0;
}
.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  float: left;
  z-index: 2;
}
.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-tabs__nav.is-stretch > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.el-tabs__item {
  padding: 0 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}
.el-tabs__item:focus,
.el-tabs__item:focus:active {
  outline: 0;
}
.el-tabs__item:focus.is-active.is-focus:not(:active) {
  -webkit-box-shadow: 0 0 2px 2px #409eff inset;
  box-shadow: inset 0 0 2px 2px #409eff;
  border-radius: 3px;
}
.el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 5px;
}
.el-tabs__item .el-icon-close:before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
}
.el-tabs--card > .el-tabs__header .el-tabs__active-bar,
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}
.el-tabs__item .el-icon-close:hover {
  background-color: #c0c4cc;
  color: #fff;
}
.el-tabs__item.is-active {
  color: #409eff;
}
.el-tabs__item:hover {
  color: #409eff;
  cursor: pointer;
}
.el-tabs__item.is-disabled {
  color: #c0c4cc;
  cursor: default;
}
.el-tabs__content {
  overflow: hidden;
  position: relative;
}
.el-tabs--card > .el-tabs__header {
  border-bottom: 1px solid #e4e7ed;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap:after {
  content: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid #e4e7ed;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -1px;
  right: -2px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.el-tabs--card > .el-tabs__header .el-tabs__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid #e4e7ed;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}
.el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-closable:hover
  .el-icon-close {
  width: 14px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #fff;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}
.el-tabs--card
  > .el-tabs__header
  .el-tabs__item.is-active.is-closable
  .el-icon-close {
  width: 14px;
}
.el-tabs--border-card {
  background: #fff;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
    0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
.el-tabs--border-card > .el-tabs__content {
  padding: 15px;
}
.el-tabs--border-card > .el-tabs__header {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  margin: 0;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap:after {
  content: none;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  color: #909399;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item,
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px;
}
.el-col-offset-0,
.el-tabs--border-card
  > .el-tabs__header
  .is-scrollable
  .el-tabs__item:first-child {
  margin-left: 0;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #409eff;
  background-color: #fff;
  border-right-color: #dcdfe6;
  border-left-color: #dcdfe6;
}
.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:not(.is-disabled):hover {
  color: #409eff;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
  color: #c0c4cc;
}
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}
.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
}
.el-cascader-menu:last-child .el-cascader-node,
.el-tabs--bottom.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}
.el-tabs--bottom.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card
  > .el-tabs__header
  .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}
.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid #dcdfe6;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid rgba(0, 0, 0, 0);
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px;
}
.el-tabs--left,
.el-tabs--right {
  overflow: hidden;
}
.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  height: 100%;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left:after {
  right: 0;
  left: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left:after,
.el-tabs--left .el-tabs__nav-wrap.is-right:after,
.el-tabs--right .el-tabs__nav-wrap.is-left:after,
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}
.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none;
}
.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block;
}
.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.el-button-group > .el-button:not(:last-child),
.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}
.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border: 1px solid #e4e7ed;
  border-bottom: none;
  border-left: none;
  text-align: left;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid #e4e7ed;
  border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: none;
  border-top: 1px solid #e4e7ed;
  border-right: 1px solid #fff;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}
.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid #e4e7ed;
  border-right: none;
}
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: -1px 0 -1px -1px;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: #d1dbe5 rgba(0, 0, 0, 0);
}
.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
  left: 0;
  right: auto;
}
.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid #e4e7ed;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid #e4e7ed;
  border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: none;
  border-top: 1px solid #e4e7ed;
  border-left: 1px solid #fff;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}
.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid #e4e7ed;
  border-left: none;
}
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: -1px -1px -1px 0;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: #d1dbe5 rgba(0, 0, 0, 0);
}
.slideInLeft-transition,
.slideInRight-transition {
  display: inline-block;
}
.slideInRight-enter {
  -webkit-animation: slideInRight-enter 0.3s;
  animation: slideInRight-enter 0.3s;
}
.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInRight-leave 0.3s;
  animation: slideInRight-leave 0.3s;
}
.slideInLeft-enter {
  -webkit-animation: slideInLeft-enter 0.3s;
  animation: slideInLeft-enter 0.3s;
}
.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInLeft-leave 0.3s;
  animation: slideInLeft-leave 0.3s;
}
@-webkit-keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
.el-tree {
  position: relative;
  cursor: default;
  background: #fff;
  color: #606266;
}
.el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #909399;
  font-size: 14px;
}
.el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #409eff;
}
.el-tree-node {
  white-space: nowrap;
  outline: 0;
}
.el-tree-node:focus > .el-tree-node__content {
  background-color: #f5f7fa;
}
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
  background-color: #409eff;
  color: #fff;
}
.el-tree-node__content:hover,
.el-upload-list__item:hover {
  background-color: #f5f7fa;
}
.el-tree-node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  cursor: pointer;
}
.el-tree-node__content > .el-tree-node__expand-icon {
  padding: 6px;
}
.el-tree-node__content > label.el-checkbox {
  margin-right: 8px;
}
.el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}
.el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}
.el-tree-node__expand-icon {
  cursor: pointer;
  color: #c0c4cc;
  font-size: 12px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.el-tree-node__expand-icon.expanded {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-tree-node__expand-icon.is-leaf {
  color: rgba(0, 0, 0, 0);
  cursor: default;
}
.el-tree-node__label {
  font-size: 14px;
}
.el-tree-node__loading-icon {
  margin-right: 8px;
  font-size: 14px;
  color: #c0c4cc;
}
.el-tree-node > .el-tree-node__children {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}
.el-tree-node.is-expanded > .el-tree-node__children {
  display: block;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #f0f7ff;
}
.el-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.el-alert.is-light .el-alert__closebtn {
  color: #c0c4cc;
}
.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
  color: #fff;
}
.el-alert.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.el-alert--success.is-light {
  background-color: #f0f9eb;
  color: #67c23a;
}
.el-alert--success.is-light .el-alert__description {
  color: #67c23a;
}
.el-alert--success.is-dark {
  background-color: #67c23a;
  color: #fff;
}
.el-alert--info.is-light {
  background-color: #f4f4f5;
  color: #909399;
}
.el-alert--info.is-dark {
  background-color: #909399;
  color: #fff;
}
.el-alert--info .el-alert__description {
  color: #909399;
}
.el-alert--warning.is-light {
  background-color: #fdf6ec;
  color: #e6a23c;
}
.el-alert--warning.is-light .el-alert__description {
  color: #e6a23c;
}
.el-alert--warning.is-dark {
  background-color: #e6a23c;
  color: #fff;
}
.el-alert--error.is-light {
  background-color: #fef0f0;
  color: #f56c6c;
}
.el-alert--error.is-light .el-alert__description {
  color: #f56c6c;
}
.el-alert--error.is-dark {
  background-color: #f56c6c;
  color: #fff;
}
.el-alert__content {
  display: table-cell;
  padding: 0 8px;
}
.el-alert__icon {
  font-size: 16px;
  width: 16px;
}
.el-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}
.el-alert__title {
  font-size: 13px;
  line-height: 18px;
}
.el-alert__title.is-bold {
  font-weight: 700;
}
.el-alert .el-alert__description {
  font-size: 12px;
  margin: 5px 0 0;
}
.el-alert__closebtn {
  font-size: 12px;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.el-alert-fade-enter,
.el-alert-fade-leave-active,
.el-loading-fade-enter,
.el-loading-fade-leave-active,
.el-notification-fade-leave-active,
.el-upload iframe {
  opacity: 0;
}
.el-carousel__arrow--right,
.el-notification.right {
  right: 16px;
}
.el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 13px;
  top: 9px;
}
.el-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebeef5;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s,
    -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s,
    bottom 0.3s;
  transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s,
    bottom 0.3s;
  transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s,
    bottom 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
.el-notification.left {
  left: 16px;
}
.el-notification__group {
  margin-left: 13px;
  margin-right: 8px;
}
.el-notification__title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
}
.el-notification__content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #606266;
  text-align: justify;
}
.el-notification__content p {
  margin: 0;
}
.el-notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}
.el-notification__closeBtn:hover {
  color: #606266;
}
.el-notification .el-icon-success {
  color: #67c23a;
}
.el-notification .el-icon-error {
  color: #f56c6c;
}
.el-notification .el-icon-info {
  color: #909399;
}
.el-notification .el-icon-warning {
  color: #e6a23c;
}
.el-notification-fade-enter.right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.el-notification-fade-enter.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 38px;
}
.el-input-number .el-input {
  display: block;
}
.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.el-input-number__decrease,
.el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #f5f7fa;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}
.el-input-number__decrease:hover,
.el-input-number__increase:hover {
  color: #409eff;
}
.el-input-number__decrease:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)
  ~ .el-input
  .el-input__inner:not(.is-disabled) {
  border-color: #409eff;
}
.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #dcdfe6;
}
.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdfe6;
}
.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
  border-color: #e4e7ed;
  color: #e4e7ed;
}
.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
  color: #e4e7ed;
  cursor: not-allowed;
}
.el-input-number--medium {
  width: 200px;
  line-height: 34px;
}
.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
  width: 36px;
  font-size: 14px;
}
.el-input-number--medium .el-input__inner {
  padding-left: 43px;
  padding-right: 43px;
}
.el-input-number--small {
  width: 130px;
  line-height: 30px;
}
.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
  width: 32px;
  font-size: 13px;
}
.el-input-number--small .el-input-number__decrease [class*="el-icon"],
.el-input-number--small .el-input-number__increase [class*="el-icon"] {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.el-input-number--small .el-input__inner {
  padding-left: 39px;
  padding-right: 39px;
}
.el-input-number--mini {
  width: 130px;
  line-height: 26px;
}
.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
  width: 28px;
  font-size: 12px;
}
.el-input-number--mini .el-input-number__decrease [class*="el-icon"],
.el-input-number--mini .el-input-number__increase [class*="el-icon"] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.el-input-number--mini .el-input__inner {
  padding-left: 35px;
  padding-right: 35px;
}
.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}
.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 50px;
}
.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 19px;
}
.el-input-number.is-controls-right
  .el-input-number__decrease
  [class*="el-icon"],
.el-input-number.is-controls-right
  .el-input-number__increase
  [class*="el-icon"] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #dcdfe6;
}
.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #dcdfe6;
  border-radius: 0 0 4px;
}
.el-input-number.is-controls-right[class*="medium"] [class*="decrease"],
.el-input-number.is-controls-right[class*="medium"] [class*="increase"] {
  line-height: 17px;
}
.el-input-number.is-controls-right[class*="small"] [class*="decrease"],
.el-input-number.is-controls-right[class*="small"] [class*="increase"] {
  line-height: 15px;
}
.el-input-number.is-controls-right[class*="mini"] [class*="decrease"],
.el-input-number.is-controls-right[class*="mini"] [class*="increase"] {
  line-height: 13px;
}
.el-tooltip__popper {
  border-radius: 4px;
  font-size: 12px;
}
.el-button-group:after,
.el-button-group:before,
.el-color-dropdown__main-wrapper:after,
.el-link.is-underline:hover:after,
.el-page-header__left:after,
.el-progress-bar__inner:after,
.el-row:after,
.el-row:before,
.el-slider:after,
.el-slider:before,
.el-slider__button-wrapper:after,
.el-transfer-panel .el-transfer-panel__footer:after,
.el-upload-cover:after,
.el-upload-list--picture-card .el-upload-list__item-actions:after {
  content: "";
}
.el-tooltip__popper[x-placement^="top"] {
  margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^="bottom"] {
  margin-top: 12px;
}
.el-tooltip__popper[x-placement^="left"] {
  margin-right: 12px;
}
.el-slider:after,
.el-slider:before {
  display: table;
}
.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper:after {
  display: inline-block;
  vertical-align: middle;
}
.el-slider:after {
  clear: both;
}
.el-slider__runway {
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #e4e7ed;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.el-slider__runway.show-input {
  margin-right: 160px;
  width: auto;
}
.el-slider__runway.disabled {
  cursor: default;
}
.el-slider__runway.disabled .el-slider__bar {
  background-color: #c0c4cc;
}
.el-slider__runway.disabled .el-slider__button {
  border-color: #c0c4cc;
}
.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover {
  cursor: not-allowed;
}
.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: not-allowed;
}
.el-slider__button-wrapper,
.el-slider__stop {
  -webkit-transform: translateX(-50%);
  position: absolute;
}
.el-slider__input {
  float: right;
  margin-top: 3px;
  width: 130px;
}
.el-slider__input.el-input-number--mini {
  margin-top: 5px;
}
.el-slider__input.el-input-number--medium {
  margin-top: 0;
}
.el-slider__input.el-input-number--large {
  margin-top: -2px;
}
.el-slider__bar {
  height: 6px;
  background-color: #409eff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}
.el-slider__button-wrapper {
  height: 36px;
  width: 36px;
  z-index: 1001;
  top: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  line-height: normal;
}
.el-image-viewer__btn,
.el-slider__button,
.el-slider__button-wrapper,
.el-step__icon-inner {
  -moz-user-select: none;
  -ms-user-select: none;
}
.el-slider__button-wrapper:after {
  height: 100%;
}
.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.el-slider__button-wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.el-slider__button {
  width: 16px;
  height: 16px;
  border: 2px solid #409eff;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.el-slider__button.hover,
.el-slider__button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.el-slider__button.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.el-slider__stop {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.el-slider__marks-text {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  color: #909399;
  margin-top: 15px;
}
.el-slider.is-vertical {
  position: relative;
}
.el-slider.is-vertical .el-slider__runway {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}
.el-slider.is-vertical .el-slider__bar {
  width: 6px;
  height: auto;
  border-radius: 0 0 3px 3px;
}
.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -15px;
}
.el-slider.is-vertical .el-slider__button-wrapper,
.el-slider.is-vertical .el-slider__stop {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 58px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 22px;
  width: 36px;
  margin-top: 15px;
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input__inner {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase {
  top: 32px;
  margin-top: -1px;
  border: 1px solid #dcdfe6;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__decrease {
  width: 18px;
  right: 18px;
  border-bottom-left-radius: 4px;
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase {
  width: 19px;
  border-bottom-right-radius: 4px;
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input
  .el-input-number__increase
  ~ .el-input
  .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:hover
  .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:hover
  .el-input-number__increase {
  border-color: #c0c4cc;
}
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:active
  .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input
  .el-slider__input:active
  .el-input-number__increase {
  border-color: #409eff;
}
.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.el-loading-parent--relative {
  position: relative !important;
}
.el-loading-parent--hidden {
  overflow: hidden !important;
}
.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: hsla(0, 0%, 100%, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el-loading-mask.is-fullscreen {
  position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}
.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.el-col-pull-0,
.el-col-pull-1,
.el-col-pull-2,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-12,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-push-0,
.el-col-push-1,
.el-col-push-2,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9,
.el-col-push-10,
.el-col-push-11,
.el-col-push-12,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-row,
.el-upload-dragger,
.el-upload-list__item {
  position: relative;
}
.el-loading-spinner .el-loading-text {
  color: #409eff;
  margin: 3px 0;
  font-size: 14px;
}
.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}
.el-loading-spinner i {
  color: #409eff;
}
@-webkit-keyframes loading-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes loading-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-row:after,
.el-row:before {
  display: table;
}
.el-row:after {
  clear: both;
}
.el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-col-0,
.el-row--flex:after,
.el-row--flex:before {
  display: none;
}
.el-row--flex.is-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.el-row--flex.is-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.el-row--flex.is-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.el-row--flex.is-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.el-row--flex.is-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.el-row--flex.is-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-row--flex.is-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[class*="el-col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-col-0 {
  width: 0;
}
.el-col-pull-0 {
  right: 0;
}
.el-col-push-0 {
  left: 0;
}
.el-col-1 {
  width: 4.16667%;
}
.el-col-offset-1 {
  margin-left: 4.16667%;
}
.el-col-pull-1 {
  right: 4.16667%;
}
.el-col-push-1 {
  left: 4.16667%;
}
.el-col-2 {
  width: 8.33333%;
}
.el-col-offset-2 {
  margin-left: 8.33333%;
}
.el-col-pull-2 {
  right: 8.33333%;
}
.el-col-push-2 {
  left: 8.33333%;
}
.el-col-3 {
  width: 12.5%;
}
.el-col-offset-3 {
  margin-left: 12.5%;
}
.el-col-pull-3 {
  right: 12.5%;
}
.el-col-push-3 {
  left: 12.5%;
}
.el-col-4 {
  width: 16.66667%;
}
.el-col-offset-4 {
  margin-left: 16.66667%;
}
.el-col-pull-4 {
  right: 16.66667%;
}
.el-col-push-4 {
  left: 16.66667%;
}
.el-col-5 {
  width: 20.83333%;
}
.el-col-offset-5 {
  margin-left: 20.83333%;
}
.el-col-pull-5 {
  right: 20.83333%;
}
.el-col-push-5 {
  left: 20.83333%;
}
.el-col-6 {
  width: 25%;
}
.el-col-offset-6 {
  margin-left: 25%;
}
.el-col-pull-6 {
  right: 25%;
}
.el-col-push-6 {
  left: 25%;
}
.el-col-7 {
  width: 29.16667%;
}
.el-col-offset-7 {
  margin-left: 29.16667%;
}
.el-col-pull-7 {
  right: 29.16667%;
}
.el-col-push-7 {
  left: 29.16667%;
}
.el-col-8 {
  width: 33.33333%;
}
.el-col-offset-8 {
  margin-left: 33.33333%;
}
.el-col-pull-8 {
  right: 33.33333%;
}
.el-col-push-8 {
  left: 33.33333%;
}
.el-col-9 {
  width: 37.5%;
}
.el-col-offset-9 {
  margin-left: 37.5%;
}
.el-col-pull-9 {
  right: 37.5%;
}
.el-col-push-9 {
  left: 37.5%;
}
.el-col-10 {
  width: 41.66667%;
}
.el-col-offset-10 {
  margin-left: 41.66667%;
}
.el-col-pull-10 {
  right: 41.66667%;
}
.el-col-push-10 {
  left: 41.66667%;
}
.el-col-11 {
  width: 45.83333%;
}
.el-col-offset-11 {
  margin-left: 45.83333%;
}
.el-col-pull-11 {
  right: 45.83333%;
}
.el-col-push-11 {
  left: 45.83333%;
}
.el-col-12 {
  width: 50%;
}
.el-col-offset-12 {
  margin-left: 50%;
}
.el-col-pull-12 {
  right: 50%;
}
.el-col-push-12 {
  left: 50%;
}
.el-col-13 {
  width: 54.16667%;
}
.el-col-offset-13 {
  margin-left: 54.16667%;
}
.el-col-pull-13 {
  right: 54.16667%;
}
.el-col-push-13 {
  left: 54.16667%;
}
.el-col-14 {
  width: 58.33333%;
}
.el-col-offset-14 {
  margin-left: 58.33333%;
}
.el-col-pull-14 {
  right: 58.33333%;
}
.el-col-push-14 {
  left: 58.33333%;
}
.el-col-15 {
  width: 62.5%;
}
.el-col-offset-15 {
  margin-left: 62.5%;
}
.el-col-pull-15 {
  right: 62.5%;
}
.el-col-push-15 {
  left: 62.5%;
}
.el-col-16 {
  width: 66.66667%;
}
.el-col-offset-16 {
  margin-left: 66.66667%;
}
.el-col-pull-16 {
  right: 66.66667%;
}
.el-col-push-16 {
  left: 66.66667%;
}
.el-col-17 {
  width: 70.83333%;
}
.el-col-offset-17 {
  margin-left: 70.83333%;
}
.el-col-pull-17 {
  right: 70.83333%;
}
.el-col-push-17 {
  left: 70.83333%;
}
.el-col-18 {
  width: 75%;
}
.el-col-offset-18 {
  margin-left: 75%;
}
.el-col-pull-18 {
  right: 75%;
}
.el-col-push-18 {
  left: 75%;
}
.el-col-19 {
  width: 79.16667%;
}
.el-col-offset-19 {
  margin-left: 79.16667%;
}
.el-col-pull-19 {
  right: 79.16667%;
}
.el-col-push-19 {
  left: 79.16667%;
}
.el-col-20 {
  width: 83.33333%;
}
.el-col-offset-20 {
  margin-left: 83.33333%;
}
.el-col-pull-20 {
  right: 83.33333%;
}
.el-col-push-20 {
  left: 83.33333%;
}
.el-col-21 {
  width: 87.5%;
}
.el-col-offset-21 {
  margin-left: 87.5%;
}
.el-col-pull-21 {
  right: 87.5%;
}
.el-col-push-21 {
  left: 87.5%;
}
.el-col-22 {
  width: 91.66667%;
}
.el-col-offset-22 {
  margin-left: 91.66667%;
}
.el-col-pull-22 {
  right: 91.66667%;
}
.el-col-push-22 {
  left: 91.66667%;
}
.el-col-23 {
  width: 95.83333%;
}
.el-col-offset-23 {
  margin-left: 95.83333%;
}
.el-col-pull-23 {
  right: 95.83333%;
}
.el-col-push-23 {
  left: 95.83333%;
}
.el-col-24 {
  width: 100%;
}
.el-col-offset-24 {
  margin-left: 100%;
}
.el-col-pull-24 {
  right: 100%;
}
.el-col-push-24 {
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .el-col-xs-0 {
    display: none;
    width: 0;
  }
  .el-col-xs-offset-0 {
    margin-left: 0;
  }
  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-xs-1 {
    width: 4.16667%;
  }
  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-xs-2 {
    width: 8.33333%;
  }
  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-xs-3 {
    width: 12.5%;
  }
  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xs-4 {
    width: 16.66667%;
  }
  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-xs-5 {
    width: 20.83333%;
  }
  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-xs-6 {
    width: 25%;
  }
  .el-col-xs-offset-6 {
    margin-left: 25%;
  }
  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xs-7 {
    width: 29.16667%;
  }
  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-xs-8 {
    width: 33.33333%;
  }
  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-xs-9 {
    width: 37.5%;
  }
  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xs-10 {
    width: 41.66667%;
  }
  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-xs-11 {
    width: 45.83333%;
  }
  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-xs-12 {
    width: 50%;
  }
  .el-col-xs-offset-12 {
    margin-left: 50%;
  }
  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xs-13 {
    width: 54.16667%;
  }
  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-xs-14 {
    width: 58.33333%;
  }
  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-xs-15 {
    width: 62.5%;
  }
  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xs-16 {
    width: 66.66667%;
  }
  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-xs-17 {
    width: 70.83333%;
  }
  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-xs-18 {
    width: 75%;
  }
  .el-col-xs-offset-18 {
    margin-left: 75%;
  }
  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xs-19 {
    width: 79.16667%;
  }
  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-xs-20 {
    width: 83.33333%;
  }
  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-xs-21 {
    width: 87.5%;
  }
  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xs-22 {
    width: 91.66667%;
  }
  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-xs-23 {
    width: 95.83333%;
  }
  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-xs-24 {
    width: 100%;
  }
  .el-col-xs-offset-24 {
    margin-left: 100%;
  }
  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .el-col-sm-0 {
    display: none;
    width: 0;
  }
  .el-col-sm-offset-0 {
    margin-left: 0;
  }
  .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-sm-1 {
    width: 4.16667%;
  }
  .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-sm-2 {
    width: 8.33333%;
  }
  .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-sm-3 {
    width: 12.5%;
  }
  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-sm-4 {
    width: 16.66667%;
  }
  .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-sm-5 {
    width: 20.83333%;
  }
  .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-sm-6 {
    width: 25%;
  }
  .el-col-sm-offset-6 {
    margin-left: 25%;
  }
  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-sm-7 {
    width: 29.16667%;
  }
  .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-sm-8 {
    width: 33.33333%;
  }
  .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-sm-9 {
    width: 37.5%;
  }
  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-sm-10 {
    width: 41.66667%;
  }
  .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-sm-11 {
    width: 45.83333%;
  }
  .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-sm-12 {
    width: 50%;
  }
  .el-col-sm-offset-12 {
    margin-left: 50%;
  }
  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-sm-13 {
    width: 54.16667%;
  }
  .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-sm-14 {
    width: 58.33333%;
  }
  .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-sm-15 {
    width: 62.5%;
  }
  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-sm-16 {
    width: 66.66667%;
  }
  .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-sm-17 {
    width: 70.83333%;
  }
  .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-sm-18 {
    width: 75%;
  }
  .el-col-sm-offset-18 {
    margin-left: 75%;
  }
  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-sm-19 {
    width: 79.16667%;
  }
  .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-sm-20 {
    width: 83.33333%;
  }
  .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-sm-21 {
    width: 87.5%;
  }
  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-sm-22 {
    width: 91.66667%;
  }
  .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-sm-23 {
    width: 95.83333%;
  }
  .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-sm-24 {
    width: 100%;
  }
  .el-col-sm-offset-24 {
    margin-left: 100%;
  }
  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .el-col-md-0 {
    display: none;
    width: 0;
  }
  .el-col-md-offset-0 {
    margin-left: 0;
  }
  .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-md-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-md-1 {
    width: 4.16667%;
  }
  .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-md-2 {
    width: 8.33333%;
  }
  .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-md-3 {
    width: 12.5%;
  }
  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-md-4 {
    width: 16.66667%;
  }
  .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-md-5 {
    width: 20.83333%;
  }
  .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-md-6 {
    width: 25%;
  }
  .el-col-md-offset-6 {
    margin-left: 25%;
  }
  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-md-7 {
    width: 29.16667%;
  }
  .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-md-8 {
    width: 33.33333%;
  }
  .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-md-9 {
    width: 37.5%;
  }
  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-md-10 {
    width: 41.66667%;
  }
  .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-md-11 {
    width: 45.83333%;
  }
  .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-md-12 {
    width: 50%;
  }
  .el-col-md-offset-12 {
    margin-left: 50%;
  }
  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-md-13 {
    width: 54.16667%;
  }
  .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-md-14 {
    width: 58.33333%;
  }
  .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-md-15 {
    width: 62.5%;
  }
  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-md-16 {
    width: 66.66667%;
  }
  .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-md-17 {
    width: 70.83333%;
  }
  .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-md-18 {
    width: 75%;
  }
  .el-col-md-offset-18 {
    margin-left: 75%;
  }
  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-md-19 {
    width: 79.16667%;
  }
  .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-md-20 {
    width: 83.33333%;
  }
  .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-md-21 {
    width: 87.5%;
  }
  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-md-22 {
    width: 91.66667%;
  }
  .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-md-23 {
    width: 95.83333%;
  }
  .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-md-24 {
    width: 100%;
  }
  .el-col-md-offset-24 {
    margin-left: 100%;
  }
  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .el-col-lg-0 {
    display: none;
    width: 0;
  }
  .el-col-lg-offset-0 {
    margin-left: 0;
  }
  .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-lg-1 {
    width: 4.16667%;
  }
  .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-lg-2 {
    width: 8.33333%;
  }
  .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-lg-3 {
    width: 12.5%;
  }
  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-lg-4 {
    width: 16.66667%;
  }
  .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-lg-5 {
    width: 20.83333%;
  }
  .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-lg-6 {
    width: 25%;
  }
  .el-col-lg-offset-6 {
    margin-left: 25%;
  }
  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-lg-7 {
    width: 29.16667%;
  }
  .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-lg-8 {
    width: 33.33333%;
  }
  .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-lg-9 {
    width: 37.5%;
  }
  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-lg-10 {
    width: 41.66667%;
  }
  .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-lg-11 {
    width: 45.83333%;
  }
  .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-lg-12 {
    width: 50%;
  }
  .el-col-lg-offset-12 {
    margin-left: 50%;
  }
  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-lg-13 {
    width: 54.16667%;
  }
  .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-lg-14 {
    width: 58.33333%;
  }
  .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-lg-15 {
    width: 62.5%;
  }
  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-lg-16 {
    width: 66.66667%;
  }
  .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-lg-17 {
    width: 70.83333%;
  }
  .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-lg-18 {
    width: 75%;
  }
  .el-col-lg-offset-18 {
    margin-left: 75%;
  }
  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-lg-19 {
    width: 79.16667%;
  }
  .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-lg-20 {
    width: 83.33333%;
  }
  .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-lg-21 {
    width: 87.5%;
  }
  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-lg-22 {
    width: 91.66667%;
  }
  .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-lg-23 {
    width: 95.83333%;
  }
  .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-lg-24 {
    width: 100%;
  }
  .el-col-lg-offset-24 {
    margin-left: 100%;
  }
  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .el-col-xl-0 {
    display: none;
    width: 0;
  }
  .el-col-xl-offset-0 {
    margin-left: 0;
  }
  .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }
  .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }
  .el-col-xl-1 {
    width: 4.16667%;
  }
  .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }
  .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }
  .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }
  .el-col-xl-2 {
    width: 8.33333%;
  }
  .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }
  .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }
  .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }
  .el-col-xl-3 {
    width: 12.5%;
  }
  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xl-4 {
    width: 16.66667%;
  }
  .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }
  .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }
  .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }
  .el-col-xl-5 {
    width: 20.83333%;
  }
  .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }
  .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }
  .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }
  .el-col-xl-6 {
    width: 25%;
  }
  .el-col-xl-offset-6 {
    margin-left: 25%;
  }
  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xl-7 {
    width: 29.16667%;
  }
  .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }
  .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }
  .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }
  .el-col-xl-8 {
    width: 33.33333%;
  }
  .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }
  .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }
  .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }
  .el-col-xl-9 {
    width: 37.5%;
  }
  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xl-10 {
    width: 41.66667%;
  }
  .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }
  .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }
  .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }
  .el-col-xl-11 {
    width: 45.83333%;
  }
  .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }
  .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }
  .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }
  .el-col-xl-12 {
    width: 50%;
  }
  .el-col-xl-offset-12 {
    margin-left: 50%;
  }
  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xl-13 {
    width: 54.16667%;
  }
  .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }
  .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }
  .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }
  .el-col-xl-14 {
    width: 58.33333%;
  }
  .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }
  .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }
  .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }
  .el-col-xl-15 {
    width: 62.5%;
  }
  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xl-16 {
    width: 66.66667%;
  }
  .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }
  .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }
  .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }
  .el-col-xl-17 {
    width: 70.83333%;
  }
  .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }
  .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }
  .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }
  .el-col-xl-18 {
    width: 75%;
  }
  .el-col-xl-offset-18 {
    margin-left: 75%;
  }
  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xl-19 {
    width: 79.16667%;
  }
  .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }
  .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }
  .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }
  .el-col-xl-20 {
    width: 83.33333%;
  }
  .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }
  .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }
  .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }
  .el-col-xl-21 {
    width: 87.5%;
  }
  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xl-22 {
    width: 91.66667%;
  }
  .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }
  .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }
  .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }
  .el-col-xl-23 {
    width: 95.83333%;
  }
  .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }
  .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }
  .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }
  .el-col-xl-24 {
    width: 100%;
  }
  .el-col-xl-offset-24 {
    margin-left: 100%;
  }
  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}
@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 32px 0;
  }
}
.el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.el-upload__input {
  display: none;
}
.el-upload__tip {
  font-size: 12px;
  color: #606266;
  margin-top: 7px;
}
.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
}
.el-upload--picture-card {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
}
.el-upload--picture-card i {
  font-size: 28px;
  color: #8c939d;
}
.el-upload--picture-card:hover,
.el-upload:focus {
  border-color: #409eff;
  color: #409eff;
}
.el-upload:focus .el-upload-dragger {
  border-color: #409eff;
}
.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.el-upload-dragger .el-icon-upload {
  font-size: 67px;
  color: #c0c4cc;
  margin: 40px 0 16px;
  line-height: 50px;
}
.el-upload-dragger + .el-upload__tip {
  text-align: center;
}
.el-upload-dragger ~ .el-upload__files {
  border-top: 1px solid #dcdfe6;
  margin-top: 7px;
  padding-top: 5px;
}
.el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 14px;
  text-align: center;
}
.el-upload-dragger .el-upload__text em {
  color: #409eff;
  font-style: normal;
}
.el-upload-dragger:hover {
  border-color: #409eff;
}
.el-upload-dragger.is-dragover {
  background-color: rgba(32, 159, 255, 0.06);
  border: 2px dashed #409eff;
}
.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.el-upload-list__item {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}
.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}
.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}
.el-upload-list__item:first-child {
  margin-top: 10px;
}
.el-upload-list__item .el-icon-upload-success {
  color: #67c23a;
}
.el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.75;
  color: #606266;
}
.el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}
.el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: #409eff;
}
.el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}
.el-upload-list__item:hover .el-progress__text {
  display: none;
}
.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: block;
}
.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
  color: #409eff;
  cursor: pointer;
}
.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
  display: inline-block;
}
.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
  outline-width: 0;
}
.el-upload-list__item.is-success:active .el-icon-close-tip,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
  display: none;
}
.el-upload-list.is-disabled
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  display: block;
}
.el-upload-list__item-name {
  color: #606266;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
.el-upload-list__item-name [class^="el-icon"] {
  height: 100%;
  margin-right: 7px;
  color: #909399;
  line-height: inherit;
}
.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
}
.el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #606266;
  display: none;
}
.el-upload-list__item-delete:hover {
  color: #409eff;
}
.el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}
.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
  color: #fff;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.el-upload-list--picture-card
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}
.el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}
.el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el-upload-list--picture-card .el-upload-list__item-actions:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
  margin-left: 15px;
}
.el-upload-list--picture-card
  .el-upload-list__item-actions
  .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-block;
}
.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 126px;
}
.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}
.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 10px 10px 90px;
  height: 92px;
}
.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
  color: #fff;
}
.el-upload-list--picture
  .el-upload-list__item:hover
  .el-upload-list__item-status-label {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px;
  right: -12px;
}
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}
.el-upload-list--picture
  .el-upload-list__item.is-success
  .el-upload-list__item-name {
  line-height: 70px;
  margin-top: 0;
}
.el-upload-list--picture
  .el-upload-list__item.is-success
  .el-upload-list__item-name
  i {
  display: none;
}
.el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -80px;
  background-color: #fff;
}
.el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 20px;
}
.el-upload-list--picture .el-upload-list__item-name i {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 9px;
  top: 10px;
}
.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}
.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}
.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}
.el-upload-cover:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.el-upload-cover__label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}
.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}
.el-upload-cover__progress + .el-upload__inner {
  opacity: 0;
}
.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  text-align: center;
}
.el-upload-cover__interact .btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 60px;
}
.el-upload-cover__interact .btn span {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}
.el-upload-cover__interact .btn:hover {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}
.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}
.el-upload-cover__interact .btn i {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}
.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 36px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #303133;
}
.el-upload-cover + .el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.el-progress {
  position: relative;
  line-height: 1;
}
.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}
.el-progress__text i {
  vertical-align: middle;
  display: block;
}
.el-progress--circle,
.el-progress--dashboard {
  display: inline-block;
}
.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}
.el-progress--without-text .el-progress__text {
  display: none;
}
.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}
.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}
.el-progress.is-success .el-progress-bar__inner {
  background-color: #67c23a;
}
.el-progress.is-success .el-progress__text {
  color: #67c23a;
}
.el-progress.is-warning .el-progress-bar__inner {
  background-color: #e6a23c;
}
.el-badge__content,
.el-progress.is-exception .el-progress-bar__inner {
  background-color: #f56c6c;
}
.el-progress.is-warning .el-progress__text {
  color: #e6a23c;
}
.el-progress.is-exception .el-progress__text {
  color: #f56c6c;
}
.el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  box-sizing: border-box;
}
.el-card__header,
.el-message,
.el-progress-bar,
.el-step__icon {
  -webkit-box-sizing: border-box;
}
.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #ebeef5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409eff;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.el-progress-bar__inner:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 32px 0;
  }
}
.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}
.el-spinner {
  display: inline-block;
  vertical-align: middle;
}
.el-spinner-inner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}
.el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.el-message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-message.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.el-message.is-closable .el-message__content {
  padding-right: 16px;
}
.el-message p {
  margin: 0;
}
.el-message--info .el-message__content {
  color: #909399;
}
.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.el-message--success .el-message__content {
  color: #67c23a;
}
.el-message--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.el-message--warning .el-message__content {
  color: #e6a23c;
}
.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.el-message--error .el-message__content {
  color: #f56c6c;
}
.el-message__icon {
  margin-right: 10px;
}
.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.el-message__content:focus {
  outline-width: 0;
}
.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #c0c4cc;
  font-size: 16px;
}
.el-message__closeBtn:focus {
  outline-width: 0;
}
.el-message__closeBtn:hover {
  color: #909399;
}
.el-message .el-icon-success {
  color: #67c23a;
}
.el-message .el-icon-error {
  color: #f56c6c;
}
.el-message .el-icon-info {
  color: #909399;
}
.el-message .el-icon-warning {
  color: #e6a23c;
}
.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.el-badge__content {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
}
.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}
.el-rate__icon,
.el-rate__item {
  position: relative;
  display: inline-block;
}
.el-badge__content.is-fixed.is-dot {
  right: 5px;
}
.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}
.el-badge__content--primary {
  background-color: #409eff;
}
.el-badge__content--success {
  background-color: #67c23a;
}
.el-badge__content--warning {
  background-color: #e6a23c;
}
.el-badge__content--info {
  background-color: #909399;
}
.el-badge__content--danger {
  background-color: #f56c6c;
}
.el-card {
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #ebeef5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-card__body,
.el-main {
  padding: 20px;
}
.el-rate {
  height: 20px;
  line-height: 1;
}
.el-rate:active,
.el-rate:focus {
  outline-width: 0;
}
.el-rate__item {
  font-size: 0;
  vertical-align: middle;
}
.el-rate__icon {
  font-size: 18px;
  margin-right: 6px;
  color: #c0c4cc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.el-rate__decimal,
.el-rate__icon .path2 {
  position: absolute;
  top: 0;
  left: 0;
}
.el-rate__icon.hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.el-rate__decimal {
  display: inline-block;
  overflow: hidden;
}
.el-step.is-vertical,
.el-steps {
  display: -webkit-box;
  display: -ms-flexbox;
}
.el-rate__text {
  font-size: 14px;
  vertical-align: middle;
}
.el-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-steps--simple {
  padding: 13px 8%;
  border-radius: 4px;
  background: #f5f7fa;
}
.el-steps--horizontal {
  white-space: nowrap;
}
.el-steps--vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.el-step {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.el-step:last-of-type .el-step__line {
  display: none;
}
.el-step:last-of-type.is-flex {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
  padding-right: 0;
}
.el-step__head {
  position: relative;
  width: 100%;
}
.el-step__head.is-process {
  color: #303133;
  border-color: #303133;
}
.el-step__head.is-wait {
  color: #c0c4cc;
  border-color: #c0c4cc;
}
.el-step__head.is-success {
  color: #67c23a;
  border-color: #67c23a;
}
.el-step__head.is-error {
  color: #f56c6c;
  border-color: #f56c6c;
}
.el-step__head.is-finish {
  color: #409eff;
  border-color: #409eff;
}
.el-step__icon {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.el-step.is-horizontal,
.el-step__icon-inner {
  display: inline-block;
}
.el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.el-step__icon.is-icon {
  width: 40px;
}
.el-step__icon-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.el-step__icon-inner[class*="el-icon"]:not(.is-status) {
  font-size: 25px;
  font-weight: 400;
}
.el-step__icon-inner.is-status {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #c0c4cc;
}
.el-step__line-inner {
  display: block;
  border: 1px solid;
  border-color: inherit;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}
.el-step__main {
  white-space: normal;
  text-align: left;
}
.el-step__title {
  font-size: 16px;
  line-height: 38px;
}
.el-step__title.is-process {
  font-weight: 700;
  color: #303133;
}
.el-step__title.is-wait {
  color: #c0c4cc;
}
.el-step__title.is-success {
  color: #67c23a;
}
.el-step__title.is-error {
  color: #f56c6c;
}
.el-step__title.is-finish {
  color: #409eff;
}
.el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.el-step__description.is-process {
  color: #303133;
}
.el-step__description.is-wait {
  color: #c0c4cc;
}
.el-step__description.is-success {
  color: #67c23a;
}
.el-step__description.is-error {
  color: #f56c6c;
}
.el-step__description.is-finish {
  color: #409eff;
}
.el-step.is-horizontal .el-step__line {
  height: 2px;
  top: 11px;
  left: 0;
  right: 0;
}
.el-step.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-step.is-vertical .el-step__head {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 24px;
}
.el-step.is-vertical .el-step__main {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}
.el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}
.el-step.is-vertical .el-step__icon.is-icon {
  width: 24px;
}
.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
  text-align: center;
}
.el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}
.el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}
.el-step.is-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 10px;
}
.el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
}
.el-step.is-simple .el-step__icon-inner[class*="el-icon"]:not(.is-status) {
  font-size: 18px;
}
.el-step.is-simple .el-step__icon-inner.is-status {
  -webkit-transform: scale(0.8) translateY(1px);
  -ms-transform: scale(0.8) translateY(1px);
  transform: scale(0.8) translateY(1px);
}
.el-step.is-simple .el-step__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.el-step.is-simple .el-step__title {
  font-size: 16px;
  line-height: 20px;
}
.el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}
.el-step.is-simple .el-step__arrow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.el-step.is-simple .el-step__arrow:after,
.el-step.is-simple .el-step__arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: #c0c4cc;
}
.el-step.is-simple .el-step__arrow:before {
  -webkit-transform: rotate(-45deg) translateY(-4px);
  -ms-transform: rotate(-45deg) translateY(-4px);
  transform: rotate(-45deg) translateY(-4px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.el-step.is-simple .el-step__arrow:after {
  -webkit-transform: rotate(45deg) translateY(4px);
  -ms-transform: rotate(45deg) translateY(4px);
  transform: rotate(45deg) translateY(4px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}
.el-carousel {
  position: relative;
}
.el-carousel--horizontal {
  overflow-x: hidden;
}
.el-carousel--vertical {
  overflow-y: hidden;
}
.el-carousel__container {
  position: relative;
  height: 300px;
}
.el-carousel__arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}
.el-carousel__arrow--left {
  left: 16px;
}
.el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, 0.23);
}
.el-carousel__arrow i {
  cursor: pointer;
}
.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: 0.64;
}
.el-carousel__indicators--outside button {
  background-color: #c0c4cc;
  opacity: 0.24;
}
.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}
.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}
.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}
.el-carousel__indicator {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.el-carousel__indicator:hover button {
  opacity: 0.72;
}
.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}
.el-carousel__indicator--vertical {
  padding: 4px 12px;
}
.el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}
.el-carousel__indicator.is-active button {
  opacity: 1;
}
.el-carousel__button {
  display: block;
  opacity: 0.48;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.el-carousel__item,
.el-carousel__mask {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  -webkit-transform: translateY(-50%) translateX(-10px);
  -ms-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}
.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  -webkit-transform: translateY(-50%) translateX(10px);
  -ms-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
.el-carousel__item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.el-carousel__item.is-active {
  z-index: 2;
}
.el-carousel__item--card,
.el-carousel__item.is-animating {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.el-carousel__item--card {
  width: 50%;
}
.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: 0.12;
}
.el-carousel__item--card.is-active {
  z-index: 2;
}
.el-carousel__mask {
  width: 100%;
  background-color: #fff;
  opacity: 0.24;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active {
  opacity: 0;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-fade-in-enter,
.el-fade-in-leave-active {
  opacity: 0;
}
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
}
.collapse-transition {
  -webkit-transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
  -o-transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out,
    0.3s padding-bottom ease-in-out;
  transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
}
.horizontal-collapse-transition {
  -webkit-transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out,
    padding-right 0.3s ease-in-out;
  -o-transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out,
    0.3s padding-right ease-in-out;
  transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out,
    padding-right 0.3s ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.el-list-enter,
.el-list-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.el-opacity-transition {
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-collapse {
  border-top: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
}
.el-collapse-item.is-disabled .el-collapse-item__header {
  color: #bbb;
  cursor: not-allowed;
}
.el-collapse-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #ebeef5;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
  outline: 0;
}
.el-collapse-item__arrow {
  margin: 0 8px 0 auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-weight: 300;
}
.el-collapse-item__arrow.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.el-collapse-item__header.focusing:focus:not(:hover) {
  color: #409eff;
}
.el-collapse-item__header.is-active {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-collapse-item__wrap {
  will-change: height;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ebeef5;
}
.el-cascader__search-input,
.el-cascader__tags,
.el-collapse-item__wrap,
.el-tag {
  -webkit-box-sizing: border-box;
}
.el-collapse-item__content {
  padding-bottom: 25px;
  font-size: 13px;
  color: #303133;
  line-height: 1.769230769230769;
}
.el-collapse-item:last-child {
  margin-bottom: -1px;
}
.el-cascader,
.el-tag {
  display: inline-block;
}
.el-popper[x-placement^="top"] {
  margin-bottom: 12px;
}
.el-popper[x-placement^="bottom"] {
  margin-top: 12px;
}
.el-popper[x-placement^="left"] {
  margin-right: 12px;
}
.el-tag {
  font-size: 12px;
  border-radius: 4px;
}
.el-cascader {
  position: relative;
  font-size: 14px;
  line-height: 40px;
}
.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #c0c4cc;
}
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #409eff;
}
.el-cascader .el-input {
  cursor: pointer;
}
.el-cascader .el-input .el-input__inner {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.el-cascader .el-input .el-icon-arrow-down {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 14px;
}
.el-cascader .el-input .el-icon-arrow-down.is-reverse {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.el-cascader .el-input .el-icon-circle-close:hover {
  color: #909399;
}
.el-cascader--medium {
  font-size: 14px;
  line-height: 36px;
}
.el-cascader--small {
  font-size: 13px;
  line-height: 32px;
}
.el-cascader--mini {
  font-size: 12px;
  line-height: 28px;
}
.el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #c0c4cc;
}
.el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-cascader__tags .el-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #f0f2f5;
}
.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: rgba(0, 0, 0, 0);
}
.el-cascader__tags .el-tag > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.el-cascader__tags .el-tag .el-icon-close {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #c0c4cc;
  color: #fff;
}
.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #909399;
}
.el-cascader__suggestion-panel {
  border-radius: 4px;
}
.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.el-cascader__suggestion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}
.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
  background: #f5f7fa;
}
.el-cascader__suggestion-item.is-checked {
  color: #409eff;
  font-weight: 700;
}
.el-cascader__suggestion-item > span {
  margin-right: 10px;
}
.el-cascader__empty-text {
  margin: 10px 0;
  color: #c0c4cc;
}
.el-cascader__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #606266;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-cascader__search-input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-cascader__search-input:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-cascader__search-input::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-cascader__search-input::-moz-placeholder {
  color: #c0c4cc;
}
.el-cascader__search-input::placeholder {
  color: #c0c4cc;
}
.el-color-predefine {
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}
.el-color-predefine,
.el-color-predefine__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-color-predefine__colors {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.el-color-predefine__color-selector:nth-child(10n + 1) {
  margin-left: 0;
}
.el-color-predefine__color-selector.selected {
  -webkit-box-shadow: 0 0 3px 2px #409eff;
  box-shadow: 0 0 3px 2px #409eff;
}
.el-color-predefine__color-selector > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 3px;
}
.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-hue-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: red;
  padding: 0 2px;
}
.el-color-hue-slider__bar {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(red),
    color-stop(17%, #ff0),
    color-stop(33%, #0f0),
    color-stop(50%, #0ff),
    color-stop(67%, #00f),
    color-stop(83%, #f0f),
    to(red)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, red),
    color-stop(17%, #ff0),
    color-stop(33%, #0f0),
    color-stop(50%, #0ff),
    color-stop(67%, #00f),
    color-stop(83%, #f0f),
    to(red)
  );
  background: -webkit-linear-gradient(
    left,
    red,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
  background: -o-linear-gradient(
    left,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: linear-gradient(
    90deg,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
  height: 100%;
}
.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(17%, #ff0),
    color-stop(33%, #0f0),
    color-stop(50%, #0ff),
    color-stop(67%, #00f),
    color-stop(83%, #f0f),
    to(red)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, red),
    color-stop(17%, #ff0),
    color-stop(33%, #0f0),
    color-stop(50%, #0ff),
    color-stop(67%, #00f),
    color-stop(83%, #f0f),
    to(red)
  );
  background: -webkit-linear-gradient(
    top,
    red,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
  background: -o-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: linear-gradient(
    180deg,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}
.el-color-svpanel__black,
.el-color-svpanel__white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.el-color-svpanel__white {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
  background: -o-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.el-color-svpanel__black {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
.el-color-svpanel__cursor {
  position: absolute;
}
.el-color-svpanel__cursor > div {
  cursor: head;
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}
.el-color-alpha-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-alpha-slider__bar {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
  background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
  height: 100%;
}
.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
  background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.el-color-dropdown {
  width: 300px;
}
.el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}
.el-color-dropdown__main-wrapper:after {
  display: table;
  clear: both;
}
.el-color-dropdown__btns {
  margin-top: 6px;
  text-align: right;
}
.el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #000;
  width: 160px;
}
.el-color-dropdown__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  font-size: 12px;
}
.el-color-dropdown__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}
.el-color-dropdown__btn:hover {
  color: #409eff;
  border-color: #409eff;
}
.el-color-dropdown__link-btn {
  cursor: pointer;
  color: #409eff;
  text-decoration: none;
  padding: 15px;
  font-size: 12px;
}
.el-color-dropdown__link-btn:hover {
  color: tint(#409eff, 20%);
}
.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 40px;
}
.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}
.el-color-picker--medium {
  height: 36px;
}
.el-color-picker--medium .el-color-picker__trigger {
  height: 36px;
  width: 36px;
}
.el-color-picker--medium .el-color-picker__mask {
  height: 34px;
  width: 34px;
}
.el-color-picker--small {
  height: 32px;
}
.el-color-picker--small .el-color-picker__trigger {
  height: 32px;
  width: 32px;
}
.el-color-picker--small .el-color-picker__mask {
  height: 30px;
  width: 30px;
}
.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.el-color-picker--mini {
  height: 28px;
}
.el-color-picker--mini .el-color-picker__trigger {
  height: 28px;
  width: 28px;
}
.el-color-picker--mini .el-color-picker__mask {
  height: 26px;
  width: 26px;
}
.el-color-picker--mini .el-color-picker__empty,
.el-color-picker--mini .el-color-picker__icon {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: hsla(0, 0%, 100%, 0.7);
}
.el-color-picker__trigger {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 0;
  cursor: pointer;
}
.el-color-picker__color,
.el-color-picker__trigger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.el-color-picker__color {
  display: block;
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.el-color-picker__icon,
.el-input,
.el-textarea {
  display: inline-block;
  width: 100%;
}
.el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.el-color-picker__empty {
  color: #999;
}
.el-color-picker__empty,
.el-color-picker__icon {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.el-color-picker__icon {
  color: #fff;
  text-align: center;
}
.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-input__inner,
.el-textarea__inner,
.el-transfer-panel {
  -webkit-box-sizing: border-box;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner:hover {
  border-color: #c0c4cc;
}
.el-input__prefix,
.el-input__suffix {
  height: 100%;
}
.el-image-viewer__btn,
.el-image__preview,
.el-link,
.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-transfer {
  font-size: 14px;
}
.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #409eff;
  font-size: 0;
}
.el-button-group > .el-button + .el-button,
.el-transfer-panel__item + .el-transfer-panel__item,
.el-transfer__button [class*="el-icon-"] + span {
  margin-left: 0;
}
.el-divider__text,
.el-image__error,
.el-link,
.el-timeline,
.el-transfer__button i,
.el-transfer__button span {
  font-size: 14px;
}
.el-transfer__button.is-with-texts {
  border-radius: 4px;
}
.el-transfer__button.is-disabled,
.el-transfer__button.is-disabled:hover {
  border: 1px solid #dcdfe6;
  background-color: #f5f7fa;
  color: #c0c4cc;
}
.el-transfer__button:first-child {
  margin-bottom: 10px;
}
.el-transfer__button:nth-child(2) {
  margin: 0;
}
.el-transfer-panel {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.el-transfer-panel__body {
  height: 246px;
}
.el-transfer-panel__body.is-with-footer {
  padding-bottom: 40px;
}
.el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: 246px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-transfer-panel__list.is-filterable {
  height: 194px;
  padding-top: 0;
}
.el-transfer-panel__item {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  display: block !important;
}
.el-transfer-panel__item.el-checkbox {
  color: #606266;
}
.el-transfer-panel__item:hover {
  color: #409eff;
}
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  line-height: 30px;
}
.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}
.el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: auto;
}
.el-transfer-panel__filter .el-input__inner {
  height: 32px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  padding-right: 10px;
  padding-left: 30px;
}
.el-transfer-panel__filter .el-input__icon {
  margin-left: 5px;
}
.el-transfer-panel .el-transfer-panel__header {
  height: 40px;
  line-height: 40px;
  background: #f5f7fa;
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #ebeef5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
.el-container,
.el-header {
  -webkit-box-sizing: border-box;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 40px;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 16px;
  color: #303133;
  font-weight: 400;
}
.el-transfer-panel
  .el-transfer-panel__header
  .el-checkbox
  .el-checkbox__label
  span {
  position: absolute;
  right: 15px;
  color: #909399;
  font-size: 12px;
  font-weight: 400;
}
.el-transfer-panel .el-transfer-panel__footer {
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ebeef5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.el-transfer-panel .el-transfer-panel__footer:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.el-container,
.el-timeline-item__node {
  display: -webkit-box;
  display: -ms-flexbox;
}
.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: #606266;
}
.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px 0;
  color: #909399;
  text-align: center;
}
.el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}
.el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}
.el-transfer-panel .el-checkbox__inner:after {
  height: 6px;
  width: 3px;
  left: 4px;
}
.el-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}
.el-container.is-vertical,
.el-drawer,
.el-empty,
.el-result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.el-container.is-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}
.el-header {
  padding: 0 20px;
}
.el-aside,
.el-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.el-aside {
  overflow: auto;
}
.el-main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: auto;
}
.el-footer,
.el-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-footer {
  padding: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.el-timeline {
  margin: 0;
  list-style: none;
}
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}
.el-timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.el-timeline-item__wrapper {
  position: relative;
  padding-left: 28px;
  top: -3px;
}
.el-timeline-item__tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid #e4e7ed;
}
.el-timeline-item__icon {
  color: #fff;
  font-size: 13px;
}
.el-timeline-item__node {
  position: absolute;
  background-color: #e4e7ed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-image__error,
.el-timeline-item__dot {
  display: -webkit-box;
  display: -ms-flexbox;
}
.el-timeline-item__node--normal {
  left: -1px;
  width: 12px;
  height: 12px;
}
.el-timeline-item__node--large {
  left: -2px;
  width: 14px;
  height: 14px;
}
.el-timeline-item__node--primary {
  background-color: #409eff;
}
.el-timeline-item__node--success {
  background-color: #67c23a;
}
.el-timeline-item__node--warning {
  background-color: #e6a23c;
}
.el-timeline-item__node--danger {
  background-color: #f56c6c;
}
.el-timeline-item__node--info {
  background-color: #909399;
}
.el-timeline-item__dot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-timeline-item__content {
  color: #303133;
}
.el-timeline-item__timestamp {
  color: #909399;
  line-height: 1;
  font-size: 13px;
}
.el-timeline-item__timestamp.is-top {
  margin-bottom: 8px;
  padding-top: 4px;
}
.el-timeline-item__timestamp.is-bottom {
  margin-top: 8px;
}
.el-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  padding: 0;
  font-weight: 500;
}
.el-link.is-underline:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #409eff;
}
.el-link.el-link--default:after,
.el-link.el-link--primary.is-underline:hover:after,
.el-link.el-link--primary:after {
  border-color: #409eff;
}
.el-link.is-disabled {
  cursor: not-allowed;
}
.el-link [class*="el-icon-"] + span {
  margin-left: 5px;
}
.el-link.el-link--default {
  color: #606266;
}
.el-link.el-link--default:hover {
  color: #409eff;
}
.el-link.el-link--default.is-disabled {
  color: #c0c4cc;
}
.el-link.el-link--primary {
  color: #409eff;
}
.el-link.el-link--primary:hover {
  color: #66b1ff;
}
.el-link.el-link--primary.is-disabled {
  color: #a0cfff;
}
.el-link.el-link--danger.is-underline:hover:after,
.el-link.el-link--danger:after {
  border-color: #f56c6c;
}
.el-link.el-link--danger {
  color: #f56c6c;
}
.el-link.el-link--danger:hover {
  color: #f78989;
}
.el-link.el-link--danger.is-disabled {
  color: #fab6b6;
}
.el-link.el-link--success.is-underline:hover:after,
.el-link.el-link--success:after {
  border-color: #67c23a;
}
.el-link.el-link--success {
  color: #67c23a;
}
.el-link.el-link--success:hover {
  color: #85ce61;
}
.el-link.el-link--success.is-disabled {
  color: #b3e19d;
}
.el-link.el-link--warning.is-underline:hover:after,
.el-link.el-link--warning:after {
  border-color: #e6a23c;
}
.el-link.el-link--warning {
  color: #e6a23c;
}
.el-link.el-link--warning:hover {
  color: #ebb563;
}
.el-link.el-link--warning.is-disabled {
  color: #f3d19e;
}
.el-link.el-link--info.is-underline:hover:after,
.el-link.el-link--info:after {
  border-color: #909399;
}
.el-link.el-link--info {
  color: #909399;
}
.el-link.el-link--info:hover {
  color: #a6a9ad;
}
.el-link.el-link--info.is-disabled {
  color: #c8c9cc;
}
.el-divider {
  background-color: #dcdfe6;
  position: relative;
}
.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}
.el-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}
.el-divider__text {
  position: absolute;
  background-color: #fff;
  padding: 0 20px;
  font-weight: 500;
  color: #303133;
}
.el-image__error,
.el-image__placeholder {
  background: #f5f7fa;
}
.el-divider__text.is-left {
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el-divider__text.is-center {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.el-divider__text.is-right {
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el-image__error,
.el-image__inner,
.el-image__placeholder {
  width: 100%;
  height: 100%;
}
.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.el-image__inner {
  vertical-align: top;
}
.el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.el-image__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c0c4cc;
  vertical-align: middle;
}
.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
}
.el-button,
.el-checkbox,
.el-checkbox-button__inner,
.el-empty__image img,
.el-image-viewer__btn,
.el-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}
.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}
.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.el-image-viewer__next,
.el-image-viewer__prev {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  top: 50%;
}
.el-image-viewer__prev {
  left: 40px;
}
.el-image-viewer__next,
.el-image-viewer__prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el-image-viewer__next {
  right: 40px;
  text-indent: 2px;
}
.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}
.viewer-fade-enter-active {
  -webkit-animation: viewer-fade-in 0.3s;
  animation: viewer-fade-in 0.3s;
}
.viewer-fade-leave-active {
  -webkit-animation: viewer-fade-out 0.3s;
  animation: viewer-fade-out 0.3s;
}
@-webkit-keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes viewer-fade-out {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes viewer-fade-out {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-button--medium,
.el-button--medium.is-round {
  padding: 10px 20px;
}
.el-button--small {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--small.is-round {
  padding: 9px 15px;
}
.el-button--mini {
  font-size: 12px;
  border-radius: 3px;
}
.el-button-group:after,
.el-button-group:before {
  display: table;
}
.el-button-group > .el-button.is-active,
.el-button-group > .el-button:not(.is-disabled):active,
.el-button-group > .el-button:not(.is-disabled):focus,
.el-button-group > .el-button:not(.is-disabled):hover {
  z-index: 1;
}
.el-calendar {
  background-color: #fff;
}
.el-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #ebeef5;
}
.el-backtop,
.el-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
}
.el-calendar__title {
  color: #000;
  -ms-flex-item-align: center;
  align-self: center;
}
.el-calendar__body {
  padding: 12px 20px 35px;
}
.el-calendar-table {
  table-layout: fixed;
  width: 100%;
}
.el-calendar-table thead th {
  padding: 12px 0;
  color: #606266;
  font-weight: 400;
}
.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
  color: #c0c4cc;
}
.el-backtop,
.el-calendar-table td.is-today {
  color: #409eff;
}
.el-calendar-table td {
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  vertical-align: top;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.el-calendar-table td.is-selected {
  background-color: #f2f8fe;
}
.el-calendar-table tr:first-child td {
  border-top: 1px solid #ebeef5;
}
.el-calendar-table tr td:first-child {
  border-left: 1px solid #ebeef5;
}
.el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}
.el-calendar-table .el-calendar-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  height: 85px;
}
.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #f2f8fe;
}
.el-backtop {
  position: fixed;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 5;
}
.el-backtop:hover {
  background-color: #f2f6fc;
}
.el-page-header {
  line-height: 24px;
}
.el-page-header,
.el-page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-page-header__left {
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}
.el-page-header__left:after {
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dcdfe6;
}
.el-page-header__left .el-icon-back {
  font-size: 18px;
  margin-right: 6px;
  -ms-flex-item-align: center;
  align-self: center;
}
.el-page-header__title {
  font-size: 14px;
  font-weight: 500;
}
.el-page-header__content {
  font-size: 18px;
  color: #303133;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner,
.el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox-button,
.el-checkbox-button__inner,
.el-radio,
.el-radio__inner,
.el-radio__input {
  display: inline-block;
  position: relative;
}
.el-avatar,
.el-cascader-panel,
.el-radio,
.el-radio--medium.is-bordered .el-radio__label,
.el-radio__label {
  font-size: 14px;
}
.el-radio {
  color: #606266;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  margin-right: 30px;
}
.el-cascader-node > .el-radio,
.el-radio:last-child {
  margin-right: 0;
}
.el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  height: 40px;
}
.el-cascader-menu,
.el-cascader-menu__list,
.el-radio.is-bordered,
.el-radio__inner {
  -webkit-box-sizing: border-box;
}
.el-radio.is-bordered.is-checked {
  border-color: #409eff;
}
.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #ebeef5;
}
.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
}
.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 10px;
}
.el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 4px;
  height: 36px;
}
.el-radio--mini.is-bordered .el-radio__label,
.el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}
.el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}
.el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}
.el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}
.el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}
.el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}
.el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}
.el-radio__input.is-disabled .el-radio__inner {
  cursor: not-allowed;
}
.el-radio__input.is-disabled .el-radio__inner:after {
  cursor: not-allowed;
  background-color: #f5f7fa;
}
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner:after {
  background-color: #c0c4cc;
}
.el-radio__input.is-disabled + span.el-radio__label {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #409eff;
  background: #409eff;
}
.el-radio__input.is-checked .el-radio__inner:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.el-radio__input.is-checked + .el-radio__label {
  color: #409eff;
}
.el-radio__input.is-focus .el-radio__inner {
  border-color: #409eff;
}
.el-radio__inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-radio__inner:hover {
  border-color: #409eff;
}
.el-radio__inner:after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
.el-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: 0 0 2px 2px #409eff;
  box-shadow: 0 0 2px 2px #409eff;
}
.el-radio__label {
  padding-left: 10px;
}
.el-cascader-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
.el-cascader-panel.is-bordered {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
}
.el-cascader-menu {
  min-width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  border-right: 1px solid #e4e7ed;
}
.el-cascader-menu:last-child {
  border-right: none;
}
.el-cascader-menu__wrap {
  height: 204px;
}
.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #c0c4cc;
}
.el-cascader-node {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: 0;
}
.el-cascader-node.is-selectable.in-active-path {
  color: #606266;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #409eff;
  font-weight: 700;
}
.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}
.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
  background: #f5f7fa;
}
.el-cascader-node.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}
.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}
.el-cascader-node__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}
.el-avatar {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: #c0c4cc;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.el-avatar,
.el-drawer,
.el-drawer__body > * {
  -webkit-box-sizing: border-box;
}
.el-avatar > img {
  display: block;
  height: 100%;
  vertical-align: middle;
}
.el-empty__image img,
.el-empty__image svg {
  vertical-align: top;
  height: 100%;
  width: 100%;
}
.el-avatar--circle {
  border-radius: 50%;
}
.el-avatar--square {
  border-radius: 4px;
}
.el-avatar--icon {
  font-size: 18px;
}
.el-avatar--large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.el-avatar--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.el-avatar--small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
@-webkit-keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@-webkit-keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-webkit-keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes btt-drawer-in {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes btt-drawer-in {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.el-drawer {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  outline: 0;
}
.el-drawer.rtl {
  -webkit-animation: rtl-drawer-out 0.3s;
  animation: rtl-drawer-out 0.3s;
  right: 0;
}
.el-drawer__open .el-drawer.rtl {
  -webkit-animation: rtl-drawer-in 0.3s 1ms;
  animation: rtl-drawer-in 0.3s 1ms;
}
.el-drawer.ltr {
  -webkit-animation: ltr-drawer-out 0.3s;
  animation: ltr-drawer-out 0.3s;
  left: 0;
}
.el-drawer__open .el-drawer.ltr {
  -webkit-animation: ltr-drawer-in 0.3s 1ms;
  animation: ltr-drawer-in 0.3s 1ms;
}
.el-drawer.ttb {
  -webkit-animation: ttb-drawer-out 0.3s;
  animation: ttb-drawer-out 0.3s;
  top: 0;
}
.el-drawer__open .el-drawer.ttb {
  -webkit-animation: ttb-drawer-in 0.3s 1ms;
  animation: ttb-drawer-in 0.3s 1ms;
}
.el-drawer.btt {
  -webkit-animation: btt-drawer-out 0.3s;
  animation: btt-drawer-out 0.3s;
  bottom: 0;
}
.el-drawer__open .el-drawer.btt {
  -webkit-animation: btt-drawer-in 0.3s 1ms;
  animation: btt-drawer-in 0.3s 1ms;
}
.el-drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
.el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 20px 20px 0;
}
.el-drawer__header > :first-child,
.el-drawer__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.el-drawer__title {
  margin: 0;
  line-height: inherit;
  font-size: 1rem;
}
.el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.el-drawer__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
.el-drawer__body > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-drawer.ltr,
.el-drawer.rtl {
  height: 100%;
  top: 0;
  bottom: 0;
}
.el-drawer.btt,
.el-drawer.ttb,
.el-drawer__container {
  width: 100%;
  left: 0;
  right: 0;
}
.el-drawer__container {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
}
.el-drawer-fade-enter-active {
  -webkit-animation: el-drawer-fade-in 0.3s;
  animation: el-drawer-fade-in 0.3s;
}
.el-drawer-fade-leave-active {
  animation: el-drawer-fade-in 0.3s reverse;
}
.el-statistic {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  text-align: center;
}
.el-statistic .head {
  margin-bottom: 4px;
  color: #606266;
  font-size: 13px;
}
.el-statistic .con {
  font-family: Sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303133;
}
.el-statistic .con .number {
  font-size: 20px;
  padding: 0 4px;
}
.el-statistic .con span {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}
.el-popconfirm__main,
.el-skeleton__image {
  display: -ms-flexbox;
  -webkit-box-align: center;
  display: -webkit-box;
}
.el-popconfirm__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.el-popconfirm__icon {
  margin-right: 5px;
}
.el-popconfirm__action {
  text-align: right;
  margin: 0;
}
@-webkit-keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.el-skeleton {
  width: 100%;
}
.el-skeleton__first-line,
.el-skeleton__paragraph {
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.el-skeleton.is-animated .el-skeleton__item {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #f2f2f2),
    color-stop(37%, #e6e6e6),
    color-stop(63%, #f2f2f2)
  );
  background: -webkit-linear-gradient(
    left,
    #f2f2f2 25%,
    #e6e6e6 37%,
    #f2f2f2 63%
  );
  background: -o-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: el-skeleton-loading 1.4s ease infinite;
  animation: el-skeleton-loading 1.4s ease infinite;
}
.el-skeleton__item {
  background: #f2f2f2;
  display: inline-block;
  height: 16px;
  border-radius: 4px;
  width: 100%;
}
.el-skeleton__circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.el-skeleton__circle--lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.el-skeleton__circle--md {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.el-skeleton__button {
  height: 40px;
  width: 64px;
  border-radius: 4px;
}
.el-skeleton__p {
  width: 100%;
}
.el-skeleton__p.is-last {
  width: 61%;
}
.el-skeleton__p.is-first {
  width: 33%;
}
.el-skeleton__text {
  width: 100%;
  height: 13px;
}
.el-skeleton__caption {
  height: 12px;
}
.el-skeleton__h1 {
  height: 20px;
}
.el-skeleton__h3 {
  height: 18px;
}
.el-skeleton__h5 {
  height: 16px;
}
.el-skeleton__image {
  width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}
.el-skeleton__image svg {
  fill: #dcdde0;
  width: 22%;
  height: 22%;
}
.el-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}
.el-empty__image {
  width: 160px;
}
.el-empty__image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.el-empty__image svg {
  fill: #dcdde0;
}
.el-empty__description {
  margin-top: 20px;
}
.el-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #909399;
}
.el-empty__bottom,
.el-result__title {
  margin-top: 20px;
}
.el-descriptions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #303133;
}
.el-descriptions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.el-descriptions__title {
  font-size: 16px;
  font-weight: 700;
}
.el-descriptions--mini,
.el-descriptions--small {
  font-size: 12px;
}
.el-descriptions__body {
  color: #606266;
  background-color: #fff;
}
.el-descriptions__body .el-descriptions__table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}
.el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-left {
  text-align: left;
}
.el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-center {
  text-align: center;
}
.el-descriptions__body
  .el-descriptions__table
  .el-descriptions-item__cell.is-right {
  text-align: right;
}
.el-descriptions .is-bordered {
  table-layout: auto;
}
.el-descriptions .is-bordered .el-descriptions-item__cell {
  border: 1px solid #ebeef5;
  padding: 12px 10px;
}
.el-descriptions :not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 12px;
}
.el-descriptions--medium.is-bordered .el-descriptions-item__cell {
  padding: 10px;
}
.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 10px;
}
.el-descriptions--small.is-bordered .el-descriptions-item__cell {
  padding: 8px 10px;
}
.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 8px;
}
.el-descriptions--mini.is-bordered .el-descriptions-item__cell {
  padding: 6px 10px;
}
.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell {
  padding-bottom: 6px;
}
.el-descriptions-item {
  vertical-align: top;
}
.el-descriptions-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-descriptions-item__container .el-descriptions-item__content,
.el-descriptions-item__container .el-descriptions-item__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.el-descriptions-item__container .el-descriptions-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.el-descriptions-item__label.has-colon:after {
  content: ":";
  position: relative;
  top: -0.5px;
}
.el-descriptions-item__label.is-bordered-label {
  font-weight: 700;
  color: #909399;
  background: #fafafa;
}
.el-descriptions-item__label:not(.is-bordered-label) {
  margin-right: 10px;
}
.el-descriptions-item__content {
  word-break: break-word;
  overflow-wrap: break-word;
}
.el-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px;
}
.el-result__icon svg {
  width: 64px;
  height: 64px;
}
.el-result__title p {
  margin: 0;
  font-size: 20px;
  color: #303133;
  line-height: 1.3;
}
.el-result__subtitle {
  margin-top: 10px;
}
.el-result__subtitle p {
  margin: 0;
  font-size: 14px;
  color: #606266;
  line-height: 1.3;
}
.el-result__extra {
  margin-top: 30px;
}
.el-result .icon-success {
  fill: #67c23a;
}
.el-result .icon-error {
  fill: #f56c6c;
}
.el-result .icon-info {
  fill: #909399;
}
.el-result .icon-warning {
  fill: #e6a23c;
}
@font-face {
  font-family: iconfont;
  src: url(../../static/fonts/iconfont.3017a6d.woff2) format("woff2"),
    url(../../static/fonts/iconfont.f6ba98f.woff) format("woff"),
    url(../../static/fonts/iconfont.bfb4f83.ttf) format("truetype"),
    url(../../static/img/iconfont.5e17fa6.svg#iconfont) format("svg");
}
.icon-meiyoushuju:before {
  content: "\E60B";
}
.icon-tupian:before {
  content: "\E684";
}
.icon-icon-test:before {
  content: "\E60F";
}
.icon-wenjianguanli:before {
  content: "\E661";
}
.icon-yinpin:before {
  content: "\E612";
}
.icon-c-kongzhuangtai:before {
  content: "\E631";
}
.icon-shipin:before {
  content: "\E688";
}
.icon-ziyuan:before {
  content: "\E627";
}
.icon-yasuobao:before {
  content: "\E606";
}
.icon-quanbufenlei:before {
  content: "\FD1E";
}
@font-face {
  font-family: iconfont;
  src: url(../../static/fonts/iconfont.b63cabe.woff2) format("woff2"),
    url(../../static/fonts/iconfont.562cb7e.woff) format("woff"),
    url(../../static/fonts/iconfont.5c90d03.ttf) format("truetype");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-rusuodengji:before {
  content: "\E60B";
}
.icon-xinziguanli:before {
  content: "\E627";
}
.icon-gongzuojingyan:before {
  content: "\E79C";
}
.icon-mianshiyaoqing:before {
  content: "\E7BE";
}
.icon-bumenguanli:before {
  content: "\E752";
}
.icon-zhouqiguanli:before {
  content: "\E653";
}
.icon-zhaopin2:before {
  content: "\E646";
}
.icon-area:before {
  content: "\E62B";
}
.icon-xueli1:before {
  content: "\E631";
}
.icon-renyuanshuju:before {
  content: "\E60C";
}
.icon-pingtai08:before {
  content: "\E675";
}
.icon-yaoyue:before {
  content: "\E888";
}
.icon-jingzhengfenxi:before {
  content: "\E6E9";
}
.icon-jingzhengduishou:before {
  content: "\E699";
}
.icon-yaoqing:before {
  content: "\E6A7";
}
.icon-lizhi:before {
  content: "\E6C9";
}
.icon-jilu:before {
  content: "\E61F";
}
.icon-meirijilu:before {
  content: "\E611";
}
.icon-dangan1:before {
  content: "\E6A5";
}
.icon-renyuandangan:before {
  content: "\E640";
}
.icon-dangan2:before {
  content: "\E616";
}
.icon-dengji:before {
  content: "\E61A";
}
.icon-dangqi:before {
  content: "\E601";
}
.icon-renyuantongji:before {
  content: "\E65E";
}
.icon-quyu:before {
  content: "\E685";
}
.icon-dangan:before {
  content: "\E762";
}
.icon-jingyan:before {
  content: "\E665";
}
.icon-xueli:before {
  content: "\E612";
}
.icon-yuangong:before {
  content: "\E636";
}
.icon-pingtai:before {
  content: "\E628";
}
.icon-dixin:before {
  content: "\E634";
}
.icon-gangwei:before {
  content: "\E60A";
}
.icon-zhaopin:before {
  content: "\E635";
}
.icon-zaizhirenyuan:before {
  content: "\E66E";
}
.ivu-load-loop {
  animation: ani-load-loop 1s linear infinite;
}
@keyframes ani-load-loop {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.input-group-error-append,
.input-group-error-prepend {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.input-group-error-append .ivu-select-selection,
.input-group-error-prepend .ivu-select-selection {
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0);
}
.input-group-error-prepend {
  border-right: 0;
}
.input-group-error-append {
  border-left: 0;
} /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 12px;
  color: #515a6e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
a {
  color: #2d8cf0;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  color: #57a3f3;
}
a:active {
  color: #2b85e4;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
@font-face {
  font-family: Ionicons;
  src: url(../../static/fonts/ionicons.143146f.woff2) format("woff2"),
    url(../../static/fonts/ionicons.99ac330.woff) format("woff"),
    url(../../static/fonts/ionicons.d535a25.ttf) format("truetype"),
    url(../../static/img/ionicons.a2c4a26.svg#Ionicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.ivu-icon {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.ivu-icon-ios-add-circle-outline:before {
  content: "\F100";
}
.ivu-icon-ios-add-circle:before {
  content: "\F101";
}
.ivu-icon-ios-add:before {
  content: "\F102";
}
.ivu-icon-ios-alarm-outline:before {
  content: "\F103";
}
.ivu-icon-ios-alarm:before {
  content: "\F104";
}
.ivu-icon-ios-albums-outline:before {
  content: "\F105";
}
.ivu-icon-ios-albums:before {
  content: "\F106";
}
.ivu-icon-ios-alert-outline:before {
  content: "\F107";
}
.ivu-icon-ios-alert:before {
  content: "\F108";
}
.ivu-icon-ios-american-football-outline:before {
  content: "\F109";
}
.ivu-icon-ios-american-football:before {
  content: "\F10A";
}
.ivu-icon-ios-analytics-outline:before {
  content: "\F10B";
}
.ivu-icon-ios-analytics:before {
  content: "\F10C";
}
.ivu-icon-ios-aperture-outline:before {
  content: "\F10D";
}
.ivu-icon-ios-aperture:before {
  content: "\F10E";
}
.ivu-icon-ios-apps-outline:before {
  content: "\F10F";
}
.ivu-icon-ios-apps:before {
  content: "\F110";
}
.ivu-icon-ios-appstore-outline:before {
  content: "\F111";
}
.ivu-icon-ios-appstore:before {
  content: "\F112";
}
.ivu-icon-ios-archive-outline:before {
  content: "\F113";
}
.ivu-icon-ios-archive:before {
  content: "\F114";
}
.ivu-icon-ios-arrow-back:before {
  content: "\F115";
}
.ivu-icon-ios-arrow-down:before {
  content: "\F116";
}
.ivu-icon-ios-arrow-dropdown-circle:before {
  content: "\F117";
}
.ivu-icon-ios-arrow-dropdown:before {
  content: "\F118";
}
.ivu-icon-ios-arrow-dropleft-circle:before {
  content: "\F119";
}
.ivu-icon-ios-arrow-dropleft:before {
  content: "\F11A";
}
.ivu-icon-ios-arrow-dropright-circle:before {
  content: "\F11B";
}
.ivu-icon-ios-arrow-dropright:before {
  content: "\F11C";
}
.ivu-icon-ios-arrow-dropup-circle:before {
  content: "\F11D";
}
.ivu-icon-ios-arrow-dropup:before {
  content: "\F11E";
}
.ivu-icon-ios-arrow-forward:before {
  content: "\F11F";
}
.ivu-icon-ios-arrow-round-back:before {
  content: "\F120";
}
.ivu-icon-ios-arrow-round-down:before {
  content: "\F121";
}
.ivu-icon-ios-arrow-round-forward:before {
  content: "\F122";
}
.ivu-icon-ios-arrow-round-up:before {
  content: "\F123";
}
.ivu-icon-ios-arrow-up:before {
  content: "\F124";
}
.ivu-icon-ios-at-outline:before {
  content: "\F125";
}
.ivu-icon-ios-at:before {
  content: "\F126";
}
.ivu-icon-ios-attach:before {
  content: "\F127";
}
.ivu-icon-ios-backspace-outline:before {
  content: "\F128";
}
.ivu-icon-ios-backspace:before {
  content: "\F129";
}
.ivu-icon-ios-barcode-outline:before {
  content: "\F12A";
}
.ivu-icon-ios-barcode:before {
  content: "\F12B";
}
.ivu-icon-ios-baseball-outline:before {
  content: "\F12C";
}
.ivu-icon-ios-baseball:before {
  content: "\F12D";
}
.ivu-icon-ios-basket-outline:before {
  content: "\F12E";
}
.ivu-icon-ios-basket:before {
  content: "\F12F";
}
.ivu-icon-ios-basketball-outline:before {
  content: "\F130";
}
.ivu-icon-ios-basketball:before {
  content: "\F131";
}
.ivu-icon-ios-battery-charging:before {
  content: "\F132";
}
.ivu-icon-ios-battery-dead:before {
  content: "\F133";
}
.ivu-icon-ios-battery-full:before {
  content: "\F134";
}
.ivu-icon-ios-beaker-outline:before {
  content: "\F135";
}
.ivu-icon-ios-beaker:before {
  content: "\F136";
}
.ivu-icon-ios-beer-outline:before {
  content: "\F137";
}
.ivu-icon-ios-beer:before {
  content: "\F138";
}
.ivu-icon-ios-bicycle:before {
  content: "\F139";
}
.ivu-icon-ios-bluetooth:before {
  content: "\F13A";
}
.ivu-icon-ios-boat-outline:before {
  content: "\F13B";
}
.ivu-icon-ios-boat:before {
  content: "\F13C";
}
.ivu-icon-ios-body-outline:before {
  content: "\F13D";
}
.ivu-icon-ios-body:before {
  content: "\F13E";
}
.ivu-icon-ios-bonfire-outline:before {
  content: "\F13F";
}
.ivu-icon-ios-bonfire:before {
  content: "\F140";
}
.ivu-icon-ios-book-outline:before {
  content: "\F141";
}
.ivu-icon-ios-book:before {
  content: "\F142";
}
.ivu-icon-ios-bookmark-outline:before {
  content: "\F143";
}
.ivu-icon-ios-bookmark:before {
  content: "\F144";
}
.ivu-icon-ios-bookmarks-outline:before {
  content: "\F145";
}
.ivu-icon-ios-bookmarks:before {
  content: "\F146";
}
.ivu-icon-ios-bowtie-outline:before {
  content: "\F147";
}
.ivu-icon-ios-bowtie:before {
  content: "\F148";
}
.ivu-icon-ios-briefcase-outline:before {
  content: "\F149";
}
.ivu-icon-ios-briefcase:before {
  content: "\F14A";
}
.ivu-icon-ios-browsers-outline:before {
  content: "\F14B";
}
.ivu-icon-ios-browsers:before {
  content: "\F14C";
}
.ivu-icon-ios-brush-outline:before {
  content: "\F14D";
}
.ivu-icon-ios-brush:before {
  content: "\F14E";
}
.ivu-icon-ios-bug-outline:before {
  content: "\F14F";
}
.ivu-icon-ios-bug:before {
  content: "\F150";
}
.ivu-icon-ios-build-outline:before {
  content: "\F151";
}
.ivu-icon-ios-build:before {
  content: "\F152";
}
.ivu-icon-ios-bulb-outline:before {
  content: "\F153";
}
.ivu-icon-ios-bulb:before {
  content: "\F154";
}
.ivu-icon-ios-bus-outline:before {
  content: "\F155";
}
.ivu-icon-ios-bus:before {
  content: "\F156";
}
.ivu-icon-ios-cafe-outline:before {
  content: "\F157";
}
.ivu-icon-ios-cafe:before {
  content: "\F158";
}
.ivu-icon-ios-calculator-outline:before {
  content: "\F159";
}
.ivu-icon-ios-calculator:before {
  content: "\F15A";
}
.ivu-icon-ios-calendar-outline:before {
  content: "\F15B";
}
.ivu-icon-ios-calendar:before {
  content: "\F15C";
}
.ivu-icon-ios-call-outline:before {
  content: "\F15D";
}
.ivu-icon-ios-call:before {
  content: "\F15E";
}
.ivu-icon-ios-camera-outline:before {
  content: "\F15F";
}
.ivu-icon-ios-camera:before {
  content: "\F160";
}
.ivu-icon-ios-car-outline:before {
  content: "\F161";
}
.ivu-icon-ios-car:before {
  content: "\F162";
}
.ivu-icon-ios-card-outline:before {
  content: "\F163";
}
.ivu-icon-ios-card:before {
  content: "\F164";
}
.ivu-icon-ios-cart-outline:before {
  content: "\F165";
}
.ivu-icon-ios-cart:before {
  content: "\F166";
}
.ivu-icon-ios-cash-outline:before {
  content: "\F167";
}
.ivu-icon-ios-cash:before {
  content: "\F168";
}
.ivu-icon-ios-chatboxes-outline:before {
  content: "\F169";
}
.ivu-icon-ios-chatboxes:before {
  content: "\F16A";
}
.ivu-icon-ios-chatbubbles-outline:before {
  content: "\F16B";
}
.ivu-icon-ios-chatbubbles:before {
  content: "\F16C";
}
.ivu-icon-ios-checkbox-outline:before {
  content: "\F16D";
}
.ivu-icon-ios-checkbox:before {
  content: "\F16E";
}
.ivu-icon-ios-checkmark-circle-outline:before {
  content: "\F16F";
}
.ivu-icon-ios-checkmark-circle:before {
  content: "\F170";
}
.ivu-icon-ios-checkmark:before {
  content: "\F171";
}
.ivu-icon-ios-clipboard-outline:before {
  content: "\F172";
}
.ivu-icon-ios-clipboard:before {
  content: "\F173";
}
.ivu-icon-ios-clock-outline:before {
  content: "\F174";
}
.ivu-icon-ios-clock:before {
  content: "\F175";
}
.ivu-icon-ios-close-circle-outline:before {
  content: "\F176";
}
.ivu-icon-ios-close-circle:before {
  content: "\F177";
}
.ivu-icon-ios-close:before {
  content: "\F178";
}
.ivu-icon-ios-closed-captioning-outline:before {
  content: "\F179";
}
.ivu-icon-ios-closed-captioning:before {
  content: "\F17A";
}
.ivu-icon-ios-cloud-circle-outline:before {
  content: "\F17B";
}
.ivu-icon-ios-cloud-circle:before {
  content: "\F17C";
}
.ivu-icon-ios-cloud-done-outline:before {
  content: "\F17D";
}
.ivu-icon-ios-cloud-done:before {
  content: "\F17E";
}
.ivu-icon-ios-cloud-download-outline:before {
  content: "\F17F";
}
.ivu-icon-ios-cloud-download:before {
  content: "\F180";
}
.ivu-icon-ios-cloud-outline:before {
  content: "\F181";
}
.ivu-icon-ios-cloud-upload-outline:before {
  content: "\F182";
}
.ivu-icon-ios-cloud-upload:before {
  content: "\F183";
}
.ivu-icon-ios-cloud:before {
  content: "\F184";
}
.ivu-icon-ios-cloudy-night-outline:before {
  content: "\F185";
}
.ivu-icon-ios-cloudy-night:before {
  content: "\F186";
}
.ivu-icon-ios-cloudy-outline:before {
  content: "\F187";
}
.ivu-icon-ios-cloudy:before {
  content: "\F188";
}
.ivu-icon-ios-code-download:before {
  content: "\F189";
}
.ivu-icon-ios-code-working:before {
  content: "\F18A";
}
.ivu-icon-ios-code:before {
  content: "\F18B";
}
.ivu-icon-ios-cog-outline:before {
  content: "\F18C";
}
.ivu-icon-ios-cog:before {
  content: "\F18D";
}
.ivu-icon-ios-color-fill-outline:before {
  content: "\F18E";
}
.ivu-icon-ios-color-fill:before {
  content: "\F18F";
}
.ivu-icon-ios-color-filter-outline:before {
  content: "\F190";
}
.ivu-icon-ios-color-filter:before {
  content: "\F191";
}
.ivu-icon-ios-color-palette-outline:before {
  content: "\F192";
}
.ivu-icon-ios-color-palette:before {
  content: "\F193";
}
.ivu-icon-ios-color-wand-outline:before {
  content: "\F194";
}
.ivu-icon-ios-color-wand:before {
  content: "\F195";
}
.ivu-icon-ios-compass-outline:before {
  content: "\F196";
}
.ivu-icon-ios-compass:before {
  content: "\F197";
}
.ivu-icon-ios-construct-outline:before {
  content: "\F198";
}
.ivu-icon-ios-construct:before {
  content: "\F199";
}
.ivu-icon-ios-contact-outline:before {
  content: "\F19A";
}
.ivu-icon-ios-contact:before {
  content: "\F19B";
}
.ivu-icon-ios-contacts-outline:before {
  content: "\F19C";
}
.ivu-icon-ios-contacts:before {
  content: "\F19D";
}
.ivu-icon-ios-contract:before {
  content: "\F19E";
}
.ivu-icon-ios-contrast:before {
  content: "\F19F";
}
.ivu-icon-ios-copy-outline:before {
  content: "\F1A0";
}
.ivu-icon-ios-copy:before {
  content: "\F1A1";
}
.ivu-icon-ios-create-outline:before {
  content: "\F1A2";
}
.ivu-icon-ios-create:before {
  content: "\F1A3";
}
.ivu-icon-ios-crop-outline:before {
  content: "\F1A4";
}
.ivu-icon-ios-crop:before {
  content: "\F1A5";
}
.ivu-icon-ios-cube-outline:before {
  content: "\F1A6";
}
.ivu-icon-ios-cube:before {
  content: "\F1A7";
}
.ivu-icon-ios-cut-outline:before {
  content: "\F1A8";
}
.ivu-icon-ios-cut:before {
  content: "\F1A9";
}
.ivu-icon-ios-desktop-outline:before {
  content: "\F1AA";
}
.ivu-icon-ios-desktop:before {
  content: "\F1AB";
}
.ivu-icon-ios-disc-outline:before {
  content: "\F1AC";
}
.ivu-icon-ios-disc:before {
  content: "\F1AD";
}
.ivu-icon-ios-document-outline:before {
  content: "\F1AE";
}
.ivu-icon-ios-document:before {
  content: "\F1AF";
}
.ivu-icon-ios-done-all:before {
  content: "\F1B0";
}
.ivu-icon-ios-download-outline:before {
  content: "\F1B1";
}
.ivu-icon-ios-download:before {
  content: "\F1B2";
}
.ivu-icon-ios-easel-outline:before {
  content: "\F1B3";
}
.ivu-icon-ios-easel:before {
  content: "\F1B4";
}
.ivu-icon-ios-egg-outline:before {
  content: "\F1B5";
}
.ivu-icon-ios-egg:before {
  content: "\F1B6";
}
.ivu-icon-ios-exit-outline:before {
  content: "\F1B7";
}
.ivu-icon-ios-exit:before {
  content: "\F1B8";
}
.ivu-icon-ios-expand:before {
  content: "\F1B9";
}
.ivu-icon-ios-eye-off-outline:before {
  content: "\F1BA";
}
.ivu-icon-ios-eye-off:before {
  content: "\F1BB";
}
.ivu-icon-ios-eye-outline:before {
  content: "\F1BC";
}
.ivu-icon-ios-eye:before {
  content: "\F1BD";
}
.ivu-icon-ios-fastforward-outline:before {
  content: "\F1BE";
}
.ivu-icon-ios-fastforward:before {
  content: "\F1BF";
}
.ivu-icon-ios-female:before {
  content: "\F1C0";
}
.ivu-icon-ios-filing-outline:before {
  content: "\F1C1";
}
.ivu-icon-ios-filing:before {
  content: "\F1C2";
}
.ivu-icon-ios-film-outline:before {
  content: "\F1C3";
}
.ivu-icon-ios-film:before {
  content: "\F1C4";
}
.ivu-icon-ios-finger-print:before {
  content: "\F1C5";
}
.ivu-icon-ios-flag-outline:before {
  content: "\F1C6";
}
.ivu-icon-ios-flag:before {
  content: "\F1C7";
}
.ivu-icon-ios-flame-outline:before {
  content: "\F1C8";
}
.ivu-icon-ios-flame:before {
  content: "\F1C9";
}
.ivu-icon-ios-flash-outline:before {
  content: "\F1CA";
}
.ivu-icon-ios-flash:before {
  content: "\F1CB";
}
.ivu-icon-ios-flask-outline:before {
  content: "\F1CC";
}
.ivu-icon-ios-flask:before {
  content: "\F1CD";
}
.ivu-icon-ios-flower-outline:before {
  content: "\F1CE";
}
.ivu-icon-ios-flower:before {
  content: "\F1CF";
}
.ivu-icon-ios-folder-open-outline:before {
  content: "\F1D0";
}
.ivu-icon-ios-folder-open:before {
  content: "\F1D1";
}
.ivu-icon-ios-folder-outline:before {
  content: "\F1D2";
}
.ivu-icon-ios-folder:before {
  content: "\F1D3";
}
.ivu-icon-ios-football-outline:before {
  content: "\F1D4";
}
.ivu-icon-ios-football:before {
  content: "\F1D5";
}
.ivu-icon-ios-funnel-outline:before {
  content: "\F1D6";
}
.ivu-icon-ios-funnel:before {
  content: "\F1D7";
}
.ivu-icon-ios-game-controller-a-outline:before {
  content: "\F1D8";
}
.ivu-icon-ios-game-controller-a:before {
  content: "\F1D9";
}
.ivu-icon-ios-game-controller-b-outline:before {
  content: "\F1DA";
}
.ivu-icon-ios-game-controller-b:before {
  content: "\F1DB";
}
.ivu-icon-ios-git-branch:before {
  content: "\F1DC";
}
.ivu-icon-ios-git-commit:before {
  content: "\F1DD";
}
.ivu-icon-ios-git-compare:before {
  content: "\F1DE";
}
.ivu-icon-ios-git-merge:before {
  content: "\F1DF";
}
.ivu-icon-ios-git-network:before {
  content: "\F1E0";
}
.ivu-icon-ios-git-pull-request:before {
  content: "\F1E1";
}
.ivu-icon-ios-glasses-outline:before {
  content: "\F1E2";
}
.ivu-icon-ios-glasses:before {
  content: "\F1E3";
}
.ivu-icon-ios-globe-outline:before {
  content: "\F1E4";
}
.ivu-icon-ios-globe:before {
  content: "\F1E5";
}
.ivu-icon-ios-grid-outline:before {
  content: "\F1E6";
}
.ivu-icon-ios-grid:before {
  content: "\F1E7";
}
.ivu-icon-ios-hammer-outline:before {
  content: "\F1E8";
}
.ivu-icon-ios-hammer:before {
  content: "\F1E9";
}
.ivu-icon-ios-hand-outline:before {
  content: "\F1EA";
}
.ivu-icon-ios-hand:before {
  content: "\F1EB";
}
.ivu-icon-ios-happy-outline:before {
  content: "\F1EC";
}
.ivu-icon-ios-happy:before {
  content: "\F1ED";
}
.ivu-icon-ios-headset-outline:before {
  content: "\F1EE";
}
.ivu-icon-ios-headset:before {
  content: "\F1EF";
}
.ivu-icon-ios-heart-outline:before {
  content: "\F1F0";
}
.ivu-icon-ios-heart:before {
  content: "\F1F1";
}
.ivu-icon-ios-help-buoy-outline:before {
  content: "\F1F2";
}
.ivu-icon-ios-help-buoy:before {
  content: "\F1F3";
}
.ivu-icon-ios-help-circle-outline:before {
  content: "\F1F4";
}
.ivu-icon-ios-help-circle:before {
  content: "\F1F5";
}
.ivu-icon-ios-help:before {
  content: "\F1F6";
}
.ivu-icon-ios-home-outline:before {
  content: "\F1F7";
}
.ivu-icon-ios-home:before {
  content: "\F1F8";
}
.ivu-icon-ios-ice-cream-outline:before {
  content: "\F1F9";
}
.ivu-icon-ios-ice-cream:before {
  content: "\F1FA";
}
.ivu-icon-ios-image-outline:before {
  content: "\F1FB";
}
.ivu-icon-ios-image:before {
  content: "\F1FC";
}
.ivu-icon-ios-images-outline:before {
  content: "\F1FD";
}
.ivu-icon-ios-images:before {
  content: "\F1FE";
}
.ivu-icon-ios-infinite-outline:before {
  content: "\F1FF";
}
.ivu-icon-ios-infinite:before {
  content: "\F200";
}
.ivu-icon-ios-information-circle-outline:before {
  content: "\F201";
}
.ivu-icon-ios-information-circle:before {
  content: "\F202";
}
.ivu-icon-ios-information:before {
  content: "\F203";
}
.ivu-icon-ios-ionic-outline:before {
  content: "\F204";
}
.ivu-icon-ios-ionic:before {
  content: "\F205";
}
.ivu-icon-ios-ionitron-outline:before {
  content: "\F206";
}
.ivu-icon-ios-ionitron:before {
  content: "\F207";
}
.ivu-icon-ios-jet-outline:before {
  content: "\F208";
}
.ivu-icon-ios-jet:before {
  content: "\F209";
}
.ivu-icon-ios-key-outline:before {
  content: "\F20A";
}
.ivu-icon-ios-key:before {
  content: "\F20B";
}
.ivu-icon-ios-keypad-outline:before {
  content: "\F20C";
}
.ivu-icon-ios-keypad:before {
  content: "\F20D";
}
.ivu-icon-ios-laptop:before {
  content: "\F20E";
}
.ivu-icon-ios-leaf-outline:before {
  content: "\F20F";
}
.ivu-icon-ios-leaf:before {
  content: "\F210";
}
.ivu-icon-ios-link-outline:before {
  content: "\F211";
}
.ivu-icon-ios-link:before {
  content: "\F212";
}
.ivu-icon-ios-list-box-outline:before {
  content: "\F213";
}
.ivu-icon-ios-list-box:before {
  content: "\F214";
}
.ivu-icon-ios-list:before {
  content: "\F215";
}
.ivu-icon-ios-locate-outline:before {
  content: "\F216";
}
.ivu-icon-ios-locate:before {
  content: "\F217";
}
.ivu-icon-ios-lock-outline:before {
  content: "\F218";
}
.ivu-icon-ios-lock:before {
  content: "\F219";
}
.ivu-icon-ios-log-in:before {
  content: "\F21A";
}
.ivu-icon-ios-log-out:before {
  content: "\F21B";
}
.ivu-icon-ios-magnet-outline:before {
  content: "\F21C";
}
.ivu-icon-ios-magnet:before {
  content: "\F21D";
}
.ivu-icon-ios-mail-open-outline:before {
  content: "\F21E";
}
.ivu-icon-ios-mail-open:before {
  content: "\F21F";
}
.ivu-icon-ios-mail-outline:before {
  content: "\F220";
}
.ivu-icon-ios-mail:before {
  content: "\F221";
}
.ivu-icon-ios-male:before {
  content: "\F222";
}
.ivu-icon-ios-man-outline:before {
  content: "\F223";
}
.ivu-icon-ios-man:before {
  content: "\F224";
}
.ivu-icon-ios-map-outline:before {
  content: "\F225";
}
.ivu-icon-ios-map:before {
  content: "\F226";
}
.ivu-icon-ios-medal-outline:before {
  content: "\F227";
}
.ivu-icon-ios-medal:before {
  content: "\F228";
}
.ivu-icon-ios-medical-outline:before {
  content: "\F229";
}
.ivu-icon-ios-medical:before {
  content: "\F22A";
}
.ivu-icon-ios-medkit-outline:before {
  content: "\F22B";
}
.ivu-icon-ios-medkit:before {
  content: "\F22C";
}
.ivu-icon-ios-megaphone-outline:before {
  content: "\F22D";
}
.ivu-icon-ios-megaphone:before {
  content: "\F22E";
}
.ivu-icon-ios-menu-outline:before {
  content: "\F22F";
}
.ivu-icon-ios-menu:before {
  content: "\F230";
}
.ivu-icon-ios-mic-off-outline:before {
  content: "\F231";
}
.ivu-icon-ios-mic-off:before {
  content: "\F232";
}
.ivu-icon-ios-mic-outline:before {
  content: "\F233";
}
.ivu-icon-ios-mic:before {
  content: "\F234";
}
.ivu-icon-ios-microphone-outline:before {
  content: "\F235";
}
.ivu-icon-ios-microphone:before {
  content: "\F236";
}
.ivu-icon-ios-moon-outline:before {
  content: "\F237";
}
.ivu-icon-ios-moon:before {
  content: "\F238";
}
.ivu-icon-ios-more-outline:before {
  content: "\F239";
}
.ivu-icon-ios-more:before {
  content: "\F23A";
}
.ivu-icon-ios-move:before {
  content: "\F23B";
}
.ivu-icon-ios-musical-note-outline:before {
  content: "\F23C";
}
.ivu-icon-ios-musical-note:before {
  content: "\F23D";
}
.ivu-icon-ios-musical-notes-outline:before {
  content: "\F23E";
}
.ivu-icon-ios-musical-notes:before {
  content: "\F23F";
}
.ivu-icon-ios-navigate-outline:before {
  content: "\F240";
}
.ivu-icon-ios-navigate:before {
  content: "\F241";
}
.ivu-icon-ios-no-smoking-outline:before {
  content: "\F242";
}
.ivu-icon-ios-no-smoking:before {
  content: "\F243";
}
.ivu-icon-ios-notifications-off-outline:before {
  content: "\F244";
}
.ivu-icon-ios-notifications-off:before {
  content: "\F245";
}
.ivu-icon-ios-notifications-outline:before {
  content: "\F246";
}
.ivu-icon-ios-notifications:before {
  content: "\F247";
}
.ivu-icon-ios-nuclear-outline:before {
  content: "\F248";
}
.ivu-icon-ios-nuclear:before {
  content: "\F249";
}
.ivu-icon-ios-nutrition-outline:before {
  content: "\F24A";
}
.ivu-icon-ios-nutrition:before {
  content: "\F24B";
}
.ivu-icon-ios-open-outline:before {
  content: "\F24C";
}
.ivu-icon-ios-open:before {
  content: "\F24D";
}
.ivu-icon-ios-options-outline:before {
  content: "\F24E";
}
.ivu-icon-ios-options:before {
  content: "\F24F";
}
.ivu-icon-ios-outlet-outline:before {
  content: "\F250";
}
.ivu-icon-ios-outlet:before {
  content: "\F251";
}
.ivu-icon-ios-paper-outline:before {
  content: "\F252";
}
.ivu-icon-ios-paper-plane-outline:before {
  content: "\F253";
}
.ivu-icon-ios-paper-plane:before {
  content: "\F254";
}
.ivu-icon-ios-paper:before {
  content: "\F255";
}
.ivu-icon-ios-partly-sunny-outline:before {
  content: "\F256";
}
.ivu-icon-ios-partly-sunny:before {
  content: "\F257";
}
.ivu-icon-ios-pause-outline:before {
  content: "\F258";
}
.ivu-icon-ios-pause:before {
  content: "\F259";
}
.ivu-icon-ios-paw-outline:before {
  content: "\F25A";
}
.ivu-icon-ios-paw:before {
  content: "\F25B";
}
.ivu-icon-ios-people-outline:before {
  content: "\F25C";
}
.ivu-icon-ios-people:before {
  content: "\F25D";
}
.ivu-icon-ios-person-add-outline:before {
  content: "\F25E";
}
.ivu-icon-ios-person-add:before {
  content: "\F25F";
}
.ivu-icon-ios-person-outline:before {
  content: "\F260";
}
.ivu-icon-ios-person:before {
  content: "\F261";
}
.ivu-icon-ios-phone-landscape:before {
  content: "\F262";
}
.ivu-icon-ios-phone-portrait:before {
  content: "\F263";
}
.ivu-icon-ios-photos-outline:before {
  content: "\F264";
}
.ivu-icon-ios-photos:before {
  content: "\F265";
}
.ivu-icon-ios-pie-outline:before {
  content: "\F266";
}
.ivu-icon-ios-pie:before {
  content: "\F267";
}
.ivu-icon-ios-pin-outline:before {
  content: "\F268";
}
.ivu-icon-ios-pin:before {
  content: "\F269";
}
.ivu-icon-ios-pint-outline:before {
  content: "\F26A";
}
.ivu-icon-ios-pint:before {
  content: "\F26B";
}
.ivu-icon-ios-pizza-outline:before {
  content: "\F26C";
}
.ivu-icon-ios-pizza:before {
  content: "\F26D";
}
.ivu-icon-ios-plane-outline:before {
  content: "\F26E";
}
.ivu-icon-ios-plane:before {
  content: "\F26F";
}
.ivu-icon-ios-planet-outline:before {
  content: "\F270";
}
.ivu-icon-ios-planet:before {
  content: "\F271";
}
.ivu-icon-ios-play-outline:before {
  content: "\F272";
}
.ivu-icon-ios-play:before {
  content: "\F273";
}
.ivu-icon-ios-podium-outline:before {
  content: "\F274";
}
.ivu-icon-ios-podium:before {
  content: "\F275";
}
.ivu-icon-ios-power-outline:before {
  content: "\F276";
}
.ivu-icon-ios-power:before {
  content: "\F277";
}
.ivu-icon-ios-pricetag-outline:before {
  content: "\F278";
}
.ivu-icon-ios-pricetag:before {
  content: "\F279";
}
.ivu-icon-ios-pricetags-outline:before {
  content: "\F27A";
}
.ivu-icon-ios-pricetags:before {
  content: "\F27B";
}
.ivu-icon-ios-print-outline:before {
  content: "\F27C";
}
.ivu-icon-ios-print:before {
  content: "\F27D";
}
.ivu-icon-ios-pulse-outline:before {
  content: "\F27E";
}
.ivu-icon-ios-pulse:before {
  content: "\F27F";
}
.ivu-icon-ios-qr-scanner:before {
  content: "\F280";
}
.ivu-icon-ios-quote-outline:before {
  content: "\F281";
}
.ivu-icon-ios-quote:before {
  content: "\F282";
}
.ivu-icon-ios-radio-button-off:before {
  content: "\F283";
}
.ivu-icon-ios-radio-button-on:before {
  content: "\F284";
}
.ivu-icon-ios-radio-outline:before {
  content: "\F285";
}
.ivu-icon-ios-radio:before {
  content: "\F286";
}
.ivu-icon-ios-rainy-outline:before {
  content: "\F287";
}
.ivu-icon-ios-rainy:before {
  content: "\F288";
}
.ivu-icon-ios-recording-outline:before {
  content: "\F289";
}
.ivu-icon-ios-recording:before {
  content: "\F28A";
}
.ivu-icon-ios-redo-outline:before {
  content: "\F28B";
}
.ivu-icon-ios-redo:before {
  content: "\F28C";
}
.ivu-icon-ios-refresh-circle-outline:before {
  content: "\F28D";
}
.ivu-icon-ios-refresh-circle:before {
  content: "\F28E";
}
.ivu-icon-ios-refresh:before {
  content: "\F28F";
}
.ivu-icon-ios-remove-circle-outline:before {
  content: "\F290";
}
.ivu-icon-ios-remove-circle:before {
  content: "\F291";
}
.ivu-icon-ios-remove:before {
  content: "\F292";
}
.ivu-icon-ios-reorder:before {
  content: "\F293";
}
.ivu-icon-ios-repeat:before {
  content: "\F294";
}
.ivu-icon-ios-resize:before {
  content: "\F295";
}
.ivu-icon-ios-restaurant-outline:before {
  content: "\F296";
}
.ivu-icon-ios-restaurant:before {
  content: "\F297";
}
.ivu-icon-ios-return-left:before {
  content: "\F298";
}
.ivu-icon-ios-return-right:before {
  content: "\F299";
}
.ivu-icon-ios-reverse-camera-outline:before {
  content: "\F29A";
}
.ivu-icon-ios-reverse-camera:before {
  content: "\F29B";
}
.ivu-icon-ios-rewind-outline:before {
  content: "\F29C";
}
.ivu-icon-ios-rewind:before {
  content: "\F29D";
}
.ivu-icon-ios-ribbon-outline:before {
  content: "\F29E";
}
.ivu-icon-ios-ribbon:before {
  content: "\F29F";
}
.ivu-icon-ios-rose-outline:before {
  content: "\F2A0";
}
.ivu-icon-ios-rose:before {
  content: "\F2A1";
}
.ivu-icon-ios-sad-outline:before {
  content: "\F2A2";
}
.ivu-icon-ios-sad:before {
  content: "\F2A3";
}
.ivu-icon-ios-school-outline:before {
  content: "\F2A4";
}
.ivu-icon-ios-school:before {
  content: "\F2A5";
}
.ivu-icon-ios-search-outline:before {
  content: "\F2A6";
}
.ivu-icon-ios-search:before {
  content: "\F2A7";
}
.ivu-icon-ios-send-outline:before {
  content: "\F2A8";
}
.ivu-icon-ios-send:before {
  content: "\F2A9";
}
.ivu-icon-ios-settings-outline:before {
  content: "\F2AA";
}
.ivu-icon-ios-settings:before {
  content: "\F2AB";
}
.ivu-icon-ios-share-alt-outline:before {
  content: "\F2AC";
}
.ivu-icon-ios-share-alt:before {
  content: "\F2AD";
}
.ivu-icon-ios-share-outline:before {
  content: "\F2AE";
}
.ivu-icon-ios-share:before {
  content: "\F2AF";
}
.ivu-icon-ios-shirt-outline:before {
  content: "\F2B0";
}
.ivu-icon-ios-shirt:before {
  content: "\F2B1";
}
.ivu-icon-ios-shuffle:before {
  content: "\F2B2";
}
.ivu-icon-ios-skip-backward-outline:before {
  content: "\F2B3";
}
.ivu-icon-ios-skip-backward:before {
  content: "\F2B4";
}
.ivu-icon-ios-skip-forward-outline:before {
  content: "\F2B5";
}
.ivu-icon-ios-skip-forward:before {
  content: "\F2B6";
}
.ivu-icon-ios-snow-outline:before {
  content: "\F2B7";
}
.ivu-icon-ios-snow:before {
  content: "\F2B8";
}
.ivu-icon-ios-speedometer-outline:before {
  content: "\F2B9";
}
.ivu-icon-ios-speedometer:before {
  content: "\F2BA";
}
.ivu-icon-ios-square-outline:before {
  content: "\F2BB";
}
.ivu-icon-ios-square:before {
  content: "\F2BC";
}
.ivu-icon-ios-star-half:before {
  content: "\F2BD";
}
.ivu-icon-ios-star-outline:before {
  content: "\F2BE";
}
.ivu-icon-ios-star:before {
  content: "\F2BF";
}
.ivu-icon-ios-stats-outline:before {
  content: "\F2C0";
}
.ivu-icon-ios-stats:before {
  content: "\F2C1";
}
.ivu-icon-ios-stopwatch-outline:before {
  content: "\F2C2";
}
.ivu-icon-ios-stopwatch:before {
  content: "\F2C3";
}
.ivu-icon-ios-subway-outline:before {
  content: "\F2C4";
}
.ivu-icon-ios-subway:before {
  content: "\F2C5";
}
.ivu-icon-ios-sunny-outline:before {
  content: "\F2C6";
}
.ivu-icon-ios-sunny:before {
  content: "\F2C7";
}
.ivu-icon-ios-swap:before {
  content: "\F2C8";
}
.ivu-icon-ios-switch-outline:before {
  content: "\F2C9";
}
.ivu-icon-ios-switch:before {
  content: "\F2CA";
}
.ivu-icon-ios-sync:before {
  content: "\F2CB";
}
.ivu-icon-ios-tablet-landscape:before {
  content: "\F2CC";
}
.ivu-icon-ios-tablet-portrait:before {
  content: "\F2CD";
}
.ivu-icon-ios-tennisball-outline:before {
  content: "\F2CE";
}
.ivu-icon-ios-tennisball:before {
  content: "\F2CF";
}
.ivu-icon-ios-text-outline:before {
  content: "\F2D0";
}
.ivu-icon-ios-text:before {
  content: "\F2D1";
}
.ivu-icon-ios-thermometer-outline:before {
  content: "\F2D2";
}
.ivu-icon-ios-thermometer:before {
  content: "\F2D3";
}
.ivu-icon-ios-thumbs-down-outline:before {
  content: "\F2D4";
}
.ivu-icon-ios-thumbs-down:before {
  content: "\F2D5";
}
.ivu-icon-ios-thumbs-up-outline:before {
  content: "\F2D6";
}
.ivu-icon-ios-thumbs-up:before {
  content: "\F2D7";
}
.ivu-icon-ios-thunderstorm-outline:before {
  content: "\F2D8";
}
.ivu-icon-ios-thunderstorm:before {
  content: "\F2D9";
}
.ivu-icon-ios-time-outline:before {
  content: "\F2DA";
}
.ivu-icon-ios-time:before {
  content: "\F2DB";
}
.ivu-icon-ios-timer-outline:before {
  content: "\F2DC";
}
.ivu-icon-ios-timer:before {
  content: "\F2DD";
}
.ivu-icon-ios-train-outline:before {
  content: "\F2DE";
}
.ivu-icon-ios-train:before {
  content: "\F2DF";
}
.ivu-icon-ios-transgender:before {
  content: "\F2E0";
}
.ivu-icon-ios-trash-outline:before {
  content: "\F2E1";
}
.ivu-icon-ios-trash:before {
  content: "\F2E2";
}
.ivu-icon-ios-trending-down:before {
  content: "\F2E3";
}
.ivu-icon-ios-trending-up:before {
  content: "\F2E4";
}
.ivu-icon-ios-trophy-outline:before {
  content: "\F2E5";
}
.ivu-icon-ios-trophy:before {
  content: "\F2E6";
}
.ivu-icon-ios-umbrella-outline:before {
  content: "\F2E7";
}
.ivu-icon-ios-umbrella:before {
  content: "\F2E8";
}
.ivu-icon-ios-undo-outline:before {
  content: "\F2E9";
}
.ivu-icon-ios-undo:before {
  content: "\F2EA";
}
.ivu-icon-ios-unlock-outline:before {
  content: "\F2EB";
}
.ivu-icon-ios-unlock:before {
  content: "\F2EC";
}
.ivu-icon-ios-videocam-outline:before {
  content: "\F2ED";
}
.ivu-icon-ios-videocam:before {
  content: "\F2EE";
}
.ivu-icon-ios-volume-down:before {
  content: "\F2EF";
}
.ivu-icon-ios-volume-mute:before {
  content: "\F2F0";
}
.ivu-icon-ios-volume-off:before {
  content: "\F2F1";
}
.ivu-icon-ios-volume-up:before {
  content: "\F2F2";
}
.ivu-icon-ios-walk:before {
  content: "\F2F3";
}
.ivu-icon-ios-warning-outline:before {
  content: "\F2F4";
}
.ivu-icon-ios-warning:before {
  content: "\F2F5";
}
.ivu-icon-ios-watch:before {
  content: "\F2F6";
}
.ivu-icon-ios-water-outline:before {
  content: "\F2F7";
}
.ivu-icon-ios-water:before {
  content: "\F2F8";
}
.ivu-icon-ios-wifi-outline:before {
  content: "\F2F9";
}
.ivu-icon-ios-wifi:before {
  content: "\F2FA";
}
.ivu-icon-ios-wine-outline:before {
  content: "\F2FB";
}
.ivu-icon-ios-wine:before {
  content: "\F2FC";
}
.ivu-icon-ios-woman-outline:before {
  content: "\F2FD";
}
.ivu-icon-ios-woman:before {
  content: "\F2FE";
}
.ivu-icon-logo-android:before {
  content: "\F2FF";
}
.ivu-icon-logo-angular:before {
  content: "\F300";
}
.ivu-icon-logo-apple:before {
  content: "\F301";
}
.ivu-icon-logo-bitcoin:before {
  content: "\F302";
}
.ivu-icon-logo-buffer:before {
  content: "\F303";
}
.ivu-icon-logo-chrome:before {
  content: "\F304";
}
.ivu-icon-logo-codepen:before {
  content: "\F305";
}
.ivu-icon-logo-css3:before {
  content: "\F306";
}
.ivu-icon-logo-designernews:before {
  content: "\F307";
}
.ivu-icon-logo-dribbble:before {
  content: "\F308";
}
.ivu-icon-logo-dropbox:before {
  content: "\F309";
}
.ivu-icon-logo-euro:before {
  content: "\F30A";
}
.ivu-icon-logo-facebook:before {
  content: "\F30B";
}
.ivu-icon-logo-foursquare:before {
  content: "\F30C";
}
.ivu-icon-logo-freebsd-devil:before {
  content: "\F30D";
}
.ivu-icon-logo-github:before {
  content: "\F30E";
}
.ivu-icon-logo-google:before {
  content: "\F30F";
}
.ivu-icon-logo-googleplus:before {
  content: "\F310";
}
.ivu-icon-logo-hackernews:before {
  content: "\F311";
}
.ivu-icon-logo-html5:before {
  content: "\F312";
}
.ivu-icon-logo-instagram:before {
  content: "\F313";
}
.ivu-icon-logo-javascript:before {
  content: "\F314";
}
.ivu-icon-logo-linkedin:before {
  content: "\F315";
}
.ivu-icon-logo-markdown:before {
  content: "\F316";
}
.ivu-icon-logo-nodejs:before {
  content: "\F317";
}
.ivu-icon-logo-octocat:before {
  content: "\F318";
}
.ivu-icon-logo-pinterest:before {
  content: "\F319";
}
.ivu-icon-logo-playstation:before {
  content: "\F31A";
}
.ivu-icon-logo-python:before {
  content: "\F31B";
}
.ivu-icon-logo-reddit:before {
  content: "\F31C";
}
.ivu-icon-logo-rss:before {
  content: "\F31D";
}
.ivu-icon-logo-sass:before {
  content: "\F31E";
}
.ivu-icon-logo-skype:before {
  content: "\F31F";
}
.ivu-icon-logo-snapchat:before {
  content: "\F320";
}
.ivu-icon-logo-steam:before {
  content: "\F321";
}
.ivu-icon-logo-tumblr:before {
  content: "\F322";
}
.ivu-icon-logo-tux:before {
  content: "\F323";
}
.ivu-icon-logo-twitch:before {
  content: "\F324";
}
.ivu-icon-logo-twitter:before {
  content: "\F325";
}
.ivu-icon-logo-usd:before {
  content: "\F326";
}
.ivu-icon-logo-vimeo:before {
  content: "\F327";
}
.ivu-icon-logo-whatsapp:before {
  content: "\F328";
}
.ivu-icon-logo-windows:before {
  content: "\F329";
}
.ivu-icon-logo-wordpress:before {
  content: "\F32A";
}
.ivu-icon-logo-xbox:before {
  content: "\F32B";
}
.ivu-icon-logo-yahoo:before {
  content: "\F32C";
}
.ivu-icon-logo-yen:before {
  content: "\F32D";
}
.ivu-icon-logo-youtube:before {
  content: "\F32E";
}
.ivu-icon-md-add-circle:before {
  content: "\F32F";
}
.ivu-icon-md-add:before {
  content: "\F330";
}
.ivu-icon-md-alarm:before {
  content: "\F331";
}
.ivu-icon-md-albums:before {
  content: "\F332";
}
.ivu-icon-md-alert:before {
  content: "\F333";
}
.ivu-icon-md-american-football:before {
  content: "\F334";
}
.ivu-icon-md-analytics:before {
  content: "\F335";
}
.ivu-icon-md-aperture:before {
  content: "\F336";
}
.ivu-icon-md-apps:before {
  content: "\F337";
}
.ivu-icon-md-appstore:before {
  content: "\F338";
}
.ivu-icon-md-archive:before {
  content: "\F339";
}
.ivu-icon-md-arrow-back:before {
  content: "\F33A";
}
.ivu-icon-md-arrow-down:before {
  content: "\F33B";
}
.ivu-icon-md-arrow-dropdown-circle:before {
  content: "\F33C";
}
.ivu-icon-md-arrow-dropdown:before {
  content: "\F33D";
}
.ivu-icon-md-arrow-dropleft-circle:before {
  content: "\F33E";
}
.ivu-icon-md-arrow-dropleft:before {
  content: "\F33F";
}
.ivu-icon-md-arrow-dropright-circle:before {
  content: "\F340";
}
.ivu-icon-md-arrow-dropright:before {
  content: "\F341";
}
.ivu-icon-md-arrow-dropup-circle:before {
  content: "\F342";
}
.ivu-icon-md-arrow-dropup:before {
  content: "\F343";
}
.ivu-icon-md-arrow-forward:before {
  content: "\F344";
}
.ivu-icon-md-arrow-round-back:before {
  content: "\F345";
}
.ivu-icon-md-arrow-round-down:before {
  content: "\F346";
}
.ivu-icon-md-arrow-round-forward:before {
  content: "\F347";
}
.ivu-icon-md-arrow-round-up:before {
  content: "\F348";
}
.ivu-icon-md-arrow-up:before {
  content: "\F349";
}
.ivu-icon-md-at:before {
  content: "\F34A";
}
.ivu-icon-md-attach:before {
  content: "\F34B";
}
.ivu-icon-md-backspace:before {
  content: "\F34C";
}
.ivu-icon-md-barcode:before {
  content: "\F34D";
}
.ivu-icon-md-baseball:before {
  content: "\F34E";
}
.ivu-icon-md-basket:before {
  content: "\F34F";
}
.ivu-icon-md-basketball:before {
  content: "\F350";
}
.ivu-icon-md-battery-charging:before {
  content: "\F351";
}
.ivu-icon-md-battery-dead:before {
  content: "\F352";
}
.ivu-icon-md-battery-full:before {
  content: "\F353";
}
.ivu-icon-md-beaker:before {
  content: "\F354";
}
.ivu-icon-md-beer:before {
  content: "\F355";
}
.ivu-icon-md-bicycle:before {
  content: "\F356";
}
.ivu-icon-md-bluetooth:before {
  content: "\F357";
}
.ivu-icon-md-boat:before {
  content: "\F358";
}
.ivu-icon-md-body:before {
  content: "\F359";
}
.ivu-icon-md-bonfire:before {
  content: "\F35A";
}
.ivu-icon-md-book:before {
  content: "\F35B";
}
.ivu-icon-md-bookmark:before {
  content: "\F35C";
}
.ivu-icon-md-bookmarks:before {
  content: "\F35D";
}
.ivu-icon-md-bowtie:before {
  content: "\F35E";
}
.ivu-icon-md-briefcase:before {
  content: "\F35F";
}
.ivu-icon-md-browsers:before {
  content: "\F360";
}
.ivu-icon-md-brush:before {
  content: "\F361";
}
.ivu-icon-md-bug:before {
  content: "\F362";
}
.ivu-icon-md-build:before {
  content: "\F363";
}
.ivu-icon-md-bulb:before {
  content: "\F364";
}
.ivu-icon-md-bus:before {
  content: "\F365";
}
.ivu-icon-md-cafe:before {
  content: "\F366";
}
.ivu-icon-md-calculator:before {
  content: "\F367";
}
.ivu-icon-md-calendar:before {
  content: "\F368";
}
.ivu-icon-md-call:before {
  content: "\F369";
}
.ivu-icon-md-camera:before {
  content: "\F36A";
}
.ivu-icon-md-car:before {
  content: "\F36B";
}
.ivu-icon-md-card:before {
  content: "\F36C";
}
.ivu-icon-md-cart:before {
  content: "\F36D";
}
.ivu-icon-md-cash:before {
  content: "\F36E";
}
.ivu-icon-md-chatboxes:before {
  content: "\F36F";
}
.ivu-icon-md-chatbubbles:before {
  content: "\F370";
}
.ivu-icon-md-checkbox-outline:before {
  content: "\F371";
}
.ivu-icon-md-checkbox:before {
  content: "\F372";
}
.ivu-icon-md-checkmark-circle-outline:before {
  content: "\F373";
}
.ivu-icon-md-checkmark-circle:before {
  content: "\F374";
}
.ivu-icon-md-checkmark:before {
  content: "\F375";
}
.ivu-icon-md-clipboard:before {
  content: "\F376";
}
.ivu-icon-md-clock:before {
  content: "\F377";
}
.ivu-icon-md-close-circle:before {
  content: "\F378";
}
.ivu-icon-md-close:before {
  content: "\F379";
}
.ivu-icon-md-closed-captioning:before {
  content: "\F37A";
}
.ivu-icon-md-cloud-circle:before {
  content: "\F37B";
}
.ivu-icon-md-cloud-done:before {
  content: "\F37C";
}
.ivu-icon-md-cloud-download:before {
  content: "\F37D";
}
.ivu-icon-md-cloud-outline:before {
  content: "\F37E";
}
.ivu-icon-md-cloud-upload:before {
  content: "\F37F";
}
.ivu-icon-md-cloud:before {
  content: "\F380";
}
.ivu-icon-md-cloudy-night:before {
  content: "\F381";
}
.ivu-icon-md-cloudy:before {
  content: "\F382";
}
.ivu-icon-md-code-download:before {
  content: "\F383";
}
.ivu-icon-md-code-working:before {
  content: "\F384";
}
.ivu-icon-md-code:before {
  content: "\F385";
}
.ivu-icon-md-cog:before {
  content: "\F386";
}
.ivu-icon-md-color-fill:before {
  content: "\F387";
}
.ivu-icon-md-color-filter:before {
  content: "\F388";
}
.ivu-icon-md-color-palette:before {
  content: "\F389";
}
.ivu-icon-md-color-wand:before {
  content: "\F38A";
}
.ivu-icon-md-compass:before {
  content: "\F38B";
}
.ivu-icon-md-construct:before {
  content: "\F38C";
}
.ivu-icon-md-contact:before {
  content: "\F38D";
}
.ivu-icon-md-contacts:before {
  content: "\F38E";
}
.ivu-icon-md-contract:before {
  content: "\F38F";
}
.ivu-icon-md-contrast:before {
  content: "\F390";
}
.ivu-icon-md-copy:before {
  content: "\F391";
}
.ivu-icon-md-create:before {
  content: "\F392";
}
.ivu-icon-md-crop:before {
  content: "\F393";
}
.ivu-icon-md-cube:before {
  content: "\F394";
}
.ivu-icon-md-cut:before {
  content: "\F395";
}
.ivu-icon-md-desktop:before {
  content: "\F396";
}
.ivu-icon-md-disc:before {
  content: "\F397";
}
.ivu-icon-md-document:before {
  content: "\F398";
}
.ivu-icon-md-done-all:before {
  content: "\F399";
}
.ivu-icon-md-download:before {
  content: "\F39A";
}
.ivu-icon-md-easel:before {
  content: "\F39B";
}
.ivu-icon-md-egg:before {
  content: "\F39C";
}
.ivu-icon-md-exit:before {
  content: "\F39D";
}
.ivu-icon-md-expand:before {
  content: "\F39E";
}
.ivu-icon-md-eye-off:before {
  content: "\F39F";
}
.ivu-icon-md-eye:before {
  content: "\F3A0";
}
.ivu-icon-md-fastforward:before {
  content: "\F3A1";
}
.ivu-icon-md-female:before {
  content: "\F3A2";
}
.ivu-icon-md-filing:before {
  content: "\F3A3";
}
.ivu-icon-md-film:before {
  content: "\F3A4";
}
.ivu-icon-md-finger-print:before {
  content: "\F3A5";
}
.ivu-icon-md-flag:before {
  content: "\F3A6";
}
.ivu-icon-md-flame:before {
  content: "\F3A7";
}
.ivu-icon-md-flash:before {
  content: "\F3A8";
}
.ivu-icon-md-flask:before {
  content: "\F3A9";
}
.ivu-icon-md-flower:before {
  content: "\F3AA";
}
.ivu-icon-md-folder-open:before {
  content: "\F3AB";
}
.ivu-icon-md-folder:before {
  content: "\F3AC";
}
.ivu-icon-md-football:before {
  content: "\F3AD";
}
.ivu-icon-md-funnel:before {
  content: "\F3AE";
}
.ivu-icon-md-game-controller-a:before {
  content: "\F3AF";
}
.ivu-icon-md-game-controller-b:before {
  content: "\F3B0";
}
.ivu-icon-md-git-branch:before {
  content: "\F3B1";
}
.ivu-icon-md-git-commit:before {
  content: "\F3B2";
}
.ivu-icon-md-git-compare:before {
  content: "\F3B3";
}
.ivu-icon-md-git-merge:before {
  content: "\F3B4";
}
.ivu-icon-md-git-network:before {
  content: "\F3B5";
}
.ivu-icon-md-git-pull-request:before {
  content: "\F3B6";
}
.ivu-icon-md-glasses:before {
  content: "\F3B7";
}
.ivu-icon-md-globe:before {
  content: "\F3B8";
}
.ivu-icon-md-grid:before {
  content: "\F3B9";
}
.ivu-icon-md-hammer:before {
  content: "\F3BA";
}
.ivu-icon-md-hand:before {
  content: "\F3BB";
}
.ivu-icon-md-happy:before {
  content: "\F3BC";
}
.ivu-icon-md-headset:before {
  content: "\F3BD";
}
.ivu-icon-md-heart-outline:before {
  content: "\F3BE";
}
.ivu-icon-md-heart:before {
  content: "\F3BF";
}
.ivu-icon-md-help-buoy:before {
  content: "\F3C0";
}
.ivu-icon-md-help-circle:before {
  content: "\F3C1";
}
.ivu-icon-md-help:before {
  content: "\F3C2";
}
.ivu-icon-md-home:before {
  content: "\F3C3";
}
.ivu-icon-md-ice-cream:before {
  content: "\F3C4";
}
.ivu-icon-md-image:before {
  content: "\F3C5";
}
.ivu-icon-md-images:before {
  content: "\F3C6";
}
.ivu-icon-md-infinite:before {
  content: "\F3C7";
}
.ivu-icon-md-information-circle:before {
  content: "\F3C8";
}
.ivu-icon-md-information:before {
  content: "\F3C9";
}
.ivu-icon-md-ionic:before {
  content: "\F3CA";
}
.ivu-icon-md-ionitron:before {
  content: "\F3CB";
}
.ivu-icon-md-jet:before {
  content: "\F3CC";
}
.ivu-icon-md-key:before {
  content: "\F3CD";
}
.ivu-icon-md-keypad:before {
  content: "\F3CE";
}
.ivu-icon-md-laptop:before {
  content: "\F3CF";
}
.ivu-icon-md-leaf:before {
  content: "\F3D0";
}
.ivu-icon-md-link:before {
  content: "\F3D1";
}
.ivu-icon-md-list-box:before {
  content: "\F3D2";
}
.ivu-icon-md-list:before {
  content: "\F3D3";
}
.ivu-icon-md-locate:before {
  content: "\F3D4";
}
.ivu-icon-md-lock:before {
  content: "\F3D5";
}
.ivu-icon-md-log-in:before {
  content: "\F3D6";
}
.ivu-icon-md-log-out:before {
  content: "\F3D7";
}
.ivu-icon-md-magnet:before {
  content: "\F3D8";
}
.ivu-icon-md-mail-open:before {
  content: "\F3D9";
}
.ivu-icon-md-mail:before {
  content: "\F3DA";
}
.ivu-icon-md-male:before {
  content: "\F3DB";
}
.ivu-icon-md-man:before {
  content: "\F3DC";
}
.ivu-icon-md-map:before {
  content: "\F3DD";
}
.ivu-icon-md-medal:before {
  content: "\F3DE";
}
.ivu-icon-md-medical:before {
  content: "\F3DF";
}
.ivu-icon-md-medkit:before {
  content: "\F3E0";
}
.ivu-icon-md-megaphone:before {
  content: "\F3E1";
}
.ivu-icon-md-menu:before {
  content: "\F3E2";
}
.ivu-icon-md-mic-off:before {
  content: "\F3E3";
}
.ivu-icon-md-mic:before {
  content: "\F3E4";
}
.ivu-icon-md-microphone:before {
  content: "\F3E5";
}
.ivu-icon-md-moon:before {
  content: "\F3E6";
}
.ivu-icon-md-more:before {
  content: "\F3E7";
}
.ivu-icon-md-move:before {
  content: "\F3E8";
}
.ivu-icon-md-musical-note:before {
  content: "\F3E9";
}
.ivu-icon-md-musical-notes:before {
  content: "\F3EA";
}
.ivu-icon-md-navigate:before {
  content: "\F3EB";
}
.ivu-icon-md-no-smoking:before {
  content: "\F3EC";
}
.ivu-icon-md-notifications-off:before {
  content: "\F3ED";
}
.ivu-icon-md-notifications-outline:before {
  content: "\F3EE";
}
.ivu-icon-md-notifications:before {
  content: "\F3EF";
}
.ivu-icon-md-nuclear:before {
  content: "\F3F0";
}
.ivu-icon-md-nutrition:before {
  content: "\F3F1";
}
.ivu-icon-md-open:before {
  content: "\F3F2";
}
.ivu-icon-md-options:before {
  content: "\F3F3";
}
.ivu-icon-md-outlet:before {
  content: "\F3F4";
}
.ivu-icon-md-paper-plane:before {
  content: "\F3F5";
}
.ivu-icon-md-paper:before {
  content: "\F3F6";
}
.ivu-icon-md-partly-sunny:before {
  content: "\F3F7";
}
.ivu-icon-md-pause:before {
  content: "\F3F8";
}
.ivu-icon-md-paw:before {
  content: "\F3F9";
}
.ivu-icon-md-people:before {
  content: "\F3FA";
}
.ivu-icon-md-person-add:before {
  content: "\F3FB";
}
.ivu-icon-md-person:before {
  content: "\F3FC";
}
.ivu-icon-md-phone-landscape:before {
  content: "\F3FD";
}
.ivu-icon-md-phone-portrait:before {
  content: "\F3FE";
}
.ivu-icon-md-photos:before {
  content: "\F3FF";
}
.ivu-icon-md-pie:before {
  content: "\F400";
}
.ivu-icon-md-pin:before {
  content: "\F401";
}
.ivu-icon-md-pint:before {
  content: "\F402";
}
.ivu-icon-md-pizza:before {
  content: "\F403";
}
.ivu-icon-md-plane:before {
  content: "\F404";
}
.ivu-icon-md-planet:before {
  content: "\F405";
}
.ivu-icon-md-play:before {
  content: "\F406";
}
.ivu-icon-md-podium:before {
  content: "\F407";
}
.ivu-icon-md-power:before {
  content: "\F408";
}
.ivu-icon-md-pricetag:before {
  content: "\F409";
}
.ivu-icon-md-pricetags:before {
  content: "\F40A";
}
.ivu-icon-md-print:before {
  content: "\F40B";
}
.ivu-icon-md-pulse:before {
  content: "\F40C";
}
.ivu-icon-md-qr-scanner:before {
  content: "\F40D";
}
.ivu-icon-md-quote:before {
  content: "\F40E";
}
.ivu-icon-md-radio-button-off:before {
  content: "\F40F";
}
.ivu-icon-md-radio-button-on:before {
  content: "\F410";
}
.ivu-icon-md-radio:before {
  content: "\F411";
}
.ivu-icon-md-rainy:before {
  content: "\F412";
}
.ivu-icon-md-recording:before {
  content: "\F413";
}
.ivu-icon-md-redo:before {
  content: "\F414";
}
.ivu-icon-md-refresh-circle:before {
  content: "\F415";
}
.ivu-icon-md-refresh:before {
  content: "\F416";
}
.ivu-icon-md-remove-circle:before {
  content: "\F417";
}
.ivu-icon-md-remove:before {
  content: "\F418";
}
.ivu-icon-md-reorder:before {
  content: "\F419";
}
.ivu-icon-md-repeat:before {
  content: "\F41A";
}
.ivu-icon-md-resize:before {
  content: "\F41B";
}
.ivu-icon-md-restaurant:before {
  content: "\F41C";
}
.ivu-icon-md-return-left:before {
  content: "\F41D";
}
.ivu-icon-md-return-right:before {
  content: "\F41E";
}
.ivu-icon-md-reverse-camera:before {
  content: "\F41F";
}
.ivu-icon-md-rewind:before {
  content: "\F420";
}
.ivu-icon-md-ribbon:before {
  content: "\F421";
}
.ivu-icon-md-rose:before {
  content: "\F422";
}
.ivu-icon-md-sad:before {
  content: "\F423";
}
.ivu-icon-md-school:before {
  content: "\F424";
}
.ivu-icon-md-search:before {
  content: "\F425";
}
.ivu-icon-md-send:before {
  content: "\F426";
}
.ivu-icon-md-settings:before {
  content: "\F427";
}
.ivu-icon-md-share-alt:before {
  content: "\F428";
}
.ivu-icon-md-share:before {
  content: "\F429";
}
.ivu-icon-md-shirt:before {
  content: "\F42A";
}
.ivu-icon-md-shuffle:before {
  content: "\F42B";
}
.ivu-icon-md-skip-backward:before {
  content: "\F42C";
}
.ivu-icon-md-skip-forward:before {
  content: "\F42D";
}
.ivu-icon-md-snow:before {
  content: "\F42E";
}
.ivu-icon-md-speedometer:before {
  content: "\F42F";
}
.ivu-icon-md-square-outline:before {
  content: "\F430";
}
.ivu-icon-md-square:before {
  content: "\F431";
}
.ivu-icon-md-star-half:before {
  content: "\F432";
}
.ivu-icon-md-star-outline:before {
  content: "\F433";
}
.ivu-icon-md-star:before {
  content: "\F434";
}
.ivu-icon-md-stats:before {
  content: "\F435";
}
.ivu-icon-md-stopwatch:before {
  content: "\F436";
}
.ivu-icon-md-subway:before {
  content: "\F437";
}
.ivu-icon-md-sunny:before {
  content: "\F438";
}
.ivu-icon-md-swap:before {
  content: "\F439";
}
.ivu-icon-md-switch:before {
  content: "\F43A";
}
.ivu-icon-md-sync:before {
  content: "\F43B";
}
.ivu-icon-md-tablet-landscape:before {
  content: "\F43C";
}
.ivu-icon-md-tablet-portrait:before {
  content: "\F43D";
}
.ivu-icon-md-tennisball:before {
  content: "\F43E";
}
.ivu-icon-md-text:before {
  content: "\F43F";
}
.ivu-icon-md-thermometer:before {
  content: "\F440";
}
.ivu-icon-md-thumbs-down:before {
  content: "\F441";
}
.ivu-icon-md-thumbs-up:before {
  content: "\F442";
}
.ivu-icon-md-thunderstorm:before {
  content: "\F443";
}
.ivu-icon-md-time:before {
  content: "\F444";
}
.ivu-icon-md-timer:before {
  content: "\F445";
}
.ivu-icon-md-train:before {
  content: "\F446";
}
.ivu-icon-md-transgender:before {
  content: "\F447";
}
.ivu-icon-md-trash:before {
  content: "\F448";
}
.ivu-icon-md-trending-down:before {
  content: "\F449";
}
.ivu-icon-md-trending-up:before {
  content: "\F44A";
}
.ivu-icon-md-trophy:before {
  content: "\F44B";
}
.ivu-icon-md-umbrella:before {
  content: "\F44C";
}
.ivu-icon-md-undo:before {
  content: "\F44D";
}
.ivu-icon-md-unlock:before {
  content: "\F44E";
}
.ivu-icon-md-videocam:before {
  content: "\F44F";
}
.ivu-icon-md-volume-down:before {
  content: "\F450";
}
.ivu-icon-md-volume-mute:before {
  content: "\F451";
}
.ivu-icon-md-volume-off:before {
  content: "\F452";
}
.ivu-icon-md-volume-up:before {
  content: "\F453";
}
.ivu-icon-md-walk:before {
  content: "\F454";
}
.ivu-icon-md-warning:before {
  content: "\F455";
}
.ivu-icon-md-watch:before {
  content: "\F456";
}
.ivu-icon-md-water:before {
  content: "\F457";
}
.ivu-icon-md-wifi:before {
  content: "\F458";
}
.ivu-icon-md-wine:before {
  content: "\F459";
}
.ivu-icon-md-woman:before {
  content: "\F45A";
}
.ivu-icon-ios-loading:before {
  content: "\F45B";
}
.ivu-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}
.ivu-row:after,
.ivu-row:before {
  content: "";
  display: table;
}
.ivu-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-row-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ivu-row-flex:after,
.ivu-row-flex:before {
  display: flex;
}
.ivu-row-flex-start {
  justify-content: flex-start;
}
.ivu-row-flex-center {
  justify-content: center;
}
.ivu-row-flex-end {
  justify-content: flex-end;
}
.ivu-row-flex-space-between {
  justify-content: space-between;
}
.ivu-row-flex-space-around {
  justify-content: space-around;
}
.ivu-row-flex-top {
  align-items: flex-start;
}
.ivu-row-flex-middle {
  align-items: center;
}
.ivu-row-flex-bottom {
  align-items: flex-end;
}
.ivu-col {
  position: relative;
  display: block;
}
.ivu-col-span-1,
.ivu-col-span-2,
.ivu-col-span-3,
.ivu-col-span-4,
.ivu-col-span-5,
.ivu-col-span-6,
.ivu-col-span-7,
.ivu-col-span-8,
.ivu-col-span-9,
.ivu-col-span-10,
.ivu-col-span-11,
.ivu-col-span-12,
.ivu-col-span-13,
.ivu-col-span-14,
.ivu-col-span-15,
.ivu-col-span-16,
.ivu-col-span-17,
.ivu-col-span-18,
.ivu-col-span-19,
.ivu-col-span-20,
.ivu-col-span-21,
.ivu-col-span-22,
.ivu-col-span-23,
.ivu-col-span-24 {
  float: left;
  flex: 0 0 auto;
}
.ivu-col-span-24 {
  display: block;
  width: 100%;
}
.ivu-col-push-24 {
  left: 100%;
}
.ivu-col-pull-24 {
  right: 100%;
}
.ivu-col-offset-24 {
  margin-left: 100%;
}
.ivu-col-order-24 {
  order: 24;
}
.ivu-col-span-23 {
  display: block;
  width: 95.83333333%;
}
.ivu-col-push-23 {
  left: 95.83333333%;
}
.ivu-col-pull-23 {
  right: 95.83333333%;
}
.ivu-col-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-order-23 {
  order: 23;
}
.ivu-col-span-22 {
  display: block;
  width: 91.66666667%;
}
.ivu-col-push-22 {
  left: 91.66666667%;
}
.ivu-col-pull-22 {
  right: 91.66666667%;
}
.ivu-col-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-order-22 {
  order: 22;
}
.ivu-col-span-21 {
  display: block;
  width: 87.5%;
}
.ivu-col-push-21 {
  left: 87.5%;
}
.ivu-col-pull-21 {
  right: 87.5%;
}
.ivu-col-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-order-21 {
  order: 21;
}
.ivu-col-span-20 {
  display: block;
  width: 83.33333333%;
}
.ivu-col-push-20 {
  left: 83.33333333%;
}
.ivu-col-pull-20 {
  right: 83.33333333%;
}
.ivu-col-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-order-20 {
  order: 20;
}
.ivu-col-span-19 {
  display: block;
  width: 79.16666667%;
}
.ivu-col-push-19 {
  left: 79.16666667%;
}
.ivu-col-pull-19 {
  right: 79.16666667%;
}
.ivu-col-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-order-19 {
  order: 19;
}
.ivu-col-span-18 {
  display: block;
  width: 75%;
}
.ivu-col-push-18 {
  left: 75%;
}
.ivu-col-pull-18 {
  right: 75%;
}
.ivu-col-offset-18 {
  margin-left: 75%;
}
.ivu-col-order-18 {
  order: 18;
}
.ivu-col-span-17 {
  display: block;
  width: 70.83333333%;
}
.ivu-col-push-17 {
  left: 70.83333333%;
}
.ivu-col-pull-17 {
  right: 70.83333333%;
}
.ivu-col-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-order-17 {
  order: 17;
}
.ivu-col-span-16 {
  display: block;
  width: 66.66666667%;
}
.ivu-col-push-16 {
  left: 66.66666667%;
}
.ivu-col-pull-16 {
  right: 66.66666667%;
}
.ivu-col-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-order-16 {
  order: 16;
}
.ivu-col-span-15 {
  display: block;
  width: 62.5%;
}
.ivu-col-push-15 {
  left: 62.5%;
}
.ivu-col-pull-15 {
  right: 62.5%;
}
.ivu-col-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-order-15 {
  order: 15;
}
.ivu-col-span-14 {
  display: block;
  width: 58.33333333%;
}
.ivu-col-push-14 {
  left: 58.33333333%;
}
.ivu-col-pull-14 {
  right: 58.33333333%;
}
.ivu-col-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-order-14 {
  order: 14;
}
.ivu-col-span-13 {
  display: block;
  width: 54.16666667%;
}
.ivu-col-push-13 {
  left: 54.16666667%;
}
.ivu-col-pull-13 {
  right: 54.16666667%;
}
.ivu-col-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-order-13 {
  order: 13;
}
.ivu-col-span-12 {
  display: block;
  width: 50%;
}
.ivu-col-push-12 {
  left: 50%;
}
.ivu-col-pull-12 {
  right: 50%;
}
.ivu-col-offset-12 {
  margin-left: 50%;
}
.ivu-col-order-12 {
  order: 12;
}
.ivu-col-span-11 {
  display: block;
  width: 45.83333333%;
}
.ivu-col-push-11 {
  left: 45.83333333%;
}
.ivu-col-pull-11 {
  right: 45.83333333%;
}
.ivu-col-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-order-11 {
  order: 11;
}
.ivu-col-span-10 {
  display: block;
  width: 41.66666667%;
}
.ivu-col-push-10 {
  left: 41.66666667%;
}
.ivu-col-pull-10 {
  right: 41.66666667%;
}
.ivu-col-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-order-10 {
  order: 10;
}
.ivu-col-span-9 {
  display: block;
  width: 37.5%;
}
.ivu-col-push-9 {
  left: 37.5%;
}
.ivu-col-pull-9 {
  right: 37.5%;
}
.ivu-col-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-order-9 {
  order: 9;
}
.ivu-col-span-8 {
  display: block;
  width: 33.33333333%;
}
.ivu-col-push-8 {
  left: 33.33333333%;
}
.ivu-col-pull-8 {
  right: 33.33333333%;
}
.ivu-col-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-order-8 {
  order: 8;
}
.ivu-col-span-7 {
  display: block;
  width: 29.16666667%;
}
.ivu-col-push-7 {
  left: 29.16666667%;
}
.ivu-col-pull-7 {
  right: 29.16666667%;
}
.ivu-col-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-order-7 {
  order: 7;
}
.ivu-col-span-6 {
  display: block;
  width: 25%;
}
.ivu-col-push-6 {
  left: 25%;
}
.ivu-col-pull-6 {
  right: 25%;
}
.ivu-col-offset-6 {
  margin-left: 25%;
}
.ivu-col-order-6 {
  order: 6;
}
.ivu-col-span-5 {
  display: block;
  width: 20.83333333%;
}
.ivu-col-push-5 {
  left: 20.83333333%;
}
.ivu-col-pull-5 {
  right: 20.83333333%;
}
.ivu-col-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-order-5 {
  order: 5;
}
.ivu-col-span-4 {
  display: block;
  width: 16.66666667%;
}
.ivu-col-push-4 {
  left: 16.66666667%;
}
.ivu-col-pull-4 {
  right: 16.66666667%;
}
.ivu-col-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-order-4 {
  order: 4;
}
.ivu-col-span-3 {
  display: block;
  width: 12.5%;
}
.ivu-col-push-3 {
  left: 12.5%;
}
.ivu-col-pull-3 {
  right: 12.5%;
}
.ivu-col-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-order-3 {
  order: 3;
}
.ivu-col-span-2 {
  display: block;
  width: 8.33333333%;
}
.ivu-col-push-2 {
  left: 8.33333333%;
}
.ivu-col-pull-2 {
  right: 8.33333333%;
}
.ivu-col-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-order-2 {
  order: 2;
}
.ivu-col-span-1 {
  display: block;
  width: 4.16666667%;
}
.ivu-col-push-1 {
  left: 4.16666667%;
}
.ivu-col-pull-1 {
  right: 4.16666667%;
}
.ivu-col-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-order-1 {
  order: 1;
}
.ivu-col-span-0 {
  display: none;
}
.ivu-col-push-0 {
  left: auto;
}
.ivu-col-pull-0 {
  right: auto;
}
.ivu-col-offset-0 {
  margin-left: 0;
}
.ivu-col-order-0 {
  order: 0;
}
.ivu-col-span-xs-1,
.ivu-col-span-xs-2,
.ivu-col-span-xs-3,
.ivu-col-span-xs-4,
.ivu-col-span-xs-5,
.ivu-col-span-xs-6,
.ivu-col-span-xs-7,
.ivu-col-span-xs-8,
.ivu-col-span-xs-9,
.ivu-col-span-xs-10,
.ivu-col-span-xs-11,
.ivu-col-span-xs-12,
.ivu-col-span-xs-13,
.ivu-col-span-xs-14,
.ivu-col-span-xs-15,
.ivu-col-span-xs-16,
.ivu-col-span-xs-17,
.ivu-col-span-xs-18,
.ivu-col-span-xs-19,
.ivu-col-span-xs-20,
.ivu-col-span-xs-21,
.ivu-col-span-xs-22,
.ivu-col-span-xs-23,
.ivu-col-span-xs-24 {
  float: left;
  flex: 0 0 auto;
}
.ivu-col-span-xs-24 {
  display: block;
  width: 100%;
}
.ivu-col-xs-push-24 {
  left: 100%;
}
.ivu-col-xs-pull-24 {
  right: 100%;
}
.ivu-col-xs-offset-24 {
  margin-left: 100%;
}
.ivu-col-xs-order-24 {
  order: 24;
}
.ivu-col-span-xs-23 {
  display: block;
  width: 95.83333333%;
}
.ivu-col-xs-push-23 {
  left: 95.83333333%;
}
.ivu-col-xs-pull-23 {
  right: 95.83333333%;
}
.ivu-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-xs-order-23 {
  order: 23;
}
.ivu-col-span-xs-22 {
  display: block;
  width: 91.66666667%;
}
.ivu-col-xs-push-22 {
  left: 91.66666667%;
}
.ivu-col-xs-pull-22 {
  right: 91.66666667%;
}
.ivu-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-xs-order-22 {
  order: 22;
}
.ivu-col-span-xs-21 {
  display: block;
  width: 87.5%;
}
.ivu-col-xs-push-21 {
  left: 87.5%;
}
.ivu-col-xs-pull-21 {
  right: 87.5%;
}
.ivu-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-xs-order-21 {
  order: 21;
}
.ivu-col-span-xs-20 {
  display: block;
  width: 83.33333333%;
}
.ivu-col-xs-push-20 {
  left: 83.33333333%;
}
.ivu-col-xs-pull-20 {
  right: 83.33333333%;
}
.ivu-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-xs-order-20 {
  order: 20;
}
.ivu-col-span-xs-19 {
  display: block;
  width: 79.16666667%;
}
.ivu-col-xs-push-19 {
  left: 79.16666667%;
}
.ivu-col-xs-pull-19 {
  right: 79.16666667%;
}
.ivu-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-xs-order-19 {
  order: 19;
}
.ivu-col-span-xs-18 {
  display: block;
  width: 75%;
}
.ivu-col-xs-push-18 {
  left: 75%;
}
.ivu-col-xs-pull-18 {
  right: 75%;
}
.ivu-col-xs-offset-18 {
  margin-left: 75%;
}
.ivu-col-xs-order-18 {
  order: 18;
}
.ivu-col-span-xs-17 {
  display: block;
  width: 70.83333333%;
}
.ivu-col-xs-push-17 {
  left: 70.83333333%;
}
.ivu-col-xs-pull-17 {
  right: 70.83333333%;
}
.ivu-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-xs-order-17 {
  order: 17;
}
.ivu-col-span-xs-16 {
  display: block;
  width: 66.66666667%;
}
.ivu-col-xs-push-16 {
  left: 66.66666667%;
}
.ivu-col-xs-pull-16 {
  right: 66.66666667%;
}
.ivu-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-xs-order-16 {
  order: 16;
}
.ivu-col-span-xs-15 {
  display: block;
  width: 62.5%;
}
.ivu-col-xs-push-15 {
  left: 62.5%;
}
.ivu-col-xs-pull-15 {
  right: 62.5%;
}
.ivu-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-xs-order-15 {
  order: 15;
}
.ivu-col-span-xs-14 {
  display: block;
  width: 58.33333333%;
}
.ivu-col-xs-push-14 {
  left: 58.33333333%;
}
.ivu-col-xs-pull-14 {
  right: 58.33333333%;
}
.ivu-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-xs-order-14 {
  order: 14;
}
.ivu-col-span-xs-13 {
  display: block;
  width: 54.16666667%;
}
.ivu-col-xs-push-13 {
  left: 54.16666667%;
}
.ivu-col-xs-pull-13 {
  right: 54.16666667%;
}
.ivu-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-xs-order-13 {
  order: 13;
}
.ivu-col-span-xs-12 {
  display: block;
  width: 50%;
}
.ivu-col-xs-push-12 {
  left: 50%;
}
.ivu-col-xs-pull-12 {
  right: 50%;
}
.ivu-col-xs-offset-12 {
  margin-left: 50%;
}
.ivu-col-xs-order-12 {
  order: 12;
}
.ivu-col-span-xs-11 {
  display: block;
  width: 45.83333333%;
}
.ivu-col-xs-push-11 {
  left: 45.83333333%;
}
.ivu-col-xs-pull-11 {
  right: 45.83333333%;
}
.ivu-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-xs-order-11 {
  order: 11;
}
.ivu-col-span-xs-10 {
  display: block;
  width: 41.66666667%;
}
.ivu-col-xs-push-10 {
  left: 41.66666667%;
}
.ivu-col-xs-pull-10 {
  right: 41.66666667%;
}
.ivu-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-xs-order-10 {
  order: 10;
}
.ivu-col-span-xs-9 {
  display: block;
  width: 37.5%;
}
.ivu-col-xs-push-9 {
  left: 37.5%;
}
.ivu-col-xs-pull-9 {
  right: 37.5%;
}
.ivu-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-xs-order-9 {
  order: 9;
}
.ivu-col-span-xs-8 {
  display: block;
  width: 33.33333333%;
}
.ivu-col-xs-push-8 {
  left: 33.33333333%;
}
.ivu-col-xs-pull-8 {
  right: 33.33333333%;
}
.ivu-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-xs-order-8 {
  order: 8;
}
.ivu-col-span-xs-7 {
  display: block;
  width: 29.16666667%;
}
.ivu-col-xs-push-7 {
  left: 29.16666667%;
}
.ivu-col-xs-pull-7 {
  right: 29.16666667%;
}
.ivu-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-xs-order-7 {
  order: 7;
}
.ivu-col-span-xs-6 {
  display: block;
  width: 25%;
}
.ivu-col-xs-push-6 {
  left: 25%;
}
.ivu-col-xs-pull-6 {
  right: 25%;
}
.ivu-col-xs-offset-6 {
  margin-left: 25%;
}
.ivu-col-xs-order-6 {
  order: 6;
}
.ivu-col-span-xs-5 {
  display: block;
  width: 20.83333333%;
}
.ivu-col-xs-push-5 {
  left: 20.83333333%;
}
.ivu-col-xs-pull-5 {
  right: 20.83333333%;
}
.ivu-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-xs-order-5 {
  order: 5;
}
.ivu-col-span-xs-4 {
  display: block;
  width: 16.66666667%;
}
.ivu-col-xs-push-4 {
  left: 16.66666667%;
}
.ivu-col-xs-pull-4 {
  right: 16.66666667%;
}
.ivu-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-xs-order-4 {
  order: 4;
}
.ivu-col-span-xs-3 {
  display: block;
  width: 12.5%;
}
.ivu-col-xs-push-3 {
  left: 12.5%;
}
.ivu-col-xs-pull-3 {
  right: 12.5%;
}
.ivu-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-xs-order-3 {
  order: 3;
}
.ivu-col-span-xs-2 {
  display: block;
  width: 8.33333333%;
}
.ivu-col-xs-push-2 {
  left: 8.33333333%;
}
.ivu-col-xs-pull-2 {
  right: 8.33333333%;
}
.ivu-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-xs-order-2 {
  order: 2;
}
.ivu-col-span-xs-1 {
  display: block;
  width: 4.16666667%;
}
.ivu-col-xs-push-1 {
  left: 4.16666667%;
}
.ivu-col-xs-pull-1 {
  right: 4.16666667%;
}
.ivu-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-xs-order-1 {
  order: 1;
}
.ivu-col-span-xs-0 {
  display: none;
}
.ivu-col-xs-push-0 {
  left: auto;
}
.ivu-col-xs-pull-0 {
  right: auto;
}
.ivu-col-xs-offset-0 {
  margin-left: 0;
}
.ivu-col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ivu-col-span-sm-1,
  .ivu-col-span-sm-2,
  .ivu-col-span-sm-3,
  .ivu-col-span-sm-4,
  .ivu-col-span-sm-5,
  .ivu-col-span-sm-6,
  .ivu-col-span-sm-7,
  .ivu-col-span-sm-8,
  .ivu-col-span-sm-9,
  .ivu-col-span-sm-10,
  .ivu-col-span-sm-11,
  .ivu-col-span-sm-12,
  .ivu-col-span-sm-13,
  .ivu-col-span-sm-14,
  .ivu-col-span-sm-15,
  .ivu-col-span-sm-16,
  .ivu-col-span-sm-17,
  .ivu-col-span-sm-18,
  .ivu-col-span-sm-19,
  .ivu-col-span-sm-20,
  .ivu-col-span-sm-21,
  .ivu-col-span-sm-22,
  .ivu-col-span-sm-23,
  .ivu-col-span-sm-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ivu-col-span-sm-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-sm-push-24 {
    left: 100%;
  }
  .ivu-col-sm-pull-24 {
    right: 100%;
  }
  .ivu-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-sm-order-24 {
    order: 24;
  }
  .ivu-col-span-sm-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-sm-order-23 {
    order: 23;
  }
  .ivu-col-span-sm-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-sm-order-22 {
    order: 22;
  }
  .ivu-col-span-sm-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-sm-push-21 {
    left: 87.5%;
  }
  .ivu-col-sm-pull-21 {
    right: 87.5%;
  }
  .ivu-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-sm-order-21 {
    order: 21;
  }
  .ivu-col-span-sm-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-sm-order-20 {
    order: 20;
  }
  .ivu-col-span-sm-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-sm-order-19 {
    order: 19;
  }
  .ivu-col-span-sm-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-sm-push-18 {
    left: 75%;
  }
  .ivu-col-sm-pull-18 {
    right: 75%;
  }
  .ivu-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-sm-order-18 {
    order: 18;
  }
  .ivu-col-span-sm-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-sm-order-17 {
    order: 17;
  }
  .ivu-col-span-sm-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-sm-order-16 {
    order: 16;
  }
  .ivu-col-span-sm-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-sm-push-15 {
    left: 62.5%;
  }
  .ivu-col-sm-pull-15 {
    right: 62.5%;
  }
  .ivu-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-sm-order-15 {
    order: 15;
  }
  .ivu-col-span-sm-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-sm-order-14 {
    order: 14;
  }
  .ivu-col-span-sm-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-sm-order-13 {
    order: 13;
  }
  .ivu-col-span-sm-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-sm-push-12 {
    left: 50%;
  }
  .ivu-col-sm-pull-12 {
    right: 50%;
  }
  .ivu-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-sm-order-12 {
    order: 12;
  }
  .ivu-col-span-sm-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-sm-order-11 {
    order: 11;
  }
  .ivu-col-span-sm-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-sm-order-10 {
    order: 10;
  }
  .ivu-col-span-sm-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-sm-push-9 {
    left: 37.5%;
  }
  .ivu-col-sm-pull-9 {
    right: 37.5%;
  }
  .ivu-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-sm-order-9 {
    order: 9;
  }
  .ivu-col-span-sm-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-sm-order-8 {
    order: 8;
  }
  .ivu-col-span-sm-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-sm-order-7 {
    order: 7;
  }
  .ivu-col-span-sm-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-sm-push-6 {
    left: 25%;
  }
  .ivu-col-sm-pull-6 {
    right: 25%;
  }
  .ivu-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-sm-order-6 {
    order: 6;
  }
  .ivu-col-span-sm-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-sm-order-5 {
    order: 5;
  }
  .ivu-col-span-sm-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-sm-order-4 {
    order: 4;
  }
  .ivu-col-span-sm-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-sm-push-3 {
    left: 12.5%;
  }
  .ivu-col-sm-pull-3 {
    right: 12.5%;
  }
  .ivu-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-sm-order-3 {
    order: 3;
  }
  .ivu-col-span-sm-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-sm-order-2 {
    order: 2;
  }
  .ivu-col-span-sm-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-sm-order-1 {
    order: 1;
  }
  .ivu-col-span-sm-0 {
    display: none;
  }
  .ivu-col-sm-push-0 {
    left: auto;
  }
  .ivu-col-sm-pull-0 {
    right: auto;
  }
  .ivu-col-sm-offset-0 {
    margin-left: 0;
  }
  .ivu-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ivu-col-span-md-1,
  .ivu-col-span-md-2,
  .ivu-col-span-md-3,
  .ivu-col-span-md-4,
  .ivu-col-span-md-5,
  .ivu-col-span-md-6,
  .ivu-col-span-md-7,
  .ivu-col-span-md-8,
  .ivu-col-span-md-9,
  .ivu-col-span-md-10,
  .ivu-col-span-md-11,
  .ivu-col-span-md-12,
  .ivu-col-span-md-13,
  .ivu-col-span-md-14,
  .ivu-col-span-md-15,
  .ivu-col-span-md-16,
  .ivu-col-span-md-17,
  .ivu-col-span-md-18,
  .ivu-col-span-md-19,
  .ivu-col-span-md-20,
  .ivu-col-span-md-21,
  .ivu-col-span-md-22,
  .ivu-col-span-md-23,
  .ivu-col-span-md-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ivu-col-span-md-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-md-push-24 {
    left: 100%;
  }
  .ivu-col-md-pull-24 {
    right: 100%;
  }
  .ivu-col-md-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-md-order-24 {
    order: 24;
  }
  .ivu-col-span-md-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-md-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-md-order-23 {
    order: 23;
  }
  .ivu-col-span-md-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-md-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-md-order-22 {
    order: 22;
  }
  .ivu-col-span-md-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-md-push-21 {
    left: 87.5%;
  }
  .ivu-col-md-pull-21 {
    right: 87.5%;
  }
  .ivu-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-md-order-21 {
    order: 21;
  }
  .ivu-col-span-md-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-md-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-md-order-20 {
    order: 20;
  }
  .ivu-col-span-md-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-md-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-md-order-19 {
    order: 19;
  }
  .ivu-col-span-md-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-md-push-18 {
    left: 75%;
  }
  .ivu-col-md-pull-18 {
    right: 75%;
  }
  .ivu-col-md-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-md-order-18 {
    order: 18;
  }
  .ivu-col-span-md-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-md-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-md-order-17 {
    order: 17;
  }
  .ivu-col-span-md-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-md-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-md-order-16 {
    order: 16;
  }
  .ivu-col-span-md-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-md-push-15 {
    left: 62.5%;
  }
  .ivu-col-md-pull-15 {
    right: 62.5%;
  }
  .ivu-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-md-order-15 {
    order: 15;
  }
  .ivu-col-span-md-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-md-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-md-order-14 {
    order: 14;
  }
  .ivu-col-span-md-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-md-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-md-order-13 {
    order: 13;
  }
  .ivu-col-span-md-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-md-push-12 {
    left: 50%;
  }
  .ivu-col-md-pull-12 {
    right: 50%;
  }
  .ivu-col-md-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-md-order-12 {
    order: 12;
  }
  .ivu-col-span-md-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-md-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-md-order-11 {
    order: 11;
  }
  .ivu-col-span-md-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-md-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-md-order-10 {
    order: 10;
  }
  .ivu-col-span-md-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-md-push-9 {
    left: 37.5%;
  }
  .ivu-col-md-pull-9 {
    right: 37.5%;
  }
  .ivu-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-md-order-9 {
    order: 9;
  }
  .ivu-col-span-md-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-md-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-md-order-8 {
    order: 8;
  }
  .ivu-col-span-md-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-md-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-md-order-7 {
    order: 7;
  }
  .ivu-col-span-md-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-md-push-6 {
    left: 25%;
  }
  .ivu-col-md-pull-6 {
    right: 25%;
  }
  .ivu-col-md-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-md-order-6 {
    order: 6;
  }
  .ivu-col-span-md-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-md-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-md-order-5 {
    order: 5;
  }
  .ivu-col-span-md-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-md-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-md-order-4 {
    order: 4;
  }
  .ivu-col-span-md-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-md-push-3 {
    left: 12.5%;
  }
  .ivu-col-md-pull-3 {
    right: 12.5%;
  }
  .ivu-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-md-order-3 {
    order: 3;
  }
  .ivu-col-span-md-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-md-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-md-order-2 {
    order: 2;
  }
  .ivu-col-span-md-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-md-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-md-order-1 {
    order: 1;
  }
  .ivu-col-span-md-0 {
    display: none;
  }
  .ivu-col-md-push-0 {
    left: auto;
  }
  .ivu-col-md-pull-0 {
    right: auto;
  }
  .ivu-col-md-offset-0 {
    margin-left: 0;
  }
  .ivu-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ivu-col-span-lg-1,
  .ivu-col-span-lg-2,
  .ivu-col-span-lg-3,
  .ivu-col-span-lg-4,
  .ivu-col-span-lg-5,
  .ivu-col-span-lg-6,
  .ivu-col-span-lg-7,
  .ivu-col-span-lg-8,
  .ivu-col-span-lg-9,
  .ivu-col-span-lg-10,
  .ivu-col-span-lg-11,
  .ivu-col-span-lg-12,
  .ivu-col-span-lg-13,
  .ivu-col-span-lg-14,
  .ivu-col-span-lg-15,
  .ivu-col-span-lg-16,
  .ivu-col-span-lg-17,
  .ivu-col-span-lg-18,
  .ivu-col-span-lg-19,
  .ivu-col-span-lg-20,
  .ivu-col-span-lg-21,
  .ivu-col-span-lg-22,
  .ivu-col-span-lg-23,
  .ivu-col-span-lg-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ivu-col-span-lg-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-lg-push-24 {
    left: 100%;
  }
  .ivu-col-lg-pull-24 {
    right: 100%;
  }
  .ivu-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-lg-order-24 {
    order: 24;
  }
  .ivu-col-span-lg-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-lg-order-23 {
    order: 23;
  }
  .ivu-col-span-lg-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-lg-order-22 {
    order: 22;
  }
  .ivu-col-span-lg-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-lg-push-21 {
    left: 87.5%;
  }
  .ivu-col-lg-pull-21 {
    right: 87.5%;
  }
  .ivu-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-lg-order-21 {
    order: 21;
  }
  .ivu-col-span-lg-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-lg-order-20 {
    order: 20;
  }
  .ivu-col-span-lg-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-lg-order-19 {
    order: 19;
  }
  .ivu-col-span-lg-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-lg-push-18 {
    left: 75%;
  }
  .ivu-col-lg-pull-18 {
    right: 75%;
  }
  .ivu-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-lg-order-18 {
    order: 18;
  }
  .ivu-col-span-lg-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-lg-order-17 {
    order: 17;
  }
  .ivu-col-span-lg-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-lg-order-16 {
    order: 16;
  }
  .ivu-col-span-lg-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-lg-push-15 {
    left: 62.5%;
  }
  .ivu-col-lg-pull-15 {
    right: 62.5%;
  }
  .ivu-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-lg-order-15 {
    order: 15;
  }
  .ivu-col-span-lg-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-lg-order-14 {
    order: 14;
  }
  .ivu-col-span-lg-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-lg-order-13 {
    order: 13;
  }
  .ivu-col-span-lg-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-lg-push-12 {
    left: 50%;
  }
  .ivu-col-lg-pull-12 {
    right: 50%;
  }
  .ivu-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-lg-order-12 {
    order: 12;
  }
  .ivu-col-span-lg-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-lg-order-11 {
    order: 11;
  }
  .ivu-col-span-lg-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-lg-order-10 {
    order: 10;
  }
  .ivu-col-span-lg-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-lg-push-9 {
    left: 37.5%;
  }
  .ivu-col-lg-pull-9 {
    right: 37.5%;
  }
  .ivu-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-lg-order-9 {
    order: 9;
  }
  .ivu-col-span-lg-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-lg-order-8 {
    order: 8;
  }
  .ivu-col-span-lg-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-lg-order-7 {
    order: 7;
  }
  .ivu-col-span-lg-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-lg-push-6 {
    left: 25%;
  }
  .ivu-col-lg-pull-6 {
    right: 25%;
  }
  .ivu-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-lg-order-6 {
    order: 6;
  }
  .ivu-col-span-lg-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-lg-order-5 {
    order: 5;
  }
  .ivu-col-span-lg-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-lg-order-4 {
    order: 4;
  }
  .ivu-col-span-lg-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-lg-push-3 {
    left: 12.5%;
  }
  .ivu-col-lg-pull-3 {
    right: 12.5%;
  }
  .ivu-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-lg-order-3 {
    order: 3;
  }
  .ivu-col-span-lg-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-lg-order-2 {
    order: 2;
  }
  .ivu-col-span-lg-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-lg-order-1 {
    order: 1;
  }
  .ivu-col-span-lg-0 {
    display: none;
  }
  .ivu-col-lg-push-0 {
    left: auto;
  }
  .ivu-col-lg-pull-0 {
    right: auto;
  }
  .ivu-col-lg-offset-0 {
    margin-left: 0;
  }
  .ivu-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ivu-col-span-xl-1,
  .ivu-col-span-xl-2,
  .ivu-col-span-xl-3,
  .ivu-col-span-xl-4,
  .ivu-col-span-xl-5,
  .ivu-col-span-xl-6,
  .ivu-col-span-xl-7,
  .ivu-col-span-xl-8,
  .ivu-col-span-xl-9,
  .ivu-col-span-xl-10,
  .ivu-col-span-xl-11,
  .ivu-col-span-xl-12,
  .ivu-col-span-xl-13,
  .ivu-col-span-xl-14,
  .ivu-col-span-xl-15,
  .ivu-col-span-xl-16,
  .ivu-col-span-xl-17,
  .ivu-col-span-xl-18,
  .ivu-col-span-xl-19,
  .ivu-col-span-xl-20,
  .ivu-col-span-xl-21,
  .ivu-col-span-xl-22,
  .ivu-col-span-xl-23,
  .ivu-col-span-xl-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ivu-col-span-xl-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-xl-push-24 {
    left: 100%;
  }
  .ivu-col-xl-pull-24 {
    right: 100%;
  }
  .ivu-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xl-order-24 {
    order: 24;
  }
  .ivu-col-span-xl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xl-order-23 {
    order: 23;
  }
  .ivu-col-span-xl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xl-order-22 {
    order: 22;
  }
  .ivu-col-span-xl-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-xl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xl-order-21 {
    order: 21;
  }
  .ivu-col-span-xl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xl-order-20 {
    order: 20;
  }
  .ivu-col-span-xl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xl-order-19 {
    order: 19;
  }
  .ivu-col-span-xl-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-xl-push-18 {
    left: 75%;
  }
  .ivu-col-xl-pull-18 {
    right: 75%;
  }
  .ivu-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xl-order-18 {
    order: 18;
  }
  .ivu-col-span-xl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xl-order-17 {
    order: 17;
  }
  .ivu-col-span-xl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xl-order-16 {
    order: 16;
  }
  .ivu-col-span-xl-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-xl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xl-order-15 {
    order: 15;
  }
  .ivu-col-span-xl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xl-order-14 {
    order: 14;
  }
  .ivu-col-span-xl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xl-order-13 {
    order: 13;
  }
  .ivu-col-span-xl-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-xl-push-12 {
    left: 50%;
  }
  .ivu-col-xl-pull-12 {
    right: 50%;
  }
  .ivu-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xl-order-12 {
    order: 12;
  }
  .ivu-col-span-xl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xl-order-11 {
    order: 11;
  }
  .ivu-col-span-xl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xl-order-10 {
    order: 10;
  }
  .ivu-col-span-xl-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-xl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xl-order-9 {
    order: 9;
  }
  .ivu-col-span-xl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xl-order-8 {
    order: 8;
  }
  .ivu-col-span-xl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xl-order-7 {
    order: 7;
  }
  .ivu-col-span-xl-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-xl-push-6 {
    left: 25%;
  }
  .ivu-col-xl-pull-6 {
    right: 25%;
  }
  .ivu-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xl-order-6 {
    order: 6;
  }
  .ivu-col-span-xl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xl-order-5 {
    order: 5;
  }
  .ivu-col-span-xl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xl-order-4 {
    order: 4;
  }
  .ivu-col-span-xl-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-xl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xl-order-3 {
    order: 3;
  }
  .ivu-col-span-xl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xl-order-2 {
    order: 2;
  }
  .ivu-col-span-xl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xl-order-1 {
    order: 1;
  }
  .ivu-col-span-xl-0 {
    display: none;
  }
  .ivu-col-xl-push-0 {
    left: auto;
  }
  .ivu-col-xl-pull-0 {
    right: auto;
  }
  .ivu-col-xl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ivu-col-span-xxl-1,
  .ivu-col-span-xxl-2,
  .ivu-col-span-xxl-3,
  .ivu-col-span-xxl-4,
  .ivu-col-span-xxl-5,
  .ivu-col-span-xxl-6,
  .ivu-col-span-xxl-7,
  .ivu-col-span-xxl-8,
  .ivu-col-span-xxl-9,
  .ivu-col-span-xxl-10,
  .ivu-col-span-xxl-11,
  .ivu-col-span-xxl-12,
  .ivu-col-span-xxl-13,
  .ivu-col-span-xxl-14,
  .ivu-col-span-xxl-15,
  .ivu-col-span-xxl-16,
  .ivu-col-span-xxl-17,
  .ivu-col-span-xxl-18,
  .ivu-col-span-xxl-19,
  .ivu-col-span-xxl-20,
  .ivu-col-span-xxl-21,
  .ivu-col-span-xxl-22,
  .ivu-col-span-xxl-23,
  .ivu-col-span-xxl-24 {
    float: left;
    flex: 0 0 auto;
  }
  .ivu-col-span-xxl-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-xxl-push-24 {
    left: 100%;
  }
  .ivu-col-xxl-pull-24 {
    right: 100%;
  }
  .ivu-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xxl-order-24 {
    order: 24;
  }
  .ivu-col-span-xxl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xxl-order-23 {
    order: 23;
  }
  .ivu-col-span-xxl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xxl-order-22 {
    order: 22;
  }
  .ivu-col-span-xxl-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-xxl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xxl-order-21 {
    order: 21;
  }
  .ivu-col-span-xxl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xxl-order-20 {
    order: 20;
  }
  .ivu-col-span-xxl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xxl-order-19 {
    order: 19;
  }
  .ivu-col-span-xxl-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-xxl-push-18 {
    left: 75%;
  }
  .ivu-col-xxl-pull-18 {
    right: 75%;
  }
  .ivu-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xxl-order-18 {
    order: 18;
  }
  .ivu-col-span-xxl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xxl-order-17 {
    order: 17;
  }
  .ivu-col-span-xxl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xxl-order-16 {
    order: 16;
  }
  .ivu-col-span-xxl-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-xxl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xxl-order-15 {
    order: 15;
  }
  .ivu-col-span-xxl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xxl-order-14 {
    order: 14;
  }
  .ivu-col-span-xxl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xxl-order-13 {
    order: 13;
  }
  .ivu-col-span-xxl-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-xxl-push-12 {
    left: 50%;
  }
  .ivu-col-xxl-pull-12 {
    right: 50%;
  }
  .ivu-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xxl-order-12 {
    order: 12;
  }
  .ivu-col-span-xxl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xxl-order-11 {
    order: 11;
  }
  .ivu-col-span-xxl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xxl-order-10 {
    order: 10;
  }
  .ivu-col-span-xxl-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-xxl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xxl-order-9 {
    order: 9;
  }
  .ivu-col-span-xxl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xxl-order-8 {
    order: 8;
  }
  .ivu-col-span-xxl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xxl-order-7 {
    order: 7;
  }
  .ivu-col-span-xxl-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-xxl-push-6 {
    left: 25%;
  }
  .ivu-col-xxl-pull-6 {
    right: 25%;
  }
  .ivu-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xxl-order-6 {
    order: 6;
  }
  .ivu-col-span-xxl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xxl-order-5 {
    order: 5;
  }
  .ivu-col-span-xxl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xxl-order-4 {
    order: 4;
  }
  .ivu-col-span-xxl-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-xxl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xxl-order-3 {
    order: 3;
  }
  .ivu-col-span-xxl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xxl-order-2 {
    order: 2;
  }
  .ivu-col-span-xxl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xxl-order-1 {
    order: 1;
  }
  .ivu-col-span-xxl-0 {
    display: none;
  }
  .ivu-col-xxl-push-0 {
    left: auto;
  }
  .ivu-col-xxl-pull-0 {
    right: auto;
  }
  .ivu-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xxl-order-0 {
    order: 0;
  }
}
.ivu-article h1 {
  font-size: 26px;
  font-weight: 400;
}
.ivu-article h2 {
  font-size: 20px;
  font-weight: 400;
}
.ivu-article h3 {
  font-size: 16px;
  font-weight: 400;
}
.ivu-article h4 {
  font-size: 14px;
  font-weight: 400;
}
.ivu-article h5,
.ivu-article h6 {
  font-size: 12px;
  font-weight: 400;
}
.ivu-article blockquote {
  padding: 5px 5px 3px 10px;
  line-height: 1.5;
  border-left: 4px solid #ddd;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.ivu-article ul:not([class^="ivu-"]) {
  padding-left: 40px;
  list-style-type: disc;
}
.ivu-article li:not([class^="ivu-"]) {
  margin-bottom: 5px;
  font-size: 14px;
}
.ivu-article ol ul:not([class^="ivu-"]),
.ivu-article ul ul:not([class^="ivu-"]) {
  list-style-type: circle;
}
.ivu-article p {
  margin: 5px;
  font-size: 14px;
}
.ivu-article a:not([class^="ivu-"])[target="_blank"]:after {
  content: "\F3F2";
  font-family: Ionicons;
  color: #aaa;
  margin-left: 3px;
}
.fade-appear,
.fade-enter-active,
.fade-leave-active {
  animation-duration: 0.15s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-appear,
.fade-enter-active {
  animation-name: ivuFadeIn;
  animation-play-state: running;
}
.fade-leave-active {
  animation-name: ivuFadeOut;
  animation-play-state: running;
}
.fade-appear,
.fade-enter-active {
  opacity: 0;
}
.fade-appear,
.fade-enter-active,
.fade-leave-active {
  animation-timing-function: linear;
}
@keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.move-up-appear,
.move-up-enter-active,
.move-up-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-appear,
.move-up-enter-active {
  animation-name: ivuMoveUpIn;
  animation-play-state: running;
}
.move-up-leave-active {
  animation-name: ivuMoveUpOut;
  animation-play-state: running;
}
.move-up-appear,
.move-up-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.move-up-leave-active {
  animation-timing-function: ease-in-out;
}
.move-down-appear,
.move-down-enter-active,
.move-down-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-appear,
.move-down-enter-active {
  animation-name: ivuMoveDownIn;
  animation-play-state: running;
}
.move-down-leave-active {
  animation-name: ivuMoveDownOut;
  animation-play-state: running;
}
.move-down-appear,
.move-down-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.move-down-leave-active {
  animation-timing-function: ease-in-out;
}
.move-left-appear,
.move-left-enter-active,
.move-left-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-appear,
.move-left-enter-active {
  animation-name: ivuMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave-active {
  animation-name: ivuMoveLeftOut;
  animation-play-state: running;
}
.move-left-appear,
.move-left-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.move-left-leave-active {
  animation-timing-function: ease-in-out;
}
.move-right-appear,
.move-right-enter-active,
.move-right-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-appear,
.move-right-enter-active {
  animation-name: ivuMoveRightIn;
  animation-play-state: running;
}
.move-right-leave-active {
  animation-name: ivuMoveRightOut;
  animation-play-state: running;
}
.move-right-appear,
.move-right-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.move-right-leave-active {
  animation-timing-function: ease-in-out;
}
@keyframes ivuMoveDownIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ivuMoveDownOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform-origin: 0 0;
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveLeftIn {
  0% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ivuMoveLeftOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes ivuMoveRightOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveUpIn {
  0% {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ivuMoveUpOut {
  0% {
    transform-origin: 0 0;
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform-origin: 0 0;
    transform: translateY(-100%);
    opacity: 0;
  }
}
.move-notice-appear,
.move-notice-enter-active,
.move-notice-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-notice-appear,
.move-notice-enter-active {
  animation-name: ivuMoveNoticeIn;
  animation-play-state: running;
}
.move-notice-leave-active {
  animation-name: ivuMoveNoticeOut;
  animation-play-state: running;
}
.move-notice-appear,
.move-notice-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.move-notice-leave-active {
  animation-timing-function: ease-in-out;
}
@keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes ivuMoveNoticeOut {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  to {
    transform-origin: 0 0;
    transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
.ease-appear,
.ease-enter-active,
.ease-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ease-appear,
.ease-enter-active {
  animation-name: ivuEaseIn;
  animation-play-state: running;
}
.ease-leave-active {
  animation-name: ivuEaseOut;
  animation-play-state: running;
}
.ease-appear,
.ease-enter-active {
  opacity: 0;
}
.ease-appear,
.ease-enter-active,
.ease-leave-active {
  animation-timing-function: linear;
  animation-duration: 0.2s;
}
@keyframes ivuEaseIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ivuEaseOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
.transition-drop-appear,
.transition-drop-enter-active,
.transition-drop-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.transition-drop-appear,
.transition-drop-enter-active {
  animation-name: ivuTransitionDropIn;
  animation-play-state: running;
}
.transition-drop-leave-active {
  animation-name: ivuTransitionDropOut;
  animation-play-state: running;
}
.transition-drop-appear,
.transition-drop-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.transition-drop-leave-active {
  animation-timing-function: ease-in-out;
}
.slide-up-appear,
.slide-up-enter-active,
.slide-up-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-appear,
.slide-up-enter-active {
  animation-name: ivuSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave-active {
  animation-name: ivuSlideUpOut;
  animation-play-state: running;
}
.slide-up-appear,
.slide-up-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.slide-up-leave-active {
  animation-timing-function: ease-in-out;
}
.slide-down-appear,
.slide-down-enter-active,
.slide-down-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-appear,
.slide-down-enter-active {
  animation-name: ivuSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave-active {
  animation-name: ivuSlideDownOut;
  animation-play-state: running;
}
.slide-down-appear,
.slide-down-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.slide-down-leave-active {
  animation-timing-function: ease-in-out;
}
.slide-left-appear,
.slide-left-enter-active,
.slide-left-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-appear,
.slide-left-enter-active {
  animation-name: ivuSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave-active {
  animation-name: ivuSlideLeftOut;
  animation-play-state: running;
}
.slide-left-appear,
.slide-left-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.slide-left-leave-active {
  animation-timing-function: ease-in-out;
}
.slide-right-appear,
.slide-right-enter-active,
.slide-right-leave-active {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-appear,
.slide-right-enter-active {
  animation-name: ivuSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave-active {
  animation-name: ivuSlideRightOut;
  animation-play-state: running;
}
.slide-right-appear,
.slide-right-enter-active {
  opacity: 0;
  animation-timing-function: ease-in-out;
}
.slide-right-leave-active {
  animation-timing-function: ease-in-out;
}
@keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(0.8);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleY(1);
  }
}
@keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
  to {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0.8);
  }
}
@keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleX(0.8);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleX(1);
  }
}
@keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scaleX(1);
  }
  to {
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleX(0.8);
  }
}
@keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleX(0.8);
  }
  to {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
}
@keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scaleX(1);
  }
  to {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scaleX(0.8);
  }
}
.collapse-transition {
  transition: height 0.2s ease-in-out, padding-top 0.2s ease-in-out,
    padding-bottom 0.2s ease-in-out;
}
.ivu-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 15px 6px;
  font-size: 12px;
  border-radius: 4px;
  transition: color 0.2s linear, background-color 0.2s linear,
    border 0.2s linear, box-shadow 0.2s linear;
  color: #515a6e;
  background-color: #fff;
  border: 1px solid #dcdee2;
}
.ivu-btn,
.ivu-btn > .ivu-icon {
  vertical-align: middle;
  line-height: 1.5;
}
.ivu-btn-icon-only.ivu-btn-circle > .ivu-icon {
  vertical-align: baseline;
}
.ivu-btn > span {
  vertical-align: middle;
}
.ivu-btn,
.ivu-btn:active,
.ivu-btn:focus {
  outline: 0;
}
.ivu-btn:not([disabled]):hover {
  text-decoration: none;
}
.ivu-btn:not([disabled]):active {
  outline: 0;
}
.ivu-btn.disabled,
.ivu-btn[disabled] {
  cursor: not-allowed;
}
.ivu-btn.disabled > *,
.ivu-btn[disabled] > * {
  pointer-events: none;
}
.ivu-btn-large {
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-small {
  padding: 1px 7px 2px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-icon-only {
  padding: 5px 15px 6px;
  font-size: 12px;
  border-radius: 4px;
}
.ivu-btn-icon-only.ivu-btn-small {
  padding: 1px 7px 2px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-icon-only.ivu-btn-large {
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn > a:only-child {
  color: currentColor;
}
.ivu-btn > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn:hover {
  color: #747b8b;
  border-color: #e3e5e8;
}
.ivu-btn.active,
.ivu-btn:active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn.disabled,
.ivu-btn.disabled.active,
.ivu-btn.disabled:active,
.ivu-btn.disabled:focus,
.ivu-btn.disabled:hover,
.ivu-btn[disabled],
.ivu-btn[disabled].active,
.ivu-btn[disabled]:active,
.ivu-btn[disabled]:focus,
.ivu-btn[disabled]:hover,
fieldset[disabled] .ivu-btn,
fieldset[disabled] .ivu-btn.active,
fieldset[disabled] .ivu-btn:active,
fieldset[disabled] .ivu-btn:focus,
fieldset[disabled] .ivu-btn:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn.disabled.active > a:only-child,
.ivu-btn.disabled:active > a:only-child,
.ivu-btn.disabled:focus > a:only-child,
.ivu-btn.disabled:hover > a:only-child,
.ivu-btn.disabled > a:only-child,
.ivu-btn[disabled].active > a:only-child,
.ivu-btn[disabled]:active > a:only-child,
.ivu-btn[disabled]:focus > a:only-child,
.ivu-btn[disabled]:hover > a:only-child,
.ivu-btn[disabled] > a:only-child,
fieldset[disabled] .ivu-btn.active > a:only-child,
fieldset[disabled] .ivu-btn:active > a:only-child,
fieldset[disabled] .ivu-btn:focus > a:only-child,
fieldset[disabled] .ivu-btn:hover > a:only-child,
fieldset[disabled] .ivu-btn > a:only-child {
  color: currentColor;
}
.ivu-btn.disabled.active > a:only-child:after,
.ivu-btn.disabled:active > a:only-child:after,
.ivu-btn.disabled:focus > a:only-child:after,
.ivu-btn.disabled:hover > a:only-child:after,
.ivu-btn.disabled > a:only-child:after,
.ivu-btn[disabled].active > a:only-child:after,
.ivu-btn[disabled]:active > a:only-child:after,
.ivu-btn[disabled]:focus > a:only-child:after,
.ivu-btn[disabled]:hover > a:only-child:after,
.ivu-btn[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn.active > a:only-child:after,
fieldset[disabled] .ivu-btn:active > a:only-child:after,
fieldset[disabled] .ivu-btn:focus > a:only-child:after,
fieldset[disabled] .ivu-btn:hover > a:only-child:after,
fieldset[disabled] .ivu-btn > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: #57a3f3;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn.active,
.ivu-btn:active {
  color: #2b85e4;
  background-color: #fff;
  border-color: #2b85e4;
}
.ivu-btn.active > a:only-child,
.ivu-btn:active > a:only-child {
  color: currentColor;
}
.ivu-btn.active > a:only-child:after,
.ivu-btn:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-long {
  width: 100%;
}
.ivu-btn > .ivu-icon + span,
.ivu-btn > span + .ivu-icon {
  margin-left: 4px;
}
.ivu-btn-primary {
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-btn-primary > a:only-child {
  color: currentColor;
}
.ivu-btn-primary > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary:hover {
  color: #fff;
  background-color: #57a3f3;
  border-color: #57a3f3;
}
.ivu-btn-primary:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-primary:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary.active,
.ivu-btn-primary:active {
  color: #f2f2f2;
  background-color: #2b85e4;
  border-color: #2b85e4;
}
.ivu-btn-primary.active > a:only-child,
.ivu-btn-primary:active > a:only-child {
  color: currentColor;
}
.ivu-btn-primary.active > a:only-child:after,
.ivu-btn-primary:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary.disabled,
.ivu-btn-primary.disabled.active,
.ivu-btn-primary.disabled:active,
.ivu-btn-primary.disabled:focus,
.ivu-btn-primary.disabled:hover,
.ivu-btn-primary[disabled],
.ivu-btn-primary[disabled].active,
.ivu-btn-primary[disabled]:active,
.ivu-btn-primary[disabled]:focus,
.ivu-btn-primary[disabled]:hover,
fieldset[disabled] .ivu-btn-primary,
fieldset[disabled] .ivu-btn-primary.active,
fieldset[disabled] .ivu-btn-primary:active,
fieldset[disabled] .ivu-btn-primary:focus,
fieldset[disabled] .ivu-btn-primary:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-primary.disabled.active > a:only-child,
.ivu-btn-primary.disabled:active > a:only-child,
.ivu-btn-primary.disabled:focus > a:only-child,
.ivu-btn-primary.disabled:hover > a:only-child,
.ivu-btn-primary.disabled > a:only-child,
.ivu-btn-primary[disabled].active > a:only-child,
.ivu-btn-primary[disabled]:active > a:only-child,
.ivu-btn-primary[disabled]:focus > a:only-child,
.ivu-btn-primary[disabled]:hover > a:only-child,
.ivu-btn-primary[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-primary.active > a:only-child,
fieldset[disabled] .ivu-btn-primary:active > a:only-child,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child,
fieldset[disabled] .ivu-btn-primary > a:only-child {
  color: currentColor;
}
.ivu-btn-primary.disabled.active > a:only-child:after,
.ivu-btn-primary.disabled:active > a:only-child:after,
.ivu-btn-primary.disabled:focus > a:only-child:after,
.ivu-btn-primary.disabled:hover > a:only-child:after,
.ivu-btn-primary.disabled > a:only-child:after,
.ivu-btn-primary[disabled].active > a:only-child:after,
.ivu-btn-primary[disabled]:active > a:only-child:after,
.ivu-btn-primary[disabled]:focus > a:only-child:after,
.ivu-btn-primary[disabled]:hover > a:only-child:after,
.ivu-btn-primary[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-primary.active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-primary > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-primary.active,
.ivu-btn-primary:active,
.ivu-btn-primary:hover {
  color: #fff;
}
.ivu-btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #2b85e4;
  border-left-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  .ivu-btn-primary:first-child:not(:last-child) {
  border-right-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdee2;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn,
.ivu-btn-group:not(.ivu-btn-group-vertical)
  .ivu-btn-primary:last-child:not(:first-child) {
  border-left-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  .ivu-btn-primary
  + .ivu-btn[disabled],
.ivu-btn-group:not(.ivu-btn-group-vertical)
  .ivu-btn-primary:last-child:not(:first-child)[disabled] {
  border-left-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-top-color: #2b85e4;
  border-bottom-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child) {
  border-bottom-color: #2b85e4;
}
.ivu-btn-group-vertical
  .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-top-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn,
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child) {
  border-top-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn[disabled],
.ivu-btn-group-vertical
  .ivu-btn-primary:last-child:not(:first-child)[disabled] {
  border-bottom-color: #dcdee2;
}
.ivu-btn-dashed {
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
  border-style: dashed;
}
.ivu-btn-dashed > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed:hover {
  color: #747b8b;
  border-color: #e3e5e8;
}
.ivu-btn-dashed.active,
.ivu-btn-dashed:active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn-dashed.disabled,
.ivu-btn-dashed.disabled.active,
.ivu-btn-dashed.disabled:active,
.ivu-btn-dashed.disabled:focus,
.ivu-btn-dashed.disabled:hover,
.ivu-btn-dashed[disabled],
.ivu-btn-dashed[disabled].active,
.ivu-btn-dashed[disabled]:active,
.ivu-btn-dashed[disabled]:focus,
.ivu-btn-dashed[disabled]:hover,
fieldset[disabled] .ivu-btn-dashed,
fieldset[disabled] .ivu-btn-dashed.active,
fieldset[disabled] .ivu-btn-dashed:active,
fieldset[disabled] .ivu-btn-dashed:focus,
fieldset[disabled] .ivu-btn-dashed:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-dashed.disabled.active > a:only-child,
.ivu-btn-dashed.disabled:active > a:only-child,
.ivu-btn-dashed.disabled:focus > a:only-child,
.ivu-btn-dashed.disabled:hover > a:only-child,
.ivu-btn-dashed.disabled > a:only-child,
.ivu-btn-dashed[disabled].active > a:only-child,
.ivu-btn-dashed[disabled]:active > a:only-child,
.ivu-btn-dashed[disabled]:focus > a:only-child,
.ivu-btn-dashed[disabled]:hover > a:only-child,
.ivu-btn-dashed[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child,
fieldset[disabled] .ivu-btn-dashed > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.disabled.active > a:only-child:after,
.ivu-btn-dashed.disabled:active > a:only-child:after,
.ivu-btn-dashed.disabled:focus > a:only-child:after,
.ivu-btn-dashed.disabled:hover > a:only-child:after,
.ivu-btn-dashed.disabled > a:only-child:after,
.ivu-btn-dashed[disabled].active > a:only-child:after,
.ivu-btn-dashed[disabled]:active > a:only-child:after,
.ivu-btn-dashed[disabled]:focus > a:only-child:after,
.ivu-btn-dashed[disabled]:hover > a:only-child:after,
.ivu-btn-dashed[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: #57a3f3;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed.active,
.ivu-btn-dashed:active {
  color: #2b85e4;
  background-color: #fff;
  border-color: #2b85e4;
}
.ivu-btn-dashed.active > a:only-child,
.ivu-btn-dashed:active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.active > a:only-child:after,
.ivu-btn-dashed:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-dashed:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-text {
  color: #515a6e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text:hover {
  color: #747b8b;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-color: hsla(0, 0%, 100%, 0.2);
}
.ivu-btn-text.active,
.ivu-btn-text:active {
  color: #4d5669;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.ivu-btn-text.disabled,
.ivu-btn-text.disabled.active,
.ivu-btn-text.disabled:active,
.ivu-btn-text.disabled:focus,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled],
.ivu-btn-text[disabled].active,
.ivu-btn-text[disabled]:active,
.ivu-btn-text[disabled]:focus,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text,
fieldset[disabled] .ivu-btn-text.active,
fieldset[disabled] .ivu-btn-text:active,
fieldset[disabled] .ivu-btn-text:focus,
fieldset[disabled] .ivu-btn-text:hover {
  background-color: #f7f7f7;
  border-color: #dcdee2;
  color: #c5c8ce;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text.active,
.ivu-btn-text:active {
  color: #2b85e4;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.ivu-btn-text.active > a:only-child,
.ivu-btn-text:active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.active > a:only-child:after,
.ivu-btn-text:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-text:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-success {
  color: #fff;
  background-color: #19be6b;
  border-color: #19be6b;
}
.ivu-btn-success > a:only-child {
  color: currentColor;
}
.ivu-btn-success > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success:hover {
  color: #fff;
  background-color: #47cb89;
  border-color: #47cb89;
}
.ivu-btn-success:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-success:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success.active,
.ivu-btn-success:active {
  color: #f2f2f2;
  background-color: #18b566;
  border-color: #18b566;
}
.ivu-btn-success.active > a:only-child,
.ivu-btn-success:active > a:only-child {
  color: currentColor;
}
.ivu-btn-success.active > a:only-child:after,
.ivu-btn-success:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success.disabled,
.ivu-btn-success.disabled.active,
.ivu-btn-success.disabled:active,
.ivu-btn-success.disabled:focus,
.ivu-btn-success.disabled:hover,
.ivu-btn-success[disabled],
.ivu-btn-success[disabled].active,
.ivu-btn-success[disabled]:active,
.ivu-btn-success[disabled]:focus,
.ivu-btn-success[disabled]:hover,
fieldset[disabled] .ivu-btn-success,
fieldset[disabled] .ivu-btn-success.active,
fieldset[disabled] .ivu-btn-success:active,
fieldset[disabled] .ivu-btn-success:focus,
fieldset[disabled] .ivu-btn-success:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-success.disabled.active > a:only-child,
.ivu-btn-success.disabled:active > a:only-child,
.ivu-btn-success.disabled:focus > a:only-child,
.ivu-btn-success.disabled:hover > a:only-child,
.ivu-btn-success.disabled > a:only-child,
.ivu-btn-success[disabled].active > a:only-child,
.ivu-btn-success[disabled]:active > a:only-child,
.ivu-btn-success[disabled]:focus > a:only-child,
.ivu-btn-success[disabled]:hover > a:only-child,
.ivu-btn-success[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-success.active > a:only-child,
fieldset[disabled] .ivu-btn-success:active > a:only-child,
fieldset[disabled] .ivu-btn-success:focus > a:only-child,
fieldset[disabled] .ivu-btn-success:hover > a:only-child,
fieldset[disabled] .ivu-btn-success > a:only-child {
  color: currentColor;
}
.ivu-btn-success.disabled.active > a:only-child:after,
.ivu-btn-success.disabled:active > a:only-child:after,
.ivu-btn-success.disabled:focus > a:only-child:after,
.ivu-btn-success.disabled:hover > a:only-child:after,
.ivu-btn-success.disabled > a:only-child:after,
.ivu-btn-success[disabled].active > a:only-child:after,
.ivu-btn-success[disabled]:active > a:only-child:after,
.ivu-btn-success[disabled]:focus > a:only-child:after,
.ivu-btn-success[disabled]:hover > a:only-child:after,
.ivu-btn-success[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-success.active > a:only-child:after,
fieldset[disabled] .ivu-btn-success:active > a:only-child:after,
fieldset[disabled] .ivu-btn-success:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-success:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-success > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-success.active,
.ivu-btn-success:active,
.ivu-btn-success:hover {
  color: #fff;
}
.ivu-btn-success:focus {
  box-shadow: 0 0 0 2px rgba(25, 190, 107, 0.2);
}
.ivu-btn-warning {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
}
.ivu-btn-warning > a:only-child {
  color: currentColor;
}
.ivu-btn-warning > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning:hover {
  color: #fff;
  background-color: #ffad33;
  border-color: #ffad33;
}
.ivu-btn-warning:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-warning:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning.active,
.ivu-btn-warning:active {
  color: #f2f2f2;
  background-color: #f29100;
  border-color: #f29100;
}
.ivu-btn-warning.active > a:only-child,
.ivu-btn-warning:active > a:only-child {
  color: currentColor;
}
.ivu-btn-warning.active > a:only-child:after,
.ivu-btn-warning:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning.disabled,
.ivu-btn-warning.disabled.active,
.ivu-btn-warning.disabled:active,
.ivu-btn-warning.disabled:focus,
.ivu-btn-warning.disabled:hover,
.ivu-btn-warning[disabled],
.ivu-btn-warning[disabled].active,
.ivu-btn-warning[disabled]:active,
.ivu-btn-warning[disabled]:focus,
.ivu-btn-warning[disabled]:hover,
fieldset[disabled] .ivu-btn-warning,
fieldset[disabled] .ivu-btn-warning.active,
fieldset[disabled] .ivu-btn-warning:active,
fieldset[disabled] .ivu-btn-warning:focus,
fieldset[disabled] .ivu-btn-warning:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-warning.disabled.active > a:only-child,
.ivu-btn-warning.disabled:active > a:only-child,
.ivu-btn-warning.disabled:focus > a:only-child,
.ivu-btn-warning.disabled:hover > a:only-child,
.ivu-btn-warning.disabled > a:only-child,
.ivu-btn-warning[disabled].active > a:only-child,
.ivu-btn-warning[disabled]:active > a:only-child,
.ivu-btn-warning[disabled]:focus > a:only-child,
.ivu-btn-warning[disabled]:hover > a:only-child,
.ivu-btn-warning[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-warning.active > a:only-child,
fieldset[disabled] .ivu-btn-warning:active > a:only-child,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child,
fieldset[disabled] .ivu-btn-warning > a:only-child {
  color: currentColor;
}
.ivu-btn-warning.disabled.active > a:only-child:after,
.ivu-btn-warning.disabled:active > a:only-child:after,
.ivu-btn-warning.disabled:focus > a:only-child:after,
.ivu-btn-warning.disabled:hover > a:only-child:after,
.ivu-btn-warning.disabled > a:only-child:after,
.ivu-btn-warning[disabled].active > a:only-child:after,
.ivu-btn-warning[disabled]:active > a:only-child:after,
.ivu-btn-warning[disabled]:focus > a:only-child:after,
.ivu-btn-warning[disabled]:hover > a:only-child:after,
.ivu-btn-warning[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-warning.active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-warning > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-warning.active,
.ivu-btn-warning:active,
.ivu-btn-warning:hover {
  color: #fff;
}
.ivu-btn-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
}
.ivu-btn-error {
  color: #fff;
  background-color: #ed4014;
  border-color: #ed4014;
}
.ivu-btn-error > a:only-child {
  color: currentColor;
}
.ivu-btn-error > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error:hover {
  color: #fff;
  background-color: #f16643;
  border-color: #f16643;
}
.ivu-btn-error:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-error:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error.active,
.ivu-btn-error:active {
  color: #f2f2f2;
  background-color: #e13d13;
  border-color: #e13d13;
}
.ivu-btn-error.active > a:only-child,
.ivu-btn-error:active > a:only-child {
  color: currentColor;
}
.ivu-btn-error.active > a:only-child:after,
.ivu-btn-error:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error.disabled,
.ivu-btn-error.disabled.active,
.ivu-btn-error.disabled:active,
.ivu-btn-error.disabled:focus,
.ivu-btn-error.disabled:hover,
.ivu-btn-error[disabled],
.ivu-btn-error[disabled].active,
.ivu-btn-error[disabled]:active,
.ivu-btn-error[disabled]:focus,
.ivu-btn-error[disabled]:hover,
fieldset[disabled] .ivu-btn-error,
fieldset[disabled] .ivu-btn-error.active,
fieldset[disabled] .ivu-btn-error:active,
fieldset[disabled] .ivu-btn-error:focus,
fieldset[disabled] .ivu-btn-error:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-error.disabled.active > a:only-child,
.ivu-btn-error.disabled:active > a:only-child,
.ivu-btn-error.disabled:focus > a:only-child,
.ivu-btn-error.disabled:hover > a:only-child,
.ivu-btn-error.disabled > a:only-child,
.ivu-btn-error[disabled].active > a:only-child,
.ivu-btn-error[disabled]:active > a:only-child,
.ivu-btn-error[disabled]:focus > a:only-child,
.ivu-btn-error[disabled]:hover > a:only-child,
.ivu-btn-error[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-error.active > a:only-child,
fieldset[disabled] .ivu-btn-error:active > a:only-child,
fieldset[disabled] .ivu-btn-error:focus > a:only-child,
fieldset[disabled] .ivu-btn-error:hover > a:only-child,
fieldset[disabled] .ivu-btn-error > a:only-child {
  color: currentColor;
}
.ivu-btn-error.disabled.active > a:only-child:after,
.ivu-btn-error.disabled:active > a:only-child:after,
.ivu-btn-error.disabled:focus > a:only-child:after,
.ivu-btn-error.disabled:hover > a:only-child:after,
.ivu-btn-error.disabled > a:only-child:after,
.ivu-btn-error[disabled].active > a:only-child:after,
.ivu-btn-error[disabled]:active > a:only-child:after,
.ivu-btn-error[disabled]:focus > a:only-child:after,
.ivu-btn-error[disabled]:hover > a:only-child:after,
.ivu-btn-error[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-error.active > a:only-child:after,
fieldset[disabled] .ivu-btn-error:active > a:only-child:after,
fieldset[disabled] .ivu-btn-error:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-error:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-error > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-error.active,
.ivu-btn-error:active,
.ivu-btn-error:hover {
  color: #fff;
}
.ivu-btn-error:focus {
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-btn-info {
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.ivu-btn-info > a:only-child {
  color: currentColor;
}
.ivu-btn-info > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info:hover {
  color: #fff;
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.ivu-btn-info:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-info:hover > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info.active,
.ivu-btn-info:active {
  color: #f2f2f2;
  background-color: #2baee9;
  border-color: #2baee9;
}
.ivu-btn-info.active > a:only-child,
.ivu-btn-info:active > a:only-child {
  color: currentColor;
}
.ivu-btn-info.active > a:only-child:after,
.ivu-btn-info:active > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info.disabled,
.ivu-btn-info.disabled.active,
.ivu-btn-info.disabled:active,
.ivu-btn-info.disabled:focus,
.ivu-btn-info.disabled:hover,
.ivu-btn-info[disabled],
.ivu-btn-info[disabled].active,
.ivu-btn-info[disabled]:active,
.ivu-btn-info[disabled]:focus,
.ivu-btn-info[disabled]:hover,
fieldset[disabled] .ivu-btn-info,
fieldset[disabled] .ivu-btn-info.active,
fieldset[disabled] .ivu-btn-info:active,
fieldset[disabled] .ivu-btn-info:focus,
fieldset[disabled] .ivu-btn-info:hover {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-info.disabled.active > a:only-child,
.ivu-btn-info.disabled:active > a:only-child,
.ivu-btn-info.disabled:focus > a:only-child,
.ivu-btn-info.disabled:hover > a:only-child,
.ivu-btn-info.disabled > a:only-child,
.ivu-btn-info[disabled].active > a:only-child,
.ivu-btn-info[disabled]:active > a:only-child,
.ivu-btn-info[disabled]:focus > a:only-child,
.ivu-btn-info[disabled]:hover > a:only-child,
.ivu-btn-info[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-info.active > a:only-child,
fieldset[disabled] .ivu-btn-info:active > a:only-child,
fieldset[disabled] .ivu-btn-info:focus > a:only-child,
fieldset[disabled] .ivu-btn-info:hover > a:only-child,
fieldset[disabled] .ivu-btn-info > a:only-child {
  color: currentColor;
}
.ivu-btn-info.disabled.active > a:only-child:after,
.ivu-btn-info.disabled:active > a:only-child:after,
.ivu-btn-info.disabled:focus > a:only-child:after,
.ivu-btn-info.disabled:hover > a:only-child:after,
.ivu-btn-info.disabled > a:only-child:after,
.ivu-btn-info[disabled].active > a:only-child:after,
.ivu-btn-info[disabled]:active > a:only-child:after,
.ivu-btn-info[disabled]:focus > a:only-child:after,
.ivu-btn-info[disabled]:hover > a:only-child:after,
.ivu-btn-info[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-info.active > a:only-child:after,
fieldset[disabled] .ivu-btn-info:active > a:only-child:after,
fieldset[disabled] .ivu-btn-info:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-info:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-info > a:only-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
}
.ivu-btn-info.active,
.ivu-btn-info:active,
.ivu-btn-info:hover {
  color: #fff;
}
.ivu-btn-info:focus {
  box-shadow: 0 0 0 2px rgba(45, 183, 245, 0.2);
}
.ivu-btn-circle,
.ivu-btn-circle-outline {
  border-radius: 32px;
}
.ivu-btn-circle-outline.ivu-btn-large,
.ivu-btn-circle.ivu-btn-large {
  border-radius: 36px;
}
.ivu-btn-circle-outline.ivu-btn-size,
.ivu-btn-circle.ivu-btn-size {
  border-radius: 24px;
}
.ivu-btn-circle-outline.ivu-btn-icon-only,
.ivu-btn-circle.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large,
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small,
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
}
.ivu-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: "";
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ivu-btn.ivu-btn-loading {
  pointer-events: none;
  position: relative;
}
.ivu-btn.ivu-btn-loading:before {
  display: block;
}
.ivu-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group > .ivu-btn {
  position: relative;
  float: left;
}
.ivu-btn-group > .ivu-btn.active,
.ivu-btn-group > .ivu-btn:active,
.ivu-btn-group > .ivu-btn:hover {
  z-index: 2;
}
.ivu-btn-group .ivu-btn-icon-only .ivu-icon {
  font-size: 13px;
  position: relative;
}
.ivu-btn-group-large .ivu-btn-icon-only .ivu-icon {
  font-size: 15px;
}
.ivu-btn-group-small .ivu-btn-icon-only .ivu-icon {
  font-size: 12px;
}
.ivu-btn-group-circle .ivu-btn {
  border-radius: 32px;
}
.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn {
  border-radius: 36px;
}
.ivu-btn-group-large > .ivu-btn {
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn {
  border-radius: 24px;
}
.ivu-btn-group-small > .ivu-btn {
  padding: 1px 7px 2px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-group-small > .ivu-btn > .ivu-icon {
  font-size: 12px;
}
.ivu-btn + .ivu-btn-group,
.ivu-btn-group + .ivu-btn,
.ivu-btn-group + .ivu-btn-group,
.ivu-btn-group .ivu-btn + .ivu-btn {
  margin-left: -1px;
}
.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child {
  margin-left: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  > .ivu-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  > .ivu-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-btn-group > .ivu-btn-group {
  float: left;
}
.ivu-btn-group > .ivu-btn-group:not(:first-child):not(:last-child) > .ivu-btn {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  > .ivu-btn-group:first-child:not(:last-child)
  > .ivu-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ivu-btn-group:not(.ivu-btn-group-vertical)
  > .ivu-btn-group:last-child:not(:first-child)
  > .ivu-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ivu-btn-group-vertical {
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group-vertical > .ivu-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}
.ivu-btn + .ivu-btn-group-vertical,
.ivu-btn-group-vertical + .ivu-btn,
.ivu-btn-group-vertical + .ivu-btn-group-vertical,
.ivu-btn-group-vertical .ivu-btn + .ivu-btn {
  margin-top: -1px;
  margin-left: 0;
}
.ivu-btn-group-vertical > .ivu-btn:first-child {
  margin-top: 0;
}
.ivu-btn-group-vertical > .ivu-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group-vertical
  > .ivu-btn-group-vertical:first-child:not(:last-child)
  > .ivu-btn:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 8px;
}
.ivu-btn-group-vertical
  > .ivu-btn-group-vertical:last-child:not(:first-child)
  > .ivu-btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 8px;
}
.ivu-btn-ghost {
  color: #fff;
  background: 0 0;
}
.ivu-btn-ghost:hover {
  background: 0 0;
}
.ivu-btn-ghost.ivu-btn-dashed,
.ivu-btn-ghost.ivu-btn-default {
  color: #fff;
  border-color: #fff;
}
.ivu-btn-ghost.ivu-btn-dashed:hover,
.ivu-btn-ghost.ivu-btn-default:hover {
  color: #57a3f3;
  border-color: #57a3f3;
}
.ivu-btn-ghost.ivu-btn-primary {
  color: #2d8cf0;
}
.ivu-btn-ghost.ivu-btn-primary:hover {
  color: #57a3f3;
  background: rgba(245, 249, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-info {
  color: #2db7f5;
}
.ivu-btn-ghost.ivu-btn-info:hover {
  color: #57c5f7;
  background: rgba(245, 251, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-success {
  color: #19be6b;
}
.ivu-btn-ghost.ivu-btn-success:hover {
  color: #47cb89;
  background: rgba(244, 252, 248, 0.5);
}
.ivu-btn-ghost.ivu-btn-warning {
  color: #f90;
}
.ivu-btn-ghost.ivu-btn-warning:hover {
  color: #ffad33;
  background: rgba(255, 250, 242, 0.5);
}
.ivu-btn-ghost.ivu-btn-error {
  color: #ed4014;
}
.ivu-btn-ghost.ivu-btn-error:hover {
  color: #f16643;
  background: rgba(254, 245, 243, 0.5);
}
.ivu-btn-ghost.ivu-btn-dashed[disabled],
.ivu-btn-ghost.ivu-btn-default[disabled],
.ivu-btn-ghost.ivu-btn-error[disabled],
.ivu-btn-ghost.ivu-btn-info[disabled],
.ivu-btn-ghost.ivu-btn-primary[disabled],
.ivu-btn-ghost.ivu-btn-success[disabled],
.ivu-btn-ghost.ivu-btn-warning[disabled] {
  background: 0 0;
  color: rgba(0, 0, 0, 0.25);
  border-color: #dcdee2;
}
.ivu-btn-ghost.ivu-btn-text[disabled] {
  background: 0 0;
  color: rgba(0, 0, 0, 0.25);
}
.ivu-affix,
.ivu-back-top {
  position: fixed;
  z-index: 10;
}
.ivu-back-top {
  cursor: pointer;
  display: none;
}
.ivu-back-top.ivu-back-top-show {
  display: block;
}
.ivu-back-top-inner {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.ivu-back-top-inner:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.ivu-back-top i {
  color: #fff;
  font-size: 24px;
  padding: 8px 12px;
}
.ivu-badge {
  position: relative;
  display: inline-block;
}
.ivu-badge-count {
  font-family: "Monospaced Number";
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  transform: translateX(50%);
  top: -10px;
  right: 0;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #ed4014;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  transform-origin: -10% center;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-count a,
.ivu-badge-count a:hover {
  color: #fff;
}
.ivu-badge-count-alone {
  top: auto;
  display: block;
  position: relative;
  transform: translateX(0);
}
.ivu-badge-count-primary {
  background: #2d8cf0;
}
.ivu-badge-count-success {
  background: #19be6b;
}
.ivu-badge-count-error {
  background: #ed4014;
}
.ivu-badge-count-warning {
  background: #f90;
}
.ivu-badge-count-info {
  background: #2db7f5;
}
.ivu-badge-count-normal {
  background: #e6ebf1;
  color: #808695;
}
.ivu-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -4px;
  right: -8px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ed4014;
  z-index: 10;
  box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ivu-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ivu-badge-status-success {
  background-color: #19be6b;
}
.ivu-badge-status-processing {
  background-color: #2d8cf0;
  position: relative;
}
.ivu-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2d8cf0;
  content: "";
  animation: aniStatusProcessing 1.2s ease-in-out infinite;
}
.ivu-badge-status-default {
  background-color: #e6ebf1;
}
.ivu-badge-status-error {
  background-color: #ed4014;
}
.ivu-badge-status-warning {
  background-color: #f90;
}
.ivu-badge-status-text {
  display: inline-block;
  color: #515a6e;
  font-size: 12px;
  margin-left: 6px;
}
@keyframes aniStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ivu-chart-circle {
  display: inline-block;
  position: relative;
}
.ivu-chart-circle-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.ivu-spin {
  color: #2d8cf0;
  vertical-align: middle;
  text-align: center;
}
.ivu-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #2d8cf0;
  width: 20px;
  height: 20px;
  animation: ani-spin-bounce 1s ease-in-out 0s infinite;
}
.ivu-spin-large .ivu-spin-dot {
  width: 32px;
  height: 32px;
}
.ivu-spin-small .ivu-spin-dot {
  width: 12px;
  height: 12px;
}
.ivu-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.ivu-spin-fullscreen {
  z-index: 2010;
}
.ivu-spin-fullscreen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ivu-spin-fix .ivu-spin-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ivu-spin-fix .ivu-spin-dot {
  display: inline-block;
}
.ivu-spin-show-text .ivu-spin-dot,
.ivu-spin-text {
  display: none;
}
.ivu-spin-show-text .ivu-spin-text {
  display: block;
}
.ivu-table-wrapper > .ivu-spin-fix {
  border: 1px solid #dcdee2;
  border-top: 0;
  border-left: 0;
}
@keyframes ani-spin-bounce {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.ivu-alert {
  position: relative;
  padding: 8px 48px 8px 16px;
  border-radius: 4px;
  color: #515a6e;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.ivu-alert.ivu-alert-with-icon {
  padding: 8px 48px 8px 38px;
}
.ivu-alert-icon {
  font-size: 16px;
  top: 6px;
  left: 12px;
  position: absolute;
}
.ivu-alert-desc {
  font-size: 12px;
  color: #515a6e;
  line-height: 21px;
  display: none;
  text-align: justify;
}
.ivu-alert-success {
  border: 1px solid #8ce6b0;
  background-color: #edfff3;
}
.ivu-alert-success .ivu-alert-icon {
  color: #19be6b;
}
.ivu-alert-info {
  border: 1px solid #abdcff;
  background-color: #f0faff;
}
.ivu-alert-info .ivu-alert-icon {
  color: #2d8cf0;
}
.ivu-alert-warning {
  border: 1px solid #ffd77a;
  background-color: #fff9e6;
}
.ivu-alert-warning .ivu-alert-icon {
  color: #f90;
}
.ivu-alert-error {
  border: 1px solid #ffb08f;
  background-color: #ffefe6;
}
.ivu-alert-error .ivu-alert-icon {
  color: #ed4014;
}
.ivu-alert-close {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-alert-close .ivu-icon-ios-close {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-alert-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-alert-with-desc {
  padding: 16px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #515a6e;
  line-height: 1.5;
}
.ivu-alert-with-desc.ivu-alert-with-icon {
  padding: 16px 16px 16px 69px;
}
.ivu-alert-with-desc .ivu-alert-desc {
  display: block;
}
.ivu-alert-with-desc .ivu-alert-message {
  font-size: 14px;
  color: #17233d;
  display: block;
}
.ivu-alert-with-desc .ivu-alert-icon {
  top: 50%;
  left: 24px;
  margin-top: -24px;
  font-size: 28px;
}
.ivu-alert-with-banner {
  border-radius: 0;
}
.ivu-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #dcdee2;
}
.ivu-collapse-simple {
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0;
}
.ivu-collapse > .ivu-collapse-item {
  border-top: 1px solid #dcdee2;
}
.ivu-collapse > .ivu-collapse-item:first-child {
  border-top: 0;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header > i {
  transition: transform 0.2s ease-in-out;
  margin-right: 14px;
}
.ivu-collapse
  > .ivu-collapse-item.ivu-collapse-item-active
  > .ivu-collapse-header {
  border-bottom: 1px solid #dcdee2;
}
.ivu-collapse-simple
  > .ivu-collapse-item.ivu-collapse-item-active
  > .ivu-collapse-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ivu-collapse
  > .ivu-collapse-item.ivu-collapse-item-active
  > .ivu-collapse-header
  > i {
  transform: rotate(90deg);
}
.ivu-collapse-content {
  color: #515a6e;
  padding: 0 16px;
  background-color: #fff;
}
.ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-collapse-simple
  > .ivu-collapse-item
  > .ivu-collapse-content
  > .ivu-collapse-content-box {
  padding-top: 0;
}
.ivu-collapse-item:last-child > .ivu-collapse-content {
  border-radius: 0 0 3px 3px;
}
.ivu-card {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.ivu-card-bordered {
  border: 1px solid #e8eaec;
}
.ivu-card-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.ivu-card.ivu-card-dis-hover:hover {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0);
}
.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover {
  border-color: #e8eaec;
}
.ivu-card.ivu-card-shadow:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card-head {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-card-head-inner,
.ivu-card-head p {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-card-head p i,
.ivu-card-head p span {
  vertical-align: middle;
}
.ivu-card-extra {
  position: absolute;
  right: 16px;
  top: 14px;
}
.ivu-card-body {
  padding: 16px;
}
.ivu-message {
  font-size: 14px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ivu-message-notice {
  padding: 8px;
  text-align: center;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.ivu-message-notice:first-child {
  margin-top: -8px;
}
.ivu-message-notice-close {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #999;
  outline: 0;
}
.ivu-message-notice-close i.ivu-icon {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-message-notice-close i.ivu-icon:hover {
  color: #444;
}
.ivu-message-notice-content {
  display: inline-block;
  pointer-events: all;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.ivu-message-notice-content-text {
  display: inline-block;
}
.ivu-message-notice-closable .ivu-message-notice-content-text {
  padding-right: 32px;
}
.ivu-message-success .ivu-icon {
  color: #19be6b;
}
.ivu-message-error .ivu-icon {
  color: #ed4014;
}
.ivu-message-warning .ivu-icon {
  color: #f90;
}
.ivu-message-info .ivu-icon,
.ivu-message-loading .ivu-icon {
  color: #2d8cf0;
}
.ivu-message .ivu-icon {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.ivu-message-custom-content span {
  vertical-align: middle;
}
.ivu-notice {
  width: 335px;
  margin-right: 24px;
  position: fixed;
  z-index: 1010;
}
.ivu-notice-content-with-icon,
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 51px;
}
.ivu-notice-notice {
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.ivu-notice-notice-close {
  position: absolute;
  right: 8px;
  top: 15px;
  color: #999;
  outline: 0;
}
.ivu-notice-notice-close i {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-notice-notice-close i:hover {
  color: #444;
}
.ivu-notice-notice-content-with-render .ivu-notice-desc {
  display: none;
}
.ivu-notice-notice-with-desc .ivu-notice-notice-close {
  top: 11px;
}
.ivu-notice-content-with-render-notitle {
  margin-left: 26px;
}
.ivu-notice-title {
  font-size: 14px;
  line-height: 17px;
  color: #17233d;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-notice-with-desc .ivu-notice-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.ivu-notice-desc {
  font-size: 12px;
  color: #515a6e;
  text-align: justify;
  line-height: 1.5;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc {
  margin-left: 51px;
}
.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 26px;
}
.ivu-notice-icon {
  position: absolute;
  top: -2px;
  font-size: 16px;
}
.ivu-notice-icon-success {
  color: #19be6b;
}
.ivu-notice-icon-info {
  color: #2d8cf0;
}
.ivu-notice-icon-warning {
  color: #f90;
}
.ivu-notice-icon-error {
  color: #ed4014;
}
.ivu-notice-with-desc .ivu-notice-icon {
  font-size: 36px;
  top: -6px;
}
.ivu-notice-custom-content {
  position: relative;
}
.ivu-radio-focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  z-index: 1;
}
.ivu-radio-group {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.ivu-radio-group-vertical .ivu-radio-wrapper {
  display: block;
  height: 30px;
  line-height: 30px;
}
.ivu-radio-wrapper {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ivu-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-radio {
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.ivu-radio:hover .ivu-radio-inner {
  border-color: #bcbcbc;
}
.ivu-radio-inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #dcdee2;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-inner:after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: " ";
  background-color: #2d8cf0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
.ivu-radio-large {
  font-size: 14px;
}
.ivu-radio-large .ivu-radio-inner {
  width: 16px;
  height: 16px;
}
.ivu-radio-large .ivu-radio-inner:after {
  width: 10px;
  height: 10px;
}
.ivu-radio-large.ivu-radio-wrapper,
.ivu-radio-large .ivu-radio-wrapper {
  font-size: 14px;
}
.ivu-radio-small .ivu-radio-inner {
  width: 12px;
  height: 12px;
}
.ivu-radio-small .ivu-radio-inner:after {
  width: 6px;
  height: 6px;
}
.ivu-radio-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.ivu-radio-checked .ivu-radio-inner {
  border-color: #2d8cf0;
}
.ivu-radio-checked .ivu-radio-inner:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.ivu-radio-checked:hover .ivu-radio-inner {
  border-color: #2d8cf0;
}
.ivu-radio-disabled,
.ivu-radio-disabled .ivu-radio-input {
  cursor: not-allowed;
}
.ivu-radio-disabled:hover .ivu-radio-inner {
  border-color: #dcdee2;
}
.ivu-radio-disabled .ivu-radio-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-radio-disabled .ivu-radio-inner:after {
  background-color: #ccc;
}
.ivu-radio-disabled .ivu-radio-disabled + span {
  color: #ccc;
}
span.ivu-radio + * {
  margin-left: 2px;
  margin-right: 2px;
}
.ivu-radio-group-button {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.ivu-radio-group-button .ivu-radio {
  width: 0;
  margin-right: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #515a6e;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid #dcdee2;
  border-left: 0;
  background: #fff;
  position: relative;
}
.ivu-radio-group-button .ivu-radio-wrapper > span {
  margin-left: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:after,
.ivu-radio-group-button .ivu-radio-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #dcdee2;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper:after {
  height: 36px;
  left: -1px;
  top: -3px;
  background: rgba(45, 140, 240, 0.2);
  opacity: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:after,
.ivu-radio-group-button .ivu-radio-wrapper:first-child:before {
  display: none;
}
.ivu-radio-group-button .ivu-radio-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover {
  position: relative;
  color: #2d8cf0;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio {
  background-color: #000;
}
.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,
.ivu-radio-group-button .ivu-radio-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked {
  background: #fff;
  border-color: #2d8cf0;
  color: #2d8cf0;
  box-shadow: -1px 0 0 0 #2d8cf0;
  z-index: 1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:before {
  background: #2d8cf0;
  opacity: 0.1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus {
  box-shadow: -1px 0 0 0 #2d8cf0, 0 0 0 2px rgba(45, 140, 240, 0.2);
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after {
  left: -3px;
  top: -3px;
  opacity: 1;
  background: rgba(45, 140, 240, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
  border-color: #2d8cf0;
  box-shadow: none;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:hover {
  border-color: #57a3f3;
  color: #57a3f3;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:active {
  border-color: #2b85e4;
  color: #2b85e4;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled,
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,
.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child {
  border-left-color: #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #dcdee2;
  box-shadow: none !important;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
  height: 36px;
  line-height: 34px;
  font-size: 14px;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after {
  height: 40px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 12px;
  font-size: 12px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:after {
  height: 28px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child {
  border-radius: 3px 0 0 3px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child {
  border-radius: 0 3px 3px 0;
}
.ivu-checkbox-focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  z-index: 1;
}
.ivu-checkbox {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.ivu-checkbox-disabled {
  cursor: not-allowed;
}
.ivu-checkbox:hover .ivu-checkbox-inner {
  border-color: #bcbcbc;
}
.ivu-checkbox-inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
.ivu-checkbox-inner:after {
  content: "";
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-inner {
  width: 16px;
  height: 16px;
}
.ivu-checkbox-large .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px;
}
.ivu-checkbox-small {
  font-size: 12px;
}
.ivu-checkbox-small .ivu-checkbox-inner {
  width: 12px;
  height: 12px;
}
.ivu-checkbox-small .ivu-checkbox-inner:after {
  top: 0;
  left: 3px;
}
.ivu-checkbox-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ivu-checkbox-input[disabled] {
  cursor: not-allowed;
}
.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #2d8cf0;
}
.ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-checkbox-checked .ivu-checkbox-inner:after {
  content: "";
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1);
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px;
}
.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after {
  top: 0;
  left: 3px;
}
.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after {
  animation-name: none;
  border-color: #ccc;
}
.ivu-checkbox-disabled:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled .ivu-checkbox-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  animation-name: none;
  border-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner-input {
  cursor: default;
}
.ivu-checkbox-disabled + span {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  content: "";
  width: 8px;
  height: 1px;
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
}
.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner {
  border-color: #2d8cf0;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner {
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  border-color: #c5c8ce;
}
.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 10px;
  top: 6px;
}
.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 6px;
  top: 4px;
}
.ivu-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
.ivu-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-checkbox-wrapper.ivu-checkbox-large {
  font-size: 14px;
}
.ivu-checkbox + span,
.ivu-checkbox-wrapper + span {
  margin-right: 4px;
}
.ivu-checkbox-group {
  font-size: 14px;
}
.ivu-checkbox-group-item,
.ivu-switch {
  display: inline-block;
}
.ivu-switch {
  width: 44px;
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.ivu-switch-loading {
  opacity: 0.4;
}
.ivu-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 23px;
}
.ivu-switch-inner i {
  width: 12px;
  height: 12px;
  text-align: center;
  position: relative;
  top: -1px;
}
.ivu-switch:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  cursor: pointer;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
.ivu-switch:active:after {
  width: 26px;
}
.ivu-switch:before {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #2d8cf0;
  animation: switch-loading 1s linear;
  animation-iteration-count: infinite;
}
.ivu-switch-loading:before {
  display: block;
}
.ivu-switch:focus {
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  outline: 0;
}
.ivu-switch:focus:hover {
  box-shadow: none;
}
.ivu-switch-small {
  width: 28px;
  height: 16px;
  line-height: 14px;
}
.ivu-switch-small:after {
  width: 12px;
  height: 12px;
}
.ivu-switch-small:active:after {
  width: 14px;
}
.ivu-switch-small:before {
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
}
.ivu-switch-small.ivu-switch-checked:after {
  left: 13px;
}
.ivu-switch-small.ivu-switch-checked:before {
  left: 14px;
}
.ivu-switch-small:active.ivu-switch-checked:after {
  left: 11px;
}
.ivu-switch-large {
  width: 56px;
}
.ivu-switch-large:active:after {
  width: 26px;
  width: 30px;
}
.ivu-switch-large.ivu-switch-checked:after {
  left: 35px;
}
.ivu-switch-large.ivu-switch-checked:before {
  left: 37px;
}
.ivu-switch-large:active.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-switch-checked .ivu-switch-inner {
  left: 7px;
}
.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked:before {
  left: 25px;
}
.ivu-switch-checked:active:after {
  left: 15px;
}
.ivu-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ivu-switch-disabled:after {
  background: #fff;
  cursor: not-allowed;
}
.ivu-switch-disabled .ivu-switch-inner {
  color: #fff;
}
.ivu-switch-disabled.ivu-switch-checked {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
  opacity: 0.4;
}
.ivu-switch-disabled.ivu-switch-checked:after {
  background: #fff;
}
.ivu-switch-disabled.ivu-switch-checked .ivu-switch-inner {
  color: #fff;
}
@keyframes switch-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ivu-input-number {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}
.ivu-input-number::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input-number:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input-number[disabled],
fieldset[disabled] .ivu-input-number {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number[disabled]:hover,
fieldset[disabled] .ivu-input-number:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-input-number-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-input-number-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-number-handler-wrap {
  width: 22px;
  height: 100%;
  border-left: 1px solid #dcdee2;
  border-radius: 0 4px 4px 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.ivu-input-number:hover .ivu-input-number-handler-wrap {
  opacity: 1;
}
.ivu-input-number-handler-up {
  cursor: pointer;
}
.ivu-input-number-handler-up-inner {
  top: 1px;
}
.ivu-input-number-handler-down {
  border-top: 1px solid #dcdee2;
  top: -1px;
  cursor: pointer;
}
.ivu-input-number-handler {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  color: #999;
  position: relative;
}
.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner,
.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner {
  color: #57a3f3;
}
.ivu-input-number-handler-down-inner,
.ivu-input-number-handler-up-inner {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  color: #999;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 5px;
  transition: all 0.2s linear;
}
.ivu-input-number:hover {
  border-color: #57a3f3;
}
.ivu-input-number-focused {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input-number-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input-wrap {
  overflow: hidden;
  height: 32px;
}
.ivu-input-number-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  color: #666;
  border: 0;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.ivu-input-number-input[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-input[disabled]:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::placeholder {
  color: #c5c8ce;
}
.ivu-input-number-large {
  padding: 0;
}
.ivu-input-number-large .ivu-input-number-input-wrap {
  height: 36px;
}
.ivu-input-number-large .ivu-input-number-handler {
  height: 18px;
}
.ivu-input-number-large input {
  height: 36px;
  line-height: 36px;
}
.ivu-input-number-large .ivu-input-number-handler-up-inner {
  top: 2px;
}
.ivu-input-number-large .ivu-input-number-handler-down-inner {
  bottom: 2px;
}
.ivu-input-number-small {
  padding: 0;
}
.ivu-input-number-small .ivu-input-number-input-wrap {
  height: 24px;
}
.ivu-input-number-small .ivu-input-number-handler {
  height: 12px;
}
.ivu-input-number-small input {
  height: 24px;
  line-height: 24px;
  margin-top: -1px;
  vertical-align: top;
}
.ivu-input-number-small .ivu-input-number-handler-up-inner {
  top: -1px;
}
.ivu-input-number-small .ivu-input-number-handler-down-inner {
  bottom: -1px;
}
.ivu-input-number-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-input-number-disabled .ivu-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ivu-input-number-disabled .ivu-input-number-handler-wrap {
  display: none;
}
.ivu-input-number-disabled .ivu-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-form-item-error .ivu-input-number {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-number:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input-number-focused,
.ivu-form-item-error .ivu-input-number:focus {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-scroll-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: 0;
}
.ivu-scroll-container {
  overflow-y: scroll;
}
.ivu-scroll-content {
  opacity: 1;
  transition: opacity 0.5s;
}
.ivu-scroll-content-loading {
  opacity: 0.5;
}
.ivu-scroll-loader {
  text-align: center;
  padding: 0;
  transition: padding 0.5s;
}
.ivu-scroll-loader-wrapper {
  padding: 5px 0;
  height: 0;
  background-color: inherit;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.5s, height 0.5s;
}
.ivu-scroll-loader-wrapper-active {
  height: 40px;
  transform: scale(1);
}
@keyframes ani-demo-spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner {
  position: relative;
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon {
  animation: ani-demo-spin 1s linear infinite;
}
.ivu-tag {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 2px 4px 2px 0;
  padding: 0 8px;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) {
  background: 0 0;
  border: 0;
  color: #515a6e;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked)
  .ivu-icon-ios-close {
  color: #515a6e !important;
}
.ivu-tag-color-error {
  color: #ed4014 !important;
  border-color: #ed4014;
}
.ivu-tag-color-success {
  color: #19be6b !important;
  border-color: #19be6b;
}
.ivu-tag-color-primary {
  color: #2d8cf0 !important;
  border-color: #2d8cf0;
}
.ivu-tag-color-warning {
  color: #f90 !important;
  border-color: #f90;
}
.ivu-tag-color-white {
  color: #fff !important;
}
.ivu-tag-dot {
  height: 32px;
  line-height: 32px;
  border: 1px solid #e8eaec !important;
  color: #515a6e !important;
  background: #fff !important;
  padding: 0 12px;
}
.ivu-tag-dot-inner {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e8eaec;
  position: relative;
  top: 1px;
}
.ivu-tag-dot .ivu-icon-ios-close {
  color: #666 !important;
  margin-left: 12px !important;
}
.ivu-tag-border {
  height: 24px;
  line-height: 24px;
  border: 1px solid #e8eaec;
  color: #e8eaec;
  background: #fff !important;
  position: relative;
}
.ivu-tag-border .ivu-icon-ios-close {
  color: #666;
  margin-left: 12px !important;
}
.ivu-tag-border:after {
  content: "";
  display: none;
  width: 1px;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}
.ivu-tag-border.ivu-tag-closable:after {
  display: block;
}
.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close {
  margin-left: 18px !important;
  left: 4px;
  top: -1px;
}
.ivu-tag-border.ivu-tag-primary {
  color: #2d8cf0 !important;
  border: 1px solid #2d8cf0 !important;
}
.ivu-tag-border.ivu-tag-primary:after {
  background: #2d8cf0;
}
.ivu-tag-border.ivu-tag-primary .ivu-icon-ios-close {
  color: #2d8cf0 !important;
}
.ivu-tag-border.ivu-tag-success {
  color: #19be6b !important;
  border: 1px solid #19be6b !important;
}
.ivu-tag-border.ivu-tag-success:after {
  background: #19be6b;
}
.ivu-tag-border.ivu-tag-success .ivu-icon-ios-close {
  color: #19be6b !important;
}
.ivu-tag-border.ivu-tag-warning {
  color: #f90 !important;
  border: 1px solid #f90 !important;
}
.ivu-tag-border.ivu-tag-warning:after {
  background: #f90;
}
.ivu-tag-border.ivu-tag-warning .ivu-icon-ios-close {
  color: #f90 !important;
}
.ivu-tag-border.ivu-tag-error {
  color: #ed4014 !important;
  border: 1px solid #ed4014 !important;
}
.ivu-tag-border.ivu-tag-error:after {
  background: #ed4014;
}
.ivu-tag-border.ivu-tag-error .ivu-icon-ios-close {
  color: #ed4014 !important;
}
.ivu-tag:hover {
  opacity: 0.85;
}
.ivu-tag-text {
  color: #515a6e;
}
.ivu-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ivu-tag .ivu-icon-ios-close {
  display: inline-block;
  font-size: 14px;
  transform: scale(1.42857143) rotate(0);
  cursor: pointer;
  margin-left: 2px;
  color: #666;
  opacity: 0.66;
  position: relative;
  top: -1px;
}
:root .ivu-tag .ivu-icon-ios-close {
  font-size: 14px;
}
.ivu-tag .ivu-icon-ios-close:hover {
  opacity: 1;
}
.ivu-tag-error,
.ivu-tag-primary,
.ivu-tag-success,
.ivu-tag-warning {
  border: 0;
}
.ivu-tag-error,
.ivu-tag-error .ivu-icon-ios-close,
.ivu-tag-error .ivu-icon-ios-close:hover,
.ivu-tag-error a,
.ivu-tag-error a:hover,
.ivu-tag-primary,
.ivu-tag-primary .ivu-icon-ios-close,
.ivu-tag-primary .ivu-icon-ios-close:hover,
.ivu-tag-primary a,
.ivu-tag-primary a:hover,
.ivu-tag-success,
.ivu-tag-success .ivu-icon-ios-close,
.ivu-tag-success .ivu-icon-ios-close:hover,
.ivu-tag-success a,
.ivu-tag-success a:hover,
.ivu-tag-warning,
.ivu-tag-warning .ivu-icon-ios-close,
.ivu-tag-warning .ivu-icon-ios-close:hover,
.ivu-tag-warning a,
.ivu-tag-warning a:hover {
  color: #fff;
}
.ivu-tag-primary,
.ivu-tag-primary.ivu-tag-dot .ivu-tag-dot-inner {
  background: #2d8cf0;
}
.ivu-tag-success,
.ivu-tag-success.ivu-tag-dot .ivu-tag-dot-inner {
  background: #19be6b;
}
.ivu-tag-warning,
.ivu-tag-warning.ivu-tag-dot .ivu-tag-dot-inner {
  background: #f90;
}
.ivu-tag-error,
.ivu-tag-error.ivu-tag-dot .ivu-tag-dot-inner {
  background: #ed4014;
}
.ivu-tag-pink {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-pink .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-pink.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-magenta {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-magenta .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-magenta.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-red {
  line-height: 20px;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ivu-tag-red .ivu-tag-text {
  color: #f5222d !important;
}
.ivu-tag-red.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-volcano {
  line-height: 20px;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ivu-tag-volcano .ivu-tag-text {
  color: #fa541c !important;
}
.ivu-tag-volcano.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-orange {
  line-height: 20px;
  background: #fff7e6;
  border-color: #ffd591;
}
.ivu-tag-orange .ivu-tag-text {
  color: #fa8c16 !important;
}
.ivu-tag-orange.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-yellow {
  line-height: 20px;
  background: #feffe6;
  border-color: #fffb8f;
}
.ivu-tag-yellow .ivu-tag-text {
  color: #fadb14 !important;
}
.ivu-tag-yellow.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-gold {
  line-height: 20px;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ivu-tag-gold .ivu-tag-text {
  color: #faad14 !important;
}
.ivu-tag-gold.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-cyan {
  line-height: 20px;
  background: #e6fffb;
  border-color: #87e8de;
}
.ivu-tag-cyan .ivu-tag-text {
  color: #13c2c2 !important;
}
.ivu-tag-cyan.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-lime {
  line-height: 20px;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ivu-tag-lime .ivu-tag-text {
  color: #a0d911 !important;
}
.ivu-tag-lime.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-green {
  line-height: 20px;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ivu-tag-green .ivu-tag-text {
  color: #52c41a !important;
}
.ivu-tag-green.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-blue {
  line-height: 20px;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ivu-tag-blue .ivu-tag-text {
  color: #1890ff !important;
}
.ivu-tag-blue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-geekblue {
  line-height: 20px;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ivu-tag-geekblue .ivu-tag-text {
  color: #2f54eb !important;
}
.ivu-tag-geekblue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-purple {
  line-height: 20px;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ivu-tag-purple .ivu-tag-text {
  color: #722ed1 !important;
}
.ivu-tag-purple.ivu-tag-dot {
  line-height: 32px;
}
.ivu-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: #f5f7f9;
}
.ivu-layout.ivu-layout-has-sider {
  flex-direction: row;
}
.ivu-layout.ivu-layout-has-sider > .ivu-layout,
.ivu-layout.ivu-layout-has-sider > .ivu-layout-content {
  overflow-x: hidden;
}
.ivu-layout-footer,
.ivu-layout-header {
  flex: 0 0 auto;
}
.ivu-layout-header {
  background: #515a6e;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ivu-layout-sider {
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #515a6e;
  min-width: 0;
}
.ivu-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ivu-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ivu-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #515a6e;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}
.ivu-layout-sider-trigger .ivu-icon {
  font-size: 16px;
}
.ivu-layout-sider-trigger > * {
  transition: all 0.2s;
}
.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon {
  transform: rotate(180deg);
}
.ivu-layout-sider-zero-width > * {
  overflow: hidden;
}
.ivu-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #515a6e;
  color: #fff;
  font-size: 18px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ivu-layout-sider-zero-width-trigger:hover {
  background: #626b7d;
}
.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left {
  right: 0;
  left: -36px;
  border-radius: 6px 0 0 6px;
}
.ivu-layout-footer {
  background: #f5f7f9;
  padding: 24px 50px;
  color: #515a6e;
  font-size: 14px;
}
.ivu-layout-content {
  flex: auto;
}
.ivu-loading-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.ivu-loading-bar-inner {
  transition: width 0.2s linear;
}
.ivu-loading-bar-inner-color-primary {
  background-color: #2d8cf0;
}
.ivu-loading-bar-inner-failed-color-error {
  background-color: #ed4014;
}
.ivu-progress {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ivu-progress-vertical {
  height: 100%;
  width: auto;
}
.ivu-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ivu-progress-show-info .ivu-progress-outer {
  padding-right: 55px;
  margin-right: -55px;
}
.ivu-progress-vertical .ivu-progress-outer {
  height: 100%;
  width: auto;
}
.ivu-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ivu-progress-inner-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 6px;
}
.ivu-progress-vertical .ivu-progress-inner {
  height: 100%;
  width: auto;
}
.ivu-progress-vertical .ivu-progress-inner:after,
.ivu-progress-vertical .ivu-progress-inner > * {
  display: inline-block;
  vertical-align: bottom;
}
.ivu-progress-vertical .ivu-progress-inner:after {
  content: "";
  height: 100%;
}
.ivu-progress-bg {
  text-align: right;
  border-radius: 100px;
  background-color: #2d8cf0;
  transition: all 0.2s linear;
  position: relative;
}
.ivu-progress-bg:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ivu-progress-success-bg {
  border-radius: 100px;
  background-color: #19be6b;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.ivu-progress-text {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
}
.ivu-progress-active .ivu-progress-bg:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  animation: ivu-progress-active 2s ease-in-out infinite;
}
.ivu-progress-vertical.ivu-progress-active .ivu-progress-bg:before {
  top: auto;
  animation: ivu-progress-active-vertical 2s ease-in-out infinite;
}
.ivu-progress-wrong .ivu-progress-bg {
  background-color: #ed4014;
}
.ivu-progress-wrong .ivu-progress-text {
  color: #ed4014;
}
.ivu-progress-success .ivu-progress-bg {
  background-color: #19be6b;
}
.ivu-progress-success .ivu-progress-text {
  color: #19be6b;
}
@keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}
@keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  to {
    opacity: 0;
    height: 100%;
  }
}
.ivu-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-timeline-item {
  margin: 0 !important;
  padding: 0 0 12px;
  list-style: none;
  position: relative;
}
.ivu-timeline-item-tail {
  height: 100%;
  border-left: 1px solid #e8eaec;
  position: absolute;
  left: 6px;
  top: 0;
}
.ivu-timeline-item-pending .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline-item-head {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
}
.ivu-timeline-item-head-blue {
  border-color: #2d8cf0;
  color: #2d8cf0;
}
.ivu-timeline-item-head-red {
  border-color: #ed4014;
  color: #ed4014;
}
.ivu-timeline-item-head-green {
  border-color: #19be6b;
  color: #19be6b;
}
.ivu-timeline-item-head-custom {
  width: 40px;
  height: auto;
  margin-top: 6px;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  position: absolute;
  left: -13px;
  transform: translateY(-50%);
}
.ivu-timeline-item-content {
  padding: 1px 1px 10px 24px;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.ivu-timeline-item:last-child .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline.ivu-timeline-pending
  .ivu-timeline-item:nth-last-of-type(2)
  .ivu-timeline-item-tail {
  border-left: 1px dotted #e8eaec;
}
.ivu-timeline.ivu-timeline-pending
  .ivu-timeline-item:nth-last-of-type(2)
  .ivu-timeline-item-content {
  min-height: 48px;
}
.ivu-page:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ivu-page-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  margin-right: 4px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: Arial;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ivu-page-item a {
  font-family: "Monospaced Number";
  margin: 0 6px;
  text-decoration: none;
  color: #515a6e;
}
.ivu-page-item:hover {
  border-color: #2d8cf0;
}
.ivu-page-item:hover a {
  color: #2d8cf0;
}
.ivu-page-item-active {
  border-color: #2d8cf0;
}
.ivu-page-item-active:hover a,
.ivu-page-item-active a {
  color: #2d8cf0;
}
.ivu-page-item-jump-next:after,
.ivu-page-item-jump-prev:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 1px;
  color: #ccc;
  text-align: center;
}
.ivu-page-item-jump-next:hover:after,
.ivu-page-item-jump-next i,
.ivu-page-item-jump-prev:hover:after,
.ivu-page-item-jump-prev i {
  display: none;
}
.ivu-page-item-jump-next:hover i,
.ivu-page-item-jump-prev:hover i {
  display: inline;
}
.ivu-page-item-jump-prev:hover i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-page-item-jump-next:hover i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-page-item-jump-next,
.ivu-page-item-jump-prev,
.ivu-page-prev {
  margin-right: 4px;
}
.ivu-page-item-jump-next,
.ivu-page-item-jump-prev,
.ivu-page-next,
.ivu-page-prev {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.ivu-page-item-jump-next,
.ivu-page-item-jump-prev {
  border-color: rgba(0, 0, 0, 0);
}
.ivu-page-next,
.ivu-page-prev {
  background-color: #fff;
}
.ivu-page-next a,
.ivu-page-prev a {
  color: #666;
  font-size: 14px;
}
.ivu-page-next:hover,
.ivu-page-prev:hover {
  border-color: #2d8cf0;
}
.ivu-page-next:hover a,
.ivu-page-prev:hover a {
  color: #2d8cf0;
}
.ivu-page-disabled {
  cursor: not-allowed;
}
.ivu-page-disabled a {
  color: #ccc;
}
.ivu-page-disabled:hover {
  border-color: #dcdee2;
}
.ivu-page-disabled:hover a {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-page-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.ivu-page-options-sizer {
  display: inline-block;
  margin-right: 10px;
}
.ivu-page-options-elevator {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.ivu-page-options-elevator input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  border-radius: 4px;
  margin: 0 8px;
  width: 50px;
}
.ivu-page-options-elevator input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-page-options-elevator input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input:hover {
  border-color: #57a3f3;
}
.ivu-page-options-elevator input:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-page-options-elevator input[disabled],
fieldset[disabled] .ivu-page-options-elevator input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-page-options-elevator input[disabled]:hover,
fieldset[disabled] .ivu-page-options-elevator input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-page-options-elevator input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-page-options-elevator input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-page-options-elevator input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-page-total {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.ivu-page-simple .ivu-page-next,
.ivu-page-simple .ivu-page-prev {
  margin: 0;
  border: 0;
  height: 24px;
  line-height: normal;
  font-size: 18px;
}
.ivu-page-simple .ivu-page-simple-pager {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.ivu-page-simple .ivu-page-simple-pager input {
  width: 30px;
  height: 24px;
  margin: 0 8px;
  padding: 5px 8px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out;
}
.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #2d8cf0;
}
.ivu-page-simple .ivu-page-simple-pager span {
  padding: 0 8px 0 2px;
}
.ivu-page-custom-text,
.ivu-page-custom-text:hover {
  border-color: rgba(0, 0, 0, 0);
}
.ivu-page.mini .ivu-page-total {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item {
  border: 0;
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
}
.ivu-page.mini .ivu-page-next,
.ivu-page.mini .ivu-page-prev {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
  border: 0;
}
.ivu-page.mini .ivu-page-next a i:after,
.ivu-page.mini .ivu-page-prev a i:after {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item-jump-next,
.ivu-page.mini .ivu-page-item-jump-prev {
  height: 24px;
  line-height: 24px;
  border: none;
  margin-right: 0;
}
.ivu-page.mini .ivu-page-options {
  margin-left: 8px;
}
.ivu-page.mini .ivu-page-options-elevator {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-options-elevator input {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
  width: 44px;
}
.ivu-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
}
.ivu-steps-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner {
  background-color: #fff;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span {
  color: #ccc;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-process
  .ivu-steps-head-inner
  > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span {
  color: #fff;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span {
  color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail > i:after {
  width: 100%;
  background: #2d8cf0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-content,
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-error .ivu-steps-title {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i,
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i:after {
  background-color: #ed4014;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  background: 0 0;
  border: 0;
  width: auto;
  height: auto;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner > .ivu-steps-icon {
  font-size: 20px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process
  .ivu-steps-head-inner
  > .ivu-steps-icon {
  color: #2d8cf0;
}
.ivu-steps-item:last-child .ivu-steps-tail {
  display: none;
}
.ivu-steps .ivu-steps-head,
.ivu-steps .ivu-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ivu-steps .ivu-steps-head-inner {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 14px;
  transition: background-color 0.2s ease-in-out;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon {
  line-height: 1;
  position: relative;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 24px;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-checkmark-empty,
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-close-empty {
  font-weight: 700;
}
.ivu-steps .ivu-steps-main {
  margin-top: 2.5px;
  display: inline;
}
.ivu-steps .ivu-steps-custom .ivu-steps-title {
  margin-top: 2.5px;
}
.ivu-steps .ivu-steps-title {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}
.ivu-steps .ivu-steps-title > a:first-child:last-child {
  color: #666;
}
.ivu-steps .ivu-steps-item-last .ivu-steps-title {
  padding-right: 0;
  width: 100%;
}
.ivu-steps .ivu-steps-content {
  font-size: 12px;
  color: #999;
}
.ivu-steps .ivu-steps-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 13px;
}
.ivu-steps .ivu-steps-tail > i {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.ivu-steps .ivu-steps-tail > i:after {
  content: "";
  width: 0;
  height: 100%;
  background: #e8eaec;
  opacity: 0;
  position: absolute;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 16px;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-main {
  margin-top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-title {
  margin-bottom: 4px;
  margin-top: 0;
  color: #666;
  font-size: 12px;
  font-weight: 700;
}
.ivu-steps.ivu-steps-small .ivu-steps-content {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail > i {
  height: 1px;
  width: 100%;
  border-radius: 1px;
}
.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,
.ivu-steps.ivu-steps-small
  .ivu-steps-item.ivu-steps-custom
  .ivu-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: 0 0;
}
.ivu-steps-vertical .ivu-steps-item {
  display: block;
}
.ivu-steps-vertical .ivu-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px;
}
.ivu-steps-vertical .ivu-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ivu-steps-vertical .ivu-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail > i:after {
  height: 100%;
}
.ivu-steps-vertical .ivu-steps-head {
  float: left;
}
.ivu-steps-vertical .ivu-steps-head-inner {
  margin-right: 16px;
}
.ivu-steps-vertical .ivu-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-title {
  line-height: 26px;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-content {
  padding-bottom: 12px;
  padding-left: 0;
}
.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon {
  left: 4px;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon {
  left: 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail > i {
  height: 100%;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-title {
  line-height: 18px;
}
.ivu-steps-horizontal.ivu-steps-hidden {
  visibility: hidden;
}
.ivu-steps-horizontal .ivu-steps-tail {
  display: none;
}
.ivu-steps-horizontal .ivu-steps-content {
  padding-left: 45px;
}
.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head {
  padding-left: 10px;
}
.ivu-steps-horizontal .ivu-steps-item {
  overflow: hidden;
}
.ivu-steps-horizontal .ivu-steps-item:last-child .ivu-steps-title:after {
  display: none;
}
.ivu-steps-horizontal .ivu-steps-title {
  position: relative;
}
.ivu-steps-horizontal .ivu-steps-title:after {
  content: "";
  position: absolute;
  width: 9999px;
  height: 1px;
  left: 100%;
  top: 50%;
  background: #e8eaec;
}
.ivu-steps-horizontal .ivu-steps-status-finish .ivu-steps-title:after {
  background: #2d8cf0;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.ivu-modal {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: 0;
  top: 100px;
}
.ivu-modal-hidden {
  display: none !important;
}
.ivu-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-modal-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.ivu-modal-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-modal-mask-hidden {
  display: none;
}
.ivu-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-modal-content-no-mask {
  pointer-events: auto;
}
.ivu-modal-content-drag {
  position: absolute;
}
.ivu-modal-content-drag .ivu-modal-header {
  cursor: move;
}
.ivu-modal-content-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-modal-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-modal-header-inner,
.ivu-modal-header p {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-modal-header p i,
.ivu-modal-header p span {
  vertical-align: middle;
}
.ivu-modal-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-modal-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-modal-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.ivu-modal-footer {
  border-top: 1px solid #e8eaec;
  padding: 12px 18px;
  text-align: right;
}
.ivu-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-modal-fullscreen {
  width: 100% !important;
  top: 0;
  bottom: 0;
  position: absolute;
}
.ivu-modal-fullscreen .ivu-modal-content {
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-body {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 51px;
  bottom: 61px;
}
.ivu-modal-fullscreen-no-header .ivu-modal-body {
  top: 0;
}
.ivu-modal-fullscreen-no-footer .ivu-modal-body {
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ivu-modal-no-mask {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ivu-modal {
    width: auto !important;
    margin: 10px;
  }
  .ivu-modal-fullscreen {
    width: 100% !important;
    margin: 0;
  }
  .vertical-center-modal .ivu-modal {
    flex: 1;
  }
}
.ivu-modal-confirm {
  padding: 0 4px;
}
.ivu-modal-confirm-head {
  padding: 0 12px 0 0;
}
.ivu-modal-confirm-head-icon {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ivu-modal-confirm-head-icon-info {
  color: #2d8cf0;
}
.ivu-modal-confirm-head-icon-success {
  color: #19be6b;
}
.ivu-modal-confirm-head-icon-warning {
  color: #f90;
}
.ivu-modal-confirm-head-icon-error {
  color: #ed4014;
}
.ivu-modal-confirm-head-icon-confirm {
  color: #f90;
}
.ivu-modal-confirm-head-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 16px;
  color: #17233d;
  font-weight: 700;
}
.ivu-modal-confirm-body {
  padding-left: 42px;
  font-size: 14px;
  color: #515a6e;
  position: relative;
}
.ivu-modal-confirm-body-render {
  margin: 0;
  padding: 0;
}
.ivu-modal-confirm-footer {
  margin-top: 20px;
  text-align: right;
}
.ivu-modal-confirm-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-select {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 14px;
  line-height: normal;
}
.ivu-select-selection {
  display: block;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  transition: all 0.2s ease-in-out;
}
.ivu-select-selection-focused,
.ivu-select-selection:hover {
  border-color: #57a3f3;
}
.ivu-select-selection-focused .ivu-select-arrow,
.ivu-select-selection:hover .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all 0.2s ease-in-out;
}
.ivu-select-visible .ivu-select-selection {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-select-visible .ivu-select-arrow {
  transform: translateY(-50%) rotate(180deg);
  display: inline-block;
}
.ivu-select-disabled .ivu-select-selection {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #e3e5e8;
}
.ivu-select-disabled .ivu-select-selection .ivu-select-arrow {
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #dcdee2;
  box-shadow: none;
}
.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-single .ivu-select-selection {
  height: 32px;
  position: relative;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #c5c8ce;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 24px;
}
.ivu-select-multiple .ivu-select-selection {
  padding: 0 24px 0 4px;
}
.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #c5c8ce;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 22px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection {
  height: 36px;
}
.ivu-select-large.ivu-select-single
  .ivu-select-selection
  .ivu-select-placeholder,
.ivu-select-large.ivu-select-single
  .ivu-select-selection
  .ivu-select-selected-value {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection {
  min-height: 36px;
}
.ivu-select-large.ivu-select-multiple
  .ivu-select-selection
  .ivu-select-placeholder,
.ivu-select-large.ivu-select-multiple
  .ivu-select-selection
  .ivu-select-selected-value {
  min-height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection {
  height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-single
  .ivu-select-selection
  .ivu-select-placeholder,
.ivu-select-small.ivu-select-single
  .ivu-select-selection
  .ivu-select-selected-value {
  height: 22px;
  line-height: 22px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection {
  min-height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-multiple
  .ivu-select-selection
  .ivu-select-placeholder,
.ivu-select-small.ivu-select-multiple
  .ivu-select-selection
  .ivu-select-selected-value {
  height: auto;
  min-height: 22px;
  line-height: 22px;
}
.ivu-select-input {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 24px 0 8px;
  font-size: 12px;
  outline: 0;
  border: none;
  box-sizing: border-box;
  color: #515a6e;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
}
.ivu-select-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-select-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input[disabled] {
  cursor: not-allowed;
  color: #ccc;
  -webkit-text-fill-color: #ccc;
}
.ivu-select-single .ivu-select-input {
  width: 100%;
}
.ivu-select-large .ivu-select-input {
  font-size: 14px;
  height: 36px;
}
.ivu-select-small .ivu-select-input {
  height: 22px;
  line-height: 22px;
}
.ivu-select-multiple .ivu-select-input {
  height: 30px;
  line-height: 32px;
  padding: 0 0 0 4px;
}
.ivu-select-not-found {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-not-found li:not([class^="ivu-"]) {
  margin-bottom: 0;
}
.ivu-select-loading {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 99%;
  position: relative;
}
.ivu-select-multiple .ivu-tag span:not(.ivu-select-max-tag) {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-select-multiple .ivu-tag i {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
}
.ivu-select-large.ivu-select-multiple .ivu-tag {
  height: 28px;
  line-height: 26px;
  font-size: 14px;
}
.ivu-select-large.ivu-select-multiple .ivu-tag i {
  top: 6px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag {
  height: 17px;
  line-height: 15px;
  font-size: 12px;
  padding: 0 6px;
  margin: 3px 4px 2px 0;
}
.ivu-select-small.ivu-select-multiple .ivu-tag span {
  margin-right: 14px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag i {
  top: 1px;
  right: 2px;
}
.ivu-select-dropdown-list {
  min-width: 100%;
  list-style: none;
}
.ivu-select .ivu-select-dropdown {
  width: auto;
}
.ivu-select-prefix {
  display: inline-block;
  vertical-align: middle;
}
.ivu-select-prefix i {
  vertical-align: top;
}
.ivu-select-head-with-prefix {
  display: inline-block !important;
  vertical-align: middle;
}
.ivu-select-single .ivu-select-prefix {
  padding-left: 4px;
}
.ivu-select-multiple .ivu-select-head-with-prefix,
.ivu-select-single .ivu-select-head-with-prefix {
  padding-left: 0 !important;
}
.ivu-select-head-flex {
  display: flex;
  align-items: center;
}
.ivu-select-multiple .ivu-select-head-flex .ivu-select-prefix {
  margin-right: 4px;
}
.ivu-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-select-item-focus,
.ivu-select-item:hover {
  background: #f3f3f3;
}
.ivu-select-item-disabled,
.ivu-select-item-disabled:hover {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-select-item-disabled:hover {
  background-color: #fff;
}
.ivu-select-item-selected,
.ivu-select-item-selected:hover {
  color: #2d8cf0;
}
.ivu-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-select-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-select-large .ivu-select-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-select-item {
    white-space: normal;
  }
}
.ivu-select-multiple .ivu-select-item {
  position: relative;
}
.ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-focus,
.ivu-select-multiple .ivu-select-item-selected:hover {
  background: #f3f3f3;
}
.ivu-select-multiple
  .ivu-select-item-selected.ivu-select-multiple
  .ivu-select-item-focus {
  color: rgba(40, 123, 211, 0.91);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-selected:after {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 24px;
  content: "\F171";
  color: rgba(45, 140, 240, 0.9);
  position: absolute;
  top: 2px;
  right: 8px;
}
.ivu-select-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-select-group-title {
  padding-left: 8px;
  font-size: 12px;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.ivu-form-item-error .ivu-select-selection {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-select-arrow {
  color: #ed4014;
}
.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-select-dropdown {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 900;
}
.ivu-select-dropdown-transfer {
  z-index: 1060;
  width: auto;
}
.ivu-select-dropdown.ivu-transfer-no-max-height {
  max-height: none;
}
.ivu-modal .ivu-select-dropdown {
  position: absolute !important;
}
.ivu-split-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ivu-split-pane {
  position: absolute;
}
.ivu-split-pane.left-pane,
.ivu-split-pane.right-pane {
  top: 0;
  bottom: 0;
}
.ivu-split-pane.left-pane {
  left: 0;
}
.ivu-split-pane.right-pane {
  right: 0;
}
.ivu-split-pane.bottom-pane,
.ivu-split-pane.top-pane {
  left: 0;
  right: 0;
}
.ivu-split-pane.top-pane {
  top: 0;
}
.ivu-split-pane.bottom-pane {
  bottom: 0;
}
.ivu-split-pane-moving {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-split-trigger {
  border: 1px solid #dcdee2;
}
.ivu-split-trigger-con {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.ivu-split-trigger-bar-con {
  position: absolute;
  overflow: hidden;
}
.ivu-split-trigger-bar-con.vertical {
  left: 1px;
  top: 50%;
  height: 32px;
  transform: translateY(-50%);
}
.ivu-split-trigger-bar-con.horizontal {
  left: 50%;
  top: 1px;
  width: 32px;
  transform: translate(-50%);
}
.ivu-split-trigger-vertical {
  width: 6px;
  height: 100%;
  background: #f8f8f9;
  border-top: none;
  border-bottom: none;
  cursor: col-resize;
}
.ivu-split-trigger-vertical .ivu-split-trigger-bar {
  width: 4px;
  height: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-top: 3px;
}
.ivu-split-trigger-horizontal {
  height: 6px;
  width: 100%;
  background: #f8f8f9;
  border-left: none;
  border-right: none;
  cursor: row-resize;
}
.ivu-split-trigger-horizontal .ivu-split-trigger-bar {
  height: 4px;
  width: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-right: 3px;
}
.ivu-split-horizontal > .ivu-split-trigger-con {
  top: 50%;
  height: 100%;
  width: 0;
}
.ivu-split-vertical > .ivu-split-trigger-con {
  left: 50%;
  height: 0;
  width: 100%;
}
.ivu-split .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-tooltip,
.ivu-tooltip-rel {
  display: inline-block;
}
.ivu-tooltip-rel {
  position: relative;
  width: inherit;
}
.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-popper[x-placement^="top"] {
  padding: 5px 0 8px;
}
.ivu-tooltip-popper[x-placement^="right"] {
  padding: 0 5px 0 8px;
}
.ivu-tooltip-popper[x-placement^="bottom"] {
  padding: 8px 0 5px;
}
.ivu-tooltip-popper[x-placement^="left"] {
  padding: 0 8px 0 5px;
}
.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="top"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement="top-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement="top-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="right"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement="right-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement="right-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="left"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement="left-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement="left-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="bottom"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement="bottom-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement="bottom-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] {
  padding: 7px 0 10px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] {
  padding: 0 7px 0 10px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] {
  padding: 10px 0 7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] {
  padding: 0 10px 0 7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top-start"]
  .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top-end"]
  .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right-start"]
  .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right-end"]
  .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left-start"]
  .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left-end"]
  .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"]
  .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom-start"]
  .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom-end"]
  .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"]
  .ivu-tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"]
  .ivu-tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"]
  .ivu-tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"]
  .ivu-tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-tooltip-inner {
  max-width: 250px;
  min-height: 34px;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(70, 76, 91, 0.9);
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-tooltip-inner-with-width {
  white-space: pre-wrap;
  text-align: justify;
}
.ivu-tooltip-light .ivu-tooltip-inner {
  background-color: #fff;
  color: #515a6e;
}
.ivu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.ivu-tooltip-light .ivu-tooltip-arrow {
  border-width: 8px;
}
.ivu-tooltip-light .ivu-tooltip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  border: 7px solid rgba(0, 0, 0, 0);
}
.ivu-poptip,
.ivu-poptip-rel {
  display: inline-block;
}
.ivu-poptip-rel {
  position: relative;
}
.ivu-poptip-title {
  margin: 0;
  padding: 8px 16px;
  position: relative;
}
.ivu-poptip-title:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  background-color: #e8eaec;
}
.ivu-poptip-title-inner {
  color: #17233d;
  font-size: 14px;
}
.ivu-poptip-body {
  padding: 8px 16px;
}
.ivu-poptip-body-content {
  overflow: auto;
}
.ivu-poptip-body-content-word-wrap {
  white-space: pre-wrap;
  text-align: justify;
}
.ivu-poptip-body-content-inner {
  color: #515a6e;
}
.ivu-poptip-inner {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-poptip-popper {
  min-width: 150px;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-poptip-popper[x-placement^="top"] {
  padding: 7px 0 10px;
}
.ivu-poptip-popper[x-placement^="right"] {
  padding: 0 7px 0 10px;
}
.ivu-poptip-popper[x-placement^="bottom"] {
  padding: 10px 0 7px;
}
.ivu-poptip-popper[x-placement^="left"] {
  padding: 0 10px 0 7px;
}
.ivu-poptip-popper[x-placement^="top"] .ivu-poptip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-poptip-popper[x-placement="top"] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement="top-start"] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement="top-end"] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^="right"] .ivu-poptip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-poptip-popper[x-placement="right"] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement="right-start"] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement="right-end"] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^="left"] .ivu-poptip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-poptip-popper[x-placement="left"] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement="left-start"] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement="left-end"] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^="bottom"] .ivu-poptip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: hsla(0, 0%, 85.1%, 0.5);
}
.ivu-poptip-popper[x-placement="bottom"] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement="bottom-start"] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement="bottom-end"] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^="top"] .ivu-poptip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-poptip-popper[x-placement^="right"] .ivu-poptip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-poptip-popper[x-placement^="bottom"] .ivu-poptip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-poptip-popper[x-placement^="left"] .ivu-poptip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-poptip-arrow,
.ivu-poptip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.ivu-poptip-arrow {
  border-width: 8px;
}
.ivu-poptip-arrow:after {
  content: "";
  border-width: 7px;
}
.ivu-poptip-confirm .ivu-poptip-popper {
  max-width: 300px;
}
.ivu-poptip-confirm .ivu-poptip-inner {
  white-space: normal;
}
.ivu-poptip-confirm .ivu-poptip-body {
  padding: 16px 16px 8px;
}
.ivu-poptip-confirm .ivu-poptip-body .ivu-icon {
  font-size: 16px;
  color: #f90;
  line-height: 18px;
  position: absolute;
}
.ivu-poptip-confirm .ivu-poptip-body-message {
  padding-left: 20px;
}
.ivu-poptip-confirm .ivu-poptip-footer {
  text-align: right;
  padding: 8px 16px 16px;
}
.ivu-poptip-confirm .ivu-poptip-footer button {
  margin-left: 4px;
}
.ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
.ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input:focus,
.ivu-input:hover {
  border-color: #57a3f3;
}
.ivu-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input[disabled],
fieldset[disabled] .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input[disabled]:hover,
fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.ivu-input-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #808695;
  position: absolute;
  right: 0;
  z-index: 3;
}
.ivu-input-hide-icon .ivu-input-icon,
.ivu-input-icon-clear,
.ivu-input-icon-validate {
  display: none;
}
.ivu-input-wrapper:hover .ivu-input-icon-clear {
  display: inline-block;
}
.ivu-input-icon-normal + .ivu-input {
  padding-right: 32px;
}
.ivu-input-hide-icon .ivu-input-icon-normal + .ivu-input {
  padding-right: 7px;
}
.ivu-input-wrapper-large .ivu-input-icon {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}
.ivu-input-wrapper-small .ivu-input-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.ivu-input-prefix,
.ivu-input-suffix {
  width: 32px;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ivu-input-prefix i,
.ivu-input-suffix i {
  font-size: 16px;
  line-height: 32px;
  color: #808695;
}
.ivu-input-suffix {
  left: auto;
  right: 0;
}
.ivu-input-wrapper-small .ivu-input-prefix i,
.ivu-input-wrapper-small .ivu-input-suffix i {
  font-size: 14px;
  line-height: 24px;
}
.ivu-input-wrapper-large .ivu-input-prefix i,
.ivu-input-wrapper-large .ivu-input-suffix i {
  font-size: 18px;
  line-height: 36px;
}
.ivu-input-with-prefix {
  padding-left: 32px;
}
.ivu-input-with-suffix {
  padding-right: 32px;
}
.ivu-input-search {
  cursor: pointer;
  padding: 0 16px !important;
  background: #2d8cf0 !important;
  color: #fff !important;
  border-color: #2d8cf0 !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.ivu-input-search i {
  font-size: 16px;
}
.ivu-input-search:hover {
  background: #57a3f3 !important;
  border-color: #57a3f3 !important;
}
.ivu-input-search:active {
  background: #2b85e4 !important;
  border-color: #2b85e4 !important;
}
.ivu-input-search-icon {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ivu-input-search-icon:hover {
  color: inherit;
}
.ivu-input-search:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: inherit;
}
.ivu-input-wrapper-small .ivu-input-search {
  padding: 0 12px !important;
}
.ivu-input-wrapper-small .ivu-input-search i {
  font-size: 14px;
}
.ivu-input-wrapper-large .ivu-input-search {
  padding: 0 20px !important;
}
.ivu-input-wrapper-large .ivu-input-search i {
  font-size: 18px;
}
.ivu-input-with-search:hover .ivu-input {
  border-color: #57a3f3;
}
.ivu-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 12px;
  top: 1px;
}
.ivu-input-group-large {
  font-size: 14px;
}
.ivu-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ivu-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ivu-input-group-append,
.ivu-input-group-prepend,
.ivu-input-group > .ivu-input {
  display: table-cell;
}
.ivu-input-group-with-prepend .ivu-input,
.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ivu-input-group-with-append .ivu-input,
.ivu-input-group-with-append.ivu-input-group-small .ivu-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-input-group-append .ivu-btn,
.ivu-input-group-prepend .ivu-btn {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  margin: -6px -7px;
}
.ivu-input-group-append,
.ivu-input-group-prepend {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ivu-input-group .ivu-input,
.ivu-input-group .ivu-input-inner-container {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.ivu-input-group-append,
.ivu-input-group-prepend {
  padding: 4px 7px;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  color: #515a6e;
  text-align: center;
  background-color: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px;
}
.ivu-input-group-append .ivu-select,
.ivu-input-group-prepend .ivu-select {
  margin: -5px -7px;
}
.ivu-input-group-append .ivu-select-selection,
.ivu-input-group-prepend .ivu-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ivu-input-group-append .ivu-select-visible .ivu-select-selection,
.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection {
  box-shadow: none;
}
.ivu-input-group-prepend,
.ivu-input-group > .ivu-input:first-child,
.ivu-input-group > span > .ivu-input:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.ivu-input-group-prepend .ivu--select .ivu--select-selection,
.ivu-input-group > .ivu-input:first-child .ivu--select .ivu--select-selection,
.ivu-input-group
  > span
  > .ivu-input:first-child
  .ivu--select
  .ivu--select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-input-group-prepend {
  border-right: 0;
}
.ivu-input-group-append {
  border-left: 0;
}
.ivu-input-group-append,
.ivu-input-group > .ivu-input:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.ivu-input-group-append .ivu--select .ivu--select-selection,
.ivu-input-group > .ivu-input:last-child .ivu--select .ivu--select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-input-group-large .ivu-input,
.ivu-input-group-large > .ivu-input-group-append,
.ivu-input-group-large > .ivu-input-group-prepend {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-input-group-small .ivu-input,
.ivu-input-group-small > .ivu-input-group-append,
.ivu-input-group-small > .ivu-input-group-prepend {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input:focus {
  border-color: #ed4014;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-icon {
  color: #ed4014;
}
.ivu-form-item-error .ivu-input-group-append,
.ivu-form-item-error .ivu-input-group-prepend {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-group-append .ivu-select-selection,
.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection {
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ivu-form-item-error .ivu-input-group-prepend {
  border-right: 0;
}
.ivu-form-item-error .ivu-input-group-append {
  border-left: 0;
}
.ivu-form-item-error .ivu-transfer .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #57a3f3;
}
.ivu-form-item-error .ivu-transfer .ivu-input:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled],
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-form-item-error .ivu-transfer .ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 36px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-icon {
  color: #808695;
}
.ivu-form-item-validating .ivu-input-icon-validate {
  display: inline-block;
}
.ivu-form-item-validating .ivu-input-icon + .ivu-input {
  padding-right: 32px;
}
.ivu-slider {
  line-height: normal;
}
.ivu-slider-wrap {
  width: 100%;
  height: 4px;
  margin: 16px 0;
  background-color: #e8eaec;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.ivu-slider-button-wrap {
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -4px;
  transform: translateX(-50%);
}
.ivu-slider-button-wrap .ivu-tooltip {
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-slider-button {
  width: 12px;
  height: 12px;
  border: 2px solid #57a3f3;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s linear;
  outline: 0;
}
.ivu-slider-button-dragging,
.ivu-slider-button:focus,
.ivu-slider-button:hover {
  border-color: #2d8cf0;
  transform: scale(1.5);
}
.ivu-slider-button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.ivu-slider-button-dragging,
.ivu-slider-button-dragging:hover {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ivu-slider-bar {
  height: 4px;
  background: #57a3f3;
  border-radius: 3px;
  position: absolute;
}
.ivu-slider-stop {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ccc;
  transform: translateX(-50%);
}
.ivu-slider-marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ivu-slider-marks-item {
  position: absolute;
  transform: translateX(-50%);
  color: #808695;
  margin-top: 15px;
}
.ivu-slider-disabled {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-wrap {
  background-color: #ccc;
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-bar {
  background-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button,
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button:hover {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button-dragging:hover,
.ivu-slider-disabled .ivu-slider-button:hover {
  cursor: not-allowed;
}
.ivu-slider-input .ivu-slider-wrap {
  width: auto;
  margin-right: 100px;
}
.ivu-slider-input .ivu-input-number {
  float: right;
  margin-top: -14px;
}
.selectDropDown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader {
  line-height: normal;
}
.ivu-cascader-rel {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ivu-cascader .ivu-input {
  padding-right: 24px;
  display: block;
  cursor: pointer;
}
.ivu-cascader-disabled .ivu-input {
  cursor: not-allowed;
}
.ivu-cascader-label {
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0 7px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.ivu-cascader-size-large .ivu-cascader-label {
  line-height: 36px;
  font-size: 14px;
}
.ivu-cascader-size-small .ivu-cascader-label {
  line-height: 26px;
}
.ivu-cascader .ivu-cascader-arrow:first-of-type {
  display: none;
  cursor: pointer;
}
.ivu-cascader:hover .ivu-cascader-arrow:first-of-type {
  display: inline-block;
}
.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2) {
  display: none;
}
.ivu-cascader-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 14px;
  color: #808695;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
  transform: translateY(-50%) rotate(180deg);
}
.ivu-cascader .ivu-select-dropdown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader .ivu-cascader-menu-item-focus,
.ivu-cascader .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-selected,
.ivu-cascader .ivu-cascader-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-cascader .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader .ivu-cascader-menu-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-dropdown {
  padding: 5px 0;
}
.ivu-cascader-dropdown .ivu-select-dropdown-list {
  max-height: 190px;
  box-sizing: border-box;
  overflow: auto;
}
.ivu-cascader-not-found-tip {
  padding: 5px 0;
  text-align: center;
  color: #c5c8ce;
}
.ivu-cascader-not-found-tip li:not([class^="ivu-"]) {
  list-style: none;
  margin-bottom: 0;
}
.ivu-cascader-not-found .ivu-select-dropdown {
  width: inherit;
}
.ivu-cascader-menu {
  display: inline-block;
  min-width: 100px;
  height: 180px;
  margin: 0;
  padding: 5px 0 !important;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8eaec;
  overflow: auto;
}
.ivu-cascader-menu:last-child {
  border-right-color: rgba(0, 0, 0, 0);
  margin-right: -1px;
}
.ivu-cascader-menu .ivu-cascader-menu-item {
  position: relative;
  padding-right: 36px;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-menu .ivu-cascader-menu-item i {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ivu-cascader-menu .ivu-cascader-menu-item-loading {
  margin-top: -6px;
}
.ivu-cascader-menu .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #2d8cf0;
}
.ivu-cascader-transfer {
  z-index: 1060;
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-focus,
.ivu-cascader-transfer .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-selected,
.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader-transfer .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader-transfer .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  padding-right: 24px;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #2d8cf0;
}
.ivu-form-item-error .ivu-cascader-arrow {
  color: #ed4014;
}
.ivu-transfer {
  position: relative;
  line-height: 1.5;
}
.ivu-transfer-list {
  display: inline-block;
  width: 180px;
  height: 210px;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  padding-top: 35px;
}
.ivu-transfer-list-with-footer {
  padding-bottom: 35px;
}
.ivu-transfer-list-header {
  padding: 8px 16px;
  background: #f9fafc;
  color: #515a6e;
  border: 1px solid #dcdee2;
  border-bottom-color: #e8eaec;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ivu-transfer-list-header-title {
  cursor: pointer;
}
.ivu-transfer-list-header > span {
  padding-left: 4px;
}
.ivu-transfer-list-header-count {
  margin: 0 !important;
  float: right;
}
.ivu-transfer-list-body {
  height: 100%;
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: relative;
  overflow: hidden;
}
.ivu-transfer-list-body-with-search {
  padding-top: 34px;
}
.ivu-transfer-list-body-with-footer {
  border-radius: 0;
}
.ivu-transfer-list-content {
  height: 100%;
  padding: 4px 0;
  overflow: auto;
}
.ivu-transfer-list-content-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivu-transfer-list-content-item > span {
  padding-left: 4px;
}
.ivu-transfer-list-content-not-found {
  display: none;
  text-align: center;
  color: #c5c8ce;
}
li.ivu-transfer-list-content-not-found:only-child {
  display: block;
}
.ivu-transfer-list-body-with-search .ivu-transfer-list-content {
  padding: 6px 0 0;
}
.ivu-transfer-list-body-search-wrapper {
  padding: 8px 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ivu-transfer-list-search {
  position: relative;
}
.ivu-transfer-list-footer {
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
}
.ivu-transfer-list-footer:after,
.ivu-transfer-list-footer:before {
  content: "";
  display: table;
}
.ivu-transfer-list-footer:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-transfer-operation {
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}
.ivu-transfer-operation .ivu-btn {
  display: block;
  min-width: 24px;
}
.ivu-transfer-operation .ivu-btn:first-child {
  margin-bottom: 12px;
}
.ivu-transfer-operation .ivu-btn span i,
.ivu-transfer-operation .ivu-btn span span {
  vertical-align: middle;
}
.ivu-transfer-list-content-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-transfer-list-content-item-focus,
.ivu-transfer-list-content-item:hover {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-selected,
.ivu-transfer-list-content-item-selected:hover {
  color: #2d8cf0;
}
.ivu-transfer-list-content-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-transfer-list-content-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-transfer-large .ivu-transfer-list-content-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-transfer-list-content-item {
    white-space: normal;
  }
}
.ivu-table {
  width: inherit;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  color: #515a6e;
  font-size: 12px;
  background-color: #fff;
  box-sizing: border-box;
}
.ivu-table-wrapper {
  position: relative;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0;
  overflow: hidden;
}
.ivu-table-hide {
  opacity: 0;
}
.ivu-table:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ivu-table:after,
.ivu-table:before {
  content: "";
  position: absolute;
  background-color: #dcdee2;
}
.ivu-table:after {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 3;
}
.ivu-table-footer,
.ivu-table-title {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-footer {
  border-bottom: none;
}
.ivu-table-header {
  overflow: hidden;
}
.ivu-table-overflowX {
  overflow-x: scroll;
}
.ivu-table-overflowY {
  overflow-y: scroll;
}
.ivu-table-tip {
  overflow-x: auto;
  overflow-y: hidden;
}
.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer {
  border-top: 1px solid #dcdee2;
}
.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td {
  border-bottom: none;
}
.ivu-table td,
.ivu-table th {
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table th {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8f8f9;
}
.ivu-table td {
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}
td.ivu-table-column-left,
th.ivu-table-column-left {
  text-align: left;
}
td.ivu-table-column-center,
th.ivu-table-column-center {
  text-align: center;
}
td.ivu-table-column-right,
th.ivu-table-column-right {
  text-align: right;
}
.ivu-table table {
  table-layout: fixed;
}
.ivu-table-border td,
.ivu-table-border th {
  border-right: 1px solid #e8eaec;
}
.ivu-table-cell {
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  box-sizing: border-box;
}
.ivu-table-cell-ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivu-table-cell-tooltip {
  width: 100%;
  display: flex;
  align-items: center;
}
.ivu-table-cell-tooltip-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-table-cell-with-expand {
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center;
}
.ivu-table-cell-expand {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.ivu-table-cell-expand i {
  font-size: 14px;
}
.ivu-table-cell-expand-expanded {
  transform: rotate(90deg);
}
.ivu-table-cell-sort {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-table-cell-with-selection .ivu-checkbox-wrapper {
  margin-right: 0;
}
.ivu-table-hidden {
  visibility: hidden;
}
th .ivu-table-cell {
  display: inline-block;
  word-wrap: normal;
  vertical-align: middle;
}
td.ivu-table-expanded-cell {
  padding: 20px 50px;
  background: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
  background-color: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td,
tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
.ivu-table-large {
  font-size: 14px;
}
.ivu-table-large th {
  height: 48px;
}
.ivu-table-large td {
  height: 60px;
}
.ivu-table-large-footer,
.ivu-table-large-title {
  height: 60px;
  line-height: 60px;
}
.ivu-table-large .ivu-table-cell-with-expand {
  height: 59px;
  line-height: 59px;
}
.ivu-table-large .ivu-table-cell-with-expand i {
  font-size: 16px;
}
.ivu-table-small th {
  height: 32px;
}
.ivu-table-small td {
  height: 40px;
}
.ivu-table-small-footer,
.ivu-table-small-title {
  height: 40px;
  line-height: 40px;
}
.ivu-table-small .ivu-table-cell-with-expand {
  height: 39px;
  line-height: 39px;
}
.ivu-table-row-highlight td,
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,
.ivu-table-stripe
  .ivu-table-fixed-body
  tr.ivu-table-row-highlight:nth-child(2n)
  td,
tr.ivu-table-row-highlight.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
.ivu-table-fixed,
.ivu-table-fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed-right:before,
.ivu-table-fixed:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dcdee2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.ivu-table-fixed-right {
  top: 0;
  left: auto;
  right: 0;
  box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed-right-header {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #f8f8f9;
  border-top: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-fixed-header {
  overflow: hidden;
}
.ivu-table-fixed-body {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ivu-table-fixed-shadow {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
.ivu-table-sort {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-top: -1px;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.ivu-table-sort i {
  display: block;
  height: 6px;
  line-height: 6px;
  overflow: hidden;
  position: absolute;
  color: #c5c8ce;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
}
.ivu-table-sort i:hover {
  color: inherit;
}
.ivu-table-sort i.on {
  color: #2d8cf0;
}
.ivu-table-sort i:first-child {
  top: 0;
}
.ivu-table-sort i:last-child {
  bottom: 0;
}
.ivu-table-filter {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.ivu-table-filter i {
  color: #c5c8ce;
  transition: color 0.2s ease-in-out;
}
.ivu-table-filter i:hover {
  color: inherit;
}
.ivu-table-filter i.on {
  color: #2d8cf0;
}
.ivu-table-filter-list {
  padding: 8px 0 0;
}
.ivu-table-filter-list-item {
  padding: 0 12px 8px;
}
.ivu-table-filter-list-item .ivu-checkbox-wrapper + .ivu-checkbox-wrapper {
  margin: 0;
}
.ivu-table-filter-list-item label {
  display: block;
}
.ivu-table-filter-list-item label > span {
  margin-right: 4px;
}
.ivu-table-filter-list ul {
  padding-bottom: 8px;
}
.ivu-table-filter-list .ivu-table-filter-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-table-filter-list .ivu-table-filter-select-item-focus,
.ivu-table-filter-list .ivu-table-filter-select-item:hover {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-selected,
.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover {
  color: #2d8cf0;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-table-filter-list .ivu-table-filter-select-item {
    white-space: normal;
  }
}
.ivu-table-filter-footer {
  padding: 4px;
  border-top: 1px solid #e8eaec;
  overflow: hidden;
}
.ivu-table-filter-footer button:first-child {
  float: left;
}
.ivu-table-filter-footer button:last-child {
  float: right;
}
.ivu-table-tip table {
  width: 100%;
}
.ivu-table-tip table td {
  text-align: center;
}
.ivu-table-expanded-hidden {
  visibility: hidden;
}
.ivu-table-popper {
  min-width: 0;
  text-align: left;
}
.ivu-table-popper .ivu-poptip-body {
  padding: 0;
}
.ivu-dropdown {
  display: inline-block;
}
.ivu-dropdown .ivu-select-dropdown {
  overflow: visible;
  max-height: none;
}
.ivu-dropdown .ivu-dropdown {
  width: 100%;
}
.ivu-dropdown-rel {
  position: relative;
}
.ivu-dropdown-rel-user-select-none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-dropdown-menu {
  min-width: 100px;
}
.ivu-dropdown-transfer {
  width: auto;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item.ivu-dropdown-item-selected:hover {
  background: #f0faff;
}
.ivu-dropdown-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-dropdown-item-focus,
.ivu-dropdown-item:hover {
  background: #f3f3f3;
}
.ivu-dropdown-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-dropdown-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item-selected:hover {
  color: #2d8cf0;
}
.ivu-dropdown-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-dropdown-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-dropdown-large .ivu-dropdown-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-dropdown-item {
    white-space: normal;
  }
}
.ivu-tabs {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #515a6e;
  zoom: 1;
}
.ivu-tabs:after,
.ivu-tabs:before {
  content: "";
  display: table;
}
.ivu-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-bar {
  outline: 0;
}
.ivu-tabs-ink-bar {
  height: 2px;
  box-sizing: border-box;
  background-color: #2d8cf0;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  transform-origin: 0 0;
}
.ivu-tabs-bar {
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 16px;
}
.ivu-tabs-nav-container {
  margin-bottom: -1px;
  line-height: 1.5;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ivu-tabs-nav-container:after,
.ivu-tabs-nav-container:before {
  content: "";
  display: table;
}
.ivu-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-nav-container:focus {
  outline: 0;
}
.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #57a3f3 !important;
}
.ivu-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ivu-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ivu-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ivu-tabs-nav-right {
  float: right;
  margin-left: 5px;
}
.ivu-tabs-nav-prev {
  left: 0;
}
.ivu-tabs-nav-next,
.ivu-tabs-nav-prev {
  position: absolute;
  line-height: 32px;
  cursor: pointer;
}
.ivu-tabs-nav-next {
  right: 0;
}
.ivu-tabs-nav-scrollable {
  padding: 0 12px;
}
.ivu-tabs-nav-scroll-disabled {
  display: none;
}
.ivu-tabs-nav {
  padding-left: 0;
  margin: 0;
  float: left;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.ivu-tabs-nav:after,
.ivu-tabs-nav:before {
  display: table;
  content: " ";
}
.ivu-tabs-nav:after {
  clear: both;
}
.ivu-tabs-nav .ivu-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
.ivu-tabs-nav .ivu-tabs-tab {
  display: inline-block;
  height: 100%;
  padding: 8px 16px;
  margin-right: 16px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #57a3f3;
}
.ivu-tabs-nav .ivu-tabs-tab:active {
  color: #2b85e4;
}
.ivu-tabs-nav .ivu-tabs-tab .ivu-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #2d8cf0;
}
.ivu-tabs-mini .ivu-tabs-nav-container {
  font-size: 14px;
}
.ivu-tabs-mini .ivu-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
  font-size: 12px;
}
.ivu-tabs .ivu-tabs-content-animated {
  display: flex;
  flex-direction: row;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.ivu-tabs .ivu-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0.3s;
  opacity: 1;
  outline: 0;
}
.ivu-tabs .ivu-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-container {
  height: 32px;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-ink-bar {
  visibility: hidden;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
  margin: 0 4px 0 0;
  height: 31px;
  padding: 5px 16px 4px;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease-in-out;
  background: #f8f8f9;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
  height: 32px;
  padding-bottom: 5px;
  background: #fff;
  transform: translateZ(0);
  border-color: #dcdee2;
  color: #2d8cf0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-wrap {
  margin-bottom: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close {
  width: 0;
  height: 22px;
  font-size: 22px;
  margin-right: 0;
  color: #999;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px;
  transform-origin: 100% 50%;
  transition: all 0.3s ease-in-out;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close:hover {
  color: #444;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active .ivu-tabs-close,
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab:hover .ivu-tabs-close {
  width: 22px;
  transform: translateZ(0);
  margin-right: -6px;
}
.ivu-tabs-no-animation > .ivu-tabs-content {
  transform: none !important;
}
.ivu-tabs-no-animation > .ivu-tabs-content > .ivu-tabs-tabpane-inactive {
  display: none;
}
.ivu-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  color: #515a6e;
  font-size: 14px;
  position: relative;
  z-index: 900;
}
.ivu-menu-horizontal {
  height: 60px;
  line-height: 60px;
}
.ivu-menu-horizontal.ivu-menu-light:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdee2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ivu-menu-vertical.ivu-menu-light:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdee2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ivu-menu-light {
  background: #fff;
}
.ivu-menu-dark {
  background: #515a6e;
}
.ivu-menu-primary {
  background: #2d8cf0;
}
.ivu-menu-item {
  display: block;
  outline: 0;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
a.ivu-menu-item,
a.ivu-menu-item:active,
a.ivu-menu-item:hover {
  color: inherit;
}
.ivu-menu-item > i {
  margin-right: 6px;
}
.ivu-menu-submenu-title > i,
.ivu-menu-submenu-title span > i {
  margin-right: 8px;
}
.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-horizontal .ivu-menu-submenu {
  float: left;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
  height: inherit;
  line-height: inherit;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #515a6e;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #2d8cf0;
  border-bottom: 2px solid #2d8cf0;
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu {
  color: hsla(0, 0%, 100%, 0.7);
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover,
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu {
  color: #fff;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  min-width: 100%;
  width: auto;
  max-height: none;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  height: auto;
  border-bottom: 0;
  float: none;
}
.ivu-menu-item-group {
  line-height: normal;
}
.ivu-menu-item-group-title {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  font-size: 12px;
  color: #999;
}
.ivu-menu-item-group > ul {
  padding: 0 !important;
  list-style: none !important;
}
.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-vertical .ivu-menu-submenu-title {
  padding: 14px 24px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #2d8cf0;
}
.ivu-menu-vertical .ivu-menu-submenu-title-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.ivu-menu-submenu-title-icon {
  transition: transform 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  transform: rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  transform: translateY(-50%) rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-submenu-nested {
  padding-left: 20px;
}
.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
  padding-left: 43px;
}
.ivu-menu-vertical .ivu-menu-item-group-title {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding-left: 28px;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title {
  color: hsla(0, 0%, 100%, 0.36);
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
  background: #f0faff;
  z-index: 2;
}
.ivu-menu-light.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2d8cf0;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title {
  color: hsla(0, 0%, 100%, 0.7);
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #fff;
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
  color: #fff;
  background: 0 0 !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
  border-right: none;
  color: #fff;
  background: #2d8cf0 !important;
}
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-child-item-active
  > .ivu-menu-submenu-title {
  color: #fff;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-opened
  .ivu-menu-submenu-has-parent-submenu
  .ivu-menu-submenu-title {
  background: 0 0;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-focus,
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item:hover {
  background: #f3f3f3;
}
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-selected,
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-menu-large
  .ivu-menu-horizontal
  .ivu-menu-submenu
  .ivu-select-dropdown
  .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    white-space: normal;
  }
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
.ivu-date-picker {
  display: inline-block;
  line-height: normal;
}
.ivu-date-picker-rel {
  position: relative;
}
.ivu-date-picker .ivu-select-dropdown {
  width: auto;
  padding: 0;
  overflow: visible;
  max-height: none;
}
.ivu-date-picker-cells {
  width: 196px;
  margin: 10px;
  white-space: normal;
}
.ivu-date-picker-cells span,
.ivu-date-picker-cells span em {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ivu-date-picker-cells span em {
  line-height: 24px;
  margin: 2px;
  font-style: normal;
  border-radius: 3px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.ivu-date-picker-cells-header span {
  line-height: 24px;
  text-align: center;
  margin: 2px;
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell:hover em {
  background: #e1f0fe;
}
.ivu-date-picker-cells-focused em {
  box-shadow: inset 0 0 0 1px #2d8cf0;
}
span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ivu-date-picker-cells-cell-next-month em,
.ivu-date-picker-cells-cell-prev-month em {
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell-next-month:hover em,
.ivu-date-picker-cells-cell-prev-month:hover em {
  background: 0 0;
}
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover,
span.ivu-date-picker-cells-cell-week-label,
span.ivu-date-picker-cells-cell-week-label:hover {
  cursor: not-allowed;
  color: #c5c8ce;
}
span.ivu-date-picker-cells-cell-disabled:hover em,
span.ivu-date-picker-cells-cell-disabled em,
span.ivu-date-picker-cells-cell-week-label:hover em,
span.ivu-date-picker-cells-cell-week-label em {
  color: inherit;
  background: inherit;
}
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover {
  background: #f7f7f7;
}
.ivu-date-picker-cells-cell-today em {
  position: relative;
}
.ivu-date-picker-cells-cell-today em:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d8cf0;
  position: absolute;
  top: 1px;
  right: 1px;
}
.ivu-date-picker-cells-cell-range {
  position: relative;
}
.ivu-date-picker-cells-cell-range em {
  position: relative;
  z-index: 1;
}
.ivu-date-picker-cells-cell-range:before {
  content: "";
  display: block;
  background: #e1f0fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
}
.ivu-date-picker-cells-cell-selected:hover em,
.ivu-date-picker-cells-cell-selected em {
  background: #2d8cf0;
  color: #fff;
}
span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected
  em {
  background: #c5c8ce;
  color: #f7f7f7;
}
.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after {
  background: #fff;
}
.ivu-date-picker-cells-show-week-numbers {
  width: 226px;
}
.ivu-date-picker-cells-month,
.ivu-date-picker-cells-year {
  margin-top: 14px;
}
.ivu-date-picker-cells-month span,
.ivu-date-picker-cells-year span {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 10px 12px;
  border-radius: 3px;
}
.ivu-date-picker-cells-month span em,
.ivu-date-picker-cells-year span em {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused,
.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused {
  background-color: #d5e8fc;
}
.ivu-date-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-date-picker-header-label {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ivu-date-picker-header-label:hover {
  color: #2d8cf0;
}
.ivu-date-picker-btn-pulse {
  background-color: #d5e8fc !important;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}
.ivu-date-picker-prev-btn {
  float: left;
}
.ivu-date-picker-prev-btn-arrow-double {
  margin-left: 10px;
}
.ivu-date-picker-prev-btn-arrow-double i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-date-picker-next-btn {
  float: right;
}
.ivu-date-picker-next-btn-arrow-double {
  margin-right: 10px;
}
.ivu-date-picker-next-btn-arrow-double i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-date-picker-with-range .ivu-picker-panel-body {
  min-width: 432px;
}
.ivu-date-picker-with-range .ivu-picker-panel-content {
  float: left;
}
.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers,
.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date {
  min-width: 492px;
}
.ivu-date-picker-transfer {
  z-index: 1060;
  max-height: none;
  width: auto;
}
.ivu-date-picker-focused input {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-picker-panel-icon-btn {
  display: inline-block;
  width: 20px;
  height: 24px;
  line-height: 26px;
  margin-top: 4px;
  text-align: center;
  cursor: pointer;
  color: #c5c8ce;
  transition: color 0.2s ease-in-out;
}
.ivu-picker-panel-icon-btn:hover {
  color: #2d8cf0;
}
.ivu-picker-panel-icon-btn i {
  font-size: 14px;
}
.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar {
  padding-left: 92px;
}
.ivu-picker-panel-sidebar {
  width: 92px;
  float: left;
  margin-left: -92px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f8f8f9;
  border-right: 1px solid #e8eaec;
  border-radius: 4px 0 0 4px;
  overflow: auto;
}
.ivu-picker-panel-shortcut {
  padding: 6px 15px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-picker-panel-shortcut:hover {
  background: #e8eaec;
}
.ivu-picker-panel-body {
  float: left;
}
.ivu-picker-confirm {
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-picker-confirm > span {
  color: #2d8cf0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  padding: 2px 0;
  transition: all 0.2s ease-in-out;
}
.ivu-picker-confirm > span:hover {
  color: #57a3f3;
}
.ivu-picker-confirm > span:active {
  color: #2b85e4;
}
.ivu-picker-confirm-time {
  float: left;
}
.ivu-time-picker-cells {
  min-width: 112px;
}
.ivu-time-picker-cells-with-seconds {
  min-width: 168px;
}
.ivu-time-picker-cells-list {
  width: 56px;
  max-height: 144px;
  float: left;
  overflow: hidden;
  border-left: 1px solid #e8eaec;
  position: relative;
}
.ivu-time-picker-cells-list:hover {
  overflow-y: auto;
}
.ivu-time-picker-cells-list:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.ivu-time-picker-cells-list:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-time-picker-cells-list ul {
  width: 100%;
  margin: 0;
  padding: 0 0 120px;
  list-style: none;
}
.ivu-time-picker-cells-list ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 16px;
  box-sizing: content-box;
  text-align: left;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease-in-out;
}
.ivu-time-picker-cells-cell:hover {
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-selected,
.ivu-time-picker-cells-cell-selected:hover {
  color: #2d8cf0;
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-focused {
  background-color: #d5e8fc;
}
.ivu-time-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-time-picker-with-range .ivu-picker-panel-body {
  min-width: 228px;
}
.ivu-time-picker-with-range .ivu-picker-panel-content {
  float: left;
  position: relative;
}
.ivu-time-picker-with-range .ivu-picker-panel-content:after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 31px;
  bottom: 0;
  right: -2px;
  background: #e8eaec;
  z-index: 1;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right {
  float: right;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right:after {
  right: auto;
  left: -2px;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child,
.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-time-picker-with-range.ivu-time-picker-with-seconds
  .ivu-picker-panel-body {
  min-width: 340px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells,
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-with-seconds {
  min-width: 216px;
}
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-with-seconds
  .ivu-time-picker-cells-list {
  width: 72px;
}
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-with-seconds
  .ivu-time-picker-cells-list
  ul
  li {
  padding: 0 0 0 28px;
}
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-list {
  width: 108px;
  max-height: 216px;
}
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-list:first-child,
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-list
  ul {
  padding: 0 0 192px;
}
.ivu-picker-panel-content
  .ivu-picker-panel-content
  .ivu-time-picker-cells-list
  ul
  li {
  padding: 0 0 0 46px;
}
.ivu-form .ivu-form-item-label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 12px;
  color: #515a6e;
  line-height: 1;
  padding: 10px 12px 10px 0;
  box-sizing: border-box;
}
.ivu-form-label-left .ivu-form-item-label {
  text-align: left;
}
.ivu-form-label-top .ivu-form-item-label {
  float: none;
  display: inline-block;
  padding: 0 0 10px;
}
.ivu-form-inline .ivu-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.ivu-form-item {
  margin-bottom: 24px;
  vertical-align: top;
  zoom: 1;
}
.ivu-form-item:after,
.ivu-form-item:before {
  content: "";
  display: table;
}
.ivu-form-item:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-form-item-content {
  position: relative;
  line-height: 32px;
  font-size: 12px;
}
.ivu-form-item .ivu-form-item {
  margin-bottom: 0;
}
.ivu-form-item .ivu-form-item .ivu-form-item-content {
  margin-left: 0 !important;
}
.ivu-form-item-error-tip {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1;
  padding-top: 6px;
  color: #ed4014;
}
.ivu-form-item-required .ivu-form-item-label:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.ivu-carousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ivu-carousel-list,
.ivu-carousel-track {
  transform: translateZ(0);
}
.ivu-carousel-list {
  margin: 0;
  padding: 0;
}
.ivu-carousel-list,
.ivu-carousel-track {
  position: relative;
  display: block;
  overflow: hidden;
}
.ivu-carousel-track {
  top: 100%;
  left: 0;
  z-index: 1;
}
.ivu-carousel-track.higher {
  z-index: 2;
  top: 0;
}
.ivu-carousel-item {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block;
}
.ivu-carousel-arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  transition: 0.2s;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  line-height: inherit;
}
.ivu-carousel-arrow:hover {
  background-color: rgba(31, 45, 61, 0.5);
}
.ivu-carousel-arrow > * {
  vertical-align: baseline;
}
.ivu-carousel-arrow.left {
  left: 16px;
}
.ivu-carousel-arrow.right {
  right: 16px;
}
.ivu-carousel-arrow-always {
  display: inherit;
}
.ivu-carousel-arrow-hover {
  display: inherit;
  opacity: 0;
}
.ivu-carousel:hover .ivu-carousel-arrow-hover {
  opacity: 1;
}
.ivu-carousel-dots {
  z-index: 10;
  display: none;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 17px;
}
.ivu-carousel-dots-inside {
  display: block;
  position: absolute;
  bottom: 3px;
}
.ivu-carousel-dots-outside {
  display: block;
  margin-top: 3px;
}
.ivu-carousel-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 7px 0;
  cursor: pointer;
}
.ivu-carousel-dots li button {
  border: 0;
  cursor: pointer;
  background: #8391a5;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.ivu-carousel-dots li button.radius {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ivu-carousel-dots li:hover > button {
  opacity: 0.7;
}
.ivu-carousel-dots li.ivu-carousel-active > button {
  opacity: 1;
  width: 24px;
}
.ivu-carousel-dots li.ivu-carousel-active > button.radius {
  width: 6px;
}
.ivu-rate {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
}
.ivu-rate-disabled .ivu-rate-star-content:before,
.ivu-rate-disabled .ivu-rate-star:before {
  cursor: default;
}
.ivu-rate-disabled .ivu-rate-star:hover {
  transform: scale(1);
}
.ivu-rate-star-full,
.ivu-rate-star-zero {
  position: relative;
}
.ivu-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ivu-rate-star-first,
.ivu-rate-star-second {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: #e9e9e9;
  cursor: pointer;
}
.ivu-rate-star-chart {
  display: inline-block;
  padding: 0;
  margin: 0 8px 0 0;
  position: relative;
  font-family: Ionicons;
  transition: all 0.3s ease;
}
.ivu-rate-star-chart:hover {
  transform: scale(1.1);
}
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-first,
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-second {
  color: #f5a623;
}
.ivu-rate-star-chart.ivu-rate-star-half .ivu-rate-star-first {
  opacity: 1;
  color: #f5a623;
}
.ivu-rate-star {
  display: inline-block;
  padding: 0;
  margin: 0 8px 0 0;
  position: relative;
  font-family: Ionicons;
  transition: all 0.3s ease;
}
.ivu-rate-star:hover {
  transform: scale(1.1);
}
.ivu-rate-star-content:before,
.ivu-rate-star:before {
  color: #e9e9e9;
  cursor: pointer;
  content: "\F2BF";
  transition: all 0.2s ease-in-out;
  display: block;
}
.ivu-rate-star-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ivu-rate-star-content:before {
  color: rgba(0, 0, 0, 0);
}
.ivu-rate-star-full:before,
.ivu-rate-star-half .ivu-rate-star-content:before {
  color: #f5a623;
}
.ivu-rate-star-full:hover:before,
.ivu-rate-star-half:hover .ivu-rate-star-content:before {
  color: #f7b84f;
}
.ivu-rate-text {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.ivu-upload input[type="file"] {
  display: none;
}
.ivu-upload-list {
  margin-top: 8px;
}
.ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.ivu-upload-list-file > span {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ivu-upload-list-file > span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #515a6e;
  text-align: center;
}
.ivu-upload-list-file:hover {
  background: #f3f3f3;
}
.ivu-upload-list-file:hover > span {
  color: #2d8cf0;
}
.ivu-upload-list-file:hover > span i {
  color: #515a6e;
}
.ivu-upload-list-file:hover .ivu-upload-list-remove {
  opacity: 1;
}
.ivu-upload-list-remove {
  opacity: 0;
  font-size: 18px;
  cursor: pointer;
  float: right;
  margin-right: 4px;
  color: #999;
  transition: all 0.2s ease;
}
.ivu-upload-list-remove:hover {
  color: #444;
}
.ivu-upload-select {
  display: inline-block;
}
.ivu-upload-drag {
  background: #fff;
  border: 1px dashed #dcdee2;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.ivu-upload-drag:hover {
  border: 1px dashed #2d8cf0;
}
.ivu-upload-dragOver {
  border: 2px dashed #2d8cf0;
}
.ivu-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ivu-tree ul.ivu-dropdown-menu {
  padding: 0;
}
.ivu-tree ul li {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  outline: 0;
}
.ivu-tree ul li.ivu-dropdown-item {
  margin: 0;
  padding: 7px 16px;
  white-space: nowrap;
}
.ivu-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ivu-tree-title {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
  color: #515a6e;
  transition: all 0.2s ease-in-out;
}
.ivu-tree-title:hover {
  background-color: #eaf4fe;
}
.ivu-tree-title-selected,
.ivu-tree-title-selected:hover {
  background-color: #d5e8fc;
}
.ivu-tree-arrow {
  cursor: pointer;
  width: 12px;
  text-align: center;
  display: inline-block;
}
.ivu-tree-arrow i {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-tree-arrow-open i {
  transform: rotate(90deg);
}
.ivu-tree-arrow-disabled {
  cursor: not-allowed;
}
.ivu-tree .ivu-checkbox-wrapper {
  margin-right: 4px;
  margin-left: 4px;
}
.ivu-avatar {
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
}
.ivu-avatar-image {
  background: 0 0;
}
.ivu-avatar .ivu-icon {
  position: relative;
  top: -1px;
}
.ivu-avatar > * {
  line-height: 32px;
}
.ivu-avatar.ivu-avatar-icon {
  font-size: 18px;
}
.ivu-avatar-large {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.ivu-avatar-large > * {
  line-height: 40px;
}
.ivu-avatar-large.ivu-avatar-icon {
  font-size: 24px;
}
.ivu-avatar-large .ivu-icon {
  position: relative;
  top: -2px;
}
.ivu-avatar-small {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.ivu-avatar-small > * {
  line-height: 24px;
}
.ivu-avatar-small.ivu-avatar-icon {
  font-size: 14px;
}
.ivu-avatar-square {
  border-radius: 4px;
}
.ivu-avatar > img {
  width: 100%;
  height: 100%;
}
.ivu-color-picker {
  display: inline-block;
}
.ivu-color-picker-hide {
  display: none;
}
.ivu-color-picker-hide-drop {
  visibility: hidden;
}
.ivu-color-picker-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-color-picker-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-color-picker > div:first-child:hover .ivu-input {
  border-color: #57a3f3;
}
.ivu-color-picker > div:first-child.ivu-color-picker-disabled:hover .ivu-input {
  border-color: #e3e5e8;
}
.ivu-color-picker .ivu-select-dropdown {
  padding: 0;
}
.ivu-color-picker-input.ivu-input:focus {
  box-shadow: none;
}
.ivu-color-picker-focused {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-rel {
  line-height: 0;
}
.ivu-color-picker-color {
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px;
  position: relative;
  top: 2px;
}
.ivu-color-picker-color div {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ivu-color-picker-color-empty {
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.ivu-color-picker-color-empty i {
  font-size: 18px;
  vertical-align: baseline;
}
.ivu-color-picker-color-focused {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-large .ivu-color-picker-color {
  width: 20px;
  height: 20px;
  top: 1px;
}
.ivu-color-picker-large .ivu-color-picker-color-empty i {
  font-size: 20px;
}
.ivu-color-picker-small .ivu-color-picker-color {
  width: 14px;
  height: 14px;
  top: 3px;
}
.ivu-color-picker-small .ivu-color-picker-color-empty i {
  font-size: 14px;
}
.ivu-color-picker-picker-wrapper {
  padding: 8px 8px 0;
}
.ivu-color-picker-picker-panel {
  width: 240px;
  margin: 0 auto;
  box-sizing: initial;
  position: relative;
}
.ivu-color-picker-picker-alpha-slider,
.ivu-color-picker-picker-hue-slider {
  height: 10px;
  margin-top: 8px;
  position: relative;
}
.ivu-color-picker-picker-colors {
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-picker-colors:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-picker-colors-wrapper {
  display: inline;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.ivu-color-picker-picker-colors-wrapper-color {
  outline: 0;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.ivu-color-picker-picker-colors-wrapper-circle {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.ivu-color-picker-picker .ivu-picker-confirm {
  margin-top: 8px;
}
.ivu-color-picker-saturation-wrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-saturation-wrapper:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-saturation,
.ivu-color-picker-saturation--black,
.ivu-color-picker-saturation--white {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ivu-color-picker-saturation--white {
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.ivu-color-picker-saturation--black {
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
.ivu-color-picker-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.ivu-color-picker-saturation-circle {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3),
    0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}
.ivu-color-picker-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-hue:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.ivu-color-picker-hue-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  transform: translateX(-2px);
}
.ivu-color-picker-alpha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-alpha:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-alpha-checkboard-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
}
.ivu-color-picker-alpha-checkerboard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.ivu-color-picker-alpha-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.ivu-color-picker-alpha-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 3px;
}
.ivu-color-picker-alpha-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-alpha-picker {
  cursor: pointer;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-top: 1px;
  transform: translateX(-2px);
}
.ivu-color-picker-confirm {
  margin-top: 8px;
  position: relative;
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-color-picker-confirm-color {
  position: absolute;
  top: 11px;
  left: 8px;
}
.ivu-color-picker-confirm-color-editable {
  top: 8px;
}
.ivu-auto-complete .ivu-icon-ios-close,
.ivu-auto-complete .ivu-select-not-found {
  display: none;
}
.ivu-auto-complete:hover .ivu-icon-ios-close {
  display: inline-block;
}
.ivu-auto-complete.ivu-select-dropdown {
  max-height: none;
}
.ivu-divider {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #515a6e;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8eaec;
}
.ivu-divider,
.ivu-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ivu-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
}
.ivu-divider-horizontal.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: 0 0;
  font-weight: 500;
  color: #17233d;
  font-size: 16px;
  margin: 16px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-center:after,
.ivu-divider-horizontal.ivu-divider-with-text-center:before,
.ivu-divider-horizontal.ivu-divider-with-text-left:after,
.ivu-divider-horizontal.ivu-divider-with-text-left:before,
.ivu-divider-horizontal.ivu-divider-with-text-right:after,
.ivu-divider-horizontal.ivu-divider-with-text-right:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8eaec;
  transform: translateY(50%);
}
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-right {
  font-size: 14px;
  margin: 8px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-left .ivu-divider-inner-text,
.ivu-divider-horizontal.ivu-divider-with-text-right .ivu-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:after,
.ivu-divider-horizontal.ivu-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ivu-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ivu-divider-dashed {
  background: 0 0;
  border-top: 1px dashed #e8eaec;
}
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed {
  border-top: 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:before {
  border-style: dashed none none;
}
.ivu-anchor {
  position: relative;
  padding-left: 2px;
}
.ivu-anchor-wrapper {
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ivu-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ivu-anchor-ink:before {
  content: " ";
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8eaec;
  margin: 0 auto;
}
.ivu-anchor-ink-ball {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #2d8cf0;
  background-color: #fff;
  left: 50%;
  transition: top 0.2s ease-in-out;
  transform: translate(-50%, 2px);
}
.ivu-anchor.fixed .ivu-anchor-ink .ivu-anchor-ink-ball {
  display: none;
}
.ivu-anchor-link {
  padding: 8px 0 8px 16px;
  line-height: 1;
}
.ivu-anchor-link-title {
  display: block;
  position: relative;
  transition: all 0.3s;
  color: #515a6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ivu-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ivu-anchor-link-active > .ivu-anchor-link-title {
  color: #2d8cf0;
}
.ivu-anchor-link .ivu-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ivu-time-with-hash {
  cursor: pointer;
}
.ivu-time-with-hash:hover {
  text-decoration: underline;
}
.ivu-cell {
  position: relative;
  overflow: hidden;
}
.ivu-cell-link,
.ivu-cell-link:active,
.ivu-cell-link:hover {
  color: inherit;
}
.ivu-cell-icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-cell-icon:empty {
  display: none;
}
.ivu-cell-main {
  display: inline-block;
  vertical-align: middle;
}
.ivu-cell-title {
  line-height: 24px;
  font-size: 14px;
}
.ivu-cell-label {
  line-height: 1.2;
  font-size: 12px;
  color: #808695;
}
.ivu-cell-selected .ivu-cell-label {
  color: inherit;
}
.ivu-cell-selected,
.ivu-cell.ivu-cell-selected:hover {
  background: #f0faff;
}
.ivu-cell-footer {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  color: #515a6e;
}
.ivu-cell-with-link .ivu-cell-footer {
  right: 32px;
}
.ivu-cell-selected .ivu-cell-footer {
  color: inherit;
}
.ivu-cell-arrow {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  font-size: 14px;
}
.ivu-cell:focus {
  background: #f3f3f3;
  outline: 0;
}
.ivu-cell-selected:focus {
  background: rgba(40, 123, 211, 0.91);
}
.ivu-cell {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.ivu-cell-focus,
.ivu-cell:hover {
  background: #f3f3f3;
}
.ivu-cell-disabled,
.ivu-cell-disabled:hover {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cell-disabled:hover {
  background-color: #fff;
}
.ivu-cell-selected,
.ivu-cell-selected:hover {
  color: #2d8cf0;
}
.ivu-cell-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cell-divided:before {
  content: "";
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cell-large .ivu-cell {
  padding: 7px 16px 8px;
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  .ivu-cell {
    white-space: normal;
  }
}
.ivu-drawer {
  width: auto;
  height: 100%;
  position: fixed;
  top: 0;
}
.ivu-drawer-inner {
  position: absolute;
}
.ivu-drawer-left {
  left: 0;
}
.ivu-drawer-right {
  right: 0;
}
.ivu-drawer-hidden {
  display: none !important;
}
.ivu-drawer-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-drawer-wrap-inner {
  position: absolute;
  overflow: hidden;
}
.ivu-drawer-wrap-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-drawer-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.ivu-drawer-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-drawer-mask-hidden {
  display: none;
}
.ivu-drawer-mask-inner {
  position: absolute;
}
.ivu-drawer-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-drawer-content-no-mask {
  pointer-events: auto;
}
.ivu-drawer-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-drawer-header-inner,
.ivu-drawer-header p {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-drawer-header p i,
.ivu-drawer-header p span {
  vertical-align: middle;
}
.ivu-drawer-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-drawer-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-drawer-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-drawer-body {
  width: 100%;
  height: calc(100% - 51px);
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
  position: absolute;
  overflow: auto;
}
.ivu-drawer-no-header .ivu-drawer-body {
  height: 100%;
}
.ivu-drawer-no-mask {
  pointer-events: none;
}
.ivu-drawer-no-mask .ivu-drawer-drag {
  pointer-events: auto;
}
.ivu-drawer-drag {
  top: 0;
  height: 100%;
  width: 0;
  position: absolute;
}
.ivu-drawer-drag-left {
  right: 0;
}
.ivu-drawer-drag-move-trigger {
  width: 8px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  background: #f3f3f3;
  transform: translate(-50%, -50%);
  border-radius: 4px/6px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: col-resize;
}
.ivu-drawer-drag-move-trigger-point {
  display: inline-block;
  width: 50%;
  transform: translateX(50%);
}
.ivu-drawer-drag-move-trigger-point i {
  display: block;
  border-bottom: 1px solid silver;
  padding-bottom: 2px;
}
.ivu-breadcrumb {
  color: #999;
  font-size: 14px;
}
.ivu-breadcrumb a {
  color: #515a6e;
  transition: color 0.2s ease-in-out;
}
.ivu-breadcrumb a:hover {
  color: #57a3f3;
}
.ivu-breadcrumb > span:last-child {
  font-weight: 700;
  color: #515a6e;
}
.ivu-breadcrumb > span:last-child .ivu-breadcrumb-item-separator {
  display: none;
}
.ivu-breadcrumb-item-separator {
  margin: 0 8px;
  color: #dcdee2;
}
.ivu-breadcrumb-item-link > .ivu-icon + span {
  margin-left: 4px;
}
.ivu-list {
  position: relative;
}
.ivu-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ivu-list-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.ivu-list-item-content {
  color: #515a6e;
}
.ivu-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ivu-list-item-meta-avatar {
  margin-right: 16px;
}
.ivu-list-item-meta-content {
  flex: 1 0;
}
.ivu-list-item-meta-title {
  font-weight: 700;
  margin-bottom: 4px;
  color: #515a6e;
  font-size: 14px;
  line-height: 22px;
}
.ivu-list-item-meta-title > a {
  color: #515a6e;
  transition: all 0.2s;
}
.ivu-list-item-meta-title > a:hover {
  color: #2d8cf0;
}
.ivu-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ivu-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ivu-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ivu-list-item-action > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8eaec;
}
.ivu-list-item-action > li:first-child {
  padding-left: 0;
}
.ivu-list-item-action > li:last-child:after {
  display: none;
}
.ivu-list-footer,
.ivu-list-header {
  background: 0 0;
}
.ivu-list-footer,
.ivu-list-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ivu-list-split .ivu-list-item {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-split .ivu-list-item:last-child {
  border-bottom: none;
}
.ivu-list-split .ivu-list-header {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-split .ivu-list-footer {
  border-top: 1px solid #e8eaec;
}
.ivu-list-large .ivu-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-list-small .ivu-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ivu-list-vertical .ivu-list-item {
  align-items: normal;
}
.ivu-list-vertical .ivu-list-item-main {
  display: block;
  flex: 1;
}
.ivu-list-vertical .ivu-list-item-extra {
  margin-left: 40px;
}
.ivu-list-vertical .ivu-list-item-meta {
  margin-bottom: 16px;
}
.ivu-list-vertical .ivu-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ivu-list-vertical .ivu-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ivu-list-vertical .ivu-list-item-action > li {
  padding: 0 16px;
}
.ivu-list-vertical .ivu-list-item-action > li:first-child {
  padding-left: 0;
}
.ivu-list-item-no-flex {
  display: block;
}
.ivu-list:not(.ivu-list-vertical) .ivu-list-item-no-flex .ivu-list-item-action {
  float: right;
}
.ivu-list-bordered {
  border: 1px solid #dcdee2;
  border-radius: 6px;
}
.ivu-list-bordered .ivu-list-footer,
.ivu-list-bordered .ivu-list-header,
.ivu-list-bordered .ivu-list-item {
  padding-right: 24px;
  padding-left: 24px;
}
.ivu-list-bordered .ivu-list-item {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-bordered .ivu-list-pagination {
  margin: 16px 24px;
}
.ivu-list-bordered.ivu-list-small .ivu-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ivu-list-bordered.ivu-list-small .ivu-list-footer,
.ivu-list-bordered.ivu-list-small .ivu-list-header {
  padding: 8px 16px;
}
.ivu-list-bordered.ivu-list-large .ivu-list-footer,
.ivu-list-bordered.ivu-list-large .ivu-list-header {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ivu-list-item-action,
  .ivu-list-vertical .ivu-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ivu-list-item {
    flex-wrap: wrap;
  }
  .ivu-list-item-action {
    margin-left: 12px;
  }
  .ivu-list-vertical .ivu-list-item {
    flex-wrap: wrap-reverse;
  }
  .ivu-list-vertical .ivu-list-item-main {
    min-width: 220px;
  }
  .ivu-list-vertical .ivu-list-item-extra {
    margin: auto auto 16px;
  }
}
.el-button--medium,
.el-button--medium.is-round,
.u-button {
  padding: 10px 20px;
}
.el-button,
.el-checkbox,
.el-checkbox-button__inner,
.el-pager,
.plTableBox .el-table th,
.tree--btn-wrapper,
.u-button[disabled] {
  -moz-user-select: none;
  -ms-user-select: none;
}
.u-icon {
  width: 1em;
  height: 1em;
}
.u-icon.loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.box-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.u-button {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.u-button:focus {
  border-color: #f1c40f;
  outline: 0;
}
.u-button > .cloakLeft {
  float: left;
  height: inherit;
  opacity: 0.5;
}
.u-button > .cloakRight {
  float: right;
  height: inherit;
  opacity: 0.5;
}
.u-button.size-big {
  font-size: 15px;
  padding: 10px 23px;
  border-radius: 5px;
}
.u-button.size-medium {
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 4px;
}
.u-button.size-small {
  font-size: 13px;
  padding: 6px 15px;
  border-radius: 3px;
}
.u-button.size-mini {
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 3px;
}
.u-button:hover {
  opacity: 0.6;
}
.u-button:active {
  background-color: #eee;
}
.u-button > .u-button-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  white-space: nowrap;
}
.u-button > .u-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 0.3em;
}
.u-button.icon-right > .u-icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 0.3em;
}
.u-button.icon-right > .u-button-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.u-button[disabled] {
  color: #c0c4cc;
  background: 0 0;
  pointer-events: none;
  border-color: #ebeef5;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
}
.u-button[disabled]:hover {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
}
.u-button.dashed {
  border: 1px dashed #e6e6e6;
}
.u-button.type-error {
  color: #fff;
  background-color: #f54242;
  border-color: #f54242;
}
.u-button.type-error:active {
  opacity: 1;
  color: #fff;
  background-color: #d81e06;
  border-color: #d81e06;
}
.u-button.type-warn,
.u-button.type-warn:hover {
  border-color: #ffb311;
}
.u-button.type-warn {
  color: #fff;
  background-color: #ffb311;
}
.u-button.type-info {
  color: #fff;
  background-color: #c2c5cb;
  border-color: #c2c5cb;
}
.u-button.type-info:hover {
  border-color: #909399;
}
.u-button.type-success {
  color: #fff;
  background-color: #17cc15;
  border-color: #17cc15;
}
.u-button.type-success:hover {
  opacity: 1;
  border-color: #17cc15;
}
.u-button.type-primary {
  color: #fff;
  background-color: #26acee;
  border-color: #26acee;
}
.u-button.type-primary:hover {
  opacity: 1;
  border-color: #26acee;
}
.u-button.type-success.plain {
  color: #17cc15;
  background-color: #f0f9eb;
  border-color: #17cc15;
}
.u-button.type-success.plain:hover {
  opacity: 1;
  color: #fff;
  background-color: #17cc15;
  border-color: #17cc15;
}
.u-button.type-primary.plain {
  color: #26acee;
  background-color: #ecf5ff;
  border-color: #26acee;
}
.u-button.type-primary.plain:hover {
  opacity: 1;
  color: #fff;
  background-color: #26acee;
  border-color: #26acee;
}
.u-button.type-info.plain {
  color: #c2c5cb;
  background-color: #f4f4f5;
  border-color: #c2c5cb;
}
.u-button.type-info.plain:hover {
  opacity: 1;
  color: #fff;
  background-color: #c2c5cb;
  border-color: #c2c5cb;
}
.u-button.type-warn.plain {
  color: #ffb311;
  background-color: #fdf6ec;
  border-color: #ffb311;
}
.u-button.type-warn.plain:hover {
  opacity: 1;
  color: #fff;
  background-color: #ffb311;
  border-color: #ffb311;
}
.u-button.type-error.plain {
  color: #f54242;
  background-color: #fef0f0;
  border-color: #f54242;
}
.u-button.type-error.plain:hover {
  opacity: 1;
  color: #fff;
  background-color: #f54242;
  border-color: #f54242;
}
.u-button.type-error.plain:active {
  opacity: 1;
  color: #fff;
  background-color: #d81e06;
  border-color: #d81e06;
}
.u-button.danger:hover {
  border: 6px solid #f54242;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  -webkit-animation: danger 1s ease-out;
  animation: danger 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.u-button.circle {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  padding: 10px;
  font-size: 16px;
}
.u-button.circle .u-icon {
  margin-left: 0;
  margin-right: 0;
}
.u-button.circle.type-primary:hover {
  background-color: #26acee;
}
.u-button.circle.type-success:hover {
  background-color: #17cc15;
}
.u-button.circle.type-warn:hover {
  background-color: #ffb311;
}
.u-button.circle.type-error:hover {
  background-color: #f54242;
}
.u-button.circle.type-info:hover {
  background-color: #c2c5cb;
}
.u-button .loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.u-button.loadingCloak {
  opacity: 0.5;
}
@-webkit-keyframes loop {
  to {
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border-width: 6px;
    opacity: 0;
  }
}
@keyframes loop {
  to {
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border-width: 6px;
    opacity: 0;
  }
}
@keyframes danger {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 0;
  }
}
@-webkit-keyframes danger {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.loop {
  position: relative;
}
.loop:before {
  content: "";
  display: block;
  background-color: inherit;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border-radius: inherit;
  border: 0 solid inherit;
  opacity: 0.3;
  -webkit-animation: loop 0.3s ease-in-out;
  animation: loop 0.3s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.el-button,
.el-pager,
.plTableBox .el-table th {
  -webkit-user-select: none;
}
@font-face {
  font-family: element-icons;
  src: url(../../static/fonts/element-icons.535877f.woff) format("woff"),
    url(../../static/fonts/element-icons.732389d.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
[class*=" el-icon-"],
[class^="el-icon-"] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-icon-ice-cream-round:before {
  content: "\E6A0";
}
.el-icon-ice-cream-square:before {
  content: "\E6A3";
}
.el-icon-lollipop:before {
  content: "\E6A4";
}
.el-icon-potato-strips:before {
  content: "\E6A5";
}
.el-icon-milk-tea:before {
  content: "\E6A6";
}
.el-icon-ice-drink:before {
  content: "\E6A7";
}
.el-icon-ice-tea:before {
  content: "\E6A9";
}
.el-icon-coffee:before {
  content: "\E6AA";
}
.el-icon-orange:before {
  content: "\E6AB";
}
.el-icon-pear:before {
  content: "\E6AC";
}
.el-icon-apple:before {
  content: "\E6AD";
}
.el-icon-cherry:before {
  content: "\E6AE";
}
.el-icon-watermelon:before {
  content: "\E6AF";
}
.el-icon-grape:before {
  content: "\E6B0";
}
.el-icon-refrigerator:before {
  content: "\E6B1";
}
.el-icon-goblet-square-full:before {
  content: "\E6B2";
}
.el-icon-goblet-square:before {
  content: "\E6B3";
}
.el-icon-goblet-full:before {
  content: "\E6B4";
}
.el-icon-goblet:before {
  content: "\E6B5";
}
.el-icon-cold-drink:before {
  content: "\E6B6";
}
.el-icon-coffee-cup:before {
  content: "\E6B8";
}
.el-icon-water-cup:before {
  content: "\E6B9";
}
.el-icon-hot-water:before {
  content: "\E6BA";
}
.el-icon-ice-cream:before {
  content: "\E6BB";
}
.el-icon-dessert:before {
  content: "\E6BC";
}
.el-icon-sugar:before {
  content: "\E6BD";
}
.el-icon-tableware:before {
  content: "\E6BE";
}
.el-icon-burger:before {
  content: "\E6BF";
}
.el-icon-knife-fork:before {
  content: "\E6C1";
}
.el-icon-fork-spoon:before {
  content: "\E6C2";
}
.el-icon-chicken:before {
  content: "\E6C3";
}
.el-icon-food:before {
  content: "\E6C4";
}
.el-icon-dish-1:before {
  content: "\E6C5";
}
.el-icon-dish:before {
  content: "\E6C6";
}
.el-icon-moon-night:before {
  content: "\E6EE";
}
.el-icon-moon:before {
  content: "\E6F0";
}
.el-icon-cloudy-and-sunny:before {
  content: "\E6F1";
}
.el-icon-partly-cloudy:before {
  content: "\E6F2";
}
.el-icon-cloudy:before {
  content: "\E6F3";
}
.el-icon-sunny:before {
  content: "\E6F6";
}
.el-icon-sunset:before {
  content: "\E6F7";
}
.el-icon-sunrise-1:before {
  content: "\E6F8";
}
.el-icon-sunrise:before {
  content: "\E6F9";
}
.el-icon-heavy-rain:before {
  content: "\E6FA";
}
.el-icon-lightning:before {
  content: "\E6FB";
}
.el-icon-light-rain:before {
  content: "\E6FC";
}
.el-icon-wind-power:before {
  content: "\E6FD";
}
.el-icon-baseball:before {
  content: "\E712";
}
.el-icon-soccer:before {
  content: "\E713";
}
.el-icon-football:before {
  content: "\E715";
}
.el-icon-basketball:before {
  content: "\E716";
}
.el-icon-ship:before {
  content: "\E73F";
}
.el-icon-truck:before {
  content: "\E740";
}
.el-icon-bicycle:before {
  content: "\E741";
}
.el-icon-mobile-phone:before {
  content: "\E6D3";
}
.el-icon-service:before {
  content: "\E6D4";
}
.el-icon-key:before {
  content: "\E6E2";
}
.el-icon-unlock:before {
  content: "\E6E4";
}
.el-icon-lock:before {
  content: "\E6E5";
}
.el-icon-watch:before {
  content: "\E6FE";
}
.el-icon-watch-1:before {
  content: "\E6FF";
}
.el-icon-timer:before {
  content: "\E702";
}
.el-icon-alarm-clock:before {
  content: "\E703";
}
.el-icon-map-location:before {
  content: "\E704";
}
.el-icon-delete-location:before {
  content: "\E705";
}
.el-icon-add-location:before {
  content: "\E706";
}
.el-icon-location-information:before {
  content: "\E707";
}
.el-icon-location-outline:before {
  content: "\E708";
}
.el-icon-location:before {
  content: "\E79E";
}
.el-icon-place:before {
  content: "\E709";
}
.el-icon-discover:before {
  content: "\E70A";
}
.el-icon-first-aid-kit:before {
  content: "\E70B";
}
.el-icon-trophy-1:before {
  content: "\E70C";
}
.el-icon-trophy:before {
  content: "\E70D";
}
.el-icon-medal:before {
  content: "\E70E";
}
.el-icon-medal-1:before {
  content: "\E70F";
}
.el-icon-stopwatch:before {
  content: "\E710";
}
.el-icon-mic:before {
  content: "\E711";
}
.el-icon-copy-document:before {
  content: "\E718";
}
.el-icon-full-screen:before {
  content: "\E719";
}
.el-icon-switch-button:before {
  content: "\E71B";
}
.el-icon-aim:before {
  content: "\E71C";
}
.el-icon-crop:before {
  content: "\E71D";
}
.el-icon-odometer:before {
  content: "\E71E";
}
.el-icon-time:before {
  content: "\E71F";
}
.el-icon-bangzhu:before {
  content: "\E724";
}
.el-icon-close-notification:before {
  content: "\E726";
}
.el-icon-microphone:before {
  content: "\E727";
}
.el-icon-turn-off-microphone:before {
  content: "\E728";
}
.el-icon-position:before {
  content: "\E729";
}
.el-icon-postcard:before {
  content: "\E72A";
}
.el-icon-message:before {
  content: "\E72B";
}
.el-icon-chat-line-square:before {
  content: "\E72D";
}
.el-icon-chat-dot-square:before {
  content: "\E72E";
}
.el-icon-chat-dot-round:before {
  content: "\E72F";
}
.el-icon-chat-square:before {
  content: "\E730";
}
.el-icon-chat-line-round:before {
  content: "\E731";
}
.el-icon-chat-round:before {
  content: "\E732";
}
.el-icon-set-up:before {
  content: "\E733";
}
.el-icon-turn-off:before {
  content: "\E734";
}
.el-icon-open:before {
  content: "\E735";
}
.el-icon-connection:before {
  content: "\E736";
}
.el-icon-link:before {
  content: "\E737";
}
.el-icon-cpu:before {
  content: "\E738";
}
.el-icon-thumb:before {
  content: "\E739";
}
.el-icon-female:before {
  content: "\E73A";
}
.el-icon-male:before {
  content: "\E73B";
}
.el-icon-guide:before {
  content: "\E73C";
}
.el-icon-news:before {
  content: "\E73E";
}
.el-icon-price-tag:before {
  content: "\E744";
}
.el-icon-discount:before {
  content: "\E745";
}
.el-icon-wallet:before {
  content: "\E747";
}
.el-icon-coin:before {
  content: "\E748";
}
.el-icon-money:before {
  content: "\E749";
}
.el-icon-bank-card:before {
  content: "\E74A";
}
.el-icon-box:before {
  content: "\E74B";
}
.el-icon-present:before {
  content: "\E74C";
}
.el-icon-sell:before {
  content: "\E6D5";
}
.el-icon-sold-out:before {
  content: "\E6D6";
}
.el-icon-shopping-bag-2:before {
  content: "\E74D";
}
.el-icon-shopping-bag-1:before {
  content: "\E74E";
}
.el-icon-shopping-cart-2:before {
  content: "\E74F";
}
.el-icon-shopping-cart-1:before {
  content: "\E750";
}
.el-icon-shopping-cart-full:before {
  content: "\E751";
}
.el-icon-smoking:before {
  content: "\E752";
}
.el-icon-no-smoking:before {
  content: "\E753";
}
.el-icon-house:before {
  content: "\E754";
}
.el-icon-table-lamp:before {
  content: "\E755";
}
.el-icon-school:before {
  content: "\E756";
}
.el-icon-office-building:before {
  content: "\E757";
}
.el-icon-toilet-paper:before {
  content: "\E758";
}
.el-icon-notebook-2:before {
  content: "\E759";
}
.el-icon-notebook-1:before {
  content: "\E75A";
}
.el-icon-files:before {
  content: "\E75B";
}
.el-icon-collection:before {
  content: "\E75C";
}
.el-icon-receiving:before {
  content: "\E75D";
}
.el-icon-suitcase-1:before {
  content: "\E760";
}
.el-icon-suitcase:before {
  content: "\E761";
}
.el-icon-film:before {
  content: "\E763";
}
.el-icon-collection-tag:before {
  content: "\E765";
}
.el-icon-data-analysis:before {
  content: "\E766";
}
.el-icon-pie-chart:before {
  content: "\E767";
}
.el-icon-data-board:before {
  content: "\E768";
}
.el-icon-data-line:before {
  content: "\E76D";
}
.el-icon-reading:before {
  content: "\E769";
}
.el-icon-magic-stick:before {
  content: "\E76A";
}
.el-icon-coordinate:before {
  content: "\E76B";
}
.el-icon-mouse:before {
  content: "\E76C";
}
.el-icon-brush:before {
  content: "\E76E";
}
.el-icon-headset:before {
  content: "\E76F";
}
.el-icon-umbrella:before {
  content: "\E770";
}
.el-icon-scissors:before {
  content: "\E771";
}
.el-icon-mobile:before {
  content: "\E773";
}
.el-icon-attract:before {
  content: "\E774";
}
.el-icon-monitor:before {
  content: "\E775";
}
.el-icon-search:before {
  content: "\E778";
}
.el-icon-takeaway-box:before {
  content: "\E77A";
}
.el-icon-paperclip:before {
  content: "\E77D";
}
.el-icon-printer:before {
  content: "\E77E";
}
.el-icon-document-add:before {
  content: "\E782";
}
.el-icon-document:before {
  content: "\E785";
}
.el-icon-document-checked:before {
  content: "\E786";
}
.el-icon-document-copy:before {
  content: "\E787";
}
.el-icon-document-delete:before {
  content: "\E788";
}
.el-icon-document-remove:before {
  content: "\E789";
}
.el-icon-tickets:before {
  content: "\E78B";
}
.el-icon-folder-checked:before {
  content: "\E77F";
}
.el-icon-folder-delete:before {
  content: "\E780";
}
.el-icon-folder-remove:before {
  content: "\E781";
}
.el-icon-folder-add:before {
  content: "\E783";
}
.el-icon-folder-opened:before {
  content: "\E784";
}
.el-icon-folder:before {
  content: "\E78A";
}
.el-icon-edit-outline:before {
  content: "\E764";
}
.el-icon-edit:before {
  content: "\E78C";
}
.el-icon-date:before {
  content: "\E78E";
}
.el-icon-c-scale-to-original:before {
  content: "\E7C6";
}
.el-icon-view:before {
  content: "\E6CE";
}
.el-icon-loading:before {
  content: "\E6CF";
}
.el-icon-rank:before {
  content: "\E6D1";
}
.el-icon-sort-down:before {
  content: "\E7C4";
}
.el-icon-sort-up:before {
  content: "\E7C5";
}
.el-icon-sort:before {
  content: "\E6D2";
}
.el-icon-finished:before {
  content: "\E6CD";
}
.el-icon-refresh-left:before {
  content: "\E6C7";
}
.el-icon-refresh-right:before {
  content: "\E6C8";
}
.el-icon-refresh:before {
  content: "\E6D0";
}
.el-icon-video-play:before {
  content: "\E7C0";
}
.el-icon-video-pause:before {
  content: "\E7C1";
}
.el-icon-d-arrow-right:before {
  content: "\E6DC";
}
.el-icon-d-arrow-left:before {
  content: "\E6DD";
}
.el-icon-arrow-up:before {
  content: "\E6E1";
}
.el-icon-arrow-down:before {
  content: "\E6DF";
}
.el-icon-arrow-right:before {
  content: "\E6E0";
}
.el-icon-arrow-left:before {
  content: "\E6DE";
}
.el-icon-top-right:before {
  content: "\E6E7";
}
.el-icon-top-left:before {
  content: "\E6E8";
}
.el-icon-top:before {
  content: "\E6E6";
}
.el-icon-bottom:before {
  content: "\E6EB";
}
.el-icon-right:before {
  content: "\E6E9";
}
.el-icon-back:before {
  content: "\E6EA";
}
.el-icon-bottom-right:before {
  content: "\E6EC";
}
.el-icon-bottom-left:before {
  content: "\E6ED";
}
.el-icon-caret-top:before {
  content: "\E78F";
}
.el-icon-caret-bottom:before {
  content: "\E790";
}
.el-icon-caret-right:before {
  content: "\E791";
}
.el-icon-caret-left:before {
  content: "\E792";
}
.el-icon-d-caret:before {
  content: "\E79A";
}
.el-icon-share:before {
  content: "\E793";
}
.el-icon-menu:before {
  content: "\E798";
}
.el-icon-s-grid:before {
  content: "\E7A6";
}
.el-icon-s-check:before {
  content: "\E7A7";
}
.el-icon-s-data:before {
  content: "\E7A8";
}
.el-icon-s-opportunity:before {
  content: "\E7AA";
}
.el-icon-s-custom:before {
  content: "\E7AB";
}
.el-icon-s-claim:before {
  content: "\E7AD";
}
.el-icon-s-finance:before {
  content: "\E7AE";
}
.el-icon-s-comment:before {
  content: "\E7AF";
}
.el-icon-s-flag:before {
  content: "\E7B0";
}
.el-icon-s-marketing:before {
  content: "\E7B1";
}
.el-icon-s-shop:before {
  content: "\E7B4";
}
.el-icon-s-open:before {
  content: "\E7B5";
}
.el-icon-s-management:before {
  content: "\E7B6";
}
.el-icon-s-ticket:before {
  content: "\E7B7";
}
.el-icon-s-release:before {
  content: "\E7B8";
}
.el-icon-s-home:before {
  content: "\E7B9";
}
.el-icon-s-promotion:before {
  content: "\E7BA";
}
.el-icon-s-operation:before {
  content: "\E7BB";
}
.el-icon-s-unfold:before {
  content: "\E7BC";
}
.el-icon-s-fold:before {
  content: "\E7A9";
}
.el-icon-s-platform:before {
  content: "\E7BD";
}
.el-icon-s-order:before {
  content: "\E7BE";
}
.el-icon-s-cooperation:before {
  content: "\E7BF";
}
.el-icon-bell:before {
  content: "\E725";
}
.el-icon-message-solid:before {
  content: "\E799";
}
.el-icon-video-camera:before {
  content: "\E772";
}
.el-icon-video-camera-solid:before {
  content: "\E796";
}
.el-icon-camera:before {
  content: "\E779";
}
.el-icon-camera-solid:before {
  content: "\E79B";
}
.el-icon-download:before {
  content: "\E77C";
}
.el-icon-upload2:before {
  content: "\E77B";
}
.el-icon-upload:before {
  content: "\E7C3";
}
.el-icon-picture-outline-round:before {
  content: "\E75F";
}
.el-icon-picture-outline:before {
  content: "\E75E";
}
.el-icon-picture:before {
  content: "\E79F";
}
.el-icon-close:before {
  content: "\E6DB";
}
.el-icon-check:before {
  content: "\E6DA";
}
.el-icon-plus:before {
  content: "\E6D9";
}
.el-icon-minus:before {
  content: "\E6D8";
}
.el-icon-help:before {
  content: "\E73D";
}
.el-icon-s-help:before {
  content: "\E7B3";
}
.el-icon-circle-close:before {
  content: "\E78D";
}
.el-icon-circle-check:before {
  content: "\E720";
}
.el-icon-circle-plus-outline:before {
  content: "\E723";
}
.el-icon-remove-outline:before {
  content: "\E722";
}
.el-icon-zoom-out:before {
  content: "\E776";
}
.el-icon-zoom-in:before {
  content: "\E777";
}
.el-icon-error:before {
  content: "\E79D";
}
.el-icon-success:before {
  content: "\E79C";
}
.el-icon-circle-plus:before {
  content: "\E7A0";
}
.el-icon-remove:before {
  content: "\E7A2";
}
.el-icon-info:before {
  content: "\E7A1";
}
.el-icon-question:before {
  content: "\E7A4";
}
.el-icon-warning-outline:before {
  content: "\E6C9";
}
.el-icon-warning:before {
  content: "\E7A3";
}
.el-icon-goods:before {
  content: "\E7C2";
}
.el-icon-s-goods:before {
  content: "\E7B2";
}
.el-icon-star-off:before {
  content: "\E717";
}
.el-icon-star-on:before {
  content: "\E797";
}
.el-icon-more-outline:before {
  content: "\E6CC";
}
.el-icon-more:before {
  content: "\E794";
}
.el-icon-phone-outline:before {
  content: "\E6CB";
}
.el-icon-phone:before {
  content: "\E795";
}
.el-icon-user:before {
  content: "\E6E3";
}
.el-icon-user-solid:before {
  content: "\E7A5";
}
.el-icon-setting:before {
  content: "\E6CA";
}
.el-icon-s-tools:before {
  content: "\E7AC";
}
.el-icon-delete:before {
  content: "\E6D7";
}
.el-icon-delete-solid:before {
  content: "\E7C9";
}
.el-icon-eleme:before {
  content: "\E7C7";
}
.el-icon-platform-eleme:before {
  content: "\E7CA";
}
.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.el-icon--right {
  margin-left: 5px;
}
.el-icon--left {
  margin-right: 5px;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button + .el-button,
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.el-button:focus,
.el-button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*="el-icon-"] + span {
  margin-left: 5px;
}
.el-button.is-plain:focus,
.el-button.is-plain:hover {
  background: #fff;
  border-color: #409eff;
  color: #409eff;
}
.el-button.is-active,
.el-button.is-plain:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}
.el-button.is-plain:active {
  background: #fff;
  outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}
.el-button.is-disabled.el-button--text {
  background-color: rgba(0, 0, 0, 0);
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc;
}
.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: hsla(0, 0%, 100%, 0.35);
}
.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}
.el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}
.el-button--primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
.el-button--primary.is-active,
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
}
.el-button--primary:active {
  outline: 0;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.el-button--primary.is-plain {
  color: #409eff;
  background: #ecf5ff;
  border-color: #b3d8ff;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  background: #409eff;
  border-color: #409eff;
  color: #fff;
}
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
  outline: 0;
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}
.el-button--success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a;
}
.el-button--success:focus,
.el-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #fff;
}
.el-button--success.is-active,
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
}
.el-button--success:active {
  outline: 0;
}
.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
  color: #fff;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.el-button--success.is-plain {
  color: #67c23a;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
  background: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #fff;
  outline: 0;
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.el-button--warning {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}
.el-button--warning:focus,
.el-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #fff;
}
.el-button--warning.is-active,
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
}
.el-button--warning:active {
  outline: 0;
}
.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
  color: #fff;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.el-button--warning.is-plain {
  color: #e6a23c;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
  background: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #fff;
  outline: 0;
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.el-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}
.el-button--danger:focus,
.el-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}
.el-button--danger.is-active,
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
}
.el-button--danger:active {
  outline: 0;
}
.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
  color: #fff;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.el-button--danger.is-plain {
  color: #f56c6c;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
  outline: 0;
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.el-button--info {
  color: #fff;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:focus,
.el-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #fff;
}
.el-button--info.is-active,
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
}
.el-button--info:active {
  outline: 0;
}
.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
  color: #fff;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #fff;
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #fff;
  outline: 0;
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}
.el-button--medium {
  font-size: 14px;
  border-radius: 4px;
}
.el-button--mini,
.el-button--small {
  border-radius: 3px;
  font-size: 12px;
}
.el-button--medium.is-circle {
  padding: 10px;
}
.el-button--small,
.el-button--small.is-round {
  padding: 9px 15px;
}
.el-button--small.is-circle {
  padding: 9px;
}
.el-button--mini,
.el-button--mini.is-round {
  padding: 7px 15px;
}
.el-button--mini.is-circle {
  padding: 7px;
}
.el-button--text {
  border-color: rgba(0, 0, 0, 0);
  color: #409eff;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
  color: #66b1ff;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.el-button--text:active {
  color: #3a8ee6;
  background-color: rgba(0, 0, 0, 0);
}
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
  border-color: rgba(0, 0, 0, 0);
}
.el-button-group .el-button--danger:last-child,
.el-button-group .el-button--danger:not(:first-child):not(:last-child),
.el-button-group .el-button--info:last-child,
.el-button-group .el-button--info:not(:first-child):not(:last-child),
.el-button-group .el-button--primary:last-child,
.el-button-group .el-button--primary:not(:first-child):not(:last-child),
.el-button-group .el-button--success:last-child,
.el-button-group .el-button--success:not(:first-child):not(:last-child),
.el-button-group .el-button--warning:last-child,
.el-button-group .el-button--warning:not(:first-child):not(:last-child),
.el-button-group > .el-dropdown > .el-button {
  border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:first-child,
.el-button-group .el-button--danger:not(:first-child):not(:last-child),
.el-button-group .el-button--info:first-child,
.el-button-group .el-button--info:not(:first-child):not(:last-child),
.el-button-group .el-button--primary:first-child,
.el-button-group .el-button--primary:not(:first-child):not(:last-child),
.el-button-group .el-button--success:first-child,
.el-button-group .el-button--success:not(:first-child):not(:last-child),
.el-button-group .el-button--warning:first-child,
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group:after,
.el-button-group:before,
.el-pagination:after,
.el-pagination:before {
  display: table;
  content: "";
}
.el-button-group:after {
  clear: both;
}
.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
  z-index: 1;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-radius: 4px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-button.is-active,
.el-button-group > .el-button:active,
.el-button-group > .el-button:focus,
.el-button-group > .el-button:hover {
  z-index: 1;
}
.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
}
.el-pagination:after {
  clear: both;
}
.el-pagination button,
.el-pagination span:not([class*="suffix"]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}
.el-pagination .el-input__suffix {
  right: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px;
}
.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
}
.el-pagination button {
  border: none;
  padding: 0 6px;
  background: 0 0;
}
.el-pagination button:focus {
  outline: 0;
}
.el-pagination button:hover {
  color: #409eff;
}
.el-pagination button:disabled {
  color: #c0c4cc;
  background-color: #fff;
  cursor: not-allowed;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: 50% no-repeat #fff;
  background-size: 16px;
  cursor: pointer;
  margin: 0;
  color: #303133;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.el-input,
.el-pager,
.el-pager li,
.el-textarea {
  display: inline-block;
}
.el-pagination .btn-prev {
  padding-right: 12px;
}
.el-pagination .btn-next {
  padding-left: 12px;
}
.el-pagination .el-pager li.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
  cursor: pointer;
}
.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}
.el-pagination--small .arrow.disabled {
  visibility: hidden;
}
.el-pagination--small .more:before,
.el-pagination--small li.more:before {
  line-height: 24px;
}
.el-pagination--small button,
.el-pagination--small span:not([class*="suffix"]) {
  height: 22px;
  line-height: 22px;
}
.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px;
}
.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266;
}
.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px;
}
.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409eff;
}
.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #606266;
}
.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #606266;
}
.el-pagination__jump .el-input__inner {
  padding: 0 3px;
}
.el-pagination__rightwrapper {
  float: right;
}
.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
}
.el-input__inner,
.el-pager li,
.el-pagination__editor,
.el-select-dropdown__item,
.el-textarea__inner {
  -webkit-box-sizing: border-box;
}
.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  padding: 0;
}
.el-pagination__editor.el-input {
  width: 50px;
}
.el-pagination__editor.el-input .el-input__inner {
  height: 28px;
}
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
}
.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
  color: #c0c4cc;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409eff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #409eff;
  color: #fff;
}
.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px;
}
.el-pager,
.el-pager li {
  vertical-align: top;
  margin: 0;
}
.el-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  font-size: 0;
}
.el-pager .more:before {
  line-height: 30px;
}
.el-pager li {
  padding: 0 4px;
  background: #fff;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}
.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
  color: #c0c4cc;
}
.el-pager li.active + li {
  border-left: 0;
}
.el-pager li:hover {
  color: #409eff;
}
.el-pager li.active {
  color: #409eff;
  cursor: default;
}
.el-textarea {
  position: relative;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-textarea__inner::-moz-placeholder {
  color: #c0c4cc;
}
.el-textarea__inner:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-textarea__inner::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-textarea__inner::placeholder {
  color: #c0c4cc;
}
.el-textarea__inner:hover {
  border-color: #c0c4cc;
}
.el-textarea__inner:focus {
  outline: 0;
  border-color: #409eff;
}
.el-textarea .el-input__count {
  color: #909399;
  background: #fff;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #c0c4cc;
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: #f56c6c;
}
.el-textarea.is-exceed .el-input__count {
  color: #f56c6c;
}
.el-input {
  position: relative;
  font-size: 14px;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner,
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #c0c4cc;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input,
.el-input__inner {
  font-size: inherit;
}
.el-input .el-input__count .el-input__count-inner {
  background: #fff;
  line-height: normal;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner:hover,
.el-select:hover .el-input__inner {
  border-color: #c0c4cc;
}
.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  height: 100%;
  color: #c0c4cc;
  text-align: center;
}
.el-input__inner::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-input__inner::-moz-placeholder {
  color: #c0c4cc;
}
.el-input__inner:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-input__inner::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-input__inner::placeholder {
  color: #c0c4cc;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #409eff;
  outline: 0;
}
.el-input__suffix {
  right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.el-input__suffix-inner {
  pointer-events: all;
}
.el-input__prefix {
  left: 5px;
}
.el-input__icon,
.el-input__prefix {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  line-height: 40px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.el-input__validateIcon {
  pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #c0c4cc;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
  border-color: #f56c6c;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #f56c6c;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input--medium {
  font-size: 14px;
}
.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.el-input--medium .el-input__icon {
  line-height: 36px;
}
.el-input--small {
  font-size: 13px;
}
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.el-input--small .el-input__icon {
  line-height: 32px;
}
.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-input--mini .el-input__icon {
  line-height: 28px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: #f5f7fa;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__prepend {
  border-right: 0;
}
.el-input-group__append {
  border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: rgba(0, 0, 0, 0);
}
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
  background-color: #fff;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #f5f7fa;
}
.el-select-dropdown__item.selected {
  color: #409eff;
  font-weight: 700;
}
.el-select-group {
  margin: 0;
  padding: 0;
}
.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #e4e7ed;
}
.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}
.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:active > .el-scrollbar__bar,
.el-scrollbar:focus > .el-scrollbar__bar,
.el-scrollbar:hover > .el-scrollbar__bar {
  opacity: 1;
  -webkit-transition: opacity 0.34s ease-out;
  -o-transition: opacity 0.34s ease-out;
  transition: opacity 0.34s ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: background-color 0.3s;
  -o-transition: 0.3s background-color;
  transition: background-color 0.3s;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}
.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.12s ease-out;
  -o-transition: opacity 0.12s ease-out;
  transition: opacity 0.12s ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}
.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}
.el-select {
  display: inline-block;
  position: relative;
}
.el-select .el-select__tags > span {
  display: contents;
}
.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}
.el-select .el-input__inner:focus {
  border-color: #409eff;
}
.el-select .el-input .el-select__caret {
  color: #c0c4cc;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 100%;
  color: #c0c4cc;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}
.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #e4e7ed;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #409eff;
}
.el-select > .el-input {
  display: block;
}
.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: rgba(0, 0, 0, 0);
}
.el-select__input.is-mini {
  height: 14px;
}
.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #c0c4cc;
  line-height: 18px;
  font-size: 14px;
}
.el-select__close:hover {
  color: #909399;
}
.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.el-select .el-tag__close {
  margin-top: -2px;
}
.el-select .el-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0);
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
}
.el-popper[x-placement^="top"],
.el-tooltip__popper[x-placement^="top"] {
  margin-bottom: 12px;
}
.el-popper[x-placement^="bottom"],
.el-tooltip__popper[x-placement^="bottom"] {
  margin-top: 12px;
}
.el-select .el-tag__close.el-icon-close {
  background-color: #c0c4cc;
  right: -7px;
  top: 0;
  color: #fff;
}
.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}
.el-select .el-tag__close.el-icon-close:before {
  display: block;
  -webkit-transform: translateY(0.5px);
  -ms-transform: translateY(0.5px);
  transform: translateY(0.5px);
}
.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow:after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^="top"] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #ebeef5;
  border-bottom-width: 0;
}
.el-popper[x-placement^="top"] .popper__arrow:after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.el-popper[x-placement^="bottom"] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
}
.el-popper[x-placement^="left"],
.el-tooltip__popper[x-placement^="left"] {
  margin-right: 12px;
}
.el-popper[x-placement^="bottom"] .popper__arrow:after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.el-popper[x-placement^="right"] {
  margin-left: 12px;
}
.el-popper[x-placement^="right"] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #ebeef5;
  border-left-width: 0;
}
.el-popper[x-placement^="right"] .popper__arrow:after {
  bottom: -6px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.el-popper[x-placement^="left"] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #ebeef5;
}
.el-popper[x-placement^="left"] .popper__arrow:after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #fff;
}
.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409eff;
  background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #f5f7fa;
}
.plTableBox .el-table,
.plTableBox .el-table__expanded-cell {
  background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: "\E6DA";
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}
.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.el-select-dropdown__wrap {
  max-height: 274px;
}
.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
}
.el-select-dropdown__list,
.plTableBox .el-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plTableBox .el-table {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #606266;
}
.plTableBox .el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plTableBox .el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #909399;
}
.plTableBox .el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}
.plTableBox .el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  height: 20px;
}
.plTableBox .el-table__expand-icon--expanded {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plTableBox .el-table__expand-icon > .el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.plTableBox .el-table__expanded-cell[class*="cell"] {
  padding: 20px 50px;
}
.plTableBox .el-table__expanded-cell:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.plTableBox .el-table__placeholder {
  display: inline-block;
  width: 20px;
}
.plTableBox .el-table__append-wrapper {
  overflow: hidden;
}
.plTableBox .el-table--fit {
  border-right: 0;
  border-bottom: 0;
}
.plTableBox .el-table--fit td.gutter,
.plTableBox .el-table--fit th.gutter {
  border-right-width: 1px;
}
.plTableBox .el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}
.plTableBox .el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}
.plTableBox .el-table thead {
  color: #909399;
  font-weight: 500;
}
.plTableBox .el-table thead.is-group th {
  background: #f5f7fa;
}
.plTableBox .el-table td,
.plTableBox .el-table th {
  padding: 12px 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.plTableBox .el-table td.is-center,
.plTableBox .el-table th.is-center {
  text-align: center;
}
.plTableBox .el-table td.is-right,
.plTableBox .el-table th.is-right {
  text-align: right;
}
.plTableBox .el-table td.gutter,
.plTableBox .el-table th.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}
.plTableBox .el-table td.is-hidden > *,
.plTableBox .el-table th.is-hidden > * {
  visibility: hidden;
}
.plTableBox .el-table--medium td,
.plTableBox .el-table--medium th {
  padding: 10px 0;
}
.plTableBox .el-table--small {
  font-size: 12px;
}
.plTableBox .el-table--small td,
.plTableBox .el-table--small th {
  padding: 8px 0;
}
.plTableBox .el-table--mini {
  font-size: 12px;
}
.plTableBox .el-table--mini td,
.plTableBox .el-table--mini th {
  padding: 6px 0;
}
.plTableBox .el-table tr {
  background-color: #fff;
}
.plTableBox .el-table tr input[type="checkbox"] {
  margin: 0;
}
.plTableBox .el-table td,
.plTableBox .el-table th.is-leaf {
  border-bottom: 1px solid #ebeef5;
}
.plTableBox .el-table th.is-sortable {
  cursor: pointer;
}
.plTableBox .el-table th {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.plTableBox .el-table th > .cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.plTableBox .el-table th > .cell.highlight {
  color: #409eff;
}
.plTableBox .el-table th.required > div:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}
.plTableBox .el-table td div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plTableBox .el-table td.gutter {
  width: 0;
}
.plTableBox .el-table .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
.plTableBox .el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}
.plTableBox .el-table--border,
.plTableBox .el-table--group {
  border: 1px solid #ebeef5;
}
.plTableBox .el-table--border:after,
.plTableBox .el-table--group:after,
.plTableBox .el-table:before {
  content: "";
  position: absolute;
  background-color: #ebeef5;
  z-index: 1;
}
.plTableBox .el-table--border:after,
.plTableBox .el-table--group:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.plTableBox .el-table:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.plTableBox .el-table--border {
  border-right: none;
  border-bottom: none;
}
.plTableBox .el-table--border.el-loading-parent--relative {
  border-color: rgba(0, 0, 0, 0);
}
.plTableBox .el-table--border td,
.plTableBox .el-table--border th,
.plTableBox
  .el-table__body-wrapper
  .el-table--border.is-scrolling-left
  ~ .el-table__fixed {
  border-right: 1px solid #ebeef5;
}
.plTableBox .el-table--border td:first-child .cell,
.plTableBox .el-table--border th:first-child .cell {
  padding-left: 10px;
}
.plTableBox .el-table--border th,
.plTableBox .el-table--border th.gutter:last-of-type {
  border-bottom: 1px solid #ebeef5;
}
.plTableBox .el-table--hidden {
  visibility: hidden;
}
.plTableBox .el-table__fixed,
.plTableBox .el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.plTableBox .el-table__fixed-right:before,
.plTableBox .el-table__fixed:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ebeef5;
  z-index: 4;
}
.plTableBox .el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid #ebeef5;
}
.plTableBox .el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}
.plTableBox .el-table__fixed-right .el-table__fixed-body-wrapper,
.plTableBox .el-table__fixed-right .el-table__fixed-footer-wrapper,
.plTableBox .el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}
.plTableBox .el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.plTableBox .el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.plTableBox .el-table__fixed-footer-wrapper tbody td {
  border-top: 1px solid #ebeef5;
  background-color: #f5f7fa;
  color: #606266;
}
.plTableBox .el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}
.plTableBox .el-table__body-wrapper,
.plTableBox .el-table__footer-wrapper,
.plTableBox .el-table__header-wrapper {
  width: 100%;
}
.plTableBox .el-table__footer-wrapper td {
  border-top: 1px solid #ebeef5;
}
.plTableBox .el-table__body,
.plTableBox .el-table__footer,
.plTableBox .el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}
.plTableBox .el-table__footer-wrapper,
.plTableBox .el-table__header-wrapper {
  overflow: hidden;
}
.plTableBox .el-table__footer-wrapper tbody td,
.plTableBox .el-table__header-wrapper tbody td {
  background-color: #f5f7fa;
  color: #606266;
}
.plTableBox .el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}
.plTableBox .el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed,
.plTableBox .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.plTableBox .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right,
.plTableBox
  .el-table__body-wrapper.is-scrolling-right
  ~ .el-table__fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plTableBox
  .el-table__body-wrapper
  .el-table--border.is-scrolling-right
  ~ .el-table__fixed-right {
  border-left: 1px solid #ebeef5;
}
.plTableBox .el-table .caret-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.plTableBox .el-table .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 7px;
}
.plTableBox .el-table .sort-caret.ascending {
  border-bottom-color: #c0c4cc;
  top: 5px;
}
.plTableBox .el-table .sort-caret.descending {
  border-top-color: #c0c4cc;
  bottom: 7px;
}
.plTableBox .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #409eff;
}
.plTableBox .el-table .descending .sort-caret.descending {
  border-top-color: #409eff;
}
.plTableBox .el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #fafafa;
}
.plTableBox
  .el-table--striped
  .el-table__body
  tr.el-table__row--striped.current-row
  td {
  background-color: #ecf5ff;
}
.plTableBox .el-table__body tr.hover-row.current-row > td,
.plTableBox
  .el-table__body
  tr.hover-row.el-table__row--striped.current-row
  > td,
.plTableBox .el-table__body tr.hover-row.el-table__row--striped > td,
.plTableBox .el-table__body tr.hover-row > td {
  background-color: #f5f7fa;
}
.plTableBox .el-table__body tr.current-row > td {
  background-color: #ecf5ff;
}
.plTableBox .el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #ebeef5;
  z-index: 10;
}
.el-checkbox,
.el-checkbox__input {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.plTableBox .el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}
.plTableBox .el-table__column-filter-trigger i {
  color: #909399;
  font-size: 12px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.plTableBox .el-table--enable-row-transition .el-table__body td {
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.plTableBox .el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #f5f7fa;
}
.plTableBox .el-table--fluid-height .el-table__fixed,
.plTableBox .el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}
.plTableBox .el-table [class*="el-table__row--level"] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 30px;
}
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #409eff;
}
.el-checkbox.is-bordered.is-disabled {
  border-color: #ebeef5;
  cursor: not-allowed;
}
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 4px;
  height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner,
.el-checkbox__inner {
  width: 14px;
  height: 14px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
  height: 6px;
  width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
  height: 6px;
  width: 2px;
}
.el-checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #edf2fc;
  border-color: #dcdfe6;
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner:after {
  cursor: not-allowed;
  border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
  border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #f2f6fc;
  border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
  background-color: #c0c4cc;
  border-color: #c0c4cc;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #c0c4cc;
  cursor: not-allowed;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
  -webkit-transform: rotate(45deg) scaleY(1);
  -ms-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409eff;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #409eff;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
  display: none;
}
.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  -o-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: #409eff;
}
.el-checkbox__inner:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  -ms-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: -webkit-transform 0.15s ease-in 0.05s;
  transition: -webkit-transform 0.15s ease-in 0.05s;
  -o-transition: transform 0.15s ease-in 0.05s;
  transition: transform 0.15s ease-in 0.05s;
  transition: transform 0.15s ease-in 0.05s,
    -webkit-transform 0.15s ease-in 0.05s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}
.el-checkbox:last-of-type {
  margin-right: 0;
}
.el-checkbox-button,
.el-checkbox-button__inner {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 12px 20px;
}
.el-checkbox-button__inner:hover {
  color: #409eff;
}
.el-checkbox-button__inner [class*="el-icon-"] {
  line-height: 0.9;
}
.el-checkbox-button__inner [class*="el-icon-"] + span {
  margin-left: 5px;
}
.el-checkbox-button__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #409eff;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #ebeef5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #409eff;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 10px 20px;
}
.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 9px 15px;
}
.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 7px 15px;
}
.el-checkbox-group {
  font-size: 0;
}
.plTableBox .el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}
.plTableBox .el-table-filter {
  border: 1px solid #ebeef5;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0;
}
.plTableBox .el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}
.plTableBox .el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}
.plTableBox .el-table-filter__list-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.plTableBox .el-table-filter__list-item.is-active {
  background-color: #409eff;
  color: #fff;
}
.plTableBox .el-table-filter__content {
  min-width: 100px;
}
.plTableBox .el-table-filter__bottom {
  border-top: 1px solid #ebeef5;
  padding: 8px;
}
.plTableBox .el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}
.el-tag,
.el-tooltip__popper {
  border-radius: 4px;
  font-size: 12px;
}
.plTableBox .el-table-filter__bottom button:hover {
  color: #409eff;
}
.plTableBox .el-table-filter__bottom button:focus {
  outline: 0;
}
.plTableBox .el-table-filter__bottom button.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.plTableBox .el-table-filter__wrap {
  max-height: 280px;
}
.plTableBox .el-table-filter__checkbox-group {
  padding: 10px;
}
.plTableBox .el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}
.plTableBox .el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}
.el-tag {
  background-color: #ecf5ff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  color: #409eff;
  border: 1px solid #d9ecff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-tag.is-hit {
  border-color: #409eff;
}
.el-tag .el-tag__close {
  color: #409eff;
}
.el-tag .el-tag__close:hover {
  color: #fff;
  background-color: #409eff;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}
.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close:before {
  display: block;
}
.el-tag--dark {
  background-color: #409eff;
  color: #fff;
}
.el-tag--dark,
.el-tag--dark.is-hit {
  border-color: #409eff;
}
.el-tag--dark .el-tag__close {
  color: #fff;
}
.el-tag--dark .el-tag__close:hover {
  color: #fff;
  background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}
.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67c23a;
}
.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #e6a23c;
}
.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #f56c6c;
}
.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #f78989;
}
.el-tag--plain {
  background-color: #fff;
  border-color: #b3d8ff;
  color: #409eff;
}
.el-tag--plain.is-hit {
  border-color: #409eff;
}
.el-tag--plain .el-tag__close {
  color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
  color: #fff;
  background-color: #409eff;
}
.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #f56c6c;
}
.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
  outline-width: 0;
}
.el-tooltip__popper {
  position: absolute;
  padding: 10px;
  z-index: 2000;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.el-tooltip__popper .popper__arrow {
  border-width: 6px;
}
.el-tooltip__popper .popper__arrow:after {
  content: " ";
  border-width: 5px;
}
.el-tooltip__popper[x-placement^="top"] .popper__arrow {
  bottom: -6px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^="bottom"] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^="bottom"] .popper__arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^="right"] {
  margin-left: 12px;
}
.el-tooltip__popper[x-placement^="right"] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^="right"] .popper__arrow:after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^="left"] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper[x-placement^="left"] .popper__arrow:after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
  background: #303133;
  color: #fff;
}
.el-tooltip__popper.is-light {
  background: #fff;
  border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^="top"] .popper__arrow {
  border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="top"] .popper__arrow:after {
  border-top-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow {
  border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow:after {
  border-bottom-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="left"] .popper__arrow {
  border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="left"] .popper__arrow:after {
  border-left-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="right"] .popper__arrow {
  border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="right"] .popper__arrow:after {
  border-right-color: #fff;
}
.plTableBox {
  width: 100%;
  position: relative;
}
.plTableBox .el-table .umy-table-beyond {
  white-space: nowrap !important;
  position: relative;
}
.plTableBox .el-table__virtual-wrapper .el-table__body {
  width: 100%;
}
.plTableBox .el-table--fixed__virtual-wrapper {
  width: auto !important;
}
.plTableBox .el-table--border th .pltableDragIcon {
  position: absolute;
  display: inline-block;
  width: 7px;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}
.plTableBox .el-table--border th .pltableDragIconHover:hover {
  background-color: #c7c9cc;
}
.plTableBox .el-table--border th .pltableDragIcon i {
  background-color: #c7c9cc;
  right: 0;
  top: 25%;
  display: block;
  height: 50%;
  width: 1px;
  position: absolute;
}
.plTableBox .el-table__footer-wrapper {
  margin-top: 0 !important;
}
.plTableBox .umy-table-header-border-right-none-th {
  border-right: none !important;
}
.plTableBox .el-disabled {
  cursor: default !important;
  opacity: 0.4;
  -ms-pointer-events: none;
  pointer-events: none;
}
.plTableBox .fixed-columns-roll-style .el-table__body-wrapper,
.plTableBox .fixed-columns-roll-style .pltableFixedWrapper {
  z-index: 2 !important;
}
.plTableBox .myPagination {
  padding-top: 20px;
  text-align: right;
}
.plTableBox .myPagination .el-pagination {
  color: #606266 !important;
}
.plTableBox .plDialog {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5556 !important;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.plTableBox .plDialog .checkListBox {
  width: 100%;
  height: calc(100% - 110px);
  overflow-y: auto;
}
.plTableBox li,
.plTableBox ul {
  list-style: none;
}
.plTableBox .plDialog .checkListBox ul li {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 17px 10px 20px;
  height: 40px;
}
.plTableBox .plDialog .checkListBox ul li:hover {
  background-color: #eff2f7;
}
.plTableBox .plDialog .checkListBox ul li:hover .iconfont {
  display: block !important;
}
.plTableBox .plDialog .checkListBox ul li .iconfont {
  font-size: 16px;
  color: #555;
  display: none;
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 23px;
}
.plTableBox .plDialog .checkListBox ul li .iconfont:hover {
  color: #409eff;
  cursor: pointer;
}
.plTableBox .plDialog .checkListBox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(144, 147, 153, 0.5);
}
.plTableBox .plDialog .table-cus-header {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
  color: #415161;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e9f1;
}
.plTableBox .plDialog .table-cus-footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plTableBox .plDialog .checkListBox::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: hsla(0, 0%, 100%, 0);
}
.plTableBox .pltree-loading {
  width: 1.5em;
  position: absolute;
  top: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5555 !important;
  background-color: #000;
  opacity: 0.2;
}
.beautifyTableClass .plTbaleTotal .el-table__footer-two {
  border-top: 1px solid #c7c9cc;
}
.beautifyTableClass .el-table .el-table__header th {
  background-color: #f8f8f9;
}
.beautifyTableClass .el-table__body,
.beautifyTableClass .el-table__fixed-right:before,
.beautifyTableClass .el-table__fixed:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.beautifyTableClass .el-table th.is-leaf {
  border-bottom: none !important;
}
.beautifyTableClass .el-table__fixed-footer-wrapper tbody td,
.beautifyTableClass .el-table__footer-wrapper td {
  border-top: none !important;
  border-bottom: none !important;
}
.beautifyTableClass .el-table .lineFooter td {
  border-bottom: 1px solid #ebeef5 !important;
}
.beautifyTableClass .el-table__fixed-right .el-table__row td:last-child {
  border-right: none;
}
.beautifyTableClass .el-table--border,
.beautifyTableClass .el-table--border th.gutter:last-of-type,
.beautifyTableClass .el-table--group {
  border: none !important;
}
.beautifyTableClass .el-table__expand-icon > .el-icon {
  margin-left: -7px;
  margin-top: -3px;
  top: 32%;
}
.beautifyTableClass .el-table__footer-wrapper {
  background-color: #f5f7fa !important;
}
.beautifyTableClass .el-table__header-wrapper,
.beautifyTableClass .el-table th {
  background: #f7f7f7;
}
.beautifyTableClass .el-table--border:after,
.beautifyTableClass .el-table--group:after {
  width: 0 !important;
}
.beautifyTableClass .el-table:before {
  height: 0 !important;
}
.beautifyTableClass .el-table__fixed {
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}
.beautifyTableClass .el-table__fixed-right {
  -webkit-box-shadow: -6px 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: -6px 0 6px rgba(0, 0, 0, 0.1);
}
.beautifyTableClass .el-table__body-wrapper td,
.beautifyTableClass .el-table__fixed-body-wrapper td,
.beautifyTableClass .el-table__fixed-footer-wrapper td,
.beautifyTableClass .el-table__footer-wrapper td {
  border-right: none !important;
}
.beautifyTableClass .el-table__fixed-right-patch {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  z-index: 3;
  top: 0 !important;
  border-bottom: none !important;
}
.beautifyTableClass ::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: hsla(0, 0%, 100%, 0);
}
.beautifyTableClass .singleTable ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(144, 147, 153, 0.5);
}
.cell--tree-node {
  position: relative;
}
.pl-tree-cell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 1.5em;
}
.tree--btn-wrapper {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1;
  user-select: none;
  color: #333 !important;
  font-size: 16px;
  cursor: pointer;
}
.elx-loading,
.tree--btn-wrapper,
[class*="elx-icon--"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.tree--btn-wrapper.tree--btn-wrapper-show {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.reverse-table .u-table--fixed-left-wrapper .u-body--column {
  background-color: #f8f8f9;
}
.elx-icon--square:before,
.elx-icon--zoomin,
.elx-icon--zoomout:after,
.elx-icon--zoomout:before {
  border-width: 0.1em;
  border-color: inherit;
}
[class*="elx-icon--"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  direction: ltr;
  font-family: Verdana, Arial, Tahoma;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*="elx-icon--"].rotate45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[class*="elx-icon--"].rotate90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
[class*="elx-icon--"].rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elx-icon--arrow-bottom,
.elx-icon--arrow-left,
.elx-icon--arrow-right,
.elx-icon--arrow-top,
.elx-icon--calendar,
.elx-icon--caret-bottom,
.elx-icon--caret-left,
.elx-icon--caret-right,
.elx-icon--caret-top,
.elx-icon--check,
.elx-icon--circle-plus,
.elx-icon--close,
.elx-icon--d-arrow-left,
.elx-icon--d-arrow-right,
.elx-icon--dot,
.elx-icon--download,
.elx-icon--edit-outline,
.elx-icon--error,
.elx-icon--eye,
.elx-icon--eye-slash,
.elx-icon--funnel,
.elx-icon--info,
.elx-icon--menu,
.elx-icon--minus,
.elx-icon--more,
.elx-icon--plus,
.elx-icon--print,
.elx-icon--question,
.elx-icon--refresh,
.elx-icon--remove,
.elx-icon--search,
.elx-icon--square,
.elx-icon--success,
.elx-icon--upload,
.elx-icon--warning,
.elx-icon--zoomin,
.elx-icon--zoomout {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.elx-icon--arrow-bottom:before,
.elx-icon--arrow-left:before,
.elx-icon--arrow-right:before,
.elx-icon--arrow-top:before,
.elx-icon--calendar:after,
.elx-icon--calendar:before,
.elx-icon--caret-bottom:before,
.elx-icon--caret-left:before,
.elx-icon--caret-right:before,
.elx-icon--caret-top:before,
.elx-icon--check:before,
.elx-icon--circle-plus:after,
.elx-icon--close:before,
.elx-icon--d-arrow-left:after,
.elx-icon--d-arrow-left:before,
.elx-icon--d-arrow-right:after,
.elx-icon--d-arrow-right:before,
.elx-icon--dot:before,
.elx-icon--download:after,
.elx-icon--download:before,
.elx-icon--edit-outline:after,
.elx-icon--edit-outline:before,
.elx-icon--error:after,
.elx-icon--eye-slash:after,
.elx-icon--eye-slash:before,
.elx-icon--eye:before,
.elx-icon--funnel:after,
.elx-icon--funnel:before,
.elx-icon--info:after,
.elx-icon--minus:before,
.elx-icon--more:before,
.elx-icon--plus:before,
.elx-icon--print:after,
.elx-icon--print:before,
.elx-icon--question:after,
.elx-icon--refresh:after,
.elx-icon--refresh:before,
.elx-icon--remove:after,
.elx-icon--search:after,
.elx-icon--search:before,
.elx-icon--square:before,
.elx-icon--success:after,
.elx-icon--upload:after,
.elx-icon--upload:before,
.elx-icon--warning:after,
.elx-icon--zoomin:after,
.elx-icon--zoomin:before,
.elx-icon--zoomout:after,
.elx-icon--zoomout:before {
  content: "";
  position: absolute;
}
.elx-icon--square:before {
  left: 0.05em;
  top: 0.05em;
  width: 0.9em;
  height: 0.9em;
  border-style: solid;
}
.elx-icon--zoomin {
  border-style: solid;
  background-color: #fff;
}
.elx-icon--zoomin:after,
.elx-icon--zoomin:before {
  background-color: inherit;
}
.elx-icon--zoomin:before {
  left: -0.1em;
  top: 0.2em;
  width: 1.1em;
  height: 0.4em;
}
.elx-icon--zoomin:after {
  top: -0.1em;
  left: 0.2em;
  width: 0.4em;
  height: 1.1em;
}
.elx-icon--zoomout {
  position: relative;
}
.elx-icon--zoomout:before {
  right: 0;
  top: 0;
  width: 0.7em;
  height: 0.7em;
  border-style: solid;
}
.elx-icon--zoomout:after {
  left: 0.1em;
  bottom: 0.1em;
  width: 0.7em;
  height: 0.7em;
  border-style: solid;
  background-color: #fff;
}
.elx-icon--menu:before {
  content: "";
  display: inline-block;
  width: 0.22em;
  height: 0.22em;
  -webkit-box-shadow: 0 -0.36em 0, -0.36em -0.36em 0, 0.36em -0.36em 0,
    0 0 0 1em inset, -0.36em 0 0, 0.36em 0 0, 0 0.36em 0, -0.36em 0.36em 0,
    0.36em 0.36em 0;
  box-shadow: 0 -0.36em 0, -0.36em -0.36em 0, 0.36em -0.36em 0, inset 0 0 0 1em,
    -0.36em 0 0, 0.36em 0 0, 0 0.36em 0, -0.36em 0.36em 0, 0.36em 0.36em 0;
  margin: 0.26em;
}
.elx-icon--caret-bottom:before,
.elx-icon--caret-left:before,
.elx-icon--caret-right:before,
.elx-icon--caret-top:before {
  border: 0.4em solid rgba(0, 0, 0, 0);
}
.elx-icon--caret-top:before {
  left: 0.1em;
  bottom: 0.3em;
  border-bottom-color: inherit;
}
.elx-icon--caret-bottom:before {
  left: 0.1em;
  top: 0.3em;
  border-top-color: inherit;
}
.elx-icon--caret-left:before {
  right: 0.3em;
  bottom: 0.1em;
  border-right-color: inherit;
}
.elx-icon--caret-right:before {
  left: 0.3em;
  bottom: 0.1em;
  border-left-color: inherit;
}
.elx-icon--arrow-bottom:before,
.elx-icon--arrow-left:before,
.elx-icon--arrow-right:before,
.elx-icon--arrow-top:before {
  top: 0.4em;
  left: 0.14em;
  width: 0.7em;
  height: 0.7em;
  border-right-width: 0.15em;
  border-top-width: 0.15em;
  border-right-style: solid;
  border-top-style: solid;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom: 0.15em solid rgba(0, 0, 0, 0);
  border-left: 0.15em solid rgba(0, 0, 0, 0);
  border-radius: 0.15em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.elx-icon--arrow-bottom:before {
  top: 0;
  left: 0.14em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.elx-icon--arrow-left:before {
  top: 0.18em;
  left: 0.35em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.elx-icon--arrow-right:before {
  top: 0.18em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elx-icon--d-arrow-left:before,
.elx-icon--d-arrow-right:before {
  left: 0.15em;
}
.elx-icon--d-arrow-left:after,
.elx-icon--d-arrow-right:after {
  left: 0.58em;
}
.elx-icon--d-arrow-left:after,
.elx-icon--d-arrow-left:before,
.elx-icon--d-arrow-right:after,
.elx-icon--d-arrow-right:before {
  top: 0.18em;
  width: 0.7em;
  height: 0.7em;
  border-left-width: 0.15em;
  border-top-width: 0.15em;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: inherit;
  border-right: 0.15em solid rgba(0, 0, 0, 0);
  border-bottom: 0.15em solid rgba(0, 0, 0, 0);
  border-left-color: inherit;
  border-radius: 0.15em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.elx-icon--d-arrow-right:after,
.elx-icon--d-arrow-right:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.elx-icon--d-arrow-right:before {
  left: -0.25em;
}
.elx-icon--d-arrow-right:after {
  left: 0.18em;
}
.elx-icon--funnel:before {
  top: 0.05em;
  left: 0;
  border-top-width: 0.5em;
  border-top-style: solid;
  border-top-color: inherit;
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0);
  border-left: 0.5em solid rgba(0, 0, 0, 0);
}
.elx-icon--funnel:after {
  left: 0.41em;
  top: 0.4em;
  width: 0;
  height: 0.5em;
  border-width: 0 0.2em 0 0;
  border-style: solid;
  border-right-color: inherit;
}
.elx-icon--edit-outline:before {
  height: 0.84em;
  width: 0.86em;
  top: 0.1em;
  left: 0.02em;
  border-radius: 0.2em;
  border: 0.1em solid;
  border-color: inherit;
}
.elx-icon--edit-outline:after {
  left: 0.6em;
  bottom: 0.2em;
  width: 0;
  height: 0.8em;
  border-radius: 0 0 80% 80%;
  border-width: 0 0 0 0.22em;
  border-style: solid;
  border-color: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elx-icon--check:before,
.elx-icon--eye-slash:after {
  border-style: solid;
}
.elx-icon--more:before {
  content: "...";
  top: 0;
  left: 0.1em;
  line-height: 0.5em;
  font-weight: 700;
}
.elx-icon--plus:before {
  content: "+";
  left: -0.05em;
  bottom: 0;
  line-height: 0.9em;
  font-size: 1.4em;
}
.elx-icon--check:before {
  left: 0.25em;
  bottom: 0.2em;
  width: 0.5em;
  height: 0.9em;
  border-width: 0.15em;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-radius: 0.15em;
  border-left-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elx-icon--close:before {
  content: "\D7";
  left: -0.05em;
  bottom: 0;
  line-height: 0.8em;
  font-size: 1.4em;
}
.elx-icon--minus:before {
  content: "\2500";
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 0.9em;
  font-size: 1.2em;
}
.elx-icon--refresh {
  border-width: 0.1em;
  border-style: solid;
  border-radius: 50%;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-left-color: rgba(0, 0, 0, 0) !important;
}
.elx-icon--refresh:before {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(50%) rotate(-45deg);
  -ms-transform: translateX(50%) rotate(-45deg);
  transform: translateX(50%) rotate(-45deg);
}
.elx-icon--refresh:after {
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.elx-icon--refresh:after,
.elx-icon--refresh:before {
  width: 0;
  height: 0;
  border-top-width: 0.25em;
  border-top-style: solid;
  border-right: 0.25em solid rgba(0, 0, 0, 0);
  border-bottom: 0.25em solid rgba(0, 0, 0, 0);
  border-left: 0.25em solid rgba(0, 0, 0, 0);
}
.elx-icon--refresh.roll {
  -webkit-animation: rollCircle 1s linear infinite;
  animation: rollCircle 1s linear infinite;
}
@-webkit-keyframes rollCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rollCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.elx-icon--circle-plus:before,
.elx-icon--error:before,
.elx-icon--info:before,
.elx-icon--question:before,
.elx-icon--remove:before,
.elx-icon--success:before,
.elx-icon--warning:before {
  content: "";
  border-radius: 50%;
  border: 0.5em solid;
  border-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.elx-icon--info:after,
.elx-icon--question:after,
.elx-icon--warning:after {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(-10deg) scale(0.75);
  -ms-transform: rotate(-10deg) scale(0.75);
  transform: rotate(-10deg) scale(0.75);
}
.elx-icon--question:after {
  content: "?";
}
.elx-icon--info:after {
  content: "\A1";
}
.elx-icon--warning:after {
  content: "!";
}
.elx-icon--success:after {
  content: "\2713";
  left: 0.25em;
  bottom: 0;
  color: #fff;
  font-size: 0.65em;
}
.elx-icon--circle-plus:after,
.elx-icon--remove:after {
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  bottom: 0;
}
.elx-icon--circle-plus:after {
  content: "+";
  line-height: 1.4em;
  font-size: 0.8em;
}
.elx-icon--remove:after {
  content: "\2500";
  line-height: 1.5em;
  font-size: 0.7em;
}
.elx-icon--error:after {
  content: "\D7";
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
.elx-icon--download:after,
.elx-icon--upload:after {
  content: "\2191";
  left: 0;
}
.elx-icon--download,
.elx-icon--upload {
  overflow: hidden;
}
.elx-icon--download:before,
.elx-icon--upload:before {
  left: 0;
  width: 1em;
  border: 0 solid;
  border-color: inherit;
}
.elx-icon--download:after,
.elx-icon--upload:after {
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.elx-icon--upload:before {
  top: 0.1em;
  border-top-width: 0.1em;
}
.elx-icon--upload:after {
  top: 0.15em;
}
.elx-icon--download:before {
  bottom: 0.05em;
  border-bottom-width: 0.1em;
}
.elx-icon--download:after {
  bottom: 0.15em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elx-icon--eye-slash:before,
.elx-icon--eye:before {
  content: "\25CF";
  top: 0.16em;
  left: 0;
  width: 1em;
  height: 0.68em;
  line-height: 0.25em;
  border-radius: 50%;
  border: 0.1em solid;
  border-color: inherit;
  text-align: center;
}
.elx-icon--eye-slash:after {
  top: -0.1em;
  left: 0.45em;
  width: 0;
  height: 1.2em;
  border-width: 0 0 0 0.1em;
  border-color: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elx-icon--calendar:before {
  top: 0.15em;
  left: 0;
  width: 1em;
  height: 0.8em;
  border-width: 0.2em 0.1em 0.1em;
  border-radius: 0.1em 0.1em 0 0;
  border-style: solid;
  border-color: inherit;
}
.elx-icon--calendar:after {
  left: 0.2em;
  top: 0;
  width: 0.6em;
  height: 0.3em;
  border-width: 0 0.1em;
  border-style: solid;
  border-color: inherit;
}
.elx-icon--dot:before {
  top: 0.25em;
  left: 0.25em;
  border-radius: 50%;
  border: 0.25em solid;
  border-color: inherit;
}
.elx-icon--print {
  -webkit-box-shadow: inset 0 0 0 0.1em;
  box-shadow: inset 0 0 0 0.1em;
  border-width: 0.2em 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0.3em 0.3em 0 0;
}
.elx-icon--print:before {
  height: 0.3em;
  top: -0.2em;
}
.elx-icon--print:after,
.elx-icon--print:before {
  width: 0.6em;
  left: 0.2em;
  -webkit-box-shadow: inset 0 0 0 0.1em;
  box-shadow: inset 0 0 0 0.1em;
}
.elx-icon--print:after {
  height: 0.6em;
  bottom: -0.2em;
  background-color: #fff;
}
.elx-icon--search:before {
  top: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 0.15em solid;
  border-color: inherit;
  border-radius: 50%;
}
.elx-icon--search:after {
  top: 0.75em;
  left: 0.6em;
  width: 0.35em;
  height: 0;
  border-width: 0.15em 0 0;
  border-style: solid;
  border-color: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elx-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.elx-loading.is--visible {
  display: block;
}
.elx-loading .elx-loading--spinner {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elx-loading .elx-loading--spinner:after,
.elx-loading .elx-loading--spinner:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #409eff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}
.elx-loading .elx-loading--spinner:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.size--mini .elx-loading .elx-loading--spinner {
  width: 38px;
  height: 38px;
}
.size--small .elx-loading .elx-loading--spinner {
  width: 44px;
  height: 44px;
}
.size--medium .elx-loading .elx-loading--spinner {
  width: 50px;
  height: 50px;
}
.elx-table .elx-body--column.col--ellipsis,
.elx-table.elx-editable .elx-body--column,
.elx-table .elx-footer--column.col--ellipsis,
.elx-table .elx-header--column.col--ellipsis {
  height: 48px;
}
.elx-table.elx-editable.size--medium .elx-body--column,
.elx-table.size--medium .elx-body--column.col--ellipsis,
.elx-table.size--medium .elx-footer--column.col--ellipsis,
.elx-table.size--medium .elx-header--column.col--ellipsis {
  height: 44px;
}
.elx-table.elx-editable.size--small .elx-body--column,
.elx-table.size--small .elx-body--column.col--ellipsis,
.elx-table.size--small .elx-footer--column.col--ellipsis,
.elx-table.size--small .elx-header--column.col--ellipsis {
  height: 40px;
}
.elx-table.elx-editable.size--mini .elx-body--column,
.elx-table.size--mini .elx-body--column.col--ellipsis,
.elx-table.size--mini .elx-footer--column.col--ellipsis,
.elx-table.size--mini .elx-header--column.col--ellipsis {
  height: 36px;
}
.elx-table--file-form,
.elx-table-slots {
  display: none;
}
.elx-table--print-frame {
  position: fixed;
  bottom: -100%;
  left: -100%;
  height: 0;
  width: 0;
  border: 0;
}
.elx-table--body-wrapper,
.elx-table--fixed-left-body-wrapper,
.elx-table--fixed-right-body-wrapper {
  overflow-y: auto;
  overflow-x: auto;
}
.elx-table--borders .elx-table-border-bottom,
.elx-table--borders .elx-table-border-left,
.elx-table--borders .elx-table-border-right,
.elx-table--borders .elx-table-border-top {
  position: absolute;
  background-color: #409eff;
}
.elx-table--borders .elx-table-checked-borders .elx-table-border-bottom,
.elx-table--borders .elx-table-checked-borders .elx-table-border-top {
  height: 2px;
}
.elx-table--borders .elx-table-checked-borders .elx-table-border-left,
.elx-table--borders .elx-table-checked-borders .elx-table-border-right {
  width: 2px;
}
.elx-table--borders .elx-table-copyed-borders .elx-table-border-bottom,
.elx-table--borders .elx-table-copyed-borders .elx-table-border-top {
  height: 3px;
}
.elx-table--borders .elx-table-copyed-borders .elx-table-border-left,
.elx-table--borders .elx-table-copyed-borders .elx-table-border-right {
  width: 3px;
}
.elx-table--borders .elx-table-copyed-borders > span {
  background: -webkit-repeating-linear-gradient(
    315deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    #409eff 0,
    #409eff 9px
  );
  background: -o-repeating-linear-gradient(
    315deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    #409eff 3px,
    #409eff 9px
  );
  background: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 3px,
    #409eff 0,
    #409eff 9px
  );
  -webkit-animation: shine 1s linear infinite;
  animation: shine 1s linear infinite;
}
.elx-body--row .elx-body--column.col--checked {
  position: relative;
  background-color: #e6f7ff;
}
.elx-body--row .elx-body--column.col--selected {
  background-color: #fff;
}
@-webkit-keyframes shine {
  0% {
    background-position: -1px -1px;
  }
  to {
    background-position: -12px -12px;
  }
}
@keyframes shine {
  0% {
    background-position: -1px -1px;
  }
  to {
    background-position: -12px -12px;
  }
}
.elx-cell .elx-default-input,
.elx-cell .elx-default-select,
.elx-cell .elx-default-textarea,
.elx-table--filter-wrapper .elx-default-input,
.elx-table--filter-wrapper .elx-default-select,
.elx-table--filter-wrapper .elx-default-textarea {
  outline: 0;
  padding: 0 2px;
  width: 100%;
  color: #606266;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  height: 34px;
}
.elx-cell .elx-default-input:focus,
.elx-cell .elx-default-select:focus,
.elx-cell .elx-default-textarea:focus,
.elx-table--filter-wrapper .elx-default-input:focus,
.elx-table--filter-wrapper .elx-default-select:focus,
.elx-table--filter-wrapper .elx-default-textarea:focus {
  border: 1px solid #409eff;
}
.elx-cell .elx-default-input[disabled],
.elx-cell .elx-default-select[disabled],
.elx-cell .elx-default-textarea[disabled],
.elx-table--filter-wrapper .elx-default-input[disabled],
.elx-table--filter-wrapper .elx-default-select[disabled],
.elx-table--filter-wrapper .elx-default-textarea[disabled] {
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.elx-cell .elx-default-input[type="date"]::-webkit-inner-spin-button,
.elx-table--filter-wrapper
  .elx-default-input[type="date"]::-webkit-inner-spin-button {
  margin-top: 4px;
}
.elx-cell .elx-default-input[type="date"]::-webkit-inner-spin-button,
.elx-cell .elx-default-input[type="number"]::-webkit-inner-spin-button,
.elx-table--filter-wrapper
  .elx-default-input[type="date"]::-webkit-inner-spin-button,
.elx-table--filter-wrapper
  .elx-default-input[type="number"]::-webkit-inner-spin-button {
  height: 24px;
}
.elx-cell .elx-default-input::-webkit-input-placeholder,
.elx-table--filter-wrapper .elx-default-input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.elx-cell .elx-default-input::-moz-placeholder,
.elx-table--filter-wrapper .elx-default-input::-moz-placeholder {
  color: #c0c4cc;
}
.elx-cell .elx-default-input:-ms-input-placeholder,
.elx-table--filter-wrapper .elx-default-input:-ms-input-placeholder {
  color: #c0c4cc;
}
.elx-cell .elx-default-input::-ms-input-placeholder,
.elx-table--filter-wrapper .elx-default-input::-ms-input-placeholder {
  color: #c0c4cc;
}
.elx-cell .elx-default-input::placeholder,
.elx-table--filter-wrapper .elx-default-input::placeholder {
  color: #c0c4cc;
}
.elx-cell .elx-default-textarea,
.elx-table--filter-wrapper .elx-default-textarea {
  vertical-align: middle;
}
.elx-cell .elx-input,
.elx-cell .elx-select,
.elx-cell .elx-textarea,
.elx-table--filter-wrapper .elx-input,
.elx-table--filter-wrapper .elx-select,
.elx-table--filter-wrapper .elx-textarea {
  width: 100%;
  display: block;
}
.elx-cell .elx-input > .elx-input--inner,
.elx-cell .elx-textarea > .elx-textarea--inner,
.elx-table--filter-wrapper .elx-input > .elx-input--inner,
.elx-table--filter-wrapper .elx-textarea > .elx-textarea--inner {
  padding: 0 2px;
}
.elx-cell .elx-default-textarea,
.elx-cell .elx-textarea--inner,
.elx-table--filter-wrapper .elx-default-textarea,
.elx-table--filter-wrapper .elx-textarea--inner {
  resize: none;
}
.elx-table--cell-active-area,
.elx-table--cell-copy-area,
.elx-table--cell-extend-area,
.elx-table--cell-main-area,
.elx-table--checkbox-range {
  display: none;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.elx-table--fixed-left-wrapper .elx-table--cell-active-area,
.elx-table--fixed-left-wrapper .elx-table--cell-copy-area,
.elx-table--fixed-left-wrapper .elx-table--cell-extend-area,
.elx-table--fixed-left-wrapper .elx-table--cell-main-area,
.elx-table--fixed-left-wrapper .elx-table--checkbox-range,
.elx-table--fixed-right-wrapper .elx-table--cell-active-area,
.elx-table--fixed-right-wrapper .elx-table--cell-copy-area,
.elx-table--fixed-right-wrapper .elx-table--cell-extend-area,
.elx-table--fixed-right-wrapper .elx-table--cell-main-area,
.elx-table--fixed-right-wrapper .elx-table--checkbox-range {
  z-index: 2;
}
.elx-table--fixed-left-wrapper .elx-table--cell-active-area[half="1"],
.elx-table--fixed-left-wrapper .elx-table--cell-extend-area[half="1"],
.elx-table--fixed-left-wrapper .elx-table--cell-main-area[half="1"] {
  border-right: 0;
}
.elx-table--fixed-left-wrapper .elx-table--cell-copy-area[half="1"] {
  background-size: 3px 12px, 0 12px, 12px 3px, 12px 3px;
}
.elx-table--fixed-right-wrapper .elx-table--cell-active-area[half="1"],
.elx-table--fixed-right-wrapper .elx-table--cell-extend-area[half="1"],
.elx-table--fixed-right-wrapper .elx-table--cell-main-area[half="1"] {
  border-left: 0;
}
.elx-table--fixed-right-wrapper .elx-table--cell-copy-area[half="1"] {
  background-size: 0 12px, 3px 12px, 12px 3px, 12px 3px;
}
.elx-table--checkbox-range {
  background-color: rgba(50, 128, 252, 0.2);
  border: 1px solid #006af1;
}
.elx-table--cell-area {
  height: 0;
  font-size: 0;
  display: none;
}
.elx-table,
.elx-table.size--medium {
  font-size: 14px;
}
.elx-grid.size--small,
.elx-table.size--small {
  font-size: 13px;
}
.elx-table--cell-area > .elx-table--cell-main-area {
  background-color: rgba(64, 158, 255, 0.2);
  border: 1px solid #409eff;
}
.elx-table--cell-area .elx-table--cell-main-area-btn {
  display: none;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 7px;
  height: 7px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  background-color: #409eff;
  pointer-events: auto;
  cursor: crosshair;
}
.elx-table--cell-active-area,
.elx-table--cell-area .elx-table--cell-extend-area {
  border: 2px solid #409eff;
}
@-webkit-keyframes moveCopyCellBorder {
  to {
    background-position: 0 -12px, 100% 12px, 12px 0, -12px 100%;
  }
}
@keyframes moveCopyCellBorder {
  to {
    background-position: 0 -12px, 100% 12px, 12px 0, -12px 100%;
  }
}
.elx-table--cell-copy-area {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 6px, #409eff 0)
      repeat-y,
    -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-y,
    -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-x,
    -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-x;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 6px, #409eff 6px)
      repeat-y,
    -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-y,
    -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-x,
    -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-x;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 6px, #409eff 0) repeat-y,
    linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-y,
    linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-x,
    linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #409eff 0) repeat-x;
  background-size: 3px 12px, 3px 12px, 12px 3px, 12px 3px;
  background-position: 0 0, 100% 0, 0 0, 0 100%;
  -webkit-animation: moveCopyCellBorder 0.5s linear infinite;
  animation: moveCopyCellBorder 0.5s linear infinite;
}
.elx-table--cell-multi-area > .elx-table--cell-main-area {
  background-color: rgba(64, 158, 255, 0.2);
}
.elx-table.is--round .elx-table--border-line,
.elx-table.is--round .elx-table.is--round,
.elx-table.is--round:not(.show--head):not(.show--foot)
  .elx-table--body-wrapper.body--wrapper {
  border-radius: 4px;
}
.elx-table.is--round.show--foot:not(.show--head)
  .elx-table--body-wrapper.body--wrapper,
.elx-table.is--round.show--head .elx-table--header-wrapper.body--wrapper {
  border-radius: 4px 4px 0 0;
}
.elx-table.is--round.show--head .elx-table--header-wrapper.fixed-left--wrapper {
  border-radius: 4px 0 0;
}
.elx-table.is--round.show--head
  .elx-table--header-wrapper.fixed-right--wrapper {
  border-radius: 0 4px 0 0;
}
.elx-table.is--round.show--foot .elx-table--footer-wrapper.body--wrapper,
.elx-table.is--round.show--head:not(.show--foot)
  .elx-table--body-wrapper.body--wrapper {
  border-radius: 0 0 4px 4px;
}
.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-left--wrapper,
.elx-table.is--round.show--foot:not(.show--head)
  .elx-table--body-wrapper.fixed-left--wrapper,
.elx-table.is--round.show--head:not(.show--foot)
  .elx-table--body-wrapper.fixed-left--wrapper {
  border-radius: 0 0 0 4px;
}
.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-right--wrapper,
.elx-table.is--round.show--foot:not(.show--head)
  .elx-table--body-wrapper.fixed-right--wrapper,
.elx-table.is--round.show--head:not(.show--foot)
  .elx-table--body-wrapper.fixed-right--wrapper {
  border-radius: 0 0 4px;
}
.elx-table {
  position: relative;
  color: #606266;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.elx-table[x-cloak] .elx-table--fixed-left-wrapper,
.elx-table[x-cloak] .elx-table--fixed-right-wrapper,
.elx-table[x-cloak] .elx-table--main-wrapper {
  visibility: hidden;
}
.elx-table .elx-table--body-wrapper,
.elx-table .elx-table--footer-wrapper {
  background-color: #fff;
}
.elx-table .elx-table--body,
.elx-table .elx-table--footer,
.elx-table .elx-table--header {
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}
.elx-table .elx-table--footer-wrapper,
.elx-table .elx-table--header-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}
.elx-table:not(.is--empty).show--foot.scroll--x .elx-table--body-wrapper {
  overflow-x: scroll;
}
.elx-table .elx-body--row.row--stripe {
  background-color: #fafafa;
}
.elx-table .elx-body--row.row--checked,
.elx-table .elx-body--row.row--current,
.elx-table .elx-body--row.row--radio {
  background-color: #e6f7ff;
}
.elx-table .elx-body--row.row--hover,
.elx-table .elx-body--row.row--hover.row--stripe {
  background-color: #f5f7fa;
}
.elx-table .elx-body--row.row--hover.row--checked,
.elx-table .elx-body--row.row--hover.row--radio {
  background-color: #e6f7ff;
}
.elx-table .elx-body--row.row--hover.row--current {
  background-color: #d7effb;
}
.elx-table.has--tree-line .elx-body--row.row--stripe .elx-tree--btn-wrapper {
  background-color: #fafafa;
}
.elx-table.has--tree-line .elx-body--row.row--checked .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--row.row--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--row.row--radio .elx-tree--btn-wrapper {
  background-color: #e6f7ff;
}
.elx-table.has--tree-line .elx-body--row.row--hover .elx-tree--btn-wrapper,
.elx-table.has--tree-line
  .elx-body--row.row--hover.row--stripe
  .elx-tree--btn-wrapper {
  background-color: #f5f7fa;
}
.elx-table.has--tree-line
  .elx-body--row.row--hover.row--checked
  .elx-tree--btn-wrapper,
.elx-table.has--tree-line
  .elx-body--row.row--hover.row--radio
  .elx-tree--btn-wrapper {
  background-color: #e6f7ff;
}
.elx-table.column--highlight .elx-header--column:not(.col--seq):hover,
.elx-table.has--tree-line
  .elx-body--row.row--hover.row--current
  .elx-tree--btn-wrapper {
  background-color: #d7effb;
}
.elx-table.drag--resize .elx-table--fixed-left-wrapper *,
.elx-table.drag--resize .elx-table--fixed-right-wrapper *,
.elx-table.drag--resize .elx-table--main-wrapper * {
  cursor: col-resize;
}
.elx-table.drag--area .elx-table--fixed-left-wrapper *,
.elx-table.drag--area .elx-table--fixed-right-wrapper *,
.elx-table.drag--area .elx-table--main-wrapper *,
.elx-table.drag--range .elx-table--fixed-left-wrapper *,
.elx-table.drag--range .elx-table--fixed-right-wrapper *,
.elx-table.drag--range .elx-table--main-wrapper * {
  cursor: default;
}
.elx-table.drag--extend-range .elx-table--fixed-left-wrapper *,
.elx-table.drag--extend-range .elx-table--fixed-right-wrapper *,
.elx-table.drag--extend-range .elx-table--main-wrapper * {
  cursor: crosshair;
}
.elx-table .elx-body--column.col--current,
.elx-table .elx-body--column.col--current .elx-tree--btn-wrapper,
.elx-table .elx-footer--column.col--current,
.elx-table .elx-footer--column.col--current .elx-tree--btn-wrapper,
.elx-table .elx-header--column.col--current,
.elx-table .elx-header--column.col--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--column.col--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line
  .elx-footer--column.col--current
  .elx-tree--btn-wrapper,
.elx-table.has--tree-line
  .elx-header--column.col--current
  .elx-tree--btn-wrapper {
  background-color: #e6f7ff;
}
.elx-table.is--area .elx-table--main-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elx-table .elx-body--column,
.elx-table .elx-footer--column,
.elx-table .elx-header--column {
  position: relative;
  line-height: 24px;
  text-align: left;
}
.elx-table .elx-body--column:not(.col--ellipsis),
.elx-table .elx-footer--column:not(.col--ellipsis),
.elx-table .elx-header--column:not(.col--ellipsis) {
  padding: 12px 0;
}
.elx-table .elx-body--column.col--center,
.elx-table .elx-footer--column.col--center,
.elx-table .elx-header--column.col--center {
  text-align: center;
}
.elx-table .elx-body--column.col--right,
.elx-table .elx-footer--column.col--right,
.elx-table .elx-header--column.col--right {
  text-align: right;
}
.elx-table .elx-footer--column.col--ellipsis.col--center .elx-cell,
.elx-table .elx-header--column.col--ellipsis.col--center .elx-cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elx-table .elx-footer--column.col--ellipsis.col--right .elx-cell,
.elx-table .elx-header--column.col--ellipsis.col--right .elx-cell {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.elx-table .elx-body--column.col--checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elx-table .elx-table--footer-wrapper {
  border-top: 1px solid #e8eaec;
}
.elx-table.border--default .elx-table--header-wrapper,
.elx-table.border--full .elx-table--header-wrapper,
.elx-table.border--outer .elx-table--header-wrapper {
  background-color: #f8f8f9;
}
.elx-table.border--default .elx-body--column,
.elx-table.border--default .elx-footer--column,
.elx-table.border--default .elx-header--column,
.elx-table.border--inner .elx-body--column,
.elx-table.border--inner .elx-footer--column,
.elx-table.border--inner .elx-header--column {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e8eaec),
    to(#e8eaec)
  );
  background-image: -webkit-linear-gradient(#e8eaec, #e8eaec);
  background-image: -o-linear-gradient(#e8eaec, #e8eaec);
  background-image: linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 100% 100%;
}
.elx-table.border--full .elx-body--column,
.elx-table.border--full .elx-footer--column,
.elx-table.border--full .elx-header--column {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e8eaec),
      to(#e8eaec)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e8eaec), to(#e8eaec));
  background-image: -webkit-linear-gradient(#e8eaec, #e8eaec),
    -webkit-linear-gradient(#e8eaec, #e8eaec);
  background-image: -o-linear-gradient(#e8eaec, #e8eaec),
    -o-linear-gradient(#e8eaec, #e8eaec);
  background-image: linear-gradient(#e8eaec, #e8eaec),
    linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 1px 100%, 100% 1px;
  background-position: 100% 0, 100% 100%;
}
.elx-table.border--full .elx-table--fixed-left-wrapper {
  border-right: 1px solid #e8eaec;
}
.elx-table.border--full .elx-table--fixed-left-wrapper .elx-body--column {
  border-right-color: #e8eaec;
}
.elx-table.border--inner .elx-table--header-wrapper,
.elx-table.border--none .elx-table--header-wrapper {
  background-color: #fff;
}
.elx-table.border--inner .elx-table--fixed-left-wrapper,
.elx-table.border--none .elx-table--fixed-left-wrapper {
  border-right: 0;
}
.elx-table.border--inner .elx-table--border-line {
  border-width: 0 0 1px;
}
.elx-table.border--none .elx-table--border-line,
.elx-table.border--none .elx-table--header-border-line {
  display: none;
}
.elx-table.t--checked .elx-body--column,
.elx-table.t--checked .elx-footer--column {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elx-table.t--checked .elx-body--column.col--seq,
.elx-table.t--checked .elx-header--column.col--seq {
  text-align: center;
  cursor: default;
}
.elx-table.t--checked .elx-header--column.col--seq .elx-cell {
  visibility: hidden;
}
.elx-table.t--checked .elx-body--column.col--seq {
  background-color: #f8f8f9;
}
.elx-table.t--checked .elx-body--column.col--seq.col--seq-checked {
  background-color: #dcdcdc;
}
.elx-table.size--medium .elx-table--empty-block,
.elx-table.size--medium .elx-table--empty-placeholder {
  min-height: 44px;
}
.elx-table.size--medium .elx-body--column:not(.col--ellipsis),
.elx-table.size--medium .elx-footer--column:not(.col--ellipsis),
.elx-table.size--medium .elx-header--column:not(.col--ellipsis) {
  padding: 10px 0;
}
.elx-table.size--medium .elx-cell .elx-default-input,
.elx-table.size--medium .elx-cell .elx-default-select,
.elx-table.size--medium .elx-cell .elx-default-textarea {
  height: 32px;
}
.elx-table.size--medium
  .elx-cell
  .elx-default-input[type="date"]::-webkit-inner-spin-button {
  margin-top: 3px;
}
.elx-table.size--small .elx-table--empty-block,
.elx-table.size--small .elx-table--empty-placeholder {
  min-height: 40px;
}
.elx-table.size--small .elx-body--column:not(.col--ellipsis),
.elx-table.size--small .elx-footer--column:not(.col--ellipsis),
.elx-table.size--small .elx-header--column:not(.col--ellipsis) {
  padding: 8px 0;
}
.elx-table.size--small .elx-cell .elx-default-input,
.elx-table.size--small .elx-cell .elx-default-select,
.elx-table.size--small .elx-cell .elx-default-textarea {
  height: 30px;
}
.elx-table.size--small
  .elx-cell
  .elx-default-input[type="date"]::-webkit-inner-spin-button {
  margin-top: 2px;
}
.elx-table.size--mini {
  font-size: 12px;
}
.elx-table.size--mini .elx-table--empty-block,
.elx-table.size--mini .elx-table--empty-placeholder {
  min-height: 36px;
}
.elx-table.size--mini .elx-body--column:not(.col--ellipsis),
.elx-table.size--mini .elx-footer--column:not(.col--ellipsis),
.elx-table.size--mini .elx-header--column:not(.col--ellipsis) {
  padding: 6px 0;
}
.elx-table.size--mini .elx-cell .elx-default-input,
.elx-table.size--mini .elx-cell .elx-default-select,
.elx-table.size--mini .elx-cell .elx-default-textarea {
  height: 28px;
}
.elx-table.size--mini
  .elx-cell
  .elx-default-input[type="date"]::-webkit-inner-spin-button {
  margin-top: 1px;
}
.elx-table .elx-cell {
  white-space: pre-line;
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}
.elx-table .elx-cell--checkbox .elx-checkbox--icon,
.elx-table .elx-cell--radio .elx-radio--icon {
  left: 0;
  top: 0.1em;
}
.elx-table .elx-cell--checkbox .elx-checkbox--label,
.elx-table .elx-cell--radio .elx-radio--label {
  padding-left: 0.5em;
}
.elx-table .elx-cell--checkbox,
.elx-table .elx-cell--radio {
  padding-left: 1.2em;
}
.elx-table .fixed--hidden {
  visibility: hidden;
}
.elx-table .elx-table--fixed-left-wrapper,
.elx-table .elx-table--fixed-right-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background-color: inherit;
}
.elx-table .elx-table--fixed-left-wrapper .elx-table--body-wrapper,
.elx-table .elx-table--fixed-right-wrapper .elx-table--body-wrapper {
  overflow-x: hidden;
}
.elx-table.show--head
  .elx-table--fixed-left-wrapper
  .elx-table--body-wrapper:before,
.elx-table.show--head
  .elx-table--fixed-right-wrapper
  .elx-table--body-wrapper:before {
  display: none;
}
.elx-table .elx-table--fixed-left-wrapper {
  left: 0;
  width: 200px;
}
.elx-table .elx-table--fixed-left-wrapper.scrolling--middle {
  -webkit-box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}
.elx-table .elx-table--fixed-right-wrapper {
  right: 0;
}
.elx-table .elx-table--fixed-right-wrapper.scrolling--middle {
  -webkit-box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}
.elx-table .elx-table--body-wrapper,
.elx-table .elx-table--footer-wrapper,
.elx-table .elx-table--header-wrapper {
  position: relative;
}
.elx-table .elx-table--body-wrapper.fixed-left--wrapper,
.elx-table .elx-table--body-wrapper.fixed-right--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-left--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-right--wrapper,
.elx-table .elx-table--header-wrapper.fixed-left--wrapper,
.elx-table .elx-table--header-wrapper.fixed-right--wrapper {
  position: absolute;
  top: 0;
}
.elx-table .elx-table--body-wrapper.fixed-left--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-left--wrapper,
.elx-table .elx-table--header-wrapper.fixed-left--wrapper {
  left: 0;
}
.elx-table .elx-table--body-wrapper.fixed-right--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-right--wrapper,
.elx-table .elx-table--header-wrapper.fixed-right--wrapper {
  right: 0;
  overflow-y: auto;
}
.elx-table .elx-body--x-space {
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
}
.elx-table .elx-body--y-space {
  width: 0;
  float: left;
}
.elx-table .elx-table--resizable-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 4;
  cursor: col-resize;
}
.elx-table .elx-table--resizable-bar:before {
  content: "";
  display: block;
  height: 100%;
  background-color: #d9dddf;
}
.elx-table .elx-table--border-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  border: 1px solid #e8eaec;
}
.elx-table.has--tree-line .elx-body--row:first-child .elx-tree--line {
  border-width: 0 0 1px;
}
.elx-table.has--tree-line .elx-body--row .elx-body--column {
  background-image: none;
}
.elx-table.has--tree-line .elx-tree--btn-wrapper {
  background-color: #fff;
}
.elx-table .elx-tree--line-wrapper {
  position: relative;
  display: block;
  height: 0;
}
.elx-table .elx-tree--line {
  content: "";
  position: absolute;
  bottom: -0.9em;
  width: 0.8em;
  border-color: #909399;
  border-style: dotted;
  border-width: 0 0 1px 1px;
  pointer-events: none;
}
.elx-table .elx-cell--tree-node {
  position: relative;
}
.elx-table .elx-tree--btn-wrapper {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.elx-table .elx-tree--node-btn {
  display: block;
  color: #939599;
}
.elx-table .elx-tree--node-btn:hover {
  color: #606266;
}
.elx-table .elx-tree-cell {
  display: block;
  padding-left: 1.5em;
}
.elx-table .elx-body--column.col--ellipsis > .elx-cell .elx-tree-cell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elx-table .elx-table--expanded {
  cursor: pointer;
}
.elx-table .elx-table--expanded .elx-table--expand-btn {
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #939599;
}
.elx-table .elx-table--expanded .elx-table--expand-btn:hover {
  color: #606266;
}
.elx-table .elx-table--expanded + .elx-table--expand-label {
  padding-left: 0.5em;
}
.elx-table .elx-body--expanded-column {
  border-bottom: 1px solid #e8eaec;
}
.elx-table .elx-body--expanded-column.col--ellipsis > .elx-body--expanded-cell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elx-table .elx-body--expanded-cell {
  padding: 20px;
}
.elx-table .elx-body--column.col--ellipsis > .elx-cell,
.elx-table .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table .elx-header--column.col--ellipsis > .elx-cell {
  max-height: 48px;
}
.elx-table.size--medium .elx-body--column.col--ellipsis > .elx-cell,
.elx-table.size--medium .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table.size--medium .elx-header--column.col--ellipsis > .elx-cell {
  max-height: 44px;
}
.elx-table.size--medium .elx-cell--checkbox .elx-checkbox--icon,
.elx-table.size--medium .elx-cell--radio .elx-radio--icon {
  font-size: 15px;
}
.elx-table.size--mini .elx-cell--checkbox .elx-checkbox--icon,
.elx-table.size--mini .elx-cell--radio .elx-radio--icon,
.elx-table.size--small .elx-cell--checkbox .elx-checkbox--icon,
.elx-table.size--small .elx-cell--radio .elx-radio--icon {
  font-size: 14px;
}
.elx-table.size--small .elx-body--column.col--ellipsis > .elx-cell,
.elx-table.size--small .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table.size--small .elx-header--column.col--ellipsis > .elx-cell {
  max-height: 40px;
}
.elx-table.size--mini .elx-body--column.col--ellipsis > .elx-cell,
.elx-table.size--mini .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table.size--mini .elx-header--column.col--ellipsis > .elx-cell {
  max-height: 36px;
}
.elx-table .elx-table--empty-block,
.elx-table .elx-table--empty-placeholder {
  min-height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.elx-table .elx-table--empty-block {
  display: none;
  visibility: hidden;
}
.elx-table .elx-table--empty-placeholder {
  display: none;
  position: absolute;
  top: 0;
  z-index: 8;
}
.elx-table .elx-table--empty-content {
  display: block;
  width: 50%;
  pointer-events: auto;
}
.elx-table.is--empty .elx-table--empty-block,
.elx-table.is--empty .elx-table--empty-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elx-table .elx-body--column.col--selected:not(.col--checked) {
  -webkit-box-shadow: inset 0 0 0 2px #409eff;
  box-shadow: inset 0 0 0 2px #409eff;
}
.elx-table .elx-body--column.col--actived,
.elx-table .elx-body--column.col--dirty,
.elx-table .elx-body--column.col--selected {
  position: relative;
}
.elx-table .elx-body--column.col--valid-error .elx-cell--valid {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fde2e2;
  position: fixed;
  left: 50%;
  top: 50px;
  z-index: 10000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fef0f0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f56c6c;
  border-radius: 4px;
}
.elx-table .elx-body--column.col--valid-error .elx-cell--valid i {
  font-size: 15px;
}
.elx-table .elx-body--column.col--valid-error .elx-cell--valid span {
  padding: 0;
  font-size: 15px;
  line-height: 1;
  color: #f56c6c;
}
.elx-table .elx-body--column.col--valid-error .elx-default-input,
.elx-table .elx-body--column.col--valid-error .elx-default-select,
.elx-table .elx-body--column.col--valid-error .elx-default-textarea,
.elx-table .elx-body--column.col--valid-error .elx-input > .elx-input--inner {
  border-color: #f56c6c;
}
.elx-table .elx-body--column:first-child .elx-cell--valid {
  left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  text-align: left;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived {
  -webkit-box-shadow: inset 0 0 0 2px #409eff;
  box-shadow: inset 0 0 0 2px #409eff;
}
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived.col--valid-error {
  -webkit-box-shadow: inset 0 0 0 2px #f56c6c;
  box-shadow: inset 0 0 0 2px #f56c6c;
}
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived
  .elx-cell
  .elx-default-input,
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived
  .elx-cell
  .elx-default-textarea {
  border: 0;
  padding: 0;
}
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived
  .elx-cell
  .elx-default-input {
  height: 24px;
}
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived
  .elx-cell
  .elx-input
  .elx-input--inner {
  border: 0;
  padding-left: 0;
}
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived
  .elx-cell
  .elx-textarea {
  height: 23px;
}
.elx-table.elx-editable.c--highlight
  .elx-body--column.col--actived
  .elx-cell
  .elx-textarea
  .elx-textarea--inner {
  border: 0;
}
.elx-table.elx-editable .elx-body--column,
.elx-table.elx-editable .elx-body--column.col--actived {
  padding: 0;
}
.elx-table.elx-editable .elx-body--column.col--dirty:before {
  content: "";
  top: -5px;
  left: -5px;
  position: absolute;
  border: 5px solid rgba(0, 0, 0, 0);
  border-right-color: #f56c6c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.elx-table td,
.elx-table th {
  vertical-align: middle;
}
.elx-table--footer,
.elx-table--header-wrapper {
  background-color: #f8f8f9;
}
.elx-table .elx-table--header-wrapper .elx-table--header-border-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  border-bottom: 1px solid #e8eaec;
}
.elx-table .elx-cell--sort {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: relative;
}
.elx-table .elx-sort--asc-btn,
.elx-table .elx-sort--desc-btn {
  position: absolute;
  left: 0.35em;
  color: #c0c4cc;
  width: 1em;
  text-align: center;
  cursor: pointer;
}
.elx-table .elx-sort--asc-btn:hover,
.elx-table .elx-sort--desc-btn:hover {
  color: #606266;
}
.elx-table .elx-sort--asc-btn.sort--active,
.elx-table .elx-sort--desc-btn.sort--active {
  color: #409eff;
}
.elx-table .elx-sort--asc-btn {
  top: -0.04em;
}
.elx-table .elx-sort--desc-btn {
  bottom: -0.04em;
}
.elx-header--column {
  position: relative;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elx-header--column.col--title-checked {
  background-color: #dcdcdc;
}
.elx-header--column.col--ellipsis > .elx-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elx-header--column.col--ellipsis > .elx-cell .elx-cell--title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elx-header--column.col--ellipsis > .elx-cell > i:not(.elx-cell--title),
.elx-header--column.col--ellipsis > .elx-cell > span:not(.elx-cell--title) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elx-header--column .elx-cell--required-icon {
  display: inline-block;
  color: #f56c6c;
  width: 0.8em;
  height: 1em;
  line-height: 1em;
  font-family: Verdana, Arial, Tahoma;
  font-weight: 400;
  position: relative;
  margin-right: 0.1em;
}
.elx-table .is--checked.elx-cell--checkbox,
.elx-table .is--checked.elx-cell--radio,
.elx-table .is--indeterminate.elx-cell--checkbox,
.is--checked.elx-table--filter-option,
.is--indeterminate.elx-table--filter-option {
  color: #409eff;
}
.elx-header--column .elx-cell--required-icon:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.2em;
}
.elx-header--column .elx-cell--edit-icon,
.elx-header--column .elx-cell--required-icon,
.elx-header--column .elx-cell--title,
.elx-header--column .elx-cell-help-icon {
  vertical-align: middle;
}
.elx-header--column .elx-cell--edit-icon,
.elx-header--column .elx-cell-help-icon {
  margin-right: 0.2em;
}
.elx-header--column .elx-cell-help-icon {
  cursor: help;
}
.elx-header--column .elx-cell--title {
  line-height: 1.5;
}
.elx-header--column .elx-resizable {
  position: absolute;
  right: -7px;
  bottom: 0;
  width: 14px;
  height: 100%;
  text-align: center;
  z-index: 1;
  cursor: col-resize;
}
.elx-header--column .elx-resizable.is--line:after,
.elx-header--column .elx-resizable.is--line:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.elx-header--column .elx-resizable.is--line:before {
  width: 1px;
  height: 50%;
  background-color: #d9dddf;
}
.elx-header--column .elx-resizable.is--line:after {
  width: 0;
  height: 100%;
}
.elx-table--fixed-right-wrapper .elx-header--column .elx-resizable {
  right: auto;
  left: -7px;
}
.elx-table--footer-wrapper {
  margin-top: -1px;
  background-color: #fff;
}
.elx-table--footer-wrapper.body--wrapper {
  overflow-x: auto;
}
.elx-footer--column.col--ellipsis > .elx-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elx-footer--column.col--ellipsis > .elx-cell .elx-cell--item {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elx-table--filter-option,
.elx-table .elx-cell--checkbox,
.elx-table .elx-cell--radio {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.elx-table--filter-option .elx-checkbox--icon,
.elx-table .elx-cell--checkbox .elx-checkbox--icon,
.elx-table .elx-cell--radio .elx-radio--icon {
  display: none;
  position: absolute;
  height: 0.9em;
  width: 0.9rem;
}
.elx-table .elx-cell--radio .elx-radio--icon {
  font-size: 16px;
}
.elx-table .elx-cell--radio .elx-radio--icon:before {
  content: "";
  position: absolute;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
  border: 1px solid #dcdfe6;
  background-color: #fff;
  border-radius: 50%;
}
.elx-table .elx-cell--radio .elx-radio--unchecked-icon {
  display: inline-block;
}
.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--unchecked-icon,
.elx-table .is--checked.elx-cell--radio .elx-radio--unchecked-icon,
.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--unchecked-icon,
.is--checked.elx-table--filter-option .elx-checkbox--unchecked-icon,
.is--indeterminate.elx-table--filter-option .elx-checkbox--unchecked-icon {
  display: none;
}
.elx-table .elx-cell--radio .elx-radio--checked-icon:after {
  content: "";
  position: absolute;
  height: 0.25em;
  width: 0.25em;
  top: 0.4em;
  left: 0.4em;
  border-radius: 50%;
  background-color: #fff;
}
.elx-table--filter-option .elx-checkbox--unchecked-icon,
.elx-table .elx-cell--checkbox .elx-checkbox--unchecked-icon,
.elx-table .is--checked.elx-cell--radio .elx-radio--checked-icon {
  display: inline-block;
}
.elx-table .is--checked.elx-cell--radio .elx-radio--checked-icon:before {
  border-color: #409eff;
  background-color: #409eff;
}
.elx-table .elx-cell--radio:not(.is--disabled):hover .elx-radio--icon:before {
  border-color: #409eff;
}
.elx-table .is--disabled.elx-cell--radio {
  cursor: not-allowed;
  color: #bfbfbf;
}
.elx-table .is--disabled.elx-cell--radio .elx-radio--icon:before {
  border-color: #dcdfe6;
  background-color: #f3f3f3;
}
.elx-table .is--disabled.elx-cell--radio .elx-radio--icon:after {
  background-color: #c0c4cc;
}
.elx-table--filter-option .elx-checkbox--icon,
.elx-table .elx-cell--checkbox .elx-checkbox--icon {
  font-size: 16px;
}
.elx-table--filter-option .elx-checkbox--icon:before,
.elx-table .elx-cell--checkbox .elx-checkbox--icon:before {
  content: "";
  position: absolute;
  height: 0.9em;
  width: 0.9em;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0.15em;
  border: 1px solid #dcdfe6;
}
.elx-table--filter-option .elx-checkbox--checked-icon:after,
.elx-table .elx-cell--checkbox .elx-checkbox--checked-icon:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 5px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg) scaleY(1);
  -ms-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
  width: 3px;
  -webkit-transition: -webkit-transform 0.15s ease-in 0.05s;
  transition: -webkit-transform 0.15s ease-in 0.05s;
  -o-transition: transform 0.15s ease-in 0.05s;
  transition: transform 0.15s ease-in 0.05s;
  transition: transform 0.15s ease-in 0.05s,
    -webkit-transform 0.15s ease-in 0.05s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.elx-table--filter-option .elx-checkbox--indeterminate-icon:after,
.elx-table .elx-cell--checkbox .elx-checkbox--indeterminate-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 0.3em;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elx-cell--filter,
.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--checked-icon,
.elx-table
  .is--indeterminate.elx-cell--checkbox
  .elx-checkbox--indeterminate-icon,
.is--checked.elx-table--filter-option .elx-checkbox--checked-icon,
.is--indeterminate.elx-table--filter-option .elx-checkbox--indeterminate-icon {
  display: inline-block;
}
.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--icon:before,
.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--icon:before,
.is--checked.elx-table--filter-option .elx-checkbox--icon:before,
.is--indeterminate.elx-table--filter-option .elx-checkbox--icon:before {
  border-color: #409eff;
  background-color: #409eff;
}
.elx-table--filter-option:not(.is--disabled):hover .elx-checkbox--icon:before,
.elx-table
  .elx-cell--checkbox:not(.is--disabled):hover
  .elx-checkbox--icon:before {
  border-color: #409eff;
}
.elx-table .is--disabled.elx-cell--checkbox,
.is--disabled.elx-table--filter-option {
  cursor: not-allowed;
  color: #bfbfbf;
}
.elx-table .is--disabled.elx-cell--checkbox .elx-checkbox--icon:before,
.is--disabled.elx-table--filter-option .elx-checkbox--icon:before {
  border-color: #dcdfe6;
  background-color: #f3f3f3;
}
.elx-table .is--disabled.elx-cell--checkbox .elx-checkbox--icon:after,
.is--disabled.elx-table--filter-option .elx-checkbox--icon:after {
  border-color: #c0c4cc;
}
.elx-cell--filter {
  padding: 0 0.1em 0 0.25em;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
.elx-cell--filter.is--active .elx-filter--btn {
  color: #606266;
}
.elx-cell--filter .elx-filter--btn {
  color: #c0c4cc;
  cursor: pointer;
}
.elx-cell--filter .elx-filter--btn:hover {
  color: #606266;
}
.elx-table--filter-wrapper .elx-table--filter-body > li.is--checked,
.elx-table--filter-wrapper .elx-table--filter-header > li.is--checked,
.filter--active .elx-cell--filter .elx-filter--btn {
  color: #409eff;
}
.elx-table--filter-wrapper {
  display: none;
  position: absolute;
  min-width: 100px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dadce0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.elx-table--filter-wrapper:not(.is--multiple) {
  text-align: center;
}
.elx-table--filter-wrapper.filter--active {
  display: block;
}
.elx-table--filter-wrapper .elx-table--filter-body > li,
.elx-table--filter-wrapper .elx-table--filter-header > li {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 360px;
  padding: 0.25em 0.8em;
  cursor: pointer;
}
.elx-table--filter-wrapper .elx-table--filter-body > li:hover,
.elx-table--filter-wrapper .elx-table--filter-header > li:hover {
  background-color: #f5f7fa;
}
.elx-table--filter-wrapper .elx-table--filter-header {
  padding-top: 0.2em;
}
.elx-table--filter-wrapper .elx-table--filter-body {
  max-height: 240px;
  padding-bottom: 0.2em;
}
.elx-table--filter-wrapper > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elx-table--filter-wrapper.is--multiple > ul > li {
  padding: 0.25em 0.8em 0.25em 2.3em;
}
.elx-table--filter-wrapper .elx-table--filter-footer {
  border-top: 1px solid #dadce0;
  padding: 0.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elx-table--filter-wrapper .elx-table--filter-footer button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0.4em;
  border: 0;
  color: #606266;
  cursor: pointer;
}
.elx-checkbox > input:checked + .elx-checkbox--icon + .elx-checkbox--label,
.elx-table--filter-wrapper .elx-table--filter-footer button:hover {
  color: #409eff;
}
.elx-table--filter-wrapper .elx-table--filter-footer button:focus {
  outline: 0;
}
.elx-table--filter-wrapper .elx-table--filter-footer button.is--disabled {
  color: #bfbfbf;
  cursor: not-allowed;
}
.elx-table--filter-option .elx-checkbox--icon {
  left: 0.6em;
  top: 0.38em;
}
.elx-table .elx-table--filter-option > .elx-checkbox--icon {
  font-size: 16px;
}
.elx-table.size--medium .elx-table--filter-option > .elx-checkbox--icon {
  font-size: 15px;
}
.elx-grid,
.elx-grid.size--medium,
.elx-table.size--mini .elx-table--filter-option > .elx-checkbox--icon,
.elx-table.size--small .elx-table--filter-option > .elx-checkbox--icon {
  font-size: 14px;
}
.elx-grid {
  position: relative;
}
.elx-grid.is--loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.elx-grid.is--loading > .elx-table .elx-loading {
  background-color: rgba(0, 0, 0, 0);
}
.elx-grid.is--maximize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  background-color: #fff;
}
.elx-grid .elx-body--row.row--pending {
  color: #f56c6c;
  text-decoration: line-through;
  cursor: no-drop;
}
.elx-grid .elx-body--row.row--pending .elx-body--column {
  position: relative;
}
.elx-grid .elx-body--row.row--pending .elx-body--column:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f56c6c;
  z-index: 1;
}
.elx-grid .elx-grid--bottom-wrapper,
.elx-grid .elx-grid--form-wrapper,
.elx-grid .elx-grid--top-wrapper {
  position: relative;
}
.elx-grid.size--mini {
  font-size: 12px;
}
.elx-checkbox,
.elx-checkbox-group {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.elx-checkbox {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}
.elx-checkbox .elx-checkbox--icon,
.elx-radio .elx-radio--icon {
  font-size: 16px;
}
.elx-checkbox + .elx-checkbox {
  margin-left: 10px;
}
.elx-checkbox > input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elx-checkbox > input + .elx-checkbox--icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 0.15em;
  border: 1px solid #dcdfe6;
}
.elx-checkbox > input + .elx-checkbox--icon:before {
  content: "";
  position: absolute;
}
.elx-checkbox > input:checked + .elx-checkbox--icon {
  background-color: #409eff;
  border-color: #409eff;
}
.elx-checkbox > input:checked + .elx-checkbox--icon:before {
  height: 0.5em;
  width: 0.2em;
  left: 50%;
  top: 50%;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.elx-checkbox.is--indeterminate > input:not(:checked) + .elx-checkbox--icon {
  background-color: #409eff;
  border-color: #409eff;
}
.elx-checkbox.is--indeterminate
  > input:not(:checked)
  + .elx-checkbox--icon:before {
  border: 0;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 0.3em;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elx-checkbox:not(.is--disabled) > input:focus + .elx-checkbox--icon {
  border-color: #409eff;
  -webkit-box-shadow: 0 0 0.2em 0 #409eff;
  box-shadow: 0 0 0.2em 0 #409eff;
}
.elx-checkbox:not(.is--disabled):hover > input + .elx-checkbox--icon {
  border-color: #409eff;
}
.elx-checkbox.is--disabled {
  cursor: not-allowed;
}
.elx-checkbox.is--disabled > input + .elx-checkbox--icon {
  border-color: #dcdfe6;
  background-color: #f3f3f3;
}
.elx-checkbox.is--disabled > input + .elx-checkbox--icon:before {
  border-color: #c0c4cc;
}
.elx-checkbox.is--disabled
  > input
  + .elx-checkbox--icon
  + .elx-checkbox--label {
  color: #bfbfbf;
}
.elx-checkbox.is--disabled > input:checked + .elx-checkbox--icon {
  border-color: #dcdfe6;
  background-color: #f3f3f3;
}
.elx-checkbox .elx-checkbox--label {
  padding-left: 0.5em;
  vertical-align: middle;
  display: inline-block;
  max-width: 50em;
}
.elx-checkbox.size--medium {
  font-size: 14px;
}
.elx-checkbox.size--medium .elx-checkbox--icon {
  font-size: 15px;
}
.elx-checkbox.size--small {
  font-size: 13px;
}
.elx-checkbox.size--small .elx-checkbox--icon {
  font-size: 14px;
}
.elx-checkbox.size--mini {
  font-size: 12px;
}
.elx-checkbox.size--mini .elx-checkbox--icon {
  font-size: 14px;
}
[class*="elx-"],
[class*="elx-"]:after,
[class*="elx-"] :after,
[class*="elx-"]:before,
[class*="elx-"] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elx-checkbox .elx-checkbox--label,
.elx-radio-button .elx-radio--label,
.elx-radio .elx-radio--label,
.elx-table .elx-body--column.col--ellipsis:not(.col--actived) > .elx-cell,
.elx-table .elx-footer--column.col--ellipsis:not(.col--actived) > .elx-cell,
.elx-table .elx-header--column.col--ellipsis:not(.col--actived) > .elx-cell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  margin: 0;
  line-height: 1.5;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
.elx-radio-group + .elx-radio-group,
.elx-radio:not(.elx-radio-button) + .elx-radio {
  margin-left: 10px;
}
.elx-radio,
.elx-radio-group {
  line-height: 1;
  vertical-align: middle;
}
.elx-primary-color {
  color: #409eff;
}
.elx-success-color {
  color: #67c23a;
}
.elx-info-color {
  color: #909399;
}
.elx-warning-color {
  color: #e6a23c;
}
.elx-danger-color {
  color: #f56c6c;
}
.elx-perfect-color {
  color: #f8f8f9;
}
.elx-row:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.elx-row > .elx-col--1 {
  float: left;
  width: 4.16667%;
}
.elx-row > .elx-col--2 {
  float: left;
  width: 8.33333%;
}
.elx-row > .elx-col--3 {
  float: left;
  width: 12.5%;
}
.elx-row > .elx-col--4 {
  float: left;
  width: 16.66667%;
}
.elx-row > .elx-col--5 {
  float: left;
  width: 20.83333%;
}
.elx-row > .elx-col--6 {
  float: left;
  width: 25%;
}
.elx-row > .elx-col--7 {
  float: left;
  width: 29.16667%;
}
.elx-row > .elx-col--8 {
  float: left;
  width: 33.33333%;
}
.elx-row > .elx-col--9 {
  float: left;
  width: 37.5%;
}
.elx-row > .elx-col--10 {
  float: left;
  width: 41.66667%;
}
.elx-row > .elx-col--11 {
  float: left;
  width: 45.83333%;
}
.elx-row > .elx-col--12 {
  float: left;
  width: 50%;
}
.elx-row > .elx-col--13 {
  float: left;
  width: 54.16667%;
}
.elx-row > .elx-col--14 {
  float: left;
  width: 58.33333%;
}
.elx-row > .elx-col--15 {
  float: left;
  width: 62.5%;
}
.elx-row > .elx-col--16 {
  float: left;
  width: 66.66667%;
}
.elx-row > .elx-col--17 {
  float: left;
  width: 70.83333%;
}
.elx-row > .elx-col--18 {
  float: left;
  width: 75%;
}
.elx-row > .elx-col--19 {
  float: left;
  width: 79.16667%;
}
.elx-row > .elx-col--20 {
  float: left;
  width: 83.33333%;
}
.elx-row > .elx-col--21 {
  float: left;
  width: 87.5%;
}
.elx-row > .elx-col--22 {
  float: left;
  width: 91.66667%;
}
.elx-row > .elx-col--23 {
  float: left;
  width: 95.83333%;
}
.elx-row > .elx-col--24 {
  float: left;
  width: 100%;
}
.t--animat .elx-filter--btn:after,
.t--animat .elx-filter--btn:before,
.t--animat .elx-input--wrapper .elx-input,
.t--animat .elx-sort--asc-btn:after,
.t--animat .elx-sort--asc-btn:before,
.t--animat .elx-sort--desc-btn:after,
.t--animat .elx-sort--desc-btn:before {
  -webkit-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}
.t--animat .elx-table--expand-btn,
.t--animat .elx-tree--node-btn {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.t--animat .elx-checkbox > input:checked + span,
.t--animat .elx-radio > input:checked + span {
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.elx-radio-group {
  display: inline-block;
  font-size: 0;
}
.elx-radio,
.elx-radio.size--medium {
  font-size: 14px;
}
.elx-radio {
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.elx-radio-button.is--disabled,
.elx-radio.is--disabled {
  cursor: not-allowed;
}
.elx-radio > input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elx-radio > input + .elx-radio--icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #dcdfe6;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 50%;
}
.elx-radio > input:checked + .elx-radio--icon {
  background-color: #409eff;
  border-color: #409eff;
}
.elx-radio > input:checked + .elx-radio--icon:before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  height: 0.25em;
  width: 0.25em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.elx-radio > input:checked + .elx-radio--icon + .elx-radio--label {
  color: #409eff;
}
.elx-radio:not(.is--disabled) > input:focus + .elx-radio--icon {
  border-color: #409eff;
  -webkit-box-shadow: 0 0 0.2em 0 #409eff;
  box-shadow: 0 0 0.2em 0 #409eff;
}
.elx-radio:not(.is--disabled):hover > input + .elx-radio--icon {
  border-color: #409eff;
}
.elx-radio.is--disabled > input + .elx-radio--icon {
  border-color: #dcdfe6;
  background-color: #f3f3f3;
}
.elx-radio.is--disabled > input + .elx-radio--icon:before {
  border-color: #c0c4cc;
  background-color: #c0c4cc;
}
.elx-radio.is--disabled > input + .elx-radio--icon + .elx-radio--label {
  color: #bfbfbf;
}
.elx-radio .elx-radio--label {
  padding-left: 0.5em;
  vertical-align: middle;
  display: inline-block;
  max-width: 50em;
}
.elx-radio-button {
  background-color: #fff;
}
.elx-radio-button:first-child .elx-radio--label {
  border-left: 1px solid #dcdfe6;
  border-radius: 4px 0 0 4px;
}
.elx-radio-button:last-child .elx-radio--label {
  border-radius: 0 4px 4px 0;
}
.elx-radio-button > input:checked + .elx-radio--label {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.elx-radio-button .elx-radio--label {
  padding: 0 1em;
  line-height: 32px;
  display: inline-block;
  border: 1px solid #dcdfe6;
  border-left-width: 0;
  max-width: 50em;
}
.elx-radio-button.is--disabled > input:not(:checked) + .elx-radio--label {
  color: #dcdfe6;
}
.elx-radio-button.is--disabled > input:checked + .elx-radio--label {
  border-color: #a6d2ff;
  background-color: #a6d2ff;
}
.elx-radio-button:not(.is--disabled) > input:focus + .elx-radio--label {
  border-color: #409eff;
  -webkit-box-shadow: 0 0 0.2em 0 #409eff;
  box-shadow: 0 0 0.2em 0 #409eff;
}
.elx-radio-button:not(.is--disabled):hover
  > input:not(:checked)
  + .elx-radio--label {
  color: #409eff;
}
.elx-radio-button.size--medium .elx-radio--label {
  line-height: 30px;
}
.elx-radio-button.size--small .elx-radio--label {
  line-height: 28px;
}
.elx-radio-button.size--mini .elx-radio--label {
  line-height: 26px;
}
.elx-radio.size--medium .elx-radio--icon {
  font-size: 15px;
}
.elx-radio.size--small {
  font-size: 13px;
}
.elx-radio.size--small .elx-radio--icon {
  font-size: 14px;
}
.elx-radio.size--mini {
  font-size: 12px;
}
.elx-radio.size--mini .elx-radio--icon {
  font-size: 14px;
}
.elx-table--tooltip-wrapper {
  display: none;
  position: absolute;
  top: -100%;
  left: -100%;
  font-size: 12px;
  max-width: 400px;
  border-radius: 4px;
  padding: 8px 12px;
  white-space: normal;
  word-break: break-word;
  -webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.2);
  color: #606266;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.elx-table--tooltip-wrapper:not(.is--enterable) {
  pointer-events: none;
}
.elx-table--tooltip-wrapper.is--arrow .elx-table--tooltip-arrow,
.elx-table--tooltip-wrapper.is--visible {
  display: block;
}
.elx-table--tooltip-wrapper.is--enterable:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
}
.elx-table--tooltip-wrapper .elx-table--tooltip-content {
  white-space: pre-line;
}
.elx-table--tooltip-wrapper .elx-table--tooltip-arrow {
  display: none;
  position: absolute;
  border: 6px solid rgba(0, 0, 0, 0);
  left: 50%;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}
.elx-table--tooltip-wrapper .elx-table--tooltip-arrow:before {
  content: "";
  position: absolute;
  border: 5px solid rgba(0, 0, 0, 0);
  left: -5px;
}
.elx-table--tooltip-wrapper.placement--top.is--enterable:after {
  bottom: -6px;
}
.elx-table--tooltip-wrapper.placement--top .elx-table--tooltip-arrow {
  bottom: -12px;
}
.elx-table--tooltip-wrapper.placement--top .elx-table--tooltip-arrow:before {
  top: -7px;
}
.elx-table--tooltip-wrapper.placement--bottom.is--enterable:after {
  top: -6px;
}
.elx-table--tooltip-wrapper.placement--bottom .elx-table--tooltip-arrow {
  top: -12px;
}
.elx-table--tooltip-wrapper.placement--bottom .elx-table--tooltip-arrow:before {
  top: -4px;
}
.elx-table--tooltip-wrapper.theme--light {
  background-color: #fff;
  border: 1px solid #dcdfe6;
}
.elx-table--tooltip-wrapper.theme--light.placement--top
  .elx-table--tooltip-arrow {
  border-top-color: #dcdfe6;
}
.elx-table--tooltip-wrapper.theme--light.placement--top
  .elx-table--tooltip-arrow:before {
  border-top-color: #fff;
}
.elx-table--tooltip-wrapper.theme--light.placement--bottom
  .elx-table--tooltip-arrow {
  border-bottom-color: #dcdfe6;
}
.elx-table--tooltip-wrapper.theme--light.placement--bottom
  .elx-table--tooltip-arrow:before {
  border-bottom-color: #fff;
}
.elx-table--tooltip-wrapper.theme--dark {
  background: #303133;
  color: #fff;
}
.elx-table--tooltip-wrapper.theme--dark.placement--top
  .elx-table--tooltip-arrow,
.elx-table--tooltip-wrapper.theme--dark.placement--top
  .elx-table--tooltip-arrow:before {
  border-top-color: #303133;
}
.elx-table--tooltip-wrapper.theme--dark.placement--bottom
  .elx-table--tooltip-arrow,
.elx-table--tooltip-wrapper.theme--dark.placement--bottom
  .elx-table--tooltip-arrow:before {
  border-bottom-color: #303133;
}
.elx-table--tooltip-wrapper.elx-table--valid-error {
  background-color: #f56c6c;
  color: #fff;
}
.uxbeautifyTableClass .elx-header--column .elx-resizable.is--line:before,
.uxbeautifyTableClass .elx-header--column .elx-resizable:hover {
  background-color: #c7c9cc;
}
.uxbeautifyTableClass .elx-header--column .elx-resizable {
  right: -3px;
  width: 7px;
  cursor: ew-resize;
}
.uxbeautifyTableClass .elx-table--header-wrapper {
  color: #909399;
}
.uxbeautifyTableClass .elx-table .elx-table--border-line {
  border: none;
}
.uxbeautifyTableClass ::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: hsla(0, 0%, 100%, 0);
}
.uxbeautifyTableClass .singleTable ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(144, 147, 153, 0.5);
}
.have {
  background: #ff9800 !important;
  border-color: #ff9800 !important;
}
.have,
.no-have {
  color: #fff !important;
}
.no-have {
  background-color: #ec407a !important;
  border-color: #ec407a !important;
}
.tab_bg1 {
  background: #e6a23c !important;
}
.tab_bg2 {
  background: #2d6611 !important;
}
.tab_bg3 {
  background: #9526e1 !important;
}
.svg-icon[data-v-2283cbac] {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
