.accounting .panel-body .list-unstyled li span {
    width: 18px;
    height: 18px;
    background: #A7A7A7;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #FFF;
}

.accounting .swiper-area {
    overflow: hidden
}

.accounting .tabs-wrapper {
    padding: 16px
}

.accounting .tabs-wrapper .tabs-group .title {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.accounting .tabs-wrapper .tabs-group .content>li.ac-active>a {
    background: #89A4FE;
    border-radius: 12px;
    color: #FFFFFF;
}

.accounting .tabs-wrapper .tabs-group .content {
    margin-left: 90px;
}

.accounting .tabs-wrapper .tabs-group:first-child {
    margin-bottom: 16px;
}

.accounting .tabs-wrapper .tabs-group .content>li>a {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.accounting .col-md-4,
.accounting .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}

.accounting .col-md-8 {
    padding-right: 30px;
}

.accounting .ac-bottom {
    margin-bottom: 16px;
}

.accounting .tabs-wrapper .tabs-group .content {
    background: #F9FAFF;
    padding: 8px;
}

.accounting .panel-body .list-unstyled li:nth-child(1) span {
    background: #5A7DF9;
}

.accounting .panel-body .list-unstyled li:nth-child(2) span {
    background: #5A7DF9;
}

.accounting .panel-body .list-unstyled li:nth-child(3) span {
    background: #8AA5FE;
}


.accounting .panel-title .card-for {
    width: 4px;
    height: 18px;
    background: #89A4FE;
    border-radius: 1px 1px 1px 1px;
    margin-right: 8px;
}

.accounting .panel-heading .panel-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    display: flex;
}

.accounting .panel-heading {
    padding: 0;
    padding-bottom: 16px
}

.accounting .panel-body {

    margin-top: 16px;
}

.accounting .panel-body-1 {
    background: #F9FAFF;
    padding: 16px;

}

.panel-default {
    padding: 16px;
}

.accounting .panel-body .introduce {
    color: #555555;
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
}

.table-container {
    width: 100%;
    border: 1px solid #EDEDED;
    font-size: 14px;
    letter-spacing: 1px;
}

.table-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #EDEDED;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    border-right: 1px solid #EDEDED;
    padding: 0;
    display: flex;
}

.table-cell:last-child {
    border-right: none;
}

.cell-content {
    display: grid;
    grid-template-columns: 90px 1fr;
    width: 100%;
    min-height: 40px;
}

.label-inner {
    background: #F6F6F6;
    color: #828A92;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.value {
    padding: 8px 16px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.colspan-2 {
    grid-column: span 2;
}

.last-table .value {
    align-items: flex-start;
}

.progress-intro {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 24px;
}

.progress-contain-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.step img:first-child {
    z-index: 2;
}

.step .imagw {
    position: absolute;
    bottom: 82%;
    left: 100%;
}

.step-header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    /* text-align: center; */
    justify-content: center;
}

.step-number {
    display: inline-block;
    /*width: 32px;*/
    /*height: 32px;*/
    line-height: 32px;
    text-align: center;
    color: #89A4FE;
    margin-right: 15px;
    font-weight: bold;
}

.step-title {
    margin: 0;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}

.step-content {
    font-size: 14px;
    color: #828A92;
    line-height: 24px;
    text-align: center;
}

.step::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 86%;
    height: 2px;
    background: #E7EDF9;
    z-index: 1;
}


.step:last-child::after {
    display: none;
}

.step::before {
    content: '';
    position: absolute;
    left: 0%;
    right: 50%;
    bottom: 86%;
    height: 2px;
    background: #E7EDF9;
    z-index: 1;
}

.step:first-child::before {
    display: none;
}

.progress-intro-2 {
    background: #F9F9F9;
    padding: 16px;
    font-size: 14px;
}

.progress-intro-2 div:first-child {
    font-weight: bold;
    margin-bottom: 12px;
    color: #333333;
}

.tab-buttons {
    font-size: 14px;
    align-items: start;
    display: grid;
    grid-template-columns: repeat(4, 168px);
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}

.tab-btn {
    cursor: pointer;
    color: #333333;
    width: auto;
    height: 36px;
    border: 1px solid #E9E9E9;
    border-radius: 50px;
    background-color: #FFF;
}

.tab-btn.active {
    color: #FFFFFF;
    background: #89A4FE;
}

.tab-content {
    background: #F9FAFF;
    padding: 24px;
}

.tab-content .tab-pane {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.tab-content .tab-pane .weight {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.custom-table {
    width: 100%;

    border-collapse: collapse;

}


.custom-table thead tr {
    background: rgba(128, 155, 250, 0.2);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}


.custom-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}


.custom-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;

}


.custom-table tbody tr:nth-child(even) {
    background: #F6F6F6;
}

.custom-table tbody tr:hover {
    background-color: #e7f0fd;
}

.col-1 {
    width: 120px;
    /* 一 */
}

.col-2 {
    width: 200px;
    /* 二 */
}

.col-3 {
    width: 250px;
    /* 三 */
}

