html {
  font-size: 37.5px;
  height: 100%;
}

body {
  height: 100%;
}

.content-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.index-content {
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
}

.index-banner-top {
  width: 100%;
  background: url("../images/banner_web.png") no-repeat center center;
  background-size: cover;
}

.detail-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0.4rem 0;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  line-height: 28px;
  min-height: calc(100% - 85px);
  box-sizing: border-box;
}

.detail-title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 25px;
}

.detail-info {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-bottom: 20px;
}

.detail-lable {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 30px;
}

.detail-indent {
  text-indent: 2em;
  word-break: break-word;
}

.layui-elem-field legend {
  margin-left: 15px;
}

.blank_link {
  color: #4285f4 !important;
}

.blank_link:hover {
  color: #4285f4 !important;
}

@media only screen and (max-width: 640px) {
  .index-banner-top {
    height: 100px;
    background: url("../images/banner_app.png") no-repeat center center;
  }
}
