.titleName {
	FONT-STYLE: normal; FONT-FAMILY: Arial; COLOR: white; FONT-SIZE: 16px; FONT-WEIGHT: bold;
}
.titleLink {
	FONT-STYLE: normal; FONT-FAMILY: Arial; COLOR: white; FONT-SIZE: 10px; FONT-WEIGHT: normal;
}
#head {
	background-color: #5fc170;
}
#foot {
	padding: 5px; color: rgb(102, 102, 102); font-size: 12px; margin-top: 40px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; background-color: rgb(244, 244, 244);
}
.ewHighlightSearch {
	color:#CC0033;
}
#searchInput {
	MARGIN-TOP: 3px; WIDTH: 100%; MARGIN-BOTTOM: 3px; HEIGHT: 25px
}
.item {
	padding: 5px; color: rgb(102, 102, 102); font-size: 12px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}

/*重要语句，控制搜索框和按钮在同一行*/
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

html, body {
	height: 100%;
}
body{
	margin: 0;
	color: #000;
	background-color: rgb(255,255,255);
	/*ios浏览器横屏时会重置字体大小*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.btn, input.input-txt, textarea{
	/*屏蔽ios和android下点击元素时出现的阴影*/
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* iOS */
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
body, button, input, select, textarea {
    font: 12px/1.6 "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
/*appearance 属性允许您使元素看上去像标准的用户界面元素 appearance: normal|icon|window|button|menu|field;*/
input{
	appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}
input[type="checkbox"]{
	appearance:checkbox;
	-ms-appearance:checkbox;
	-webkit-appearance:checkbox;
	-moz-appearance:checkbox;
}
p,dd,dl,ul,li{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
}
a{
	color: #38c;
	text-decoration: none;
}
a img, fieldset, img{
	border:0 none;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea{
	font-size: 16px;
	border:1px solid #cecece;
	background-color: #fcfcfc;
	border-radius: 2px;
	padding: 2px;
	margin-bottom: 20px;
	-webkit-appearance:none;
	resize:none;
}

/*按钮*/
.btn{
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	border: none 0;
	-webkit-user-select: none;
	user-select: none;
}
.btn-white{
	color: #595757;
	background-color: #fcfcfc;
	box-shadow:0 0 0 1px #cfcfcf;
	-webkit-box-shadow:0 0 0 1px #cfcfcf;
}
.btn-green{
	color: #fff;
	background-color: #6cd77e;
	box-shadow:0 0 0 1px #5fc170;
	-webkit-box-shadow:0 0 0 1px #5fc170;
}
.btn-white.hover{
	background-color: #eee;
}
.btn-green.hover{
	background-color: #5fc170;
}

.wrapper {
	/*width: 320px;*/
	width: 100%;
	overflow-x: hidden;
	min-height: 100%;
	margin: 0 auto -62px;
}

#action-menu{
	height: 38px;
	background-color: #f5f5f5;
	list-style: none;
	font-size: 0;
	line-height: 38px;
	letter-spacing:-2px;
	word-spacing:-1px;
}
#action-menu li{
	display: inline-block;
	height: 38px;
	width: 25%;
	font-size: 0;
	vertical-align: middle;
	text-align: center;
	letter-spacing:normal;
	word-spacing:normal;
}
#action-menu li.selected{
	position: relative;
}
#action-menu li.selected span{
	position: absolute;
	height: 1px;
	bottom: 0px;
	display: block;
	left: 0;
	right: 0;
	background-color: #67d07b;
}
#action-menu li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #666666;
}
#action-menu li.cut{
	width: 1px;
	background: url(/static/images/vertical_cut_line.png);
	background-size: 1px 35px;
	background-color: #fff;
}
