@charset "utf-8";
/* CSS Document */
.erro_box{ width:835px; margin:0 auto; padding-top:150px;}
.erro_box img{ width:170px; height:156px;}
.erro_pic{ display:block;  float:left;margin-right:50px;}
.erro_text_box{ display:block; overflow:hidden; padding-top:30px; color:#6c6c6c; line-height:35px;}
.erro_text_box .tit{ color:#b73a21; font-size:24px;}
.line_gray{ border-top:1px solid #ccc; margin:20px 0;}
a.green_bg{ display:inline-block; background:#5ec426; font-size:16px; color:#fff; padding:0 8px; border-radius:2px;}
/*手机端*/
@media (max-width:767px) {
.erro_box{ width:auto; margin:0 auto;text-align:center; padding:2rem 0.35rem 0  0.35rem ;}
.erro_pic{ display:inline-block; float:none;margin-right:0;}
.erro_pic img{ width:4.25rem; height:3.9rem;}
.erro_text_box{ display:block; overflow:hidden; padding-top:1.25rem; color:#6c6c6c; line-height:35px; text-align:left; font-size:0.7rem;}
.erro_text_box .tit{ color:#b73a21; font-size:0.9rem;text-align:center;}
.line_gray{ border-top:1px solid #ccc; margin:1rem 0;}
a.green_bg{ display:inline-block; background:#5ec426; font-size:0.6rem; color:#fff; padding:0 8px; border-radius:2px;}
}
/*ipad*/
@media screen and (min-width: 768px) and (max-width: 1002px)  {
.erro_box{ width:750px; margin:0 auto; padding-top:150px;}
}

