.detail-list ul[data-v-1f3f441e] {
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 0 30px;
  list-style: none;
}
.detail-list ul li[data-v-1f3f441e] {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin: 10px 3%;
  background: rgba(204, 204, 204, 0.6);
  border-radius: 5px;
  cursor: pointer;
}
.detail-list ul li .icon[data-v-1f3f441e] {
  text-align: center;
  padding-top: 15px;
}
.detail-list ul li .iconfont[data-v-1f3f441e] {
  font-size: 50px;
}
.detail-list ul li a[data-v-1f3f441e] {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px 0 15px;
  color: #444;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
}
.detail-list ul li[data-v-1f3f441e]:hover {
  background: rgba(204, 204, 204, 0.9);
}

