* {
    font-family: "Microsoft YaHei";
}

body {
    letter-spacing: 0;
    background: #f7f7f7;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

address {
    /* position: fixed; */
    bottom: 20px;
    opacity: 0.8;
    font-size: 12px;
    letter-spacing: 0;
    /* line-height: 12px; */
    line-height: 65px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #9B9B9B;
}

address.index {
    color: #FFFFFF;
}

.bg-box,
.nav-box {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 1190px;
}

.nav-box img {
    width: 100%;
    height: 94px;
}

.bg {
    width: 100%;
    overflow: hidden;
    min-height: 1100px;
    min-width: 1280px;
}

.main {
    letter-spacing: 0;
    width: 1190px;
    min-height: 708px;
    margin: 0 auto;
}

.pf-content {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 24px;
    min-height: 708px;
}

.breadcrumb-container {
    width: 1190px;
    margin: 0 auto;
}

.breadcrumb-container .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
}

.time-code {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    padding-left: 9px;
}


/*------------自定义表格样式*/

.table {
    table-layout: fixed;
}

.table th {
    background: #F7F8FC;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
}

.table td {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: center;
    /*max-width: 100px;*/
    overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
}

#kp-table-container .table td {
    white-space: unset !important;
    text-overflow: unset !important;
}
.table td a {
    color: #2378CE;
}

.table>tbody>tr {
    background: #FFFFFF;
}

.table>tbody>tr:hover {
    background: #F0F8FF!important;
}

.table>tbody>tr:hover td {
    background: none!important;
}

.table-bordered {
    border: 1px solid #D8DCF0;
}

.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 #D8DCF0;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #ffffff;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #ffffff;
}


/*公共头*/

.logo-box {
    margin: 26px auto 30px auto;
    width: 1190px;
    padding-right: 30px;
}

.logo-box.has-login {
    width: 1190px;
}

.logo-box a {
    float: right;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 50px;
}

.logo-box img {
    height: 40px;
}

.has-login a {
    margin-right: 35px;
}

.logo-box .outlogo {
    margin-right: -35px;
}

.has-login .badge {
    background: #EF4D19;
    padding: 1px 4px;
    margin-left: 2px;
    font-size: 13px;
    font-weight: 400;
    behavior: url(./js/public/PIE.htc);
}

.title {
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 28px;
}

.main input.focus-txt,
.main input.error-txt {
    font-size: 14px;
    color: #515151;
}

input.focus-txt {
    border: 1px solid #4EA5EB;
}

input.error-txt {
    border: 1px solid #FF5919;
}

.gs-error {
    font-size: 14px;
    color: #FF5919;
    line-height: 16px;
}

.btn-primary,
.btn-default {
    border-radius: 3px;
}

.sub-title {
    padding-top: 11px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 16px;
}

.sub-title span {
    color: #9e9e9e;
}

.tab-content {
    background: #fff;
    padding: 28px 21px 54px 21px;
}


/*提示框*/

.modal-warn {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.modal {
    padding-right: 0px!important;
}

.modal-dialog {
    width: 420px;
}

.modal-content {
    border-top: 2px solid #FF9800;
    width: 420px;
    height: 170px;
}

.modal-header {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #666666;
    font-weight: 800;
    padding: 30px 0 0 20px;
    border: 0;
}

.modal-header span {
    vertical-align: middle;
}

.modal-footer {
    padding: 0 15px;
    text-align: right;
    border: 0;
}

.modal-footer button {
    width: 80px;
    height: 32px;
    line-height: 18px;
}

.modal-body {
    padding: 8px 0 30px 64px;
    font-size: 12px;
    color: #666666;
}

.modal-dialog {
    top: 30%;
}

.treeContent {
    display: none;
    position: absolute;
}

.text-align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-left-8 {
    margin-left: 8px;
}

.display-none {
    display: none;
}

.disp-inline-block {
    display: inline-block;
}

.custom-dialog {
    width: 420px;
    min-height: 170px;
    border-top: 2px solid #FF9800;
    background-color: #FFF;
    border-radius: 3px;
    height: 100%;
    padding: 30px 20px;
}

.custom-dialog-content {
    /*margin: 30px 20px;*/
    height: 100%;
}

.custom-dialog-header {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #666666;
    font-weight: 800;
    height: 33px;
}

.custom-dialog-header-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.custom-dialog-body {
    padding: 8px 0 30px 38px;
    font-size: 12px;
    color: #666666;
    height: calc(100% - 70px);
    overflow-y: hidden;
    min-height: 78px;
}

.custom-dialog-footer {
    text-align: right;
    height: 34px;
}

.custom-dialog-footer button {
    width: 80px;
}

.custom-dialog-err {
    width: 420px;
    min-height: 170px;
    border-top: 2px solid #e24034;
    background-color: #FFF;
    border-radius: 3px;
    height: 100%;
    padding: 30px 20px;
}

.custom-dialog-success {
    background-color: #5cb85c;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 6px;
}

.custom-dialog-success span {
    color: #FFF;
    margin-left: 8px;
}

.custom-success-skin {
    border-radius: 6px;
}

.cursor-pointer {
    cursor: pointer
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #888;
    right: 7px;
    position: absolute;
    top: 6px;
}

.position-relative {
    position: relative;
}

.table-layout-fixed {
    table-layout: fixed;
}


/****/

.card {
    display: inline-block;
    width: 368px;
    height: 230px;
    background: #FFFFFF;
    border: 1px solid #D8DCF0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.28);
    border-radius: 4px;
    padding: 24px;
    cursor: pointer;
    margin: 24px;
    float: left;
}

.card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .24);
}

.expired:hover {
    cursor: default;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.28);
}

.card-title {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 17px;
    min-height: 34px;
}

.card-title-seperator {
    border-top: 2px solid #E5E5E5;
    margin-top: 8px;
    margin-bottom: 20px;
}

.card-item {
    margin: 8px 0px;
    width: 318px;
}

.card.expired {
    background: url(../public/cp_images/expired.png) no-repeat;
    background-position: 98% 98%;
    color: #999999;
}

.expired .card-title,
.expired .submitted-color,
.expired .unsubmitted-color,
.expired .abstained-color {
    color: #999999;
}

.ml-8 {
    margin-left: 8px;
}

.ml-16 {
    margin-left: 16px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.ml-40 {
    margin-left: 40px;
}

.empty-view {
    text-align: center;
    padding-top: 100px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.width-220 {
    width: 220px;
}

.choose-report {
    padding: 8px 16px;
}

.choose-report input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.choose-report img {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: 2px;
    display: none;
}

.choose-report label {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
