
			* {
				margin: 0;
				padding: 0;
			}
			
			.flobox {
				width: 577px;
				height: 342px;
				background: #2e9f00;
				position: fixed;
				z-index: 10000;
				left: 50%;
				margin-left: -288px;
				top: 50%;
				margin-top: -171px;
				display: none;
				text-align: center;
				line-height: 1.35;
				color: #fff;
			}
			
			.tonline {
				width: 547px;
				height: 312px;
				margin: 15px;
				border: 1px solid #fff;
				background: url(/img/bg.png) no-repeat right bottom;
			}
			
			.flobox .close {
				display: block;
				width: 35px;
				height: 35px;
				position: absolute;
				right: 27px;
				top: 21px;
				cursor: pointer;
			}
			
			.flobox .txt1 {
				font-size: 26px;
				padding: 45px 0 10px;
			}
			
			.flobox .txt2 {
				font-size: 36px;
			}
			
			.flobox .txt3 {
				font-size: 13px;
				opacity: .8;
				padding: 20px 0;
				width: 80%;
				margin: 0 auto;
			}
			
			.flobox .tel {
				font-size: 24px;
				padding: 0 24px;
				background: url(/img/telb.png) no-repeat left center;
				width: 35%;
				margin: 20px auto 10px;
			}
			
			.flobox .online {
				display: inline-block;
				width: 190px;
				height: 42px;
				cursor: pointer;
				color: #fff;
				background-color: #e99b27;
				text-align: center;
				line-height: 42px;
				font-size: 18px;
				transition: .5s;
			}
			
			.flobox .closebtn {
				width: 190px;
				display: inline-block;
				height: 42px;
				color: #666;
				background: #f7e6e6;
				line-height: 42px;
				font-size: 18px;
				cursor: pointer;
				transition: .5s;
			}
			
			.flobox .online:hover {
				transform: translateX(-10px);
				box-shadow: 0 3px 10px #e99b27;
			}
			
			.flobox .closebtn:hover {
				transform: translateX(10px);
				box-shadow: 0 3px 6px #f7e6e6;
			}