@charset "UTF-8";span.delete,#personalAbout{pointer-events: none;}a.staffService{display:none}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  max-height: 100vh;
  overflow: hidden; }

button,
i {
  cursor: pointer; }

.button {
  width: 146px;
  height: 36px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #178AEC; }

.button-border {
  width: 88px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #178AEC;
  font-size: 14px;
  color: #178AEC; }

.button-bottom {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #D8D8D8; }

ul li,
ol li {
  list-style: none;
  cursor: pointer; }

.el-main {
  padding: 0; }

select {
  padding: 3px 0;
  border: none;
  background-color: transparent; }

.select-border {
  border-bottom: 1px solid #D8D8D8; }

.mt12 {
  margin-top: 12px; }

.cp {
  cursor: pointer; }

.ana-text {
  background-color: #fff;
  padding: 21px 24px 20px 26px; }
  .ana-text h4 {
    margin-bottom: 9px;
    font-size: 20px;
    color: #6C829A; }
    .ana-text h4 i {
      margin-left: 6px;
      color: #6C829A; }
  .ana-text p {
    font-size: 14px;
    color: #001529;
    line-height: 24px; }

.container {
  padding: 20px 35px 30px;
  width: 100%;
  background: #fff;
  color: #001529;
  font-size: 14px;
  margin-bottom: 12px; }
  .container .el-input {
    width: 43px;
    margin-left: 0; }
    .container .el-input input {
      padding: 0;
      height: 20px;
      border: none;
      border-bottom: 1px solid #D8D8D8;
      border-radius: 0;
      background: transparent !important;
      text-align: center;
      line-height: 20px; }
  .container .title {
    margin-top: 30px;
    text-align: center; }
  .container .grawinner {
    height: 400px; }
  .container i,
  .container .el-link--inner {
    color: #6C829A; }

.grawtable {
  padding: 0 0 44px;
  background-color: #fff; }
  .grawtable .title {
    text-align: center;
    font-size: 14px;
    color: #001529;
    margin-bottom: 16px; }
    .grawtable .title i {
      color: #6C829A;
      margin-left: 3px; }
  .grawtable .el-table {
    margin: auto; }

.disbutton {
  background-color: #ddd;
  background-image: unset !important;
  cursor: not-allowed; }

body {
  background-color: #EBEEF5; }
  body [v-cloak] {
    display: none; }
  body #app {
    height: 100%;
    font-family: "PingFang SC"; }
    body #app > .el-container .el-header {
      padding: 0;
      background-color: #001529;
      box-shadow: 0 1px 4px 0 #0000001c; }
      body #app > .el-container .el-header .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1440px;
        min-width: 1080px;
        height: 100%;
        margin: auto; }
        body #app > .el-container .el-header .header .icon {
          margin-left: 20px; }
        body #app > .el-container .el-header .header .opera {
          display: flex;
          align-items: center;
          color: #FFFFFF;
          margin-right: 14px; }
          body #app > .el-container .el-header .header .opera li {
            margin-left: 24px; }
            body #app > .el-container .el-header .header .opera li a {
              text-decoration: none;
              color: #fff; }
            body #app > .el-container .el-header .header .opera li .person-opera {
              display: inline-block;
              width: 32px;
              height: 32px;
              background: #fff url(../../images/textanalysis/header.svg) no-repeat center;
              border-radius: 50%; }
    body #app > .el-container > .el-main {
      height: calc(100vh - 60px); }
      body #app > .el-container > .el-main > .el-container {
        max-width: 1440px;
        min-width: 1080px;
        margin: auto; }
        body #app > .el-container > .el-main > .el-container .el-aside {
          background-color: #fff; }
          body #app > .el-container > .el-main > .el-container .el-aside > .el-menu {
            height: calc(100vh - 60px);
            overflow-y: y;
            /* 文字 */
            /* icon图标也跟着变 */ }
            body #app > .el-container > .el-main > .el-container .el-aside > .el-menu .el-submenu__title {
              font-weight: 600; }
            body #app > .el-container > .el-main > .el-container .el-aside > .el-menu .el-dropdown-menu__item,
            body #app > .el-container > .el-main > .el-container .el-aside > .el-menu .el-menu-item {
              font-weight: 600; }
            body #app > .el-container > .el-main > .el-container .el-aside > .el-menu .el-submenu .el-menu-item {
              padding-left: 64px !important;
              font-weight: 400; }
            body #app > .el-container > .el-main > .el-container .el-aside > .el-menu .el-submenu.is-active > .el-submenu__title {
              color: #409eff !important; }
            body #app > .el-container > .el-main > .el-container .el-aside > .el-menu .el-submenu.is-active > .el-submenu__title i {
              color: #409eff !important; }
        body #app > .el-container > .el-main > .el-container > .el-main {
          margin: 12px 12px 0;
          overflow-y: auto; }
          body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container {
            max-height: calc(100vh - 72px);
            padding-bottom: 12px;
            overflow: hidden; }
            body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside {
              height: calc(100vh - 84px);
              padding: 30px 26px 0; }
              body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .flex-st {
                margin-top: 10px;
                font-size: 12px;
                color: #6C829A; }
                body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .flex-st .el-link {
                  margin-right: 3px; }
              body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .flex-ct {
                margin-bottom: 10px;
                font-size: 14px;
                color: #001529;
                line-height: 24px; }
                body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .flex-ct i {
                  color: #6C829A;
                  margin-left: 3.5px; }
              body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .el-radio {
                margin-right: 10px; }
                body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .el-radio .el-radio__inner {
                  width: 16px;
                  height: 16px; }
                body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .el-radio .is-checked .el-radio__inner {
                  border-color: #1890FF;
                  background-color: #fff; }
                  body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .el-radio .is-checked .el-radio__inner::after {
                    width: 8px;
                    height: 8px;
                    background-color: #1890FF; }
                body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-aside .el-radio .el-radio__label {
                  padding-left: 4px; }
            body #app > .el-container > .el-main > .el-container > .el-main .aside-common > .el-container .el-main {
              margin-left: 12px;
              background-color: transparent; }
          body #app > .el-container > .el-main > .el-container > .el-main .home {
            margin-bottom: 12px;
            padding: 36px 24px 38px 36px;
            max-height: calc(100vh - 84px);
            overflow-y: auto;
            background-color: #fff; }
            body #app > .el-container > .el-main > .el-container > .el-main .home > h1 {
              font-weight: 500;
              font-size: 20px;
              color: #666666;
              margin-bottom: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list {
              display: flex;
              flex-wrap: wrap;
              margin-top: 22px; }
              body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item {
                position: relative;
                padding: 21px 22px 26px 23px;
                margin: 0 12px 12px 0;
                width: calc(25% - 12px);
                background: #FFFFFF;
                box-shadow: 0 0 5px 0 #1362a52e;
                border-radius: 5px; }
                body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-header {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  margin-bottom: 14px; }
                  body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-header h4 {
                    color: #001529; }
                  body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-header i {
                    transform: rotate(90deg); }
                body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .el-descriptions {
                  font-size: 10px;
                  margin-bottom: 40px; }
                  body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .el-descriptions :not(.is-bordered) .el-descriptions-item__cell {
                    padding-bottom: 6px; }
                body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-bottom {
                  position: relative; }
                  body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-bottom i {
                    color: #178AEC;
                    transform: rotate(20deg); }
                  body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-bottom button {
                    width: 74px;
                    height: 24px;
                    font-size: 12px; }
                    body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-bottom button.start-analysis {
                      background-image: linear-gradient(126deg, #33BEF7 0%, #178AEC 100%); }
                    body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .doc-item .item-bottom button.enter-project {
                      background-image: linear-gradient(135deg, #FAD961 0%, #F76B1C 100%); }
              body #app > .el-container > .el-main > .el-container > .el-main .home .doc-list .active-item:after {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                content: '';
                height: 6px;
                background-color: #178AEC;
                border-radius: 0 0 6px 6px; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordcolud .el-aside .word-opera {
            margin-top: 10px; }
            body #app > .el-container > .el-main > .el-container > .el-main .wordcolud .el-aside .word-opera .el-input {
              width: 228px;
              margin-left: 0; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordcolud .el-aside .el-table thead tr th.el-table__cell {
            font-size: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .wordcolud .el-aside .el-table thead tr th.el-table__cell .cell {
              padding: 0 5px; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordcolud .el-main .container .changestyle {
            margin-right: 60px; }
          body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside .flex-bt {
            margin-bottom: 10px; }
            body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside .flex-bt .el-link {
              font-size: 16px; }
          body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix {
            width: 100%;
            height: calc(100% - 64px); }
            body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix .jexcel_content {
              padding-right: 3px;
              box-shadow: none !important;
              max-height: unset !important;
              height: 100%; }
            body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix table {
              width: 100%; }
              body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix table colgroup col:first-child {
                width: 0 !important; }
              body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix table tr {
                height: 36px; }
              body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix table thead tr td {
                position: relative;
                background-color: #F7F9FA;
                pointer-events: none; }
                body #app > .el-container > .el-main > .el-container > .el-main .customwordcolud .el-aside #cusMatrix table thead tr td:nth-child(3)::after {
                  position: absolute;
                  content: '';
                  width: 16px;
                  height: 16px;
                  background-image: url(../../images/textanalysis/sort.svg);
                  top: 10px;
                  right: 5px;
                  pointer-events: auto; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-aside .el-table th .cell {
            font-size: 12px; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-aside .el-table .cell {
            cursor: pointer; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-main .locatedetail {
            margin-bottom: 12px;
            padding: 24px 26px;
            background-color: #fff;
            overflow: hidden; }
            body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-main .locatedetail p {
              font-size: 14px;
              line-height: 20px; }
              body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-main .locatedetail p span {
                color: #178AEC; }
            body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-main .locatedetail .el-table .cell {
              cursor: pointer; }
            body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-main .locatedetail .el-table .onerow {
              line-height: 36px; }
          body #app > .el-container > .el-main > .el-container > .el-main .wordlocate .el-main .ana-text {
            height: calc(100vh - 482px);
            overflow-y: auto; }
          body #app > .el-container > .el-main > .el-container > .el-main .tfidf .el-aside .el-input {
            margin: 10px 0;
            width: 228px; }
          body #app > .el-container > .el-main > .el-container > .el-main .tfidf .el-aside .el-table thead tr th.el-table__cell {
            font-size: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .tfidf .el-aside .el-table thead tr th.el-table__cell .cell {
              padding: 0 5px; }
          body #app > .el-container > .el-main > .el-container > .el-main .tfidf .el-main .container .el-link {
            margin-left: 60px; }
          body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside {
            min-width: 400px; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside > .flex-rowed {
              margin: 10px 0 16px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside > .flex-rowed select {
                margin-right: 14px;
                width: 77px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside > .flex-rowed .button {
                width: 100px; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside .button-border {
              width: 84px;
              font-size: 12px;
              margin-left: 10px; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside .el-table {
              margin-top: 6px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside .el-table th .cell {
                font-size: 12px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-aside .el-table td:first-child {
                cursor: pointer; }
          body #app > .el-container > .el-main > .el-container > .el-main .emotionword .el-main .container .el-link {
            margin-left: 45px; }
          body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-aside {
            padding: 0 !important;
            background: transparent !important; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-aside .emotion-wrap {
              padding: 20px 26px;
              background-color: #fff; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-aside .emotion-wrap .flex-bt {
                margin-top: 22px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-aside .emotion-wrap .el-table {
                margin-top: 7px; }
                body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-aside .emotion-wrap .el-table tr td:first-child {
                  cursor: pointer; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-aside .mt12 {
              background-color: #fff; }
          body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info {
            margin-bottom: 12px;
            padding: 24px 26px;
            height: calc(100vh - 269px);
            background-color: #fff; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .flex-bt {
              font-size: 14px;
              color: #001529;
              line-height: 20px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .flex-bt .flex-bt p span {
                color: #178AEC; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .flex-bt .flex-bt span {
                margin-left: 20px; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .flex-bt .tag {
                display: inline-block;
                width: 44px;
                height: 20px;
                text-align: center;
                border: 1px solid #000;
                background: #ccc; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .flex-bt .due {
                background: #B6DDFF;
                border: 1px solid #178AEC;
                color: #178AEC; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .flex-bt .neg {
                background: #FFB6BF;
                border: 1px solid #D0021B;
                color: #D0021B; }
            body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .info {
              margin-top: 12px;
              padding: 10px 12px;
              height: calc(100% - 20px);
              border: 1px solid #DDDDDD;
              overflow-y: auto; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .info p {
                font-size: 14px;
                line-height: 20px;
                color: #333333; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .info .up {
                color: #178AEC; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .info .down {
                color: #D0021B; }
              body #app > .el-container > .el-main > .el-container > .el-main .emotionrow .el-main .com-info .info .text {
                margin-top: 20px; }
          body #app > .el-container > .el-main > .el-container > .el-main .chooseword {
            display: flex;
            padding: 27px;
            height: calc(100vh - 84px);
            background-color: #fff;
            font-size: 14px;
            color: #6C829A; }
            body #app > .el-container > .el-main > .el-container > .el-main .chooseword .flex-st {
              margin: 0 18px;
              width: 16px; }
            body #app > .el-container > .el-main > .el-container > .el-main .chooseword .back-home {
              cursor: pointer;
              margin-left: 20px; }
            body #app > .el-container > .el-main > .el-container > .el-main .chooseword .fz12 {
              font-size: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .chooseword .el-table {
              overflow-y: auto; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .el-table::before {
                height: 0; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .el-table .cell input,
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .el-table .cell i {
                float: right;
                line-height: 36px; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .el-table .cell input {
                margin-top: 13px; }
            body #app > .el-container > .el-main > .el-container > .el-main .chooseword .left-list {
              display: flex;
              flex-direction: column;
              flex: 1; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .left-list .el-input {
                width: 220px; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .left-list .flex-bt:nth-child(2) {
                margin-top: 10px; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .left-list .text {
                color: #6C829A;
                text-decoration: underline;
                font-style: normal; }
            body #app > .el-container > .el-main > .el-container > .el-main .chooseword .right-list {
              display: flex;
              flex-direction: column;
              flex: 1; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .right-list .button {
                width: 130px; }
              body #app > .el-container > .el-main > .el-container > .el-main .chooseword .right-list .flex-bt {
                line-height: 25px; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-aside .button {
            width: 130px; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-aside .cell div {
            cursor: pointer; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .container .w106 {
            width: 106px;
            margin-right: 12px; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix {
            margin-bottom: 12px;
            padding: 20px 35px 30px;
            background-color: #fff; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix .flex-bt {
              font-size: 14px;
              color: #001529; }
              body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix .flex-bt i,
              body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix .flex-bt .el-link--inner {
                font-size: 14px;
                color: #6C829A; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix #matrixtable th .cell,
            body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix #matrixtable td .cell {
              height: 18px;
              line-height: 18px;
              font-size: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .matrix .button-border {
              margin-right: 10px; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .mt12 {
            margin: 12px 0;
            background-color: #fff; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterword .el-main .mt12 .select-border {
              margin-right: 50px; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-aside {
            display: flex;
            flex-direction: column;
            padding: 0 !important;
            background: transparent !important; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-aside .clusterrow-wrap {
              padding: 20px 26px;
              margin-bottom: 12px;
              background-color: #fff; }
              body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-aside .clusterrow-wrap .flex-bt .button {
                width: 100px;
                margin-right: 20px; }
              body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-aside .clusterrow-wrap .el-table .cell {
                height: 30px;
                line-height: 30px; }
              body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-aside .clusterrow-wrap .el-table td:first-child {
                cursor: pointer; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-aside .ana-text {
              flex: 1;
              overflow-y: auto; }
          body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-main .container {
            margin-bottom: 0; }
            body #app > .el-container > .el-main > .el-container > .el-main .clusterrow .el-main .container select {
              margin-right: 50px; }
          body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-aside {
            padding-bottom: 30px; }
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-aside .button {
              width: 130px; }
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-aside .el-table {
              max-height: calc(100vh - 245px);
              overflow-y: auto; }
              body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-aside .el-table::before {
                height: 0; }
              body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-aside .el-table .el-table__cell:first-child .cell {
                cursor: pointer; }
          body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .container {
            position: relative; }
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .container .flex-bt {
              margin-bottom: 14px; }
              body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .container .flex-bt .button-border {
                width: 106px;
                margin-right: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .container .flex-ed {
              position: relative; }
              body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .container .flex-ed .style-tooltip {
                display: none;
                position: absolute;
                bottom: 30px;
                padding: 10px;
                width: 125px;
                background: #fff;
                box-shadow: 0 0 5px 0 #1362a52e; }
                body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .container .flex-ed .style-tooltip > span {
                  display: inline-block;
                  font-size: 10px;
                  margin: 5px 0; }
          body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .socialmatrix {
            padding: 24px 20px 30px;
            background-color: #fff;
            margin-bottom: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .socialmatrix .el-table th .cell,
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .socialmatrix td .cell {
              height: 18px;
              line-height: 18px;
              font-size: 12px; }
            body #app > .el-container > .el-main > .el-container > .el-main .socialnetwork .el-container .el-main .socialmatrix .button-border {
              margin-right: 12px; }
          body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container {
            overflow: auto; }
            body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside {
              padding: 0 !important;
              height: unset;
              min-width: 400px;
              background-color: transparent;
              overflow: unset; }
              body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table {
                margin-bottom: 12px;
                padding: 26px 27px;
                background-color: #fff;
                font-size: 14px; }
                body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .button {
                  width: 110px;
                  margin-left: 10px; }
                body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .button-border {
                  width: 106px; }
                body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .flex-bt:nth-child(2) {
                  margin-top: 20px;
                  color: #001529; }
                  body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .flex-bt:nth-child(2) i {
                    color: #6C829A;
                    margin-left: 8px; }
                  body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .flex-bt:nth-child(2) .el-link {
                    font-size: 14px; }
                body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .table-wrap {
                  max-height: calc(100vh - 322px);
                  overflow: auto; }
                  body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .table-wrap .table {
                    width: unset;
                    min-width: 100%; }
                    body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .table-wrap .table th {
                      min-width: 65px; }
                    body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .table-wrap .table td i {
                      display: none;
                      float: right;
                      font-size: 12px;
                      line-height: 36px; }
                    body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .lda-table .table-wrap .table td:hover i {
                      display: unset; }
              body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-aside .container .title {
                margin-top: 14px; }
            body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .el-main {
              overflow: unset; }
            body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .container .title {
              margin-bottom: 10px; }
              body #app > .el-container > .el-main > .el-container > .el-main .lda .el-container .container .title .el-link {
                margin-left: 5px; }
          body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside {
            padding: 0 !important;
            background: transparent !important;
            min-width: 545px; }
            body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap {
              padding: 21px 26px 10px;
              background: #fff; }
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .flex-bt .el-link,
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .flex-bt i {
                font-weight: 400;
                font-size: 12px;
                color: #6C829A; }
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .flex-bt .button {
                margin-right: 5px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .flex-bt .button:first-child {
                  width: 100px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .flex-bt .button:nth-child(2) {
                  width: 50px; }
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .flex-bt .el-input {
                width: 130px; }
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table {
                max-height: calc(100vh - 320px);
                margin-bottom: 12px;
                overflow-y: auto; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table::before {
                  height: 0; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table .cell {
                  padding: 0 6px;
                  cursor: pointer; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table thead .caret-wrapper {
                  width: 15px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table thead i {
                  font-size: 10px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table thead .el-tooltip {
                  font-size: 14px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table td:last-child .cell {
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  padding: 0 13px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table .square-button {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 14px;
                  height: 14px;
                  line-height: 14px;
                  border: 1px solid #6C829A; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table .square-button i {
                    font-size: 8px;
                    color: #6C829A; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table .disabled-button {
                  cursor: not-allowed;
                  border: 1px solid rgba(0, 0, 0, 0.22); }
                  body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table .disabled-button .el-tooltip {
                    cursor: not-allowed; }
                    body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .el-table .disabled-button .el-tooltip i {
                      cursor: not-allowed;
                      color: rgba(0, 0, 0, 0.22); }
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider {
                display: flex;
                align-items: center;
                margin-bottom: 20px;
                background: #fff; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider span {
                  font-size: 12px;
                  color: #001529; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider span:first-child {
                    width: 65px; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider span i {
                    color: #6C829A; }
                body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider .el-slider {
                  margin: 0 8px;
                  width: 167px; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider .el-slider .el-slider__runway {
                    margin: 9px 0;
                    height: 1px;
                    background: #A9D0FF; }
                    body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider .el-slider .el-slider__runway .el-slider__bar {
                      display: none; }
                    body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider .el-slider .el-slider__runway .el-slider__button-wrapper {
                      width: 4px;
                      height: 7px;
                      top: -11px; }
                      body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider .el-slider .el-slider__runway .el-slider__button-wrapper::before {
                        content: attr(data-attr);
                        position: absolute;
                        width: 8px;
                        height: 17px;
                        line-height: 17px;
                        text-align: center;
                        top: -8px;
                        left: -3px;
                        font-size: 12px;
                        color: #001529; }
                      body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap .slider .el-slider .el-slider__runway .el-slider__button-wrapper .el-slider__button {
                        width: 4px;
                        height: 7px;
                        background: #178AEC;
                        border: none;
                        border-radius: 0; }
              body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .new-wrap > .button {
                margin-bottom: 20px; }
            body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-aside .ana-text {
              margin: 12px 0; }
          body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-main {
            font-size: 14px; }
            body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-main .flex-bt span {
              color: #178AEC; }
            body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-main .el-table .onerow {
              line-height: 36px; }
            body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-main .el-table .cell {
              cursor: pointer; }
            body #app > .el-container > .el-main > .el-container > .el-main .newwordfind .el-container .el-main .ana-text:nth-child(2) {
              max-height: calc(100vh - 477px);
              overflow-y: auto; }
          body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container {
            max-height: calc(100vh - 84px); }
            body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside {
              margin-right: 12px;
              padding: 26px; }
              body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside .flex-bt {
                align-items: flex-end;
                margin-bottom: 14px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside .flex-bt div {
                  display: flex;
                  align-items: center;
                  gap: 10px; }
              body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside .word-list .el-tag {
                position: relative;
                margin-right: 6px;
                padding: 0 16px;
                width: 88px;
                background-color: #CEE8FF;
                border-radius: 0;
                color: #178AEC;
                text-align: center;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
                body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside .word-list .el-tag i {
                  display: none;
                  position: absolute;
                  right: 5px;
                  top: 3.5px; }
                body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside .word-list .el-tag:hover {
                  border: 1px solid #178AEC;
                  background-color: #B7DEFF; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside .word-list .el-tag:hover i {
                    display: inline-block; }
              body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-aside > .el-link {
                font-size: 16px; }
            body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main {
              padding: 24px 25px 69px 26px;
              background-color: #fff;
              height: calc(100vh - 84px); }
              body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .button {
                background: #178AEC; }
              body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .el-textarea {
                margin-top: 11px;
                height: calc(100% - 69px); }
                body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .el-textarea .el-textarea__inner {
                  height: 100%;
                  background: #F2F3F5;
                  border: 1px solid #DDDDDD;
                  border-radius: 0;
                  resize: none; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .el-textarea .el-textarea__inner::-webkit-input-placeholder {
                    font-size: 14px;
                    color: #6C829A; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .el-textarea .el-textarea__inner::-moz-placeholder {
                    font-size: 14px;
                    color: #6C829A; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .el-textarea .el-textarea__inner::-ms-input-placeholder {
                    font-size: 14px;
                    color: #6C829A; }
                  body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main .el-textarea .el-textarea__inner::placeholder {
                    font-size: 14px;
                    color: #6C829A; }
              body #app > .el-container > .el-main > .el-container > .el-main .newword .el-container .el-main i.el-tooltip {
                color: #6C829A; }
          body #app > .el-container > .el-main > .el-container > .el-main .table-common .el-table tr .el-table__cell:first-child .cell {
            position: relative;
            padding: 0 15px 0 5px !important; }
            body #app > .el-container > .el-main > .el-container > .el-main .table-common .el-table tr .el-table__cell:first-child .cell > div {
              cursor: pointer;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
            body #app > .el-container > .el-main > .el-container > .el-main .table-common .el-table tr .el-table__cell:first-child .cell i {
              display: none;
              position: absolute;
              top: 0px;
              right: 5px;
              font-size: 12px;
              line-height: 36px; }
            body #app > .el-container > .el-main > .el-container > .el-main .table-common .el-table tr .el-table__cell:first-child .cell:hover i {
              display: inline-block; }
          body #app > .el-container > .el-main > .el-container > .el-main .tooltip-common .el-aside {
            position: relative; }
            body #app > .el-container > .el-main > .el-container > .el-main .tooltip-common .el-aside > .el-link {
              font-size: 14px;
              position: absolute;
              top: 14px;
              left: 26px; }
          body #app > .el-container > .el-main > .el-container > .el-main .lda-inner,
          body #app > .el-container > .el-main > .el-container > .el-main .emotion-inner {
            padding: 17px 27px;
            height: calc(100vh - 84px);
            background-color: #fff; }
            body #app > .el-container > .el-main > .el-container > .el-main .lda-inner .el-link,
            body #app > .el-container > .el-main > .el-container > .el-main .emotion-inner .el-link {
              display: block;
              margin-bottom: 18px;
              font-size: 14px;
              line-height: 24px;
              color: #178AEC !important; }
            body #app > .el-container > .el-main > .el-container > .el-main .lda-inner .button,
            body #app > .el-container > .el-main > .el-container > .el-main .emotion-inner .button {
              display: block;
              margin-top: 14px;
              width: 110px; }
          body #app > .el-container > .el-main > .el-container > .el-main .emotion-inner .el-link:nth-child(2) {
            margin-bottom: 40px; }
          body #app > .el-container > .el-main > .el-container > .el-main .emotion-inner .button-border {
            width: 106px; }
    body #app .loading-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 2000; }
      body #app .loading-box .icon-wrap {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        width: 100%;
        text-align: center; }
        body #app .loading-box .icon-wrap i {
          color: #409EFF; }
        body #app .loading-box .icon-wrap p {
          color: #409EFF;
          margin: 3px 0;
          font-size: 14px; }
  body .flex-bt {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  body .flex-st {
    display: flex;
    align-items: center; }
  body .flex-ct {
    display: flex;
    align-items: center;
    justify-content: center; }
  body .flex-ed {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  body .flex-rowed {
    display: flex;
    align-items: end; }
  body .el-popover {
    padding: 0;
    background-color: #001529; }
    body .el-popover ul {
      padding-top: 15px; }
      body .el-popover ul li {
        padding-left: 16px;
        line-height: 17px;
        margin-bottom: 10px;
        font-size: 12px;
        color: #fff; }
        body .el-popover ul li:last-child {
          margin-bottom: 5px;
          line-height: 40px;
          border-top: 1px solid rgba(255, 255, 255, 0.18); }
  body .deldocmess {
    padding-bottom: 15px;
    width: 434px;
    background: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 24px 24px 0 rgba(0, 0, 0, 0.18);
    border-radius: 2px; }
    body .deldocmess .el-message-box__title,
    body .deldocmess .el-dialog__title {
      font-weight: 600;
      font-size: 18px;
      color: #333333; }
    body .deldocmess .el-message-box__content,
    body .deldocmess .el-dialog__body {
      padding-top: 8px;
      padding-bottom: 0;
      margin-bottom: 50px;
      font-size: 14px;
      color: #333333;
      letter-spacing: 0.5px; }
    body .deldocmess .el-message-box__btns,
    body .deldocmess .dialog-footer {
      display: flex;
      flex-direction: row-reverse; }
      body .deldocmess .el-message-box__btns button,
      body .deldocmess .dialog-footer button {
        width: 100px;
        height: 36px;
        border: 1px solid #178AEC;
        background-color: #178AEC;
        border-radius: 0;
        color: #fff;
        letter-spacing: 0.57px; }
        body .deldocmess .el-message-box__btns button:first-child,
        body .deldocmess .dialog-footer button:first-child {
          margin-left: 20px;
          background-color: #fff;
          color: #178AEC; }
  body .nocss .el-input {
    width: 100%;
    margin-left: 0; }
  body .upload {
    display: flex;
    align-items: center; }
    body .upload > button {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #178AEC;
      font-size: 14px;
      font-weight: 600; }
      body .upload > button img {
        margin-right: 5px; }
    body .upload .upload_tip {
      margin-left: 5px;
      font-size: 10px;
      color: #6C829A; }
    body .upload .el-link span {
      line-height: 16px;
      color: red; }
  body .onerow,
  body .el-descriptions-item__content {
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  body .uploaddoc {
    padding: 24px 24px 20px; }
    body .uploaddoc .el-dialog__header {
      padding: 0; }
    body .uploaddoc .el-dialog__body {
      padding: 0;
      margin-bottom: 10px; }
      body .uploaddoc .el-dialog__body .el-textarea {
        margin-top: 10px;
        background: #F7F7F7;
        border: 1px solid #F2F3F5; }
        body .uploaddoc .el-dialog__body .el-textarea .el-textarea__inner {
          position: relative;
          resize: none;
          border: 0;
          border-radius: 0;
          background-color: transparent; }
          body .uploaddoc .el-dialog__body .el-textarea .el-textarea__inner::-webkit-input-placeholder {
            text-align: center;
            line-height: 300px;
            color: #6C829A; }
          body .uploaddoc .el-dialog__body .el-textarea .el-textarea__inner::-moz-placeholder {
            text-align: center;
            line-height: 300px;
            color: #6C829A; }
          body .uploaddoc .el-dialog__body .el-textarea .el-textarea__inner::-ms-input-placeholder {
            text-align: center;
            line-height: 300px;
            color: #6C829A; }
          body .uploaddoc .el-dialog__body .el-textarea .el-textarea__inner::placeholder {
            text-align: center;
            line-height: 300px;
            color: #6C829A; }
      body .uploaddoc .el-dialog__body tr .el-table__cell:first-child .cell {
        padding: 0 !important;
        text-align: center; }
    body .uploaddoc .el-dialog__footer {
      padding: 16px 0 0; }
      body .uploaddoc .el-dialog__footer > button {
        background: #6C829A; }
  body .el-table {
    margin-top: 15px; }
    body .el-table thead {
      background: #F7F9FA; }
      body .el-table thead th .icon-sort {
        float: right; }
      body .el-table thead tr,
      body .el-table thead th.el-table__cell {
        background-color: transparent; }
      body .el-table thead th.el-table__cell {
        font-size: 14px;
        color: #333333; }
        body .el-table thead th.el-table__cell i {
          color: #6C829A; }
        body .el-table thead th.el-table__cell select {
          width: 60px;
          border: none;
          font-size: 12px;
          font-weight: 600; }
    body .el-table tr .el-table__cell .cell {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    body .el-table th,
    body .el-table td {
      padding: 0 !important; }
      body .el-table th .cell,
      body .el-table td .cell {
        height: 36px;
        line-height: 36px; }
        body .el-table th .cell .caret-wrapper,
        body .el-table td .cell .caret-wrapper {
          float: right; }
        body .el-table th .cell .sort-caret,
        body .el-table td .cell .sort-caret {
          font-size: 9px; }
  body .el-pagination {
    padding: 20px 0 0;
    text-align: right; }
    body .el-pagination .number, body .el-pagination > button {
      border: 1px solid #E6E6E6 !important;
      color: #6C829A !important;
      margin-left: 4px !important;
      font-size: 10px !important; }
    body .el-pagination > button {
      padding: 0 6px !important; }
      body .el-pagination > button span {
        font-size: 10px !important; }
    body .el-pagination .active {
      border: none !important;
      font-weight: 600 !important;
      color: #001529 !important;
      line-height: 24px !important; }
  body .simple-color .number, body .simple-color > button {
    color: #20539D !important; }
  body .simple-color .active {
    color: #20539D !important; }
  body .el-input {
    width: 141px;
    margin-left: 12px; }
    body .el-input .el-input__inner {
      background: #F2F3F5; }
    body .el-input .el-icon-search {
      position: absolute;
      right: 0; }
    body .el-input .el-icon-circle-close {
      position: absolute;
      top: 1px;
      right: 0;
      height: 28px;
      background-color: #F2F3F5;
      z-index: 1; }
  body .el-link {
    font-weight: 400;
    font-size: 12px;
    color: #6C829A !important; }
  body .total-text {
    margin-top: 8px;
    padding: 10px 9px;
    height: 160px;
    border: 1px solid #DDDDDD;
    overflow: auto;
    line-height: 20px; }
  body .el-dialog {
    margin-top: 0 !important;
    top: 50%;
    transform: translateY(-50%); }
  body .worddialog .el-dialog__header {
    padding: 20px 26px 10px; }
    body .worddialog .el-dialog__header .flex-st {
      padding-top: 10px; }
      body .worddialog .el-dialog__header .flex-st span {
        color: #178AEC;
        margin: 0 6px; }
    body .worddialog .el-dialog__header .button {
      width: 74px;
      height: 24px;
      background-image: linear-gradient(126deg, #33BEF7 0%, #178AEC 100%);
      margin-left: 6px; }
  body .worddialog .el-dialog__body {
    padding: 0 26px 30px;
    color: #001529;
    overflow: hidden; }
    body .worddialog .el-dialog__body .el-table {
      margin-top: 0; }
      body .worddialog .el-dialog__body .el-table td:first-child .cell {
        text-align: center; }
    body .worddialog .el-dialog__body .el-pagination {
      padding: 10px 0 0; }
  body .social-dialog .el-dialog__header {
    padding: 20px; }
  body .social-dialog .el-dialog__body {
    padding: 0 26px 28px; }
    body .social-dialog .el-dialog__body .container {
      padding: 13px 65px;
      margin: 0; }
      body .social-dialog .el-dialog__body .container .select-border {
        margin-right: 50px; }
      body .social-dialog .el-dialog__body .container .grawinner {
        position: relative; }
        body .social-dialog .el-dialog__body .container .grawinner .roseWord {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  body .change-topic .el-dialog__header {
    text-align: center; }
  body .change-topic .el-dialog__body {
    padding: 0;
    margin-top: 10px; }
    body .change-topic .el-dialog__body .el-form {
      margin: auto;
      width: 320px; }
      body .change-topic .el-dialog__body .el-form .el-form-item {
        margin-bottom: 10px; }
      body .change-topic .el-dialog__body .el-form label {
        position: relative;
        margin-right: 20px;
        padding: 0 15px;
        width: 141px;
        height: 40px;
        border: 1px solid #E4E7ED;
        background-color: #F5F7FA;
        border-radius: 4px;
        text-align: left; }
        body .change-topic .el-dialog__body .el-form label:after {
          position: absolute;
          top: 0;
          right: -26px;
          content: '→';
          font-size: 20px; }
  body .new-find-dialog .el-dialog__body {
    padding-top: 0; }
    body .new-find-dialog .el-dialog__body .container {
      padding: 10px 20px; }
      body .new-find-dialog .el-dialog__body .container .changestyle {
        margin-right: 60px; }
      body .new-find-dialog .el-dialog__body .container .grawinner {
        height: 200px; }
    body .new-find-dialog .el-dialog__body .total-text {
      height: 100px; }
  body .loading-dialog .el-dialog__body {
    padding-top: 0;
    text-align: center; }
    body .loading-dialog .el-dialog__body img {
      animation: rotating 1s linear infinite; }
  body .table {
    margin: auto;
    table-layout: fixed;
    width: 100%;
    border-top: 1.5px solid #ebeef5;
    border-left: 1.5px solid #ebeef5;
    border-spacing: 0;
    border-collapse: collapse;
    color: #606266; }
    body .table tr th,
    body .table tr td {
      width: auto;
      padding: 0 4px;
      border-bottom: 1px solid #ebeef5;
      border-right: 1px solid #ebeef5;
      font-size: 14px;
      line-height: 36px; }
    body .table th {
      background-color: #F7F9FA;
      text-align: left;
      color: #333333; }
      body .table th .el-input {
        margin: 0;
        width: 100%; }
        body .table th .el-input input {
          padding: 0;
          background-color: #fff;
          border: none; }
    body .table td {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      body .table td:last-child {
        border-right: 1.5px solid #ebeef5; }
  body .download .savepanel,
  body .change-download .savepanel {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    width: 140px;
    padding: 10px 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 6px 20px 0 #00000029;
    z-index: 1; }
    body .download .savepanel .menu-item,
    body .change-download .savepanel .menu-item {
      padding: 0 12px;
      height: 38px;
      line-height: 38px;
      font-size: 14px;
      text-align: left;
      cursor: pointer; }
      body .download .savepanel .menu-item:hover,
      body .change-download .savepanel .menu-item:hover {
        background-color: #F7F7F7; }
  body .download:hover .savepanel,
  body .change-download:hover .savepanel {
    display: block; }

#upgrad_member {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999; }
  #upgrad_member .upgrad_member_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 90%;
    max-height: 700px;
    background: #fff;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
