﻿/* 
	Create Time : 2014-07-22
    Update Time : 2015-06-17
    Author      : Trueland Development Department 
*/
	@charset "utf-8";


	/* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ 华丽的分割线 ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/

	/*
	--------------------------
	prompt 升级提示(IE6\7\8\) 
	--------------------------
	*/

	.prompt 						{
										position: fixed;
										width: 880px;
										height: 678px;
										
										left: 50%;
										bottom: 0;
										margin-left: -440px;
										display: none;
										z-index: 999998;

									}
									
									
	.prompt span  					{
										position: relative;
										font-size: 14px;
										font-family: "宋体";
										top: 300px;
										left: 390px;
										width: 370px;
										display: block;
										line-height: 24px;
										color: #666;
									}
									
	.prompt span a  				{
										text-decoration: underline;
									}
	
	.prompt-close      			 	{
					
										width: 30px;
										height: 30px;
										position: absolute;
										right: 120px;
										top: 50px;
										margin-top: -5px;
										background: url(../images/closed.png) no-repeat center center;
										cursor: pointer;
									}
									
	.pageloading 					{
										position: fixed;
										width: 100%;
										height: 100%;
										left: 0;
										top: 0;
										background: #fff;
										z-index: 999999;
									}
									
	.pageloading img 				{
		
										width: 40px;
										position: absolute;
										left: 0;
										top: 0;
										right: 0;
										bottom: 0;
										margin: auto;
									}
	