body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  min-width: 1200px;
  min-height: 760px;
}
ul li {
  list-style: none;
}
[v-cloak]{
  display: none;
}
.fd-haeder {
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fd-haeder .fd-header-logo {
  height: 100%;
  background: url('../images/top_logo\(1\).png') no-repeat left center;
  padding-left: 70px;
  padding-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.fd-haeder .fd-header-logo span {
  color: #0071c1;
}
.fd-haeder img {
  vertical-align: middle;
}
.fd-nav {
  background: #151E3B;
}
.fd-nav i {
  color: #fff;
}
.fd-nav .el-icon-arrow-down:before {
  content: "\e790";
}
.el-menu-demo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 0px !important;
}
.el-menu-demo > li {
  padding: 0;
  /*flex: 1;*/
  text-align: center;
  font-weight: 700;
}
.fd-foot {
  height: 214px;
  background: #010b20;
  padding-top: 35px;
}
.fd-foot ul {
  width: 1200px;
  margin: 0 auto;
}
.fd-foot ul li {
  margin-bottom: 10px;
  color: #F0F0F0;
}
.fd-foot ul span {
  color: #fff;
}
.fd-foot ul p {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #fff;
}
.fd-foot ul li span {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  background-color: #151E3B !important;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background-color: #151E3B !important;
  color: #F2D845 !important;
  border-bottom: 2px solid #F2D845 !important;
}
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  background-color: #151E3B !important;
}
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: #151E3B !important;
  color: #F2D845 !important;
  border-bottom: 2px solid #F2D845 !important;
}
.el-menu--popup {
  background-color: #151E3B !important;
  margin-top: 0;
}
.fd-table {
  width: 100%;
  border-collapse: collapse;
}
.fd-table td {
  border: 1px solid #ddd;
  vertical-align: middle;
  word-break: break-all;
  height: 42px;
  padding: 5px;
  word-break:normal;
}
.fd-table .fd-table-td-name {
  background: #F0F0F0;
  font-weight: 700;
}
.fd-table tr:hover td {
  background: #f3f6f9;
}
.fd-title-18 {
  font-size: 18px;
  font-weight: bold;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #333;
}
.el-tooltip__popper.is-dark {
  color: #333;
  background: #FFF5D9;
}
.el-tooltip__popper .popper__arrow {
  display: none;
}
.el-tooltip__popper .popper__arrow::after {
  display: none !important;
}
.el-dialog__header {
  text-align: left;
  background: #f2f2f2;
}
.el-dialog__header .el-dialog__headerbtn i {
  font-size: 24px;
  color: #333;
}
.el-dialog__footer {
  border-top: 1px solid #ddd;
  padding-bottom: 10px;
}
.fd-dialog > p {
  font-size: 16px;
  margin-bottom: 35px;
}
.fd-dialog ul li {
  margin-bottom: 26px;
  color: #666;
}
.fd-dialog ul li span {
  display: inline-block;
  font-weight: bold;
  width: 200px;
  color: #333;
}
.fd-left-nav {
  position: fixed;
  text-align: right;
  padding: 15px 0 ;
  border-right: 1px solid #ddd;
  width: 160px;
  font-size: 16px;
  left: calc(50% - 790px);
  top: 200px;
}
.fd-left-nav li {
  height: 46px;
  line-height: 46px;
  padding-right: 15px;
  cursor: pointer;
}
.fd-left-nav .active {
  border-right: 3px solid #0071C1;
  background: #F2F6FC;
}
.el-backtop {
  width: 95px;
  right: calc(50% - 700px) !important;
  box-shadow: none;
  background: none;
}
.fd-title-form {
  font-size: 16px;
  font-weight: bold;
  border-left: 6px solid #0071c1;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 30px;
  position: relative;
}
.fd-title-form > span {
  color: #0071c1;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
}
.fd-sort {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
  left: -2px;
}
.fd-sort i {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
  cursor: pointer;
  z-index: 2;
}
.fd-sort .fd-ascending {
  border-bottom-color: #c0c4cc;
  top: 5px;
}
.fd-sort .fd-descending {
  border-top-color: #c0c4cc;
  bottom: 5px;
}
.fd-sort .active-bottom {
  border-top-color: #0052D9;
}
.fd-sort .active-top {
  border-bottom-color: #0052D9;
}
.el-form-item__label{
  position: relative;
}
.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{
  position: absolute;
  top: 0px;
  right: 0px;
}
.el-icon-search{
  cursor: pointer;
}
.el-icon-loading{
  font-size: 48px !important;
}
.el-loading-text{
  font-size: 24px;
}
.el-menu--horizontal>.el-submenu .el-submenu__title{
  padding: 0 !important;
}