.sBox {
  background-color: #F3F3F3;
}
.sBox .topTitle {
  width: 328px;
  margin: 0 auto;
  padding-top: 43px;
  margin-bottom: 55px;
}
.sBox .sImg {
  overflow: hidden;
  background-color: #fff;
}
.sBox .sImg .item {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  position: relative;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sBox .sImg .item:nth-child(2n) {
  border-right: none;
}
.sBox .sImg .item img {
  width: 100%;
  height: auto;
}
.sBox .sImg .item .sMsg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.sBox .sImg .item .sMsg .val,
.sBox .sImg .item .sMsg .other {
  font-size: 36px;
  line-height: 53px;
  white-space: nowrap;
}
.sBox .sImg .item .sMsg .name {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
