@charset "utf-8";
.agreement_conent{
    padding: 30px;
}
.agreement_conent h1{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    font-weight:600;
    color:rgba(35,35,35,1);
}

.agreement_conent p{
    line-height: 24px;
    font-size: 14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}