@charset "UTF-8";
#app .v-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  z-index: 2000; }
#app .el-dialog__wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001; }
  #app .el-dialog__wrapper .el-dialog__message {
    display: none;
    margin: 30% auto 0px auto;
    width: 80%;
    text-align: center;
    line-height: 50px;
    background-color: #eeeeee;
    color: #67c23a;
    border-radius: 50px; }
#app .to-top-btn-wrap {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 20px; }
  #app .to-top-btn-wrap .top-btn {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 40px;
    cursor: pointer;
    line-height: 25px;
    font-size: 12px; }
    #app .to-top-btn-wrap .top-btn:hover {
      color: #FFFFFF;
      background-color: #D7000F; }
    #app .to-top-btn-wrap .top-btn .top-btn-icon {
      margin: 2px auto 0px auto;
      display: block; }
    #app .to-top-btn-wrap .top-btn .top-btn-text {
      display: block; }
#app .el-header {
  height: 61px !important;
  border-bottom: 1px solid #d7000f;
  margin-bottom: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 20px; }
  #app .el-header .header-logo {
    float: left;
    display: inline-block;
    height: 60px; }
    #app .el-header .header-logo img {
      object-fit: cover;
      height: 60px;
      border-style: none; }
  #app .el-header .slogin {
    cursor: pointer;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    float: left;
    color: #d7000f;
    font-size: 14px;
    margin-left: 20px;
    letter-spacing: 3px !important; }
  #app .el-header .header-menu {
    height: 68px;
    display: inline-block;
    float: right; }
    #app .el-header .header-menu .el-menu--horizontal {
      border-bottom: 0 !important;
      border-right: none; }
      #app .el-header .header-menu .el-menu--horizontal .is-active {
        border-bottom: 2px solid #1890ff;
        color: #303133; }
      #app .el-header .header-menu .el-menu--horizontal .el-menu-item {
        float: left;
        height: 60px;
        line-height: 60px;
        margin: 0;
        font-size: 14px;
        padding: 0 20px;
        list-style: none;
        cursor: pointer;
        position: relative;
        transition: border-color .3s, background-color .3s, color .3s;
        box-sizing: border-box;
        white-space: nowrap; }
    #app .el-header .header-menu .el-menu {
      list-style: none;
      position: relative;
      margin: 0;
      padding-left: 0;
      background-color: #fff; }
