@charset "utf-8";

/*样式重置*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ol,
ul,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:focus {
  outline: none;
}
b {
  font-weight: normal;
}
img {
  border: none;
  vertical-align: top;
  width: auto;
  height: auto;
}
input,
textarea,
select {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
  overflow: auto;
}
table {
  border-spacing: 0px;
  border: none;
  border-collapse: collapse;
}
body,
input,
select,
button,
textarea {
  font-size: 12px;
  font-family: Helvetica, "NotoSansHans", "Source Sans Pro", "Helvetica Neue",
    Arial, sans-serif;
  background: #fff;
}
@font-face {
  font-family: "webfont";
  font-display: swap;
  src: url("../font/webfont.eot");
  /* IE9 */
  src: url("../font/webfont.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../font/webfont.woff2") format("woff2"),
    url("../font/webfont.woff") format("woff"),
    /* chrome、firefox */ url("../font/webfont.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../font/webfont.svg#webfont") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-display: swap;
  font-family: "PingFangSC-Medium, PingFang SC";
  src: url("../font/苹方黑体-中粗-简.ttf");
}
@font-face {
  font-display: swap;
  font-family: "PingFangSC-Light, PingFang SC";
  src: url("../font/苹方黑体-极细-简.ttf");
}
@font-face {
  font-display: swap;
  font-family: "PingFangSC-Regular, PingFang SC";
  src: url("../font/苹方黑体-准-简.ttf");
}
@font-face {
  font-display: swap;
  font-family: "JinBuTi";
  src: url("../font/DingTalk JinBuTi.ttf");
}
@font-face {
  font-display: swap;
  font-family: "D-DINCondensed";
  src: url("../font/DIN-Condensed-Bold-2.ttf");
}
html,
body {
  width: 100%;
  height: 100%;
}

.img img {
  width: 100%;
}
.page-main-content {
  min-height: 1000px;
}

/*特殊*/
.h0 {
  height: 0;
  line-height: 0;
  font-size: 0;
}
.ov-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.t-nowrap {
  white-space: nowrap;
}
.select-not {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-over {
  overflow: hidden;
  text-indent: 99999px;
  line-height: 99999;
  display: block;
}

/*浮动*/
.clear {
  zoom: 1;
}
.ovfl {
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/*修改浏览器滚动条样式*/
body {
  scrollbar-arrow-color: red; /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #cbcbcb; /*滚动条凸出部分的颜色*/
  scrollbar-3dlight-color: blue; /*滚动条亮边的颜色*/
  scrollbar-highlight-color: #333; /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: yellow; /*滚动条阴影的颜色*/
  scrollbar-darkshadow-color: green; /*滚动条强阴影的颜色*/
  scrollbar-track-color: #eee; /*滚动条背景颜色*/
  scrollbar-base-color: black; /*滚动条的基本颜色*/
  /*以上2项适用与：body、div、textarea、iframe*/
  font-family: Helvetica, "PingFangSC-Light", "PingFang SC", "Helvetica Neue",
    Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif,
    "SimHei", "黑体";
  font-weight: normal;
  box-sizing: content-box;
  padding-right: 0 !important;
}

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px;
  margin-right: 2px;
}
::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 0px;
  height: 0px;
  background-color: #fff;
}
::-webkit-scrollbar:horizontal {
  height: 10px;
  margin-bottom: 2px;
}
::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  /* background-color: #d8d8d8; */
  border-radius: 10px;
  width: 15px;
}
::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
  border-radius: 5px;
  /* height: 85px; */
  background: #d8d8d8;
}
::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
  background-color: red;
}

.el-menu--dark {
  background-color: #2f4050;
}
.el-tb-edit .el-input,
.el-tb-edit .el-input-number,
.el-tb-edit .el-select {
  display: none;
  width: 100%;
}

.el-tb-edit .current-row .el-input,
.el-tb-edit .current-row .el-input-number,
.el-tb-edit .current-row .el-select {
  display: inherit;
}

.el-tb-edit .current-row .el-input + span,
.el-tb-edit .current-row .el-input-number + span,
.el-tb-edit .current-row .el-select + span {
  display: none;
}

/*  头部banner */
.head-banner-img {
  margin-top: 64px;
}
.head-banner-img img {
  width: 100%;
}

