* {
				margin: 0;
				padding: 0;
			}
			
			html,
			body {
				width: 100%;
				height: 100%;
			}
			
			#float {
				width: 135px;
				height: 195px;
				position: fixed;
				top: 100px;
				z-index: 100000;
			}
			
			#float .pc_img {
				width: 100%;
				height: 135px;
				display: block;
			}
			
			#float .pc_img img {
				width: 100%;
				height: 100%;
			}
			
			#float .pc_txt {
				display: block;
				width: 131px;
				height: 40px;
				text-decoration: none;
				color: #ff3333;
				font-size: 14px;
				padding-left: 4px;
				
			}
			
			#float .pc_gb {
				font-size: 14px;
				margin-left: 10px;
				color: #666;
			}
			.hide{
			display: none!important;
		}