@import "../layui/css/layui.css";
@import "../css/public.css";
@import "../css/canvi.css";
@import "../css/swiper.min.css";
/*banner*/
.header-swiper {
  width: 100%;
  height: 700px;
}
.header-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*banner end*/
.diagram {
  display: flex;
  flex-direction: column;
}

.main-container {
  box-sizing: border-box;
  padding: 80px 0 37px;
}

.main-layout {
  display: flex;
  justify-content: space-between;
}

.aside-left {
  width: 363px;
  height: auto;
}

.lostFound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
}

.jumbotron-lost {
  box-sizing: border-box;
  border-bottom: 3px solid rgb(10, 72, 165);
  padding: 32px;
}
.jumbotron-lost h4 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.jumbotron-lost p {
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
}

.form-lost {
  margin-top: 2px;
  box-sizing: border-box;
  border-top: 3px solid rgb(10, 72, 165);
  padding: 32px;
}
.form-lost input {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  text-align: center;
  font-size: 16px;
}
.form-lost input::placeholder {
  color: #666666;
}
.form-lost button {
  width: 100%;
  height: 45px;
  border: none;
  cursor: pointer;
  background: rgb(10, 72, 165);
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 35px;
}

.main-right {
  width: 972px;
  height: auto;
}

.goods-table {
  width: 100%;
  height: auto;
  border-color: #F0F0F0;
}
.goods-table thead {
  height: 64px;
  background: rgb(10, 72, 165);
}
.goods-table thead th {
  height: 64px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.goods-table thead .goods {
  width: 189px;
}
.goods-table thead .time {
  width: 180px;
}
.goods-table thead .station {
  width: 194px;
}
.goods-table thead .route {
  width: 155px;
}
.goods-table tbody td {
  height: 64px;
  text-align: center;
}
.goods-table tbody .goods span {
  /*                display: -webkit-box;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 1;*/
  display: block;
  text-align: center;
}

.layuipage {
  text-align: center;
  margin-top: 67px;
}

.travel-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
  box-sizing: border-box;
  padding: 42px 19px 62px 32px;
  position: relative;
}
.travel-card:before, .travel-card:after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: rgb(10, 72, 165);
}
.travel-card:before {
  bottom: 29px;
}
.travel-card:after {
  bottom: 24px;
}
.travel-card h4 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.travel-card p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-top: 20px;
}

.travel-cont {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.15);
  box-sizing: border-box;
  padding-bottom: 48px;
}
.travel-cont h1 {
  height: 50px;
  box-sizing: border-box;
  background: rgb(10, 72, 165);
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  padding-left: 74px;
}

.travel-form {
  width: 470px;
  margin-left: 74px;
}
.travel-form label {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: inline-block;
  width: 85px;
}
.travel-form .travel-btn {
  border: none;
  max-width: 385px;
  width: 100%;
  height: 45px;
  background: rgb(10, 72, 165);
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.travel-form-item {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.travel-form-item .travel-input-block {
  max-width: 385px;
  width: 100%;
}
.travel-form-item input {
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
}
.travel-form-item input::placeholder {
  color: #D6D6D6;
}
.travel-form-item textarea::placeholder {
  color: #D6D6D6;
}

.travel-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 385px;
  width: 100%;
}
.travel-inline .travel-input-inline {
  max-width: 174px;
  width: 100%;
}

#layui-laydate2 .layui-laydate-content > .layui-laydate-list {
  padding-bottom: 0px;
  overflow: hidden;
}

#layui-laydate2 .layui-laydate-content > .layui-laydate-list > li {
  width: 100%;
}

.layui-laydate .layui-this {
  background-color: rgb(10, 72, 165) !important;
}

#layui-laydate3 .layui-laydate-content > .layui-laydate-list {
  padding-bottom: 0px;
  overflow: hidden;
}

#layui-laydate3 .layui-laydate-content > .layui-laydate-list li {
  width: 100%;
}
#layui-laydate3 .layui-laydate-content > .layui-laydate-list li:last-child, #layui-laydate3 .layui-laydate-content > .layui-laydate-list li:first-child {
  display: none;
}

.layui-layer-title {
  height: 0 !important;
}

#travelInfo {
  box-sizing: border-box;
  padding: 60px 120px;
  text-align: center;
  display: none;
}
#travelInfo img {
  max-width: 100%;
}
#travelInfo p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 18px 0;
}
#travelInfo span {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

