.bg {
  width: 100%;
  height: 100%;
  background: url("../image/bgImg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0px 10px; }
  .bg .title {
    width: 100%;
    height: 84px;
    background: url("../image/title.png") no-repeat;
    background-size: 100% 100%;
    position: relative; }
    .bg .title .name {
      color: #ffffff;
      font-size: 34px;
      position: absolute;
      left: 50%;
      top: 20%;
      text-shadow: 1px 1px 1px #FFFFFF;
      letter-spacing: 2px;
      transform: translateX(-50%); }
    .bg .title .date {
      width: 120px;
      position: absolute;
      top: 30%;
      right: 4%; }
      .bg .title .date .po-component-time .time {
        color: #00ffe1; }
        .bg .title .date .po-component-time .time .time-num {
          float: left;
          width: 16px; }
        .bg .title .date .po-component-time .time .time-line {
          width: 8px; }
        .bg .title .date .po-component-time .time .time-symbol {
          width: 8px; }
        .bg .title .date .po-component-time .time .time-space {
          width: 8px; }
      .bg .title .date .po-component-time .num {
        height: 20px;
        width: 12px;
        position: relative; }
        .bg .title .date .po-component-time .num .num-top {
          height: 2px;
          width: 100%;
          background: #00ffe1;
          clip-path: polygon(0 0, 2px 2px, 9px 2px, 11px 0);
          position: absolute;
          top: 0; }
        .bg .title .date .po-component-time .num .num-right-top {
          height: 10px;
          width: 2px;
          position: absolute;
          right: 0;
          top: 0;
          background: #00ffe1;
          clip-path: polygon(2px 1px, 0 3px, 0 7px, 2px 9px); }
        .bg .title .date .po-component-time .num .num-right-bottom {
          height: 10px;
          width: 2px;
          position: absolute;
          right: 0;
          bottom: 0;
          background: #00ffe1;
          clip-path: polygon(2px 1px, 0 3px, 0 7px, 2px 9px); }
        .bg .title .date .po-component-time .num .num-bottom {
          height: 2px;
          width: 100%;
          background: #00ffe1;
          clip-path: polygon(0 2px, 11px 2px, 9px 0, 3px 0);
          position: absolute;
          bottom: 0; }
        .bg .title .date .po-component-time .num .num-left-bottom {
          height: 10px;
          width: 2px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #00ffe1;
          clip-path: polygon(0 1px, 0 9px, 2px 7px, 2px 3px); }
        .bg .title .date .po-component-time .num .num-left-top {
          height: 10px;
          width: 2px;
          position: absolute;
          left: 0;
          top: 0;
          background: #00ffe1;
          clip-path: polygon(0 1px, 0 9px, 2px 7px, 2px 3px); }
        .bg .title .date .po-component-time .num .num-center {
          height: 2px;
          width: 12px;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -1px;
          background: #00ffe1;
          clip-path: polygon(2px 0, 0px 1px, 2px 2px, 10px 2px, 12px 1px, 10px 0); }
@keyframes left-animation {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
@keyframes left-img {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes right-animation {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes right-img {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
    .bg .title .animation-left {
      width: 11%;
      height: 100%;
      display: inline-block;
      overflow: hidden;
      animation: left-animation 6s ease-out infinite;
      position: absolute;
      left: 18%; }
    .bg .title .animation-left > img {
      width: 100%;
      height: 100%;
      animation: left-img 6s ease-out infinite; }
    .bg .title .animation-right {
      width: 11%;
      height: 100%;
      display: inline-block;
      overflow: hidden;
      animation: right-animation 6s ease-out infinite;
      position: absolute;
      right: 18.2%; }
    .bg .title .animation-right > img {
      width: 100%;
      height: 100%;
      animation: right-img 6s ease-out infinite; }
    .bg .title .dtr {
      position: absolute;
      top: 24%;
      left: 71.5%; }
    .bg .title .dtl {
      position: absolute;
      top: 24%;
      left: 18.5%;
      transform: rotateY(-180deg); }
    .bg .title .dd9-l {
      position: absolute;
      top: 38%;
      left: 16.1%; }
    .bg .title .dd9-r {
      position: absolute;
      top: 38%;
      left: 82.7%; }
  .bg .content {
    width: 100%;
    height: calc(100% - 84px);
    position: relative; }
    .bg .content .content-project {
      width: calc(100% - 40px);
      height: calc(100% - 30px);
      position: absolute;
      left: 20px;
      justify-content: center;
      overflow-y: auto; }
      .bg .content .content-project::-webkit-scrollbar {
        width: 5px;
        margin-right: 20px; }
      .bg .content .content-project::-webkit-scrollbar-thumb {
        background: rgba(0, 255, 255, 0.1);
        border-radius: 10px; }
      .bg .content .content-project::-webkit-scrollbar-track {
        background: rgba(35, 98, 186, 0.2);
        border-radius: 10px; }
      .bg .content .content-project .project:hover {
        box-shadow: 0 0 12px 1px #00ffff;
        background-color: rgba(35, 98, 186, 0.8);
        cursor: pointer; }
      .bg .content .content-project .project {
        margin: 50px 0 20px 70px;
        width: calc(33.33% - 94px);
        height: calc(50% - 80px);
        float: left;
        background-color: rgba(35, 98, 186, 0.4);
        border: 1px solid #8fcef7; }
        .bg .content .content-project .project img {
          width: 100%;
          height: calc(100% - 50px); }
        .bg .content .content-project .project .project-introduction {
          width: 100%;
          height: 50px;
          line-height: 50px;
          text-align: center;
          border-top: 1px solid #8fcef7;
          box-sizing: border-box;
          color: #ffffff;
          font-size: 22px; }
    .bg .content .frame {
      width: 20px;
      height: 100%;
      position: relative; }
      .bg .content .frame .frame-top {
        width: 100%;
        height: 20px;
        position: relative; }
        .bg .content .frame .frame-top .small-circle {
          width: 8px;
          height: 8px;
          background-color: #00ffe1;
          border-radius: 8px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .bg .content .frame .frame-center {
        height: calc(100% - 40px);
        background: url("../image/leftRightFrame.png");
        background-size: 100% 100%;
        position: relative; }
        .bg .content .frame .frame-center .top-dv-decoration-4 {
          width: 5px;
          height: 20.5%;
          position: absolute;
          top: 13%;
          left: 3px;
          transform: rotateX(180deg); }
        .bg .content .frame .frame-center .bottom-dv-decoration-4 {
          width: 5px;
          height: 24%;
          position: absolute;
          bottom: 14.5%;
          left: 10px; }
      .bg .content .frame .frame-bottom {
        width: 100%;
        height: 20px;
        position: relative; }
        .bg .content .frame .frame-bottom .small-circle2 {
          width: 8px;
          height: 8px;
          border-radius: 8px;
          border: 1px solid #007ff2;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
    .bg .content .left-frame {
      width: 20px;
      height: 100%;
      float: left;
      box-sizing: border-box;
      padding-bottom: 10px; }
    .bg .content .right-frame {
      width: 20px;
      height: 100%;
      float: right;
      box-sizing: border-box;
      padding-bottom: 10px; }
    .bg .content .bottom-frame {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 30px;
      background: url("../image/bottomFrame.png");
      background-size: 100% 100%;
      text-align: center;
      font-size: 12px;
      line-height: 30px;
      color: #9babc8; }

.dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF; }
  .dialog .btn {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(64, 158, 255, 0.4);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding-top: 8.5px; }
    .dialog .btn .el-icon-back {
      font-size: 25px; }
  .dialog .btn:hover {
    background-color: rgba(64, 158, 255, 0.9); }
  .dialog .dialog-iframe {
    border: none; }

/*# sourceMappingURL=dashboard.css.map */
