.content {
    padding-top: 50px;padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topAds {
    width: 100%;
    height: 87px;
}
.topAds img{
    width: 100%;
    height: 100%;
}
.mains {
    padding: 0 10px;
}
.mains .van-tabs__line{
    background-color: #59A6FF
}
/*.mains .carts{*/
/*    color: #000;font-size: 16px;display: flex;align-items: center;overflow-y: hidden;overflow-x: auto;*/
/*}*/
/*.mains .carts .item{*/
/*    padding: 5px;flex-shrink: 0;margin-right: 10px; position: relative;*/
/*}*/
/*.mains .carts .item.active{*/
/*   color: #59A6FF;border-bottom: solid 4px #59A6FF;*/
/*}*/

.mains .title {
    font-size: 16px;
    color: #000;
    position: relative;
}

.mains .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background: #000;
}

.address {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(186, 186, 186, 0.5);
    border-radius: 2px;
}
.address .item {
    color: #333;
    height: 50px;
    padding: 0 10px;
    border-bottom: solid 1px #eee;
    display: flex;
    align-items: center;
}
.address .item .icons {
    width: 25px;
    display: flex;
}
.address .item .icons i {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #36BB9D;
}
.address .item .val {
    flex: 1;
}
.address .item.where .icons i {
    background: #F67123;
}
.address .item.where .val.default {
    color: #ccc;
}

.address .item.top {
    font-size: 14px;
    display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;
}

.address .item.other_user {
    height: 70px;
    color: #ccc;
    display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;
}
.address .item.other_user .other_default_user{
    display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;
}
.address .item.other_user .other_active_user{
    font-size: 14px;
}
.address .item.other_user .other_active_user .dais{
    color: #B1B1B1;display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;
}
.address .item.other_user .other_active_user .phones{
    margin-top: 5px;color: #8f8f94;display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;
}

.hanjia_area {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(186, 186, 186, 0.5);
    border-radius: 2px;
}
.hanjia_area .top {
    height: 70px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: solid 1px #eee;
}
.hanjia_area .top .inputs {
    width: 180px;
}
.hanjia_area .top .inputs input{
    text-align: center;color: #F57123;
}
.hanjia_area .top .inputs input::placeholder{
    color: #555;
}
.hanjia_area .bottom {
    padding-top: 5px;padding-bottom: 30px;
}
.hanjia_area .bottom .item {
    margin-top: 10px;
    display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;
    font-size: 12px;
    color: rgba(153, 153, 153, 0.80);
}
.hanjia_area .bottom .item.price {
    color: #E27737;
}

/*换乘车人*/
.oUserBox {
    width: 100%;
    overflow: hidden;
}
.oUserBox .oUserHeader {
    margin-top: 20px;
    display: flex;justify-content: center;align-items: center;
}
.oUserBox .oUserHeader .icons {
    width: 50px;
    height: 50px;
    background: #59A6FF;
    border-radius: 100%;
    display: flex;justify-content: center;align-items: center;
}

.oUserBox .oUserPhones {
    padding: 10px;
}
.oUserBox .oUserPhones .phones {
    border-bottom: solid 1px #000000;
}

.oUserBox .oUserBtns {
    border-top: solid 1px #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.oUserBox .oUserBtns .btns {
    flex: 1;
    height: 40px;
    font-size: 14px;
    display: flex;justify-content: center;align-items: center;
    cursor: pointer;
}

.oUserBox .oUserBtns .btns.cancel {
    color: #B1B1B1;
}

.oUserBox .oUserBtns .btns.ok {
    color: #59A6FF;
    position: relative;
}

.oUserBox .oUserBtns .btns.ok::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #ccc;
    width: 1px;
    height: 15px;
}

/*左边菜单*/
.menuBox {
    width: 100%;
}
.menuBox .menuHeader {
    margin-top: 40px;
    display: flex;justify-content: center;align-items: center;flex-direction: column;
}
.menuBox .menuHeader .avatar {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;justify-content: center;align-items: center;
}

