#file{opacity: 0;position: absolute;top: 0;left: 0;width: 1.1rem;height: 1.1rem;}
/*截图上传页面*/
			.clipbg{
				position: fixed;
				background: #333;
				top: 0;
				z-index: 999;
				width: 100%;
				height: 100%;
				left: 0;
			}
			.loading{
				position: absolute;
				top: 40%;
				width: 38%;
				left: 31%;
				height: 1.2rem;
				line-height: 1.2rem;
				z-index: 99999;
				text-align: center;
				color: #ffffff;
				border-radius:0.2rem;
				background: #9f9f9f;
				font-size: 0.15rem;
			}
			.clipbg #clipArea{
				width: 100%;
				height: 85%;
				margin: auto;
			}
			.clipbg .footer{
				width: 100%;
				position: fixed;
				left: 0%;
				bottom: 0px;
				text-align: center;
				background-color: #191919;
			}
			.clipbg dl{
				background: #ffffff;
				border-radius: 0.4rem;
				overflow: hidden;
				margin-bottom: 0.6rem;
			}
			.clipbg dd{
				position: relative;
				height: 2.25rem;
				line-height: 2.25rem;
				border-bottom:1px solid #999999 ;
			}
			.clipbg .back{
				height: 2.25rem;
				line-height:2.25rem;
				border-radius: 0.4rem;
				margin-bottom: 0.4rem;
				background: #ffffff;
			}
			.clipbg dd input{
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 11;
				filter:alpha(opacity=0);  
			  -moz-opacity:0;  
			  -khtml-opacity: 0;  
			  opacity: 0; 
			}

.displaynone{ display: none}
