* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  height: 100%;
}
.wraper {
  background: #fafafa;
  min-width: 320px;
  height: 100%;
}
#header {
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  height: 80px;
}
#header-core,
#content-core {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
#logo {
  float: left;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#logo img {
  width: auto;
  max-height: 60px;
}
.header-line {
  background-color: #406eb5;
  height: 20px;
  margin-bottom: 30px;
}

/* 内容 */
.shutdown-wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 30px 30px;
  background: #ffffff;
}
.shutdown-wraper img {
  width: 400px;
  margin: 60px 0 20px;
}
.shutdown-wraper p.desc {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.shutdown-wraper p .wraning {
  color: red;
}
.shutdown-wraper p.team {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
}
