body{
    /*min-height: 100vh;*/
    background-color: #F2F2F2;
    padding: 0;
    margin: 0;
}
.detail-div{
    /*height: 97vh;*/
    background-color: #F2F2F2;
    padding: 3vh 0.35rem 0;
    margin-bottom: 4rem;
}
.detail{
    background-color: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
    margin-bottom: 0.5rem;
}
.detail p{
    margin: 0;
}
.detail .detail-p{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.38rem;
    border-bottom: #F0F0F0 2px solid;
    align-items: center;
    padding: 0.2rem 0;
    justify-content: space-between;
    color: #000;
}
.detail .detail-p-address{
    border-bottom: none;
}
.detail-div .p-title{
    background-color: #ffffff;
    height: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 0.2rem;
    padding-left: 0.3rem;
}
.detail-div .p-title img{
    width: 0.6rem;
    height: 0.7rem;
    margin-right: 0.2rem;
}
.detail-div .p-title span{
    font-size: 0.45rem;
    font-weight: bold;
}

.detail .detail-p .detail-tltle{
    width: 2rem;
    text-align: right;
}
.detail .detail-p .detail-info{
    height: 0.8rem;
    width: calc(100% - 2.3rem);
    font-size: 0.38rem;
    border:none;
    outline:none;
    margin: 0;
}
.detail .detail-p .detail-type{
    height: 0.8rem;
    line-height: 0.8rem;
    width: calc(100% - 2.3rem);
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-around;*/
}
.detail .detail-p .detail-type input[type="radio"]{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
}
.detail .detail-p .detail-type span{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
.detail .detail-p .detail-type span label{
    margin: 0;
}
.picker-city{
    display: inline-block;
    height: 0.8rem;
    width: calc(100% - 2.3rem);
    font-size: 0.38rem;
    line-height: 0.8rem;
    display: flex;
    flex-wrap: nowrap;
}
.picker-city>input{
    border:none;
    outline: none;
    width: 33%;
}
/*底部确认*/
.confirm-detail{
    width: 80%;
    left: 10%;
    bottom:2rem;
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #F4CA44;
    font-size: 0.4rem;
    border-radius: 0.5rem;
    text-align: center;
}


/*快递员寄件详情*/
.detail-name{
    font-size: 0.38rem;
    font-weight: bold;
}
.span-detail{
    color: #737373;
}
.input-add-button{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background-color: #2A73E0;
    padding: 0.2rem 0;
    font-size: 0.4rem;
    text-align: center;
    z-index: 100;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}
.input-add-button a{
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.input-add-button a:first-child{
    border-right: 0.02rem solid #fff;
}

/*快递站选择*/
.select-div{
    width: calc(100% - 0.1rem);
    height: 0.9rem;
    position: relative;
    font-size: 0.3rem;
    border-radius: 0.1rem;
    padding: 0.05rem;
    background-color: #fff;
    margin-top: 0;
    outline: none;
    border: 1px solid #BBBBBB;

    margin-bottom: 1rem;
}
.select-div .select{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.select-div input{
    width: calc(100% - 1rem) ;
    height: 0.8rem;
    font-size: 0.4rem;
    border: none;
    border-radius: 0.1rem;
    outline: none;
}
.select-div img{
    width: 0.8rem;
    height: 0.8rem;
}
.select-div .f-ul{
    width: 100%!important;
    position: absolute;
    list-style-type: none;
    padding: 0;
    text-align: left;
    left: -1px;
    top: 1rem;
    border: 1px solid #BBBBBB;
    background-color: #fff;
    max-height: 8rem;
    overflow: scroll;
    font-size: 0.4rem;
    z-index: 999;
    margin: 0;
    border-radius: 0.1rem;
}
.select-div .f-ul li{
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.select-div .f-ul .c-ul{
    padding: 0 20px;
}
.select-div .f-ul .c-ul li{
    border-bottom: 1px solid #efefef;
}
.select-div .f-ul .f-li{
    border-bottom: 1px solid #efefef;

}
.select-div .f-ul  .area-f-li{
    padding:0px;
}
.select-div .f-ul .f-li p{
    margin: 0;
    padding: 10px;
    background-color: #eeeeee;
}