.box1_text_p1 {
    color: #202020 !important;
}

.wr {
    color: #fff !important;
}

.box2 {
    padding-bottom: 1.5rem;
}

.box {
    max-width: 14rem;
    margin: 0 auto;
    padding: 0rem;
    overflow: hidden;
    margin-top: .97rem;
    padding-bottom: 1rem;
}

.boxm {
    margin-top: .67rem !important;
}

.left {

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 2.4rem;
    margin: 0 auto;

    float: left;
}

.bt {
    font-size: .4rem;
    color: #202020;
    line-height: .38rem;
    margin-bottom: .29rem;
}

.title-bar {
    background-color: #92C100;
    color: white;
    font-weight: 600;
    padding: 0 0.4rem;
    border-radius: 5rem;
    font-size: 0.24rem;
    text-align: center;
    width: 100%;
    line-height: .6rem;
    margin-bottom: .29rem;
}


.nav-btn {
    background-color: #0055B8;
    color: white;
    font-weight: 500;
    font-size: 0.24rem;
    padding: 0 0.4rem;
    border-radius: 5rem;
    text-align: center;
    height: .6rem;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: .29rem;
    
    font-family: Sans-SemiBold;
}


.nav-btn:hover {
    background-color: #92C100;
}

.right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 56.875rem;
    margin: 2.5rem auto;
    padding: 0 1.25rem;
}

.video-card {
    width: 4.46rem;
    margin-right: .2rem;
    overflow: hidden;
    background: #F7F9FA;
    border-radius: .14rem;
    margin-bottom: .4rem;
}

.video-card:nth-of-type(2n) {
    margin-right: 0;
}

.video-thumbnail {
    position: relative;

    width: 100%;
    border-radius: 0.08rem;
    height: 2.5rem;
    background-color: #ddd;

}

.video-thumbnail img {
    width: 100%;
    border-radius: 0.08rem;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;

}

.block {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000000;
    border-radius: .1rem;
    opacity: 0.5;
    height: 100%;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.08rem 0 0.08rem 0.14rem;
    border-color: transparent transparent transparent #666;
    margin-left: 0.02rem;
}


.card-text {
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
    padding: .18rem .33rem .4rem .33rem;
    
    font-family: Sans-SemiBold;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;

    margin: 1rem 0;
}

.pagination a,
.pagination span {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.04rem;
    text-decoration: none;
    color: #4b5563;
    font-size: 0.24rem;
}

.pagination a:hover:not(.active) {
    background-color: #f3f4f6;
}

.pagination a.active {
    background-color: #005dab;
    color: white;
}

.pagination .ellipsis {
    width: auto;
    padding: 0 0.03125rem;
}




.right_que {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    margin: 0.4rem 0;
    padding: 0 0.2rem;
    padding-left: .67rem;
}

.line {
    width: 100%;
    border-left: 1px solid #E8E8E8;
    padding: 0 0.8rem;
}

.faq-item:nth-child(1) {
    margin-top: .79rem;
}

.faq-item {
    width: 10.25rem;
    margin: 0.15rem auto;
    padding: 0.35rem .39rem .82rem 0.39rem;
    background-color: #f8f9fa;
    border-radius: 0.08rem;

}
.faq-item table tbody tr{
    font-size: 0.16rem;
}
.faq-item *{
    font-size: .18rem;
    color: #202020;
    line-height: .34rem;
    font-family: Sans-Medium;
}
.faq-question {
    font-size: .24rem;
    color: #202020;
    line-height: .33rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #e9ecef;
    font-family:Sans-SemiBold;
}


.faq-answer {
    margin-top: .36rem;
    font-size: .18rem;
    color: #202020;
    line-height: .34rem;
     font-family:Sans-Medium;
}


.faq-answer .answer-label {
    font-weight: 500;
    font-size: .24rem;
    color: #9BBD00;

}



.nav-tabs {
    display: flex;
   background: #F7F9FA;
    height: .8rem;

}

.nav-tab {
    text-decoration: none;
    width: 25%;
    text-align: center;
    font-size: 0.24rem;
    color: #000000;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
    line-height: .8rem;
}

.nav-tab.active {
    background-color: #fff;

    color: #005dab;
}
.nav-tab a{
    font-family: Sans-SemiBold;
}
.content-container {
    max-width: 14rem;
    margin: 0 auto;
}

.content-panel {
    margin-top: .65rem;
    display: none;
}


.content-panel.active {
    display: block;
}

.doc-card {
    background-color: #f7f9fa;
    border-radius: 0.14rem;
    padding: 0 .42rem;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.05);
    height: 1.5rem;
}

.doc-card:hover {
box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
}
.fenye{
    margin-top: .85rem !important;
    margin-bottom: 1.45rem !important;
}

.doc-info {
    display: flex;
    align-items: center;
}

.doc-icon {

    margin-right: 0.51rem;
    color: #007bff;
}

.doc-title {
    font-size: 0.24rem;
    color: #000;
    font-family: Sans-SemiBold;
}

.doc-actions {
    display: flex;
    gap: 0.65rem;
}

.view-btn {
    color: #9acd32;
    font-size: 0.2rem;
    font-weight: 500;
    width: auto;
    text-decoration: #9acd32;
    text-decoration-line: revert-layer;
    font-family: Sans-SemiBold;
}

.download-btn {
    color: #005DAB;
    font-size: 0.2rem;
    font-weight: 500;
        text-decoration: #005DAB;
    text-decoration-line: revert-layer;
    font-family: Sans-SemiBold;
}


.v_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.16rem;
    margin: 0 auto;
    float: left;
    margin-bottom: .29rem;
}

.v_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.02rem;
    max-width: 9.1rem;
    margin: 0 auto;
    padding: 0 0.2rem;

}