@charset "utf-8";
/*
*   @author zys
*   错误页
*/
.err_404_body{background-image: url(../img/404_cloud.png);background-position: left bottom;background-repeat: no-repeat;padding-bottom: 110px;background-size: 100%;}
.err_404_div{margin: 0  auto; width: 610px;text-align: center;}
.err_404_img{margin-top: 102px;}
.err_404_text{margin-top: 44px;font-size: 24px;color: #87706A;height: 30px;line-height: 30px;}
.err_404_go{display: block;background: #F87B27;color: #fff;font-size: 20px;height: 40px;line-height: 40px;width: 170px;margin: 0 auto;margin-top: 30px;border-radius: 3px;}
.err_cloud{display: block;margin: 0 auto;width: 100%;position: relative;top:-172px;z-index: -1;}
/*500 错误页面*/
.err_500_body{background-color: #F1F1F1;}
.err_500_img{margin-top: 40px;}
/*错误页 2016/8/29*/
.err_body{background-color: #fff;}
.err_text{font-size: 18px;color: #464961;width: 440px;margin-left: auto;margin-right: auto;}
.err_cloud1{top: -50px;}