.flex {
  display: flex;
}
.flex-b {
  display: flex;
  justify-content: space-between;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-ccc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-cb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-cbc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex-e {
  display: flex;
  justify-content: flex-end;
}
.flex-ec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.flex-align {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.line-clamp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-x {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-x::-webkit-scrollbar {
  display: none;
}
.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.all-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.right-icon {
  width: 12rpx;
  height: 20rpx;
}
.end-bottom {
  width: 191rpx;
  height: 20rpx;
  display: block;
  margin: 50rpx auto;
}
.regard {
  text-align: center;
}
.regard .recommend {
  margin-bottom: 130px;
}
.regard .recommend .content {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  margin-bottom: 55px;
}
.regard .recommend .recommend-item img {
  margin-bottom: 30px;
}
.regard .recommend .recommend-item > div {
  margin-bottom: 16px;
  color: #333;
  font-size: 24px;
}
.regard .recommend .recommend-item span {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.regard .team {
  margin-bottom: 70px;
}
.regard .team .team-item img {
  width: 240px;
  margin-bottom: 30px;
}
.regard .team .team-item > div {
  margin-bottom: 60px;
  margin-right: 46px;
}
.regard .team .team-item > div:nth-child(4n) {
  margin-right: 0;
}
.regard .team .team-item .item-info > div {
  font-size: 20px;
  color: #c3c3c3;
}
.regard .team .team-item .item-info > div span {
  margin-left: 10px;
  color: #666;
}
.regard .team .team-item .item-info > div:first-child {
  margin-bottom: 10px;
}
