.detail-div{
    /*height: 97vh;*/
    background-color: #F2F2F2;
    padding: 3vh 0.35rem 0;
}
.detail{
    background-color: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
}
.detail p{
    margin: 0;
}
.detail .detail-user{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0 ;
}
.detail .detail-user:first-child{
    border-bottom: 2px solid #E2E2E2;
}
.detail-user .userinfo{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.detail .detail-user .userinfo img{
    width: 0.6rem;
    height: 0.7rem;
}
.detail .detail-user .userinfo .user-p{
    display: flex;
    flex-direction: column;
    margin-left: 0.2rem;
}
.detail .detail-user .userinfo .user-p .user-name{
    font-size: 0.45rem;
    font-weight: bold;
}
.detail .detail-user .userinfo .user-p .user-name span{
    display: inline-block;
    min-width: 1.7rem;
}
.detail .detail-user .userinfo .user-p .user-addr{
    font-size: 0.4rem;
    padding-top: 0.1rem;
    color: #656565;
}
.detail .detail-user  .address-book{
    width: 0.6rem;
    height: 0.6rem;
}
.detail .detail-user  .address-book img{
    width: 100%;
    height: 100%;
}
.send-info{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-top: 0.5rem;
    padding: 0 0.4rem;
}
.send-info p{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0.4rem 0;
    font-size: 0.4rem;
}
.send-info p:first-child{
    border-bottom: 2px solid #E2E2E2;
}
.courier-info{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-top: 0.5rem;
    padding: 0 0.4rem;
}
.courier-info p{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0.4rem 0;
    font-size: 0.4rem;
}
.description-info{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-top: 0.5rem;
    padding: 0 0.4rem;
}
.description-info p{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding-top: 0.4rem ;
    font-size: 0.4rem;
}
.description-info p textarea{
    margin-bottom: 0.4rem;
    width: 100%;
    height: 1.5rem;
    border:1px solid #ccc;
    padding: 0.2rem;
}
/*底部下单*/
.send-footer{
    height: 1.3rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom:1.4rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-top: 2px solid #E2E2E2;
}
/*底部下单*/
.send-footer-bottom0{
    bottom:0rem;
}
.send-footer .p-1{
    width: 75%;
    padding-left: 5%;
    font-size: 0.32rem;
    margin: 0;
    line-height: 1.3rem;
    color: #888888;
}
.send-footer .p-2{
    width: 25%;
    text-align: center;
    background-color: #F4CA44;
    color: #fff;
    font-size: 0.42rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.3rem;
}
.send-footer-bottom0 .p-2{
    background-color: #2A73E0;
}
.back{
    display: block;
    width:100%;
    height: 1rem;
    line-height: 1rem;
    background-color:#F4CA44 ;
}
.back-blue{
    background-color: #2A73E0;
}
.back img{
    width: 0.6rem;
    margin-left: 0.2rem;
}
.address-list .address-one {
    width: 100%;
    border-bottom: none;
    background-color: #fff;
}
.address-list .address-one .one-top {
    padding-bottom: 0rem;
}
/*重量付费方式*/
.weight-type input{
    width: 2rem;
    padding: 0 0.2rem;
    border:1px solid #ccc;
    margin-right: 0.2rem;
}
.weight-type input[type="radio"]{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem 0 0.4rem;
}
.weight-type p span{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}