﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
}

body {
	font-size: 14px;
	color: #0c0300;
	background-color: transparent;
	min-width: 1200px;
}

a {
	color: #0c0300;
	text-decoration: none!important
}

a:hover {
	color: #e22323;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul, li {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}

abbr, acronym {
	border: 0
}

/*a:active{color:#000}*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both;
}

input {
	outline: none;
}

q:before, q:after {
	content: '';
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 14px;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #999999;
	font-size: 14px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
}

textarea:focus {
	outline: none;
}
