.agreement_wrap{
    display: block;
    height: auto;
    width: 100%;
}
.agreement_main{
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
h2{
    width: 100%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}
.item{
    line-height: 30px;
    font-size: 16px;
    text-indent: 35px;
    margin-bottom: 0px;
}
p{
    line-height: 35px;
    text-indent: 2em;
}
p a{
    color: #3083ff;
}
p a:hover{
    text-decoration: underline;
    color: #3083ff;
}
.mgTop{
    margin-top: 20px;
    text-align:center;
    font-weight: bold;
    text-indent: 0em;

} 
td {
    overflow:hidden; 
    /* white-space:nowrap;  */
    white-space:  pre-line;
    /* text-overflow:ellipsis; */
    word-break: break-all;
    word-wrap: break-word;
    max-width: 30px;
    height: 40px;
}
th{
    height: 40px;
}
.link a{
    overflow:hidden; 
    word-break: break-all;
    word-wrap: break-word;
}
