div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, body, strong, span, pre, input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #333333;
    line-height: 24px;
    height: auto;
    clear: both;
    -webkit-appearance: none;
}

img {
    border: 0px;
}

ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}

.del_float {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

a, area {
    blr: expression(this.onFocus=this.blur())
}


.clearfl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfl {
    *zoom: 1;
}

.clafter {
    display: block;
    clear: both;
    overflow: hidden;
    height: 1px;
}


.pdlr {
    padding: 0px;
}

.pdtop {
    padding-top: 15px;
}

.pdbottom {
    padding-bottom: 25px;
}

/* 弹窗样式 */
.popbox {
    min-width: 600px;
    max-width: 1000px;
    background-color: #fff; /* border:1px #1a1f71 solid; */
    padding: 1px;
    position: absolute;
    top: 0;
    left: -1000px;
    display: none;
    z-index: 110;
    border-radius: 8px;
}

.popbox h2 {
    height: 30px;
    font-size: 20px;
    background-color: #4f9cee;
    position: relative;
    padding-left: 10px;
    line-height: 30px;
    color: #fff;
}

.popbox h2 a {
    position: absolute;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.popbox .mainlist {
    padding: 10px;
    height: 400px;
}

.popbox .mainlist li {
    height: 24px;
    line-height: 24px;
}

.popbox .mainlist li span {
    margin: 0 5px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

#screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
    background-color: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.Inquirelist table tr:hover {
    background-color: #1a1f71;
}

.loadingPage_bg_full {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0; /*:rgba(0,0,0,0.5);*/
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 111;
}

.loadingPage_bg {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    left: 0; /*:rgba(0,0,0,0.5);*/
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    z-index: 111;
}

#loadingPage {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #1a1f71;
    height: 50px;
    left: 48%;
    line-height: 27px;
    margin-left: -74px;
    margin-top: -14px;
    padding: 10px 10px 10px 50px;
    position: absolute;
    text-align: left;
    top: 48%;
    width: 210px;
    z-index: 112;
    background: url(../../images/kingpay/loading.gif) no-repeat scroll 12px center #FFFFFF;
    border: 2px solid #1a1f71;
}

.img-tooltip {
    margin-bottom: 5px;
}
