

.details{margin: 0 .5rem;height: auto;border-bottom: 1px solid #eeeeee}
.details .swiper-container {
    width: 100%;
    height: 100%;
}
.details .swiper-slide img{
    width: 100%;height: auto;
}
.details .swiper-button-next{
    right: 0;
}
.details .swiper-button-prev{
    left: 0;

}
.details .swiper-button-next img,
.details .swiper-button-prev img{width: 100%;outline: none;
}
.details .swiper-slide p{
    font-size: 1rem;
    color: #4a4a4a;
    margin-right: 3rem;
    padding:.5rem 0;min-height: 1.5rem;
}
.details .swiper-button-next,
.details .swiper-button-prev{
    background: none;
    width: 1.5rem;

    outline: none;
    /*去除点击时的背景色*/
    -webkit-tap-highlight-color:transparent;
}
.details .swiper-pagination{
    font-size: 1.2rem;
    color: #a2a2a2;
    width: auto;
    height: 2rem;
    right: 0;
    bottom: 0;
    text-align: right;
}
.details .swiper-pagination-current{
    color: #d61518!important;
}
.details .swiper-pagination span{
    font-size: 1.2rem;color: #a2a2a2;
}

.details .swiper-ul{
    width: 85%;
    position: absolute;top: 15.8rem;left: 0;z-index: 2;
    line-height: 1.6;
}
.details .swiper-ul a{
    display: block;width: 100%;
    color: #4a4a4a;font-size: 1rem;
   overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;display: block;}
.details .swiper-ul>li{display:none ;}


