header {
  background: #fff;
  height: 150px;
  padding: 0px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 10px solid #f1f1f1;
}

header img {
  width: 70px;
  margin-right: 15px;
}

header h2 {
  line-height: 24px;
  margin-bottom: 5px;
}

header p {
  font-size: 12px;
}

.new-list {
  padding: 8px 10px;
}

.new-list li {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px 0 10px;
}

.new-list .item-con {
  background: #fff;
  padding: 15px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-list .time {
  text-align: center;
  padding: 10px 0;
  color: #999;
  font-size: 12px;
}

.new-list h2 {
  line-height: 24px;
  margin-bottom: 5px;
}

.new-list p {
  font-size: 12px;
  color: #999;
}

.new-list img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#nomessage {
  visibility: hidden;
  padding: 5px 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}

#loading {
  visibility: hidden;
  padding: 5px 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}

#loading img {
  width: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.detail .header {
  background: #fff;
  padding: 20px  30px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail .header h2 {
  line-height: 24px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.detail .header p {
  font-size: 12px;
  color: #999;
  text-align: center;
}

.detail .content {
  padding: 0 30px 30px  30px;
}

.detail .content .tip {
  font-size: 16px;
  text-align: center;
  background: #fddd9b;
  padding: 9px;
  margin-top: 20px;
  color: #333;
  display: none;
}

.my-overlay.active, .noneDialog.active {
  display: block;
}

.my-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.demo-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 56px;
  background-color: #fff;
}

.demo-nav__title {
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
}

.demo-nav__back {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */
body{
  max-width: 750px;
  margin: auto;
  
}