


.error_content{
    width: 1200px;
    height: 390px;
    margin: 0 auto;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 100px;
}
.error_content .type{
    margin: 0 auto;
    margin-top: 150px;
}
.error_content .type h3{
    font-size: 22px;
    height: 40px;
    color: #b40f19;
    line-height: 40px;
    border-bottom: 1px solid #4e4e4e;
}
.error_content .type dl{
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
.error_content .type dl dd a{
    color: #b40f19;
    height: 24px;
    border-bottom: solid;
    border-color: #b40f19;
    border-width: 1px;
}
.error_content .type dl dd span{
    color: #b40f19;
    height: 24px;
    font-size: 18px;
}
/*404*/
.type_404{
    width:max-content;
    box-sizing: border-box;
    padding: 50px 0;
    padding-left: 352px;
    background: url("/images/404.png") left center no-repeat;
    background-size: 298px 150px;
}
/*500*/
.type_500{
    width:max-content;
    box-sizing: border-box;
    padding: 50px 0;
    padding-left: 352px;
    background: url("/images/500.png") left center no-repeat;
    background-size: 298px 150px;
}
/* 无规格书*/
.type_no_datasheet{
    width: max-content;
    box-sizing: border-box;
    padding: 65px 0;
    padding-left: 250px;
    background: url(/images/specification-lost.png) left center no-repeat;
    background-size: 198px 261px;
}
/* 下架商品*/
.type_itemdownshelft{
    width: max-content;
    box-sizing: border-box;
    padding: 65px 0;
    padding-left: 250px;
    background: url(/images/product-shelf.png) left center no-repeat;
    background-size: 198px 261px;
}


