body, html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,textarea,th,td,span{
    margin: 0; padding: 0;
    border: 0;/* outline: none;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body,button,input,select,textarea{ color:#333;font:15px/1.5 "\5FAE\8F6F\96C5\9ED1",arial, verdana, sans-serif;}
ul,ol{list-style: none;}
table{border-collapse:collapse;}
a{color: inherit;text-decoration: none;}

/*body, html{ height:100%;}
html{ min-width: 1024px;background:#fff; overflow-y:hidden;}
html.inframe{ min-width:100%;overflow-y:auto;}
body{ font:14px/1.5 "\5FAE\8F6F\96C5\9ED1",arial, verdana, sans-serif;overflow:auto;}
html.inframe body{ height:auto;}*/

html{ min-width:1005px; background:#fff; overflow:auto;}
html.inframe{ min-width:100%;}
body{ overflow:hidden;
    background:#fff;
}
html.inframe body{ height:auto;}
html.fixed,
html.fixed body{ height:100%;}
html.fixed body{ overflow:auto;}

iframe{display: block;}

.clearf:after{content:" ";display:block;height:0;clear:both}
.nowrap{/*禁止换行*/
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.wrap{/*强制换行*/
    white-space:normal;
    word-break:break-all;/*支持IE，chrome，FF不支持*/
    word-wrap:break-word;/*支持IE，chrome，FF*/
}
.fa{ line-height: inherit;}
.topBlank{ margin-top:5px;}
.botBlank{ margin-bottom:5px;}
.padding{ padding:5px;}
.t_green{ color:#A0D468;}
.t_red{ color:#EC3A3A;}
.t_yellow{ color:#F7E50A;}
.t_blue{ color: #4ba0f7;}
.bg_green{ color:#fff; background-color:#A0D468;}
.bg_red{ color:#fff; background-color:#EC3A3A;}
.bg_yellow{ color:#fff; background-color:#F7E50A;}
.bg_blue{ color:#fff; background-color:#4ba0f7;}
.loadingdata {
    font-size:1em;
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(255, 255, 255, 0.5);
    z-index: 10100;
}
.loadingdata:after{
    content:' ';
    position:absolute;
    display:block;
    width:100%; height:100%;
    background:url('../images/loading.gif') center no-repeat;
}
.webIco{
    display: inline-block;
    width:25px; height:26px;
    background: no-repeat;
}
.webIco.webIco_xlwb{ background-image:url("../icons/web/xlwb.jpg");}
.webIco.webIco_txwb{ background-image:url("../icons/web/txwb.jpg");}
.webIco.webIco_wx{ background-image:url("../icons/web/wx.jpg");}
/* 单选按钮 */
.radio-lab{ margin-left:5px;}
.radio-lab:first-child{ margin-left:0;}
.radio-lab>input,
.radio-lab1>input,
.chkdp-box input[type="radio"],
.chkdp-box input[type="checkbox"]{
    vertical-align: middle;
    margin-right:3px;
}
.chkdp-box:after{content:" ";display:block;height:0;clear:both}
.chkdp-box{
    line-height: 2;
    padding: 0 3px;
}
.chkdp-box>li{
    min-width: 90px;
    float:left;
    padding: 2px;
}
.txt-min,
.txt,
.ipt,
.txt-mid{
    height:23px;
    line-height: 21px;
    background-color: #fff;
    border: 1px solid #DADEE9;
    padding: 0 8px;
    border-radius:3px;
    vertical-align: middle;
}
.txt-min.dangerI,
.txt.dangerI,
.ipt.dangerI,
.txt-mid.dangerI{
    border-color: #CC0000;
    background-color: #FFF1F2;
}
.txt,
.ipt,
.txt-mid{
    height:30px;
    line-height: 28px;
    font-size:14px;
}
select.txt-min{ padding:0 3px;}
select.txt,
select.ipt,
select.txt-mid{ padding:4px 3px;}
textarea.txt-min,
textarea.txt,
textarea.ipt,
textarea.txt-mid{ height:auto; line-height: 1.5;}
.txt-dp,
.txt-search,
.txt-date{
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:25px;
}
.txt-dp{ background-image: url('../icons/dropdown.png');}
.txt-search{ background-image: url('../icons/search.gif');}
.txt-date{ background-image: url('../icons/date.gif');}
.txt-min[disabled],
.txt[disabled],
.ipt[disabled],
.txt-mid[disabled],
.txt-min.disabled,
.txt.disabled,
.ipt.disabled,
.txt-mid.disabled{
    cursor: not-allowed;
    background: #EBEBE4;
}

.wi-combo{
    padding-right:40px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
}
.wi-combo-disabled{ background-color: #EBEBE4;}
.wi-combo{ background-image: url("../icons/dropdown.png");}
.wi-combo-txt{
    position:relative;
    z-index:1;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    line-height: inherit;
    background: none;
    display: block;
    outline: none;
}
.wi-combo-sel{
    -webkit-appearance: none;
    position: absolute;
    z-index:0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;/* 不定义此行，无法撑满，原因？？ */
    border: none;
    outline: none;
    opacity: 0;
}
.wi-combo-sel{/* 可输入下拉框 */
    left:auto;
    /*width:2em;*/
    width:100%;
}

.btn-mid,
.btn-min,
.btn-ipgs{
    display: inline-block;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    padding: 0 10px;
    /*border:solid 1px #3baeda;*/
    border: none;
    border-radius: 6px;
    /*background:#3baeda;*/
    background:#13b3c2;
    color:#fff;
    vertical-align: middle;
    cursor:pointer;
    text-align:center;
}
.btn-mid>.fa,
.btn-min>.fa,
.btn-ipgs>.fa{
    width: 1.5em;
    text-align: left;
}
.btn-mid,
.btn-ipgs{
    height:30px;
    line-height: 30px;
    padding: 0 15px;
}
.btn-min:hover,
.btn-mid:hover,
.btn-ipgs:hover,
.btn-min.hover,
.btn-mid.hover,
.btn-ipgs.active{
    color: #fff;
    /*background-color: #378fda;*/
    /*border-color: #378fda;*/
    background-color:#0ea1c2;
    border-color: #0ea1c2;
}
.btn-new{
    position: relative;
    overflow: visible;
}
.btn-new:after{
    position: absolute;
    top: -3px;
    right: -4px;
    display: block;
    width: 22px;
    height: 9px;
    content: "";
    background: url("../images/btn/btn-new.gif") no-repeat;
}
.btn-default{
    color: inherit;
    background-color: #f2f2f2;
    border:solid 1px #adadad;
}
.btn-min.btn-default{ line-height: 21px;}
.btn-ipgs.btn-default{ line-height: 28px;}
.btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-primary{
    color: #fff;
    background-color: #4287dc;
    border-color: #4287dc;
}
.btn-primary:hover{
    color: #fff;
    background-color:#3b79c5;
    border-color: #3b79c5;
}
.btn-success{
    color: #fff;
    background-color: #73ca45;
    border-color: #73ca45;
}
.btn-success:hover{
    color: #fff;
    background-color:#69b83f;
    border-color: #69b83f;
}
.btn-warn{
    color: #fff;
    background-color: #edc707;
    border-color: #edc707;
}
.btn-warn:hover{
    color: #fff;
    background-color:#edb61e;
    border-color:#edb61e;
}
.btn-danger{
    color: #fff;
    background-color: #e76e4d;
    border-color: #e76e4d;
}
.btn-danger:hover{
    color: #fff;
    background-color:#e75b33;
    border-color: #e75b33;
}
.btn-trans,
.btn-trans:hover{
    background: none;
    border-color: transparent;
    color:inherit;
    outline: none;
}
.btn-ytg,
.btn-ytg:hover{
    background: none;
    border: 1px solid #3fb954;
    color: #3fb954;
    outline: none;
}
.btn-wtg,
.btn-wtg:hover{
    background: none;
    border: 1px solid #e26c6a;
    color: #e26c6a;
    outline: none;
}
.btn-mid[disabled]
,.btn-min[disabled]
,.btn-ipgs[disabled]
,.btn-mid.disabled
,.btn-min.disabled
,.btn-ipgs.disabled{
    background-color: #EBEBE4;
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.input-group{
    display: table;
    border-collapse: separate;
}
.input-group>.input-group-txt{
    display: table-cell;
    width: 100%;
    border-radius: 3px 0 0 3px;
}
.input-group>.input-group-btn{
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.ipgsCtrl{
    height:20px; width:20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background:no-repeat center;
}
.ipgsCtrl.ipgsCtrl-plus{ background-image:url("../icons/add.png");}
.ipgsCtrl.ipgsCtrl-del{ background-image:url("../icons/delete.png");}
.ipgsCtrl.ipgsCtrl-upload{ background-image:url("../icons/upload.png");}
.ipgsCtrl.ipgsCtrl-dload{ background-image:url("../icons/download.png");}
.ipgsCtrl.ipgsCtrl-question{ background-image:url("../icons/question.png");}
.ipgsCtrl.ipgsCtrl-edit{ background-image:url("../icons/edit.png");}
.ipgsCtrl.ipgsCtrl-remove{ background-image:url("../icons/remove.jpg");}
.ipgsCtrl.ipgsCtrl-view{ background-image:url("../icons/demoTab.png");}
.ipgsCtrl.ipgsCtrl-history{ background-image:url("../icons/histroy.png");}
.ipgsCtrl.ipgsCtrl-sb{ background-image:url("../icons/icon_sb.png");}
.ipgsCtrl.ipgsCtrl-search{ background-image:url("../icons/icon_search.png");}
.ipgsCtrl.ipgsCtrl-ts{ background-image:url("../icons/icon_ts.png");}
.ipgsCtrl.ipgsCtrl-zx{ background-image:url("../icons/icon_zx.png");}
.ipgsCtrl.ipgsCtrl-py{ background-image:url("../icons/icon_py.png");}
.ipgsCtrl.ipgsCtrl-returns{ background-image:url("../icons/icon_returns.png");}
.ipgsCtrl.ipgsCtrl-camera{ background-image:url("../icons/icon_camera.png");}
.ipgsCtrl.ipgsCtrl-erweima{ background-image:url("../icons/icon_erweima.png");}

/** listtable **/
.listtableDiv{ }
.listtable{
    width:100%;
    border: 1px #fff solid;
    table-layout: fixed;
}
.listtable>tbody>tr{
    background:#fff;
    text-align:left;
    font-weight: normal;
    color: #666;
}
/*.listtable>tbody>tr:nth-child(odd){ background:#F1F2F6;}*/
.listtable>tbody>tr:hover{background:#F1F2F6;}
.listtable>tbody>tr:nth-child(odd):hover{background:#F1F2F6;}/* 同上，因为ie8不支持nth-child，导致整个样式不识别，必须分开写 */
.listtable>tbody>tr.nodata:hover{ background: none;}
.listtable>tbody>tr.trchk,/*选中行*/
.listtable>tbody>tr.now{ background: #FBE8BD;}
.listtable>tbody>tr:nth-child(odd).trchk,/* 同上 */
.listtable>tbody>tr:nth-child(odd).now{ background: #FBE8BD;}
.listtable>*>tr>th,
.listtable>*>tr>td{
    border-bottom: 1px solid #ddd;
    padding:2px 5px;
}
.listtable>thead>tr{
    text-align: center;
    font-size:14px;
    background: #E2F3FB; color:#333;
    font-weight: bold;
}
.listtable>thead>tr>th{ padding: 5px;}
.listtable>*>tr>th.left,
.listtable>*>tr>td.left{ text-align: left}
.listtable>*>tr>th.right,
.listtable>*>tr>td.right{ text-align: right}
.listtable>*>tr>th.center,
.listtable>*>tr>td.center{ text-align: center}
.listtable>*>tr>td{
    height:27px; line-height: 25px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.listtable td>.fa{
    font-size:18px;
    cursor:pointer;
}
.listtable td>.listtable-icobtn{
    display: inline-block;
    width: 16px; height: 16px;
    background:no-repeat;
    cursor: pointer;
}
.listtable>thead>tr>th .fa-sort{
    color: inherit;
    font-size: 14px;
    margin-left: .3em;
    cursor: pointer;
}
.listtable>*>tr>td.ctrltd{
    /*background: #E2F3FB;*/
    /*color: #666;*/
    text-align: center;
}
.listtable-hasDp{
    position:relative;
    padding-right:20px;
}
.listtable-dp{
    cursor: pointer;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 20px;
    background: url("../icons/arrowDown.png") no-repeat center;
}
.listtable .txt-min,
.listtable .ipt,
.listtable .txt-mid{ width: 100%; }
.listtable .fa-arrow-circle-right{ color:#37B068;}
.listtable .fa-search{ color:#61C0DE;}
.listtable .fa-save{ color:#61C0DE;}
.listtable .fa-edit{ color: #60C305;}
.listtable .fa-plus{ color: #3A9ACD;}
.listtable .fa-remove{ color: #C50101;}

.listtable .fa-male{ color: #46A3FF;}
.listtable .fa-key{ color: #C6A300;}
.listtable .fa-shield{ color: #9393FF;}
.listtable .fa-user{ color: #46A3FF;}
.listtable .fa-reorder{ color: #3C3C3C;}
.listtable .fa-play-circle-o{ color: #1abc9c;}
.listtable .fa-arrow-up,
.listtable .fa-arrow-down{ color: #60C305;}
.listtable .fa{margin-left:5px;}
.listtable .fa:first-child{margin-left:0}
/** ========== dateline ========== **/
.dateline:after{content:" ";display:block;height:0;clear:both}
.dateline-l,
.dateline-r,
.date-trigger{ background: url("../images/innerpageSprite.gif") #fff no-repeat;}
.dateline{
    display: inline-block;
    vertical-align: bottom;
    height: 30px;
    position:relative;
    overflow: visible;
}
.date-trigger{ background-position: right -89px;}
.date-trigger.now{
    color: white;
    background-position: right -209px;
    background-color:#3278dc;
}
.dateline-l{
    float:left;
    background-position: center -9px;
    width: 24px; height: 100%;
    border: 1px solid #DADEE9;
    cursor: pointer;
}
.dateline-r{
    float:left;
    background-position: center -49px;
    width: 24px; height: 100%;
    border: 1px solid #DADEE9;
    cursor: pointer;
}
.dateline>.dateline-l{ background-position: center -5px;}
.dateline>.dateline-r{ background-position: center -45px;}
.dateline-c{
    float: left;
    /*width: 229px;*/ width: 260px;
    padding-left: 8px;
    height: 100%; line-height: 28px;
    border-top: 1px solid #DADEE9;
    border-bottom: 1px solid #DADEE9;
    text-align: left;
    background-position: right -85px;
}
.dateline-c.now{ background-position: right -205px;}
.dateline-c>span{ float:left;}
/* dateline-min */
.dateline-min{ height:23px;}
.dateline-min>.dateline-l{ background-position: center -9px;}
.dateline-min>.dateline-r{ background-position: center -49px;}
.dateline-min>.dateline-c{ line-height: 21px;background-position: right -89px;}
.dateline-min>.dateline-c.now{ line-height: 21px;background-position: right -209px;}
/* dateline-layer */
.dateline-layer{
    position: absolute;
    z-index: 999;
    display: none;
    font-size: 12px;
}
.dateline-layer.now{ display: block;}
.date-body {
    margin: -1px auto 0;
    position: relative;
    border: 1px solid #DADEE9;
    background: #fff;
    width: 327px;
}
.date-select:after{ content:" ";display:block;height:0;clear:both;}
.date-select{
    width: 218px;
    margin: 10px auto 0;
    cursor: pointer;
}
.date-option{
    float: left;
    width: 109px;
    border: 1px solid #DADEE9;
    border-left:none;
    text-align: center;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
}
.date-option:first-child{ border-left: 1px solid #DADEE9;}
.date-option.now{ background: #F0F2F5;}
.date-container{
    width:100%;
    padding: 12px 0;
    overflow: hidden;
}
.date-container[data-type="month"] {
    padding-bottom: 10px;
    width: 222px;
    margin: 0 auto;
}
.date-line:after{content:" ";display:block;height:0;clear:both}
.date-line{ padding: 0 5px;}
.date-line>*{ float:left;}
.date-line>.date-trigger{
    font-size:12px;
    width: 93px; height: 23px;
    line-height: 21px;
    border: solid 1px #DADEE9;
    cursor: pointer;
    margin: 0 5px; padding: 0 5px;
}
.date-btn{
    float: right;
    width: 72px;
    height: 23px; line-height: 21px;
    text-align: center;
    border: 1px solid #DADEE9;
    cursor: pointer;
    margin: 10px 6px 0 0;
}
.date-custom-trigger{ text-align: center;}
.date-custom-select{
    text-align: left;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    min-width: 250px;
    line-height: 24px;
}
.date-custom-select li{ padding-left:10px;}
.date-custom-select li:hover{
    background:#3278dc;
    color:#fff;
}
.date-month-head{ margin-left: 41px;}
.date-month-head>.dateline-l,
.date-month-head>.dateline-r{
    border:solid 1px #DADEE9;
    height:23px;
}
.date-month-body { padding: 10px 8px 0; }
.date-month-body li {
    float: left;
    border: 1px solid #DADEE9;
    width: 35px; height: 28px;
    line-height: 26px;
    text-align: center; cursor: pointer;
    font-size: 12px; margin-top: -1px; margin-left: -1px;
}
.date-month-body li:hover,
.date-month-body li.currentMonth { background: #3278dc; color: #fff; }
.date-month-body li.cannotSelect { background: #f0f0f0; color: #ccc; cursor: not-allowed; }
.date-body>[data-type]{ display: none;}
.date-body>[data-type].now{ display: block;}
/** 下拉框 dropdown **/
.overlay{
    position:fixed;
    top:0; height:0;
    left:0; width:0;
    /*background: rgba(255,255,255,.01);*/
    background: url('../images/overlay.gif') repeat;
}
.overlay.overlay-modal{ bottom:0; height:auto; right:0; width:auto;}
.dropdown-box{
    position:absolute;
}
.dropdown,
.treeDropdown{
    background: #fff;
    border: 1px solid #C5D9E8;
}
.dropdown-menu>li,
ul.treeDropdown>li{
    border: none;
    text-align: left;
    padding: 5px 10px;
    cursor: pointer;
}
.dropdown-menu>li:hover,
.dropdown-menu>li:active,
ul.treeDropdown>li:hover,
ul.treeDropdown>li:active{background: #EAEFF3;}
.dropSel{ min-width: 205px; font-size:12px;}
.dropSel.dropList{ min-width:120px;}
.dropSel-box{ overflow: auto;}
.dropSel-filter{
    width:100%; height: 30px; line-height: 29px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.dropSel-tool{
    height: 30px;
    padding: 4px 5px 0;
    background: #f5f5f5;
}
.dropSel-tool>button{float:right; padding:0 5px;}
.dropSel-high{ color:#005490;}
ul.dplist-box{ font-size: 12px;}
.dplist-box li{
    height: 25px;
    line-height: 25px;
    padding:0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: none;
    cursor: pointer;
}
.dplist-box li.now{ display: block; /*显示项*/}
.dplist-box li:hover{ background:#04A6D7; color:#fff; /* 悬停菜单项 */}
.dplist-box li.active,
.dplist-box li:active{ /* 高亮项 */
    color: #fff;
    background:#005491;
}
/*下拉框样式 end*/
/* 分页 */
.manu{
    text-align: center;
    margin-top:5px;
    font-size: 12px;
    line-height: 23px;
    color:#666;
}
.manu:after{content:" ";display:block;height:0;clear:both;}
.manu-l{ float:left;}
.manu-r{ float:right;}
.manu-item{
    float:left;
    margin-left:10px;
}
.manu-item:first-child{ margin-left:0;}
.manu-lnk{
    float:left;
    border: solid 1px #DADEE9;
    border-left-style: none;
    height: 23px; line-height: 22px;
    padding: 0 10px;
    margin:0;
    background-color:#FEFEFE;
    display:block;
}
.manu a.manu-lnk{color: #707070;}
.manu span.manu-lnk{
    color: #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.manu-lnk-0{ border-left-style: solid;}
.manu span.manu-lnk-i{ background-color:#3A9ACD; color:#fff;}
.manu-lnk-x{}
.manu-sel,
.manu-txt,
.manu-btn{ vertical-align: top;}
/*分页 end*/

/* 1024 容器 */
.header-tBar-in,
.header-c{ max-width:1024px; margin:0 auto;}
/* 页面整体 */
.content{
    max-width:1024px; margin:0 auto;overflow:hidden;min-height:455px;
    padding:5px 0;
}/* hide 为实现个人中心左右等高 */
html.inframe .content{ padding:0;}
.content:after{ content:" ";display: block;height:0;clear:both;}
/* 页头 */
.header{
    /*font-size: 12px;*/
    background:#F6FAFD;
    /*margin-bottom:5px;*/
    position: relative; z-index: 10;/* 避免头部弹出内容被 content 遮挡 */
}
.header-tBar{
    background: #1976D3; color:#fff;
    border-bottom: solid 1px #1976D3;
    position:relative;
    z-index:2;/* 避免弹出项被 header-c 遮挡 */
}
.header-tBar-in:after{ content:" ";display: block;height:0;clear:both;}
.header-tBar-l,
.header-tBar-visitor{ float:left;}
.header-tBar-r{ float:right;}
.header-tItem{
    display: inline-block;
    height:30px; line-height:29px;
    background: right no-repeat;
    border: solid 1px transparent;
    position:relative; top:1px;/* 下移，使active时能遮挡ul底边 */
}
.header-tItem.hasMore{
    background-image:url("../images/header_more.png");
    position:relative;
}
.header-tItem.active{
    border-color:#1976D3;
    background-color: #fff;
    color:#666;
}
.header-tItem.hasMore.active{ border-bottom-color:#fff;}
.header-tItem>a{ display: block; padding:0 8px;}
.header-tItem.hasMore>a{ padding-right:16px;}
/*.header-tBar-l .header-tItem{ margin-left:15px;}*/
.header-tItem:first-child{ margin-left:0;}
/*.header-tBar-r .header-tItem{
    background-image:url("../images/header_more.png");
    position:relative;
}*/
/*.header-tBar-r .header-tItem>a{ padding-right:14px;}*/
.header-star>a,
.header-person>a,
.header-user>a,
.header-msg>a{
    padding-left: 22px;
    background: 2px center no-repeat;
}
.header-star>a{ background-image:url("../images/header_star.png");}
.header-star.active>a{ background-image:url("../images/header_star_over.png");}
.header-person>a{ background-image:url("../images/header_person.png");}
.header-person.active>a{ background-image:url("../images/header_person_over.png");}
.header-user>a{ background-image:url("../images/header_user.png");}
.header-user.active>a{ background-image:url("../images/header_user_over.png");}
.header-msg>a{ background-image:url("../images/header_msg.png");}
.header-msg.active>a{ background-image:url("../images/header_msg_over.png");}
.header-msg span{ padding-left:3px; color:#F69804;}
.header-tBar-visitor{
    background: url("../images/header_visitor.png") center no-repeat;
    color:#1976D3; font-size: 14px;
    width:127px; padding-left: 41px;
}
.header-tBar-visitor .header-tItem{ border:none;}
.header-tBar-visitor .header-tItem.active {background-color: transparent; color: #F69804;}
.header-tBar-visitor .header-tItem>a{ padding:0 3px;}

.header-more{
    position: absolute;
    top: 100%;
    background: #fff;
    border: solid 1px #EAEAEA;
    border-top: none;
    display: none;
    margin: 1px -1px 0 0;
    font-size:12px;
}
.header-tBar-l .header-more{ left:0;}
.header-tBar-r .header-more{ right:0;}
.header-tItem.active .header-more{ display: block;}
.header-more{ padding:5px 0;}
.header-more>li>a{ display: block; padding:0 10px;}
.header-more>li>a:hover{ background-color:#F1F1F1;}
.header-more.header-wx{ padding:5px;}/* 微信展开 */
.header-wx .erWeiMa {
    float:left;
    width: 120px; height: 120px;
    position:relative;
}
.header-wx .erWeiMa>.erweimaIco{
    width:30px; height:30px; position:absolute;
    top:50%; left:50%; margin-top:-15px; margin-left:-15px;
    background:url("../images/erm.png") no-repeat;
}
.header-wx .erWeiMaInfo{ margin-left: 125px; padding-top:5px;}
.header-wx .erWeiMaInfo>h5{
    font-size: 20px; line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.header-wx .erWeiMaInfo>p{
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.5;
}
.header-c:after{ content:" "; display:block; height:0; clear:both;}
.header-c{
    padding: 15px 0;
    height: 80px;
    position:relative;
    z-index:1;
}
.header-cr,
.header-sels,
.header-query{ float:right; position:relative;}
.header-cr{ padding-bottom:30px;}
.header-cl{ float:left;}
.header-logo{
    display: block; float:left;
    width:230px; height:50px;
    background:url("../images/header_logo.png") no-repeat;/* 205 43 */
}
.header-qx{
    float: left; width: 120px;
    margin-left: 20px;
    text-align: center;
    position:relative;
    overflow: visible;
    padding-bottom:10px;
}
.header-qx-t{
    display: inline-block;
    max-width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 21px; line-height: 40px;
    padding: 0 20px 0 10px;
    /*background:url("../images/header_qx.jpg") right no-repeat;*/
    color:#0686F1;
    cursor:pointer;
}
.header-qx-dp{
    position:absolute;
    top:100%; left:-50px; width:400px;
    margin-top:-1px;
    background:#fff;
    border:solid 1px #F0F0F0;
    border-radius: 5px;
    text-align: left;
    font-size:13px;
    display: none;
}
.header-qx.active .header-qx-dp{ display: block;}
.header-qx-dp:before,
.header-qx-dp:after{
    display: block; content: " ";
    position: absolute; bottom: 100%;
    width: 0; height: 0;
    z-index: 1;
}
.header-qx-dp:before{
    left: 110px;
    border: solid 10px transparent;
    border-left-width: 8px; border-right-width: 8px;
    border-bottom-color:#F0F0F0;
}
.header-qx-dp:after{
    left: 113px;
    border: solid 8px transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-color:#fff;
}
.header-qx-sel{
    border-top:dotted 1px #F4F4F4;
    padding:5px 10px;
}
.header-qx-sel:after{ content:" ";display: block; height:0;clear:both;}
.header-qx-sel:first-child{ border-top:none;}
/*.header-qx-selT{
    float:left;
    color:#0686F1;
    width:80px;
}
.header-qx-opts{
    margin-left:80px;
    padding-left: 10px;
}*/
.header-qx-opt{ display: inline-block; color:#aaa; margin-right:10px;}
.header-qx-opt a{ color:#000;}
.header-qx-opt a:hover,
.header-qx-opt.active a{ color:#0686F1;}

.header-sels{
    background:#0786ED url("../images/header_sels_r.jpg") right top no-repeat;
    z-index:2;/* 避免被搜索栏遮挡 */
    height:28px; line-height:28px;
    padding-right:13px;
}
.header-sel{
    display: inline-block;
    margin-left:5px;
    position:relative;
}
.header-sel-t{
    color: #fff;
    background: url("../images/header_dp.png") right no-repeat;
    cursor: pointer;
    height: 28px; line-height: 28px;
    padding: 0 20px 0 5px;
    position: relative;
    z-index: 1;
}
.header-selbox{
    position:absolute;
    right:0; top:100%;
    display: none;
    background: #fff;
    border: solid 1px #1EA1E5;
    margin-top: 4px;
    padding: 5px 0;
    font-size: 12px;
}
.header-sel.active .header-selbox{ display: block;}
.header-sel.active:after{
    content: " "; display: block;
    position: absolute;
    top: 100%; height: 5px;
    left: 0; right: 0;
    background: #fff;
    border:solid 1px #1EA1E5;
    border-top:none; border-bottom:none;
}
.header-selbox:after{ content:" "; display:block; height:0; clear:both;}
.header-opt{
    float:left;
    padding-left:15px;
    line-height:25px;
    width:100%;
}
.header-opt>a{
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.header-opt.active>a,
.header-opt>a:hover{ color:#19C5F5;}
[data-headsel="qx"] .header-opt{ width:auto;}
[data-headsel="sjbm"] .header-opt{ width:200px;}
.header-query{
    z-index:1;/* 避免搜索栏遮挡 header-sels */
    background:url("../images/header_query_l.jpg") 0 0 no-repeat;
    padding: 0 13px;
    position:relative;
}
.header-query:after{
    content:" "; display: block;
    background: url("../images/header_query_r.jpg") no-repeat;
    position:absolute;
    top:0; bottom:0; right:0; width:13px;
}
.header-query .input-group{ width:100%;
    height: 28px;
    border: solid 2px #0786ED; background:#fff;
    border-left:none; border-right:none;
}
.header-query .input-group-txt{
    height: 24px;
    border-radius: 0;
    outline: none;
    padding:0 5px;
}
.header-query .input-group-btn{
    width: 30px; height:24px;
    padding: 0 15px;
    background:url("../images/header_query.png") center no-repeat;
}
.header-words{
    overflow:hidden;
    white-space:nowrap;
    font-size: 12px;
    position: absolute; z-index:0;
    bottom: 0; left: 12px; right: 12px;
}
.header-words>li{
    display: inline-block; margin-left:5px;
}
.header-words>li:first-child{ margin-left:0;}
.header-words>li>a{
    display: block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:100px;
    color:#747474;
}
.header-words>li>a:hover{ color:#0686F1;}
.header-results{
    padding: 5px 0;
    position: absolute;
    top: 28px; left: 13px; right: 13px;
    border: solid 1px #969696;
    border-top: none;
    background: #fff;
    line-height: 25px;
    display: none;
    font-size: 12px;
}
.header-results.active{ display: block;}
.header-results>li>a{ display: block; color:#666; padding:0 10px;}
.header-results>li.active>a,
.header-results>li>a:hover{ background-color:#F1F1F1;}
.header .navs{
    background: #ffffff;
    position:relative; z-index:0;
    overflow: hidden;
}
.header .navs ul{
    position: relative;
    border-bottom: 1px solid #2EA7E0;
    padding: 0 10px 0 174px;
    width:1024px; margin:0 auto;
}
.header .navs li{
    display: inline-block;
    padding:8px 12px 4px;
    color: #9E9E9E;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
.header .navs li.active{ color: #52b3e5;}
.header .navs li.active:after{
    content: " ";
    display: block;
    width: 10px; height: 7px;
    background: url("../images/main/arr01.jpg") no-repeat;
    position: absolute;
    bottom: -1px; left: 50%;
    margin-left: -5px;
}
/* 页脚 */
.footer{ text-align:center;
    /*border-top: 1px solid #1e9fe0;*/
    background:#EAEFF5;
    font-size: 12px;}
.footer-info{
    display:inline-block;
    position:relative;
    padding:20px 0;
}
.footer-info a{ color:inherit;}
.footer-info a:hover{ color:#3BAEDA;}
.footer-logo{
    width: 55px; height: 65px;
    background: url("../images/logo_dzjg.png") no-repeat center;
    position: absolute;
    top: 15px; right:-80px;
}
.content-l,
.sideBar{
    float:left; width:200px;
    margin-bottom:-9999px;padding-bottom:9999px;
}
.content-r{
    margin-left:205px; padding-right: 5px;
    margin-bottom:-9999px;padding-bottom:9999px;
}
/* 浮动工具栏 */
.rfloat{
    position:fixed;
    top:146px; right:25px;
    border:#e7e7e7 solid 1px;
    border-top:none;
    z-index:10;
}
.rfloat li{}
.rfloat a{
    display: block;
    width:72px; height:71px;
    font-size:14px; line-height: 28px;
    padding-top:38px;
    text-align: center;
    background:url("../images/rfloat.png") no-repeat;
    color:#666;
}
a.rfloat-item0{ background-position:0 -142px;}
a.rfloat-item1{ background-position:0 -355px;}
a.rfloat-item2{ background-position:0 -534px;}
a.rfloat-item3{ background-position:0 -606px;}
.rfloat a:hover{
    background-image:url("../images/rfloat_over.png");
    color:#1492FF;
}
.rfloat li.disabled a{ cursor:not-allowed;}
.rfloat li.disabled a:hover{
    background-image:url("../images/rfloat.png");
    color:#666;
}
.letter{
    background:url('../images/letter.jpg') repeat;
    line-height: 38px;
}
/* 侧边菜单 */
.sideBar{ background:#fff;}
.sideBar .ipgsPanel-h>a{
    display: block;
    color:#fff;
    text-align: center;
    font-size: 16px;
}
.sideMenu>.sideItem>a{
    display: block;
    font-size:14px;
    height:40px; line-height: 40px;
    color:#19C5F5;
    border-top:solid 1px #CFEEF3;
    padding-left:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    /*cursor:default;*/
}
.sideMenu>.sideItem.active>a{ background:#19C5F5; color:#fff;}
.sideMenu>.sideItem>a>img{
    display: inline-block;
    width:30px;height:30px;
    vertical-align: middle; margin-right:10px;}
.sideMenu.sub{ display: none;}
.sideMenu.sub.opened{ display: block;}
.sideMenu.sub>.sideItem>a{
    font-size: 12px;
    height:30px; line-height: 30px;
    color:#999;
    border-top:none;
    background:url("../images/sideMenu_sub.png") 40px -30px no-repeat;
    padding-left:70px;
}
.sideMenu.sub>.sideItem.active>a{
    color:#19C5F5;
    background-position: 40px 0;
}
/* 侧边委办局*/
.sideWrapWbj{
    width: 100%; /*height: 450px;*/height:100%;
    overflow: hidden;
    border: 1px solid #D9D8DB; background:#f8f8f8;
    position: relative;
}
.sideWbjNav{
    position:absolute;
    top:0; left:0; width:100%;
    border-bottom: 1px solid #D9D8DB;
}
.sideWbjNav li{
    display: block;
    border-top: 1px solid #D9D8DB;
    background: #FFFFFF;
    cursor: pointer;
}
.sideWbjNav li:first-child{ border-top:none;}
.sideWbjNav li.current{ background: #f5f7f1;}
.sideWbjNav li a{
    display: block;
    height: 78px; line-height: 78px;
    padding: 12px;
}
.sideWbjNav li img{
    width: 54px; height: 54px;
    margin-right: 16px;
    vertical-align: middle;
}
.sideWbjPre,
.sideWbjNext{
    width: 100%; height: 23px;
    position: absolute; left:0;
    cursor: pointer;
    display: none;
}
.sideWbjPre{
    background:url("../images/loadMoreUp.png") center top no-repeat;
    top: 0;
}
.sideWbjNext{
    background: url("../images/loadMore.png") center bottom no-repeat;
    bottom: 0;
}
.sideWbjPre.active,
.sideWbjNext.active{display: block;}

.ipgsPage{ padding:12px 22px;}
.ipgsPage-fixed{ padding:0; overflow: auto; height: 100%;}
.tipsBox{}
.tipsBox>.tips-t{ color:#F4435F; font-size: 14px;font-weight: bold;}
.tipsBox>p{ text-indent: 2em;}
/* ipgsPanel */
.ipgsPanel{
    background: #ffffff;
    border: 1px solid #e8e9eb;
}
.ipgsPanel.no-border{ border:none;}
.ipgsPanel-h{
    height: 42px;
    background: #3baeda;
    /*background: #4278BE;*/
    line-height: 42px;
    padding: 0 20px;
    color:#fff;
}
.ipgsPanel-h:after{content:" ";display:block;height:0;clear:both}
.ipgsPanel-h-fixedr{}/* 右侧固定 - 先写 ipgsPanel-h-r */
.ipgsPanel-h>h2,
.ipgsPanel-h-rig{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.ipgsPanel-h>h2{
    font-weight: normal;
    font-size: 18px;
    width: 15em;
    float: left;
}
.ipgsPanel-h-fixedr>h2{ float:none;width:auto;}
.ipgsPanel-h-rig{ text-align: right; height:100%;}
.ipgsPanel-h-fixedr>.ipgsPanel-h-rig{ float:right;}
.ipgsPanel-h-rig>.goHome{
    display: inline-block; width:30px; height:30px; margin-top:6px;
    cursor:pointer;
    background:url("../images/goHome.jpg") no-repeat;
}
.ipgsPanel-h-rig>.btn-mid,
.ipgsPanel-h-rig>.btn-ipgs{ margin-top:4px;}
.ipgsPanel-h-rig>.btn-min{ margin-top:10px;}
.ipgsCont,/*{ border-top: 1px dashed #cccccc; padding:25px 50px;}*/
.ipgsCont1{ border-top: 1px dashed #cccccc; padding:15px 10px;}
.ipgsCont.no-border,
.ipgsCont1.no-border{ border-top:none;}
.ipgsCont>h3{ text-align: center; font-size:18px; padding-bottom:20px;}
.ipgsCont-t{
    color: #4E4E4E;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding:0 10px;
}
.ipgsBot{
    text-align: center;
    padding-top: 38px;
    padding-bottom: 20px;
}
.ipgsBot .agreeChk{ color:#3BAEDA;}
.ipgsBotCtrl{ padding-top:26px;text-align: center;}
.ipgsBotCtrl .btn-ipgs{
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;}
/* 表单 */
.formtable{
    width:98%;
    table-layout: fixed;
    white-space:normal;
    word-break:break-all;/*支持IE，chrome，FF不支持*/
    word-wrap:break-word;/*支持IE，chrome，FF*/
}
.formtable.hasRig{ width:100%;}
.formtable>*>tr>th,
.formtable>*>tr>td{
    text-align: left;
    font-weight: normal;
    color: #7a7a7a;
    padding:5px;
}
.formtable>*>tr>th{ text-align: right; font-size:14px;}
.formtable>*>tr>th.left,
.formtable>*>tr>td.left{ text-align: left;}
.formtable>*>tr>th.center,
.formtable>*>tr>td.center{ text-align: center;}
.formtable>*>tr>th.right,
.formtable>*>tr>td.right{ text-align: right;}
.formtable>*>tr>.detailT{ font-weight: bold;}
.formtable>*>tr>*>.txt-min,
.formtable>*>tr>*>.txt,
.formtable>*>tr>*>.ipt,
.formtable>*>tr>*>.txt-mid{
    width: 100%;
    color:inherit;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #C4C4C4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #C4C4C4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #C4C4C4;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #C4C4C4;
}
.formtable>*>tr>*>.label{ vertical-align: middle; }
.formtable>*>tr>*>p{ text-indent: 1em;}
.formtable>*>tr>*>p>.radio-lab{ margin-left: 5px;}

.formtable1{
    width:100%;
    table-layout: fixed;
    white-space:normal;
    word-break:break-all;/*支持IE，chrome，FF不支持*/
    word-wrap:break-word;/*支持IE，chrome，FF*/
}
.formtable1.hasRig{ width:100%;}
.formtable1>*>tr>th,
.formtable1>*>tr>td{
    text-align: left;
    font-weight: normal;
    color: #7a7a7a;
    border: 1px solid #EDEDED;
    padding:5px;
}
.formtable1>*>tr>th{ text-align: right; font-size:14px; background:#F6F6F6;}
.formtable1>*>tr>th.left,
.formtable1>*>tr>td.left{ text-align: left;}
.formtable1>*>tr>th.center,
.formtable1>*>tr>td.center{ text-align: center;}
.formtable1>*>tr>th.right,
.formtable1>*>tr>td.right{ text-align: right;}
.formtable1>*>tr>.detailT{ font-weight: bold;}
.formtable1>*>tr>*>.txt-min,
.formtable1>*>tr>*>.txt,
.formtable1>*>tr>*>.ipt,
.formtable1>*>tr>*>.txt-mid{
    width: 100%;
    color:inherit;
}
.formtable1>*>tr>*>.label{ vertical-align: middle; }
/* 进度条 */
.progressBar{
    width: 100%;
    min-height: 148px;
    padding-top: 36px;
    text-align: center;
}
.progressBar:after{content:" ";display:block;height:0;clear:both}
.progressBar .level{ float: left; cursor: pointer;}
.progressBar .first .status:before,
.progressBar .last .status:before{
    content:" ";
    display: block;
    position:absolute;
    top:0; bottom:0; width:50%;
    background:#fff;
}
.progressBar .first .status:before{ left:0;}
.progressBar .last .status:before{ right:0;}
.progressBar .status{
    background: url("../images/pro/pg.jpg") repeat-x;
    position: relative;
}
.progressBar .active{ color: #3BAEDA;}
.progressBar .done{ color: #32B16C;}
.progressBar .active .status{ background-image: url("../images/pro/pg_now.jpg");}
.progressBar .done .status{ background-image: url("../images/pro/pg_done.jpg");}
.progressBar .pro{
    position: relative;
    width: 47px; height:47px;
    margin: 0 auto;
    background: url("../images/pro/cen.jpg") no-repeat;
}
.progressBar .first .pro{ background-image: url("../images/pro/first.jpg");}
.progressBar .last .pro{ background-image: url("../images/pro/last.jpg");}
.progressBar .active .pro{ background-image: url("../images/pro/cen_now.jpg");}
.progressBar .first.active .pro{ background-image: url("../images/pro/first_now.jpg");}
.progressBar .last.active .pro{ background-image: url("../images/pro/last_now.jpg");}
.progressBar .done .pro{ background-image: url("../images/pro/cen_done.jpg");}
.progressBar .first.done .pro{ background-image: url("../images/pro/first_done.jpg");}
.progressBar .done.active .pro{ background-image: url("../images/pro/cen_done_now.jpg");}
.progressBar .first.done.active .pro{ background-image: url("../images/pro/first_done_now.jpg");}
.progressBar .level p{ margin-top: 18px;}
.progressCont{ display: none;}
.progressCont.active{ display: block;}
/* 登录 */
.loginPage{
    position:relative;
    overflow: auto;
    height:100%; min-height:600px;/* 内容定高 */
    background: #F6FAFD;
}
.loginBg{
    display:block; position:absolute;
    width:100%; /*height:100%;*/
    left:0; bottom:0;
    z-index:0;
}
.loginDiv{
    z-index: 1;
    width: 960px; height: 400px;
    position: absolute;
    top:50%; left:50%;
    margin-left:-480px; margin-top:-200px;
    background:url("../images/login_sublogo.png") no-repeat 0 0;
}
.loginTop{
    position:absolute;
    top:0; width:100%; left:0; height:90px; line-height: 90px;
    background:#fff url("../images/header_logo.png") 50px center no-repeat;
    padding-right: 50px;
    text-align: right;
}
.loginTop-lnk{
    display: inline-block;
    font-size:12px;
}
.loginTop-lnk a,
.loginTop-lnk span{ color:#666; margin-left:2px;}
.loginTop-lnk a:first-child{ margin-left:0;}
.loginTop-lnk a:hover{ color: #1FA3E3;}
.loginBot{
    position:absolute;
    bottom:0;
    width:100%; height:90px;
    color: #ccc;
    text-shadow: 1px 1px #000;
    border-top:none;
}
.loginBox{
    width:370px; height:390px;
    padding:10px 20px;
    background: #F7FBFE; color:#333;
    position:absolute;
    right:0; top:5px;
    font-size:16px;
    border-radius: 3px;
    box-shadow: 0 0 10px 1px #ccc;
    border:solid 1px #E9EDF0 \9;
}
.loginBox>div,
.loginBox>form>div,
.loginTab{ padding:8px 0;}
.loginTab{ text-align: center;}
.loginTab>li{
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
}
.loginTab>li:first-child{padding-left:0;}
.loginTab>li.active{ color:#1FA3E3;}
.loginMore{}
.loginMore a{ color:#44B7F0; margin-left:20px;}
.loginMore a:hover{ text-decoration:underline;}
.loginUser,
.loginPwd,
.loginVali .input-group-txt,
.loginBtn{ width:100%; height:45px; line-height: 43px; font-size:16px;}
.loginUser,
.loginPwd,
.loginVali .input-group-txt{
    padding-left:50px;
    background: #D7E9F7 url("../images/loginTxt.png") no-repeat;
}
.loginUser{ background-position:5px 3px;}
.loginPwd{ background-position:5px -37px;}
.loginVali .input-group-txt{ background-position:5px -77px;}
.loginVali .input-group-btn{
    height: 45px;
    border:solid 1px #838383;
}
.loginVali img{ height:100%;}
.loginBtn{
    background:#43B6EF; color:#fff;
}
.loginChk{ font-size: 14px;}
.loginChk .radio-lab:first-child{ margin-left:5px; }
.loginChk a{ color:#FE9601; margin-left:10px;}
.loginChk a:hover{ text-decoration: underline;}
.loginMan{
    position: absolute;
    width: 377px; height: 380px;
    background: url("../images/login_man.png") no-repeat;
    bottom: 10px; left: 50%; margin-left: -400px;
}
/* 滚动加载更多 */
.loadMore{
    width:200px; height: 40px; margin:0 auto;
    background: url("../images/scrollMore.png") center bottom no-repeat;
}
.loadMore.done{
    background-image:url("../images/scrollMore_done.png");
}
.toTop{
    display: none;
    position: fixed;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    right: 30px;
    width: 50px;
    background: url("../images/toTop.jpg") no-repeat 0 0;
}
.toTop:hover { background-position: 0 -50px;}
.scrolled>.toTop { display: block;}
/* 协议 */
.readXieYi .xieYi{}
/* 头像 */
.ipgsFormTx{
    background:url("../images/touxiang.jpg") no-repeat center;
    text-align: center;
    padding-top: 5px;
    height:183px;
}
.ipgsFormTx>img{ width: 134px; height:165px;}
/* 身份证 */
.cardBox{ padding-left:0; padding-right:0;}
.cardBox:after{content:" ";display:block;height:0;clear:both}
.cardBox .cardItem{
    width:50%; float:left;
    text-align: center;}
.cardItem>.upload,
.cardItem>.cardDemo{
    display: inline-block;
    width: 212px; height:142px;
    vertical-align: top;
}
.cardItem>.upload{
    border: 1px solid #4b96cf;
    background:#f2f2f2 url("../images/uploadBg.jpg") center 30px no-repeat;
    position:relative;
}
.cardItem>div>img{ width:100%; height:100%; display: none;}
.cardItem>div.active>img{ display: block;}
.cardItem .upLoadBtn{
    position:absolute;
    width: 80px; height: 22px; line-height: 22px;
    left: 50%;  margin-left: -40px;
    bottom: 20px;
    border-radius: 3px;
    border: none;
    color: #fff;
    background-color: #4287dc;
    cursor: pointer;
}
.cardZheng .cardDemo{ background:url("../images/card1.jpg") no-repeat;}
.cardFan .cardDemo{ background:url("../images/card2.jpg") no-repeat;}
.cardItem>.cardTools{ display: inline-block; width:80px;}
.cardItem>.cardTools .btn-min{ display: block; width:100%; margin-top:5px;}
.cardItem>.cardTools .btn-min:first-child{ margin-top:0;}
.cardTxt{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;}
/* 材料列表 */
.fileList{ }
.fileList>li{
    color: #7a7a7a;
    border-bottom: 1px solid #dddddd;
    padding: 8px 5px;
    position:relative;
}
.fileList>li p{ padding-right: 75px;}
.fileList-atta{ margin-top:5px;}
.fileList-atta li{ display: inline-block; margin-left:1em;}
.fileList-atta a{ color:#3BAEDA;}
.fileList-atta .ipgsCtrl{
    margin-left:.2em;
    background-position: center 2px;}
.fileList-ctrl{
    width: 150px; height:25px; overflow: hidden;
    position: absolute;
    right: 5px; top: 7px;
}
.fileList-hasctrl4{}
.fileList-hasctrl4>li p{ padding-right: 135px;}
.fileList-hasctrl4 .fileList-ctrl{ width:130px;}

/* 预约说明 */
.ipgsYysmBox{
    background:#fff;
    border-bottom: 1px solid #e8e9eb;
}
.ipgsYysmBox:after{content:" ";display:block;height:0;clear:both}
.ipgsYysmIco{
    width:135px; height:162px; display: block;
    float:left; overflow:hidden;
    background: url("../images/yuYueSM.jpg") no-repeat;
}
.ipgsYysmInfo{
    height:100%; overflow: hidden;
    padding:15px 25px 0;
    font-size:14px;
    color: #524c4c;
    line-height: 30px;
}
/*选择委办局*/
.ipgsXzwbj{}
.ipgsXzwbj-navs:after,
.ipgsXzwbj-list:after,
.ipgsXzwbj-list li>div:after{ content:" ";display: block;height:0;clear:both;}
.ipgsXzwbj-navs{
    color: #adadad;
    overflow:visible;
    background: #fff;
    font-size: 18px;
    border-bottom: 1px solid #3bafda;
}
.ipgsXzwbj-navs li{
    float: left;
    padding: 2px 20px;
    border: 1px solid #fff;
    background: inherit;
    border-top-width:3px;
    border-bottom:none;
    cursor: pointer;
}
.ipgsXzwbj-navs li.active{
    color: #3bafda;
    border-color:#3bafda;
    position:relative; top:1px;
}
.ipgsXzwbj-list{
    padding: 10px 9px 12px;
    background: #f7f7f7;
}
.ipgsXzwbj-list li{
    float: left;
    width:25%;
    overflow: hidden;
    color: #323232;
    padding: 10px 9px 0;
    cursor: pointer;
    display: none;
}
.ipgsXzwbj-list li.active{ display: list-item;}
.ipgsXzwbj-list li:hover,
.ipgsXzwbj-list li.now{ display: block; color: #00afe3;}
.ipgsXzwbj-list li span{
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    /*width: 166px;*/ height: 40px;
    /*float: left;*/ margin-left:20px;
    padding-left: 7px;
}
.ipgsXzwbj-list li img{
    width: 20px; height: 20px; display: block;
    float: left;
}
/*选择业务*/
.ipgsXzyw{ padding:10px 0;}
.ipgsXzyw-bar:after{content:" ";display:block;height:0;clear:both;}
.ipgsXzyw-search{ width:250px; float:right; margin-right:5px;}
.ipgsXzyw-ul{ padding:5px 0;}
.ipgsXzyw-ul li{
    height: 42px;
    line-height: 41px;
    background: url("../images/yeWuLiBg.jpg") 18px center no-repeat;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 0 56px;
    cursor: pointer;
}
.ipgsXzyw-ul li:first-child{ border-top:solid 1px #ddd;line-height: 40px;}
.ipgsXzyw-ul li:hover{ color: #00afe3;}
.ipgsXzyw-ul li .ipgsXzyw-count{
    float: right;
    width: 104px;
}
.ipgsXzyw-ul li .ipgsXzyw-count .num{
    padding: 4px 7px;
    background: #da4453;
    border-radius: 10px;
    color: #ffffff;
    min-width: 30px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
}
.ipgsXzyw-ul li .ipgsXzyw-txt{
    margin-right:110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.ipgsXzyw .manu{ margin:0 5px;}
/*选择预约时间*/
.ipgsXzyysj table{ width: 100%;}
.ipgsXzyysj th,
.ipgsXzyysj td{
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.ipgsXzyysj thead th{ background: #e2f3fb; border:none;}
.ipgsXzyysj tbody td { color: #00aee3; cursor: pointer;}
/*填写预约信息*/
.ipgsTxyyxx{ font-size: 14px;}
/*预约成功*/
.ipgsYycg{
    border-radius:4px;
    overflow: hidden;
    background:#fff;
    padding-bottom: 18px;
    font-size: 14px;
    border: 1px solid #e8e9eb;
}
.ipgsYycg-top{
    height: 124px;
    background: #32b16c url("../images/yycg.jpg") center no-repeat;
}
.ipgsSbcg .ipgsYycg-top{background-image:url("../images/sbcg.jpg");}
/* 申报列表 */
.znjqr{
    width: 121px; height: 156px;
    background: url("../images/znjqr.png") no-repeat;
    position: fixed; z-index:5;
    top: 150px; left: 20px;
    cursor:pointer;
}
.sbList{}
.sbItem{ margin-top:5px;}
.sbItem:first-child{ margin-top:0;}
.sbItem_tc{}
.sbInfo{
    background:#FDFFFA right no-repeat;
    border:#f3f3f3 1px solid;
    padding:8px 20px;
    line-height:1.8;
    width: 100%;
    position:relative;
}
.sbItem_tc .sbInfo{ background-image:url("../images/sbArr_l.png"); padding-right:85px;}
.pyList .sbItem_tc .sbInfo{ background-image:url("../images/sbArr_l_py.png"); padding-right:45px;}
.sbItem_tc.opened .sbInfo{ background-image:url("../images/sbArr_b.png");}
.pyList .sbItem_tc.opened .sbInfo{ background-image:url("../images/sbArr_b_py.png");}
.sbCtrl_sx{ position:absolute; bottom:8px;right:5px;}
.sbInfo>span{
    display: inline-block;
    padding-right:20px;
    max-width:100%;
}
.sbItem_tc>.sbItem_div{ display: none;}
.sbItem_tc.opened>.sbItem_div{ display: block;}
.sbItem_pro{
    display:inline-block;
    width:100px; height:4px;
    background: #e5e5e5;
    vertical-align: middle;
}
.sbItem_pro>span{ display:inline-block;height:100%;background:#FDBD40; width: 20%;}
.sbItem_tc .formtable1>*:first-child>tr:first-child>th,
.sbItem_tc .formtable1>*:first-child>tr:first-child>td{ border-top:none;}
.sbItem_tc .listtable{ border-color:#F5F5F5;border-top:none;}
.sbItem_tc .listtable>thead>tr{
    background:#fff;
    color: #3BAEDA;
    font-weight: normal;
}
.sbItem_tc .listtable>*>tr>th,
.sbItem_tc .listtable>*>tr>td{ border:none; line-height: 1.2em;}
.sbItem_tc .listtable>thead>tr>th{ border-bottom:dotted 1px #F5F5F5;}
/* 个人中心 */
.blockBox{ padding:80px 0;}
.blockItem{
    display: block;
    width:450px; height:110px; line-height: 110px;
    margin:40px auto 0;
    background:#19C5F5; color:#fff;
    font-size:30px;
    text-align:center;
    border-radius: 10px;
}
.blockItem:first-child{ margin-top:0;}
.blockItem>img{ vertical-align: middle;}
.ipgsGrzx .grzxZl{
    background: url("../images/grzxZl_bg.jpg") repeat-x;
    width:100%; height:131px;
    overflow: hidden; font-size: 12px;
}
.grzxZl_l{
    background: url("../images/grzxZl_l.jpg") left bottom no-repeat;
    float:left;
    width: 40%; height: 100%;
    padding: 20px 0 0 30px;
}
.grzxZl_r{
    background: url("../images/grzxZl_r.jpg") right bottom no-repeat;
    float: right;
    width:59%; height:100%;
}
.grzxZl:after,
.grzxZl_l:after,
.grzxZl_r:after{content:" ";display: block;height:0;clear:both;}
/* grzxZl_l */
img.grzxImg{
    display: block;
    float: left;
    width: 75px; max-height:90px;
}
.grzxDetail{
    padding: 10px 10px 0 0;
    margin-left: 95px;
}
.grzxDetail>a,
.grzxDetail>span{
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grzxDetail>a.userName{
    font-weight: bolder;
    color: #333;
}
/* grzxZl_r */
.grzxQuick{
    float:left;
    width:160px;
    padding: 35px 5px 0;
}
.grzxWdsb{
    margin-left: 165px;
    padding: 15px 10px 0;
    max-height: 90%;
    overflow: hidden;
}
.grzxQuick>div{
    display: inline-block;
    width:50%;
    text-align: center;
    padding:0 2px;
}
.grzxQuick-ico{
    width: 35px; height: 40px;
    display: block; margin:0 auto 2px;
    background: center no-repeat;
}
.grzxQuick-ico0{background-image:url("../images/grzx_ico0.png");}
.grzxQuick-ico1{background-image:url("../images/grzx_ico1.png");}
.grzxQuick p>span{
    color: #ff0101;
    padding-left: 3px;
}
.grzxWdsb-t{
    background: url("../images/pc.jpg") 0 center no-repeat;
    text-indent: 28px;
    margin-bottom: 9px;
}
.grzxWdsb-c{
    height:56px;
    overflow:hidden;
    position:relative;
}
.grzxWdsb-c>ul{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.grzxWdsb-c li{
    height: 18px;
    line-height: 18px;
    text-indent: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grzxMenu{
    width: 750px;
    margin:0 auto;
    padding: 22px 0;
    text-align: center;
}
.grzxMenu:after{ content:" ";display: block;height:0;clear:both;}
.grzxMenu li{
    float:left;width:33%; height:118px;
    padding:8px;
}
.grzxMenu li>a{
    display: block;
    width:100%; height: 100%;
    font-size: 26px;
    color: #2ea7e0;
    background: url("../images/grzx_menu.jpg") center no-repeat;
    cursor:pointer;
    padding-top:32px;
}
.grzxMenu img{
    display:inline-block;
    width:40px; height:40px;
    vertical-align: middle;
    margin-right:20px;
}
/* queryPanel */
.queryPanel{
    margin-top:5px;
}
.queryPanel-h{
    background: #fff url("../images/queryPanel-h.jpg") left center no-repeat;
    height:35px; line-height: 34px;
    border-bottom:1px solid #769CB3;
    padding-left:20px;
    font-size: 14px;
}
.queryPanel-h:after{ content:" ";display: block;height:0;clear:both;}
.queryPanel-h>a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:70px;
    position: relative;
}
.queryPanel-h>a>span{
    padding:0 5px; border-radius:3px;
    vertical-align: middle;
    display: block;
    position:absolute;
    font-size:12px;
    right:3px; width: 62px;
    top: 5px; height:24px; line-height:24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.queryPanel-b{
    border:solid 1px #f3f3f3;
    border-top:none;
    background:#fff;
    padding:5px 10px;
}
.queryPage{ background: #fff;}
.queryPage .queryPanel:first-child{ margin-top:0;}
.queryPage .manu-btn{
    color: #000;
    background-color: #F4F4F4;
    border: solid 1px #DADEE9;
}
.queryPage .manu{ line-height:29px;}
.queryPage .manu-lnk{
    height:30px; line-height: 29px;
}
.queryPage .manu-sel,.queryPage .manu-txt,.queryPage .manu-btn{
    height:30px; line-height: 29px;
}
.queryPage .manu-sel{
    padding: 4px 3px;}
.queryPage .manu a.manu-lnk{ background:#F4F4F4;}
.queryPage .manu span.manu-lnk{ background:#fff;}
.queryPage .manu span.manu-lnk-i{
    border-top-color:transparent;
    border-bottom-color:transparent;
    color:#4ba0f7
}
/* 套餐 */
.tcItem1:after,
.tcItem1_sxTop:after{ content:" ";display:block;height:0;clear:both;}
.tcList1{ background: url("../images/step_bg.jpg") 0 0 repeat-y;}
.tcItem1{
    background: url("../images/step_p.jpg") 0 8px no-repeat;
    padding: 3px 0 3px 20px;
}
.tcItem1:first-child{ position: relative;}
.tcItem1:first-child:before{
    content: "";
    display: block;
    background:#fff;
    position: absolute;
    top: 0; left:0;
    height: 8px; width: 9px;
}
.tcItem1>div{
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.tcItem1_l{ width:300px;}
.tcItem1_c{ margin-left:10px; width:200px;}
.tcItem1_r{ margin-left:10px;}
.tcItem1_r>span{ min-width:20px;display: inline-block; text-align: center;font-weight: bold;}

.crumb{ padding:10px 0;}
.crumb>*{
    height: 25px;
    line-height: 25px;
    float:left;
    margin-bottom:2px;
}
.crumb .total{
    margin-right:1em;
    color:#666;
    font-size:14px;
}
.crumb .total .t_red{
    font-size: 12px;
    font-weight: bold;
}
.crumb .pro{
    position: relative;
    display: inline-block;
    max-width: 200px;
    line-height: 23px;
    background:#0786ED;
    border: 1px solid #0786ED;
    color: #fff;
    margin-right:5px;
    padding: 0 19px 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    border-radius: 2px;
}
.crumb .pro:hover { border-color: #f40;}
.crumb .icon-btn-x{
    position: absolute;
    background: url("../images/tools.png") -73px -29px;
    right: 6px; top: 8px;
    width: 7px; height: 7px;
    display: block;
}
.crumb .pro:hover .icon-btn-x{ background-position: -90px -29px;}
.crumb-main{ }
/* groups */
.groups{
    display: none;
    font-size: 14px;
    background: #fff url("../images/groups.jpg") repeat-y;
    line-height: 23px;
    border-top: solid 1px #E4E4E4;
}
.group:after{content:" ";display:block;height:0;clear:both}
.group{
    border: solid 1px #E4E4E4;
    border-top: none;
    padding: 3px 20px;
}
.group.hidden{ display: none;}
.group-tit{
    color:#68717A;
    width:120px;
    float:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.group-btn{
    padding: 0 5px;
    margin-left: 3px;
}
.group-btn:first-child{ margin-left:0;}
.group-tool{
    float:right;
    width:100px;
    text-align: right;
}
.group-tool .group-btn{}
.group-sel{
    margin:0 100px 0 120px;
}
.group-tit>.fa{ margin-right:.5em;}
.group-opts:after{content:" ";display:block;height:0;clear:both}
.group-opts{
    color:#6A707C;
    height:23px;
    overflow: hidden;
}
.group-opts>div:after{content:" ";display:block;height:0;clear:both;}
.group.opened .group-opts{
    height:auto;
    max-height:69px;
    overflow: auto;
}
.group-item{
    display: block; float: left;
    max-width: 200px;
    line-height: 23px; height: 23px;
    margin: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.group-item:hover{ color:#000;}
.group.multi .group-item{
    max-width: 220px;
    padding-left: 15px;
    background: url("../images/group-item.png") -5px 1px no-repeat;
}
.group.multi .group-item:hover,
.group.multi .group-item.now{ background-position: -5px -42px;}
.group-seltool{
    margin-top:3px;
    text-align:center;
    display:none;
}
.group.multi .group-seltool{ display: block;}
.group.multi .group-tool>input.group-btn{ display: none;}
/* 折叠按钮切换 */
.closed-c{ display: inline;}
.opened-c{ display: none;}
.opened>.opened-c{ display: inline;}
.opened>.closed-c{ display: none;}
.querytools{ padding-bottom: 5px;}
.query-toggle{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.query-arrow{
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/tools.png");
    width: 7px;
    height: 4px;
    margin-left: 5px;
}
.opened-c>.query-arrow{ background-position: -313px -7px;}
.closed-c>.query-arrow{ background-position: -279px -7px;}
/* 创业板 */
.gemPanel{
    padding-top: 48px;
    padding-left: 120px;
    overflow: hidden;
}
.gemPanel .gemL{
    width: 355px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    float: left;
}
.gemPanel .gemR{
    padding-bottom: 10000px;
    margin:31px 48px -10000px 355px ;
    background: url("../images/gem/kyznDotted.jpg")  repeat-y;
}
.gemPanel .gemL .kyznBg{
    margin-bottom: 28px;
    margin-top: -30px;
}
.gemPanel .gemItemFl{
    margin-top: 28px;
    margin-left: 90px;
}
.gemPanel  .gemItemFl .itemIco{
    width: 60px;
    height: 60px;
    float: left;
    margin-top: -16px;
}
.gemPanel .gemItemFl .conL{
   margin-left: 82px;
}
.gemPanel .gemItemFl .itemTit{
     width: 198px;
     height: 53px;
     line-height: 30px;
     color: #ffffff;
     position: relative;
    right: 3px;
    padding-right: 52px;
    padding-left: 4px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
 }
.gemPanel .detail{
    padding:0 10px 12px 6px;
}
.gemPanel .detail li{
    line-height: 18px;
    padding-left: 12px;
    color: #7f8082;
    font-size: 12px;
}
.gemPanel .detail li label{
    color: #a1a2a6;
}

.gemPanel .gemL0 .itemTit{
    background: url("../images/gem/gemL0blue.png") no-repeat;
}
.gemPanel .gemL0 .detail li{
    background: url("../images/gem/gemLcir0.png") 0 4px no-repeat;
}

.gemPanel .gemL1 .itemTit{
    background: url("../images/gem/gemL1.png") no-repeat;
}
.gemPanel .gemL1 .detail li{
    background: url("../images/gem/gemLcir1.png") 0 4px no-repeat;
}
.gemPanel .gemL2 .itemTit{
    background: url("../images/gem/gemLred.png") no-repeat;
}
.gemPanel .gemL2 .detail li{
    background: url("../images/gem/gemLcir2.png") 0 4px no-repeat;
}

.gemPanel .showAllImg{
    width: 100%;
    height: 110px;
    cursor: pointer;
    background:#ffffff url("../images/gem/showAll.png") 355px 0 no-repeat;
}
.gemPanel .gemItemFr{
    padding-top:26px;
    position: relative;
}
.gemPanel .gemItemFr .conR{
    width: 212px;
}
.gemPanel  .gemItemFr .itemIco{
    width: 60px;
    height: 60px;
    margin-top: -16px;
    margin-left: 212px;
    position: absolute;
    top: 22px;
}
.gemPanel .gemItemFr .itemTit {
    width: 198px;
    height: 53px;
    line-height: 30px;
    padding-right: 4px;
    color: #ffffff;
    position: relative;
    left: -11px;
    text-indent:52px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
}
.gemPanel .gemItemFr .detail{
    margin-left: 24px;
}

.gemPanel .gemR0 .itemTit{
    background: url("../images/gem/gemR0.png") no-repeat;
}
.gemPanel .gemR0 .detail li{
    background: url("../images/gem/gemRcir0.png") 0 4px no-repeat;
}
.gemPanel .gemR1 .itemTit{
    background: url("../images/gem/gemR1.png") no-repeat;
}
.gemPanel .gemR1 .detail li{
    background: url("../images/gem/gemRcir1.png") 0 4px no-repeat;
}
.gemPanel .gemR2 .itemTit{
    background: url("../images/gem/gemR2.png") no-repeat;
}
.gemPanel .gemR2 .detail li{
    background: url("../images/gem/gemRcir2.png") 0 4px no-repeat;
}


/* 事项办理 cut from index.html */
.contLis{}
.contLisItems{
    border: 1px solid #d4d5d8;
    border-radius: 3px;
    margin-bottom: 16px;
}
.contLisItems table.up{
    width:100%;
    height: 56px;
    table-layout: fixed;
    background: #e6e9ed;
}
.contLisItems table.up th{
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}
.contLisItems table.up td.state{
    width: 200px;
    padding-right: 10px;
}
.contLisItems table.up .stateUlWrap{ float: right;}
.contLisItems table.up .sHState{
    width: auto;
    height: 32px;
    /*border-right: 1px solid #d5d7d8;*/
    /*padding-right: 6px;*/
}
.contLisItems table.up .sHState li{
    float: left;
    width: 20px; height: 20px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    background: #3cbde5;
    color: #FFFFFF;
    margin-right: 6px;
    cursor: default;
    position: relative;
    top: 8px;
}
.contLisItems table.up .star{
    display:none;
    float: right;
    width: 118px;
    border-left: 1px solid #fff;
    padding-top: 8px;
}
.contLisItems table.up .star li{
    display: inline-block;
    margin-left: 4px;
    width: 18px; height: 18px;
    background: url("../icons/star_w.png") no-repeat;
}
.contLisItems table.up .star li.active{ background: url("../icons/star_y.png") no-repeat;}
.contLisItems .down{
    background: #FFFFFF;
    height: 52px;
    padding: 12px 0 10px 20px;
    position: relative;
}
.contLisItems .down .btnUl{
    margin-right: 198px;
    height: 100%;
}
.contLisItems .down .btnUl li{
    float: left;
    /*min-width: 98px;*/
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    min-width: 56px;/* IE8 border-box 不支持 min-width */
    height: 26px;
    line-height: 26px;
    background: url("../images/indexIcon.png") no-repeat #3bafda;
    border-radius: 3px;
    margin-left:10px;
    color: #FFFFFF;
    padding:0 8px 0 34px;
    cursor:pointer;
}
.contLisItems .down .btnUl li:first-child{ margin-left:0;}
.contLisItems .down .btnUl li.disabled{
    background-color:#EBEBE4;
    cursor: not-allowed;
}
.contLisItems .down .btnUl li a{
    display: block;
    color: inherit;
}
.contLisItems .down .btnUl li.disabled a{ cursor: not-allowed;}
.contLisItems .down .btnUl .bszn{
    background-position:12px -105px;
}
.contLisItems .down .btnUl .zxbl{
    background-position:12px -138px;
}
.contLisItems .down .btnUl .zxyy{
    background-position:12px -170px;
}
.contLisItems .down .btnUl .zxzx{
    background-position:12px -196px;
    cursor: pointer;
}
.contLisItems .down .detail{
    width: 198px;
    position: absolute;
    right: 0; top: 16px;
    height: 22px; line-height: 22px;
}
.contLisItems .down .detail li{
    float: left;
    background:url("../images/indexIcon.png") no-repeat;
    cursor: pointer;
    height: 100%;
    padding: 0 10px;
}
.contLisItems .down .detail .cailiao{
    background-position:0 7px;
    text-indent: 9px;
    border-right: 1px solid #a0a0a0;
    cursor: default;
}
.contLisItems .down .detail .sc{
    background-position:10px -17px;
    text-indent: 18px;
}
.contLisItems .down .detail .sc.active{ background-position:10px -223px;}
.contLisItems .down .detail .tc{
    background: none;
    padding: 0;
}
.contLisItems .down .detail .tc a{
    display: block;
    width: 66px;
    color: #FFFFFF;
    background: #f8b551;
    text-align: center;;
}
.contLisItems .down .detail .tc.disabled a{
    background-color: #EBEBE4;
    cursor: not-allowed;
}
.modelLayer{
    padding: 10px;
    padding-bottom: 170px;
    color: #333;
    font-size: 20px;
    background: url("../images/123.jpg") no-repeat center bottom;
}