/*按钮灰色边灰色字*/
.gary{
    border: 1px solid #d9d9d9;
    color: #999;
    font-size: 14px;
    background: none;
}
/*按钮移入绿边绿字*/
.gary:hover{
    border: 1px solid #34c163;
    color: #34c163;
}
.disgary,.disgary:hover{
    background: #efefef;
    color: #999;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
/*绿色按钮绿边绿字*/
.green{
    border: 1px solid #34c163;
    color: #34c163;
    font-size: 14px;
    background: none;
}
/*绿色按钮移入绿背景白字*/
.green:hover{
    background: #34c163 !important;
    color: #fff !important;
}
/*蓝色按钮蓝底边蓝字(一般写在a标签上)*/
.bull{
    font-size: 13px;
    color: #0d92ef;
    display: inline-block;
    height: 21px;
    line-height: 18px;
    border-radius: 0;
    border-bottom: 1px solid #0d92ef;
    background: none !important;
}
/*蓝色按钮蓝移入底边蓝字(一般写在a标签上)*/
.bull:hover{
    color: #0d92ef;
}
/*input框颜色#666*/
.inp_color666{
    color: #666;
}
/*绿色数字*/
.font-green{
    color: #34c163;
    font-size: 18px;
}
/*底部两个按钮样式设置*/
.layui-btn-special{
    width:90px !important;
    height:32px !important;
    line-height:32px !important;
}
.layui-btn-special-cunchu{
    margin-left:70px !important;
}
/*弹窗相同样式的css*/
.layui-layer {
    border-radius: 8px !important;
}
.layui-layer-title{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
/*弹出框的样式设置*/
.layui-layer-title{
    height:60px !important;
    line-height:60px !important;
}
.layui-layer-setwin {
    right: 20px !important;
    top: 22px !important;
}