.d_close {
    background:  url(../images/d_chacha.png) no-repeat;
    float: right;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100% 100%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*padding: 8px;*/
    /*line-height: 1.42857;*/
    /*vertical-align: top;*/
    /*border-top: 1px solid #ddd;*/
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table td, .table th {
    font-size: 14px;
}
/*.table-striped>tbody>tr:nth-of-type(n) {*/
/*    background-color: #fff;*/
/*}*/
#simple-table>tbody>tr td{
    border-top:none;
    border-bottom:none;
    padding: 8px;
}
#simple-table>tbody>tr{
    border:1px solid #ddd;
}
/*#simple-table>tbody>tr:hover{*/
/*border:1px solid #C71522 !important;*/
/*    color:  #C71522;*/
/*}*/
/*#simple-table>tbody>tr:hover td{*/
/*    border-top:1px solid #C71522*/
/*}*/
#simple-table>tbody>tr.chooseradio_styl>td:first-of-type{
    border-left:1px solid #C71522
}
#simple-table>tbody>tr.chooseradio_styl>td:last-of-type{
    border-right:1px solid #C71522
}
#simple-table>tbody>tr.chooseradio_styl>td {
    background: #fcf3f4 !important;
    border-top:1px solid #C71522 !important;
    color:  #C71522;
    border-bottom: 1px solid #C71522 !important;
}
#simple-table>tbody>tr:hover>td {
    background:#fcf3f4 !important;
}
input[type="radio"]::before {
    position: relative;
    content: "";
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #aaa;
    z-index: 5;
}
input[type="radio"]:checked::before{
    border: 1px solid #C71522;
}
input[type="radio"]:checked::after {
    position: relative;
    content: "";
    bottom: 15px;
    left: 4px;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    visibility: visible;
    background-color: #C71522;
    z-index: 6;
}
/*#simple-table>tbody>tr:hover>td:first-of-type{*/
/*    border-left: 1px solid #C71522 !important;*/
/*}*/
/*#simple-table>tbody>tr:hover>td:last-of-type{*/
/*    border-right: 1px solid #C71522 !important;*/
/*}*/



#simple-table{
width:100%
}
.form-control{
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #dddddd !important;
        height: 30px;
        box-sizing:border-box;
        border-radius:2px 0px 0px 2px !important
}
#searchBtn{
    padding: 6px 12px;
    color: #999;
     border-radius:0px 2px 2px 0px;
    border:1px solid #ddd;
    border-left: 0px;
    background: #fff url("../images/bigeye.png") no-repeat center;
}
#simple-table .share-check-item{
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
}
#sample_1_paginate .pagination>li>a, #sample_1_paginate .pagination>li>span{
    margin-left:6px;
    border-radius: 3px !important;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    padding: 0px;
    box-sizing: border-box;
    color: #999;
    font-size: 12px;
    background: #fff;
}
#sample_1_paginate .pagination>li:first-child>a,#sample_1_paginate .pagination>li:first-child>span,#sample_1_paginate .pagination>li:last-child>a,#sample_1_paginate .pagination>li:last-child>span{
 min-width: 40px;
}
#sample_1_paginate .pagination>li.active>a, #sample_1_paginate .pagination>li.active>span,#sample_1_paginate .pagination>li>a:hover, #sample_1_paginate .pagination>li>span:hover{
    color: #C71522;
    background: #fff;
    border: 1px solid #C71522;
}
.currpage_styl{
       overflow:hidden
}
 .currpage_styl>div:nth-of-type(2){
   float:right;
 }
 .-backdrop,.-modal.-show.-focus{
 z-index:1050 !important;
 }
/*.modal-open{*/
/*    overflow: hidden !important;*/
/*}*/
.modal .modal-header{
    cursor: move;
}
.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize;
     background: #fff;
    display: block;
}

#showFriendModal {
    width: 100%;
}
    #showFriendModal>div>div{
        /*resize: both;*/
        height: 543px;
    }
/*#showFriendModal>div>div{*/
/*    height: 532px !important;*/
/*}*/
#showFriendModal .modal-body {
    padding: 0px 20px;
    height: calc(100% - 290px);
}
.ui-dialog .ui-dialog-title{
    width: auto;
}
