/* scene */
.scene-tabs {
  display: flex;
  margin: 40px auto;
}

.scene-tabs li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  cursor: pointer;
  padding: 20px 10px;
}

.scene-activity {
  border: 2px solid #ffffff;
  background: linear-gradient(0deg, #deecff 0%, #fefeff 100%);
  box-shadow: 0px 0px 9px 1px rgba(164, 173, 223, 0.44);
  border-radius: 8px;
}

.scene-img-box {
  height: 70px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scene-img-box img {
  width: auto;
  height: auto;
}

.scene-box .doing-desc span {
  white-space: pre-wrap;
}

.scene-tab-title {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #222831;
  line-height: 17px;
  margin-top: 20px;
}

.scene-box {
  width: 1200px;
  height: 429px;
  background: #e9f5ff;
  box-shadow: 0px 0px 36px 4px rgba(164, 173, 223, 0.44);
  border-radius: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.scene-img {
  margin-left: 60px;
}