/*买家协议开始*/ 
 .buyer{
    width: 17.125rem;
    margin:0 auto;
 }
 .buyer p{
    color:#333;
    font-size: 0.7rem;
    line-height: 1.1rem;
 }

.buyer span{
    color:#333;
    font-size: 0.7rem;
    line-height: 1.1rem;
    text-decoration: underline;
}
/*买家协议结束*/ 