* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #999999;
}
ul {
  list-style: none;
}
img {
  border: 0;
}
html {
  font-family: "微软雅黑";
}
body {
  /* overflow-y: scroll; */
  /* min-width: 750px; */
  /* background-image: url("./../app-img/app-bj@2x.png");
  background-size: cover; */
  position: relative;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 680px;
}
#mengban {
  display: none;
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 99;
}
#menu {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 650px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 99;
  border-radius: 20px 0 0 20px;
  overflow-y: auto;
}

/* 菜单搜索 */
.menu_header {
  height: 64px;
  margin: 100px 50px;
  border-radius: 10px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.menu_header > input {
  margin-left: 5px;
  width: 90%;
  font-size: 28px;
  color: #999;
  background-color: #f5f5f5;
  border: none;
  outline: none;
  letter-spacing: 4px;
}

.menu_content > ul {
  margin: 0 50px;
}

/* 菜单列表激活样式 */
#menu_ul1 > li > .active {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #00b569, 50%, #00cdc1);
}
#menu_ul1 > li > a:hover {
	margin-bottom:0;
  /* color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #00b569, 50%, #00cdc1); */
}
#menu_ul2 > li > .active {
  background-color: #ececec;
  font-weight: bold;
}
#menu_ul2 > li > a:hover {
  background-color: #ececec;
  font-weight: bold;
}
#menu_ul3 > li > .active {
  color: #00cd91;
  font-weight: bold;
}
#menu_ul3 > li > a:hover {
  color: #00cd91;
  font-weight: bold;
}
.menu_content > ul > li > a {
  height: 100px;
  /* margin: 0 30px; */
  border-radius: 10px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ul1 */
#menu_ul1 {
  /* margin: 0 30px; */
  /* background-color: #f8f8f8; */
}
#menu_ul1 > li {
  overflow: hidden;
  border-radius: 10px;
  /* background-color: #f8f8f8; */
}
#menu_ul1 > li > a {
  padding: 0 30px;
  height: 100px;
  line-height: 100px;
  color:#333333;
  /* font-weight: bold; */
}
/* 2 */
#menu_ul2 {
  display: none;
  /* margin: 0 60px; */
  font-size: 28px;
  /* font-weight: normal; */
  color: #666;
}
#menu_ul2 > li {
  background-color: #f8f8f8;
}
#menu_ul2 > li > a {
  height: 80px;
  line-height: 80px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 3 */
#menu_ul3 {
  display: none;
  font-size: 28px;
  /* font-weight: bold; */
  color: #666;
}
#menu_ul3 > li {
  background-color: #f8f8f8;
}
#menu_ul3 > li > a {
  /* height: 80px; */
  line-height: 80px;
  margin: 0px 90px;
}

.g-header {
  height: 88px;
  display: flex;
  flex-wrap: nowrap;
  /* margin-top: 88px; */
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.header_logo {
  width: 450px;
  height: 40px;
}
/* 首页菜单 */
.header_menu {
  margin: 24px 0;
  /* background-color: red; */
}

.banner {
  width: 100%;
  position: relative;
  /* background-image: url('./../app-img/app-banner@2x.png'); */
}
.banner > .banner_bg {
  width: 100%;
  height: 440px;
  overflow: hidden;
  box-sizing: border-box;
  /* border: 1px solid red; */
}
.swiper-container_banner {
  width: 100%;
  height: 440px;
  /* background: none; */
  /* border: 2px solid #ececec; */
}

.swiper-container_banner .swiper-item {
  /* border-radius: 10px; */
  overflow: hidden;
  background-color: #f8f8f8;
  /* margin-bottom: 100px; */
  /* border: 1px solid #ececec; */
}
.swiper-container_banner .swiper-item > img {
  width: 100%;
  height: 440px;
}

.swiper-slide {
  /* width: 80% !important; */
  /* height: 80%; */
  /* border: 1px solid red; */
}

/* 轮播按钮样式 */
/* 未激活 */
.swiper-container_banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 11;
}
/* 激活 */
.swiper-container_banner .swiper-pagination-bullet-active {
  width: 30px;
  height: 16px;
  background: #ffffff;
  border-radius: 8px;
  z-index: 11;
}

