html body {
    background: #FFF;
}
body .container {
    width: 1200px;
    margin: 40px auto;
    background: #FFF;
}
h1.title {
    line-height: 33px;
    margin: 20px 0;
    font-size: 24px;
    color: rgba(0, 0, 0, .85);
    font-weight: bold;
    text-align: center;
}
.container p {
    margin-bottom: 8px!important;
    font-size: 15px;
    color: rgba(0, 0, 0, .7);
    line-height: 30px;
}
.text-bold{
    font-weight: bold;
    color: rgba(0, 0, 0, .85);
}
.under-line{
    font-weight: bold;
    color: rgba(0, 0, 0, .85);
    text-decoration: underline;
}
.h3-title{
    font-weight: bold;
    color: rgba(0, 0, 0, .85);
    font-size: 18px;
    margin: 20px 0;
}
span[class='h3-title'] {
    font-weight: bold;
    color: rgba(0, 0, 0, .85);
    font-size: 15px;
    margin: 20px 0;
}
.ml20{
    margin-left: 20px;
}
.cont-link {
    color: #0651e5;
    font-weight: bold;
}
.agree-table{
    width: 100%;
    border-collapse:collapse;
    font-size: 14px;
    border: 1px solid #999;
    margin-bottom: 20px;
}
.agree-table td,.agree-table th{
    padding: 15px;
}