#app .el-main {
  min-height: calc(100vh - 120px);
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  padding: 20px;
  letter-spacing: 3px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
  #app .el-main .main .main-right-mobile {
    padding: 0px !important;
    width: 100% !important; }
    #app .el-main .main .main-right-mobile .breadcrumb {
      width: 87% !important;
      display: inherit !important;
      line-height: 26px !important; }
      #app .el-main .main .main-right-mobile .breadcrumb .prev {
        width: 100% !important;
        text-align: center !important; }
      #app .el-main .main .main-right-mobile .breadcrumb .center {
        width: 100% !important; }
      #app .el-main .main .main-right-mobile .breadcrumb .next {
        width: 100% !important;
        text-align: center !important; }
    #app .el-main .main .main-right-mobile .step-menu {
      /*width: 87% !important;*/ }
    #app .el-main .main .main-right-mobile .pointInfo .title {
      width: 87% !important; }
  #app .el-main .main .main-right {
    padding: 0px 10px 0px 20px;
    width: calc(100% - 254px);
    display: inline-block; }
    #app .el-main .main .main-right .breadcrumb {
      font-size: 14px;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
      line-height: 20px;
      padding: 5px 20px; }
      #app .el-main .main .main-right .breadcrumb a {
        color: #0069a8; }
        #app .el-main .main .main-right .breadcrumb a:hover {
          text-decoration: underline; }
      #app .el-main .main .main-right .breadcrumb .prev {
        display: inline-block;
        width: 25%;
        float: left; }
      #app .el-main .main .main-right .breadcrumb .center {
        display: inline-block;
        width: 50%;
        text-align: center; }
      #app .el-main .main .main-right .breadcrumb .next {
        display: inline-block;
        width: 25%;
        float: right;
        text-align: right; }
    #app .el-main .main .main-right .isBottom {
      border-top: 1px solid #e8e8e8;
      border-bottom: 0 !important;
      padding: 20px 20px 5px 20px !important; }
    #app .el-main .main .main-right .nodata {
      width: 100%;
      height: 100px;
      line-height: 100px;
      font-size: 16px;
      text-align: center;
      color: #aaaaaa; }
    #app .el-main .main .main-right .description {
      margin: 50px 20px;
      line-height: 30px; }
      #app .el-main .main .main-right .description .box-card {
        float: right;
        width: 35%; }
        #app .el-main .main .main-right .description .box-card .el-card__header {
          padding: 18px 20px;
          border-bottom: 1px solid #e6ebf5;
          box-sizing: border-box; }
        #app .el-main .main .main-right .description .box-card .el-card__body {
          padding: 20px; }
          #app .el-main .main .main-right .description .box-card .el-card__body .files {
            font-size: 14px; }
          #app .el-main .main .main-right .description .box-card .el-card__body .el-link.el-link--primary {
            color: #1890ff; }
          #app .el-main .main .main-right .description .box-card .el-card__body .el-link {
            display: inline-flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            vertical-align: middle;
            position: relative;
            text-decoration: none;
            outline: none;
            cursor: pointer;
            padding: 0;
            font-size: 14px;
            font-weight: 500; }
      #app .el-main .main .main-right .description .is-always-shadow {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }
      #app .el-main .main .main-right .description .info {
        float: left;
        width: 60%;
        min-height: 150px; }
        #app .el-main .main .main-right .description .info .el-tag {
          display: inline-block;
          font-size: 12px;
          border-width: 1px;
          border-style: solid;
          border-radius: 4px;
          box-sizing: border-box;
          white-space: nowrap; }
        #app .el-main .main .main-right .description .info .el-tag--dark.el-tag--warning {
          background-color: #ffba00;
          border-color: #ffba00;
          color: #fff; }
        #app .el-main .main .main-right .description .info .el-tag--mini {
          height: 20px;
          padding: 0 5px;
          line-height: 19px; }
      #app .el-main .main .main-right .description .box-card {
        float: right;
        width: 35%; }
        #app .el-main .main .main-right .description .box-card .files {
          font-size: 14px; }
    #app .el-main .main .main-right .step-menu {
      width: 100%;
      line-height: 30px;
      margin: 50px 30px;
      font-size: 16px; }
      #app .el-main .main .main-right .step-menu a {
        display: flex;
        width: 100%;
        color: #016299; }
        #app .el-main .main .main-right .step-menu a:hover {
          color: #D7000F;
          text-decoration: underline; }
    #app .el-main .main .main-right .step-menu-fixed {
      width: unset;
      z-index: 10;
      line-height: 25px;
      margin: 50px 30px;
      position: fixed;
      top: 0px;
      right: -20px;
      background: #fff;
      border: 1px solid #ccc;
      padding: 10px 15px;
      border-radius: 10px;
      font-size: 14px; }
    #app .el-main .main .main-right .menu-toggle {
      color: #D7000F !important; }
    #app .el-main .main .main-right .pointInfo {
      margin-bottom: 20px; }
      #app .el-main .main .main-right .pointInfo .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        border-radius: 5px;
        border-bottom: 1px solid #d1d1d1;
        border-left: 5px solid #50bfff;
        line-height: 30px;
        margin-top: 50px;
        padding: 5px 20px;
        background-color: #ecf8ff;
        cursor: pointer; }
        #app .el-main .main .main-right .pointInfo .title .btn-expand {
          color: #d7000f;
          display: inline-block;
          float: right;
          text-align: center;
          line-height: 30px; }
          #app .el-main .main .main-right .pointInfo .title .btn-expand .svg-icon {
            color: #50bfff;
            font-size: 22px;
            margin-left: 20px; }
          #app .el-main .main .main-right .pointInfo .title .btn-expand .shouqiBtn {
            font-size: 10px;
            line-height: 10px;
            vertical-align: middle;
            width: 30px !important;
            display: inline-block;
            border: 1px solid;
            border-radius: 5px;
            padding: 6px 3px 5px 5px;
            margin-top: -6px;
            color: #016299; }
      #app .el-main .main .main-right .pointInfo .editor-content-view {
        padding: 0 20px;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 20px;
        overflow-x: auto; }
        #app .el-main .main .main-right .pointInfo .editor-content-view img {
          display: block;
          margin: 30px 20px;
          max-width: 60%;
          object-fit: cover;
          transition: all .2s linear;
          box-shadow: 0 2px 5px 1px #ccc;
          border-radius: 10px; }
        #app .el-main .main .main-right .pointInfo .editor-content-view ol, #app .el-main .main .main-right .pointInfo .editor-content-view ul {
          padding-left: 20px; }
        #app .el-main .main .main-right .pointInfo .editor-content-view li {
          line-height: 30px;
          white-space: pre-wrap; }
        #app .el-main .main .main-right .pointInfo .editor-content-view p {
          white-space: unset; }
  #app .el-main .main .menu-left-mobile .mobile-menu-btn {
    position: fixed;
    top: 1em;
    right: 2em;
    z-index: 1000; }
    #app .el-main .main .menu-left-mobile .mobile-menu-btn .el-icon-more {
      font-size: 2em;
      color: #D7000F; }
  #app .el-main .main .menu-left-mobile .el-drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2023; }
    #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container {
      position: relative;
      height: 100%;
      width: 90%;
      float: right;
      background-color: #FFFFFF; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu-vertical-demo {
        width: 94%;
        margin: 1em 3.25% 1em 2.75% !important;
        border: 1px dashed #d3d3d3;
        border-radius: 10px;
        overflow: hidden; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .mobile-menu-home {
        padding: 1em;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        line-height: 2em; }
        #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .mobile-menu-home a {
          margin: 0 0.2em;
          color: #d7000f; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu {
        list-style: none;
        position: relative;
        margin: 0;
        padding-left: 0;
        background-color: #fff; }
        #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item {
          height: 56px;
          line-height: 56px;
          font-size: 0.9em;
          list-style: none;
          cursor: pointer;
          position: relative;
          transition: border-color .3s, background-color .3s, color .3s;
          box-sizing: border-box;
          white-space: nowrap;
          text-align: center;
          color: #323949; }
        #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item.is-active, #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item:hover {
          color: #d7000f;
          background-color: rgba(215, 0, 15, 0.03); }
          #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item.is-active i, #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item.is-active svg, #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item:hover i, #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu .el-menu-item:hover svg {
            color: #d7000f; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu:after {
        clear: both; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu:after, #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .el-menu:before {
        display: table;
        content: ""; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .main-left-title {
        display: inline-block;
        font-size: 1em;
        font-weight: 600;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        line-height: 50px;
        margin-right: 20px;
        text-align: center;
        background-color: #fafafa;
        color: #323949; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .prev-b {
        font-size: 0.9em;
        background: rgba(24, 144, 255, 0.01);
        cursor: pointer; }
        #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .prev-b:hover {
          color: #D7000F; }
      #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .next-b {
        border-top: 0px;
        font-size: 0.9em;
        background: rgba(24, 144, 255, 0.01);
        cursor: pointer;
        border-top: 1px solid #e8e8e8; }
        #app .el-main .main .menu-left-mobile .el-drawer__wrapper .el-drawer__container .next-b:hover {
          color: #D7000F; }
  @media (max-width: 768px) {
    #app .el-main .main .menu-left-mobile .el-drawer__wrapper {
      z-index: 2000;
      /* 将z-index提高，避免被其他元素遮挡 */ } }
  #app .el-main .main .main-left {
    width: 200px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04); }
    #app .el-main .main .main-left .el-menu {
      border-right: 0 !important;
      list-style: none;
      position: relative;
      margin: 0;
      padding-left: 0;
      background-color: #fff; }
      #app .el-main .main .main-left .el-menu .el-menu-item {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        padding: 0 20px;
        list-style: none;
        cursor: pointer;
        position: relative;
        transition: border-color .3s, background-color .3s, color .3s;
        box-sizing: border-box;
        white-space: nowrap;
        text-align: center;
        color: #323949; }
        #app .el-main .main .main-left .el-menu .el-menu-item:hover {
          background-color: #E7F4FF; }
      #app .el-main .main .main-left .el-menu .el-menu-item.is-active, #app .el-main .main .main-left .el-menu .el-menu-item:hover {
        color: #d7000f;
        background-color: rgba(215, 0, 15, 0.03); }
        #app .el-main .main .main-left .el-menu .el-menu-item.is-active i, #app .el-main .main .main-left .el-menu .el-menu-item.is-active svg, #app .el-main .main .main-left .el-menu .el-menu-item:hover i, #app .el-main .main .main-left .el-menu .el-menu-item:hover svg {
          color: #d7000f; }
    #app .el-main .main .main-left .el-menu:after {
      clear: both; }
    #app .el-main .main .main-left .el-menu:after, #app .el-main .main .main-left .el-menu:before {
      display: table;
      content: ""; }
    #app .el-main .main .main-left .main-left-title {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      width: 160px;
      border-bottom: 1px solid #e8e8e8;
      line-height: 30px;
      padding: 5px 20px;
      text-align: center;
      background-color: #fafafa;
      color: #323949; }
    #app .el-main .main .main-left .prev-b {
      text-align: center;
      font-size: 12px;
      border-radius: 10px 10px 0px 0px;
      background: rgba(24, 144, 255, 0.05);
      cursor: pointer; }
      #app .el-main .main .main-left .prev-b:hover {
        color: #D7000F; }
    #app .el-main .main .main-left .next-b {
      text-align: center;
      font-size: 12px;
      border-bottom: 0px;
      border-top: 1px solid #e8e8e8;
      border-radius: 0px 0px 10px 10px;
      background: rgba(24, 144, 255, 0.05);
      cursor: pointer; }
      #app .el-main .main .main-left .next-b:hover {
        color: #D7000F; }

/*# sourceMappingURL=point.css.map */
