body {
    line-height: 1.6;
    /*background: #2b4159;*/
}
.com_gansurep .reptile-container {
    background-color: rgba(255,255,255,0.8);
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 700px;
}
.rep_left {
    float: left;
    width: 31%;
    margin-top: 30px;
}
.rep_right {
    float: right;
    width: 68%;
    margin-top: 20px;
}
.m-product-panel li {
    list-style:none;
    font-size: 10px;
    cursor: pointer;
}
.m-product-panel table{
    width: 85%;
}
.rep_right .m-product-panel{
    text-align: left;
}
.rep_spedetais h2 {
    font-size: 25px;
}
.miaoshu span {
    margin-left: 2em;
    /*line-height: 150%;*/
}
.suming span {
    margin-left: 2em;
}
.jibie span {
    margin-left: 2em;
}
.fenbu span {
    margin-left: 2em;
}









#pic_row a {
    font-size: 15px;
}
#pic_row a:hover{
    font-size:16px;
}
.product-grid {
    font-family: 'Source Sans Pro', sans-serif;
    height: 245px;
    border: 1px solid #bbb9b9;
    margin-bottom: 5px;
}
.product-grid .product-image{
    position: relative;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: 190px;
}
.product-image .pic-1{
    backface-visibility: hidden;
    transition: all .5s ease 0s;
}
.pic_content>div {
    margin: 20px 15px
}
.pic_content {
    background: rgba(0,0,0,0.05);
}

@media screen and (max-width:900px) {
    .pic_content>div {
        width: 100%!important
    }
}
.picelem, .picelem * {
    box-sizing: border-box;
    margin: 0 !important;
}
.picelem {
    display: inline-block;
    font-size: 0;
    width: 25%;
    border: 5px solid transparent;
    border-bottom: none;
    background: #fff;
    padding: 5px;
    height: auto;
    background-clip: padding-box;
}
.picelem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}
.sfq span{
    cursor: pointer;
}
.s_ul li {
    cursor: pointer;
    text-align: left;
    font-size: 1.4em;
}
.rep_spedetais h2 {
     background: rgb(240 249 255);!important;
     padding: 10px;!important;
     border-radius: 8px;!important;
 }