@charset "utf-8";
/* CSS Document */
/*来源:LeafCMS*/
/*全局*/
html{overflow-x:auto;overflow-y:auto;}
* {padding:0;margin:0;outline:none !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul,ol,li {list-style-type:none;}
body{background:#fff;}
body,button,input,select,textarea {font-family:'NotoSansHans',Arial;font-size:12px;color:#666;}
code,kbd,pre,samp {font-family:'NotoSansHans',Arial;}
a{text-decoration:none;color:#666;cursor:pointer;}
a:hover{color:#c6000c;}
img {border:0;}
li {line-height:normal;}
table {border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6 {margin:0;font-weight:normal;font-family:'NotoSansHans',Arial;}
input,table,tr,td {margin:0;padding:0;border:none;}
button,table {border:none;background:none;margin:0;padding:0;}
body {position:relative;float:left;width:100%;overflow:hidden;}
select {margin:0;padding:0;font-family:'NotoSansHans',Arial;border:none;}
textarea {resize:none;outline:none;}
label {margin-bottom:0;font-weight:normal;}
input,select,textarea {margin:0;padding:0;border:0;outline:none;-moz-border-radius:0px;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;}
.lostpage{width:100%;height:100vh;min-height:640px;position:relative;background-image:url(../images/404.jpg);background-size:cover;background-repeat:no-repeat;background-position:center center;overflow:hidden;}
.lostpage .logo{position:absolute;right:60px;top:5%;}
.lostpage .text{position:absolute;left:138px;top:20%;}
.lostpage .backhomebtn{position:absolute;left:138px;bottom:20%;}
.lostpage .copyright{position:absolute;width:100%;left:0;bottom:2%; font-size:15px; color:#fff; text-align:center;}
@media screen and (max-width:991px){
.lostpage .logo{right:0;top:60px; text-align:center;}
.lostpage .logo img{max-width:90%; margin:0 auto}
.lostpage .text{left:0;top:30%; text-align:center;}
.lostpage .text img{max-width:90%; margin:0 auto;}
.lostpage .backhomebtn{bottom:20%;}
.lostpage .backhomebtn img{margin:0 auto;}
.lostpage .copyright{left:0;bottom:3%;font-size:12px;}
}