/*not found*/
.err_logo{ text-indent:-9999px;padding-bottom: 30px; margin:0;}
.err_logo img{display: block;}
#not_found{ background:url(/images/front/error/special_hist_img1.png) no-repeat center left;width:100%; min-height: 300px; padding:30px; color:#fff;}
#not_found h2{margin-bottom:25px; font-size:28px;}
#not_found p{font-size:20px;}
#not_found .not_found_btn{margin-top:50px;border:1px solid #fff; padding:10px 20px; width:260px; text-align: center; transition-property:background-color;
    transition-duration:0.5s;}
#not_found .not_found_btn a:after{display:inline-block;content:""; clear:both; background:url(/images/front/error/next_arr.png) no-repeat center center; width:20px; height:20px; background-size:cover; vertical-align:middle; margin-left:20px; margin-bottom:3px;}
#not_found .not_found_btn a:before{ display:inline-block; content:""; clear:both; background:url(/images/front/error/go_to_home.png) no-repeat center center;  background-size:cover; width:20px; height: 20px; vertical-align:middle; margin-bottom:3px; margin-right:20px;}
#not_found .not_found_btn a{ color:#fff; font-size:18px; display:inline-block;}

#not_found .not_found_btn:hover {background:rgba(255,255,255,0.7);}
#not_found .not_found_btn:hover a{color:#0f296f;}
#not_found .not_found_btn:hover a:before{background:url(/images/front/error/go_to_home_blue.png);}
#not_found .not_found_btn:hover a:after {background:url(/images/front/error/next_arr_blue.png); background-size:cover;}
@media(max-width:425px){
    #not_found .not_found_btn{width:100%; text-align:center;}
    #not_found .not_found_btn a{font-size:15px;}
    
}
/*not found*/