/* 原有PC端样式保持不变 */
.page05 {
  width: 100%;
  line-height: 26px;
  text-align: left;
  box-sizing: border-box;
  margin: 0 auto 0px;
  padding: 30px 0px 30px 0px;
  font-size: 14px;
  clear: both;
  background: #ebeef2;
}

.page05 b {
  width: 72px;
  display: inline-block;
  font-weight: 400;
}

.page05 font {
  display: inline-block;
  width: 1120px;
  color: #333;
}

.box {
  margin: 0 auto;
  width: 1200px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #e0e4e9;
}

.box01 {
  width: 20%;
  border-left: 1px solid #e0e4e9;
  border-top: 1px solid #e0e4e9;
  border-bottom: 1px solid #e0e4e9;
  padding: 20px 0;
}

.box01 img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.box01 p {
  color: #333 !important;
  text-align: center;
  font-size: 16px;
}

