.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #f8f8f8;
  font-size: 0.13rem;
}
header {
    height: 0.48rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
    padding: 0 0.16rem;
}
.filter{
    display: flex;
    align-items: center;
    position: relative;
    margin: .16rem 0;
    padding: 0 .18rem;
}
.icon-close{
    position: absolute;
    right: .32rem;
    color: #a0a0a0;
    display: none;
}
.icon-filter{
    position: absolute;
    left:.3rem;
    color: #6498dd;
    font-size: 24px!important;
}
input{
    border: none;
    display: block;
    width: 100%;
    line-height: .36rem;
    border: 1px solid #6498dd;
    outline: none;
    border-radius: .48rem;
    font-size: .15rem;
    text-indent: .4rem;
    padding-right: .4rem;
}
input::placeholder{
    color: #a0a0a0;
}
input:focus{
    border: 1px solid #8ab3ec;
}
.app_container {
  flex: 1;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app_container::-webkit-scrollbar {
  width: 0;
  display: none;
}
.container{
  flex: 1;
  overflow-y: scroll;
  display: none;
}
.container::-webkit-scrollbar {
    width: 0;
    display: none;
}
.container_1{
    flex: 1;
    overflow-y: scroll;
  }
  .container_1::-webkit-scrollbar {
      width: 0;
      display: none;
  }
.filter-container{
    height: 100%;
    display: none;
}
.filter-data{
    padding: .12rem 0;
    margin: 0 .16rem;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #797979;
}
.data{
    background: #fff;
}
.way{
    color: #6498dd;
    width: .6rem;
    margin-right: .08rem;
    font-size: .15rem;
}
.delete-btn{
    display: flex;
    justify-content: center;
    padding: .12rem 0;
}
.i-circle-bus{
    color: #b6c9de;
    font-size: 20px!important;
    margin-right: .1rem;
}
.content{
    margin: 0 0 .1rem 0;
}
.title{
    background: #fff;
    padding: .1rem .16rem;
    display: flex;
    align-items: center;
    margin: 0 0 .08rem 0;
}
.icon-eye{
    margin: 0 .06rem 0 0;
    color: #1062ea;
    font-size: 20px!important;
}
.title-txt{
    font-size: .15rem;
    font-weight: bold;
}
.info{
    margin: 0 .16rem;
    padding: .16rem .12rem;
    background: #fff;
    border-radius: .05rem;
}
.class{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2373e3;
    font-size: .14rem;
}
.end-station{
    color: #262525;
    font-size: .13rem;
    padding-top: .06rem;
}
.bus-name{
    border: 1px solid #8ab3ec;
    padding: .02rem 0.12rem;
    border-radius: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .15rem;
    font-weight: bold;
}
.bus-class{
    border-bottom: 1px solid #eee;
    padding: .1rem 0;
}
.bus-class:last-child{
    border: 0;
    padding-bottom: 0;
}
.station{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7b7b7b;
}
.station_name{
    display: flex;
    align-items: center;
}
.other-station{
    align-items: flex-start;
}

.name{
    font-size: .16rem;
    padding: 0 .1rem 0 .06rem;
    font-weight: bold;
    color: #333;
}
.other-station .name{
    padding: 0;
    height: 22px;
    line-height: 22px;
    display: block;
}
.icon-station{
    color: #024199;
}
.radio{
    display: flex;
    align-items: center;
}
/* ------------------------------ */
.radeo-box {
    box-sizing: border-box;
    position: relative;
    margin-right: 16px;
}
.wifi-symbol {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    transform: rotate(225deg);
    margin-right: .12rem;
}
.wifi-circle {
    border: 3px solid #6498dd;
    border-radius: 50%;
    position: absolute;
}
.first {
    width: 1px;
    height: 1px;
    background: #6498dd;
    top: 46px;
    right: 46px;
}

.second {
    width: 18px;
    height: 18px;
    top: 40px;
    right: 40px;
    animation: fadeInOut 1s infinite 0.2s;.
}
.third {
    width: 24px;
    height: 24px;
    top: 36px;
    right: 36px;
    animation: fadeInOut 1s infinite 0.4s;
}
@keyframes fadeInOut {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}
.estimated-time{
    font-size: .14rem;
}

.pass{
    color: #a41313;
}