main .top-bj {
    height: calc(100vh - 73px);
   background-image: url("../img/news-add/star.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #041C4C;
    background-size: content;
    background-repeat: no-repeat;
  }
  main .top-bj .top-name {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    gap: 8px;
  }
  main .top-bj .top-name .top-title-name {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 4px;
    display: inline-block;
  }
  main .top-bj .top-name .top-title-des {
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
  }
  main .top-bj #parentContainer {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main .top-bj #parentContainer #cas {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  main .top-bj #parentContainer .app-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  main .top-bj #parentContainer .app-wrapper .app-content {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: cyan;
    font-weight: bold;
    font-size: 14px;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:hover .app-name {
   
    color: #f5bc40;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:hover .app-doi {
    border-color: #f5bc40;
    background-color: #f5bc40;
    color: #f5bc40;
  }
  main .top-bj #parentContainer .app-wrapper .app-content .app-name {
    cursor: pointer;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    position: relative;
    color: cyan;
    font-size: 18px;
  }
  @media screen and (max-width:768px){
    main .top-bj #parentContainer .app-wrapper .app-content .app-name{
      font-size: 14px;
    }
  }
  main .top-bj #parentContainer .app-wrapper .app-content .listStyle{
    display: none;
    width: 140px;
    position: absolute;
    right: 0%;
    top: 0;
    padding: 10px 20px;
    border: 2px solid #00e8ff;
    color: #fff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
    background-color: rgba(2, 15, 28, 0.5);
  }
  main .top-bj #parentContainer .app-wrapper .app-content:hover .listStyle{
    display: block;
  }
  main .top-bj #parentContainer .app-wrapper .app-content .app-doi {
    width: 20px;
    height: 20px;
    background-color: cyan;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
    border: 1px solid cyan;
    -webkit-animation: daxiao1 infinite;
            animation: daxiao1 infinite;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    cursor: pointer;
    -webkit-transition: 0.3;
    transition: 0.3;
  }
  @-webkit-keyframes daxiao1 {
    0% {
      -webkit-box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
              box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
    }
    50% {
      -webkit-box-shadow: 0 0 0px 0 inset, 0 0 2px 0 inset, 0 0 1px 0, 0 0 0px 0, 0 0 0px 0, 0 0 0px 0, 0 0 2px 0;
              box-shadow: 0 0 0px 0 inset, 0 0 2px 0 inset, 0 0 1px 0, 0 0 0px 0, 0 0 0px 0, 0 0 0px 0, 0 0 2px 0;
    }
    100% {
      -webkit-box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
              box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
    }
  }
  @keyframes daxiao1 {
    0% {
      -webkit-box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
              box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
    }
    50% {
      -webkit-box-shadow: 0 0 0px 0 inset, 0 0 2px 0 inset, 0 0 1px 0, 0 0 0px 0, 0 0 0px 0, 0 0 0px 0, 0 0 2px 0;
              box-shadow: 0 0 0px 0 inset, 0 0 2px 0 inset, 0 0 1px 0, 0 0 0px 0, 0 0 0px 0, 0 0 0px 0, 0 0 2px 0;
    }
    100% {
      -webkit-box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
              box-shadow: 0 0 1px 0 inset, 0 0 10px 0 inset, 0 0 1px 0, 0 0 2px 0, 0 0 3px 0, 0 0 30px 0, 0 0 40px 0;
    }
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(1) {
    left: 11%;
    top: 21%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(2) {
    left: 7%;
    top: 70%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(3) {
    left: 57%;
    top: 69%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(4) {
    
    left: 40%;
    top: 39%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(5) {
    left: 79%;
    top: 30%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(6) {
    left: 60%;
    top: 25%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(7) {
    left: 45%;
    top: 68%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(8) {
    left: 5%;
    top: 40%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(9) {
    left: 30%;
    top: 20%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(10) {
    left: 20%;
    top: 58%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(11) {
    left: 62%;
    top: 37%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(12) {
    left: 30%;
    top: 81%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(13) {
    left: 86%;
    top: 61%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(14) {
    left: 50%;
    top: 25%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(15) {
    left: 73%;
    top: 73%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(16) {
    left: 50%;
    top: 15%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(17) {
    left: 50%;
    top: 48%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(18) {
    left: 71%;
    top: 54%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(19) {
    left: 80%;
    top: 20%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(20) {
    left: 72%;
    top: 39%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(21) {
    left: 84%;
    top: 34%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(22) {
    left: 67%;
    top: 28%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(23) {
    left: 85%;
    top: 51%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(24) {
    left: 82%;
    top: 78%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(25) {
    left: 22%;
    top: 80%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(26) {
    left: 29%;
    top: 47%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(27) {
    left: 18%;
    top: 43%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(28) {
    left: 27%;
    top: 65%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(29) {
    left: 56%;
    top: 78%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(30) {
    left: 50%;
    top: 60%;
  }
  main .top-bj #parentContainer .app-wrapper .app-content:nth-child(31) {
    left: 90%;
    top: 20%;
  }
 