.arm-special-error{
    width: 884px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.arm-special-error h1{
    font-family: Helvetica;
    font-size: 100px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
    color: #333333;
}
.arm-special-error .arm-special-error-p{
    width: 531px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #666666;
}
.arm-special-error .arm-special-error-btn{
    width: 187px;
    height: 64px;
    border-radius: 6px;
    background: #50A56D;
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 53px;
    margin-bottom: 35px;
}
.arm-special-error .arm-special-error-btn:hover{
    background: #fff;
    color: #50A56D;
    outline: 1px solid #50A56D;
}
/* 移动端样式 */
@media screen and (max-width: 1025px) {
    .arm-special-error{
        width: 100%;
        padding: 0.46rem 1rem 0 1rem;
    }
    .arm-special-error h1{
        font-family: Helvetica;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2rem;
        text-align: center;

    }
    .arm-special-error .arm-special-error-p{
        font-family: Helvetica;
        font-size: 0.22rem;
        font-weight: 400;
        line-height: 0.4125rem;
        text-align: center;

    }
    .arm-special-error .arm-special-error-btn{
        font-family: Helvetica;
        font-size: 0.22rem;
        font-weight: 700;
        margin-bottom: 0.98rem;
        width: 1.87rem;
        height: 0.64rem;
    }
}