body{
    background-color: #F5F5F5;

}
.background {
    padding: 5px 30px;
    background-color: #fff;
}
.product-view{
    display: flex;
}
.product-view .left{
    width: 40%;
}
.product-view .left .main-img img{
    width: 100%;
}
.product-view .left .part-img img{
    width: 90px;
    height: 90px;
    padding-right: 1px;
    border: 1px solid #fff;
}
.swiper{
    margin-left: 0px;
    padding-right: 40px;
}
.product-view .left .part-img{
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    display: flex;
    border: 1px solid #f7f5f5;
}
.product-view .left .part-img .swiper-slide{
    min-width: 90px;
}
.product-view .left .part-img img:hover,.product-view .left .part-img img.active{
    border: 1px solid #e15454;
}

.product-view .right{
    width: 60%;
}
.product-view .right .title{
    font-size: 20px;
    font-weight: bold;
}
.product-view .right .content{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

.table{
    margin-top: 10px;
}
.table-bordered td{
    border: 1px solid #f1f2f3 !important;
}

.images-view img{
    width: 60%;
}
