.error{
    padding: 0.96rem 0 1.79rem 0 ;
}
.error_imgbox{
    width: 6.77rem;
    height: 4.44rem;
    margin: 0 auto;
}
.error_imgbox img{
    width: 100%;
    height: 100%;
}
.errortit{
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    color: #515151;
}
.errortxt{
    color: #757575;
    font-size: 0.16rem;
    text-align: center;
    margin-top: 0.32rem;
    margin-bottom: 0.54rem;
}
.errotIndex{
    width: 1.49rem;
    height: 0.43rem;
    background: #E60012;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    margin: 0 auto;
    text-decoration:none;
    transition: all .25s;
}
.errotIndex:hover{
    opacity: 0.85;
}
