.header{
    width: 100%;
    height: 2.10rem;
    position: relative;
}
.header>img{
    width: 100%;
    height: 100%;
}
.header .logo{
    z-index:2;
    position: absolute;
    top:0.2rem;
    left: 0.5rem;
    display: flex;
    align-items: center;
    padding: 2px 6px 2px 4px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0.2rem;
}
.logo span:nth-child(1){
    font-size: 0.24rem;
    color: #FFFFFF;
}
.logo span:nth-child(2){
    font-size: 0.14rem;
    color: #FFFFFF;
}
.userinfo{
    width: 100%;
    background: white;
    box-shadow: 0 0 0.05rem #E9E9E9;
}
.title,.username{
    width: 91%;
    margin: auto;
}
.title{
    padding-top:0.2rem;
}
.title b{
    font-size: 0.16rem;
    color: #333333;
    font-family: PingFangSC-Semibold,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    line-height: 0.22rem;
    word-break:break-all;
    font-weight: 800;
}
.username{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.15rem;
    margin-top: 0.37rem;
}
.username img{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
}
.username .userimg{
    display: flex;
    align-items: center;
}
.userimg p{
    font-size: 0.14rem;
    color: #333333;
    margin-left: 0.15rem;
    font-family: PingFang-SC-Regular;
    line-height: 0.2rem;
}
#triptime{
    margin-left: 5px;
}
.number{
    display: flex;
    align-items: center;
    justify-content: center;
}
.username .number{
    display: flex;
    align-items: center;
    background: #F4F4F4;
    border-radius: 100px;
    height: 0.24rem;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
}
.number p{
    font-size: 0.14rem;
    color: #333333;
}
/*行程详情*/
.trip{
    width: 100%;
    background-color: white;
    margin-top: 0.1rem;
    box-shadow: 0 0 0.05rem #E9E9E9;
}
.tripicon{
    width: 0.03rem;
    height: 0.14rem;
    background-image: linear-gradient(52deg, #1FDAD0 0%, #46E781 100%);
}
.triptitle{
    width: 91%;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
}
.foottitle{
    padding-bottom: 0.14rem;
}
.triptitle b{
    font-size: 0.14rem;
    color: #333333;
    margin-left: 5px;
    font-family: PingFang-SC-Semibold;
    line-height: 0.2rem;
}
.tripinfo{
    width: 91%;
    margin: auto;
    font-size: 0.14rem;
    color: #666666;
}
.tripinfo .first{
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}
.first>div{
    display: flex;
    align-items: center;
    font-family: PingFang-SC-Regular;
}
.first>div>span:nth-child(2){
    margin-left: 0.02rem;
}
.first div:nth-child(1){
    width: 1.9rem;
}
.first div:nth-child(2){
    /*margin-left: 0.2rem;*/
}
.triplist{
    width: 91%;
    height: 0.705rem;
    margin: auto;
    margin-top: 0.15rem;
    border-top:1px solid #F0F0F0;
    border-bottom:1px solid #F0F0F0;
}
.triplist ul{
    height: 0.705rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.triplist ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #F0F0F0;
    padding-right: 0.14rem;
}
.triplist ul li:nth-child(4){
   border: none;
}
.triplist ul li p:nth-child(1){
    font-size: 0.22rem;
    color: #20C698;
    font-family: Impact,PingFangSC-Semibold,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;;

    line-height: 0.3rem;
}
.triplist ul li p:nth-child(2){
    font-size: 0.12rem;
    color: #666666;
    padding-top: 0.03rem;
    line-height: 0.16rem;
}
.triptext{
    width: 91%;
    margin: auto;
    margin-top: 0.145rem;
    font-size: 0.14rem;
    color: #666666;
    padding-bottom: 0.2rem;
}
.triptext img{
    width: 100%;
}
.triptext span:nth-child(2){
    font-size: 0.14rem;
    color: #20C698;
}
.triptext span:nth-child(3){
    font-size: 0.14rem;
    color: #20C698;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.txtbox{
    font-family: PingFang-SC-Regular;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.26rem;
}

/*脚印*/
.box{
    width: 100%;
    background-color: white;
    margin-top: 0.1rem;
    box-shadow: 0 0 0.05rem #E9E9E9;
    padding-bottom: 1rem;
}
.foot .num{
    width: 91%;
    margin: auto;
    font-size: 0.14rem;
    color: #20C698;
    height: 0.3rem;
    display: flex;
    align-items: center;
}
.foot .foottext{
    width: 91%;
    margin: auto;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666666;
    margin-top: 0.1rem;
    word-break: break-all
}
.foot .footlist{
    width: 91%;
    margin: auto;
    margin-top: 0.12rem;
    margin-bottom: 0.22rem;
}
.footlist ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footlist ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footlist ul li:nth-child(3){
    border: 1px solid #E1E1E1;
    border-radius: 1rem;
    height: 0.18rem;
    width: 0.83rem;
}
.icon-icon_location{
    margin-left: -0.05rem;
}
.footlist ul li span:nth-child(2){
    margin-left: 5px;
    font-size: 0.12rem;
    color: #666666;
    margin-top: 0.03rem;
}
.foot .footline{
    width: 91%;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid  #F0F0F0;
}
.foot .footimg{
    width: 91%;
    margin: auto;
}
.footimg img{
    width:100%;
   display: block;
}
/*模板*/
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0.9rem;
    background: rgba(0,0,0,0.50);
    display: flex;
    align-items: center;
}
.footer .sixlogo{
    width: 0.6rem;
    height: 0.6rem;
    background-image: linear-gradient(52deg, #1FDAD0 0%, #46E781 100%);
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.32rem;
}
.sixlogo img{
    width: 0.37rem;
    height: 0.4rem;
}
.sixtext{
    font-size: 0.12rem;
    color: #FFFFFF;
    margin-left: 0.3rem;
}
.sixapp{
    display: flex;
}
.sixapp div{
    width: 0.78rem;
    height: 0.24rem;
    text-align: center;
    line-height: 0.24rem;
}
.sixtext p{
    line-height: 0.18rem;
}
.sixapp div:nth-child(1){
    border: 1px solid #FFFFFF;
    border-radius: 1rem;
}
.sixapp div:nth-child(2){
    background-image: linear-gradient(52deg, #1FDAD0 0%, #46E781 100%);
    border-radius: 1rem;
    margin-left: 0.2rem;
}

/*数据*/
.tripcontent{
    width: 100%;
    background: white;
    box-shadow: 0 0 0.05rem #E9E9E9;
}

.triplists{
    height: 0.85rem;
    margin: auto;
}
.triplists ul{
    height: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.triplists ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0.14rem;
}
.triplists ul li p:nth-child(1){
    font-size: 0.22rem;
    color: #20C698;
    font-weight: 800;
    font-family: PingFangSC-Semibold,"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.triplists ul li p:nth-child(2){
    font-size: 0.12rem;
    color: #666666;
    padding-top: 0.1rem;
}
.triptab{
    width: 91%;
    margin: auto;
    display: flex;
    margin-top: 0.3rem;
}
.triptab>div{
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    color: #333333;
}
.firsttab{
    width: 10px;
    height: 10px;
    border-radius:100% ;
    background: #009FFF;
    margin-right: 6px;
}
.textclick{
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line1{
    -webkit-line-clamp: 0;
}
.line3{
    -webkit-line-clamp: 3;
}
.haiba{
    width: 2.2rem;
}
.sudu{
    width: 0.9rem;
}
.secondtab{
    width: 10px;
    height: 10px;
    border-radius:100% ;
    background: #46E781;
    margin-right: 6px;
}
.triptime{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    padding-bottom: 0.25rem;
}
.triptime div{
    width: 0.8rem;
    height: 0.3rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 0.3rem;
}
.triptime .distance{
    background-image: linear-gradient(52deg, rgba(31,218,208,0.15) 0%, rgba(70,231,129,0.15) 100%);
    font-size: 0.14rem;
    color: rgba(32,198,152,0.60);
}
.triptime .time{
    background-image: linear-gradient(52deg, rgba(31,218,208,0.15) 0%, rgba(70,231,129,0.15) 100%);
    font-size: 0.14rem;
    color: rgba(32,198,152,0.60);
    margin-left: 0.3rem;
}
.triptime  .active{
    background-image: linear-gradient(52deg, #1FDAD0 0%, #46E781 100%);
    color: #FFFFFF;
}
.tripbox{
    width: 100%;
    background-color: white;
    box-shadow: 0 0 0.05rem #E9E9E9;
    margin-top: 0.25rem;
}
.tripdata{
    width: 91%;
    margin: auto;
}
.tripdata{
    font-size: 0.14rem;
    color: #333333;
}
.tripdata ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:0.5rem;
    border-bottom: 1px solid #F0F0F0;
}

/*弹窗模板*/
.login-mask{
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.more{
    width: 3.75rem;
    background: #F7F7F7;
    border-radius: 0.06rem;
    overflow:auto;
    position: fixed;
    top:2%;
    left:0;
}
.close{
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: url("../../../feed/images/account/close.png") no-repeat center center;
    background-size: 50% 50%;
    margin-top: 20px;
    position: fixed;
    bottom:1% ;

}

/*mp3样式*/
.audio{
    width: 91%;
    margin: auto;
}
.audiobox{
    width: 3.45rem;
    height: 0.4rem;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}
.btn{
    width: 0.35rem;
    height:0.35rem;
    border-radius: 100%;
    background-image: linear-gradient(52deg, #1FDAD0 0%, #46E781 100%);
    margin-left: 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn img{
    width: 0.12rem;
    height: 0.13rem;
}
.audiobox p{
    font-size: 0.1rem;
    color: #20C698;
}
.timeline{
    width: 2.14rem;
    height: 1px;
    background: #CCCCCC;
    border-radius: 1rem;
    margin-left: 0.1rem;
    position: relative;
}
.pasttime{
    width: 0.06rem;
    height: 0.15rem;
    background-image: linear-gradient(52deg, #1FDAD0 0%, #46E781 100%);
    box-shadow: 0 2px 4px 0 rgba(32,198,152,0.30);
    border-radius: 1rem;
    position: relative;
    top: -0.06rem;
}
.start{
    margin-left: 0.15rem;
}
.end{
    margin-left: 0.05rem;
}
/*video样式*/
.videobox{
    width: 91%;
    margin: auto;
}

/*微信打开app*/
.ios_mask,
.android_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.43rem;
}
.ios_mask .arrow1,
.android_mask .arrow1 {
    width: 0.54rem;
    height: 0.69rem;
    margin-left: 75%;
    margin-top: 10%;
}
.ios_mask p,
.android_mask p {
    margin-bottom: 0.5rem;
}
.ios_mask .p1,
.android_mask .p1 {
    font-size: 0.16rem;
    margin-left: 40%;
}
.ios_mask .p2,
.android_mask .p2 {
    font-size: 0.16rem;
    margin-left: 40%;
}
.ios_mask .p3,
.android_mask .p3 {
    font-size: 0.16rem;
    margin-left: 40%;
}
.ios_mask .p1_android,
.android_mask .p1_android {
    /*margin: 1.6rem auto 2rem 3rem;*/
}
.ios_mask .dot,
.android_mask .dot {
    width: 0.58rem;
    height: 0.16rem;
}
.ios_mask .android,
.android_mask .android {
    width: 0.38rem;
    height: 0.38rem;
    vertical-align: middle;
}
.ios_mask .ios,
.android_mask .ios,
.ios_mask .six_icon,
.android_mask .six_icon {
    width: 0.38rem;
    height: 0.38rem;
    vertical-align: middle;
}
.ios_mask .six_icon,
.android_mask .six_icon {
    vertical-align: top;
    margin-top: -0.25rem;
}

/*无数据*/
.nodata{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nodata img{
    width: 1.6rem;
    height: 1.6rem;
}
.nodata p{
    margin-top: 0.15rem;
    font-size: 0.12rem;
    color: #B0B0B0;
}

.leaflet-control-attribution{
    display: none;
}
