html.fixed,
html.fixed body,
html.fixed .wrapper{
    height: 100%;
}
body{
    background: #f3f3f3;
    overflow: auto;
}
.header{
    text-align: center;
    background: url("../images/ty_banner.png") 0 center no-repeat;
}
.header-logo{
    position: relative;
    width: 1024px;
    height: 110px;
    margin: 0 auto;
    background: url("../images/logo.png") 0 center no-repeat;
}
.header-jxrmzf{
    position: absolute;
    right: 0;
    top: 5px;
    padding-left: 30px;
    line-height: 28px;
    color: #666;
    background: url("../images/jxrmzf_logo.png") 0 no-repeat;
}
.content{
}
.content:after{ content: " "; display: block; height: 0; clear: both; }
/* 页脚 */
.footer{
    text-align: center;
    background: #f3f3f3;
    font-size: 12px;
}
.footer-info{
    display: inline-block;
    position: relative;
    padding: 20px 0;
}
.footer-info p{
    line-height: 30px;
}
.footer-info a{ color: inherit; }
.footer-info a:hover{ color: #3baeda; }
.footer-logo{
    position: absolute;
    top: 14px;
    right: -100px;
    width: 55px;
    height: 65px;
    background: url("../images/logo_dzjg.png") no-repeat center;
}
.t_red{
    color: #f00;
}
.txt-dp,
.txt-search,
.txt-date{
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 25px;
}
.txt-dp{ background-image: url('../images/txt-dp.png'); }
.txt-search{ background-image: url('../icons/search_silvery.png'); }
.txt-date{ background-image: url('../images/txt-date.png'); }
.btn{
    color: #fff;
    border-color: #3498e3;
    background-color: #3498e3;
}
.btn:hover{
    color: #fff;
    border-color: #3a9acd;
    background-color: #3a9acd;
}
.btn-prev{
    color: #000;
    background-color: #eee;
    border-color: #eee;
}
.btn-min{
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
}
.btn-default{
    color: inherit;
    background-color: #fff;
    border-color: #d3d3d3;
}
.btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-success{
    color: #fff;
    background-color: #2ea968;
    border-color: #2ea968;
}
.btn-success:hover{
    color: #fff;
    background-color: #28935a;
    border-color: #28935a;
}
.btn-warn{
    color: #fff;
    background-color: #ffce55;
    border-color: #ffce55;
}
.btn-warn:hover{
    color: #fff;
    background-color: #ffb148;
    border-color: #ffb148;
}
.btn-danger{
    color: #fff;
    background-color: #d95858;
    border-color: #d95858;
}
.btn-danger:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
}
.btn-trans,
.btn-trans:hover{
    background: none;
    border-color: transparent;
    color: inherit;
    outline: none;
}
.btn-prev:hover{
    color: #000;
    background-color: #d7d5d5;
    border-color: #d7d5d5;
}
.btn-white{
    color: #000;
    background-color: #fff;
    border-color: #dadee9;
}
.btn-white:hover{
    color: #000;
    background-color: #f0f0f0;
    border-color: #dadee9;
}
.btn[disabled], .btn.disabled{
    background-color: #ebebe4;
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
/* infotable */
.infotable{
    width: 100%;
    background: #fff;
}
.infotable > * > tr > th,
.infotable > * > tr > td{ border: solid 1px #eaeaea; }
.infotable > * > tr > th{ background: #f0f0f0; }
.infotable > * > tr > * > .txt.readonly,
.infotable > * > tr > * > .txt.disabled{
    /*border-color:transparent; TODO???
    background:transparent;
    padding:0;*/
}
/* 分页 */
.manu{
    line-height: 34px;
    font-size: 14px;
}
.manu-lnk{
    height: 34px;
    line-height: 32px;
    background-color: #fff;
}
.manu a.manu-lnk{ color: #0088d0; }
.manu span.manu-lnk{ color: #ccc; }
.manu span.manu-lnk-i{
    background-color: #f5f5f5;
    color: #000;
}
.manu-btn,
.manu-sel,
.manu-txt{
    height: 34px;
    line-height: 32px;
    border-radius: 3px;
    font-size: 14px;
}
.manu-txt,
.manu-sel{
    border-color: #ccc;
    background-color: #fff;
}
.manu-btn{
    color: #fff;
    background-color: #5bc0de;
    border-color: #49b8da;
}
.manu-btn:hover{
    color: #fff;
    background-color: #3cb3d7;
    border-color: #279abc;
}
.wrapper{ min-width: 1024px; }
.wrapper-inframe{ min-width: 100%; }
.wrapper-abs{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.layer-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
}
.layer-hasfoot{ }
.layer-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.layer-hasfoot > .layer-content{
    bottom: 40px;
}
.layer-foot{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    overflow: hidden;
    background: #f7f7f7;
}
.btns-ctrl{
    text-align: center;
    padding: 5px 0;
}
.btns-ctrl > .btn{ margin-left: 10px; }
.btns-ctrl > .btn:first-child{ margin-left: 0; }
/*注册页公用*/
.reg-wrap{
    padding-top: 40px;
}
.reg-cont{
    width: 1024px;
    padding: 0 58px 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d4d4d4;
}
.reg-t{
    padding: 30px 40px;
    text-align: center;
    font-size: 24px;
    color: #055791;
    border-bottom: 1px solid #b3b3b3;
}
.reg-c{
    height: auto;
    text-align: center;
}
.reg-b{
    padding: 0 80px;
}
.btn-ctrls{
    text-align: center;
    padding: 26px 0;
}
.btn-ctrls .btn{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin-left: 10px;
}
.btn-ctrls .btn:first-child{
    margin-left: 0;
}
.reg-ctrl-btn{
    width: 25%;
}
.reg-b .txt{
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
}
/* 二维码（全局）显示容器 */
.ewmc{
    position: absolute;
    background: url("../images/ewmc/overlay.gif") repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.ewmc.active{ display: block; }
.ewmc-main{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 388px;
    height: 468px;
    margin-top: -234px;
    margin-left: -194px;
    padding-top: 60px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: solid 1px #d9e2e7;
    text-align: center;
}
.ewmc-title{
    line-height: 4;
    font-weight: bold;
}
.ewmc-box{
    margin: 0 auto 20px;
    width: 180px;
    height: 200px;
}
.ewmc-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("../images/ewmc/remove.png") no-repeat center;
}
.ewmc-close:hover{ background-image: url("../images/ewmc/remove_over.png"); }
