body{
    position: relative;
    background-color: #EFEFEF;
    height: 100vh;
}
.content{
    width: 100%;
    position: absolute;
    left:0;
    top:40vw;
    background-color: #EFEFEF;
    min-height: 65vh;
}
/*搜索*/
/*.search{*/
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*background-color: #fff;*/
    /*padding: 0.22rem 0.3rem;*/
/*}*/
/*.search p{*/
    /*margin: 0;*/
    /*height: 0.65rem;*/
/*}*/
/*.search .p-input{*/
    /*width: 80%;*/
    /*border:0.02rem solid #0C94F1;*/
    /*border-top-left-radius: 0.1rem;*/
    /*border-bottom-left-radius: 0.1rem;*/
    /*padding: 0 0.2rem;*/
/*}*/
/*.search .p-input input{*/
    /*font-size: 0.3rem;*/
    /*height: 96%;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border:none;*/
    /*text-align: center;*/
    /*width: 100%;*/
/*}*/
/*.search .p-button{*/
    /*width: 2rem;*/
    /*border:0.02rem solid #0C94F1;*/
    /*background-color: #0C94F1;*/
    /*border-top-right-radius: 0.1rem;*/
    /*border-bottom-right-radius: 0.1rem;*/
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
/*}*/
/*.search .p-button button{*/
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background-color: rgba(0,0,0,0);*/
    /*border:none;*/
    /*font-size: 0.3rem;*/
    /*line-height: 0.65rem;*/
    /*color: #fff;*/
/*}*/
/*.search .p-button button img{*/
    /*width: 0.45rem;*/
    /*height: 0.45rem;*/
    /*margin-right: 0.1rem;*/
/*}*/

/*搜索*/
.search{
    display: flex;
    flex-wrap: nowrap;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #BFBFBF;
    background-color: #fff;
}
.search .search-div{
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.search .search-div p{
    margin: 0;
}
.search .search-div .select-select{
    width: 2.8rem;
    font-size: 0.3rem;
    border-radius: 0.1rem;
    padding: 0.05rem;
    background-color: #fff;
    margin-top:0;
    outline:none;
    border:1px solid #BBBBBB;
    position:relative;
    display: flex;
    flex-wrap: nowrap;
}
.search .search-div .select-select select{
    height:0.4rem;
    -webkit-appearance:none;
    appearance:none;
    border:none;
    font-size:0.3rem;
    padding:0px 0.1rem;
    display:block;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color: #FFFFFF;
    color:#333333;
    border-radius: 0.1rem;
}
.search .search-div .select-select img{
    width: 0.4rem;
    height:0.4rem;
}
.search .search-div input{
    width: 2rem;
    font-size: 0.3rem;
    border:none;
    border-radius: 0.1rem;
}
.search .search-div .search-name{
    font-size:0.3rem ;
    color: #000;
    margin-right: 0.1rem;
}
.search .search-div .input-p{
    border:1px solid #959595;
    border-radius: 0.1rem;
    width: 2.8rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.search .search-div .input-p img{
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.05rem 0;
}
/*2020-05-18修改搜索样式bxy*/
.select-select .select-input{
    width: 100% !important;
}
.select-select ul{
    width: 100%!important;
    position: absolute;
    list-style-type:none;
    padding: 0;
    text-align: left;
    left:0;
    top: 20px;
    border:1px solid #BBBBBB;
    background-color: #fff;
    max-height: 500px;
    overflow: scroll;
    font-size: 0.4rem;
    z-index: 999;
}
.select-select ul li{
    padding: 5px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*列表*/
.package-list{
    display: flex;
    flex-direction: column;
    padding: 0 0.25rem 2rem;
}
.package-list .package-one{
    display: flex;
    flex-direction: column;
    position: relative;
}
.package-list .package-one .one-top{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0.35rem 0;
    border-radius: 0.15rem;
    padding: 0.36rem 0.5rem 0.2rem;
}
.package-list .package-one .one-top p{
    margin: 0;
}
.package-list .package-one .one-top p.name{
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
}
.package-list .package-one .one-top p.time,.package-list .package-one .one-top p.diqu{
    font-size: 0.26rem;
    padding: 0.16rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.package-list .package-one .one-top p.diqu{
    border-bottom: 0.01rem dashed #E3E3E3;
}
.package-one .bottom{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.package-one .bottom a{
    font-size: 0.28rem ;
    color: #fff;
    background-color: #0C94F1;
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
    margin: 0 0.3rem;
    text-decoration: none;
}
.package-one  .delete{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top:0.5rem;
    right:0.2rem;
    z-index: 99;
}

    /*底部按钮*/
.input-add-button{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background-color: #2A73E0;
    padding: 0.2rem 0;
    margin: 0;
    font-size: 0.4rem;
    text-align: center;
    z-index: 100;
    display: flex;
    flex-wrap: nowrap;
}
.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;
}

.layui-layer-dialog .layui-layer-content {
    font-size: 40px;
}
.layui-layer-title {
    font-size: 30px;
}
.layui-layer-btn a {
    font-size: 30px;
    height:46px;
    line-height: 46px;
}
.layui-layer-title {
    height: 80px;
    line-height: 80px;
}
.layui-layer-setwin {
    display: none;
}
.layui-layer-hui .layui-layer-content {
    padding: 0.4rem 0.4rem;
    text-align: center;
}
.layui-layer-dialog .layui-layer-content{
    line-height: 50px !important;
}
.layui-layer-btn {
    text-align: right;
    padding: 0 0.3rem 0.3rem;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}