
.pd-specifications {
    padding-bottom: 0;
}
.details {
    width: 1008px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 .6rem;
}
.details-title {
    margin-bottom: 1.2rem;
    padding: .34rem 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-align: center;
}
.details-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
.details-item {
    width: ‭49.15611814345992%;
    margin-bottom: .4rem;
}
.details-item.w100 {
    width: 100%;
}
.details-item a {
    position: relative;
    display: block;
    overflow: hidden;
}
.details-item img {
    display: block;
    max-width: 100%;
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.details-it {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .32rem 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.details-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}







