﻿li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}
body {
  background-color: #151515;
}
.swiper {
  width: 100%;
  height: 100%;
  
  position: relative;
}

.swiper .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 157px;
  height: 223px;
  position: absolute;
  top: 50px;
  left: 35%;
  
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 6px 10px 0px rgba(95,95,95,0.14);
}

.swiper .pic li img {
  width: 100%;
  height: 100%;
}

.now {
  z-index: 9;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

._bg {
  background-color: red !important;
}

.swiper .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper .cricle li {
  float: left;
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 38px;
  z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
  height: 100%;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper .btns .leftbtn::after,
.swiper .btns .rightbtn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.swiper .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
  height: 300px;
  position: absolute;
  top: 30px;
  z-index: 99;
}

.leftBox {
  width: 182px;
  left: 0;
}

.rightBox {
  width: 222px;
  right: 0;
}

.swiper1 {
  width: 100%;
  height: 100%;
  
  position: relative;
}

.swiper1 .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper1 .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 157px;
  height: 223px;
  position: absolute;
  top: 50px;
  left: 35%;
  
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 6px 10px 0px rgba(95,95,95,0.14);
}

.swiper1 .pic li img {
  width: 100%;
  height: 100%;
}

.now {
  z-index: 9;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.next {
  z-index: 6;
  -webkit-transform: translateX(140px);
  -moz-transform: translateX(140px);
  -o-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

.prev {
  z-index: 6;
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}

._bg {
  background-color: red !important;
}

.swiper1 .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper1 .cricle li {
  float: left;
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper1 .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 38px;
  z-index: 9;
}

.swiper1 .btns .leftbtn,
.swiper1 .btns .rightbtn {
  height: 100%;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper1 .btns .leftbtn::after,
.swiper1 .btns .rightbtn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.swiper1 .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper1 .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
  height: 300px;
  position: absolute;
  top: 30px;
  z-index: 99;
}

.leftBox {
  width: 182px;
  left: 0;
}

.rightBox {
  width: 222px;
  right: 0;
}


.swiper2 .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper2 .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 157px;
  height: 223px;
  position: absolute;
  top: 50px;
  left: 35%;
  
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 6px 10px 0px rgba(95,95,95,0.14);
}

.swiper2 .pic li img {
  width: 100%;
  height: 100%;
}

.now {
  z-index: 9;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.next {
  z-index: 6;
  -webkit-transform: translateX(140px);
  -moz-transform: translateX(140px);
  -o-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

.prev {
  z-index: 6;
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}

._bg {
  background-color: red !important;
}

.swiper2 .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper2 .cricle li {
  float: left;
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper2 .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 38px;
  z-index: 9;
}

.swiper2 .btns .leftbtn,
.swiper2 .btns .rightbtn {
  height: 100%;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper2 .btns .leftbtn::after,
.swiper2 .btns .rightbtn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.swiper2 .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper2 .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}















.swiper3 .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper3 .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 157px;
  height: 223px;
  position: absolute;
  top: 50px;
  left: 35%;
  
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 6px 10px 0px rgba(95,95,95,0.14);
}

.swiper3 .pic li img {
  width: 100%;
  height: 100%;
}

.now {
  z-index: 9;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.next {
  z-index: 6;
  -webkit-transform: translateX(140px);
  -moz-transform: translateX(140px);
  -o-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

.prev {
  z-index: 6;
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}

._bg {
  background-color: red !important;
}

.swiper3 .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper3 .cricle li {
  float: left;
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper3 .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 38px;
  z-index: 9;
}

.swiper3 .btns .leftbtn,
.swiper3 .btns .rightbtn {
  height: 100%;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper3 .btns .leftbtn::after,
.swiper3 .btns .rightbtn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.swiper3 .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper3 .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}








.swiper4 .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper4 .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 157px;
  height: 223px;
  position: absolute;
  top: 50px;
  left: 35%;
  
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 6px 10px 0px rgba(95,95,95,0.14);
}

.swiper4 .pic li img {
  width: 100%;
  height: 100%;
}

.now {
  z-index: 9;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.next {
  z-index: 6;
  -webkit-transform: translateX(140px);
  -moz-transform: translateX(140px);
  -o-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

.prev {
  z-index: 6;
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}

._bg {
  background-color: red !important;
}

.swiper4 .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper4 .cricle li {
  float: left;
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper4 .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 38px;
  z-index: 9;
}

.swiper4 .btns .leftbtn,
.swiper4 .btns .rightbtn {
  height: 100%;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper4 .btns .leftbtn::after,
.swiper4 .btns .rightbtn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.swiper4 .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper4 .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}








.swiper5 .pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper5 .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 157px;
  height: 223px;
  position: absolute;
  top: 50px;
  left: 35%;
  
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 6px 10px 0px rgba(95,95,95,0.14);
}

.swiper5 .pic li img {
  width: 100%;
  height: 100%;
}

.now {
  z-index: 9;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.next {
  z-index: 6;
  -webkit-transform: translateX(140px);
  -moz-transform: translateX(140px);
  -o-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

.prev {
  z-index: 6;
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  transform: translateX(-140px);
}

._bg {
  background-color: red !important;
}

.swiper5 .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper5 .cricle li {
  float: left;
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper5 .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 38px;
  z-index: 9;
}

.swiper5 .btns .leftbtn,
.swiper5 .btns .rightbtn {
  height: 100%;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper5 .btns .leftbtn::after,
.swiper5 .btns .rightbtn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.swiper5 .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper5 .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}