/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.top-nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.top-nav .top-bar {
  overflow: hidden;
  height: 40px;
  list-style: none;
  border-bottom: 1px solid #cc5200;
  background: #f60;
}
.top-nav .top-bar div {
  text-align: center;
}
.top-nav .top-bar div a {
  line-height: 40px;
  color: #fff;
}
.top-nav .top-bar div.back {
  float: left;
  width: 40px;
  height: 40px;
  border-right: 1px solid #e65c00;
}
.top-nav .top-bar div.back a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.back a:hover {
  background-color: #e05a00;
}
.top-nav .top-bar div.title {
  font-size: 24px;
  height: 40px;
  margin: 0 83px 0 41px;
  border-left: 1px solid #ff751a;
  border-right: 1px solid #e65c00;
}
.top-nav .top-bar div.title a {
  font-size: 18px;
  font-weight: 800;
  display: block;
  width: 130px;
  height: 40px;
  margin: auto;
  text-align: right;
  text-decoration: none;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -120px;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.list {
  float: right;
  overflow: hidden;
  width: 83px;
  height: 40px;
}
.top-nav .top-bar div.list a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}
.top-nav .top-bar div.list a.home {
  border-left: 1px solid #ff751a;
  border-right: 1px solid #e65c00;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -40px;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.list a.home:hover {
  background-color: #e05a00;
}
.top-nav .top-bar div.list a.dropdown {
  border-left: 1px solid #ff751a;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -80px;
  background-repeat: no-repeat;
}
.top-nav .top-bar div.list a.dropdown:hover {
  background-color: #e05a00;
}
.top-nav .menu {
  padding: 5px 10px;
  clear: both;
}
.top-nav .menu a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 3px 0;
  color: #555;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.top-nav .menu a:hover {
  color: #f60;
}
.top-nav .menu a.active {
  color: #fff;
  background: #f60;
  border-radius: 3px;
}
.index-nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.index-nav .top-bar {
  overflow: hidden;
  height: 40px;
  list-style: none;
  border-bottom: 1px solid #cc5200;
  background: #f60;
}
.index-nav .top-bar .bdb-logo {
  padding-left: 15px;
  height: 40px;
  float: left;
  width: 80px;
  background-image: url(../images/icons.png);
  background-size: 80px 160px;
  background-position: 0 -120px;
  background-repeat: no-repeat;
}
.index-nav .top-bar .city-label {
  float: right;
  padding-right: 15px;
}
.index-nav .top-bar .city-label a {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.index-nav .top-bar .city-label a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
/* 底部信息 */
footer {
  clear: both;
  margin-top: 10px !important;
  color: #999;
  background: #333;
}
footer .footer-menu a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 3px 0;
  color: #aaa;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
footer .footer-menu a:hover {
  color: #f60;
}
footer .footer-info {
  padding: 15px 0;
  background: #222;
}
footer .link {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
footer .link a {
  color: #aaa;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
}
/* main */
body {
  background: #f4f4f4;
  color: #252525;
}
.orange {
  color: #f60;
}
.container {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}
.clearfix {
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.more-btn {
  margin: -12px 5px 15px;
  background: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #f60;
  text-decoration: none;
}
.breadcrumb {
	margin-bottom: 2px;
	font-size: 16px;
	background: #fff;
	line-height: 24px;
	padding: 0 10px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #999;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	position: fixed;
    top: 40px;
    width: 100%;
	z-index:999;
}

.breadcrumb a {
	display: inline-block;
	padding: 8px 15px 8px 3px;
	color : #555;
	text-decoration: none;
	background: url(/touch/v2/images/arrow.png) center right no-repeat;
    background-size: contain;
	font-size:16px;
}
.sec-head {
  padding: 0 10px;
  border-bottom: 2px solid #f60;
}
.sec-head h2 {
  font-size: 24px;
  color: #f60;
  margin-bottom: 10px;
}

.heading h1 {
  margin: 20px 0 5px 0;
  padding: 0 10px;
  color: #222;
  font-size: 22px;
}
.heading .heading-info {
  padding: 0 10px 5px 10px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.content {
  padding: 0 10px 10px 10px;
  line-height: 30px;
}
.content p {
  text-align: justify;
  text-indent: 28px;
}
.page {
  font-size: 12px;
  line-height: 24px;
  display: block;
  clear: both;
  overflow: hidden;
  padding: 22px 10px;
}
.page a {
  display: inline-block;
  width: 58px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  color: #252525;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  margin-right: 5px;
}
.page a:hover {
  color: #f60;
}
.page a.disabled {
  cursor: default;
  color: #ccc;
}
.page a.all {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #31b0d5;
}
.page .page-no {
  line-height: 24px;
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  color: #999;
}
.rec {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ffffff;
}
.rec a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.rec a:hover h2 {
  color: #f60;
}
.rec-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px;
}
.rec-item h2 {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  font-weight: bold;
  overflow: hidden;
}
.rec-item p {
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.rec-item p span {
  margin-right: 20px;
  line-height: 14px;
  vertical-align: baseline;
}
.rec-item p .iconfont {
  margin-right: 5px;
}
.info-list-heading {
  margin-top: 10px;
  overflow: hidden;
}
.info-list-heading h2 {
  margin: 5px 0;
  border-left: 8px solid #f60;
  padding: 0 10px;
  float: left;
  height: 20px;
  font-weight: 800;
  font-size: 18px;
  color: #f60;
  line-height: 20px;
  overflow: hidden;
}
.info-list-body {
  padding: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ffffff;
}
.info-list-body li {
  line-height: 36px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px;
  height: 36px;
  overflow: hidden;
}
.info-list-body li a {
  color: #252525;
  text-decoration: none;
}
.info-list-body li a:hover {
  color: #f60;
}
.info-list-body li span {
  color: #f60;
}
.index-menu-list {
  padding: 5px;
  clear: both;
}
.index-menu-list a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  height: 26px;
  padding: 0px;
  margin: 3px 0;
  color: #555;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.index-menu-list a:hover {
  color: #f60;
}
.index-menu-list a.active {
  color: #fff;
  background: #f60;
  border-radius: 3px;
}
#slides {
  padding: 0 10px;
  display: none;
}
#slides .slide-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide-wrap span {
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 6px;
  height: 0;
  padding-top: 6px;
  background-image: url(../images/pagination.png);
  background-size: 6px 18px;
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -6px;
}
.slidesjs-pagination li a:hover {
  background-position: 0 -12px;
}
.index-list-heading {
  margin-top: 10px;
  overflow: hidden;
}
.index-list-heading h2 {
  margin: 5px 0;
  border-left: 8px solid #f60;
  padding: 0 10px;
  float: left;
  height: 24px;
  font-weight: 800;
  font-size: 22px;
  color: #f60;
  line-height: 22px;
  overflow: hidden;
}
.index-list-heading .sub-chanel {
  margin: 5px 0;
  float: right;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.index-list-heading .sub-chanel a {
  font-size: 16px;
  display: inline-block;
  padding: 0 2px;
  color: #666;
  text-decoration: none;
}
.index-list-body {
  padding: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ffffff;
}
.index-list-body li {
  line-height: 36px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px;
  height: 36px;
  overflow: hidden;
}
.index-list-body li a {
  color: #252525;
  text-decoration: none;
}
.index-list-body li a:hover {
  color: #f60;
}
.index-list-body li span {
  color: #f60;
}
.shotcut {
  margin: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ffffff;
}
.shotcut .shotcut-wrap {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
.shotcut .shotcut-wrap ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.shotcut .shotcut-wrap ul li {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}
.shotcut .shotcut-wrap ul li a {
  display: block;
  padding: 8px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
.shotcut .shotcut-wrap ul li a .ico {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin: 0 auto;
  background-image: url(../images/icons.jpg);
  background-size: 50px 400px;
  background-repeat: no-repeat;
}
.shotcut .shotcut-wrap ul li a .ico.ico-bus {
  background-position: 0 0;
}
.shotcut .shotcut-wrap ul li a .ico.ico-metro {
  background-position: 0 -50px;
}
.shotcut .shotcut-wrap ul li a .ico.ico-keche {
  background-position: 0 -100px;
}
.shotcut .shotcut-wrap ul li a .ico.ico-geshui {
  background-position: 0 -150px;
}
.shotcut .shotcut-wrap ul li a .ico.ico-shebao {
  background-position: 0 -200px;
}
.shotcut .shotcut-wrap ul li a .ico.ico-weizhang {
  background-position: 0 -250px;
}
.shotcut .shotcut-wrap ul li a .ico.ico-huoche {
  background-position: 0 -300px;
}
.shotcut .shotcut-wrap ul li a span {
  white-space: nowrap;
  line-height: 18px;
  font-size: 12px;
  color: #666;
}
.sec-list {
  margin-bottom: 20px;
}
.sec-list-heading {
  margin: 10px 0;
  overflow: hidden;
}
.sec-list-heading h2 {
  margin: 5px 0;
  border-left: 8px solid #f60;
  padding: 0 10px;
  float: left;
  height: 24px;
  font-weight: 800;
  font-size: 22px;
  color: #f60;
  line-height: 24px;
  overflow: hidden;
}
.sec-list-body {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}
.sec-list-body .list-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 10px;
}
.sec-list-body .list-item img {
  width: 90px;
  height: 65px;
  float: left;
  border: none;
}
.sec-list-body .list-item img ~ dl {
  margin-left: 100px;
}
.sec-list-body .list-item dl {
  margin: 0;
  height: 70px;
}
.sec-list-body .list-item dl dt {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
.sec-list-body .list-item dl dt a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.sec-list-body .list-item dl dd {
  margin: 0;
  padding: 5px 0 0;
  color: #777;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-size: 13px;
}


input{
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
     -moz-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
       -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
          transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  color: #333333;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  -webkit-appearance: none;
}
.input-group {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.input-group i {
  font-style: normal;
  line-height: 20px;
  position: absolute;
  top: 1px;
  display: block;
  height: 20px;
  margin: 10px 0;
  text-align: center;
  color: #888;
}
.input-group input {
  line-height: 20px;
  height: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
}
.input-group.round input {
  border-radius: 20px;
}
.input-group.prefix-icon i {
  left: 10px;
  width: 20px;
  padding-right: 5px;
}
.input-group.prefix-icon input {
  padding-left: 45px;
  border: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.input-group.prefix-icon input:focus {
  -webkit-box-shadow: 0 0 5px #777777;
          box-shadow: 0 0 5px #777777;
}
.input-group.prefix-txt-1 i {
  left: 10px;
  width: 20px;
  padding-right: 5px;
  border-right: 1px solid #e0e0e0;
}
.input-group.prefix-txt-1 input {
  padding-left: 45px;
}
.input-group.prefix-txt-2 i {
  left: 10px;
  width: 40px;
  padding-right: 5px;
  border-right: 1px solid #e0e0e0;
  font-size: 12px;
}
.input-group.prefix-txt-2 input {
  padding-left: 65px;
}
.input-group.prefix-txt-3 i {
  left: 10px;
  width: 60px;
  padding-right: 5px;
  font-size: 12px;
  border-right: 1px solid #e0e0e0;
}
.input-group.prefix-txt-3 input {
  padding-left: 85px;
}
.input-group.prefix-txt-4 i {
  left: 10px;
  width: 80px;
  padding-right: 5px;
  font-size: 12px;
  border-right: 1px solid #e0e0e0;
}
.input-group.prefix-txt-4 input {
  padding-left: 105px;
}
.input-group.suffix-icon i {
  right: 10px;
  width: 20px;
  padding-left: 5px;
}
.input-group.suffix-icon input {
  padding-left: 10px;
  padding-right: 45px;
  border: 0;
}
input:focus{
  outline: none;
}
.search-item-box{
  padding:5px;
}
.spacer{
    margin: 5px;
    border-bottom: 1px solid #E0E0E0;
}

.btn {
  line-height: 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all;
     -moz-transition: all;
       -o-transition: all;
          transition: all;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  text-align: center;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.btn.btn-sm {
  line-height: 30px;
  height: 30px;
}
.btn.btn-xs {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.btn.btn-block {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #428bca;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  color: #ffffff;
  background-color: #3071a9;
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  opacity: 0.35;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active {
  background-color: #428bca;
}
.btn.btn-info {
  color: #ffffff;
  background-color: #1fbdda;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active {
  color: #ffffff;
  background-color: #1996ad;
}
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  opacity: 0.35;
}
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled]:active,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled].active {
  background-color: #1fbdda;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table tr:hover {
  background: #f5f5f5;
}
.table tr th,
.table tr td {
  line-height: 20px;
  padding: 6px;
  text-align: left;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table tr th{
  font-weight: bold;
}

.result-box{
  padding:5px;
}

.back_to_top{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-image: url(/touch/v2/images/top.png);
	background-color:rgba(0,0,0,0.5);
	background-size:44px 44px;
	position: fixed;
	bottom: 200px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	display:none;
}

.back_to_feed{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	position: fixed;
	bottom: 155px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-weight:bold;
	font-family:Arial;
	line-height:44px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:14px;
	text-decoration:none;
	text-align:center;
	display:none;
}