			.info-nr {
				position: fixed;
				top: 50px;
				right: 0px;
				z-index: 900;
				tap-highlight-color: rgba(0, 0, 0, 0);
			}
			
			#toMenu {
				display: block;
				width: 60px!important;
				height: 60px!important;
				border-radius: 60px;
				position: absolute;
				bottom: 0;
				right: 0;
				z-index: 9999;
				color: #fff;
				background: url(/images/New/悬浮球/中心.png) 50% 50%;
				background-repeat: no-repeat;
				background-size: auto 100%;
			}
			
			.info-nr-phone {
				height: 60px;
				width: 60px;
			}
			
			#info-nr-phone {
				position: relative;
			}
			
			.info-nr-phone>div {
				width: 55px;
				height: 55px;
				border-radius: 55px;
				position: absolute;
				bottom: 2px;
				right: 2px;
				z-index: 900;
				-moz-transition: transform 200ms;
				-webkit-transition: -webkit-transform 200ms;
				-ms-transition: transform 200ms;
			}
			
			.info-nr-phone>.to_01 {
				-webkit-transform: translate(-14px, -120px) rotate(720deg);
				-moz-transform: translate(-14px, -120px) rotate(720deg);
				-ms-transform: translate(-14px, -120px) rotate(720deg);
				-o-transform: translate(-14px, -120px) rotate(720deg);
				transform: translate(-55px, 95px) rotate(720deg);
				background: url(/images/New/悬浮球/主页.png) 50% 50% no-repeat #fff;
				background-size: auto 100%;
			}
			
			.info-nr-phone>.to_02 {
				-webkit-transform: translate(-78px, -108px) rotate(720deg);
				-moz-transform: translate(-78px, -108px) rotate(720deg);
				-ms-transform: translate(-78px, -108px) rotate(720deg);
				-o-transform: translate(-78px, -108px) rotate(720deg);
				transform: translate(-103px, 38px) rotate(720deg);
				background: url(/images/New/悬浮球/预约挂号.png) 50% 50% no-repeat #fff;
				background-size: auto 100%;
			}
			
			.info-nr-phone>.to_03 {
				-webkit-transform: translate(-85px, -80px) rotate(720deg);
				-moz-transform: translate(-85px, -80px) rotate(720deg);
				-ms-transform: translate(-85px, -80px) rotate(720deg);
				-o-transform: translate(-85px, -80px) rotate(720deg);
				transform: translate(-103px, -38px) rotate(720deg);
				background: url(/images/New/悬浮球/处方缴费.png) 50% 50% no-repeat #fff;
				background-size: auto 100%;
			}
			
			.info-nr-phone>.to_04 {
				-webkit-transform: translate(-79px, -36px) rotate(720deg);
				-moz-transform: translate(-79px, -36px) rotate(720deg);
				-ms-transform: translate(-79px, -36px) rotate(720deg);
				-o-transform: translate(-79px, -36px) rotate(720deg);
				transform: translate(-55px, -95px) rotate(720deg);
				background: url(/images/New/悬浮球/个人中心.png) 50% 50% no-repeat #fff;
				background-size: auto 100%;
			}