.head-swiper{
    /* position: relative; */
    /* position: fixed; */
    /* top: 0;  */
    height: 60px;
    z-index: 50;
}
.head-swiper .swiper-container{
    height: 100%;
}
/* 分页器 */
.head-swiper .head-pagination{
    bottom: 0 !important;
}
.head-swiper .head-pagination>.swiper-pagination-bullet {
    width: 20px !important;
    height: 2px !important;
    border-radius: 0 !important;
}
.head-swiper .head-pagination>.swiper-pagination-bullet-active{
    background-color: #fff !important;    
}

/* 按钮 */
.head-swiper:hover .swiper-button-prev,
.head-swiper:hover .swiper-button-next{
    display: block;
}
.head-swiper .swiper-button-prev,
.head-swiper .swiper-button-next{
    display: none;
    background-image:none !important;
    position: absolute;
    top: 60%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #0003;
    opacity: 0.5;
}
.head-swiper .swiper-button-prev{
    left: 12%;
}
.head-swiper .swiper-button-next{
    right: 12%;
}



