body {
  background: #fff;
}

.index_page {
  width: 990px;
}

.all_content {
  padding-top: 12px;
}

.index-tips {
  display: flex;
  padding: 12px 16px;
  width: 100%;
  height: 72px;
  background: #FFF7EB;
  box-sizing: border-box;
  margin-bottom: 42px;
}

.tips-img {
  width: 24px;
  height: 24px;
}

.tips-font {
  margin-left: 10px;
  color: #FF8000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}

.index_title_wrap {
  display: flex;
  align-items: center;
}

.index_title_wrap .index_top_title {
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  margin-left: 8px;
}

.index_title_wrap .line {
  background: #BD1A2D;
  width: 8px;
  height: 30px;
}

.index-things {
  display: flex;
  flex-wrap: wrap;
}

.index-things .index-things-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 225px;
  height: 180px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px #00000026;
  margin-left: 12px;
  margin-top: 20px;
  color: #000000;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}

.index-things .index-things-item:hover {
  box-shadow: 8px 4px 12px 5px #00000026;
}

.index-things .notmargin {
  margin-left: 0;
}

.things-icon {
  margin-bottom: 20px;
}

.ap-line {
  margin-top: 20px;
  border: 1px solid #CCCCCC;
}

.index-things .index-things-item.dy {
  display: none;
}
