﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
body
{
	background: #FFF;
	color: #333;
	font-size: 14px;
	line-height: 25px;
	font-family:"微软雅黑","Microsoft YaHei"!important;}
input, select, textarea
{
	font-size: 14px;
	font-family:"微软雅黑","Microsoft YaHei"!important;
	color:#888;
	outline:none;}
a
{
	color: #666;
	text-decoration: none;}
a:hover
{
	color: #f60;
	text-decoration: underline;}
img
{
	border-width: 0;}
.fl
{
	float: left;}
.fr
{
	float: right;}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;}
.none
{
	display: none;}
.block
{
	display: block;}
.mt10 {
    margin-top:10px;}
.pt10  {
    padding-top:10px;}
.box {
    margin:10px auto; width:100%; overflow:hidden; height:100%
;}