.gsDiv > div {
  box-shadow: 0px 17px 24px -24px #000;
}

.banner > .banner_gs {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  display: flex;
  justify-content: center;
  z-index: 2;
  /* padding: 0 30px; */
}
.gsDiv {
  /* width:90% ; */
  width: 100%;
  /* border: 1px solid red; */
  /* position: relative; */
  padding: 0 30px;

  /* margin: 0 auto; */
}
.gsDiv > div {
  /* border: 1px solid red; */
  width: 100%;
  height: 84px;
  background-image: url("./../app-img/icon-app-gs-bj@2x.png");
  background-size: cover;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  /* box-shadow:  10px 2px 2px #888888; */
}

.gsDiv_img {
  margin-left: 76px;
}
.gs_news {
  width: 74%;
  font-size: 28px;
  color: #333333;
  /* text-align: center; */
  margin-left: 20px;
  overflow-x:hidden;
  height: 84px;
  /* border: 1px solid red; */
}
/* 路线查询 */
.line_Search {
  width: 100%;
   /* padding: 0 30px;*/
}
.line_Search .head_img {
  /* width: 100%; */
  height: 90px;
  background-image: url("./../app-img/icon-app-bj@2x.png");
  background-size: cover;
  display: flex;
  align-items: center;
  margin:0 30px;
}
.line_Search .head_img > span {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.search_input {
  height: 70px;
  margin:52px 30px 0 30px;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  position: relative;
}
.search_input > .img {
  height: 70px;
}
.search_input > .form-select {
  width: 92%;
  /* margin-left: 20px; */
  height: 80px;
  line-height: 80px;
  border-radius: 8px;
  /* padding-left: 20px; */
  font-size: 28px;
  color: #999999;
  letter-spacing: 6px;
  text-indent: 20px;
  box-sizing: border-box;
  border: 1px solid #9c9b9b;
}
.search_input > .imgDown {
  position: absolute;
  top: 25px;
  right: 18px;
}
.onSearch {
  display: block;
  height: 80px;
  line-height: 80px;
  margin: 40px 30px;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  background: linear-gradient(to right, #00b569, 50%, #00cdc1)#00cdc1;
  border-radius: 10px;
}
.carStuts {
  width: 100%;
  height: 36px;
  line-height: 36px;
  /* margin: 0 30px; */
  display: flex;
  justify-content: center;
  font-size: 28px;
  letter-spacing: 6px;
}
.carStuts > .today {
  /* width: 30%; */
  text-align: center;
  color: #333333;
  margin-right: 20px;
}
.carStuts > .tips {
  /* width: 30%; */
  text-align: center;
  color: #5cc995;
}
/* 线路选择 */
#stationpanel {
  display: none;
  height: 700px;
  /* overflow: hidden; */
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 70px;
  width: 90%;
  background-color: #fff;
  z-index: 999;
}
#stationpanel > ul > li {
  font-size: 28px;
  color: #333333;
  /* margin: 50px 40px; */
}
/* 隐藏 */
#stationpanel > ul > li > :last-child {
  display: none;
  margin: 0 40px;
}
#stationpanel > ul > li > :first-child {
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/* 车站box */
.lineStation-box {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-top: 30px;
}
.lineStation-box > a {
  display: block;
  font-size: 24px;
  color: #333;
  width: 30%;
  margin-right: 3%;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
/* 线路激活样式 */
.lineActive {
  background-color: rgba(0, 205, 145, 0.1);
}
/* 车站 激活样式 */
.huan .lineStation-box .active {
  color: #fff;
  background-color: #cdc10a;
}
.lineOne .lineStation-box .active {
  color: #fff;
  background-color: #8e2644;
}
.lineTow .lineStation-box .active {
  color: #fff;
  background-color: green;
}
.lineThree .lineStation-box .active {
  color: #fff;
  background-color: #082a80;
}
.lineFour .lineStation-box .active {
  color: #fff;
  background-color: #ed8f02;
}
.lineFive .lineStation-box .active {
  color: #fff;
  background-color: #0198db;
}
.lineSix .lineStation-box .active {
  color: #fff;
  background-color: #eb6385;
}
.lineNine .lineStation-box .active {
  color: #fff;
  background-color: #8d2342;
}
.lineGuoBo .lineStation-box .active {
  color: #fff;
  background-color: #eb6385;
}
.lineTen .lineStation-box .active {
  color: #fff;
  background-color: #5a2b8d;
}
.lineEighty .lineStation-box .active {
  color: #fff;
  background-color: #37d5ca;
}
/* 便捷服务 */
.service {
  width: 100%;
  margin-top: 100px;
  /*padding: 0 30px;*/
}
.service > .head_img {
  /* width: 100%; */
  height: 90px;
  background-image: url("./../app-img/icon-app-bj@2x.png");
  background-size: cover;
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.service > .head_img > span {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.service > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
    margin: 50px 30px 0 30px;
  /* border: 1px solid red; */
}
.service > ul > li {
  width: 20%;
  /* list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 28px;
    color: #2f2f2f; */
  /* justify-content: space-between; */
  /* justify-content: center; */

  /* font-weight: bold; */
  /* border: 1px solid red; */
}
.service > ul > li > a {
  display: block;
  /* width: 20%; */
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: space-between; */
  /* justify-content: center; */
  font-size: 28px;
  color: #2f2f2f;
  /* font-weight: bold; */
  /* border: 1px solid red; */
}
.service > ul > li > a > img {
  margin-bottom: 20px;
}
.head_img {
  /* width: 100%; */
  height: 90px;
  background-image: url("./../app-img/icon-app-bj@2x.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}
.head_img > span {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.head_img > div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 12%;
  font-size: 24px;
  color: #999999;
}
/* 图片新闻 */
.imgNews {
  width: 100%;
  margin-top: 100px;
 /* padding: 0 30px;*/
}
.imgNews > .head_img {
  /* width: 100%; */
  height: 90px;
  background-image: url("./../app-img/icon-app-bj@2x.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}
.imgNews > .head_img > span {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.imgNews > .head_img > div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 12%;
  font-size: 24px;
  color: #999999;
}
/* swiper */

.swiper-box {
  margin: 52px 30px 0 30px;
  /* background-color: rgb(184, 180, 180); */
}
.swiper-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f8f8;
  margin-bottom: 100px;
  border: 1px solid #ececec;
}
.swiper-item > img {
  width: 100%;
  height: 580px;
}
.swiper-item > span {
  margin: 0 30px;
  margin-top: 20px;
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-item > p {
  margin: 0 30px;
  margin-top: 10px;
  display: block;
  font-size: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-item > div {
  margin: 0 30px;
  margin-top: 32px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #999999;
}
.swiper-item > div > span {
  font-size: 28px;
  color: #999999;
}
.swiper-container {
  width: 100%;
  /* height: 400px; */
  background: none;
  /* border: 2px solid #ececec; */
}
.swiper-slide {
  /* width: 80% !important; */
  height: 80%;
  /* border: 1px solid red; */
}
/* 轮播按钮样式 */
/* 未激活 */
.imgNews .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid #9c9a9a;
  border-radius: 50%;
  opacity: 1;
}
/* 激活 */
.imgNews .swiper-pagination-bullet-active {
  width: 30px;
  height: 16px;
  background: #5cc995;
  border-radius: 8px;
}

/* 新闻中心 */

.newsCenter {
  width: 100%;
  margin-top: 100px;
  /*padding: 0 30px;*/
}
.newsCenter > .head_img {
  /* width: 100%; */
  height: 90px;
  background-image: url("./../app-img/icon-app-bj@2x.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px ;
}
.newsCenter > .head_img > span {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.newsCenter > .head_img > a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 12%;
  font-size: 24px;
  color: #999999;
}
/* tags */
.activeTag {
  font-weight: bold !important;
  color: #fff !important;
  background-color: #01ce91 !important;
}
.newsCenter > .ul-header {
  display: flex;
  margin: 60px 30px 40px 30px;
  list-style: none;
}
.newsCenter > .ul-header > li {
  width: 140px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-right: 30px;
  background-color: #f5f5f5;
  font-size: 24px;
  color: #999999;
  border-radius: 8px;
}
.newsCenter > .newsBox > .img {
  height: 600px;
  /* background-image: url("./../app-img/app-banner@2x.png"); */
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  /* border: 1px solid red; */
  position: relative;
}
.newsCenter > .newsBox > .img > .meng {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.newsCenter > .newsBox > .img > .meng > p {
  height: 60px;
  line-height: 60px;
  margin: 0 34px;
  font-size: 28px;
  color: #ffffff;
  /* border: 1px solid red; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  /* letter-spacing:10px */
}
.newsCenter > .newsBox > .ul-news {
  /* list-style: circle; */
  /* border: 1px solid red; */
}
.newsCenter > .newsBox > .ul-news > li {
  height: 84px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 26px;
}
.newsCenter > .newsBox > .ul-news > li > span {
  /* width: 200px; */
  /* border: 1px solid red; */
  /* margin-left: 44px; */
}
.newsCenter > .newsBox > .ul-news > li > div {
  width: 78%;
  /* border: 1px solid red; */
  /* margin-right: 44px; */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.newsCenter > .newsBox > .ul-news > li > div > .circle {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #a3a2a2;
  border-radius: 50%;
  /* margin-right: 10px; */
}
.newsCenter > .newsBox > .ul-news > li > div > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox {
  display: none;
}
.activeBox {
  display: block;
}

/* 轨道人生活 */
.life {
  width: 100%;
  margin-top: 100px;
  /*padding: 0 30px;*/
}
.life > .head_img {
  /* width: 100%; */
  height: 90px;
  background-image: url("./../app-img/icon-app-bj@2x.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}
.life > .head_img > span {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.life > .head_img > div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 12%;
  font-size: 24px;
  color: #999999;
}
.life > ul {
  display: flex;
  margin: 0 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.life > ul > li {
  width: 49%;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
  /* height: 200px; */
  overflow: hidden;
}
.life > ul > li > img {
  width: 100%;
  height: 190px;
}
.life > ul > li > p {
  /* width: 100%; */
  height: 68px;
  line-height: 68px;
  padding: 0 20px;
  font-size: 28px;
  color: #333333;
  /* border: 1px solid red; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 10px;
}
main {
  /* padding-bottom: 120px; */
  margin-top: 60px;
   margin-bottom: -60px;
  min-height: 55vh;
  /*background-image: url("./../app-img/app-bj@2x.png");*/
  background-size: cover;
}

.footer {
  width: 100%;
  /* margin-top: 261px; */
  position: absolute;
  bottom: 0;
  left: 0;
  /* top: 0;
  left: 0; */
  /* height: 340px; */
  /* margin-bottom: 0px; */
  /* position: absolute;
  left: 0;
  bottom: 0; */
}
.footerBg {
  position: absolute;
  left: 0;
  top: -261px;
  z-index: -1;
}
.footer_box {
  height: 480px;
  position: relative;
  background-image: url("./../app-img/app-db-bj@2x.png");
}
.footer_box > .footerLine {
  position: relative;
  left: 0;
  top: -10px;
}

.footer_box > ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-ul {
  margin-top: 46px;
}
.img-ul > li {
 margin: 0px 19px;
  position: relative;
}
.img-ul > li .QRcode {
  position: absolute;
  top: -220px;
  left: -50px;
  display: none;
  width: 200px;
  height: 200px;
  border: 1px solid #999;
}
.footer_box > .img-ul > li .active {
  display: block;
}
.text-ul {
  margin-top: 36px;
  font-size: 22px;
  color: #fff;
}
.text-ul > li {
  width: 20%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
  border-left: 1px solid #ffff;
}
.text-ul > li:nth-child(1) {
  border: none;
}

.footer_box > div {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
/* .footer_box>div:nth-child(1){
    margin-top: 36px;
    margin-bottom: 16px;
} */

/* 新闻中心 */
.btn_getMore {
  width: 180px;
  height: 64px;
  display: flex;
  padding: 0 24px;
  font-size:26px;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.btn_getMore > p {
	margin-right:10px;
}
.ul-xwzx > li > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  font-weight: bold;
  font-size: 28px;
  color: #333 !important;
}

/* ----------------访客预约 ---------------*/
.visitorBox {
  display: none;
  /* margin: 0 30px; */
}
.activeBox {
  display: block;
}
.visitorTags {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}
.visitorTags > li {
  width: 48%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #999;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.visitorTags > .activeTag {
}
.item-group {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}
/* 访客填写 */
.visitorBox .ul1 {
}
.visit-list {
  font-size: 28px;
  /* width: 100%; */
  margin: 0 30px;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid gray;
  position: relative;
}
.visit-list > label {
  color: #333;
  /* font-weight: 600; */
}
.visit-list > input {
  width: 70%;
  height: 60px;
  font-size: 28px;
  color: #999;
  text-align: right;
  outline: none;
  border: none;
  white-space: 10px;
}
.visit-list > .requere::before {
  content: "*";
  color: red;
  line-height: 80px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 28px;
}

/* 添加同行人 */
.visite-addBox {
  position: fixed;
  top: 30vh;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 70vw;
  height: 600px;
  background-color: #fff;
  z-index: 999;
  border-radius: 10px;
  /* border: 1px solid gray; */
}
/* 弹框 */
.tongxingInput {
  display: block;
  width: 100%;
  height: 60px;
  outline: none;
  color: #999;
  border: 1px solid #999;
  padding-left: 10px;
  font-size: 28px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.closeMengban {
  display: block;
  width: 30%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #00c49f;
  color: #00c49f;
  font-size: 28px;
}
/* 同行人 */
.tongxingren {
  margin: 0 30px;
}
.tongxingrenBox {
  display: flex;
  height: 100px;
  align-items: center;
}
.tongxingrenBox > .delSpan {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #00cd91;
  margin-right: 20px;
}
/* 性别样式 */
.radioBox {
}

/* 横线 */
.grayLine {
  width: 100%;
  height: 20px;
  background-color: #f8f8f8;
}
/* 预约详情 */
.yy-info {
}
.yy-info > .title {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}

/* ---------------延误告知 --------------*/
.ywgz-textBox {
  margin: 0 30px;
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 40px;
  font-size: 28px;
}
.ywgz-textBox > p {
  display: inline-block;
  margin: 30px 0;
  color: #333;
  line-height: 42px;
}
.ywgz-ul {
  display: flex;
  margin: 0 30px;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 28px;
}
.ywgz-ul > li {
  /* border: 1px solid red; */
  display: flex;
}
.ywgz-ul > li > div {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.ywgz-ul > li:nth-child(1) {
  width: 20%;
}
.ywgz-ul > li:nth-child(2) {
  width: 30%;
}
.ywgz-ul > li:nth-child(3) {
  width: 40%;
}
.ywgz-color-bg {
  background-color: #f8f8f8;
}
.color-green {
  color: #00cd91;
}
.color-red {
  color: #ff0000;
}
.checkHistory {
  width: 70%;
  margin: 0 auto;
  color: #ccc;
  height: 48px;
  border-radius: 8px;
  line-height: 48px;
  border: 1px solid gray;
  font-size: 24px;
}
.ywgz-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
}

.circle-huan {
  border: 4px solid #d2b275;
}
.circle-one {
  border: 4px solid #d7171f;
}
.circle-two {
  border: 4px solid #00853f;
}
.circle-three {
  border: 4px solid #004aba;
}
.circle-four {
  border: 4px solid #f39800;
}
.circle-five {
  border: 4px solid #0299dc;
}
.circle-six {
  border: 4px solid #eb6183;
}
.circle-guobo {
  border: 4px solid #eb6183;
}
.circle-nine {
  border: 4px solid #811c2b;
}
.circle-ten {
  border: 4px solid #5a2a8d;
}
.circle-shiba {
  border: 4px solid rgba(55, 213, 202, 0.2);
}
.circle-jiangtiao {
  border: 4px solid rgba(25, 125, 206, 0.2);
}

/*  */
.bg-huan {
  background-color: #d2b275;
}
.bg-one {
  background-color: #d7171f;
}
.bg-one {
  background-color: #d7171f;
}
.bg-two {
  background-color: #00853f;
}
.bg-three {
  background-color: #004aba;
}
.bg-four {
  background-color: #f39800;
}
.bg-five {
  background-color: #0299dc;
}
.bg-six {
  background-color: #eb6183;
}
.bg-guobo {
  background-color: #eb6183;
}
.bg-nine {
  background-color: #811c2b;
}
.bg-ten {
  background-color: #5a2a8d;
}
.bg-shiba {
  background-color: #37d5ca;
}
.bg-jiangtiao {
  background-color: #197dce;
}
.bg-eighteen {
  background-color: #38d5ca
}

/* 失物招领 */
.lostType {
  margin: 0 30px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid gray;
}
.call {
  display: flex;
  margin: 0 30px;
      padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.lost_box {
  margin: 0 30px;
  height: 244px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid gray;
}
.lost_box > img {
  width: 180px;
  height: 180px;
}
.lost_box > div {
  width: 100%;
  margin-left: 24px;
  height: 180px;
}
.lost_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content_box {
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.lost_span {
  border-radius: 5px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
}
.lost_p {
  width: 100%;
  line-height: 40px;
  color: #999;
  font-size: 24px;
}
.img_div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00cd91;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: 36px !important;
}

/* 问答 */
.app-questionUl {
  display: flex;
  margin: 0 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
}
.app-questionUl > li {
  width: 20%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  color: #999;
  background-color: #f5f5f5;
}
.answerBox {
  padding: 40px 0;
  border-bottom: 2px solid #808080;
}
.answerBox > div {
  display: flex;
  flex-wrap: nowrap;
  font-size: 28px;
  line-height: 42px;
}
.wenda {
  width: 40px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
}
.pageNation {
  margin: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  margin-bottom: 0;
}
.pageNation > div {
  display: flex;
}
.pageNation > div > a {
  width: 130px;
  min-width: 130px;
  height: 64px;
  min-height: 64px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* 提问 */
.app-ask-ul > .news-tag {
  color: #999;
}

.askDiv {
  height: 100px;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-left: 20px;
}
.askDiv > label {
  width: 20%;
  font-size: 28px;
  color: #333;
}
.askDiv > span {
  position: absolute;
  top: 40%;
  left: 0;
  color: red;
  font-size: 28px;
}
.askDiv > input {
  display: block;
  width: 80%;
  height: 80px;
  line-height: 80px;
  /* outline: none; */
  border: none;
  text-align: right;
  color: #999;
  font-size: 28px;
}
.askContent {
  display: block;
  margin: 0 30px;
}
.askContent > textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #999;
  outline: none;
  /* font-size: 28px; */
  color: #999;
}
#ask_submit {
  margin: 0 30px;
  margin-top: 60px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  border-radius: 10px;
  background: linear-gradient(to right, #00b569, 50%, #00cdc1);
}

/* 延误轮播图 */
.mySwiper {
  width: 100%;
  /* margin: 0 30px; */
  /* height: 400px; */
  /* border: 1px solid red; */
}

.mySwiper .swiper-slide {
  /* width: 90px !important; */
  /* border: 1px solid red; */
  /* height: 100px; */
  /* font-size: 18px; */
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}
.swiper-line-box {
  /* width: 108px;*/
  height: 132px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  /* background-color: red; */
  border: 1px solid gray;
  border-radius: 8px;
}
.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
/* 白色背景 */
.iconActiveBg {
  background-color: #fff !important;
}
/* 圈圈字体颜色 */
#huan > .iconActiveColor {
  color: #d2b275 !important;
}
#one .iconActiveColor {
  /*color: #d7171f !important;*/
}
#two .iconActiveColor {
  color: #00853f !important;
}
#three .iconActiveColor {
  color: #004aba !important;
}
#four .iconActiveColor {
  color: #f39800 !important;
}
#five .iconActiveColor {
  color: #0299dc !important;
}
#six .iconActiveColor {
  color: #eb6183 !important;
}
#guobo .iconActiveColor {
  color: #eb6183 !important;
}
#nine .iconActiveColor {
  color: #811c2b !important;
}
#ten .iconActiveColor {
  color: #5a2a8d !important;
}
#shiba .iconActiveColor {
  color: #37d5ca !important;
}
#jiangtiao .iconActiveColor {
  color: #197dce !important;
}

.prev {
  width: 60px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 40px;
}
.next {
  width: 60px;
  margin-left: 14px;
  border-radius: 5px;
}
/* 默认样式 */
.swiper-line-box #huan {
}
/* swiper激活的线路样式 */
.mySwiper .active {
  /* background-color: red; */
}
/* 历史延误情况  ↓  */
.yw_title {
  margin: 0 30px;
  font-size: 28px;
  color: #333;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
}
.yw_detail {
  margin: 0 30px;
}
.yw_detail_tag {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.yw_detail_tag > div {
  width: 46%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  font-size: 28px;
  background-color: #f5f5f5;
  color: #ccc;
}
.yw_detail_tag .active {
  background-color: #00cd91;
  color: #fff;
}
.yw_detail_box > div {
  display: none;
  /* margin: 0 30px; */
}
.yw_detail_box > .active {
  display: block;
}
/* 延误告知ul */
.ywgzUl_title {
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
  background-color: #ccf5e9;
  color: #00cc8f;
  margin-top: 20px;
}
.ywgzUl_title > li {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.ywgzUl {
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
  /* background-color: #ccf5e9; */
  /* color: #00cc8f; */
}
.ywgzUl > li {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
/* 历史情况ul */
.lsqkUl_title {
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
  background-color: #ccf5e9;
  color: #00cc8f;
  margin-top: 20px;
}
.lsqkUl_title > li {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.lsqkUl {
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
  /* background-color: #ccf5e9; */
  /* color: #00cc8f; */
}
.lsqkUl > li {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

/* 首末班时间 */
.pr_title {
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
  background-color: #ccf5e9;
  color: #00cc8f;
  margin-top: 20px;
}
.pr_title > li {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.prUl {
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-between;
  align-items: center;
  /* background-color: #ccf5e9; */
  /* color: #00cc8f; */
  border-bottom:1px solid #00cc8f;
  margin-top:10px;
}
.prUl > li {
  min-height: 120px;
  /* line-height: 120px; */
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.prUl > li > div {
  width: 100%;
  /* height: 40px; */
  height: 65px;
  line-height: 28px;
}

/* 线路图 */
.lineImage {
  margin: 0 30px;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-top: 28px;
}
.lineImage > img {
  width: 100%;
}

/* ----- 线路查询 --------- */
/* 圆圈 */
.point {
  position: absolute;
  top: 0;
  left: -60px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 10;
}

.point_end {
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 10;
}
.xian {
  width: 100px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  border-radius: 5px;
}
.zhan {
  margin-bottom: 60px;
}
.route {
  height: 100px;
}
.route-end {
}
.end_div {
  line-height: 28px;
}
/* 换乘 */
.huancheng::before {
  content: "换乘";
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  color: #333;
  top: -40px;
  left: 0;
}
/* 站外换乘 */
.zhanwaihuancheng::before {
  content: "站外换乘";
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  color: #333;
  top: -40px;
  left: 0;
}

/* --------  快车时刻表  -------- */
.kcLineTabs {
  margin: 0 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
}
.kcLineTabs > li {
  width: 23%;
  height: 90px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.kcLineTabs > li > div {
  width: 100%;
  height: 45px;
  line-height: 30px;
}
.kcLineTabs > .active {
  background-color: #00cd91;
  color: #fff;
  font-weight: bold;
}

.imgTabUl {
  height: 50px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  margin: 32px 0;
}
.imgTabUl::-webkit-scrollbar {
  /* display: none; */
}
.imgTabUl > li {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid gray;
  margin-right: 20px;
  border-radius:8px;
}
.imgTabUl > .active {
  background-color: #5a2a8d;
}

/* 图片盒子 */
.TagsDiv .imgBox > div {
  display: none;
  margin-right: 30px;
}
.TagsDiv .imgBox > .active {
  display: block;
}
.TagsDiv > .imgBox img {
  width: 100%;
}
.TagsDiv > .imgBox img:nth-child(2) {
  margin-top: 24px;
}
