.section .pSuperiority .pSuperiority-list {
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section .pSuperiority .pSuperiority-list .out-li {
  width: 280px;
  height: 334px;
  background: #FFFFFF;
  opacity: 0.8;
  padding: 30px;
  box-sizing: border-box;
}
.section .pSuperiority .pSuperiority-list .out-li:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.116);
}
.section .mask {
  height: 100%;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.699);
}
.section .pFunction {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section .pFunction li {
  width: 570px;
  height: 342px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section .pFunction li h3 {
  width: 432px;
  height: 54px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(54, 126, 214, 0.64) 84%, rgba(0, 0, 0, 0) 100%);
  font-size: 24px;
  line-height: 54px;
  text-align: center;
}
.section .scene {
  margin-top: 80px;
  height: 532px;
  background: #1D222B;
}
.section .scene .scene-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section .scene .scene-list .out-li {
  width: 290px;
  height: 294px;
}
.section .scene .scene-list .out-li .mask {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .scene .scene-list .out-li .mask ul li {
  line-height: 25px;
}
.section .line-blue {
  width: 34px;
  height: 2px;
  background: #2C73E2;
}