.container-wrap {
  width: 88%;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1200px;
  overflow: hidden;
}
#app {
  min-width: 1400px;
}
#header {
  width: 100%;
  min-width: 1200px;
  background-color: transparent;
  /* box-shadow: 0px 3px 4px 0px rgba(171, 171, 171, 0.24); */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1004;
  height: 64px;
  border-bottom: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.head-section {
  height: 64px;
  top: 0px;
  position: absolute;
}
#content {
  clear: both;
  position: relative;
}
.v-modal {
  z-index: 1003 !important;
}
#header .el-dropdown {
  line-height: 64px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: none;
  margin-right: 32px;
}
#header .header-tit {
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #b30101;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-right: 50px;
  cursor: pointer;
  margin-left: 90px;
}
#header .header-tit img {
  width: 248px;
}
#header .header-ul {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  width: 39%;
  min-width: 650px;
}
#header .header-ul li {
  display: inline-block;
  /* padding-right: 4%; */
  color: #262626;
  font-size: 14px;
  cursor: pointer;
  width: 106px;
  text-align: center;
}
/* #header .header-nav .header-section-index {
  position: relative;
  background-color: transparent;
  z-index: 10;
} */
#header .header-ul .active {
  color: #126cff;
  border-bottom: 2px solid #126cff;
  box-sizing: border-box;
}
#header .header-address {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  float: right;
  color: #262626;
  /* margin-top: 20px; */
  box-shadow: inset 0px -1 0px 0px #d7d7d7;
}
#header .header-address > span {
  margin-right: 24px;
  cursor: pointer;
}
#header .header-address > span svg {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
#header .header-address .header-login-btn {
  width: 128px;
  height: 65px;
  background: #126cff;
  text-align: center;
}
#header .header-nav {
  height: 64px;
  line-height: 62px;
  font-size: 0;
  margin: 0 auto;
  padding: 0 0 0 36px;
  /* border-bottom: 1px solid #d7d7d7; */
}

#header .header-phone-num {
  margin-top: -3px;
}
#nav {
  height: 80px;
  line-height: 80px;
  background: linear-gradient(
    180deg,
    rgba(179, 0, 1, 1) 0%,
    rgba(243, 126, 33, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(179, 0, 1, 1) 0%,
    rgba(243, 126, 33, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(179, 0, 1, 1) 0%,
    rgba(243, 126, 33, 1) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(179, 0, 1, 1) 0%,
    rgba(243, 126, 33, 1) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(179, 0, 1, 1) 0%,
    rgba(243, 126, 33, 1) 100%
  );
  background: #B30001\0;
  color: #fff;
}
#nav .nav-tabs {
  font-size: 0;
}
#nav .nav-tabs li {
  display: inline-block;
  padding: 0 22px;
  font-size: 16px;
  cursor: pointer;
}
#nav .nav-tabs li.active {
  position: relative;
}
#nav .nav-tabs li:first-child {
  margin-left: -18px;
}
#nav .nav-tabs li.active::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#nav .nav-tabs li:first-child.active::before {
  width: 40px;
}
#nav .nav-phone {
  font-size: 16px;
}
#nav .nav-phone span {
  margin-left: 27px;
}
#nav .nav-phone span i {
  font-size: 14px;
  opacity: 0.8;
  margin-right: 3px;
}
ul {
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
.footer-wrap {
  /* background: linear-gradient(180deg, #020f75 0%, #020b39 100%); */
  background-color: #2c364f;
  padding: 80px 0;
  width: 100%;
}
.footer-wrap .container {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.footer-wrap .container .right-box {
  display: flex;
}
.footer-wrap .container .right-box .contact-us {
  margin-left: 130px;
}
.footer-wrap .container .item {
  flex: 1;
  color: #fff;
  box-sizing: content-box !important;
  margin-bottom: 24px;
}
.footer-wrap .container .item:nth-child(2) {
  flex: 0 0 264px;
}
.footer-wrap .container .item:nth-last-child(1) {
  flex: 0 0 272px;
  padding-right: 0;
}
.footer-wrap .container .first-item {
  flex: 0 0 420px;
  padding: 0 200px 0 0;
  margin-top: -5px;
}
.footer-wrap .container .item-flex {
}

.footer-wrap .f-title {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 500;
  font-family: "PingFangSC-Regular, PingFang SC";
}
.footer-wrap .desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  font-family: "PingFangSC-Light, PingFang SC";
  margin-bottom: 8px;
}
.footer-wrap .fs-title {
  position: relative;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "PingFangSC-Regular, PingFang SC";
}

.first-item img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.first-item a {
  vertical-align: middle;
  margin-top: 32px;
  display: inline-block;
  font-size: 12px;
}

.tit {
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  line-height: 40px;
  font-weight: 500;
}
#app .in-btn {
  background: #2d6fc5;
  border-color: #2d6fc5;
  border-radius: 0;
  color: #fff;
}
#app .zheader.in-btn {
  background: transparent;
  border: none;
  color: #000;
}
.el-button--danger {
  border-color: #2d6fc5;
}
#header .home-sign .el-dialog {
  width: 400px;
  background: #fff url(../image/sign_bg.png) no-repeat;
  background-size: 100% auto;
  z-index: 1001;
}
#header .organ-sign-block {
  width: 360px;
  margin: 0 auto;
}
#header .home-sign .home-sign-tit {
  text-align: center;
  font-size: 22px;
  height: 33px;
  line-height: 33px;
}
#header .home-sign .home-sign-tit img {
  display: inline-block;
  height: 4px;
  vertical-align: middle;
}
#header .home-sign .el-dialog__body {
  padding-top: 0;
}
#header .home-sign .home-sign-tit span {
  margin: 0 9px;
}
#header .home-sign .home-sign-input-sigol {
  margin-top: 5px;
}
#header .home-sign .home-sign-input input {
  height: 40px;
  font-size: 16px;
  border: 0;
}
#header .home-sign .home-sign-input .iconfont {
  font-size: 30px;
}
#header .home-sign .home-sign-input .el-input__prefix {
  padding-top: 4px;
}

