.agree-wrap {
    width: 900px;
    padding: 0 50px 50px;
    margin: 0 auto;
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
    line-height: 2;
}
.title {
    font-size: 14px;
    font-weight: bold;
}
.agree-wrap .title {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}
.agree-wrap > p {
    color: #666666;
    font-size: 12px;
}
.agree-wrap .topic {
    padding: 20px 0 10px;
}
.agree-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: "微软雅黑",Arial,YaHei,tahoma,"Hiragino Sans GB",宋体;
    vertical-align: baseline;
}
.detail-table th, td {
    height: 40px;
    text-align: left;
    line-height: 40px;
    padding: 0 10px;
    /* border-bottom: 1px solid #ececec; */
}
.agree-wrap td {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #DBDBDB;
    color: #666666;
}