body{
    position: relative;
}
.content{
    width: 90%;
    position: absolute;
    left:5%;
    top:40vw;
    bottom:1rem;
    background-color: #fff;
    border-radius: 0.2rem;
    -moz-box-shadow:0px 5px 20px #B3B3B3;
    -webkit-box-shadow:0px 5px 20px #B3B3B3;
    box-shadow:0px 5px 20px #B3B3B3;
    height: 66vh;
}
/*搜索*/
.search{
    margin: 0 0.1rem;
    display: flex;
    flex-wrap: nowrap;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #BFBFBF;
}
.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: 1.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: 1.4rem;
    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.2rem;
    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: 550px;
    overflow: scroll;
    font-size: 0.4rem;
    z-index: 999;
}
.select-select ul li{
    padding: 5px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*列表*/
.list{
    padding: 0 0.5rem;
    height: 70%;
    overflow-y: scroll;
    margin: 0.4rem 0;
}
.info-list{
    display: flex;
    flex-direction: column;
}
.info-list .info-one{
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.32rem;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 0.3rem;*/
    padding: 0.2rem 0;
    border-bottom: 1px solid #ccc;
}
.info-list .info-one p{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.info-list .info-one p>span>span{
    font-size: 0.22rem;
}
.info-list .info-one img{
    width: 0.5rem;
    height: 0.5rem;
}
/*开始入库按钮*/
.input-a{
    /*width: 100%;*/
    background-color: #2A73E0;
    border-radius: 0.1rem;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    text-align: center;
    bottom: 0.15rem;
    padding: 0.1rem 0;
}
.input-a a{
    color: #fff;
    text-decoration: none;
    font-size: 0.43rem;
}

/*
 **开始入库页面
 */
.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;
}
.input-add{
    display: flex;
    flex-direction: column;
    padding: 1rem 0.6rem;
}
.input-add input{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    border-radius: 0.15rem;
    color: #000;
    font-size: 0.5rem;
    background-color: #F2F2F2;
    border: none;
    margin-bottom: 0.5rem;
}
.input-add .input-div{
    position: relative;
    /*padding: 1.2rem 0;*/
}
.input-add .input-div img{
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top:0;
    right: 0;
    z-index: 999;
}
.input-add .input-div>input{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    border-radius: 0.15rem;
    color: #000;
    font-size: 0.5rem;
    background-color: #F2F2F2;
    border:none;
    margin-bottom: 0.5rem;
}
.input-add>button{
    display: flex;
    flex-wrap: nowrap;
    border:none;
    background-color: #00A400;
    color: #fff;
    font-size: 0.48rem;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0;
    border-radius: 0.15rem;
}
.input-add .complete{
    font-size: 0.4rem;
    width: 30%;
    margin: 0.1rem auto;
    border-radius: 0.15rem;
    padding: 0.1rem 0;
    text-align: center;
    background-color:#2A73E0 ;
    color: #fff;
}
.input-add>button img{
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.5rem;
}
.input-add .package-num{
    width: 96%;
    margin-bottom:  0.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.input-add .package-num>input{
    width: 80%;
    background-color: #F2F2F2;
    border-radius: 0.15rem;
    border: none;
    height: 0.7rem;
    font-size: 0.4rem;
    text-align: center;
}
.input-add .package-num>span{
    font-size: 0.32rem
}
.input-add .tips{
    text-align: center;
    font-size: 0.3rem;
    color: #003d98;
}

.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;
}


/*2020-5-29  短信通知页面样式*/
.send-info{
    padding: 0.4rem 0.8rem 0;
    display: flex;
    flex-direction: column;
}
.send-info .info-one{
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.38rem;

}
.send-info .info-one p{
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0.3rem 0;
    margin: 0;
}
.send-info .info-one .send-name{
    width: 25%;
}
.send-info .info-one .send-val{
    width: 70%;
}
.send-info .info-one .send-val input{
    width: 90%;
    padding: 0 5%;
    height: 100%;
    font-size: 0.36rem;
    border:2px solid #999;
    border-radius: 0.1rem;
}
.form-sub{
    color: #fff !important;
    width: 2.2rem;
    height: 0.9rem;
    font-size: 0.38rem;
    background-color: #2A73E0;
    border-color: #2A73E0;
    border-radius: 0.1rem;
    margin: 0.3rem auto;
}
.send-tips{
    padding: 0 0.6rem;
    position: absolute;
    bottom:0.2rem;
    font-size: 0.28rem;
    color: #999;
}
.send-tips p{
    margin: 0.05rem 0;
}