#lib_product_detail {
    width: 728px;
    padding: 30px 30px 0px 30px;
    overflow: hidden;
}

#lib_product_detail .more {
    position: relative;
    top: 0;
}

#lib_product_detail .img {
    width: 250px;
    height: 320px;
    overflow: hidden;
}

#lib_product_detail #bigimg {
    width: 248px;
    height: 248px;
    border: 1px solid #f2f2f2;
    margin-bottom: 12px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#lib_product_detail #bigimg img {
    vertical-align: middle;
}

#lib_product_detail #bigimg span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

#lib_product_detail #bigimg .glass {
    position: absolute;
    bottom: 26px;
    right: 26px;
    cursor: pointer;
}

#lib_product_detail #smallimg {
    height: 56px;
    position: relative;
}

#lib_product_detail #smallimg_scrol {
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
}

#lib_product_detail #smallimg li {
    float: left;
    width: 54px;
    height: 54px;
    border: 1px solid #f2f2f2;
    margin-right: 8px;
    text-align: center;
    cursor: pointer;
}

#lib_product_detail #smallimg li img {
    vertical-align: middle;
}

#lib_product_detail #smallimg li span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

#lib_product_detail #smallimg li.on {
    border: 1px solid #e5e5e5;
    position: relative;
}

#lib_product_detail #smallimg li.on i {
    position: absolute;
    left: 23px;
    top: -12px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border: 6px solid transparent;
    border-bottom-color: #e5e5e5;
}

#lib_product_detail .inf {
    width: 448px;
    overflow: hidden;
}

#lib_product_detail .inf .name {
    /*height:38px; line-height:38px;*/
    margin-bottom: 12px;
    font-size: 20px;
    color: #0055a1;
    overflow: hidden;
}

#lib_product_detail .inf .brief {
    /*min-height:140px;*/
    line-height: 25px;
    color: #888;
    margin-bottom: 10px;
}

#lib_product_detail .inf .inquery {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #0055a1;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

#lib_product_detail .inf .share {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #888;
}

#lib_product_detail .detail {
    margin-top: 30px;
}

#lib_product_detail .detail .tit {
    height: 40px;
    line-height: 40px;
    background: #39689c;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#lib_product_detail .detail .tit span {
    display: block;
    width: 120px;
    height: 40px;
    /* background: #0055a1; */
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}

#lib_product_detail .detail .cont {
    min-height: 400px;
    line-height: 1.7;
    font-size: 14px;
    color: #888;
    padding: 20px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-top: -5px;
    position: relative;
}

/* #lib_product_detail .detail s.ssss, #lib_product_detail .detail i.ssss {
    height: 134px;
    width: 1px;
    position: absolute;
    left: -1px;
    bottom: 0;
    background: url('/images/border-bg.jpg') bottom;
    display: block;
} */

#lib_product_detail .detail i.ssss {
    left: auto;
    right: -1px;
}