﻿@charset "utf-8";

/* foundation */
body {
	background: #FFF;
	font-size: 12px;
	font-family: "微软雅黑", "宋体";
	color: #333333;
	margin: 0;
	padding: 0;
	position: relative;
}

div,form,p,img,ul,ol,li,dl,dl,dd,button,input{
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
}

input,select,textarea {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
}

a {
	color: #333333;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	color: #333333;
}

a,a:focus {
	outline: none;
}

/*浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both
}

input.inputtxt {
	height: 24px;
	line-height: 24px;
	border: 1px solid #BABABA;
	border-radius: 3px;
}

