/* CSS Document */
* { margin: 0; padding: 0; -webkit-tap-highlight-color:rgba(255,255,255,0);}
body
{
	height:100%;
	width:100%;
	background-color:#EEEEEE;
}
li{
    list-style: none;
}
a{
	color:#333333;
    text-decoration: none;
}
em{
    font-style: normal;
}
.input
{
	border-bottom:solid 1px #EEEEEE;
	border-radius:0px;
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:2.5em;
}
.input label
{
	border:0px;
	line-height:2em;
	padding:0.25em;
	font-size:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	color:#999;
}
.input input
{
	border:0px;
	line-height:2em;
	padding:0.25em;
	font-size:100%;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	z-index:0;
}
.input select
{
	border:0px;
	line-height:2em;
	padding:0.25em;
	padding-top:0.65em;
	padding-bottom:0.65em;
	font-size:100%;
	position:absolute;
	width:auto;
	top:-1px;
	left:0px;
	right:0px;
	z-index:0;
}
.input input:focus
{
	outline:none;
}
/*联动选择*/
.select_parent {
	position: fixed;
	z-index: 99999999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.select_parent > .cover
{
	background-color: #000;
	opacity:0.5;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.select_parent > .title {
	background-color: #333333;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 3em;
	color: #FFF;
	line-height: 3em;
}
.select_parent > .back {
	position: fixed;
	bottom: 0px;
	left: 0px;
	line-height: 2em;
	margin:0.5em;
	background-repeat: no-repeat;
	background-size: 80% 80%;
	color: #FFF;
}
.select_parent > .close {
	float: none;
	font-size: 1em;
	font-weight:normal;
	text-shadow:none;
	opacity: 1;
	
	position: fixed;
	bottom: 0px;
	right: 0px;
	line-height: 2em;
	margin:0.5em;
	background-repeat: no-repeat;
	background-position:center center;
	color: #FFF;
}
.select_parent > .list {
	background-color: #FFF;
	position: fixed;
	top: 50%;
	right: 0px;
	bottom: 3em;
	left: 0px;
	overflow: hidden;
}
.select_parent > .list > .c {
	width: 800%;
	height: 100%;
}
.select_parent > .list > .c > .cc {
	width: 100%;
	height: 100%;
	overflow: auto;
	float: left;
}
.select_parent > .list > .c > .cc > .ditem {
	border-bottom: solid 1px #CCCCCC;
	line-height: 2.5em;
	padding-left: 0.5em;
	margin:0px;
}
.select_parent > .list > .c > .cc > .citem {
	height:1em;
	width:1em;
	float:left;
	border:solid 1px #000000;
}
/*轮播*/
.banner
{
	width:100%;
	position:relative;
	overflow:hidden;
}
.banner > *
{
	position:absolute;
	width:100%;
	top:0px;
	left:-100%;
}
/*表格*/
.table{
	min-width:100%;
	border-bottom:solid 1px #666666;
	background-color:#FFFFFF;
}
.table > thead > tr >td
{
	line-height:2.5em;
	font-weight:bold;
	background-color:#BBBBBB;
	border:solid 1px #666666;
	color:#333333;
	border-left:0px;
	border-bottom:0px;
}
.table > thead > tr >td > div
{
	padding-left:0.25em;
	padding-right:0.25em;
	word-break: keep-all;
	white-space:nowrap;
}
.table > thead > tr >td:first-child
{
	border-left:solid 1px #666666;
}
.table > tbody > tr:nth-child(odd) >td
{
	line-height:2.5em;
	font-weight:bold;
	border:solid 1px #666666;
	color:#333333;
	border-left:0px;
	border-bottom:0px;
}
.table > tbody > tr:nth-child(odd) >td:first-child
{
	border-left:solid 1px #666666;
}
.table > tbody > tr:nth-child(even) >td
{
	line-height:2.5em;
	font-weight:bold;
	background-color:#DDDDDD;
	border:solid 1px #666666;
	color:#333333;
	border-left:0px;
	border-bottom:0px;
}
.table > tbody > tr:nth-child(even) >td:first-child
{
	border-left:solid 1px #666666;
}
.table > tbody > tr:hover >td
{
	line-height:2.5em;
	font-weight:bold;
	background-color:#DDDDDD;
	border:solid 1px #666666;
	color:#333333;
	border-left:0px;
	border-bottom:0px;
}
.table > tbody > tr:hover >td:first-child
{
	border-left:solid 1px #666666;
}
.table > tbody > tr >td > div
{
	padding-left:0.25em;
	padding-right:0.25em;
	word-break: keep-all;
	white-space:nowrap;
}
.table > tfoot
{
	bottom:0px;
	width:100%;
}
.table > tfoot > tr >td
{
	line-height:2.5em;
	font-weight:bold;
	background-color:#BBBBBB;
	border:solid 1px #666666;
	color:#333333;
	border-left:0px;
	border-bottom:0px;
}
.table > tfoot > tr >td > div
{
	padding-left:0.25em;
	padding-right:0.25em;
	word-break: keep-all;
	white-space:nowrap;
}
.table > tfoot > tr >td:first-child
{
	border-left:solid 1px #666666;
}
/*滚动*/
.scroll
{
	position:relative;
	width:100%;
	overflow:hidden;
}
