/* ---------------swiper2 style---------------- */

/********************* 主框架 *********************/
.swiperView2 {
  margin-top: 80px;
  width: 100%;
  height: 400px;
  /*min-width: 800px;*/
}

.swiper2 {
  min-width: 1200px;
  width: 100%;
  height: 350px;
  padding-top: 25px;
  padding-bottom: 50px;
}

.swiper2 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 280px;
}

@media screen and (max-width: 1200px) {
  .swiper2 {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .swiper2.carIntroduce {
    width: 50%;
  }
}

/********************* 内容 *********************/
.swiper2 .swiperSlideView {
  position: relative;
}

.priceImgView {
  display: none;
  background: rgba(255, 255, 255, 0);
  width: 100rpx;
  margin-left: 380px;
}

.priceImg {
  width: 150px !important;
  height: 50px !important;
}

.swiper2 .carImgView {
  margin-top: -20px;
}

.carImg {
  width: 380px !important;
  height: 180.5px !important;
  margin: 0px auto;
}

.swiper2 .carIntroduce {
  display: none;
  font-size: 12px;
  font-weight: 300;
  background: #35234b;
  color: white;
  height: 60px !important;
  line-height: 25px;
  padding-top: 13px;
  padding-left: 20px;
  width: 100%;
}

.swiper2 .layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: all 0.5s;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.swiper2 .swiper-slide-active .layer-mask {
  display: none;
}

/* .swiper2 .pc-banner {
		width: 100%;
		float: left;
	} */

@media screen and (max-width: 700px) {
  .swiper2 .pc-banner {
    background-size: auto 100%;
  }
}

.swiper2 .swiper-container {
  width: 100%;
  margin: 35px 0;
}

@media screen and (max-width: 700px) {
  .swiper2 .swiper-container {
    margin: 20px 0 15px;
  }
}

.swiper2 .swiper-slide {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.85);
  /* margin: 1px; */
  transform: scale(0.85);
  /* margin-top: 80px;
		margin-bottom: 70px; */
}

@media screen and (max-width: 700px) {
  .swiper2 .swiper-slide {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}

.swiper2 .swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

@media screen and (max-width: 700px) {
  .swiper2 .swiper-slide-active,
  .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}

.swiper2 .none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.swiper2 .swiper-slide a {
  background: #fff;
  display: block;
  border-radius: 2px;
}

@media screen and (min-width: 700px) {
  .swiper2 .swiper-slide a:after {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
  }

  .swiper2 .swiper-slide-active a:before {
    position: absolute;
    top: 410px;
    left: 0;
    display: block;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.3); */
    /* box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3); */
    z-index: 10002;
  }
}

.swiper2 .swiper-slide-active a:after {
  background: none;
}

@media screen and (max-width: 700px) {
  .swiper2 .swiper-slide a {
    padding: 5px;
    border-radius: 2px;
  }
}

.swiper2 .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  display: block;
  /* height: 100%; */
  height: 300px;
  border: none;
}

@media screen and (max-width: 700px) {
  .swiper2 .swiper-slide img {
    border-radius: 2px;
    height: 300px;
  }
}

/* 分页器 */
.swiper2 .swiper-pagination2 {
  position: relative;
  width: 260px;
  margin: 46px auto 30px auto;
  cursor: default;
}

.swiper2 .swiper-pagination-bullet {
  background: rgb(255, 231, 0);
  opacity: 1;
  cursor: default;
}

.swiper2 .swiper-pagination-bullet-active {
  background-color: #ff7800;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 2px !important;
  border-radius: unset;
  padding: 0 5px;
}

/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
  background: yellow;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
  width: 28px;
  height: 2px;
  display: inline-block;
  background: #610cce;
  margin: 0 5px;
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
  opacity: 1;
  background-color: #ffcf0b;
}

/* .swiper2 .swiper-pagination-bullet-active {
		width: 13px;
		height: 13px;
		background: #FFF;
		margin-bottom: 0;
	} */

/* @media screen and (max-width: 700px) {
		.swiper2 .swiper-pagination {
			position: relative;
			margin-bottom: 20px;
		}

		.swiper2 .swiper-pagination-bullet {
			background: rgb(96,12,208);
			margin-left: 2px;
			margin-right: 2px;
			width: 8px;
			height: 8px;
			margin-bottom: 2px;
		}

		.swiper2 .swiper-pagination-bullet-active {
			width: 6px;
			height: 6px;
			background: #FFF;
			border: 3px solid #F3CD20;
			margin-bottom: 0;
		}
	}
	 */
.swiper2 .button {
  width: 100%;
  margin: 0 auto;
  top: -210px;
  position: relative;
  z-index: 1002;
  display: none;
}

@media screen and (max-width: 1105px) {
  .swiper2 .button {
    width: 100%;
    top: -210px;
    z-index: 1002;
    position: relative;
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .swiper2 .button {
    width: 100%;
    top: 210px;
    z-index: 1002;
    position: relative;
  }
}

.swiper2 .button div:hover {
  background-color: #333;
  opacity: 0.8;
  cursor: pointer;
}

.swiper2 .swiper-button-prev {
  width: 280px;
  height: 280px;
  margin-top: 8px;
  top: 0px !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    #000000 center 50%/50% 50% no-repeat;
  opacity: 0;
  background-size: 15px;
  cursor: pointer;
}

.swiper2 .swiper-button-next {
  width: 280px;
  height: 280px;
  margin-top: 8px;
  top: 0px !important;
  /* border-radius: 50%; */
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    #000000 center 50%/50% 50% no-repeat;
  opacity: 0;
  background-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .swiper2 .button div {
    width: 28px;
    height: 28px;
  }
}
