body{ margin: 0; padding: 0; font-size: 14px; background-color: #f3f4f6; font-family:'Microsoft YaHei', '微软雅黑';}
body,body a{color: #6d6d6d; text-decoration: none;}
.page_view{ position: absolute; width: 600px; height: 230px; left: 50%; top: 50%; margin-left: -300px; margin-top: -350px; text-align: center; padding-top: 370px; background-position: top center; background-repeat: no-repeat;}
.page_view.page_404{ background-image: url("/static/images/404.png");}
.page_view .page_title{ font-size:36px; color: #000; line-height: 80px; font-weight: bold;}
.page_view .page_text{ font-size: 20px; line-height:40px;}
.page_view .page_btn{ padding-top: 15px;}
.page_view .page_btn a{ display: block; transition: all .2s; width: 150px; height: 40px; border: 1px solid #6482f0; color: #6482f0; margin: 0 auto; line-height: 40px; border-radius: 6px;}
.page_view .page_btn a:hover{ background-color: #6482f0; border-color: #4360ca; color: #fff;}

