* {
  font-family: 'PingFang SC' !important;
}

.ckxq-text {
  display: none;
}

.car-logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 20%;
  opacity: 0;
}

li {
  list-style-type: none;
}

#xw-lbt-body {
  width: 100%;
  height: 600px;
  background: #F7FAFF;
  display: flex;
  justify-content: center;
}

#xw-lgb-div {
  width: 100%;
  height: 550px;
  position: relative;
  top: 50px;
  overflow: hidden;
  z-index: 1;
  padding-top: 15px;
}

.xw-lbt-img {
  display: flex;
  padding: 0;
}

.xw-lbt-img>li {
  position: relative;
  height: 460px;
  overflow: hidden;
  border: 5px solid #fff;
  box-sizing: border-box;
}

.swiper-slide .xw-li {
  border: 10px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
}

.xw-lbt-img>div img {
  width: 100%;
  display: block;
}

.xw-lbt-img>li>div {
  position: absolute;
  top: 0px;
  left: 0;
  height: 460px;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}

.xw-lbt-img>li>div>div {
  border-radius: 12px;
  padding: 10px;
}

.xw-lbt-img>li>div>div img {
  width: 100%;
}

.xw-li .test {
  transition: all .5s;
}

.xw-li:hover .test {
  top: -100px;
  transition: all .5s;
}

.xw-li:hover .test .xw-shuoming {
  display: block;
}

.mySwiper .swiper-slide-active {
  transform: translateY(-15px);
  transition: all .5s;
}

.mySwiper .swiper-pagination-bullet {
  width: 50px;
  height: 10px;
  border-radius: 0;
}


.ul-btn {}

.ul-btn {
  position: absolute;
  bottom: 0px;
  z-index: 999;
}

.ul-btn ul {
  display: flex;
  width: 1000px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.ul-btn ul li {
  width: 50px;
  height: 10px;
  background: rgba(25, 103, 255, 0.2);
  border-radius: 3px;
  margin-right: 5px;
}

.ul-btn ul li span {
  padding: 5px 20px;
}

.test {
  position: relative;
  top: 0;
  background: white;
}

.test>div:first-child {
  padding: 0px 10px;
  display: flex;
  height: 30px;
  line-height: 30px;
}

.test>div:nth-child(2) {
  padding: 0px 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  /*对象作为伸缩盒子模型展示*/
  -webkit-box-orient: vertical;
  /*设置或检索伸缩盒子对象的子元素的排列方式*/
  word-break: break-all;
  /*强制换行*/
  -webkit-line-clamp: 2;
  /*显示的行数*/
  overflow: hidden;
  /*隐藏超出的内容*/
  text-overflow: ellipsis;
  /*省略号(...)*/
}

.xw-shuoming {
  display: none;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgba(24, 24, 27, 0.65);
  word-break: normal
}

.xw-shuoming>div:first-child {
  display: -webkit-box;
  /*对象作为伸缩盒子模型展示*/
  -webkit-box-orient: vertical;
  /*设置或检索伸缩盒子对象的子元素的排列方式*/
  word-break: break-all;
  /*强制换行*/
  -webkit-line-clamp: 2;
  /*显示的行数*/
  overflow: hidden;
  /*隐藏超出的内容*/
  text-overflow: ellipsis;
  /*省略号(...)*/
}

.xw-shuoming>div:nth-child(2) {
  padding-top: 15px;
}

.xw-shuoming>div:nth-child(2)>a {
  color: #1A67FF;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  #xw-lbt-body {
    padding: 0 2%;
    height: auto;
    width: 100%;
  }

  #xw-lgb-div {
    height: auto;
  }

  .xw-li:hover .test {
    top: 0;
  }

  .xw-li:hover .test .xw-shuoming {
    display: none;
  }

  .mySwiper .swiper-slide-active {
    transform: translateY(0);
  }
  
}