@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
html,
body,
#container {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
@media screen and (max-width: 321px) {
  html,
  body,
  #container {
    font-size: 12px;
  }
}
.clear {
  clear: both;
}

.searchBg {
  width: 100%;
  height: 50px;
  background: #0cba70;
  padding-top: 10px;
  box-shadow: 0px 5px 12px 0px rgba(207, 226, 218, 1);
}
.search {
  overflow: hidden;
  box-flex: 1;
  flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.05rem 2px #0cba70, inset 0 2px 5px rgba(0, 0, 0, 0.15),
    inset 0 0 0 0.05rem rgba(0, 0, 0, 0.1),
    0 0.05rem 0.05rem 0 hsla(0, 0%, 100%, 0.1);
  color: #333;
  height: 36px;
  border-radius: 36px;
  border: 1px solid #0cba70;
  width: 96%;
  margin: 0 auto;
}
.search input {
  font-size: 1.1rem;
  height: 100%;
  padding-left: 40px;
  background: none;
  border: none;
  width: 100%;
  color: #555;
}
.icon-search {
  background: url('../images/search.png') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 20px;
  background-repeat: no-repeat;
}
.input-search {
  position: absolute;
  left: 10px;
  top: 8px;
}
#searchList {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 6px;
  padding-top: 6px;
}
#searchList li {
  width: 100%;
  list-style: none;
  font-size: 1.1rem;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  background: url('../images/link.png') no-repeat right;
  background-size: 42px;
}
#searchList li:last-child {
  border-bottom: none;
}
#searchList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #424242;
  text-decoration: none;
}
#searchList li p {
  font-weight: bold;
  float: left;
  padding-right: 12px;
}
#searchList li font {
  font-size: 12px;
  color: #999;
}
#searchList li span {
  display: block;
  float: left;
  background: url('../images/bus.png') no-repeat center;
  width: 42px;
  height: 42px;
  background-size: 42px;
}
.back {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 22px;
  background: url('../images/back.png') no-repeat center;
  background-size: 100%;
}
.back a {
  width: 100%;
  height: 100%;
  display: block;
}
header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  width: 96%;
  height: 5rem;
  margin: 0 auto;
  line-height: 5rem;
  text-align: center;
}
.stationInfo {
  width: 96%;
  height: 95px;
  background: #0cba70;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0px 5px 12px 0px rgba(207, 226, 218, 1);
}
.stationInfo section {
  padding: 20px;
  position: relative;
}
.stationName {
  height: 32px;
  line-height: 32px;
}

.stationName font {
  color: #fff;
  font-size: 1.2rem;
}
#timeStation {
  color: rgba(255, 255, 255, 0.8);
  float: left;
  margin-top: 6px;
}
.stationName span {
  width: 26px;
  height: 16px;
  display: inline-block;
  background: url('../images/right.png') no-repeat;
  background-size: 100%;
}
#timeStation span {
  padding-right: 6px;
  padding-left: 6px;
}
#timeStation span:first-child {
  padding-left: 0px;
}
.changeDir {
  width: 21px;
  height: 19px;
  background: url('../images/change.png') no-repeat center;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.stationList {
  width: 96%;
  margin: 20px auto;
}
.stationList ul {
  width: 85%;
  margin: 0 auto;
  border-left: 2px solid rgba(241, 241, 241, 0.98);
  list-style: none;
}
.stationList ul li {
  width: 95%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #737675;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.stationList ul li i {
  font-weight: bold;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  font-size: 0.9rem;
}
.stationList ul li:first-child {
  color: #11bb73;
}
.stationList ul li:last-child {
  color: #ff7c5d;
}
.stationList ul li span {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: url('../images/bottom.png') no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -17px;
  top: 16px;
}
.stationList ul li:first-child span {
  font-size: 10px;
  background: rgb(5, 189, 112);
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  left: -21px;
  top: 11px;
  border: 3px solid #b5e6d1;
}
.stationList ul li:last-child span {
  font-size: 10px;
  background: rgb(255, 123, 87);
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  left: -21px;
  top: 11px;
  border: 3px solid rgb(255, 188, 170);
}

.endStation span {
  font-size: 10px !important;
  background: rgb(255, 123, 87) !important;
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
  color: #fff !important;
  left: -21px !important;
  top: 11px !important;
  border: 3px solid rgb(255, 188, 170) !important;
}
.stationNormal span {
  display: block !important;
  color: #fff !important;
  font-size: 10px !important;
  text-align: center !important;
  background: url('../images/bottom.png') no-repeat center !important;
  background-size: 100% !important;
  border-radius: 50% !important;
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
  left: -17px !important;
  top: 16px !important;
  border: none !important;
}
.endStation {
  color: #ff7c5d !important;
}
.stationNormal {
  color: #737675 !important;
}

.notice_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
}
.notice {
  height: auto;
  width: 90%;
  background: #fff;
  position: relative;
  z-index: 9999;
  margin: auto;
  border-radius: 12px;
  padding: 20px 0px 0px 0px;
}
.notice_title {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.notice p {
  padding: 0px 12px;
  line-height: 28px;
  margin-bottom: 6px;
  font-size: 15px;
}
.notice_button {
  background: #11bb73;
  height: 52px;
  color: #fff;
  border-radius: 0px 0px 12px 12px;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
}
.time-img {
  display: inline-block;
  background: url('../images/time.png') no-repeat center !important;
  background-size: 100% !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px 0;
}
.time {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.time:active {
  opacity: 0.7;
}
.tips {
  font-size: 14px;
  background-color: #d7e8fa;
  color: #4983d7;
  line-height: 50px;
  text-align: center;
}
.flex {
  display: flex;
}

.jc {
  justify-content: center;
}

.ac {
  align-items: center;
}

.go {
  background: url('../images/right.png') no-repeat 100% 100%;
  background-size: 100% 100%;
  height: 15px;
  width: 20px;
  margin-bottom: 3px;
}
.station {
  padding: 10px 0;
  font-weight: bolder;
}
.station div {
  padding: 0 10px;
}

.time-block {
  padding: 0 10px 15px;
  font-size: 12px;
}
.time-block .icon {
  padding: 3px 5px;
  color: #fff;
  border-radius: 8px;
}
.time-block .green {
  background-color: #91e6b5;
}
.time-block .orange {
  background-color: #f3ad50;
}
.time-block .hour {
  padding: 0 10px;
  font-weight: bold;
}
.bg-block {
  background: #f7f8fa;
  height: 10px;
}
.card {
  padding: 10px 10px 0;
}
.card .card-title {
  font-size: 16px;
  font-weight: 600;
}
.card .card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.card .card-list .item {
  padding: 10px 20px;
  color: #666;
  background: #f6f7f9;
	text-align: center;
	margin:10px 5px 0 0;
	font-weight: 600;
}
