    body{background-color: #f5f5f5;}
	.sjb{margin-top:100px;}
	.sjb-r{width:723px;margin-left:80px;float:left;}
	.sjb-r .r-list ul li{width:220px;margin-right:20px;float:left;line-height:32px;font-size:15px;cursor: pointer;}
	.r-sm{margin-top:30px;}
	.sjb-l{
		background-image: url(/2020assets/images/device-sprite.png);
		background-repeat: no-repeat;
		width: 395px;
		height: 813px;
		background-position: -395px 0;
		background-size: 300%;
		position: relative;	
		float:left;
	}
	.sjb-l .sjb-window{
		position: absolute;
		top: 117px;
		left: 37px;
		width: 321px;
		height: 569px;
		overflow: auto;
		line-height:32px;
		font-size:15px;
		background: #fbfbfb;	
		padding-left:2px;
		padding-right:2px;
	}
	.qrcode-btn {
		width: 67px;
		height: 68px;
		bottom: 39px;
		position: absolute;
		left: 50%;
		margin-left: -33.5px;
		cursor: pointer;
		background-image: url(/2020assets/images/home-btn.png);
		background-size: 100%;
		background-repeat: no-repeat;
		animation: spin 4s linear infinite;
		transform-origin: 50% 50%;
	}
	.status-bar {
		height: 20px;
		width: 320px;
		background: url(/2020assets/images/status-bar.png);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 117px;
		position: absolute;
		z-index: 99;
		left: 37px;
	}