body {
	list-style: none; margin: 0px 2px; border: 0px currentColor; border-image: none; font-family: helvetica; font-size: 12px; -webkit-user-select: none; -webkit-text-size-adjust: none;
}
ul {
	list-style: none; margin: 0px 5px; padding: 0px; border: 0px currentColor; border-image: none; float: left; display: inline;
}
li {
	list-style: none; margin: 0px 5px; padding: 0px; border: 0px currentColor; border-image: none; float: left; display: inline;
}
a {
	color: rgb(0, 0, 0); text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 0); text-decoration: none;
}
.showid {
	text-align: center;
}
.showid img {
	margin: 0px auto; border-radius: 5px; width: 45px; height: 45px; display: flex;
}
#header {
	padding: 0px; left: 0px; top: 0px; width: 100%; height: 40px; text-align: center; color: rgb(238, 238, 238); line-height: 40px; font-size: 14px; float: left; position: absolute;
}
#header .header_back {
	margin: 0px auto; width: 45px; text-align: center; font-size: 14px; float: left;
}
#header .header_colse {
	margin: 0px auto; width: 45px; text-align: center; font-size: 14px; float: left;
}
#header .header_searchinput {
	
}
#header .header_searchinput .search-input {
	border-color: rgb(62, 137, 201); border-radius: 5px; top: 1px; width: calc(100% - 95px); height: 39px; text-align: left; bottom: 1px; color: rgb(0, 0, 0); line-height: 32px; font-size: 12px; vertical-align: middle; float: left; position: relative;
}
#header .header_search {
	margin: 0px auto; width: 45px; text-align: center; right: 0px; font-size: 14px; position: absolute;
}
#header a {
	color: rgb(243, 243, 243); font-weight: bold; text-decoration: none; text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
}
#footer {
	padding: 0px; left: 0px; width: 100%; height: 55px; bottom: 0px; border-top-color: rgb(102, 102, 102); border-top-width: 1px; border-top-style: solid; float: left; position: absolute;
}
#footer div {
	float: left; max-height: 55px;
}
#footer .btnok {
	background: rgb(255, 87, 34); width: 50px; height: 55px; text-align: center; right: 0px; line-height: 55px; position: absolute; z-index: 999;
}
#footer ul {
	margin: 1px 5px; width: calc(100% - 55px); bottom: 1px; position: absolute; max-height: 55px;
}
#footer ul li {
	list-style: none; text-align: center; padding-right: 5px; font-size: 8px; float: left;
}
#footer ul li img {
	border-radius: 5px; width: 30px; height: 30px;
}
#wrapper {
	background: rgb(255, 255, 255); left: 0px; top: 40px; width: 100%; bottom: 55px; overflow: auto; position: absolute; z-index: 1;
}
#scroller {
	padding: 0px; width: 100%; float: left; position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#scroller ul {
	list-style: none; margin: 0px; padding: 0px; width: 100%; text-align: left; position: relative;
}
#scroller li {
	margin: 0px; padding: 0px 10px; height: 45px; line-height: 45px; font-size: 14px; border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: solid; float: none; display: block; background-color: rgb(255, 255, 255);
}
#scroller li .listCheckbox {
	margin: 15px 3px; top: -5px; width: 20px; height: 20px; position: relative; z-index: 99;
}
#scroller li .listImg {
	border-radius: 2px; width: 35px; height: 35px; text-align: center; line-height: 40px; margin-top: 5px; vertical-align: middle; position: absolute;
}
#scroller li .listName {
	margin: -50px 70px; height: 35px; text-align: left; line-height: 40px; position: relative;
}
#scroller li .listTime {
	background: url("../../images/arrow_right.png") no-repeat right; width: 12px; height: 17px; right: 0px; margin-top: 25px; position: absolute;
}
#scroller li > a {
	margin: -53px 70px; color: rgb(0, 0, 0); text-decoration: none; display: block;
}
#scroller li > a:hover {
	color: rgb(255, 0, 0); text-decoration: none;
}
#pullDown {
	background: rgb(255, 255, 255); padding: 5px 10px; height: 40px; color: rgb(136, 136, 136); line-height: 40px; font-size: 14px; font-weight: bold; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
#pullUp {
	background: rgb(255, 255, 255); padding: 5px 10px; height: 40px; color: rgb(136, 136, 136); line-height: 40px; font-size: 14px; font-weight: bold; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
#pullDown .pullDownIcon {
	background: url("../../images/pull-icon.png") no-repeat 0px 0px / 40px 80px; width: 40px; height: 40px; float: left; display: block; -webkit-background-size: 40px 80px; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 250ms;
}
#pullUp .pullUpIcon {
	background: url("../../images/pull-icon.png") no-repeat 0px 0px / 40px 80px; width: 40px; height: 40px; float: left; display: block; -webkit-background-size: 40px 80px; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 250ms;
}
#pullDown .pullDownIcon {
	-webkit-transform: rotate(0deg) translateZ(0);
}
#pullUp .pullUpIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
}
.flip#pullDown .pullDownIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
}
.flip#pullUp .pullUpIcon {
	-webkit-transform: rotate(0deg) translateZ(0);
}
.loading#pullDown .pullDownIcon {
	background-position: 0px 100%; -webkit-transition-duration: 0ms; -webkit-transform: rotate(0deg) translateZ(0); -webkit-animation-name: loading; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
}
.loading#pullUp .pullUpIcon {
	background-position: 0px 100%; -webkit-transition-duration: 0ms; -webkit-transform: rotate(0deg) translateZ(0); -webkit-animation-name: loading; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
}
