.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: 15px;
}
p{
    line-height: 35px;
    text-indent: 35px;
}
p a{
    color: #3083ff;
}
p a:hover{
    text-decoration: underline;
    color: #3083ff;
}
.mgTop{
    margin-top: 20px;
}
.title{
    text-align: center;
    font-weight: bold;
    text-indent: 0;
}