.col-4 {
    width: 230px;
    /* 四 */
}

.accounting .panel-heading div.more {
    top: 7px;
}

.article-list .media .media-left a {
    width: 149px;
}

.accounting .article-tags {
    display: flex;
    justify-content: space-between;

}

.accounting .article-list .media-body .article-tag {
    display: flex;
    color: #AAAAAA;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}

.accounting .article-list .article-intro {
    margin: 8px 0;
}

.accounting .article-list .article-title a {
    color: #333333;
    font-size:15px;
}

.accounting .panel-new {
    margin: 0;
    padding: 0;
}

.nav-menu {
    position: fixed;
    top: 20%;
    left: 6%;
    border-left: 2px solid #E8E8E8;
    padding-left: 13px;
}

.nav-link {
    display: block;
    padding: 8px;
    color: #333;
    text-decoration: none;
    position: relative;
}

.nav-link::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 43%;
}

.before-active {
    background: #8AA4FE;
}

.nav-active::before {
    content: "";
    display: inline-block;
    background-image: url(../img/selfimg/location.png);
    position: absolute;
    left: -20px;
    top: 43%;
    z-index: 3;
    width: 17px;
    height: 12px;
    background-color: transparent;
    background-size: contain;
}

.nav-active {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.accounting a:focus {
    color: #333333;
    text-indent: none;
}

.o-active::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #8AA4FE;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 43%;
}
.server-dots{
    display: none;
}
.tab-btn_1{
    display: none;
}
.down {
    display: none;
}

@media (max-width: 1800px){
    .nav-menu{
        display: none;
    }
}
@media (max-width: 767px) {
    .accounting .col-md-8 {
        padding-right: 0;
    }

    .nav-menu {
        display: none;
    }

    .pt-1 {
        display: none;
    }

    .table-container {
        border-bottom: none;
    }

    .table-row {
        grid-template-columns: repeat(1, 1fr);
        border-bottom: none;
    }

    .table-cell {
        border-bottom: 1px solid #EDEDED;
        border-right: none;
    }

    .accounting .panel-body {
        padding: 0;
    }

    .progress-contain-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .step::after {
        display: none;
    }

    .step::before {
        display: none;
    }

    .step .imagw {
        display: none;
    }

    .step {
        border-radius: 10px;
        border: 1px solid #EDEDED;
        flex-direction: row;
        align-items: flex-start;
        padding: 18px 12px;

    }

    .step-header {

        align-items: center;
        padding: 0;
        justify-content: flex-start;
    }

    .step-inner {
        padding-left: 24px;
    }

    .step-content {
        text-align: left;
    }

    .progress-intro-2 {
        margin-top: 12px;
    }

    .accounting .panel-body-1 {
        padding: 16px;
    }

    .server-active {
        height: 24.125rem;
    }

    .server-dots {
        /* position: absolute; */
        bottom: -2.5rem;
        right: 50%;
        display: flex
;
        /* transform: translateX(45%); */
        margin-top: 20px;
        justify-content: center;
    }



       .server-dot {
        height: 12px;
        width: 12px;
        border-radius: 50%;
background: #D9D9D9;
        margin-right: 12px;
        transition: all .3s ease-in-out;
    }
    .tab-buttons{
        display: none;
    }
    .tab-content{
        padding: 0;
        background: transparent;

    }
    .tab-content .tab-pane {
       box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        border: 2px solid #B8C8FF;
        padding: 12px;
        display: block;
               margin-bottom: 12px;
        width: 100%;
}
.tab-btn_1{
    display: block;
    background: linear-gradient( 90deg, #E2E8FF 0%, rgba(226,232,255,0) 100%);
    padding: 8px 6px;
    font-weight: bold;
font-size: 17px;
border-radius: 5px;
color: #5A7DF9;
margin-bottom: 18px;
}
    .server-dot-active {
     background: #89A4FE;
    }
   .accounting .panel-table{
        overflow-x: auto;
        width: auto;
    }
  .accounting  .custom-table {
    width: auto;
    min-width: 100%;
    white-space: nowrap;
}
.article-list .media .media-left {
    overflow: hidden;
    padding: 0;
    width: 105px;
    height: 90px;
}
.article-list .media .media-left a {
    /* width: 149px; */
    width: 105px;
    height: 90px;
}
.embed-responsive-square
 {
           padding-bottom: 0;
    width: 105px;
    height: 90px;
}
.accounting .article-list .article-intro {

    display: none;
}
.accounting .article-list .media-body .article-tag {
 
    width: 89%;
    position: absolute;
    bottom: 0;
}
.warn-content{
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
}
.warn-content::after {
              content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 96px;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255 255 255));
        opacity: 0.7;
        transition: opacity 0.3s ease;
}
.warn-content-active{
   max-height: 1000px;
    
}
.warn-content-active::after{
    content: '';
    display: none;
}
 .down.active {
        transform: rotate(180deg);
        opacity: 0.4;
    }
.down {
        cursor: pointer;
        transition: transform 0.5s ease;
        display: block;
        margin: 10px auto;
        width: 24px;
    }

}