body,html{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, å¾®è½¯é›…é»‘;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
select,input,button{
    outline: none;
}
ul,ol,dl,dd,p{
    margin: 0;
    padding: 0;
}
em,b,i{
    font-style: normal;
    font-weight: 400;
}
img{
    border: none;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
table{
    border:0;
    border-collapse:collapse;
    border: 1px solid rgb(247, 247, 247);
}
.content-exp{
    border: 1px solid #dedede;
}
.box-content {
    padding: 0 20px;
    margin: auto;
}
.box-header-container{
    background: #fff;
    padding:10px 0px;
    border-bottom: 1px solid #f7f7f7;
    height: 20px;
}

.box-header-container span{
    font-size: 18px;
}
.link{
    text-decoration: underline;
    color: #3f94f3;
    cursor: pointer;
}
/*tab*/
.nav-tabs {
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border-radius:0 ;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 4px;
}
.nav-tabs li{
    padding: 0;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover{
    background: #3f94f3;
    border-color: #3f94f3;
    color: #fff;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}

/*å¼¹çª—*/
.pop{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../../yibazhan/images/http://8.146.206.136:886/txpz/image/bg.png);
    z-index: 10;
}
.pop-centet{
    position: fixed;
    width: 800px;
    background-color: #fff;
    left: 50%;
    margin-left: -400px;
    top: 20%;
}
.pop-centet.tips {
    width: 580px;
    margin-left: -290px;
}
.invoc-tips{
    width: 300px;
    margin-left: -150px;
}
.pop-head{
    background-color: #66adfd;
    color: #fff;
    padding:10px 20px;
    overflow: hidden;
}
.pop-head h3{
    float: left;
}
.close{
    width: 14px;
    height: 14px;
    float: right;
    cursor: pointer;
}
.pop-body{
    padding: 20px;
}
.pop-foot{
    border:1px solid #dedede;
    border-top:none;
    padding:20px 10px;
    overflow: hidden;
}
.bnt-goup{
    display: inline-block;
    float: right;
}
.bnt-goup a{
    font-size: 12px;
    color: #fff;
    padding:8px 16px;
    border-radius:4px ;
    cursor: pointer;
}
.submit{
    background: #3f94f3;
}
.submit:hover{
    background: #66adfd;
}
.none:hover{
    background-color: #3f94f3;
}
.none{
    background: #bbb;
}
.dele{
    background: #ff5200;
}

/*åˆ—è¡¨*/
.dictionary-conten  .formlist-group{
    float: left;
}
.dictionary-conten  .formlist-group span{
    width: 110px;
}
.dictionary-conten  .formlist-group .control-info{
    width: 250px;
    margin-left: 0;
}
.formlist-group{
    line-height: 29px;
    padding-bottom: 20px;
}
.formlist-group:after{
    content: '';
    display: block;
    clear: both;
}
.formlist-group .group-fox:first-child{
    margin-right: 100px;
}
.formlist-group .group-fox{
    float: left;
}
.formlist-group span{
    width: 200px;
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.formlist-group span em{
    color: #f90000;
}
.control-info{
    width: 300px;
    float: left;
    margin-left: 20px;
    position: relative;
}
.control-info2{
   /* width: 600px;*/
    float: left;
   /* margin-left: 20px;*/
    position: relative;
}
.control-info select,.control-info input{
    width: 100%;
    height: 30px;
    border: none;
    border:1px solid #ddd;
    box-sizing: border-box;
    padding-left: 4px;
    color: #666;
    border-radius: 4px;
}
.control-info textarea{
    width: 100%;
    height: 100px;
    border: none;
    border:1px solid #ddd;
    box-sizing: border-box;
    padding-left: 4px;
    color: #666;
    border-radius: 4px;
}
.place select{
    width: 49%;
    float: left;
}
.place select:first-child{
    margin-right: 2%;
}
.control-info input{
    color: #333;

}
.control-info input:focus{
    color: #333;
}
.open-public{
    display: none;
    border-top: 1px solid #f7f7f7;
    padding-top: 20px;
    margin-bottom: 20px;
    background: #fbfbfb;
}
.control-info .tip{
    line-height: 1;
    padding-top: 4px;
    font-size: 12px;
    color: #999;
    display: block;
    width: 200%;
}
.upload{
    position: absolute;
    display: block;
    width: 100%;
    top: 10px;
    left: 100%;
    margin-left: 10px;
    color: #3f94f3;
    cursor: pointer;
    text-decoration: underline;
    line-height: 1;
    font-size: 12px;
    background: transparent;
    border: none;
    text-align: left;
}
.upload .iconfont{
    font-size: 18px;
}
.upload:hover{
    color: #fff;
    background:#3f94f3 ;
}

.bnt-smbit{
    text-align: center;
    clear: both;
}
.auth-bnt{
    padding-left: 90px;
}
.auth-bnt a{
    font-size: 14px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.anth-mode{
    margin-top: 40px;
}
.bnt-bule{
    background: #3f94f3;
}
.bnt-bule:hover{
    background: #66adfd;
}
.bnt-gary{
    background: #bbb;
}
.bnt-gary:hover{
    background: #3f94f3;
}
.center{
    margin: 0;
    padding: 0;
    text-align: center;
}

.head-tip{
    width: 98%;
    margin:10px auto;
    background-color: #ffd74738;
    color: #ffa500;
    line-height: 30px;
    display: block;
    position: relative;
    border: 1px solid #ffb100;
}
.head-tip span{
    display: inline-block;
    padding: 0 10px;
}
.tip-icon{
    position: absolute;
    right: 4px;
    top: 0px;
    cursor: pointer;
}

.jqgfirstrow{
    border: none!important;
}
.jqgfirstrow td{
    padding: 0!important;
    margin: 0;
}
.ui-jqgrid .ui-jqgrid-htable{
    table-layout:fixed;
    margin:0;
}
.ui-jqgrid .ui-jqgrid-htable th{
    height:22px;
    padding:0 2px 0 2px;
}
.ui-jqgrid tr.jqgrow td{
    font-weight:normal;
    overflow:hidden;
    white-space:pre;
    height:36px;
    padding:0 2px 0 2px;
}
.ui-jqgrid .ui-jqgrid-btable{
    table-layout:fixed;
    margin-left:0;
}
.ui-jqgrid-labels{
    border-bottom: 1px solid #ddd;
}
.ui-jqgrid-labels th{
    border-right: 1px solid #ddd!important;
    line-height: 50px;
    box-sizing: border-box;
}
.ui-jqgrid-btable tbody tr{
    border-bottom: 1px solid #ddd;
}

.ui-jqgrid-btable tbody tr td{
    border-right: 1px solid #ddd;
}
.ui-jqgrid-btable tbody tr:hover{
    background-color: #f7f7f7;
}
.jqgrow.ui-row-ltr.success{
    background-color: #daebff;
}
.ui-jqgrid-resize.ui-jqgrid-resize-ltr{
    position: absolute;
    right: 0;
    display: none;
}
.ui-jqgrid-bdiv{
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-jqgrid {
    overflow-x: auto;
}
.details-table{
    position: relative;
}
.loading.row{
    position: absolute;
    width: 100px;
    line-height: 30px;
    height: 30px;
    background: #daebff;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    z-index: 10;
}

/*page*/
.page-list li {
    list-style: none;
    line-height: 22px;
}

.page-num {
    padding: 10px 0 0 0;
}

.page-num span {
    height: 30px;
    width: 30px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #666;
    float: left;
    margin: 0 4px;
}
.page-nuber span:first-child,.page-nuber span:last-child{
    font-size: 12px;
    margin: 0;
}
.page-nuber span:first-child{
    margin-right: 4px;
}
.page-nuber span:last-child{
    margin-left: 4px;
}
.pageNav {
    display: inline-block;
    float: left;
    margin: 0 4px;
}

.pageNav a {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    margin:0 4px;
}

.pageNav a.active, .pageNav a:hover {
    background: #3f94f3;
    border-color: #3f94f3;
    color: #fff;
}
.pageNav a.active {
    cursor: default;
}
.page-prev:hover {
    cursor: pointer;
}
.page-next:hover {
    cursor: pointer;
}
.page-jump span{
    border: none;
    width: auto;
}
.page-jump{
    float: left;
    margin-left: 20px;
}
.page-nuber{
    float: left;
}
.page-jump input,.page-jump button{
    width: 50px;
    height: 31px;
    border: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: transparent;
    margin: 0 10px;
    text-align: center;
}
.page-jump button:hover{
    background: #3f94f3;
    border-color: #3f94f3;
    color: #fff;
    cursor: pointer;
}
.page-jump span{
    float: left;
}

.ban {
    opacity: .4;
}

.loading {
    width: 20px;
    height: 20px;
    background-image: url(../../yibazhan/images/http://8.146.206.136:886/txpz/image/loading.gif);
    background-size: 100%;
    display: none;
    position: absolute;
}
.loading-no {
    display: block;
}
.loading-submit{
    position: static;
    float: left;
    margin-right: 10px;
}
.disable-a {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.error-centen {
    background: #78c5ee;
    height: 670px;
    width: 900px;
    margin: 40px auto;
}

.error-box img {
    margin: auto;
    display: block;
}

.error-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.error-black {
    width: 120px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    margin: 40px auto;
    display: block;
    color: #fff;
    text-decoration: none;
}

.error-box {
    padding-top: 40px;
}

.error-text {
    color: #fff;
    text-align: center;
    margin: 20px 0;
}
顶部底部向上向下S