//判断是哪个操作系统
if(plus.os.name=="Android"){
var lsyshowline=document.getElementById("lsyshowline");
lsyshowline.style.cssText = 'line-height: 1.1rem;font-size:0.75rem;';
}else{
var lsyshowline=document.getElementById("lsyshowline");
lsyshowline.style.cssText = 'line-height: 1rem;';
}