.arm-special-faq{
    width: 1199px;
    /* border: 0.01rem solid red; */
    margin: 0 auto;
    margin-bottom: 75px;
}
.arm-special-faq  .arm-special-faq-h1{
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.3px;
    text-align: center;
    color: #333333;
}
.sam-table-wrapper {
    overflow-x: auto;
}
.arm-special-faq .arm-special-faq-content{
    margin-top: 28px;
}
.arm-special-faq .arm-special-faq-content .arm-special-faq-content-p{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #1B1F26B8;
}
.arm-special-faq .arm-special-faq-h2{
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #333333;
}
.arm-special-faq .arm-special-faq-table-top1{
    margin-top: 23px;
    margin-bottom: 15px;
}
.arm-special-faq .arm-special-faq-content-and{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 27px;
}
.arm-special-faq .arm-special-faq-content-and2{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-top: 23px;
    margin-bottom: 27px;
}

.arm-special-faq table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    margin-top: 23px;
}
.arm-special-faq th, td {
    border: 1px solid #00000040;
    text-align: center;
}

.arm-special-faq th{
    height: 51px;
    padding: 15px 0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.15px;
    text-align: center;
    color: #383838;
    background: #50A56D33;
}
.arm-special-faq-table-top2 th:first-child{
    width: 47%;
}
.arm-special-faq-table-top2 tr th:not(:first-child) {
    width: 10%;
}
.arm-special-faq td{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.15px;
    text-align: center;
    color: #383838;
    padding: 11px 0 12px 0;
}
/* 移动端样式 */
@media screen and (max-width: 1025px) {
    .arm-special-faq{
        width: 100%;
        padding: 0 0.3rem;
    }
    .arm-special-faq .arm-special-faq-h1{
        font-family: Helvetica;
        font-size: 0.32rem;
        font-weight: 700;
        line-height: 0.423rem;

    }
    .arm-special-faq .arm-special-faq-content .arm-special-faq-content-p{
        font-family: Helvetica;
        font-size: 0.2rem;
        font-weight: 400;
        line-height: 0.3rem;
        text-align: left;
        color: #1B1F26B8;

    }
    .arm-special-faq .arm-special-faq-content{
        margin-top: 0.26rem;
    }
    .arm-special-faq table{
        margin-top: 0.23rem;
    }
    .arm-special-faq .arm-special-faq-h2{
        font-family: Helvetica;
        font-size: 0.24rem;
        font-weight: 700;
        line-height: 0.26rem;
        text-align: left;
        color: #333333;

    }
    .arm-special-faq th{
        height: 0.51rem;
        padding: 0..15rem 0;
        font-family: Helvetica;
        font-size: 0.2rem;
        font-weight: 700;
        line-height: 0.2115rem;
        text-align: center;
        color: #383838;
        background: #50A56D33;
    }
    .arm-special-faq td {
        font-family: Helvetica;
        font-size: 0.2rem;
        font-weight: 400;
        line-height: 0.2115rem;
        text-align: center;
        color: #383838;
        padding: 0.11rem 0 0.12rem 0;
    }
    .arm-special-faq .arm-special-faq-content-and2 {
        font-family: Helvetica;
        font-size: 0.2rem;
        font-weight: 400;
        line-height: 0.26rem;
        text-align: center;
        color: #333333;
        margin-top: 0.23rem;
        margin-bottom: 0.27rem;
    }
}