.swiperView1 {
  margin: 0px auto 20px auto;
  text-align: center;
}

.swiperView1 img {
  width: 1087px;
  height: 269px;
}

.swiper1 {
  width: 90%;
  height: 150px;
  margin: 20px auto;
  /* padding-bottom: 10px; */
  /* padding-left: 80px;
		padding-right: 80px; */
  /*background: rgb(255,255,255,0.1);*/
}

.swiper1 .swiper-wrapper {
  /* background: lightyellow; */
  /* padding-left: 80px;
		padding-right: 80px; */
  /*background: rgb(255,255,255,0.1);*/
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80px;
  height: 100px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgb(255, 255, 255, 0.1);
}

.swiper1 .swiper-pagination-bullet-active {
  background-color: rgb(96, 12, 208);
}

.swiper1 .swiperSlideView {
  width: 80%;
  background: rgb(255, 255, 255, 0);
}

.swiper1 .swiperSlideImgView {
  position: relative;
  background: white;
  /*margin-left: 15px;*/
  width: 80px !important;
  height: 80px !important;
  border-radius: 40px;
}

.swiper1 .swiperSlideImg {
  margin-left: 2px;
  margin-top: 15px !important;
  width: 50px !important;
  height: 50px !important;
  user-select: none !important;
  /* background: yellowgreenwa; */
}

.swiper1 .swiperSlideTitle {
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
  /*padding-right: 10px;*/
  /* background: lightyellow; */
}

/* @media screen and (max-width: 700px) {
		.swiper1 .swiper-slide img {
			border-radius: 2px;
			height: 80px;
		}
	}
	 */

.swiperView1 .button {
  width: 100%;
  margin: 0 auto;
  top: -190px;
  position: relative;
  z-index: 1002;
}

@media screen and (max-width: 1105px) {
  .swiperView1 .button {
    width: 100%;
    top: -140px;
    z-index: 1002;
    position: relative;
  }
}

@media screen and (max-width: 800px) {
  .swiperView1 .button {
    width: 100%;
    top: -100px;
    z-index: 1002;
    position: relative;
  }
}

.swiperView1 .button div:hover {
  background-color: #6e01ff;
  opacity: 0.8;
  cursor: pointer;
}

.swiperView1 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: lightgoldenrodyellow;
  margin-left: -15px;
  /* 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'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; */
  background: url(../img/leftArrow@3x.png);
  background-size: contain;
  /* opacity: 0.5; */
  /* background-size: 15px; */
  /* cursor: pointer; */
}

/* .swiper-button-prev.swiper-button-disabled{*/
/*	 width: 40px;*/
/*	 height: 40px;*/
/*	 background: lightgoldenrodyellow;*/
/*	 margin-left: -15px;*/
/*	 background: url(../img/rightArrowDis.png) !important;*/
/*	 background-size: 40px 40px;*/
/*	 opacity: 1 !important;*/
/*	 !*background-size: contain;*!*/
/* }*/
/*.swiper-button-next.swiper-button-disabled{*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	background: lightgoldenrodyellow;*/
/*	margin-left: -15px;*/
/*	background: url(../img/leftArrowDis.png) 0px 20px !important;*/
/*	background-size: 40px 40px;*/
/*	opacity: 1 !important;*/
/*}*/

.swiperView1 .swiper-button-next {
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  margin-right: -15px;
  background: url(../img/rightArrow@3x.png);
  background-size: contain;
  /* 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.5;
	background-size: 15px;
	cursor: pointer; */
}

@media screen and (max-width: 668px) {
  .swiperView1 .button div {
    width: 28px;
    height: 28px;
  }
}
