html,
body,
ul,
ol,
div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    /* background-color: #151515 */
}

.swiper {
    width: 1200px;
    height: 380px;
    margin: 50px auto;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    /* cursor: default; */
    z-index: 1;
    -webkit-transition: all 2s;
    transition: all 2s;
    width: 465px;
    height: 272px;
    position: absolute;
    top: 65px;
    left: 59.9%;
    margin-left: -350px;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5); */
}

.swiper .pic li img {
    width: 100%;
    height: 100%;
}

.now {
    z-index: 9 !important;
    -webkit-transform: scale(1.505);
    -ms-transform: scale(1.505);
    transform: scale(1.505);
    -webkit-box-shadow: 0px 5px 15px 2px rgba(154, 17, 23, 0.6);
            box-shadow: 0px 5px 15px 2px rgba(154, 17, 23, 0.6);
}

.next1 {
    z-index: 6 !important;
    -webkit-transform: translateX(360px);
    -ms-transform: translateX(360px);
    transform: translateX(360px);
}

.prev {
    z-index: 6 !important;
    -webkit-transform: translateX(-360px);
    -ms-transform: translateX(-360px);
    transform: translateX(-360px);
}

._bg {
    background-color: red !important;
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    display: none;
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
            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%);
    -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 {
    cursor: pointer;
    height: 300px;
    position: absolute;
    top: 50px;
    z-index: 99;
}

.leftBox {
    width: 251px;
    left: 0;
}

.rightBox {
    width: 250px;
    right: 0;
}