.menuBox .menuHeader .phones {
    margin-top: 10px;color: #555555;font-size: 14px;
    display: flex;justify-content: center;align-items: center;
}

.menuBox .menuList {
    padding: 60px;
}
.menuBox .menuList .menuItems {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.menuBox .menuList .menuItems .icons {
    width: 20px;
}
.menuBox .menuList .menuItems .icons .menuIcon {
    width: 20px;
    height: 20px;
}
.menuBox .menuList .menuItems .text {
    margin-left: 10px;
    font-size: 16px;
    color: #555;
}

/*未完成的订单*/
.hOrderBox {
    width: 100%;
    overflow: hidden;
}
.hOrderBox .hOrderBoxHeader {
    margin-top: 20px;
    display: flex;justify-content: center;align-items: center;
}
.hOrderBox .hOrderBoxHeader .icons {
    width: 50px;
    height: 50px;
    background: #59A6FF;
    border-radius: 100%;
    display: flex;justify-content: center;align-items: center;
}
.hOrderBox .hOrderBoxDesc{
    margin-top: 20px;font-size: 14px;color: #555;text-align: center;
}
.hOrderBox .hOrderBoxBtns {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #59A6FF;
}

/*优惠框*/
.yhBoxOut{width: 100%;height:100%;position: fixed;left:0;top:0;bottom:0;right:0;z-index: 10;background:rgba(0,0,0,0.8)}
.yhBoxOut .yhBoxIn{width: 100%;height:100%;position: absolute;left:0;top:0;bottom:0;right:0;z-index: 11;}
.yhBoxOut .yhBoxIn .yhBoxMain{width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic{width: 338px;height: 278px;margin:0;position: relative}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic img{width: 338px;height: 278px;margin:0;}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhActives{width: 175px;height:145px;position: absolute;left:80px;top:70px;text-align: center}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhActives .yhActiveTitle{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #CD0F0E;
    line-height: 33px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #FFFFFF;
}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhActives .yhActiveSubTitle{
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #CD0F0E;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 0px #FFFFFF;
}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhActives .yhActiveMoney{
    display: flex;justify-content: center;align-items: baseline;
}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhActives .yhActiveMoney .price{
    font-size: 64px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #CD0F0E;
}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhActives .yhActiveMoney .unit{
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #CD0F0E;
}
.yhBoxOut .yhBoxIn .yhBoxMain .yhBoxPic .yhTimes{
    width:120%;position: absolute;left:75px;bottom:30px;
    font-size: 20px;-moz-transform: scale(0.5);-webkit-transform: scale(0.5); transform: scale(0.5);transform-origin: left bottom;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

/*客服框*/
.clientBoxOut{
    width: 100%;height:100%;position: fixed;left:0;top:0;bottom:0;right:0;z-index: 100000;background:rgba(0,0,0,0.8)
}
.clientBoxOut .clientBoxIn{
    width: 100%;height:100%;position: absolute;left:0;top:0;bottom:0;right:0;z-index: 11;
}
.clientBoxOut .clientBoxIn .clientBoxMain{width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
.clientBoxContent{width: 250px;height: 150px;background: #fff;border-radius: 5px;margin:0;position: relative;}
.clientBoxContent .title{margin-top: 20px;font-size: 16px;text-align: center;}
.clientBoxContent .phone{margin-top: 10px;font-size: 22px;text-align: center;}
.clientBoxContent .btns{margin-top: 20px;padding: 10px 20px;display: flex;justify-content: space-between;align-items: center;}
.clientBoxContent .btns .item{font-size: 14px;padding: 5px 30px;color: #6CA4F7;border: solid 1px #6CA4F7;border-radius: 4px;}
.clientBoxContent .btns .item.active{padding: 5px 30px;color: #fff;background: #6CA4F7;border-radius: 4px;}
