@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  min-height: 1080px;
  color: #ffffff;
}
.wrap {
  position: relative;
  overflow-x: hidden;
  height: 100%;
}
#app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/background_233dde17.png) no-repeat center;
  background-size: cover;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#app .slogan {
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 226px;
  height: 103px;
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/slogan_73b12de8.png) no-repeat center;
  z-index: 999;
}
#app .title {
  margin: -250px -40px -250px 0;
  width: 902px;
  height: 695px;
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/404_551b7c3b.png) no-repeat center;
}
#app .text {
  font-size: 22px;
  color: white;
}
#app .care-link {
  position: relative;
  width: 370px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
#app .care-link a {
  display: inline-block;
  color: #fff;
}
#app .care-link a p {
  font-size: 15px;
}
#app .care-link .weibo {
  width: 96px;
  height: 96px;
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/weibo_3db24641.png) no-repeat center;
}
#app .care-link .bili {
  width: 96px;
  height: 96px;
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/BiliBili_8bcdc474.png) no-repeat center;
}
#app .care-link .weixin img {
  width: 70px;
  height: 70px;
}
#app .go-home {
  display: inline-block;
  position: relative;
  width: 370px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/sprite-85aa1a_85aa1ac9.png) no-repeat;background-size:370px 162px;
background-position:-0px -0px;

  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
}
#app .go-home:hover {
  background: url(https://yjwujian.res.netease.com/pc/zt/20200217112057/img/sprite-85aa1a_85aa1ac9.png) no-repeat;background-size:370px 162px;
background-position:-0px -82px;
width:370px;
height:80px;

}
.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px 30px;
  text-align: left;
  background: #000000;
  z-index: 4;
  color: #444;
  font-size: 14px;
}
.footer .content {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .content .logo {
  position: relative;
  width: 125px;
  margin: 10px 20px;
  z-index: 99;
}
.footer .content .logo img {
  width: 100%;
}
.footer a {
  color: inherit;
  text-decoration: underline;
}

