/*
Copyright 2010, KISSY UI Library v1.0.4
MIT Licensed
http://kissy.googlecode.com/
build: 498 Mar 18 13:49
*/
* {
	margin: 0;
	padding: 0;
	font-family: "PingFangSC-Regular", "Noto Sans SC", "Source Han Sans CN", "noto sans", "Microsoft YaHei", "SimSun", "sans-serif";
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ul,ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}


fieldset,img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,input,select,textarea {
	outline: none;
}
button{
	font-size: 100%;
}

input,select {
	font-size: 13px;
	height: 23px;
	vertical-align: middle;
}

textarea {
	font-size: 13px;
}

input[type="radio"], input[type="checkbox"]{
	min-width: 13px;
	min-height: 13px;
	cursor: pointer;
}

input::-webkit-input-placeholder{font-size: 13px;font-weight: normal;color: #999999;}
input::-moz-placeholder{font-size: 13px;font-weight: normal;color: #999999;}
input:-ms-input-placeholder{font-size: 13px;font-weight: normal;color: #999999;}

/*爱心版*/
body.loveVersion {font-size: 21px;}
.loveVersion input[type="checkbox"], .loveVersion input[type="radio"]{
	min-width: 21px;
	min-height: 21px;
}
.loveVersion input, .loveVersion select {
	font-size: 20px;
	height: 29px;
}

.loveVersion textarea{font-size: 20px;}

.loveVersion input::-webkit-input-placeholder{font-size: 13px;font-weight: normal;color: #999999;}
.loveVersion input::-moz-placeholder{font-size: 13px;font-weight: normal;color: #999999;}
.loveVersion input:-ms-input-placeholder{font-size: 13px;font-weight: normal;color: #999999;}
/*爱心版*/