@charset "utf-8";
/* CSS Document */

html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt, 
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header, 
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:'Helvetica Neue', 'Microsoft YaHei', Helvetica, Arial, 'Liberation Sans', FreeSans, 'Hiragino Sans GB', sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
a{ 
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
.mainColor{
	background-color:#7c4275;
}
.spill{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
input {
	-webkit-appearance:none; /*去掉iPhone、iPad的默认按钮、输入框样式*/
}
input:focus{
	outline:none;
}
textarea{ 
	-webkit-appearance: none;
}   
input:focus{
	outline:none;
}
select:focus{
	outline:none;
}
textarea:focus{
	outline:none;
}
button:focus{
	outline:none;
}
.yy{
	border-color:#FF0004;
}

a:hover {
    text-decoration:none;
	
}
/*font added*/
button{
	cursor:pointer;
}
input{
	cursor:pointer;
}
select{
	cursor:pointer;
}
radio{
	cursor:pointer;
}
checkbox{
	cursor:pointer;
}
.fweight{
 font-weight:bold;
}
/*font ends*/