﻿    * {
        margin: 0;
        padding: 0;
    }

    .px-be-content {
        width: 680px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding: 20px 0;
        font-size: 16px;
        border-bottom: 1px #eee solid;
    }

    .px-be-left {
        width: 350px;
        margin-right: 20px;
        position: relative;
    }

    .px-be-right {
        flex: 1;
        padding-right: 10px;
    }
     .px-be-right b{
         font-size:16px
     }
        .px-be-right p {
            font-size: 16px;
            color: #666;
            margin: 5px 0;
            margin-bottom: 12px;
        }

.summary strong{
    font-size:16px
}
    .gallery-top {
        height: 250px;
        width: 350px;
        border: 1px #eee solid;
    }

        .gallery-top .swiper-slide {
            display: flex;
            align-items: center;
        }

        .gallery-top img {
            max-width: 100%;
            max-height: 100%;
            margin:0 auto;
        }

    .gallery-thumbs {
        width: 300px;
        height: 60px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 10px 0;
        margin-top:10px
    }

        .gallery-thumbs .swiper-slide {
            width: 25%;
            height: 58px;          
            display: flex;
            align-items: center;
            border:1px solid #fff;
        }

        .gallery-thumbs img {
            width: 100%;
            max-height: 100%;
            cursor: pointer;
        }

        .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }

    .swiper-px-prev {
        position: absolute;
        width: 18px;
        height: 28px;
        background: url(../../images/technicaldata/beprev.png);
        background-size: 100% 100%;
        left: 0px;
        bottom: 15px;
        cursor: pointer;
    }

    .swiper-px-next {
        position: absolute;
        width: 18px;
        height: 28px;
        background: url(../../images/technicaldata/benext.png);
        background-size: 100% 100%;
        right: 0px;
        bottom: 15px;
        cursor: pointer;
    }

    .px-be-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        width: 680px;
        margin: 15px auto;
    }
.jqzoom {
    border-radius:4px;
}
.swiper-slide {
    border-radius:4px;
}
