.top-image {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.content-body {
  width: calc(100vw - 8px);
  position: relative;
}

.navtab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100px;
  width: calc(100vw - 8px);
  top: -50px;
}

.navtab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  width: 360px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px 0px rgba(29, 140, 244, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;

  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.navtab-sel {
  color: #1D8CF4;
  text-align: center;
}

.navtab-nosel {
  color: #666666;
  text-align: center;
}

.navtab:hover {
  width: 360px;
  height: 100px;
  background: #1D8CF4;
  box-shadow: 0px 10px 40px 0px rgba(29, 140, 244, 0.1);
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

/* 车主 */
.car-owners {
  padding: 150px 0 160px 0;
  /* height: 753px; */
  width: calc(100vw - 8px);
}

.car-owner-content {
  margin: 60px calc((100vw - 940px - 8px)/2) 0 calc((100vw - 940px - 8px)/2);
  min-width: 940px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.car-owner-content-img {
  width: 300px;
  height: 625px;
}

.car-owner-item {
  width: 300px;
  height: 625px;
}

.car-owner-img {
  width: 300px;
  height: 625px;
  /* border-radius: 30px 30px 30px 30px; */
}

.car-owner-content-text {
  width: 480px;
  height: 625px;
  position: relative;
}

.car-title {
  width: 100%;
  height: 45px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  margin-top: 187px;
}

.car-title-line {
  width: 60px;
  height: 4px;
  background: #333333;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-top: 20px;
}

.car-subtitle1 {
  width: 100%;
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 60px;
}

.car-subtitle2 {
  width: 100%;
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 5px;
}

.car-subtitle3 {
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
}

.car-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* margin-top: 80px; */
  position: absolute;
  left: 0;
  bottom: 44px;
  z-index: 99;
}

.car-left {
  width: 40px;
  height: 40px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #999999;
  background-image: url('../../website/img/solution/left.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  cursor: pointer;
}

.car-left:hover {
  background-image: url('../../website/img/solution/left_sel.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.car-right {
  width: 40px;
  height: 40px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #999999;
  background-image: url('../../website/img/solution/right.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.car-right:hover {
  background-image: url('../../website/img/solution/right_sel.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.car-indicator {
  width: 480px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* margin-top: 40px; */
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
}

.car-indicator-item {
  flex: 1;
  max-width: 60px;
  height: 4px;
  background: #E4E4E4;
  margin-right: 12px;
}

.car-indicator-item-sel {
  background: #1D8CF4;
}

/* 产品优势 */
.advantages {
  width: calc(100vw - 8px);
  height: 757px;
  padding-top: 100px;
  padding-bottom: 103px;
  position: relative;
}

.advantages-content {
  width: 1280px;
  margin: 60px auto 40px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 285px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 40px 0px rgba(29, 140, 244, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
}

.advantages-item-img {
  width: 400px;
  height: 225px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.advantages-item-text {
  width: 400px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #1D8CF4;
}

.advantages-item-text-nosel {
  width: 400px;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
}

.advantages-content-text {
  width: 1108px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 40px 0px rgba(29, 140, 244, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 40px 86px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin: 40px auto 0 auto;
}

/* 数据分析 */
.data-subtitle {
  width: 680px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin: 40px auto 60px auto;
  text-align: center;
}

.data-scroll {
  width: calc(100vw - 8px);
  height: 400px;
  overflow-x: scroll;
  overflow-y: hidden;
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; */
  white-space: nowrap;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;

  cursor: move;
}

.data-scroll::-webkit-scrollbar {
  display: none;
}

.data-scroll-item {
  position: relative;
  width: 600px;
  height: 400px;
  margin: 0 20px 0px 20px;
  display: inline-block;
}

.data-scroll-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 400px;
}

.data-scroll-item-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 400px;
}

.data-scroll-item-text-title {
  width: 400px;
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  margin: 248px 0 20px 40px;
}

.data-scroll-item-text-subtitle {
  width: 400px;
  height: 64px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  margin-left: 40px;
  white-space: wrap;
}

/* 产品优势 */
.advantages {
  width: calc(100vw - 8px);
  /* height: 800px; */
  /* object-fit: cover; */
  /* background-image: url('../../website/img/solution/advantages_bg.png');
  background-size: 100% 100%; */
  position: relative;
}

.advantages-content {
  width: 1280px;
  margin: 60px auto 0 auto;
}

.advantages-content-item {
  width: 280px;
  height: 382px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 40px 0px rgba(29, 140, 244, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  /* cursor: pointer; */
}

.advantages-content-item-top {
  width: 280px;
  height: 372px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 40px 0px rgba(29, 140, 244, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.advantages-content-item-top-title {
  padding-top: 60px;
  margin: 0px 0 20px 40px;
  width: 200px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

.advantages-content-item:hover .advantages-content-item-top-title {
  color: #1D8CF4;
}

.advantages-content-item-top-line {
  width: 60px;
  height: 4px;
  background: #333333;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0px 0px 0px 40px;
}

.advantages-content-item:hover .advantages-content-item-top-line {
  background: #1D8CF4;
}

.advantages-content-item-top-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;

  width: 200px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;

  margin: 40px 0 0 40px;
}

.advantages-content-item-bottom {
  width: 280px;
  height: 10px;
  background: #FFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.advantages-content-item:hover .advantages-content-item-bottom {
  background: #1D8CF4;
}

/* 城市 */
.city {
  padding-top: 150px;
  width: calc(100vw - 8px);
  height: 800px;
}

.solution-list {
  height: 800px;
  width: 100%;
  /* margin-top: 60px; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* 选中状态 */
.solution-list-sel {
  height: 800px;
  width: 66.6%;
  display: inline-block;
  transition: all 0.8s ease-in-out 0s;
  cursor: pointer;
  position: relative;
}

.solution-background {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.solution-list-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  height: 800px;
  width: 100%;
  transition: all 0.8s ease-in-out 0s;

  /* width: 960px;
  height: 209px; */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  /* border-radius: 0px 0px 0px 0px;
  opacity: 1; */
}

.solution-list-content-show {
  opacity: 1;
  /* transition: all 0.8s ease-in-out 0s; */
}

.solution-list-content-hide {
  opacity: 0;
  /* transition: all 0.8s ease-in-out 0s; */
}

.solution-list-content2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  height: 800px;
  width: 100%;
  /* transition: all 0.8s ease-in-out 0.5s; */
}

.solution-list-content-show2 {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.5s;
}

.solution-list-content-hide2 {
  opacity: 0;
  transition: all 0.8s ease-out 0s;
}

.solution-list-content-title2 {
  /* width: 24px;
  height: 108px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 36px; */

  /* width: 144px; */
  height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 36px;
  position: absolute;
  bottom: 40px;
}

.solution-list-content-title {
  /* width: 48px; */
  /* height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 36px; */

  height: 45px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
  position: absolute;
  left: 40px;
  bottom: 124px;
}

.solution-list-content-subtitle {
  /* margin-top: 20px;
  position: relative; */

  height: 64px;
  margin: 0 40px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  position: absolute;
  left: 0px;
  bottom: 40px;
}

.solution-list-content-subtitle-item {
  height: 32px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}

/* 未选择状态 */
.solution-list-nosel {
  height: 800px;
  width: calc((100% - 66.6%)/2);
  display: inline-block;
  transition: all 0.8s ease-in-out 0s;
  cursor: pointer;
  position: relative;
}