@charset "utf-8";
/**
 * @version:               1.0.0
 * @createTime:            2021.11.23
 * @updateTime:            2021.11.23
 * @author:                zhangju
 * @description            诉讼工具三个页面
 ***/

.fd-center-tables {
    margin: 0 auto;
    width: 300px;
}

.fd-center-tables > form {
    width: 100%;
}

.main_tbl {
    width: 100%;
    font-size: 14px;
    color: #333;
    border: 1px solid #e2e4e6;
    border-collapse: collapse;
}

.main_tbl td {
    padding: 0 6px;
    height: 48px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e2e4e6;
}

.main_tbl td:nth-of-type(1) {
    padding-right: 0;
    width: 134px;
}

.main_tbl td:nth-last-of-type(1) {
    padding-left: 0;
    width:20px;
}

.main_tbl td select,
.main_tbl td input[type="text"] {
    padding: 0 4px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #333;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    background: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
}

.main_tbl td input[type="checkbox"] {
    position: relative;
    width:20px;
    height:20px;
}

.main_tbl td input[type="checkbox"]:after{
    width:20px;
    height:20px;
    display:block;
    background:url('../img/checkbox_normal.png') right;
    content:' ';
    position:relative;
    top: 0;
    right: 0;
}

.main_tbl td input[type=checkbox]:checked:after{
    background-image:url('../img/checkbox_sel.png');
}

.main_tbl td input[type="text"].input_short {
    width: 32px;
}

.td_tr {
    text-align: right;
}

.fd-iframe-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fd-iframe-box iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.bottom_tbl {
    line-height: 48px;
    font-size: 14px;
    color: #333;
}
