*{margin:0px;padding:0px;font-weight: normal;color:#333333;list-style: none;}
.partner{
    width: 700px;
    height: 600px;
}
.mod-bread-wrapper,
.mod-useragreement,
.modal-title{
    margin: 10px;
    font-weight: 800;
}
.mod-bread .bread-center{
    height:70px;
    line-height: 70px;
    text-align: center;
}
.mod-useragreement{
    padding:20px 0px 16px 0px;
    line-height: 22px;
}
.useragreement-content{
    width:700px;
    margin-bottom: 20px;
    margin:0 auto;
}
.useragreement-content p{
    line-height: 1.8em;
}
.mod-text{
    text-decoration: underline; /* 添加下划线 */
    font-weight: bold; /* 设置字体加粗 */
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .useragreement-content{
        width: 480px;
    }
    .partner{
        width: 480px;
        height: 380px;
    }
}
@media screen and (max-width: 480px)  {
    .useragreement-content{
        width: 370px;
        margin: 0 auto;
    }
    .partner{
        width: 370px;
        height: 270px;
    }
}
@media screen and (max-width: 360px)  {
    .useragreement-content{
        width: 350px;
        margin: 0 auto;
    }
    .partner{
        width: 350px;
        height: 250px;
    }
}