/*简短询问框*/
body .width-class{
    width: 395px !important;;
}
/*body .confirm-class .layui-layer-title{}*/
body .confirm-class .layui-layer-title{background-color:#fff; color:#444a5a; font-size: 16px; border-bottom: 1px solid #E9E7E7;height: 46px;line-height: 46px;}
body .confirm-class .layui-layer-btn{text-align: center; margin: 10px 10px 18px;}
body .confirm-class .layui-layer-content{color:#444a5a;padding: 30px;font-size: 16px;}
body .confirm-class .layui-layer-ico{background: url(image/closeSmall.png) no-repeat;}
body .confirm-class .layui-layer-setwin .layui-layer-close2{right: -28px;top: -28px;width: 31px;height: 31px;}
body .confirm-class .layui-layer-setwin .layui-layer-close2:hover{background-position: 0px 0px;}
body .confirm-class .layui-layer-btn a{width: 162px;    height: 45px; line-height: 45px;font-size: 16px;}

body .confirm-class .layui-layer-btn .layui-layer-btn0{background:#444A5A; border: 1px solid #444A5A; border-radius: 4px; margin: 0}
body .confirm-class .layui-layer-btn .layui-layer-btn1{background:#FF5A1E;color: #fff;border: 1px solid #FF5A1E; border-radius: 4px;     margin: 0  0 0 22px;}
body .confirm-class .layui-layer-content textarea{
    width: 300px!important;
    height:130px!important ;
    border:1px solid #E9E7E7;
    outline: none;
}
/*opne btn*/

body .openBtn-class .layui-layer-btn .layui-layer-btn0{background:#FF5A1E;color: #fff;border: 1px solid #FF5A1E; border-radius: 4px; margin: 0}
/*close*/
body .close-class .layui-layer-ico{background: url(image/closeSmall.png) no-repeat;}
body .close-class .layui-layer-setwin .layui-layer-close2{right: -28px;top: -28px;width: 31px;height: 31px;}
body .close-class .layui-layer-setwin .layui-layer-close2:hover{background-position: 0px 0px;}
.layer_btn_box {
    text-align: center;
}
.layer_btn_box span {
    cursor: pointer;
}
.layer_btn_cancel, .layer_btn_success, .layer_btn_know {
    cursor: pointer;
    min-width: 98px ;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border: none !important;
    outline: none !important;
    border-radius: 5px !important;
}
.layer_btn_a:hover{
    color:#fff;
    cursor: pointer;
}
.layer_btn_cancel {
    color: #fff !important;
    background-color: #444a5a !important;
    margin-right: 20px;
}
.layer_btn_know {
    color: #fff !important;
    background-color: #2974f0 !important;
    width: 162px;
    font-size: 18px;
}
.layer_btn_success {
    color: #fff !important;
    background-color: #FF5A1E !important;
}
.layer_btn_success:hover{
    background:rgba(255,90,30,0.75) !important;
}
.layer_btn_cancel:hover{
    background-color: rgba(68,74,90,0.75) !important;
}
.layer_btn_know:hover{
    background-color: rgba(41,116,240,0.75) !important;
}
.layer_btn_wid_auto{
    width: auto !important;
}
.layui-layer-msg{
    background-color: #7c808b !important;
    min-width: 240px !important;
    border-radius: 5px !important;
}
.layui-layer-msg .layui-layer-content{
    color: #fcfcfc;
}
.btn_orange, .btn_green, .btn_blue, .btn_yellow, .btn_grey,.btn_white{
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 98px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}
.btn_orange{
    background-color: #ff5a1e;
}
.btn_green{
    background-color: #44bb00;
}
.btn_blue{
    background-color: #2974f0;
}
.btn_yellow{
    background-color: #ff9d00;
}
.btn_grey {
    background-color: #8c8d92;
}
.btn_green_border{
    color: #44bb00 ;
    border: 1px solid #44bb00 ;
    background-color: #fff;
    line-height: 34px;
}
.btn_blue_border{
    color: #2974f0 ;
    border: 1px solid #2974f0 ;
    background-color: #fff;
    line-height: 34px;
}
.btn_orange:hover{
    background-color: rgba(255, 90, 30, 0.75);
}
.btn_green:hover{
    background-color: rgba(68, 187, 0, 0.75);
}
.btn_blue:hover{
    background-color: rgba(41, 116, 240, 0.75);
}
.btn_yellow:hover{
    background-color: rgba(255, 157, 0, 0.75);
}
.btn_grey:hover {
    background-color: rgba(140, 141, 146, 0.75);
}
.btn_green_border:hover {
    color: rgba(69, 188, 0, 0.75) ;
    border: 1px solid rgba(68, 187, 0, 0.75) ;
    background-color: #fff;
}
/*超过三行显示。。。*/
/*.ellipsisBox{
    display: flex;
    align-items: center;
}
.ellipsis{
    word-break: break-all;
    width: 230px;
    flex:1;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}*/
/*bootstrap-table*/
.fixed-table-container tbody td{
    border-left: 1px solid #f5f5f5;
}
.bootstrap-table .table>thead>tr>th{
    border-bottom: 1px solid #f5f5f5;
}
.bootstrap-table .table{
    border-bottom:none;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    line-height: 29px;
}
/*bootstrap-table*/