@charset "utf-8";

body {
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/section.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: scroll;
}

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
  outline: none
}

:after,
:before {
  box-sizing: inherit
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

#content {
  width: 1200px;
  margin: -42vh auto 0;
  padding-bottom: 40px;
}
.scroll {
  width: 100%;
  overflow: hidden;
}

.title {
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  background: -webkit-linear-gradient(0deg, red, blue);
  margin: 30px 40px;
}

.bannerBox {
  height: 100vh;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/yewu.png);
  background-repeat: no-repeat;
  background-size: 100% 60%;
  background-position: 0 70px;
}

.bannerBox img {
  width: 100%;
  height: 100%;
}

/*一、24格处理*/
#iconWall {
  display: flex;
  overflow: scroll;
  border-radius: 8px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#iconWall::-webkit-scrollbar {
  width: 0 !important
}

#iconWall li {
  background-color: #fff;
  margin-right: 16px;
  margin: 6px 16px 6px 6px;
  padding: 16px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

/*二、3D反转区域处理 */
li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.img-3d {
  width: 200px;
  height: 106px;
  margin: 0 auto;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/*四、处理浮层*/
.mask {
  width: 230px;
}

.mask p {
  padding-left: 10px;
  font-size: 14px;
  color: #000;
}

.tableTitle {
  display: inline-block;
}

.typeface {
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
  color: cornflowerblue;
}

/* 合计 */
.summary {
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-radius: 8px;
  margin: 30px 0px 30px 6px;
  padding: 20px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.vehicle {
  width: 20rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: gainsboro;
  border-radius: 6px;
  height: 6rem;
  margin-top: 2px;
}

.vehicle img {
  width: 50px;
  height: 50px;
}

.summary h3 {
  margin-top: 20px;
  padding: 4px 0;
}

.anquan {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}


.col-sm-4 {
  float: left;
  position: relative;
  width: 33.33333333%
}

.selected-solution>div {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

/* .swiperContainer 不轮播 */
.selected-solution .swiperContainer {
  height: auto;
  width: 1200px;
}

.selected-solution .swiper-container {
  height: 500px;
  width: 1200px;
}

.selected-solution .layer-title {
  color: #393b40;
  padding: 50px 0 30px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1.09px
}
.tmsContent {
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  padding: 20px;
  background: #fff;
}

.textInfo {
  display: flex;
  justify-content: flex-start;
}
.textInfo .words p {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}
.textInfo img {
  width: 40rem;
  height: 20rem;
}
.systemInfo img {
  width: 100%;
  height: 26rem;
  border-radius: 6px;
}

/*主体列表*/
.selected-solution .solution-cardlist {
  max-width: 1200px;
  /* margin: 20px auto 0 */
  margin: 10px 0px;
}

.selected-solution .solution-cardlist .col-sm-4 {
  padding: 0 10px;
  top: 0;
  transition: all .15s linear;
  box-sizing: border-box
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card {
  height: 400px;
  background: #fff;
  border-radius: 6px;
  text-align: left;
  overflow: hidden;
  transition: all .15s linear;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%)
}

/* .selected-solution .solution-cardlist .col-sm-4:hover{position:relative;top:-20px;transition:all .25s linear}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card{height:450px;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);transition:all .2s linear} */
.selected-solution .solution-cardlist .col-sm-4 .solution-card img {
  width: 100%;
  height: 100%;
  transition: all .2s linear
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card h3 {
  margin: 20px 30px 10px;
  font-size: 18px;
  color: #252b3a;
  letter-spacing: .65px;
  text-align: left
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card p {
  margin: 0 30px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: .51px;
  position: absolute;
  bottom: 80px;
  left: 0;
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card dl {
  margin: 0 30px;
  overflow: visible
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
  line-height: 0
}

.cf:after {
  clear: both
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card dl dt {
  margin-bottom: 10px;
  font-size: 14px;
  color: #252b3a;
  letter-spacing: .51px;
  line-height: 19px;
  position: relative
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card dl dt:before {
  position: absolute;
  display: inline-block;
  left: -8px;
  top: 7px;
  content: '';
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #252b3a
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card dl dd {
  float: left;
  width: 50%;
  margin-bottom: 6px;
  font-size: 12px;
  color: #a0a2a8;
  letter-spacing: .44px;
  line-height: 20px
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card>span {
  margin: 20px 30px 0;
  font-size: 14px;
  display: inline-block;
  color: #666a75;
  letter-spacing: .51px;
  line-height: 22px;
  opacity: 0;
  transition: opacity .15s linear
}

/* .selected-solution .solution-cardlist .col-sm-4:hover .solution-card>span{opacity:1;transition:opacity .2s linear 50ms} */
/*了解更多*/
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a span {
  display: inline-block;
  vertical-align: middle
}

.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a span.arrow-f {
  width: 13px;
  height: 13px;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/marketplace-selected-arrow0.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  transition: .3s ease-out
}

/* .selected-solution .solution-cardlist .col-sm-4 .solution-card>span a:hover{color:#e6c16c}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a:hover span.arrow-f{transform:translate(4px,0);background:url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/marketplace-selected-arrow2.svg)} */
/*重置swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination {
  bottom: 20px
}

.solution-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 100px;
  overflow: hidden;
  background: #999;
  border: none;
  cursor: pointer;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  opacity: 1;
  vertical-align: middle
}

.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f66f6a;
  box-sizing: border-box
}

.swiper-container-solution .swiper-button-prev {
  left: -30px;
  width: 30px;
  height: 30px;
  margin-top: 1;
  background-image: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/left.png);
  background-size: cover;
  transition: background-image .15s
}

.swiper-container-solution .swiper-button-next {
  right: -30px;
  width: 30px;
  height: 30px;
  margin-top: 1;
  background-image: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/right.png);
  /* transform: rotate(180deg); */
  background-size: cover;
  transition: background-image .15s
}

/* .swiper-container-solution .swiper-button-next:hover,.swiper-container-solution .swiper-button-prev:hover{background-image:url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/marketplace-home-arrow_big_hover.svg);transition:background-image .2s} */