.zdly-title {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
}

.zdly-title span {
  position: relative;
  height: 40px;
}

.zdly-title img {
  position: absolute;
  height: 40px;
  top: 0;
}

.title-icon-left {
  flex: 11 0 auto;
}

.title-icon-left img {
  right: 0;
}

.title-icon-right {
  flex: 11 0 auto;
}

.title-icon-right img {
  left: 0;
}

.title-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #333;
  flex: 2 0 auto;
}

.zdly-column-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.zdly-column-item {
  display: flex;
  margin-top: 30px;
  width: 216px;
  height: 190px;
  background: linear-gradient(180.00deg, #0A76EF 0%, #fff 100%);
  padding-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin-left: 30px;
}

.zdly-column-item:nth-child(5n-4) {
  margin-left: 0;
}

.zdly-column-item img {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}

.zdly-column-item span {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #333;
}

/* 老年版 */
.old_type .zdly-title {
  height: 80px;
}

.old_type .zdly-title span {
  height: 80px;
}

.old_type .zdly-title img {
  height: 80px;
}

.old_type .title-text {
  font-size: 34px;
  line-height: 80px;
}

.old_type .zdly-column-item {
  margin-top: 30px;
  width: 277px;
  height: auto;
  padding: 30px;
  margin-left: 30px;
}

.old_type .zdly-column-item:nth-child(5n-4) {
  margin-left: 30px;
}

.old_type .zdly-column-item:nth-child(4n-3) {
  margin-left: 0;
}

.old_type .zdly-column-item img {
  width: 108px;
  height: 108px;
  margin-bottom: 30px;
}

.old_type .zdly-column-item span {
  font-size: 24px;
}

/* 移动版 */
.mobile_type .zdly-title {
  height: auto;
}

.mobile_type .zdly-title span {
  height: 10vw;
}

.mobile_type .zdly-title img {
  height: 10vw;
}

.mobile_type .title-text {
  font-size: 6vw;
  line-height: 10vw;
}

.mobile_type .zdly-column-item {
  margin-top: 5vw;
  width: calc(50% - 1vw);
  height: auto;
  padding: 5vw;
  margin-left: 2vw;
}

.mobile_type .zdly-column-item:nth-child(5n-4) {
  margin-left: 2vw;
}

.mobile_type .zdly-column-item:nth-child(4n-3) {
  margin-left: 2vw;
}

.mobile_type .zdly-column-item:nth-child(2n-1) {
  margin-left: 0vw;
}

.mobile_type .zdly-column-item img {
  width: 20vw;
  height: 20vw;
  margin-bottom: 4vw;
}

.mobile_type .zdly-column-item span {
  font-size: 4vw;
}