.detail-div{
    height: calc(97vh - 1rem);
    background-color: #F2F2F2;
    padding: 3vh 0.35rem 0;
}
.detail{
    background-color: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0.7rem 0.4rem;
}
.detail p{
    margin: 0;
}
.detail .detail-user{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 0 0.4rem;
}
.detail .detail-user img{
    width: 0.6rem;
    height: 0.7rem;
}
.detail .detail-user .user-p{
    display: flex;
    flex-direction: column;
    margin-left: 0.2rem;
}
.detail .detail-user .user-p .user-name{
    font-size: 0.4rem;
    font-weight: bold;
}
.detail .detail-user .user-p .user-name span{
    display: inline-block;
    min-width: 1.7rem;
}
.detail .detail-user .user-p .user-addr{
    font-size: 0.35rem;
    padding-top: 0.1rem;
    color: #656565;
}
.detail .detail-order{
    display: flex;
    flex-wrap: nowrap;
}
.detail .detail-order p{

    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
    font-size: 0.35rem;
    line-height: 0.5rem;
}
.detail .detail-order .p-l{
    width: 45%;
}
.detail .detail-order .p-r{
    width: 55%;
}
.detail-order-bottom{
    display: flex;
    flex-direction: column;
    font-size: 0.35rem;
}
.detail-order span,.detail-order-bottom span{
    height: 0.6rem;
    line-height: 0.6rem;
}





.edit-but {
    width: 100%;
    /*display: flex;*/
    flex-wrap: nowrap;
    border: none;
    background-color: #2A73E0;
    color: #fff;
    font-size: 0.48rem;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0;
    border-radius: 0.15rem;
    margin-top: 1rem;
}

.send-info-button{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 1rem;
}
.send-info-button button,.send-info-button a{
    border: none;
    background-color: #2A73E0;
    color: #fff;
    font-size: 0.4rem;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0.2rem;
    border-radius: 0.15rem;
    text-decoration: none;
}

/*返回按钮样式*/
.back {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background-color: #2A73E0;
}
.back img {
    width: 0.6rem;
    padding: 0.2rem;
}


/*支付状态修改*/
.change-status{
    width: 100%;
    height: calc(100vh - 2rem);
    background-color: #F2F2F2;
   padding-top: 1rem;
}
.set-paystatus{
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0rem 0.4rem;
    border-radius: 0.2rem ;
}
.set-paystatus p{
    margin: 0;
    font-size: 0.4rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 2px solid #F2F2F2;
}
.set-paystatus p:last-child{
    border-bottom: none;
}
.set-paystatus p span{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.set-paystatus p span input{
    width: 2rem;
    height: 0.5rem;
    font-size: 0.4rem;
    border:1px solid #ccc;
    padding: 0.1rem 0.2rem;
    border-radius: 10px;
}
.set-paystatus p span select{
    width: 2.4rem;
    height: 0.75rem;
    font-size: 0.4rem;
    border:1px solid #ccc;
    padding: 0.1rem 0.2rem;
    border-radius: 10px;
    background-color: #ffffff;
}
.set-paystatus p span .unit{
    display: inline-block;
    width: 1rem;
    padding-left: 0.2rem;
}
.change-status button.confirm{
    width: 80%;
    left: 10%;
    bottom: 2rem;
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #2A73E0;
    font-size: 0.4rem;
    border-radius: 0.5rem;
    text-align: center;
    border:none;
}

/*设置第三方快递*/
.sendout-div{
    width: 100%;
    height: calc(100vh - 2rem);
    background-color: #F2F2F2;
    padding-top: 1rem;
}
.sendout-div button.confirm{
    width: 80%;
    left: 10%;
    bottom: 2rem;
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #2A73E0;
    font-size: 0.4rem;
    border-radius: 0.5rem;
    text-align: center;
    border:none;
}
.sendout-div .sendout{
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0rem 0.4rem;
    border-radius: 0.2rem ;
}
.sendout .sendout-info{
    margin: 0;
    font-size: 0.4rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 0.5rem 0;
    border-bottom: 2px solid #F2F2F2;
}
.sendout .sendout-info:last-child{
    border-bottom: none;
}

.sendout .sendout-info .sendout-name{
    width: 2rem;
}
.sendout .sendout-info .sendout-val{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: calc(100% - 2rem);
}
.sendout .sendout-info .sendout-val .select{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border:1px solid #f2f2f2;
}
.sendout .sendout-info .sendout-val input{
    width: calc(100% - 0.8rem);
    height: 0.8rem;
    border:none;
    font-size: 0.38rem;
    outline: none;
    /*border-bottom: 1px solid #ccc;*/
}
.sendout .sendout-info .sendout-val img{
    width: 0.8rem;
    height: 0.8rem;
}
.select-div{
    position: relative;
}
.select-div .f-ul {
    width: 100%!important;
    position: absolute;
    list-style-type: none;
    padding: 0;
    text-align: left;
    left: -1px;
    top: 0.8rem;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    max-height: 7.5rem;
    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;
    border-bottom: 1px solid #f2f2f2;
}


/*我的专属寄件码样式*/
.qrcode{
    margin: 2rem auto;
    width: 5rem;
    height: 5rem;
}
.qrcode img{
    width: 100%;
    height: 100%;
}