body {
  padding: 0;
  margin: 0;
}

.pc-slide {
  width: 500px;
  margin: 0 auto;
}

.view .swiper-container {
  width: 500px;
  height: 500px;
}

.view .arrow-left {
  background: url(../images/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.view .arrow-right {
  background: url(../images/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.preview {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.preview .swiper-container {
  width: 430px;
  height: 82px;
  margin-left: 35px;
}

.preview .swiper-slide {
  width: 87px;
  height: 82px;
}

.preview .slide6 {
  width: 82px;
}

.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.preview img {
  padding: 2px;
}

.preview .active-nav img {
  padding: 0;
  border: 1px solid #f00;
}
.view_big img {
  padding-top: 80px;
  width: 500px;
  height: 400px;
}
.view_min img {
  margin-top: 10px;
  width: 90px;
  height: 62px;
}
