.special-list {
  width: 100%;
}
.special-list .special-cell {
  width: 30%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-right: 5%;
  box-sizing: border-box;
  padding: 10px 5px 6px 5px;
  text-align: center;
  margin-bottom: 18px;
}
.special-list .special-cell:nth-child(3n) {
  margin-right: 0;
}
.special-list .special-cell img {
  width: 25px;
}
.special-list .special-cell .special-famous {
  font-weight: 500;
  color: #333333;
  margin: 5px 0;
}
.special-list .special-cell .special-info {
  font-family: PingFangSC-Light, PingFang SC;
  text-align: left;
  font-weight: 300;
  color: #b4b4b7;
  line-height: 15px;
  font-size: 8px;
  -webkit-transform: scale(0.8);
  display: block;
}
.why-choose {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  box-sizing: border-box;
  margin-top: 10px;
}
.why-choose .why-title-info {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding: 5px 0;
}
.why-choose .why-title-detail {
  font-size: 9px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #b4b4b7;
}
.free-web-school {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 15px 40px 0 40px;
}
.free-web-school img {
  width: 50px;
  height: 50px;
  margin-right: 6%;
  margin-bottom: 10px;
}
.free-web-school img:nth-child(4n) {
  margin-right: 0;
}
.brand-web-school {
  width: 100%;
  box-sizing: border-box;

}
.brand-web-school .brand-view {
  width: 49%;
  margin-right: 2%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 13px 10px 13px 24px;
  margin-bottom: 15px;
}
.brand-web-school .brand-view:nth-child(2n) {
  margin-right: 0;
}
.brand-web-school .brand-view img {
  height: 30px;
}
.brand-web-school .brand-view .brand-name {
  padding-left: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.teaching-system {
  box-sizing: border-box;

}
.teaching-system .system-cell {
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-right: 2%;
  box-sizing: border-box;
  height: 100px;
  padding: 10px 0px 0 5px;
  text-align: center;
}
.teaching-system .system-cell:nth-child(3n) {
  margin-right: 0;
}
.teaching-system .system-cell img {
  width: 25px;
  height: 25px;
}
.teaching-system .system-cell .system-cell-title {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding: 5px 0;
  white-space: nowrap;
}
.teaching-system .system-cell p {
  -webkit-transform: scale(0.7);
  display: block;
  white-space: nowrap;
  text-align: center;
  margin-right: 10px;
}
.operate-system {

  box-sizing: border-box;
  width: 100%;
}
.operate-system .operate {
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-right: 2%;
  box-sizing: border-box;
  height: 110px;
  text-align: center;
}
.operate-system .operate:nth-child(3n) {
  margin-right: 0;
}
.operate-system .operate .operate-img img {
  width: 100%;
}
.operate-system .operate .operate-cell {
  text-align: center;
}
.operate-system .operate .operate-cell div {
  padding-top: 5px;
  font-weight: 500;
  color: #666666;
}
.operate-system .operate .operate-cell p {
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #b4b4b7;
  -webkit-transform: scale(0.7);
  display: block;
}
