@media screen and (min-width: 980px) {
  :root {
    --el-color-primary: #4C8FFF !important;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    width: 100% !important;
    font-family: Microsoft YaHei;
  }
  
  body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  .body {
    padding-top: 80px;
  }
  
  .pagination {
    padding: 20px 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
  }
  
  .login-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/static/img/loginBG.jpg') no-repeat center;
    background-size: cover;
    position: relative;
  }
  
  .login-box .user-center {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 3.8vh;
    left: 2.6vw;
  }
  
  .login-box .user-center img {
    width: 22px;
    height: 22px;
  }
  
  .login-box .user-center p {
    font-size: 22px;
    color: #444444;
    letter-spacing: 0;
    line-height: 22px;
  }
  
  .login-box .login-container {
    width: 1332px;
    height: 648px;
    display: flex;
    gap: 128px;
  }
  
  .login-box .login-container .info {
    width: 744px;
    padding: 40px 0;
  }
  
  .login-box .login-container .info .info-title {
    font-size: 50px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 66px;
    font-weight: bold;
  }
  
  .login-box .login-container .info .info-title span {
    color: #1B65FE;
  }
  
  .login-box .login-container .info .info-item {
    display: flex;
    gap: 31px;
  }
  
  .login-box .login-container .info .info-item div p:nth-child(1) {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 26px;
    padding-top: 4px;
  }
  
  .login-box .login-container .info .info-item div p:nth-child(2) {
    font-size: 16px;
    color: #455F7E;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    margin-top: 16px;
  }
  
  .login-box .login-container .info .info-item:nth-of-type(1) {
    margin-top: 93px;
  }
  
  .login-box .login-container .info .info-item:nth-of-type(2) {
    margin-top: 76px;
  }
  
  .login-box .login-container .info .info-item:nth-of-type(3) {
    margin-top: 76px;
  }
  
  .login-box .el-input__prefix-inner {
    padding-left: 8px;
  }
  
  .login-box .el-input__suffix-inner {
    padding-right: 8px;
  }
  
  .userInfo+.el-menu {
    display: flex;
    flex-direction: column;
    gap: 5.5px;
  }
  
  .userInfo+.el-menu .el-menu-item {
    width: 160px;
    height: 48px;
    border-radius: 8px;
    color: #666666;
  }
  
  .userInfo+.el-menu .el-menu-item:hover {
    color: #4C8FFF;
    background-color: rgba(255, 255, 255, 0);
  }
  
  .userInfo+.el-menu .el-menu-item.is-active {
    background-color: #4C8FFF;
    color: #ffffff;
    font-weight: bold;
  }
  
  .filter {
    display: flex;
    justify-content: space-between;
  }
  
  .filter .left {
    display: flex;
    gap: 24px;
  }
  
  .filter .right .search-item {
    width: 200px;
    height: 32px;
    display: flex;
    align-items: center;
    background: #F4FAFF;
    border: 1px solid #e0ecf7;
    border-radius: 4px;
  }
  
  .filter .right .search-item .el-icon {
    margin-left: 12px;
    font-size: 14px;
    color: #656B70;
    cursor: pointer;
  }
  
  .filter .el-input.el-input--suffix .el-input__wrapper {
    border: 0px solid #ffffff;
    height: 30px;
  }
  
  .filter .el-input.el-input--suffix .el-input__wrapper .el-input__inner {
    border: 0px solid #ffffff;
    outline: 0px solid #ffffff;
    padding: 0 5px;
    height: 32px;
  }
  
  .el-table .el-table__header-wrapper {
    border-radius: 4px;
  }
  
  .el-table .el-table__header-wrapper .cell {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
  }
  
  .el-table .el-table__header-wrapper .el-table__cell {
    background-color: #F4FAFF;
  }
  
  .el-table .el-table__header-wrapper .el-table__cell.el-table-fixed-column--right {
    background-color: #F4FAFF;
  }
  
  .el-table .el-table__body-wrapper .el-table__cell .cell {
    font-size: 12px;
    color: #333333;
  }
  
  .el-table .el-table__body-wrapper .el-table__row:nth-child(2n) {
    background-color: #F4FAFF;
  }
  
  .el-table .el-table__body-wrapper .el-table__body tr:hover td.el-table__cell {
    background-color: #D7E9FF;
  }
  
  .el-table .el-table__body-wrapper tr:nth-child(2n) td.el-table-fixed-column--right {
    background-color: #F4FAFF;
  }
  
  .el-table .tag {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: -8px;
  }
  
  .default-btn {
    color: #FFFFFF;
    text-align: center;
    border: 0px solid #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    background: #4C8FFF;
  }
  
  .default-btn:hover {
    opacity: .8;
  }
  
  .plain-btn {
    color: #4C8FFF;
    text-align: center;
    border: 2px solid #4c8fff;
    overflow: hidden;
    cursor: pointer;
    background: #ffffff;
  }
  
  .plain-btn:hover {
    opacity: .8;
  }
  
  .waterBtn {
    position: relative;
    overflow: hidden;
  }
  
  .waterBtn::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: water 1.8s infinite;
  }
  
  @keyframes water {
    0% {
      display: block;
      transform: scale(5);
      background-color: rgba(255, 255, 255, 0.3);
    }
  
    90% {
      display: none;
      transform: scale(42);
      background-color: rgba(255, 255, 255, 0);
    }
  
    100% {
      display: none;
      transform: scale(42);
      background-color: rgba(255, 255, 255, 0);
    }
  }
  
  .elPopover .user-box  .user-header {
    height: 60px;
    display: flex;
    gap: 16px;
  }
  
  .elPopover .user-box  .user-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  
  .elPopover .user-box  .user-name p {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .elPopover .user-box  .user-name p:nth-child(1) {
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .elPopover .user-box  .user-name p:nth-child(2) {
    font-size: 12px;
    color: #686873;
    line-height: 12px;
    margin-top: 16px;
  }
  
  .elPopover .user-box  .user-model {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-top: 24px;
  }
  
  .elPopover .user-box  .user-model .user-model-item {
    height: 36px;
    text-align: center;
    cursor: pointer;
  }
  
  .elPopover .user-box  .user-model .user-model-item p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    font-weight: bold;
    max-width: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .elPopover .user-box  .user-model .user-model-item p:nth-child(2) {
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    margin-top: 8px;
  }
  
  .elPopover .user-box  .user-model .user-model-item:hover {
    cursor: pointer;
  }
  
  .elPopover .user-box  .user-model .user-model-item:hover p {
    color: #4C8FFF;
  }
  
  .elPopover .user-box  .user-adm {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 24px;
  }
  
  .elPopover .user-box  .user-adm button {
    width: 96px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    outline: 0px solid #ffffff;
    border: 0px solid #Ffffff;
    font-size: 12px;
    cursor: pointer;
  }
  
  .elPopover .user-box  .user-adm button:hover {
    opacity: .7;
  }
  
  .elPopover .user-box  .user-adm button:nth-child(1) {
    background: #F4FAFF;
    border: 1px solid #e0ecf7;
    color: #656B70;
  }
  
  .elPopover .user-box  .user-adm button:nth-child(2) {
    background: #F4FAFF;
    border: 1px solid #e0ecf7;
    color: #656B70;
  }
  
  .elPopover .user-box  .user-adm button:nth-child(3) {
    background: #4C8FFF;
    color: #FFFFFF;
  }
  
  .elPopover .user-box  .user-adm button img {
    width: 13px;
    height: 13px;
    margin-top: 1px;
  }
  
  .header-notice {
    box-shadow: 0px 4px 20px 0px rgba(207, 207, 207, 0.6);
    border-radius: 16px !important;
    padding: 16px !important;
  }
  
  .header-notice .el-popover__title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
  }
  
  .notice-list {
    width: 100%;
    height: 186px;
    padding-top: 18px;
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    overflow: overlay;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .notice-list::-webkit-scrollbar {
    width: 0px;
  }
  
  .notice-list::before {
    content: '';
    width: 365px;
    height: 1px;
    background: #E3E3E3;
    position: absolute;
    top: 0;
    left: 0px;
  }
  
  .notice-list .notice-list-item {
    width: 100%;
    height: 40px;
  }
  
  .notice-list .notice-list-item .item-notice-title {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  
  .notice-list .notice-list-item .item-notice-content {
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
  
  .notice-list .notice-list-item .item-notice-content div {
    color: #333333;
    max-width: 274px;
    max-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .notice-list .notice-list-item .item-notice-content p {
    cursor: pointer;
    color: #C0C0C0;
  }
  
  .notice-null {
    width: 100%;
    height: 186px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .notice-number {
    margin-top: 16px;
    width: 100%;
    height: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666666;
    align-items: center;
  }
  
  .notice-number p:nth-child(2) {
    cursor: pointer;
  }
  
  .el-input.el-input--suffix .el-input__wrapper {
    padding: 0;
    background: #F4FAFF;
    border: 1px solid #e0ecf7;
    box-shadow: none;
  }
  
  .el-input.el-input--suffix .el-input__wrapper .el-input__inner {
    padding: 0 12px;
  }
  
  .el-input .el-input__wrapper {
    padding: 0;
  }
  
  .el-input__prefix-inner {
    padding-left: 8px;
  }
  
  .el-input__suffix-inner {
    padding-right: 8px;
  }
  
  .el-form .el-input__inner {
    height: 48px;
  }
  
  .el-pagination__editor .el-input__inner {
    background: #F4FAFF;
    border: 1px solid #e0ecf7;
    border-radius: 8px;
  }
  
  .pagination {
    display: flex;
    justify-content: flex-end;
  }
  
  .pagination .el-input__wrapper {
    padding: 0;
  }
  
  .el-pagination .el-select .el-input .el-input__inner {
    width: 80px;
  }
  
  .el-pagination .el-select .el-input .el-input__suffix {
    right: 10px;
  }
  
  .search .left button.el-button {
    overflow: hidden;
  }
  
  .search .left button.el-button:hover {
    background-color: #4C8FFF;
    color: #FFFFFF;
  }
  
  .search .left button.el-button:hover .svg-icon {
    filter: drop-shadow(-28px 0 0 #FFFFFF);
    transform: translateX(28px);
  }
  
  .qrcodeBox {
    height: 164px;
  }
  
  .qrcodeBox.el-popper.is-light {
    min-width: 80px !important;
  }
  
  .el-overlay:has(.allNotice) {
    background-color: rgba(0, 0, 0, 0.25);
  }
  
  .markdown-body {
    line-height: 30px;
    padding: revert;
  }
  
  .markdown-body a {
    text-decoration: none;
    color: #4C8FFF;
  }
  
  .tinymce div ol {
    padding: revert !important;
  }
  
  .tinymce a {
    text-decoration: none;
    color: #4C8FFF;
  }
  
  .empty {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .empty a {
    text-decoration: none;
    color: #4C8FFF;
  }
  
  .instructions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .instructions a {
    text-decoration: none;
    color: #4C8FFF;
  }
  
  
  .toTop {
    width: 1120px;
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .toTop p {
    width: 1120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .updateInfo.el-popper {
    padding: 25px 24px !important;
    box-shadow: 2px 2px 8px 0px rgba(189, 189, 189, 0.5) !important;
    border-radius: 8px !important;
  }
  
  .contactUs.el-popper {
    width: auto !important;
    box-shadow: 0px 4px 20px 0px rgba(207, 207, 207, 0.6) !important;
    border-radius: 16px !important;
    padding: 24px 24px !important;
  }
  
  /* .contactUs.top.el-popper {
      position: fixed !important;
      inset: -447px 0px auto auto !important;
      transition: all .3s linear; } */
  
  .ads {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ads img {
    width: 100vw;
    cursor: pointer;
  }
  
  .el-dialog.allNotice {
    width: 640px;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(88, 88, 88, 0.6);
    border-radius: 16px;
  }
  
  .el-dialog.allNotice .el-dialog__header {
    padding-top: 16px;
    border-bottom: 1px solid #E3E3E3;
    margin-right: 0;
  }
  
  .el-dialog.allNotice .el-dialog__header .el-dialog__title {
    font-size: 14px;
    color: #333333;
  }
  
  .el-dialog.allNotice .el-dialog__header .el-dialog__headerbtn {
    top: 2px;
  }
  
  .el-dialog.allNotice .el-dialog__body {
    padding: 16px 24px;
    padding-right: 6px;
  }
  
  
  .deta.el-dialog {
    box-shadow: 0px 4px 20px 0px rgba(76, 143, 255, 0.1);
    border-radius: 16px !important;
    overflow: auto;
  }
  
  .deta .notices {
    box-shadow: 0px 4px 20px 0px rgba(76, 143, 255, 0.1);
    border-radius: 16px !important;
    overflow: auto;
  }
  
  .deta .el-dialog__header {
    padding-top: 24px;
    padding-bottom: 0px;
    position: relative;
    z-index: 4;
  }
  
  .deta .el-dialog__title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
  }
  
  .deta .el-dialog__body {
    padding: 0 0 !important;
    position: relative;
    min-height: 100%;
    max-height: 501px;
  }
  
  .deta .hides {
    display: none;
    z-index: 50;
  }
  
  .deta .borders {
    border: 5px solid #333;
  }
  
  .deta .el-overlay:has(.hides) {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .deta .el-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  
  .item-about {
    width: 100%;
    height: 235px;
    background: url("/static/img/indexBG5.jpg") center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .item-about .about-info {
    font-size: 28px;
    color: #333333;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 56px;
  }
  
  .item-footer {
    width: 100%;
    height: 240px;
    background: #000C28;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .item-footer .footer-info {
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    gap: 236px;
    justify-content: center;
    padding-top: 40px;
  }
  
  .item-footer .footer-info .footer-info-about {
    height: auto;
    max-width: 438px;
    display: flex;
    gap: 24px;
    position: relative;
  }
  
  .item-footer .footer-info .footer-info-about .info .email,
  .item-footer .footer-info .footer-info-about .info .telegraph,
  .item-footer .footer-info .footer-info-about .info .phone {
    max-width: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }
  
  .item-footer .footer-info .footer-info-about .info .email img,
  .item-footer .footer-info .footer-info-about .info .telegraph img,
  .item-footer .footer-info .footer-info-about .info .phone img {
    width: 14px;
    height: 14px;
  }
  
  .item-footer .footer-info .footer-info-about .info .email p,
  .item-footer .footer-info .footer-info-about .info .telegraph p,
  .item-footer .footer-info .footer-info-about .info .phone p {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
  }
  
  .item-footer .footer-info .footer-info-about .qrcode {
    max-height: 176px;
    min-height: auto;
    display: flex;
    gap: 24px;
    padding-top: 31px;
  }
  
  .item-footer .footer-info .footer-info-about .qrcode .qrcode-item {
    width: 95px;
    height: fit-content;
    max-height: 144px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 8px 8px;
    overflow: hidden;
  }
  
  .item-footer .footer-info .footer-info-about .qrcode .qrcode-item img {
    width: 80px;
    height: 80px;
  }
  
  .item-footer .footer-info .footer-info-about .qrcode .qrcode-item p {
    width: 100%;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .item-footer .footer-info .footer-info-entry {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  .item-footer .footer-info .footer-info-entry a {
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
  }
  
  .item-footer .footer-info .footer-info-link p {
    font-size: 16px;
  }
  
  .item-footer .footer-info .footer-info-link .link-box {
    margin-top: 15px;
    height: 124px;
    display: flex;
    flex-direction: column;
    gap: 16px 40px;
    flex-wrap: wrap;
  }
  
  .item-footer .footer-info .footer-info-link .link-box p a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
  }
  
  .noticeContent a {
    text-decoration: none;
    color: #4C8FFF;
  }
  
  /* new */
  
  .elPopover{
    position: absolute;
    left: -185px;
    bottom: -280px;
    width: 400px;
    height: 274px;
    background-color: #ffffff;
    border: 1px solid #e4e7ed;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    word-break: break-all;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    display: none;
    z-index: 6;
  }
  
  .elPopover::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
  }
  
  .tooBar-item:hover .elPopover.popClick{
    opacity: 1;
  }
  
  .elPopover.popClick{
    width: auto;
    height: 198px;
    padding: 24px;
    position: absolute;
    top: -65%;
    display: none;
    transform: translateX(calc(-100% - 8px));
    left: 0;
    bottom: 0;
    z-index: 6;
  }
  
  .elPopover.popClick p {
    color: #333333 !important;
  }
  
  .elPopover.popClick::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateX(-50%);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 6px solid transparent;
  }
  
  
  .infoIcon:hover+.elPopover{
    display: block;
  }
  .user:hover .elPopover{
    display: block;
  }
  .elPopover:hover{
    display: block;
  }
  
  .elPopover-title{
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    word-wrap: break-word;
    visibility: visible
  }
  
  .elMessage{
    width: 126px;
    height: 48px;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: #eeffee;
    color: #85ea2d;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    font-weight: bold;
  }
  
  .official-dialog{
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.25);
    z-index:20;
    display:none;
    z-index: 6;
  }
  .dialog-box{
    width: 640px;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(88, 88, 88, 0.6);
    border-radius: 16px;
    margin:150px auto;
  }
  .dialog-header{
    padding:16px 20px 10px;
    border-bottom: 1px solid #E3E3E3;
    width:640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dialog-close-btn{
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .dialog-close-btn span{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .dialog-close-btn:hover{
    color: #4C8FFF;
  }
  .dialog-body{
    padding: 16px 24px;
    padding-right: 6px;
    font-size: 14px;
  }
  
  /* pop */
  
  .pop-dialog{
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.25);
    z-index:20;
    display:none;
  }
  .pop-box{
    width: 580px;
    height: 525px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(76, 143, 255, 0.1);
    border-radius: 16px;
    overflow: auto;
    margin:150px auto;
    padding-top: 24px;
    display: flex;
    position: relative;
  }
  .pop-box::-webkit-scrollbar{
    height: 0;
  }
  .pop-cardBox{
    width: 580px;
    display: flex;
    position: relative;
    transition: all .3s linear;
    margin-left: 0;
  }
  
  .pop-cardBox::-webkit-scrollbar{
    height: 0;
  }
  .pop-card{
    width: 100%;
    position: relative;
    background: url(/static/img/mengban.svg) center bottom;
    background-repeat: no-repeat;
  }
  .pop-header{
    width: 580px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    padding-right: 25px;
  }
  .pop-headers{
    width: 482px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .pop-close-btn{
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 10px;
  }
  .pop-close-btn span{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }
  .pop-close-btn:hover{
    color: #4C8FFF;
  }
  .pop-body{
    padding: 16px 24px;
    padding-right: 6px;
    font-size: 14px;
  }
  .pop-body .noticeContent{
    margin-top: 0;
  }
  
  .pre-Btn{
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgba(31, 45, 61, 0.11);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .pre-Btn div{ 
    width: 32px;
    height: 32px;
    margin-top: 12px
  }
  
  .next-Btn{
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgba(31, 45, 61, 0.11);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .next-Btn div{ 
    width: 32px;
    height: 32px;
    margin-top: 12px
  }
  
  .elTimeLine{
    min-height: 20vh;
    max-height: 100%;
    margin-top: 27px;
    text-align: left;
    position: relative;
  }
  
  .elTimeLine-item{
    display: flex;
    padding-left: 6px;
  }
  
  .elTimeLine-item-time {
    width: 112px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  
  }
  
  .elTimeLine-item-content{
    max-width: 1000px;
    position: relative;
    padding-left: 28px;
    border-left: 1px solid #e0e0e0;
    padding-bottom: 40px;
  
  }
  
  .elTimeLine-item-tail{
    width: 12px;
    height: 12px;
    position: absolute;
    left: -6px;
    background-color: #ffffff;
    border: 1px solid #4c8fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .elTimeLine-item-tail::after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4C8FFF;
  }
  
  .elTimeLine-item-wrapper p:nth-child(1){
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .elTimeLine-item-wrapper p:nth-child(2){
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
  }
  .elTimeLine-item-wrapper p:nth-child(3){
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    white-space: pre-wrap;
  }
  
  .elTimeBox .elTimeLine-item:nth-last-of-type(1) .elTimeLine-item-content{
    border-left: 0px solid #FFFFFF;
  }
  
  .update-history .elTimeLine-item:nth-last-of-type(1) .elTimeLine-item-content{
    border-left: 0px solid #FFFFFF;
  }
  
  
  .elPopover-in{
    width: 420px;
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 24px;
    box-shadow: 2px 2px 8px 0px rgba(189, 189, 189, 0.5);
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #e4e7ed;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    word-break: break-all;
    box-sizing: border-box;
    display: none;
    z-index: 6;
  }
  
  .elPopover-in::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -6px;
    top: 45%;
    transform: translateX(-50%);
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 8px solid #ffffff;
    border-bottom: 6px solid transparent;
  }
  
  .elPopover-in.all{
    width: 620px;
    height: 398px;
  }
  
  .elPopover-in.all::before{
  top: 48%;
  }
  
  .inline-form .inline-form-item{
    height: 42px;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 16px;
    font-size: 16px;
    position: relative;
  }
  
  .inline-form .inline-form-item label{
    width: 70px;
    font-weight: bold;
    color: #555555;
  }
  
  .inline-form .inline-form-item select,
  .inline-form .inline-form-item input{
    width: 455px;
    height: 42px;
    padding-left: 10px;
    line-height: 42px;
    outline: 0;
    border: none;
    background: 0 0;
    box-sizing: border-box;
    color: #606266;
    background: #ffffff !important;
    border: 1px solid #dbe9ff;
    box-shadow: none;
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  
  .onError{
    width: 100%;
    position: absolute;
    left: 85px;
    bottom: -16px;
    color: #f56c6c;
    font-size: 12px;
  }
  .short{
    left: 45px
  }
  
  .terminal{
    padding: 24px 20px;
  }
  
  .xterm-rows{
    color: #ffffff !important;
  }
  
  .elMessageBox{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.25);
    z-index:20;
    display:none;
    z-index: 10;
  }
  
  .empty-box{
    width: 420px;
    height: 262px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(88, 88, 88, 0.6);
    border-radius: 4px;
    margin:25vh auto;
  }
  
  .searchIpt{
    width: 810px;
    height: 42px;
    padding-left: 10px;
    line-height: 42px;
    outline: 0;
    border: none;
    background: 0 0;
    box-sizing: border-box;
    color: #606266;
    background: #ffffff !important;
    box-shadow: none;
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-right: 16px;
  }
  
  .elBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 40px;
    white-space: nowrap;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    user-select: none;
    vertical-align: middle;
    -webkit-appearance: none;
    font-size: 14px;
    background-color: #4C8FFF;
    border: 1px solid #dcdfe6;
    border-color: #4C8FFF;
    padding: 8px 15px;
    border-radius: 4px;
  }
  
  .elBtn:hover{
    opacity: .7;
  }
  
  .message-header{
    width: 100%;
    height: 32px;
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .message-header div{
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  
  .message-header div:hover{
    color: #4c8fff;
  }
  
  .elMessageBox .empty{
    font-size: 14px;
    color: #606266;
  }
  
  .elMessage-info{
    width: 126px;
    height: 48px;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #f4f4f5;
    color: #909399;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    font-weight: bold;
  }
  
  .error-msg{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 330px;
    padding: 24px 26px 24px 13px;
    font-size: 16px;
    color: #606266;
    transition: all .2s linear;
    box-shadow: 0px 4px 20px 0px rgba(88, 88, 88, 0.6);
  }
  
  .lazy {
    display: none;
  }

  .showPwd{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .hidePwd{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  #verify{
    appearance: none;
    position: relative;
  }
  #osType{
    appearance: none;
    position: relative;
  }
  .selectDown{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer;
  }

  .elImage{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    align-items: center;
  }

  .elImage-close{
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background-color: #606266;
    border-color: #fff;
    padding: 10px;
  }

  .elImage-imgBox{
    position: static;
    max-width: 1000px;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin: 0 auto;
  }
  .elImage-img{
    transform: scale(1) rotate(0deg) translate(0px, 0px);
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

}

@media screen and (max-width: 980px) {
  :root {
    --el-color-primary: #4C8FFF !important;
  }

  #app {
    min-width: 100vw;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
  }

  .min {
    min-width: 6.6667vw !important;
    max-height: 100% !important;
  }

  .txt {
    width: auto !important;
    min-width: auto !important;
    max-width: 42.6667vw !important;
    min-height: 5.3333vw !important;
    max-height: 100% !important;
  }

  .hiden {
    display: none;
  }

  .notices {
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(76, 143, 255, 0.1);
    overflow: auto;
    --el-border-radius-small: 1rem;
  }

  .notices .el-dialog__body {
    padding: 0;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
  }

  .body {
    padding-top: 12.8vw;
  }

  .toPage-btn {
    width: 37.3333vw;
    height: 10.6667vw;
    background: #4C8FFF;
    border-radius: 5.3333vw;
    text-align: center;
    font-size: 3.7333vw;
    color: #FFFFFF;
    letter-spacing: 0;
    border: 0rem solid #FFFFFF;
    outline: none;
    box-shadow: 0rem .25rem .75rem .25rem #bbd6fe;
    position: relative;
    overflow: hidden;
  }

  .toPage-btn::after {
    content: '';
    width: 1.1733vw;
    height: 1.1733vw;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: water 2.2s infinite;
  }

  @keyframes water {
    0% {
      display: block;
      transform: scale(5);
      background-color: rgba(255, 255, 255, 0.3);
    }

    90% {
      display: none;
      transform: scale(42);
      background-color: rgba(255, 255, 255, 0);
    }

    100% {
      display: none;
      transform: scale(42);
      background-color: rgba(255, 255, 255, 0);
    }
  }

  .toTop {
    width: 74.6667vw;
    font-size: .75rem;
    color: #666666;
    margin-left: 0.6667vw;
    height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .toTop p {
    width: 74.6667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .el-drawer.nav .el-drawer__header {
    flex-direction: row-reverse;
  }

  .el-drawer.nav .el-drawer__close-btn {
    width: 5.3333vw;
    height: 5.3333vw;
    font-size: 5.3333vw;
  }

  .el-drawer.documents .el-drawer__header {
    padding-top: 4.2667vw;
    padding-right: 4vw;
    margin-bottom: 3.2vw;

  }

  .el-drawer.documents .el-drawer__close-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
  }

  .login-box {
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("/static/img/shortBG.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
  }

  .login-box .welcome {
    width: 87.2vw;
    height: 8.267vw;
    margin-top: 18vw;
    font-size: 5.867vw;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
  }

  .el-dialog.allNotice {
    width: 85.3333vw;
    height: 85.3333vw;
    background: #FFFFFF;
    box-shadow: 0rem .25rem 1.25rem 0rem rgba(88, 88, 88, 0.6);
    border-radius: 2.1333vw;
  }

  .el-dialog.allNotice .el-dialog__header {
    padding-top: 2.1333vw;
    padding: 2.1333vw 2.1333vw 1.3333vw 3.2vw;
    position: relative;
    border-bottom: 0.1333vw solid #E3E3E3;
    margin-right: 0;
  }

  .el-dialog.allNotice .el-dialog__header .el-dialog__title {
    font-size: 2.6667vw;
    color: #333333;
  }

  .el-dialog.allNotice .el-dialog__header .el-dialog__headerbtn {
    top: 50%;
    transform: translateY(-50%);
    right: 2.1333vw;
  }

  .el-dialog.allNotice .el-dialog__body {
    padding: 2.1333vw 3.2vw;
    padding-right: 0.8vw;
    height: 70.4vw;
  }

  .el-message {
    padding: 2vw 2.5333vw !important;
  }

  .el-message .el-icon {
    font-size: 3.7333vw;
    margin-right: 1.3333vw;
  }

  .el-message .el-message__content {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }

  .el-popper .el-select-dropdown .el-select-dropdown__item {
    font-size: 4.2667vw;
    height: 6.6667vw;
    line-height: 6.6667vw;
    padding: 0 4.2667vw 0 2.6667vw;
  }

  .emptyInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .emptyInfo img {
    width: 21.3333vw;
    height: 16.8vw;
    display: block;
    margin-top: 26.6667vw;
  }

  .emptyInfo p {
    text-align: center;
    font-size: 4.2667vw;
  }

  .pagination {
    padding: 2.6667vw 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
  }

  .pagination .el-input__wrapper {
    box-shadow: none !important;
  }

  .item-about {
    width: 100%;
    height: 44.8vw;
    background: url("/static/img/footerBG.png") center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-about .about-info {
    font-size: 5.3333vw;
    color: #333333;
    letter-spacing: .1044rem;
    text-align: center;
    font-weight: bold;
    margin-top: 9.3333vw;
  }

  .item-footer {
    width: 100%;
    height: 100%;
    padding: 5.3333vw 10vw;
    background: #000C28;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.2vw;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 13.3333vw;
  }

  .item-footer .link-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.1333vw;
    justify-content: center;
  }

  .item-footer .link-box p a {
    text-decoration: none;
  }

  .item-footer .icp {
    width: 100%;
    background: #000C28;
    height: 100%;
    margin-top: 2.6667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noticeContent {
    width: 67.2vw;
    height: 54.6667vw;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    font-size: 1.6vw;
    color: #666666;
    line-height: 4.2667vw;
    word-wrap: break-word;
    overflow: auto;
    margin-top: 4.8vw;
  }

  .noticeContent::-webkit-scrollbar {
    height: 1.0667vw;
  }

  .footer {
    width: 100%;
    height: 22.6667vw;
    background: url("/static/img/icons/mengban.svg") center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -2vw;
    z-index: -1;
  }

  .bords {
    font-weight: bold;
  }

  .headers {
    width: 64.8vw;
    position: absolute;
    top: -0.8vw;
    left: 5.3333vw;
    text-align: center;
    font-size: 3.2vw;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .el-carousel {
    height: 100%;
  }

  .el-carousel__container {
    height: 66.8vw;
  }

  .el-carousel__item {
    min-height: 100%;
    max-height: 77.3333vw;
    overflow: visible;
  }

  .el-carousel__arrow--left {
    margin-left: -1.6vw;
    left: 2.1333vw;
  }

  .el-carousel__arrow--right {
    margin-right: -1.6vw;
    right: 2.1333vw;
  }

  ::-webkit-scrollbar {
    width: 0.2667vw;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 1.3333vw;
    box-shadow: inset 0 0 .3125rem rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
  }

  .el-icon {
    font-size: 4.2667vw;
  }

  .el-carousel__arrow {
    width: 4vw;
    height: 8vw;
    border-radius: 0.6667vw;
  }


  .notice-contents {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 2.1333vw;
    padding-right: 1.6vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .notice-contents::-webkit-scrollbar {
    width: 0.8vw;
    background-color: rgba(255, 255, 255, 0);
  }

  .notice-contents::-webkit-scrollbar-thumb {
    width: 0.8vw;
    background: #D8D8D8;
    border-radius: 0.4vw;
  }

  .notice-item {
    width: 100%;
    background: #F6F6F6;
    border-radius: 0.8vw;
    padding: 1.8667vw 2.1333vw;
    color: #333333;
  }

  .notice-item .notice-item-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6667vw;
  }

  .notice-item .notice-item-title .item-title {
    width: 59.7333vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .notice-item .notice-item-title .item-title p:nth-child(1) {
    max-width: 32vw;
    height: 100%;
    line-height: 5.3333vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 3.2vw;
  }

  .notice-item .notice-item-title .item-title p:nth-child(2) {
    font-size: 3.2vw;
    color: #C0C0C0;
    line-height: 4.2667vw;
  }

  .notice-item .notice-item-content {
    margin-top: 1.8667vw;
    width: 100%;
    font-size: 3.2vw;
    color: #333333;
    line-height: 4.8vw;
    font-weight: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .notice-item .notice-item-footer {
    width: 100%;
    height: 6.9333vw;
    margin-top: 2.1333vw;
    border-top: 0.1333vw solid #D8D8D8;
    padding-top: 2.1333vw;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
  }

  .notice-item .notice-item-footer .footer-date {
    font-size: 3.2vw;
    color: #666666;
    line-height: 4.2667vw;
  }

  .notice-error {
    width: 100%;
    height: 56vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .item-open {
    display: flex;
    cursor: pointer;
  }

  .item-open:hover {
    opacity: .7;
  }

  .item-open img {
    width: 4.2667vw;
    height: 4.2667vw;
  }

  .item-open img.closed {
    transform: rotate(180deg);
  }

  .item-open p {
    font-size: 3.2vw;
    color: #333333;
    line-height: 4.2667vw;
  }

  .markdown-body div ol,
  .tinymce div ol {
    padding: revert !important;
  }

  .markdown-body a,
  .tinymce a {
    text-decoration: none;
    color: #4C8FFF;
  }

  .markdown-body img,
  .tinymce img {
    max-width: 100%;
    height: 100%;
  }

  .markdown-body p,
  .tinymce p {
    word-wrap: break-word;
  }

  .instructions,
  .empty {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .instructions a,
  .empty a {
    text-decoration: none;
    color: #4C8FFF;
  }

  .notice-item-title,
  .notice-item-content,
  .notice-item-content p {
    word-wrap: break-word;
    
  }

  .elDrawer{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 11;
  }

  .elDrawer-menu{
    width: 30rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-shadow: 0vw 2.1333vw 6.4vw 2.1333vw rgba(0, 0, 0, 0.08),0vw 1.6vw 4.2667vw rgba(0, 0, 0, 0.12),0vw 1.0667vw 2.1333vw -1.0667vw rgba(0, 0, 0, 0.16);
    overflow: hidden;
    transition: all 0.3s;
  }

  .elDrawer-menu-header{
    align-items: center;
    color: #72767b;
    display: flex;
    margin-bottom: 4.2667vw;
    padding: 2.6667vw;
    padding-bottom: 0;
  }
  .elDrawer-closeBtn{
    width: 4.2667vw;
    height: 4.2667vw;
    font-size: 4.2667vw;
    display: inline-flex;
    border: none;
    cursor: pointer;
  }
  .elDrawer-closeBtn:hover{
    color: #4C8FFF;
  }

  .elDrawer-menu-body{
    flex: 1;
    padding: 2.6667vw;
    overflow: auto;
  }

  .eltoTop{
    width: 12vw;
    height: 12vw;
    background-color: rgba(255, 255, 255, 0);
    right: 1.3333vw !important;
    bottom: 50.6667vw !important;
    position: fixed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6667vw;
    box-shadow: rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 5;
  }

  .item-footer .link-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.1333vw;
  }

  .item-footer .icp {
    width: 100%;
    background: #000C28;
    height: 100%;
    margin-top: 2.6667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tooBar-item:hover .elPopover.popClick{
    opacity: 1;
  }
  
  .elPopover.popClick{
    width: auto;
    height: 165px;
    padding: 3.2vw;
    position: absolute;
    top: -185px;
    display: none;
    right: -6.5rem;
    bottom: 0;
    z-index: 6;
    background-color: #ffffff;
    border: 0.1333vw solid #e4e7ed;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 1.8667vw;
    box-shadow: 0vw 0vw 1.6vw rgba(0, 0, 0, 0.12);
    word-break: break-all;
    box-sizing: border-box;
    border-radius: 2.1333vw;
    padding: 2.1333vw;
  }
  
  .elPopover.popClick p {
    color: #333333 !important;
  }
  
  .elPopover.popClick::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% + 0.8vw);
    bottom: -1.8667vw;
    transform: translateX(-50%);
    border-top: 1.0667vw solid #ffffff;
    border-right: 0.8vw solid transparent;
    border-left: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
  }

  .infoBoxs .info-detail {
    display: flex;
    gap: 1.0667vw;
  }

  .infoBoxs .info-detail .info .email,
  .infoBoxs .info-detail .info .telegraph,
  .infoBoxs .info-detail .info .phone {
    display: flex;
    align-items: center;
    gap: 0.8vw;
    margin-top: 2.1333vw;
    font-size: 2.1333vw;
    overflow: hidden;
  }
  .infoBoxs .info-detail .info .email p,
  .infoBoxs .info-detail .info .telegraph p,
  .infoBoxs .info-detail .info .phone p{
    font-size: 3.2vw;
  }

  .infoBoxs .info-detail .info .email img,
  .infoBoxs .info-detail .info .telegraph img,
  .infoBoxs .info-detail .info .phone img {
    width: 3.2vw;
    height: 3.2vw;
    filter: drop-shadow(3.2vw 0 0 #333333);
    transform: translate(-3.2vw);
  }

  .infoBoxs .info-detail .info .email p,
  .infoBoxs .info-detail .info .telegraph p,
  .infoBoxs .info-detail .info .phone p {
    max-width: 40vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .infoBoxs .info-detail .qrcode {
    max-height: 27.4667vw;
    min-height: auto;
    display: flex;
    gap: 2.1333vw;
    margin-top: 1.8667vw;
  }

  .infoBoxs .info-detail .qrcode .qrcode-item {
    height: fit-content;
    max-height: 25.2vw;
    background: #ECECEC;
    border-radius: 0.8vw;
    padding: 1.0667vw 1.0667vw;
    overflow: hidden;
  }

  .infoBoxs .info-detail .qrcode .qrcode-item img {
    width: 16vw;
    height: 16vw;
  }

  .infoBoxs .info-detail .qrcode .qrcode-item p {
    width: 100%;
    max-height: 8.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.1333vw;
    color: #333333;
    line-height: 3vw;
    margin-top: 0.9333vw;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .official-dialog{
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.25);
    z-index:20;
    display:none;
    z-index: 6;
  }
  .dialog-box{
    width: 85.3333vw;
    height: 70.6667vw;
    background: #FFFFFF;
    box-shadow: 0vw 0.5333vw 2.6667vw 0vw rgba(88, 88, 88, 0.6);
    border-radius: 2.1333vw;
    margin:20vw auto;
  }
  .dialog-header{
    padding:2.1333vw 2.6667vw 1.3333vw;
    border-bottom: 0.1333vw solid #E3E3E3;
    width:85.3333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dialog-close-btn{
    width: 2.1333vw;
    height: 2.1333vw;
    cursor: pointer;
  }
  .dialog-close-btn span{
    font-size: 1.8667vw;
    color: #333333;
    line-height: 3.2vw;
  }
  .dialog-close-btn:hover{
    color: #4C8FFF;
  }
  .dialog-body{
    padding: 2.1333vw 3.2vw;
    padding-right: 0.8vw;
    font-size: 1.8667vw;
    height: 61.3333vw;
    overflow-y: scroll;
  }
  
  /* pop */
  .pop-dialog{
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.25);
    z-index:20;
    display:none;
  }
  .pop-box{
    width: 77.3333vw;
    height: 70vw;
    background: #FFFFFF;
    box-shadow: 0vw 0.5333vw 2.6667vw 0vw rgba(76, 143, 255, 0.1);
    border-radius: 2.1333vw;
    overflow: auto;
    margin:20vw auto;
    padding-top: 3.2vw;
    display: flex;
    position: relative;
  }
  .pop-box::-webkit-scrollbar{
    height: 0;
  }
  .pop-cardBox{
    width: 77.3333vw;
    display: flex;
    position: relative;
    transition: all .3s linear;
    margin-left: 0;
  }
  
  .pop-cardBox::-webkit-scrollbar{
    height: 0;
  }
  .pop-card{
    width: 100%;
    position: relative;
    background: url(/static/img/mengban.svg) center bottom;
    background-repeat: no-repeat;
  }
  .pop-header{
    width: 77.3333vw;
    padding: 0 5.3333vw;
    display: flex;
    justify-content: space-between;
    padding-right: 3.3333vw;
  }
  .pop-headers{
    width: 64.2667vw;
    text-align: center;
    font-size: 3.2vw;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .pop-close-btn{
    width: 2.1333vw;
    height: 2.1333vw;
    cursor: pointer;
    margin-top: 1.3333vw;
  }
  .pop-close-btn span{
    font-size: 1.8667vw;
    color: #333333;
    line-height: 3.2vw;
  }
  .pop-close-btn:hover{
    color: #4C8FFF;
  }
  .pop-body{
    padding: 2.1333vw 3.2vw;
    padding-right: 0.8vw;
    font-size: 1.8667vw;
    height: 50.6667vw;
    overflow-y: scroll;
  }
  .pop-body .noticeContent{
    margin-top: 0;
  }
  
  .pre-Btn{
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 4vw;
    height: 8vw;
    border-radius: 0.6667vw;
    cursor: pointer;
    background-color: rgba(31, 45, 61, 0.11);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 1.0667vw;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.6vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .pre-Btn div{ 
    width: 4.2667vw;
    height: 4.2667vw;
    margin-top: 1.6vw
  }
  
  .next-Btn{
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 4vw;
    height: 8vw;
    border-radius: 0.6667vw;
    cursor: pointer;
    background-color: rgba(31, 45, 61, 0.11);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1.0667vw;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.6vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .next-Btn div{ 
    width: 4.2667vw;
    height: 4.2667vw;
    margin-top: 1.6vw
  }

  .elTimeLine{
    min-height: 20vh;
    max-height: 100%;
    margin-top: 3.6vw;
    text-align: left;
    position: relative;
  }
  
  .elTimeLine-item{
    display: flex;
    padding-left: 0.8vw;
  }
  
  .elTimeLine-item-time {
    width: 14.9333vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 2.1333vw;
    color: #333333;
    font-weight: bold;
  
  }
  
  .elTimeLine-item-content{
    max-width: 133.3333vw;
    position: relative;
    padding-left: 3.7333vw;
    border-left: 0.1333vw solid #e0e0e0;
    padding-bottom: 5.3333vw;
  
  }
  
  .elTimeLine-item-tail{
    width: 1.6vw;
    height: 1.6vw;
    position: absolute;
    left: -0.8vw;
    background-color: #ffffff;
    border: 0.1333vw solid #4c8fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .elTimeLine-item-tail::after{
    content: '';
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
    background-color: #4C8FFF;
  }
  
  .elTimeLine-item-wrapper p:nth-child(1){
    font-size: 3.7333vw;
    color: #333333;
    font-weight: bold;
    display: flex;
    gap: 10px;
  }
  .elTimeLine-item-wrapper p:nth-child(2){
    font-size: 3.2vw;
    color: #666666;
    line-height: 3.2vw;
    font-weight: 400;
    margin-top: 2.1333vw;
  }
  .elTimeLine-item-wrapper p:nth-child(3){
    font-size: 3.2vw;
    color: #666666;
    line-height: 3.2vw;
    font-weight: 400;
    white-space: pre-wrap;
    margin-top: 1.3333vw;
  }
  
  .elTimeBox .elTimeLine-item:nth-last-of-type(1) .elTimeLine-item-content{
    border-left: 0vw solid #FFFFFF;
  }
  
  .update-history .elTimeLine-item:nth-last-of-type(1) .elTimeLine-item-content{
    border-left: 0vw solid #FFFFFF;
  }
}