.error {
    margin-top: 2rem;
    margin-bottom: .675rem;
}
.error-content {
    width: 80%;
    margin: 0 auto;
}
.error-tips {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.error-tips img {
    width: 40%;
}
.error-tips p {
    font-size: .475rem;
    font-weight: bold;
}
.error-product {
    background: #f2f2f2;
    padding: 40px 0 80px 0;
}
.error-product h1 {
    font-size: .475rem;
    text-align: center;
    font-weight: bold;
}
.contact-detail {
    padding-top: 40px;
}
.copy {
    width: 100%;
    height:40px;
    line-height: 40px;
    background: #010101;
    color:#a9a5a5;
    font-size: .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1500px){
    .error-tips p, .error-product h1 {
        font-size: 38px;
    }
}
@media (max-width:1024px){
    .error {
        margin-top: 100px;
    }
    .error-product .product-container {
        justify-content: center;
    }
    .error-product .product-item {
        width: 38%;
    }
}
@media (max-width:576px){
    .error-product .product-item {
        width: 90%;
    }
    .error-product h1 {
        font-size: 28px;
    }
    .error-tips img {
        width: 60%;
    }
    .error-tips p {
        font-size: 16px;
    }
}
