.my-nav-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.my-nav-bar .van-icon-arrow-left {
    color: #222;
    font-size: 1.5rem;
}

.my-nav-bar .van-nav-bar__content {
    height: 3.8rem;
}

.my-nav-bar .van-nav-bar__title {
    font-size: 1.5rem;
    color: #222;
}


/* 底部tabbar */
.app-page-main__tabbar {
    width: 100vw;
    padding-bottom: 7.5rem;
    padding-bottom: calc(7.5rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
}

.my-tab-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 7.5rem;
  height: calc(7.5rem + constant(safe-area-inset-bottom));
  height: calc(7.5rem + env(safe-area-inset-bottom));
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
}

.my-tab-bar::after{
  position:absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  height: calc(constant(safe-area-inset-bottom) + 0px);
  height: calc(env(safe-area-inset-bottom) + 0px);
  background: #ffffff;
  z-index: 998;
}

.my-tab-bar-inner {
  width: 100vw;
  height: 7.5rem;
  display: flex;
  background: url('../image/pingche_tabbar_bg@3x.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.my-tab-bar .tab-bar {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.my-tab-bar .tab-bar-add .tab-icon {
    margin-top: 2rem;
    width: 2rem;
    height: 2rem;
}

.my-tab-bar .tab-bar-add {
    position: relative;
}

.my-tab-bar .tab-bar-add .tab-bar-add-icon {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: .7rem;
    font-size: 1.2rem;
}

.my-tab-bar .tab-bar-add .tab-bar-add-icon img {
    width: 100%;
    height: 100%;
}

.my-tab-bar .tab-bar .tab-icon {
    margin-top: 2rem;
    width: 2rem;
    height: 2rem;
    margin-bottom: .4rem;
    /* background-color: tomato; */
}

.my-tab-bar .tab-bar .tab-icon img {
    width: 100%;
    height: 100%;
}

.my-tab-bar .tab-bar-add {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.my-tab-bar .tab-bar-add .tab-name{
    margin-top: .3rem;
}

/* .my-tab-bar .tab-bar-add .tab-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #fff;
    position: relative;
    top: -2rem;
   
} */


/* 右侧固定菜单栏 */

.fixed-right-tool-bar {
    position: fixed;
    right: .5rem;
    bottom: 10rem;
    z-index: 500;
    /* padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); */
}

.fixed-right-tool-bar img {
    width: 6rem;
    height: auto;
}


/* 关注公众号 */

.gz-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gz-wrapper .block {
    width: auto;
    max-width: 90%;
    box-sizing: border-box;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #fff;
}

.gz-wrapper .block .title {
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
}

.gz-wrapper .block .value {
    margin: 0 auto;
    text-align: center;
}

.gz-wrapper .block img {
    width: 20rem;
    height: auto;
}

/* 首页卡片 */
.info-content {
    width: 100vw;
    padding: 0 1.6rem;
    box-sizing: border-box;
}

.info-content .info-tips-wrapper {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 1.3rem;
}

.my-card {
    margin-top: 1.2rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 1rem;
    padding-top: 1.7rem;
    padding-left: 1.4rem;
    padding-right: 1.2rem;
    position: relative;
}

.my-card .my-card-top {
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
    vertical-align:middle;
}
.my-card .my-card-top .top-icon-text{
    display: inline-block;
    padding: .3rem .6rem;
    border-radius: .4rem;
    font-size: 1rem;
    color: #fff;
    margin-right: .4rem;
    background: #fd7e7e;
    vertical-align:middle;
    margin-top: -0.6rem;
}
.my-card .my-card-top .top-icon-long-text{
    display: inline-block;
    padding: .3rem .6rem;
    border-radius: .4rem;
    font-size: 1rem;
    color: #fff;
    margin-right: .4rem;
    background: #1CB69F;
    vertical-align:middle;
    margin-top: -0.6rem;
}
.my-card .my-card-top .top-icon {
    width: 4.08rem;
    height: 1.7rem;
    margin-right: .6rem;
}

.my-card .my-card-top .card-type {
    display: inline-block;
    vertical-align:middle;
    padding: .3rem .6rem;
    border-radius: .4rem;
    font-size: 1rem;
    color: #fff;
    margin-right: .4rem;
    margin-top: -0.6rem;
}

.my-card .my-card-top .card-type-1 {
    background: #1CB69F;
    
}

.my-card .my-card-top .card-type-2 {
    background: #4BA1FC;
}

.my-card .my-card-top .card-type-3 {
    background: #F48D51;
}

.my-card .my-card-top .card-type-4 {
    background: #F8BF2C;
}


.my-card .my-card-top .outset {
    flex: auto;
    font-size: 1.6rem;
    color: #222;
    font-weight: 600;
}
.my-card .my-card-top .arrow-icon-text{
    flex: auto;
    font-size: 1.6rem;
    color: #222;
    font-weight: 600;
    margin: 0 .6rem;
}

.my-card .my-card-top .target {
    flex: auto;
    font-size: 1.6rem;
    color: #222;
    font-weight: 600;
}

.my-card .my-card-top .arrow-icon {
    width: 2.7rem;
    height: .8rem;
    margin: 0 .4rem;
    vertical-align: center;
}

.my-card .my-card-top .arrow-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.my-card .my-card-center {
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #EBEBEB;
}

.my-card .my-card-center .info-item {
    display: flex;
    /* align-items: center; */
    color: #595959;
    font-size: 1.4rem;
}

.my-card .my-card-center .info-item .time {
    display: flex;
    /* align-items: center; */
    display: inline-block;
    min-width: 6.2rem;
    vertical-align: middle;
    /* vertical-align: center; */
}
.my-card .my-card-center .info-item .time .seat-wrap{
    display: inline-block;
    margin-right: .8rem;
}
.my-card .my-card-center .info-item .time .price{
    color:#f00;
}

.my-card .my-card-center .info-item .time.mt2 .dot {
    margin-top: -0.2rem;
}

.my-card .my-card-center .info-item .dot {
    /* display: inline-block; */
    width: 0.6rem;
    height: 0.6rem;
    background: #EBEBEB;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-flex;
}

.my-card .my-card-center .info-item.info-time {
    /* justify-content: space-between; */
    margin-bottom: .8rem;
}

.my-card .my-card-center .info-item.info-time .seat{
    display: flex;
    align-items: center;
}


.my-card .my-card-center .info-item.info-time .time {
    display: flex;
    align-items: center;
}

.my-card .my-card-center .info-item.info-remark {
    /* transition: height 2s; */
    /* padding-bottom: 1.2rem; */
    /* border-bottom: .1rem solid #EBEBEB; */
}
.my-card .my-card-center .info-item.row-ellipsis .time{
    line-height: 22px;
}
.my-card .my-card-center .info-item.row-ellipsis .remark{
    line-height: 22px;
    /* 两行省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.my-card .my-card-center .show-more{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #1CB69F;
    margin-top: .5rem;
}
.my-card .my-card-button {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}


.my-card .my-card-button .my-card-button-right {
    display: flex;
    align-items: center;
}

.my-card .my-card-button .my-card-button-left {
    font-size: 1.4rem;
    color: #AAA;
    height: 100%;
    display: flex;
    align-items: center;
    /* color: #1cb69f; */
}
.my-card .my-card-button .my-card-button-left img{
    margin-right: .2rem;
    width: 1.4rem;
    height: 1rem;
}

.my-card .my-card-button .create-time {
    font-size: 1.4rem;
    color: #AAA;
    margin-right: .8rem;
}

.my-card .my-card-button .van-button {
    height: 2.9rem;
    padding: 0 1.5rem;
    /* width: 8.21rem; */
    font-size: 1.2rem;
}
/* 已出发 */
.my-card.card-set-out .my-card-top .outset{
    /* color: rgba(34, 34, 34,.6); */
    color: #AFAFAF;
}
.my-card.card-set-out .my-card-top .arrow-icon-text{
    /* color: #666; */
    /* color: rgba(34, 34, 34,.6); */
    color: #AFAFAF;
}
.my-card.card-set-out .my-card-top .target{
    /* color: rgba(34, 34, 34,.6); */
    color: #AFAFAF;
}
.my-card.card-set-out .my-card-center .info-item{
    color: #AFAFAF;
    /* color: rgba(89, 89, 89,.4); */
}
.my-card.card-set-out .my-card-button .my-card-button-left{
    /* color: rgba(170, 170, 170,.6);
     */ 
    color: #AFAFAF;
}
.my-card.card-set-out .my-card-button .create-time{
    /* color: rgba(170, 170, 170,.6);
     */
    color: #AFAFAF;
}
/* 已出发标志 */
.my-card .my-card-set-out{
    position: absolute;
    /* bottom: 6rem; */
    top: 1rem;
    right: 1.2rem;
    width: 7rem;
    height: 7rem;
}
.my-card .my-card-set-out img{
    width: 100%;
    height: 100%;
}
.my-card.card-set-out .my-card-center .info-item .time .price{
    /* color: rgba(34, 34, 34,.6); */
    color: #ef9090;
}


.my-card-wrapper .ad-card {
    margin-top: 1.2rem;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
}

.my-card-wrapper .ad-card img {
    width: 100%;
    height: auto;
    display: block;
}
