/*详情table样式*/
.tableAdd{
    max-width: 100%;
    margin-top: 20rem;
    font-size: 26rem !important;
    line-height: 46rem;
    background-color: #f2f6fa;
    padding: 20rem;
}
.tableAdd table{
    width: 100% !important;
    /*border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
}
.tableAdd table tr{
    /*border-bottom: 1px solid #ccc;*/
}
.tableAdd table tr td{
    /*border-left: 1px solid #ccc;*/
    max-width: 100px;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
}

/*.tableAdd p{*/
/*    line-height: 55rem;*/
/*}*/

.fwbStyle{
    white-space: pre-wrap;
    line-height: 28px;
    font-size: 16px;
}

.tableAdd img {
    display:block;
    margin:52rem auto;
    width: 100%;
}
.tableAdd a {
    color: #0848C2 !important;
    text-decoration: underline !important;
}
