html,
body,
ul,
ol,
div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

.swiper {
    width: 9.5rem;
    height: 5.8rem;
    position: relative;
    margin-top: -2px;
}

.swiper .pic {
    width: 10.3rem;
    height: 5.8rem;
    position: relative;
    overflow: hidden;
}

.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: 950px;
  height: 580px; */
    width: 97%;
    height: 100%;
    position: absolute;
    top: 2%;
    left: 34.9%;
    /* margin-left: -350px; */
    /* margin-left: -3.42rem; */
    margin-left: -3.64rem;
    border-radius: 6px;
    overflow: hidden;
}

.swiper .pic li img {
    width: 90%;
    height: 95%;
}

.now {
    z-index: 9;
    /* -webkit-transform: scale(1.2); */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0% !important;
    left: 33.3% !important;
    border-radius: 0 !important;
}

.now img {
    width: 100% !important;
    height: 100% !important;
}

.next {
    z-index: 6;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(120px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
}

.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;
    margin-right: 6px;
    border-radius: 50%;
}

.swiper .btns {
    display: none;
    position: absolute;
    right: -9.7rem;
    top: -0.58rem;
    /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
    width: 100%;
    height: 0.4rem;
    z-index: 9;
    display: flex;
    align-items: center;
}

.swiper .btns .leftbtn {
    height: 0.2rem;
    width: 0.11rem;
    margin-right: 0.3rem;
    cursor: pointer;
    background: url(../img/left.png);
    background-size: 100% 100%;
}

.swiper .btns .rightbtn {
    height: 0.2rem;
    width: 0.11rem;
    cursor: pointer;
    background: url(../img/right.png);
    background-size: 100% 100%;
}

.swiper .btns .rightbtn:hover {
    height: 0.4rem;
    width: 0.4rem;
    background: url(../img/right-active.png);
    background-size: 100% 100%;
    margin-left: -0.15rem;
}

.swiper .btns .leftbtn:hover {
    height: 0.4rem;
    width: 0.4rem;
    background: url(../img/left-active.png);
    background-size: 100% 100%;
    margin-left: -0.14rem;
    margin-right: 0.15rem;
}

.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: 100px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}