#header .home-sign .home-sign-code {
  width: 122px;
  height: 50px;
  float: right;
  cursor: pointer;
}
#header .home-sign .home-sign-block {
  width: 336px;
  margin: 0 auto;
}
#header .home-sign .home-sign-code-btn {
  width: 122px;
  height: 50px;
  font-size: 16px;
  color: #2d6fc5;
  border: 1px solid #2d6fc5;
  border-radius: 2px;
  float: right;
  padding: 0;
}
#header .home-sign .home-sign-input-block {
  margin-top: 14px;
  position: relative;
}
#header .home-sign .home-sign-input-block .home-sign-input-bg {
  padding-left: 10px;
  background: #fff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 47px;
  display: inline-block;
}
#header .home-sign .home-sign-input-block .home-sign-input-code {
  width: 198px;
}
#header .home-sign .home-sign-input-block .sign-icon {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
#header .home-sign .home-sign-input-block .home-sign-input {
  width: 82%;
}
#header .home-sign .home-sign-input-block .home-sign-input-tip {
  width: 202px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ee998b;
  background: #ffdad4;
  color: #2d6fc5;
  font-size: 14px;
}
#header .home-sign .home-sign-input-block .home-sign-input-tip i {
  margin: 0 10px;
}
#header .home-sign .home-sign-btn-block {
  text-align: center;
  margin-top: 24px;
}
#header .home-sign .home-sign-btn-block .home-sign-btn-tip {
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 16px;
}
#header .home-sign .home-sign-btn {
  width: 336px;
  height: 50px;
  font-size: 20px;
}
#header .home-sign .home-sign-company {
  animation: signHeight 1s forwards;
  -webkit-animation: signHeight 1s forwards;
  -o-animation: signHeight 1s forwards;
  -moz-animation: signHeight 1s forwards;
  -ms-animation: signHeight 1s forwards;
}
@keyframes signHeight {
  0% {
    height: 0;
  }
  100% {
    height: 64px;
  }
}
@-webkit-keyframes signHeight {
  0% {
    height: 0;
  }
  100% {
    height: 64px;
  }
}
@-o-keyframes signHeight {
  0% {
    height: 0;
  }
  100% {
    height: 64px;
  }
}
@-moz-keyframes signHeight {
  0% {
    height: 0;
  }
  100% {
    height: 64px;
  }
}
@-ms-keyframes signHeight {
  0% {
    height: 0;
  }
  100% {
    height: 64px;
  }
}
.el-pager li.active {
  color: #2d6fc5;
}
.el-pagination {
  font-weight: 500;
}
.el-input__inner {
  border-radius: 2px;
}
.el-textarea__inner {
  border-radius: 2px;
}
.el-form-item {
  margin-bottom: 16px;
}
.home-iframe {
  width: 100%;
  height: 700px;
}
#header .home-sign-btn-block .home-agree {
  text-align: left;
  padding-left: 12px;
  margin-bottom: 5px;
}
#header
  .home-sign-btn-block
  .home-agree
  .el-checkbox__input.is-checked
  .el-checkbox__inner {
  background-color: #2d6fc5;
  border-color: #2d6fc5;
  padding-left: 12px;
}
#header .home-sign-btn-block .home-agree a {
  color: #e72a08;
}
#header .header-gkicon {
  height: 60px;
  background: #4d7deb url(../image/home_top_gkicon.png) center top no-repeat;
  background-size: auto 100%;
}
#header .header-gkicon2 {
  background: #3a2882 url(../image/home_sszx_banner.png) center top no-repeat;
  background-size: auto 100%;
  position: relative;
}
#header .header-gkicon a {
  display: block;
  width: 100%;
  height: 100%;
}
[v-cloak] {
  display: none;
}
body.el-popup-parent--hidden {
  overflow: visible !important;
}
/*.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    cursor: wait;
}*/
#loading {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 270px;
  height: 190px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.loading-p {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.load-img {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 80px;
  animation: imgcircle 2s infinite forwards;
  -webkit-animation: imgcircle 2s infinite forwards;
  -ms-animation: imgcircle 2s infinite forwards;
  -o-animation: imgcircle 2s infinite forwards;
  -moz-animation: imgcircle 2s infinite forwards;
  animation-timing-function: cubic-bezier(0.4, 0.3, 0.2, 0.5);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.3, 0.2, 0.5);
  -ms-animation-timing-function: cubic-bezier(0.4, 0.3, 0.2, 0.5);
  -moz-animation-timing-function: cubic-bezier(0.4, 0.3, 0.2, 0.5);
  -o-animation-timing-function: cubic-bezier(0.4, 0.3, 0.2, 0.5);
}
@keyframes imgcircle {
  0% {
    transform: rotate(360deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(360deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(360deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: -2% -2%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(0deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: -2% -2%;
  }
}
@-webkit-keyframes imgcircle {
  0% {
    transform: rotate(360deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(360deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(360deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: -2% -2%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(0deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: -2% -2%;
  }
}
@-ms-keyframes imgcircle {
  0% {
    transform: rotate(360deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(360deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(360deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: -2% -2%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(0deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: -2% -2%;
  }
}
@-moz-keyframes imgcircle {
  0% {
    transform: rotate(360deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(360deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(360deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: -2% -2%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(0deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: -2% -2%;
  }
}
@-o-keyframes imgcircle {
  0% {
    transform: rotate(360deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(360deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(360deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(360deg);
    -ms-transform-origin: -2% -2%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: -2% -2%;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: -2% -2%;
    -o-transform: rotate(0deg);
    -o-transform-origin: -2% -2%;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: -2% -2%;
    -ms-transform: rotate(0deg);
    -ms-transform-origin: -2% -2%;
  }
}
.right-icon {
  width: 13px !important;
  margin-top: 5px;
}
.el-pager li {
  border: 1px solid rgba(232, 232, 232, 1);
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
}
.el-pager li.active + li {
  border-left: 1px solid rgba(232, 232, 232, 1);
}
.el-pager li.active {
  border: 0;
}
.el-button {
  border-radius: 1px;
}
.el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid #f5f5f5;
}
.el-table th {
  color: #bfbfbf;
  font-weight: 400 !important;
}
.organ-sign-btn-block {
  overflow: hidden;
  margin: 50px auto 0 auto;
  width: 360px;
}
.organ-sign-btn-block .oragin-settled {
  width: 144px;
  height: 64px;
  border-radius: 2px;
  border: 1px solid #2d6fc5;
  font-size: 20px;
  color: #2d6fc5;
  float: left;
}
.organ-sign-btn-block .organ-sign-btn {
  width: 200px;
  height: 64px;
  font-size: 20px;
  float: right;
}
.el-pagination button,
.el-pagination span:not([class*="suffix"]) {
  margin-top: 2px;
}

/* 单行文本 */
.line-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2行文本 */
.limit-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 3行文本 */
.limit-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 4行文本 */
.limit-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/* 5行文本 */
.limit-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

#header .header-ul.header-ul-index li {
  width: 106px;
  text-align: center;
  color: #000;
}
#header .header-ul.header-ul-index .active {
  /* font-weight: 800; */
  border-bottom: 2px solid #126CFF;
  box-sizing: border-box;
  height: 64px;
  color: #126CFF;
}

#header .header-section-index .el-dropdown {
  color: #fff;
  margin-right: 32px;
}

.user-status {
  width: auto;
  /* height: 24px; */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ff6911;
  line-height: 24px;
  font-style: normal;
  padding: 2px 6px;
  text-align: center;
  border-radius: 4px;
  text-wrap: nowrap;
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
  font-size: 16px;
}
.el-table::before {
  height: 0px !important;
}
.el-table {
  height: 578px;
}

.el-table td.el-table__cell div {
  font-weight: 400;
}

.el-table th.el-table__cell>.cell {
  font-weight: 400;
}