/* 
    Author      : Trueland Development Department 
*/
	@charset "utf-8";
	
/*
	--------------------------
	prompt 升级提示(IE6\7\8\) 
	--------------------------
*/

	.prompt 						{
										position: fixed;
										width: 100%;
										height: 100%;
										background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
										left: 0;
										bottom: 0;
										display: none;
										z-index: 999;
										filter:alpha(opacity=80);
										opacity: 80;

									}
									
									
	.prompt span  					{
										position: absolute;
										font-size: 14px;
										font-family: "宋体";
										top: 55%;
										left: 50%;
										margin-left: -152px;
										width: 304px;
										display: block;
										line-height: 24px;
										color: #666;
									}
									
	.prompt span a  				{
										text-decoration: underline;
									}
	
	.prompt-close      			 	{
					
										width: 30px;
										height: 30px;
										position: absolute;
										right: 30px;
										top: 30px;
										background: url(../images/closed.png) no-repeat center center;
										cursor: pointer;
									}
/*
	--------------------------
	等待加载样式
	--------------------------
*/
	.pageloading 					{
										position: fixed;
										width: 100%;
										height: 100%;
										left: 0;
										top: 0;
										background: -webkit-radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,1));
									    background: -moz-radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,1));
									    background: -ms-radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,1));
									    background: -o-radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,1));
									    background: radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,1));
										z-index: 999999;
									}
	.pageloading:after 				{
										content: ".. Please wait ..";
										position: absolute;
										top: 53%;
										text-align: center;
										width: 100%;
										font-size: 14px;
										color: #333;
										text-shadow: 1px 1px 1px #fff;
										font-family: arial;
									}
	.pageloading img 				{
										width: 50px;
										position: absolute;
										top: 0;
										right: 0;
										bottom: 0;
										left: 0;
										margin: auto;
									}
									
/*底部通用留言CSS*/		
.photo_cosle {
    width: 20px;
    height: 20px;
    display: block;
	margin-left:20px;
    top: 30%;
    cursor: pointer;
    position: absolute;
    background: url(../images/photopic_colse.png);
}

@media (max-width: 767px){
 .hrdly{display:none;}
 .hrdlycon{display:none;}
}

		
  .hrdly{
  left:0;
 position:fixed;
 bottom:36px;
 left:-160px;
 z-index:9999;
 cursor:pointer;
  }
  .hrdlycon{ position:fixed;  bottom:0px; width:100%; height:50px; display: block; background-color:#000; filter:alpha(opacity=90); -khtml-opacity:.9; -moz-opacity:.9;
 opacity:.9; z-index:888888}
 
   .hrdlycon ul{ padding-top:8px;} 
   .hrdlycon ul li{ line-height:30px; float:left; list-style:none; color:#ffffff;}
   .form-hrdly40{font-size: 18px; font-weight:bold; line-height:30px; padding-left:20px; }
   .form-hrdlyxm{font-size: 18px;line-height:30px; padding-left:20px; }
   .form-hrdlydh{font-size: 18px;line-height:30px; padding-left:10px; }
   .form-hrdlytj{font-size: 18px;line-height:30px; padding-left:10px;  text-align:center; height:30px;}
   .input_text{ border:1px solid #666; line-height:30px;}
   .input_tj{font-size: 16px;	line-height:30px;border:1px solid #666;  width:170px; background-color:#f00; color:#ffffff;}
									
.right_erweima {
	right: 100px;
    width: 60px;
    position: absolute;
    top: 5px;
    text-align: center;
    color: #fff;
}							
									