.product-detail {
   text-shadow: 1px 1px #f5f5f5;
    font-size: 12px;
    color: #666;
    padding: 10px 0;
line-height: 24px;
}
.product-detail .fluid-image-max { 
    border-top: 4px solid #1BB1E7; 
}
.product-detail img { 
    border-top: 4px solid #1BB1E7; 
}

.product-detail td {
     font-size: 12px;
    color: #666;
    line-height: 24px;
}

.product-detail .mbr-title-texing {
    width: 100%;
    height: 40px;
    text-align: center;
    background: url(../images/mbr-title-texing-line.gif) repeat-x;
    background-position: 0 8px;
    color: #1BB1E6;
    font-size: 12px;
}
.product-detail .mbr-title-texing span {
    min-width: 60px;
    max-width: 510px;
    padding: 0 15px;
    display: inline-table;
    background: #fff;
}

.product-detail .listfsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-detail .listfsbox .ulbox {
    width: 100%;
    letter-spacing: -0em;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-detail .listfsbox .ulbox li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
    height: auto;
    background: #DBDBDB;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font-size: 12px;
    color: #797979;
}
.product-detail .listfsbox .ulbox li a {
    display: block;
    font-size: 12px;
    color: #797979;
}