/*顶部搜索*/
.content {
    width: 100%;
    padding: 0;
    margin: 0;
}
.top-search{
    width: 100%;
    background-color: #F4CA44;
    display: flex;
    flex-direction: column;
}
.top-search .search-title{
    font-size: 0.4rem;
    width: 100%;
    text-align: center;
}
.top-search .search-input{
    width: 80%;
    margin: 0 auto 0.5rem;
    border-radius: 0.2rem;
    padding: 0 0.3rem;
    background-color: #fff;
}
.top-search .search-input input{
    width: 100%;
    height: 0.7rem;
    border:none;
    border-radius: 0.3rem;
    font-size: 0.36rem;
}

/*列表*/
.send-list{
    /*width: 100%;*/
    /*background-color: #F2F2F2;*/
    padding: 0.35rem 0.35rem 2rem;
}
.send-one{
    background-color: #fff;
    padding: 0.1rem 0.6rem;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
}
.send-one p{
    margin: 0.2rem 0;
}
.send-one .orderno{
    font-size: 0.36rem;
}
.send-one .info{
    display: flex;
    flex-wrap: nowrap;
}
.send-one .time{
    font-size: 0.36rem;
}
.send-one .state{
    font-size: 0.36rem;
    /*font-size: 0.3rem;*/
    display: flex;
    flex-wrap: nowrap;
    /*display: inline-block;*/
}
.send-one .state .state-span-l{
    min-width: 1.5rem;
}
.send-one .info p{
    display: flex;
    flex-direction: column;
    width: 33.33%;
    text-align: center;

}
.send-one .info .send-p1 .send-p1-t{
    font-size: 0.45rem;
    font-weight: bold;
}
.send-one .info .send-p1 .send-p1-b{
    font-size: 0.36rem;
}
.send-one .info .send-p2 img{
    width: 1.48rem;
    height: 0.18rem;
    margin: 0.3rem auto 0.1rem;
}
.send-one .info .send-p2 span{
    display: inline-block;
    font-size: 0.36rem;
    font-weight: bold;
}
.send-one  .to-detail{
    text-align: right;
    border-top:2px solid #eae9e9;
    margin: 0.3rem 0 0.1rem;
}
.send-one  .to-detail a{
    display: inline-block;
    margin: 0.2rem 0 0 0.2rem;
    font-size: 0.36rem;
    border:2px solid #eae9e9;
    padding: 0.08rem 0.7rem;
    border-radius: 0.3rem;
    color: #000;
    text-decoration: none;
}


/*快递员寄件列表*/
body{
    min-height: 100vh;
    background-color: #F2F2F2;
}
.top-state-type{
    width:100% ;
    height: 1.2rem;
    line-height: 1.2rem;
    position: fixed;
    top:0;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
}
.top-state-type p{
    width: 50%;
    margin: 0;
    font-size: 0.45rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-bottom: 0.05rem solid #fff;
}
.top-state-type .selected{
    color: #2A73E0;
    border-bottom: 0.05rem solid #2A73E0;
}
.top-state{
    width:100% ;
    position: fixed;
    top:1.2rem;
    left: 0;
    background-color: #fff;
    height: 1.1rem;
    line-height: 1.1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top:3px solid #F2F2F2;
}
.top-state p{
    /*width: 1.4rem;*/
    padding: 0 0.1rem;
    height: 0.52rem;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.3rem;
    border-radius: 0.08rem;
    border:2px solid #D6D6D6;
    margin: 0 0.08rem;
}
.top-state .state-title{
    font-size: 0.38rem;
    padding: 0 0.1rem 0 0.16rem;
    border-left: 0.08rem solid #0068B7;
}

.top-state .state_checked{
    border-color: #0068B7;
    position: relative;
}
.top-state .state_checked img{
    position: absolute;
    right:-2px;
    bottom:-2px;
    width: 0.3rem;
    height: 0.27rem;
}
.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{
    border-right: 0.02rem solid #fff;
}
.input-add-button a:last-child{
    border-right: none;
}

.courier-list{
    padding-top: 2.8rem;
}

