﻿	/* CSS REQUIRE */
	@import "bootstrap.css"; /* Bootstrap */
	@import "home.css"; /* Index.html's style */
	@import "menu.css"; /* Menu style */
	@import "public.css"; /* Public style */
	@import "media.css"; /* Media style */
	

	/* Reset ---------------------------------------------- */


	body,div,
	span,
	h1,h2,h3,h4,h5,h6,
	p,em,img,strong,b,
	small,u,i,center,dl,dt,dd,ol,ul,li,
	sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,
	strike,applet,object,iframe,fieldset,form,label,legend,table,
	caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
	embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
	summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,
	video,input,textarea,select 

									{ 	margin:0; padding:0;	}	

	ol,ul 							{ 	list-style:none; 		}
	a  								{
										text-decoration:none;
										outline:none;
										color: #333;
									}
	a:hover 						{	color: #24bbe8;	text-decoration: none;				}
	img  							{	border: none; max-width: 100%; display: inline-block;}
	*:focus 						{	outline: none;			}
	
	html  							{ 	overflow-x:hidden; -webkit-text-size-adjust:none;	 }

	body 							{
										background: #fff;
										font-size: 12px;
										font-family: "微软雅黑";
										color: #666666;
									}

										/* 选择文字背景颜色 */
	body::selection 				{
										color: #ffffff;
										background-color: red;
										text-shadow:none;
									}

	input[type="text"] 				{	text-indent: 5px;		}
	textarea 						{	padding: 5px;			}


	.text-overf 					{	

										text-overflow:ellipsis;
										overflow: hidden;
										white-space:nowrap;

	}

	
	/* upgrade  */
		
	.upgrade 						{	
										padding: 10px;
										text-indent: 40px;
										background: #fff2e5 url('t.png') no-repeat 10px center;
										border: 1px solid #ffd7b0;
										font-size: 14px;
										color: #e8a35c;
										position: fixed;
										z-index: 999999;
										top: 0;
										left: 0;
										width: 100%

									}