
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{width: 100%}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 100px;
    overflow: hidden;
    width: 32px;
    height: 3px;
    margin: 0 4px;
    cursor: pointer;
    opacity: 1;
    background: #c9c9c9;
    border-radius: 0
}
.swiper-pagination-bullet-active {background: #005dc4!important}
.swiper-container-horizontal>.swiper-pagination-bullets{
    position: absolute;
    bottom: 54px;
    left: 50%!important;
    width: 130px!important;
    margin-left: -65px;
}
.ali-product-normal-box h5 a{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    display: block;
    white-space: nowrap;
}
.ali-product-normal-box .normal-box-p a {
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}