html,
body {
    margin: 0;
    padding: 0;
}

.iw_poi_title {
    color: #4C4C4C;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
/*ele_invoice css s*/
.ele_invoice {
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
}
.ele_invoice .topbar {
    font-size: 16px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 6px;
}
.ele_invoice .input_info {
    padding-top: 24px;
    padding-left: 24px;
    float: left;
}
.ele_invoice input[type="text"] {
    border: 1px solid #E0E0E0;
    width: 300px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 18px;
}
.ele_invoice label {
    font-size: 14px;
    white-space: pre;
}
.ele_invoice .input_info span img {
    vertical-align: middle;
    border: 1px solid #E0E0E0;
    margin-left: 12px;
}
.ele_invoice .onckcx {
    border: 1px solid #E0E0E0;
    width: 300px;
    height: 26px;
    margin-bottom: 18px;
    color:#fff;
    background: #239DD8;
    margin-left: 68px;
    margin-top: 8px;
    border-radius: 3px;
    cursor: pointer;
}
.ele_invoice input[name="identify_code"] {
    width: 215px;
}
img.ui-datepicker-trigger {
    position: relative;
    left: -21px;
    top: 2px;
}
.trans_card {
    float: right;
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
    color: #999999;
}
.clear {
    clear: both;
}
.content {
     border-bottom: none; 
}
.query_result {
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    background: #fff;
    border: 1px solid #dedede;
    border-top: none;
    display: none;
}
.query_result .topbar {
    font-size: 16px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 6px;
}
.query_result table {
    width: 100%;
    margin-top: 15px;
}
td {
    text-align: center;
}
.firm_obj td,.self_obj td{
    text-align:left;
    
}
td.invoice_info {
    color: blue;
}
tr.head {
    line-height: 35px;
    background: #F0F0F0;
}

tr.odd_body {
    line-height: 25px;
    background: #FFFFFF;
}
tr.even_body {
    line-height: 25px;
    background: #FAFAFA;
}
.apply_btn {
    text-align: center;
}
.apply_btn span {
    background: #239DD8;
    line-height: 25px;
    font-size: 14px;
    height: 25px;
    display: inline-block;
    border-radius: 2px;
    width: 125px;
    color: white;
    margin-top: 25px;
    margin-bottom: 35px;
}
result_show {
    display: block;
}
.dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 1px #ccc;
            box-shadow: 0 0 7px 1px #ccc;
    width: 240px;
    height: 170px;
    text-align: center;
    border-radius: 6px;
}
.dialog span {
    float: right;
    margin-right: 6px;
    color: #666666;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}
.dialog img {
    width: 54%;
    margin-left: 18px;
}
.dialog p {
    position: relative;
    top: -30px;
}
/* apply_detail style */
.query_result {
    display: none;
}
.dialog {
    display: none;
}
.apply_detail {
    width: 796px;
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    min-height: 600px;
}
.invoice_obj {
    margin-top: 40px;
    position: relative;
    left: 30%;
    margin-bottom: 20px;
}
.self_obj {
    position: absolute;
    left: 30%;
}
.firm_obj {
    position: absolute;
    left: 30%;
    display: none;
}
.apply_detail tr {
    margin-bottom: 20px;
    display: block;
}
.self_firm input {
    border: 1px solid #ccc;
    width: 300px;
    line-height: 28px;
    height:28px;
    padding-left: 0.5em;
}
.apply_detail .self_ip {
    width: 125px;
    background: #239DD8;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    margin-left: 60px;
}
.apply_detail .firm_ip {
    width: 125px;
    background: #239DD8;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    margin-left: 60px;
}
tr.taxer {
    position: relative;
    /*margin-left: -23px;*/
}
span.required {
    color: red;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 6px;
}
/* invoice_img style */
.apply_detail {
    display: none;
}
.invoice_img {
    width: 798px;
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}
.ele_img img {
    width: 500px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.save_print span {
    font-size: 14px;
    border: 1px solid #239DD8;
    width: 124px;
    line-height: 24px;
    display: inline-block;
    border-radius: 3px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
.save_img {
    margin-right: 30px;
}
.save_img:hover{
    background: #239DD8;
}
.save_img:hover a{
    color: #fff;
}
.print_img:hover{
    background: #239DD8;
}
.print_img:hover a{
    color: #fff;
}
.result_unusual {
    position: absolute;
    top: 50%;
    left: 48%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 1px #ccc;
            box-shadow: 0 0 7px 1px #ccc;
    width: 244px;
    height: 138px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    z-index: 99;
}
.result_unusual span {
    float: right;
    margin-right: 6px;
    color: #666666;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}
.result_unusual p {
    padding: 18px;
    text-align:center;
}
.server_up, .now_handle {
    position: absolute;
    top: 28%;
    left: 38%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 1px #ccc;
            box-shadow: 0 0 7px 1px #ccc;
    width: 240px;
    height: 170px;
    text-align: center;
    border-radius: 6px;
}
.server_up span, .now_handle span {
    float: right;
    margin-right: 6px;
    color: #666666;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}
.now_handle img {
    width: 54%;
    margin-left: 18px;
}
.now_handle p {
    position: relative;
    top: -30px;
}
 .server_up p {
    padding: 18px;
    text-align: left;
    text-indent: 2em;
}