.Conten-swiper {
  width: 100vw;
  min-width: 1180px;
  height: 456px;
  background: #F6F7FB;
}
.Conten-swiper .TopInfo {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.Conten-swiper .TopInfo .TopInfoImg {
  width: 500px;
  height: 440px;
}
.Conten-swiper .TopInfo .TopText {
  font-size: 44px;
  font-weight: bold;
  color: #333333;
  line-height: 66px;
}
.Conten-swiper .TopInfo .BottomText {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 38px;
  letter-spacing: 1px;
}
.functionality {
  width: 100vw;
  min-width: 1180px;
  background-color: #fff;
}
.functionality .functionalityInfo {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.functionality .functionalityTitle {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  margin-top: 69px;
}
.functionality .functionalityList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 52px;
}
.functionality .functionalityList .functionalityItem {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-right: 200px;
}
.functionality .functionalityImg {
  width: 80px;
  height: 80px;
}
.scene {
  width: 100vw;
  min-width: 1180px;
  height: 610px;
  background: #F6F7FB;
}
.scene .sceneInfo {
  width: 1180px;
  padding-top: 77px;
  margin: 0 auto;
}
.scene .sceneInfo .sceneInfoText {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 50px;
  text-align: center;
}
.scene .TabNav {
  display: flex;
  align-items: center;
}
.scene .TabNav .TabNavItem {
  width: 120px;
  margin-right: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}
.scene .TabNav .TabNavItem:hover {
  color: #D6061C;
}
.scene .TabNav .TabActive {
  font-weight: 600;
  color: #D6061C;
  position: relative;
}
.scene .TabNav .TabActive::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #D6061C;
  border-radius: 2px;
}
.scene .NavInfo {
  height: 298px;
  margin-top: 22px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.scene .NavInfo .NavInfoImg {
  width: 520px;
  height: 298px;
}
.scene .NavInfo .NavInfoRight {
  margin-left: 40px;
}
.scene .NavInfo .BigText {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.scene .NavInfo .SmallText {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.advantage {
  width: 100vw;
  min-width: 1180px;
  background: #F6F7FB;
  padding-top: 50px;
  padding-bottom: 60px;
}
.advantage .advantageTitle {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 46px;
}
.advantage .advantageList {
  width: 1180px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantage .advantageItem {
  width: 575px;
  height: 125px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.advantage .advantageImg {
  width: 80px;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
}
.advantage .BigText {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
}
.advantage .SmallText {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
}
