.platform {
  padding-top: 55px;
}
.platform .subtitle {
  font-size: 36px;
  color: #333333;
  font-weight: 400;
}
.platform .msg {
  font-size: 16px;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI-Regular;
  color: #666;
}
.platform .box-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
}
.platform .box-list .box {
  width: 240px;
  height: 218px;
}
.platform .box-list .box:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.18);
}
.platform .box-list .box .highlight {
  display: block;
  width: 131px;
  height: 42px;
  opacity: 1;
  font-size: 33px;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI-Bold;
  font-weight: 700;
  text-align: center;
  color: #d7000f;
  line-height: 42px;
}
.platform .box-list .box .fwsf {
  width: 226px;
  height: 33px;
  opacity: 1;
  font-size: 26px;
  font-family: MicrosoftYaHeiUI, MicrosoftYaHeiUI-Bold;
  font-weight: 700;
  text-align: center;
  color: #d7000f;
  line-height: 33px;
  margin-bottom: 10px;
}
.platform .box-list .box .name {
  display: block;
  width: 154px;
  height: 21px;
  margin-top: 7px;
  opacity: 1;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 14px;
}
