p{padding: 0;margin: 0}
#search{
    margin-right: 0;
}
#search .col-lg-5{
    margin-bottom:5px;
}
.navigation{
    position: static;
}
#right-add-diamond{
    width:100px;
    height:30px;
    background:rgba(255,194,0,1);
    border-radius:6px;
    border:none;
    color:white;
    margin-left: 15%;
    float: right;
    margin-right:5px;
}
#datetimepicker1{
    float: right;
}
/* 添加钻石弹窗 */
.addDiamondMask{
    position: fixed;
    top:0;
    left:0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.addDiamond{
    margin: 0 auto;
    margin-top: 14%;
    width: 420px;
    height: 320px;
    border-radius: 10px;
    background: white;
    overflow: hidden;

}
.boxBody{
    padding: 0 30px;
}
.boxTitle{
    height: 34px;
    background: #F1B347;
    color: white;
}
.boxTitle span{
    font-size:18px;
    height: 34px;
    line-height: 34px;
    float: right;
    margin-right: 15px;
}
.userNum{
    margin-top: 40px;
    
}

.boxBody input{
    border-radius: 6px;
    border: 1px solid gray;
    font-size: 16px;
}
.userNum span{
    font-size: 10px;
    color: gray;
}
.addNum{
    margin-top: 25px;
    position: relative;
}
.addNum span{
    font-size: 16px;
}
.addList{
    position: absolute;
    top:29px;
    left:183px;
    background:rgb(248,248,248);;
    color:white;
    text-align: center;
    border: 1px solid gainsboro;
    padding: 0 11px;   
    display: none;
    height: 42px;
    z-index: 100;
}
.addList a,.record a{
    color: #4F4F4F;
}
.remark{
    margin-top: 25px;
    position: relative;
}
.remark span{
    font-size: 16px;
}
.record{
    position: absolute;
    top:46px;
    left:183px;
    height: 78px;
    overflow-y: scroll;
    background:rgb(248,248,248);;
    color:white;
    text-align: center;
    border: 1px solid gainsboro;
    padding: 0 11px;   
    display: none;
}
.addBtnBox{
    text-align: center;
}
.addBtn{
    margin: 0 auto;
    margin-top: 30px;
    width:229px;
    height:37px;
    background:rgb(255,91,1);
    border-radius:6px;
    border: none;
    color: white;
    
}