.diagram-card {
  box-shadow: 0 4px 10px 0 rgba(10, 72, 165, 0.15);
  background-color: #FFFFFF;
  margin-bottom: 100px;
}
.diagram-card:last-child {
  margin-bottom: 0;
}
.diagram-card h1 {
  min-height: 82px;
  box-sizing: border-box;
  padding: 10px 53px;
  background-color: rgb(10, 72, 165);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.diagram-card .diagram-list {
  box-sizing: border-box;
  padding: 92px 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.diagram-card .diagram-list li {
  width: 14.2857142857%;
  text-align: center;
  position: relative;
  margin-bottom: 95px;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  border-top: 4px solid rgb(10, 72, 165);
  padding-top: 30px;
  cursor: pointer;
}
.diagram-card .diagram-list li:before {
  content: "";
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 4px solid rgb(10, 72, 165);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
}
.diagram-card .diagram-list li .diagram-img {
  width: 100%;
  display: none;
  position: relative;
}
.diagram-card .diagram-list li.active:before {
  background-color: #399D33;
  border-color: #399D33;
}
.diagram-card .diagram-list p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.diagram-card .diagram-list p i {
  display: inline-block;
  font-size: 16px;
  color: #399D33;
  margin-right: 10px;
}
.diagram-card .diagram-list p span {
  font-size: 12px;
  color: #333333;
  display: inline-block;
  margin-right: 13px;
}
.diagram-card .diagram-list p span:last-child {
  margin-right: 0;
}
.diagram-card .diagram-list p.start {
  margin-top: 23px;
}
.diagram-card .diagram-list p.end {
  margin-top: 14px;
}
.diagram-card .diagram-list p.end i {
  transform: rotate(180deg);
}

/*#lineImg {
    max-width: 398px;
    width: 100%;
    height: 58px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 18px;
    color: #FFFFFF;
    align-self: center;
    border-radius: 20px;
    background-color: #2C6C29;
    position: relative;
    z-index: 2;
    &:after{
        content: "";
        width: 100%;
        height: 54px;
        display: inline-block;
        position: absolute;
        border-radius: 20px;
        box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.3);
        left: 0;
        top: 0;
        background-color: #399D33;
        z-index: -1;
    }
    img {
        width: 100%;
        height: auto;
    }
}*/
#lineImg {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 10px;
  background-color: transparent;
}
#lineImg img {
  cursor: pointer;
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .header-swiper {
    height: 487px;
  }
  .aside-left {
    width: 300px;
  }
  .main-right {
    width: calc(100% - 300px - 20px);
  }
  .goods-table thead .time {
    width: 125px;
  }
  .goods-table thead .station {
    width: 140px;
  }
  .goods-table thead .route {
    width: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .diagram-card .diagram-list li {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1152px) {
  .diagram-card .diagram-list li {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .header-swiper {
    height: 352px;
  }
  .main-layout {
    flex-direction: column;
  }
  .aside-left {
    width: 100%;
  }
  .main-right {
    width: 100%;
    margin-top: 20px;
  }
  .main-container {
    padding: 40px 0 60px;
  }
  .diagram-card .diagram-list li {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .diagram-card .diagram-list li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .goods-table thead .goods {
    width: 110px;
  }
  .goods-table thead .route {
    display: none;
  }
  .goods-table tbody tr td:nth-child(3) {
    display: none;
  }
  .diagram-card .diagram-list li {
    width: 50%;
  }
  .travel-cont h1 {
    padding-left: 20px;
  }
  .travel-form {
    box-sizing: border-box;
    margin-left: 0;
    padding: 0 20px;
    width: 100%;
  }
  .travel-form-item .travel-input-block {
    width: 77%;
  }
  .travel-inline {
    justify-content: flex-start;
    width: calc(100% - 85px);
  }
  .travel-inline .travel-input-inline {
    width: 45%;
  }
  .travel-inline .travel-input-inline:first-child {
    margin-right: 5px;
  }
  .travel-inline .travel-input-inline:last-child {
    margin-left: 5px;
  }
}
@media screen and (max-width: 515px) {
  .header-swiper {
    height: 270px;
  }
  .goods-table thead .time {
    width: 95px;
  }
  .goods-table thead .station {
    width: 90px;
  }
  .goods-table thead .goods {
    width: 90px;
  }
  .diagram-card .diagram-list li {
    width: 50%;
  }
  .travel-form-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .travel-form-item .travel-input-block {
    width: 100%;
  }
  .travel-form-item input {
    padding: 0 8px;
  }
  .travel-inline {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .diagram-card h1 {
    padding: 10px 20px;
  }
  .diagram-card .diagram-list li {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .goods-table thead th {
    font-size: 16px;
  }
  .goods-table thead .time {
    width: 80px;
  }
  .goods-table thead .station {
    width: 75px;
  }
  /*    .diagram-card .diagram-list li {
          width: calc(100% / 2);
      }*/
}
