html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
select,input{
  font-size: 1em;
}
wbr {
  display: none;
}
.display-block{
  display: block!important;
}
.text-blue {
  color: #2c9ae8;
}
.hidden {
  display: none;
}
.text-red {
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.text-gray {
  color: #9e9e9e;
}
.no-decoration{
  text-decoration: none;
}
body {
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  font-size: 12px;
}
textarea {
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.lf {
  float: left;
}
.btn {
  float: left;
  height: 24px;
  margin: 5px;
  color: #fff;
  line-height: 24px;
  background-color: #2c9ae8;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
}
.btn.disabled,
.btn.op-disabled {
  background: #a5a5a5;
}
.btn.disabled:hover,
.btn.op-disabled:hover {
  background: #a5a5a5;
  cursor: no-drop;
}
.btn.search {
  width: 45px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  border: none;
}
.btn:hover {
  background-color: #5ab0ed;
}
.ui-jqgrid input[type='checkbox'] {
  zoom: 140%;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.ui-jqgrid tr.jqgrow td{
  text-overflow: ellipsis;
}
.rt {
  float: right;
}
.clear:before,
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.width-l {
  width: 500px;
}
.width-m {
  width: 250px;
}
.width-s {
  width: 80px;
}
.width-s:disabled{
  background: #e1dfdd !important;
  cursor: no-drop;
}
.width-xs {
  width: 40px;
}
.pop-menu-parent,
.menu-parent {
  position: relative;
  cursor: default;
}
.pop-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 93px;
}
.pop-menu .pop-menu-head {
  background: url(static/image/pop-menu-head.png) no-repeat center bottom;
  height: 10px;
  width: 93px;
}
.pop-menu .pop-menu-item {
  height: 26px;
  line-height: 26px;
  width: 93px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  background: #fff;
}
.pop-menu .pop-menu-item .icon.arr-right {
  padding-right: 22px;
  background: url(static/image/icon-arr-right.png) no-repeat right center;
}
.pop-menu .pop-menu-item .pop-menu-item {
  color: #333333;
}
.pop-menu .pop-menu-item .pop-menu-item:hover {
  color: #2c9ae8;
}
.pop-menu .pop-menu-item:hover {
  color: #2c9ae8;
}
.pop-menu .pop-menu-item:hover .pop-menu-son {
  display: block;
}
.pop-menu .pop-menu-item:hover .icon.arr-right {
  background-image: url(static/image/icon-arr-right-active.png);
}
.pop-menu .pop-menu-footer {
  background: url(static/image/pop-menu-footer.png) no-repeat center top;
  height: 10px;
  width: 93px;
}
.pop-menu .pop-menu-son {
  display: none;
  position: absolute;
  border: 1px solid #f2f2f2;
  right: 100%;
  top: 0;
  margin-right: -1px;
}
.menu-parent {
  padding-right: 10px;
  background: url(static/image/pop-menu-parent.png) no-repeat right center;
}
.menu-parent:hover .pop-menu,
.help:hover .pop-menu {
  display: block;
}
.about {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 655px;
  height: 391px;
  margin-left: -328px;
  margin-top: -196px;
  background: url(static/image/about.png) no-repeat center center;
  display: none;
}
.about .close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 16px;
  cursor: pointer;
}
.about .info {
  position: absolute;
  left: 80px;
  bottom: 100px;
}
.about .info p {
  height: 24px;
  line-height: 24px;
}
.fileupload {
  position: relative;
  overflow: hidden;
}
.fileupload input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.login {
  display: none;
  position: absolute;
  width: 300px;
  height: 220px;
  top: 50%;
  left: 50%;
  margin-top: -165px;
  margin-left: -165px;
  z-index: 200;
  background: #ffffff;
  padding: 15px;
}
.login .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 16px;
  cursor: pointer;
}
.login .close:hover {
  color: #dddddd;
}
.login div {
  margin: 20px 0;
  text-align: center;
}
.login div input,
.login div button {
  display: block;
  width: 250px;
  height: 30px;
  padding: 0;
  margin: 0px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.login div button {
  background-color: #2c9ae8;
  border-color: #2c9ae8;
  color: #ffffff;
  cursor: pointer;
}
.input-combo {
  position: relative;
}
.input-combo input {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: auto;
  left: 0;
}
.input-combo select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: 400;
}
.menu,
.main {
  height: 100%;
}
.model {
  display: none;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

.menu.open {
  left: 0px;
  width: 150px;
}
.menu.open .menu-item span {
  display: block;
}
.menu {
  position: fixed;
  z-index: 75;
  left: 0px;
  top: 0;
  width: 40px;
  user-select: none;
  border-right: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  color: #666666;
  transition: width 0.2s linear;
}
.menu .menu-item span {
  display: none;
}
.menu li {
  cursor: pointer;
  white-space: nowrap;
}
.menu .content {
  padding-top: 60px;
  font-size: 1.2em;
  font-weight: 100;
}
.menu .content .menu-item div {
  height: 39px;
  overflow: hidden;
  line-height: 39px;
  padding-left: 10px;
  border-left: none;
  border-bottom: 1px solid #e5e5e5;
  background: url(static/image/menu-arr-down.png) no-repeat 130px center;
}
.menu .content .menu-item div i {
  float: left;
  height: 39px;
  width: 32px;
}
.menu .content .menu-item div i.icon {
  background: url(static/image/icon-home.png) no-repeat left center;
}
.menu .content .menu-item div i.icon.icon-home {
  background-image: url(static/image/icon-home.png);
}
.menu .content .menu-item div i.icon.icon-ckfp {
  background-image: url(static/image/icon-ckfp.png);
}
.menu .content .menu-item div i.icon.icon-sjtb {
  background-image: url(static/image/icon-sjtb.png);
}
.menu .content .menu-item div i.icon.icon-fpgl {
  background-image: url(static/image/icon-fpgl.png);
}
.menu .content .menu-item div i.icon.icon-xtsz {
  background-image: url(static/image/icon-xtsz.png);
}
.menu .content .menu-item div i.icon.icon-fptj {
  background-image: url(static/image/icon-fptj.png);
}
.menu .content .menu-item div span {
  float: left;
  height: 39px;
  line-height: 39px;
  white-space: nowrap;
}
.menu .content .menu-item div.open,
.menu .content .menu-item div:hover {
  background-position: 125px center;
  background-color: #ffffff;
  color: #0079c8;
  padding-left: 5px;
  border-left: 5px solid #0079c8;
}
.menu .content .menu-item div.open i.icon.icon-home,
.menu .content .menu-item div:hover i.icon.icon-home {
  background-image: url(static/image/icon-home-active.png);
}
.menu .content .menu-item div.open i.icon.icon-ckfp,
.menu .content .menu-item div:hover i.icon.icon-ckfp {
  background-image: url(static/image/icon-ckfp-active.png);
}
.menu .content .menu-item div.open i.icon.icon-sjtb,
.menu .content .menu-item div:hover i.icon.icon-sjtb {
  background-image: url(static/image/icon-sjtb-active.png);
}
.menu .content .menu-item div.open i.icon.icon-fpgl,
.menu .content .menu-item div:hover i.icon.icon-fpgl {
  background-image: url(static/image/icon-fpgl-active.png);
}
.menu .content .menu-item div.open i.icon.icon-xtsz,
.menu .content .menu-item div:hover i.icon.icon-xtsz {
  background-image: url(static/image/icon-xtsz-active.png);
}
.menu .content .menu-item div.open i.icon.icon-fptj,
.menu .content .menu-item div:hover i.icon.icon-fptj {
  background-image: url(static/image/icon-fptj-active.png);
}
.menu .content .menu-item div.open {
  background-image: url(static/image/menu-arr-up.png);
}
.menu .content .menu-item li {
  height: 39px;
  line-height: 39px;
  padding-left: 25px;
  background: #fafafa ;
  border-bottom: 1px solid #e5e5e5;
}
.menu .content .menu-item li:hover {
  background-color: #ffffff;
}
.menu .open-menu {
  position: absolute;
  background: #f2f2f2;
  color: #666666;
  width: 24px;
  height: 40px;
  padding: 5px 0 5px;
  border-radius: 0 4px 4px 0;
  border-right: 2px solid #0079c8;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  top: 94px;
  right: 0px;
  margin-right: -26px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  display: none;
}
.menu:hover .open-menu {
  display: block;
}
.main .content {
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .content .tabs {
  padding-left: 45px;
  padding-top: 1px;
  box-sizing: content-box;
  position: absolute;
  top: 60px;
  left: 0;
  height: 36px;
  width: 100%;
  background-color: #fff;
}
.main .content .tabs .tab {
  float: left;
  height: 28px;
  line-height: 28px;
  border: 1px solid transparent;
  /* padding: 1px 12px 0; */
  padding-top: 1px;
  cursor: pointer;
  margin-top: 6px;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  color: #363A44;
}
.main .content .tabs .tab .tab-title{
  padding: 0 8px;
  display: inline-block;
}
.main .content .tabs .tab .close{
  color: #9FA3AA;
  font-size: 14px;
  padding-right: 8px;
}
.main .content .tabs .tab .close:hover {
  color: #323335;
}
.main .content .tabs .tab.active {
  border-color: #d9d9d9;
  border-bottom-color: #ffffff;
  background-color: #ffffff;
  color: #2c9ae8;
}
.main .content .work {
  box-sizing: border-box;
  padding-top: 36px;
  height: 100%;
  width: 100%;
  display: none;
}
.main .content .work .control {
  text-align: right;
  background-color: #fafafa;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.main .content .work .control input,
.main .content .work .control select {
  box-sizing: content-box;
  height: 22px;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: top;
}
.main .content .work .control .combo input,
.main .content .work .control .combo select,
.main .content .work .control .combo .btn {
  border-right: none;
  height: 22px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  outline: none;
  float: left;
}
.main .content .work .control .combo select {
  width: 100px;
}
.main .content .work .control .combo input {
  width: 150px;
}
.main .content .work .control .combo .btn {
  border: 1px solid #ddd;
  border-left: none;
}
.main .content .work .control .panel {
  float: right;
}
.main .content .work .control .panel > div {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 5px 3px;
}
.main .content .work .control.hyper {
  top: 34px;
  display: none;
}
.main .content .work .form {
  line-height: 24px;
  box-sizing: border-box;
  padding-top: 34px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.main .content .work .form .ui-widget-content {
  background: #ffffff;
}
.main .content .work .form tr.ui-state-highlight {
  background: #e3f2fd;
}
.main .content .work .form .altclasscss {
  background: #ffffff;
}
.main .content .work.active {
  display: block;
}
.main .content .work > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home {
  background: #F6F8FB;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.home .sxed{
  width: calc(100% - 200px);
  box-sizing: border-box;
  position: absolute;
  display: flex;
  font-size: 16px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
.home .sxed p {
  margin-right: 56px;
}
.home .sxed p+p{
  margin-right: 32px;
}
.home .icon-shuaxin{
  cursor: pointer;
  color: #0F62FE;
}
.home .form {
  overflow: hidden;
}
.home #news {
  margin: 20px 100px 0;
  background: #fbf9e2 url(static/image/msg.png) no-repeat 10px center;
  height: 30px;
  padding-left: 30px;
  border-radius: 4px;
  box-sizing: border-box;
}
.home #news .news {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.home #news .news .info {
  white-space: nowrap;
  line-height: 30px;
  color: #0079c8;
  cursor: default;
}
.home .body {
  width: 100%;
  padding: 20px 100px 0;
  background: #F6F8FB;
  box-sizing: border-box;
}
.home .body .steps {
  margin-top: 33px;
  min-width: 500px;
  height: 148px;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 0px rgba(149,164,186,0.08);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .body .steps .step {
  position: relative;
  width: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .body .steps .line {
  width: calc((100% - 700px)/5);
  height: 6px;
  background: url(static/image/line.png) no-repeat center center;
  background-size: contain;
}
.home .body .steps .step div:first-child:hover {
  transform: scale(1.1);
}
.home .body .steps .step div:first-child {
  cursor: pointer;
  transition: transform .2s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .body .steps .step div:first-child span {
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #363A44;
  margin-top: 15px;
}
.home .body .steps .step div:first-child .red_tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 13px;
  height: 16px;
  padding: 1px 3px;
  border-radius: 9px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: -36px;
  margin-left: 18px;
  background-color: #ff2626;
  padding: 0 6px;
}
.home .body .steps .step div:first-child::before{
  display: block;
  content: '';
  width: 48px;
  height: 48px;
}
.home .body .steps .step .step0::before {
  background: url(static/image/gdzs.png) no-repeat center center;
  background-size: contain;
}
.home .body .steps .step .step1::before {
  background: url(static/image/ckxssj.png) no-repeat center center;
  background-size: contain;
}
.home .body .steps .step .step2::before {
  background: url(static/image/fpsqd.png) no-repeat center center;
  background-size: contain;
}
.home .body .steps .step .step3::before {
  background: url(static/image/fpkj.png) no-repeat center center;
  background-size: contain;
}
.home .body .steps .step .step4::before {
  background: url(static/image/fpcx.png) no-repeat center center;
  background-size: contain;
}
.home .body .steps .step .step5::before {
  background: url(static/image/hxbjts.png) no-repeat center center;
  background-size: contain;
}
.home .body .home-item {
  margin-top: 25px;
  height: 340px;
  background: linear-gradient( 180deg, #FFFFFF 0%, #F6FAFF 100%);
  box-shadow: 0px 8px 10px 0px rgba(149,164,186,0.08);
  border-radius: 8px;
}
.home .body .home-item li {
  float: left;
  width: 33.33%;
  height: 170px;
  box-sizing: border-box;
}
.home .body .home-item li + li{
  border-left: 1px solid #E4EAFA;
}
.home .body .home-item li:nth-of-type(-n+3){
  border-bottom: 1px solid #E4EAFA;
}
.home .body .home-item li .container {
  position: relative;
  padding: 24px 0 24px 35px;
  box-sizing: border-box;
}
.home .body .home-item li .container p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  padding-top: 19px;
  color: #363A44;
  font-weight: 600;
}
.home .body .home-item li .container p.home-data {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}
.home .body .home-item li .container p.home-data input {
  height: 32px;
  width: 116px;
  display: block;
  padding: 0 10px 0 0 ;
  line-height: 32px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background: #fff url(static/image/pen.png) no-repeat right center;
  background-size: 13px;
}
.home .body .home-item li .container i {
  width: 37px;
  height: 37px;
  display: block;
  background-size: contain;
}
.home .body .home-item li.third-child {
  margin-right: 0;
}
.home .body .home-item li.last-child {
  margin-right: 0;
}
.home .body .home-item .home-item-dqrq i {
  background: url(static/image/i1.png) no-repeat center center;
}
.home .body .home-item .home-item-kpgd i {
  background: url(static/image/i2.png) no-repeat center center;
}
.home .body .home-item .home-item-fpfs i {
  background: url(static/image/i3.png) no-repeat center center;
}
.home .body .home-item .home-item-fpch i {
  background: url(static/image/i4.png) no-repeat center center;
}
.home .body .home-item .home-item-bhsje i {
  background: url(static/image/i5.png) no-repeat center center;
}
.home .body .home-item .home-item-se i {
  background: url(static/image/i6.png) no-repeat center center;
}
.home .body .tjkj{
  margin-top: 40px;
  font-size: 14px;
}
.home .body .tjkj .home-comment-select{
  padding: 0 17px;
  margin: 0 8px 20px 8px;
  border-radius: 4px;
  border: 1px solid #B9BCBF;
  height: 32px;
  outline: none;
  width: 300px;
}
.home .footer {
  clear: both;
  width: 100%;
  padding-top: 15px;
  height: 50px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.home .footer .links {
  width: 600px;
  height: 50px;
  margin: 0 auto;
}
.home .footer .links a {
  float: left;
  height: 25px;
  line-height: 25px;
  width: 70px;
  text-align: center;
  margin: 0 65px;
  color: #999999;
}
.home .footer .icp {
  width: 800px;
  margin: 5px auto 0;
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
  color: #999999;
}
.home .pwdModel {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 480px;
  height: 240px;
  background: #ffffff;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px #666666;
  border-radius: 4px;
  overflow: hidden;
}
.home .pwdModel .close {
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 10px;
  font-size: 15px;
  color: #ffffff;
}
.home .pwdModel h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #89c5ec;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
}
.home .pwdModel p {
  text-align: left;
  height: 40px;
  line-height: 40px;
  width: 450px;
  margin: 0 auto;
}
.home .pwdModel input[type='text'],
.home .pwdModel input[type='password'],
.home .pwdModel select {
  height: 24px;
}
.home .pwdModel label .width-m {
  width: 310px;
}
.home .pwdModel label input,
.home .pwdModel label select,
.home .pwdModel label textarea {
  margin-left: 5px;
}
.home .pwdModel label .title {
  margin-right: 10px;
  width: 80px;
  float: left;
  text-align: right;
}
.kpcs .bg-blue {
  background-color: #f1f9ff;
}
.kpcs .form p {
  text-align: left;
  height: 40px;
  line-height: 40px;
  width: 50%;
  /* margin: 0 auto; */
}
.kpcs .form input[type='text'],
.kpcs .form input[type='password'],
.kpcs .form select {
  height: 24px;
}
.kpcs .form .tl-ui {
  width: 960px;
  margin: 0 auto;
  /* margin-top: 50px; */
}
.kpcs label .width-m {
  width: 310px;
}
.kpcs label input,
.kpcs label select,
.kpcs label textarea {
  margin-left: 5px;
}
.kpcs label .title {
  margin-right: 10px;
  width: 85px;
  float: left;
  text-align: right;
}
.kpcs label {
  float: left;
}
.kpcs .box {
  float: left;
  width: calc(100% - 95px);
}
.kpcs .box label {
  width: 142px;
  line-height: 30px;
}
.kpcs .label-par2 label {
  width: 166px;
}
.kpcs .label-par2 label .title {
  margin-right: 10px;
  width: 60px;
  float: left;
  text-align: right;
}
.kpcs .la-m {
  width: 100px;
}
.kpcs .update-nsrmc{
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 5px;
  cursor: pointer;
}
.kpcs .tl-ui .tl-tabs .tl-tab-content.sbcs{
  margin-bottom: 15px;
}
.kpcs .tl-ui .tl-tabs .tl-tab-content.qtcs p{
  width: calc(50% - 96px);
  margin-left: 96px;
}
.kpcs .tl-ui .tl-tabs .tl-tab-content .bz{
  width: 100%;
}
.wkpbgd {
  position: relative;
}
.wkpbgd .hlv {
  line-height: 34px;
}
.wkpbgd .form .top {
  height: 43%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.wkpbgd .form .top .ibtn {
  width: 16px;
  height: 16px;
  margin: 5px auto;
  cursor: pointer;
}
.wkpbgd .form .top .bgd-edit {
  background: url(static/image/bgd-edit.png) no-repeat center center;
}
.wkpbgd .form .mid,
.wkpbgd .form .right {
  height: 56%;
}
.wkpbgd .table-title {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.wkpbgd .table-title .add {
  background: url(static/image/fp-add.png) no-repeat center center;
  padding-left: 15px;
  height: 15px;
  margin-top: 3px;
}
.wkpbgd .right {
  width: 45%;
  float: left;
}
.wkpbgd .right .fp-list {
  border-top: 1px solid #ddd;
  height: calc(100% - 30px);
}
.wkpbgd .right .ul-head span {
  float: left;
  width: 20%;
  height: 26px;
  line-height: 26px;
  background-color: #f7f7f7;
}
.wkpbgd .right .ul-head .lsh {
  width: 40%;
}
.wkpbgd .right .ul-body {
  height: calc(100% - 60px);
  overflow: auto;
}
.wkpbgd .right .ul-body li > span {
  float: left;
  width: 20%;
  height: 26px;
  line-height: 26px;
}
.wkpbgd .right .ul-body li > span .ibtn {
  width: 16px;
  height: 16px;
  float: right;
  margin: 5px;
  cursor: pointer;
}
.wkpbgd .right .ul-body li > span .ibtn-edit {
  background: url(static/image/fp-edit.png) no-repeat center center;
}
.wkpbgd .right .ul-body li > span .ibtn-del {
  background: url(static/image/fp-del.png) no-repeat center center;
}
.wkpbgd .right .ul-body li .lsh {
  width: 40%;
}
.wkpbgd .right .amt span {
  float: left;
  width: 25%;
  height: 26px;
  line-height: 26px;
}
.wkpbgd .right li {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
}
.wkpbgd .right li span {
  text-align: center;
}
.wkpbgd .right .btn {
  background-color: #2c9ae8;
  padding: 0 10px;
  margin: 3px 5px;
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
}
.wkpbgd .right .fp-list .close {
  cursor: pointer;
  margin-right: 5px;
}
.wkpbgd .right .add {
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wkpbgd .right .add .ibtn-add {
  width: 16px;
  height: 16px;
  margin: 5px auto;
  cursor: pointer;
  background: url(static/image/fp-add.png) no-repeat center center;
}
.wkpbgd .mid {
  width: 55%;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
}
.wkpbgd .mid .table-title {
  width: 100%;
}
.wkpbgd .mid .bgdtt td {
  padding: 2px 0 2px 10px;
}
.wkpbgd .mid div {
  width: 95%;
  margin: 0 auto;
}
.wkpbgd .mid table {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}
.wkpbgd .mid table td {
  border: 1px solid #ddd;
  padding: 2px 5px;
}
.wkpbgd .form .fpModel {
  padding: 20px 40px;
  z-index: 200;
  font-family: "\6977\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 868px;
  height: 500px;
  overflow: auto;
  margin-top: -270px;
  margin-left: -470px;
  border: 1px solid #ddd;
  color: #096bc8;
  display: none;
}
.wkpbgd .form .fpModel .arr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  cursor: pointer;
}
.wkpbgd .form .fpModel .arr-left {
  left: 0;
  background: url(static/image/fparr-left.png) no-repeat center center;
}
.wkpbgd .form .fpModel .arr-left:hover {
  background: url(static/image/fparr-left-hover.png) no-repeat center center;
}
.wkpbgd .form .fpModel .arr-right {
  right: 0;
  background: url(static/image/fparr-right.png) no-repeat center center;
}
.wkpbgd .form .fpModel .arr-right:hover {
  background: url(static/image/fparr-right-hover.png) no-repeat center center;
}
.wkpbgd .form .fpModel .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 5px;
  color: #000000;
}
.wkpbgd .form .fpModel .title {
  text-align: center;
  padding-top: 5px;
  height: 35px;
  position: relative;
}
.wkpbgd .form .fpModel .title .line {
  margin: 5px 285px;
  height: 2px;
  border-top: 1px solid #096bc8;
  border-bottom: 1px solid #096bc8;
}
.wkpbgd .form .fpModel .title .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  background: url(static/image/bg-fp.png) no-repeat center -6px;
}
.wkpbgd .form .fpModel .title .zero {
  position: absolute;
  left: 0px;
  top: 15px;
}
.wkpbgd .form .fpModel .title .zero p {
  line-height: 20px;
}
.wkpbgd .form .fpModel .fptt {
  height: 82px;
}
.wkpbgd .form .fpModel .fptt > table {
  border-collapse: collapse;
  width: 50%;
  float: left;
}
.wkpbgd .form .fpModel .fptt > table td {
  border: 1px solid #096bc8;
  border-bottom: none;
  height: 80px;
  line-height: 15px;
  padding: 0;
}
.wkpbgd .form .fpModel .fptt > table td li {
  height: 20px;
  line-height: 20px;
}
.wkpbgd .form .fpModel .fptt > table td li div {
  float: left;
}
.wkpbgd .form .fpModel .fptt > table td li input,
.wkpbgd .form .fpModel .fptt > table td li .input-combo,
.wkpbgd .form .fpModel .fptt > table td li .gfyhzh {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.wkpbgd .form .fpModel .fpmx {
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
}
.wkpbgd .form .fpModel .fpmx .hwxx {
  border: 1px solid #096bc8;
  border-top: none;
  height: 180px;
  overflow: auto;
}
.wkpbgd .form .fpModel .fpmx .hwxx table {
  border: none;
}
.wkpbgd .form .fpModel .fpmx .hwxx table td:last-child,
.wkpbgd .form .fpModel .fpmx .hwxx table th:last-child {
  border-right: none;
}
.wkpbgd .form .fpModel .fpmx .hwxx table td:first-child,
.wkpbgd .form .fpModel .fpmx .hwxx table th:first-child {
  border-left: none;
}
.wkpbgd .form .fpModel .fpmx table {
  width: 100%;
  border-collapse: collapse;
}
.wkpbgd .form .fpModel .fpmx table th {
  font-weight: normal;
  text-align: center;
}
.wkpbgd .form .fpModel .fpmx table th,
.wkpbgd .form .fpModel .fpmx table td {
  border: 1px solid #096bc8;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.wkpbgd .form .fpModel .fpmx table th input,
.wkpbgd .form .fpModel .fpmx table td input {
  width: 100%;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
}
.wkpbgd .form .fpModel .fpmx table tr:hover input {
  background-color: #f2f2f2;
}
.wkpbgd .form .fpModel .fpmx table tr:hover .btns.del {
  display: block;
}
.wkpbgd .form .fpModel .fpmx .heji {
  border-collapse: collapse;
  width: 100%;
}
.wkpbgd .form .fpModel .fpmx .heji td {
  border-top: none;
}
.wkpbgd .form .fpModel .fpmx .heji td .jehj {
  float: left;
  text-align: right;
  margin-left: 285px;
  width: 98px;
}
.wkpbgd .form .fpModel .fpmx .heji td .sehj {
  float: left;
  text-align: right;
  width: 98px;
  margin-left: 48px;
}
.wkpbgd .form .fpModel .fpmx .heji td .jshj {
  margin-left: 200px;
}
.wkpbgd .form .fpModel .xfxx {
  height: 110px;
}
.wkpbgd .form .fpModel .xfxx table {
  width: 50%;
  border-collapse: collapse;
  float: left;
}
.wkpbgd .form .fpModel .xfxx table td {
  border: 1px solid #096bc8;
  border-top: none;
  height: 80px;
  padding: 0;
}
.wkpbgd .form .fpModel .xfxx table td li {
  height: 20px;
  line-height: 20px;
}
.wkpbgd .form .fpModel .xfxx table td li div {
  float: left;
}
.wkpbgd .form .fpModel .xfxx table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.wkpbgd .form .fpModel .xfxx table td textarea {
  display: block;
  float: left;
  width: 360px;
  height: 78px;
  padding: 0;
  margin: 0;
  resize: none;
  border: 0;
}
.wkpbgd .form .fpModel .btns {
  width: 200px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.wkpbgd .form .fpModel .btn {
  float: left;
  width: 60px;
  text-align: center;
}
.wkpbgd .form .fpModel .fpbtm {
  position: relative;
  top: 5px;
}
.wkpbgd .form .fpModel .fpbtm div {
  width: 33%;
  height: 20px;
  line-height: 20px;
}
.fpmx .form h3 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
.fpmx .form .fptt {
  border-collapse: collapse;
  width: 100%;
}
.fpmx .form .fptt td {
  border: 1px solid #ddd;
  width: 50%;
}
.fpmx .form .fpmx {
  border-collapse: collapse;
  width: 100%;
}
.fpmx .form .fpmx td {
  border: 1px solid #ddd;
}
.fpmx .form .hjl,
.fpmx .form .kpr {
  height: 24px;
  border: 1px solid #ddd;
}
.fpmx .form .hjl span,
.fpmx .form .kpr span {
  float: left;
  height: 24px;
  line-height: 24px;
  width: 33%;
  text-align: left;
}
.fpmx .form .bz textarea {
  width: 100%;
  height: 100%;
}
.fpmx .form .btn {
  float: left;
  height: 24px;
  line-height: 24px;
  background-color: #2c9ae8;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
  margin: 5px;
}
.qyxx .form .xx p {
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
}
.qyxx .form .qyxx-title {
  text-align: right;
  float: left;
  width: 150px;
}
.ckxssj .ckxssjModel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -150px;
  padding: 20px;
  width: 260px;
  text-align: center;
  z-index: 200;
  background: #ffffff;
}
.ckxssj .ckxssjModel div {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.ckxssj .ckxssjModel .btns {
  width: 120px;
  margin: 0 auto;
}
.ckxssj .control .help {
  padding-left: 15px;
  background: url(static/image/help.png) no-repeat right center;
}
.ckxssj .spsmModel {
  padding: 20px;
  width: 681px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -300px;
  background: #ffffff;
  z-index: 200;
}
.ckxssj .spsmModel #spsmTreeDiv {
  line-height: 12px;
  border: 1px solid #a6c9e2;
  width: 352px;
  height: 442px;
  overflow: auto;
  padding-top: 10px;
}
.ckxssj .spsmModel .lf {
  width: 300px;
}
.ckxssj .spsmModel .rt {
  width: 301px;
}
.ckxssj .spsmModel select#spsm_select {
  display: block;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
.ckxssj .spsmModel p {
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ckxssj .spsmModel p .model-title {
  float: left;
  width: 95px;
  text-align: right;
}
.ckxssj .spsmModel p select {
  float: left;
  height: 28px;
  border: 1px;
  padding: 0;
  margin: 0;
  width: 100px;
}
.ckxssj .spsmModel p input {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  outline: none;
  border-width: 1px;
  width: 205px;
}
.ckxssj .spsmModel p .btn {
  float: right;
  height: 26px;
  line-height: 24px;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px;
}
.ckxssj .spsmModel .btns {
  margin: 20px auto;
  clear: both;
  width: 100px;
}
.ckxssj .spsmModel .close {
  position: absolute;
  right: 15px;
  top: 5px;
}

.ckxssj .ckxssj-import{
  width: 400px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -200px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 200;
}
.ckxssj .ckxssj-import .modal-header{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ckxssj .ckxssj-import .modal-title{
  font-size: 16px;
  color: #333;
}
.ckxssj .ckxssj-import .modal-header .close{
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}
.ckxssj .ckxssj-import .modal-header .close:hover{
  filter: alpha(opacity=70);
  opacity: .7;
}
.ckxssj .ckxssj-import .modal-content{
  font-size: 16px;
  color: #333;
  padding: 15px 30px;
}
.ckxssj .ckxssj-import .modal-content p{
  line-height: 30px;
  padding-left: 30px;
  text-indent: -1em;
}
.ckxssj .ckxssj-import .modal-content .btn-import{
  cursor: pointer;
  color: #409eff;
}
.ckxssj .ckxssj-import .modal-content .btn-wrapper{
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.ckxssj .ckxssj-import .modal-content .btn-wrapper .btn{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 0;
  cursor: pointer;
}
.ckxssj .ckxssj-import .modal-content .btn-wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ckxsmx-back{
  width: 500px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -200px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1250;
}
.ckxsmx-back .modal-header{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ckxsmx-back .modal-title{
  font-size: 16px;
  color: #333;
}
.ckxsmx-back .modal-header .close{
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}
.ckxsmx-back .modal-header .close:hover{
  filter: alpha(opacity=70);
  opacity: .7;
}
.ckxsmx-back .modal-content{
  font-size: 16px;
  color: #333;
  padding: 15px 30px;
}
.ckxsmx-back .modal-content p{
  line-height: 30px;
  padding-left: 30px;
  text-indent: -1em;
}
.ckxsmx-back .modal-content .btn-import{
  cursor: pointer;
  color: #409eff;
}
.ckxsmx-back .modal-content .btn-wrapper{
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.ckxsmx-back .modal-content .btn-wrapper .btn{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 0;
  cursor: pointer;
}
.ckxsmx-back .modal-content .btn-wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ckxsmx-modal {
  display: none;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
}
.ckxssj .ckxssj-mx{
  max-width: 1300px;
  max-height: 98vh;
  height: auto;
  top: 1vh;
}
.ckxssj textarea{
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
  font-size: 12px;
  line-height: 25px;
  border-color: #ccc;
}
.ckxssj .lljg-yzh{
  position: relative;
  top: 0px;
  left: -2px;
  background: #2ecc71;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transform: scale(0.5);
}
.ckxssj .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.ckxssj .btn-group{
  position: relative;
}
.ckxssj .btn-group button{
  margin: 0;
  border: none;
  font-size: 12px;
}
.ckxssj .dropdown-menu{
  min-width: 100px;
}
.ckxssj .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.ckxssj .dropdown-menu>li>a:hover{
  background-color: #e5e5e5;
}


.main .content .work .ckxssj .control .panel > div {
  margin: 5px 1px;
}
.spsm {
  position: relative;
}
.spsm .spsmModel {
  padding:20px 20px 10px;
  width: 730px;
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 400px);
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px #666666;
  background: #ffffff;
  z-index: 200;
}
.spsm .spsmModel #spsmTreeDiv {
  line-height: 12px;
  border: 1px solid #a6c9e2;
  width: 352px;
  height: 400px;
  overflow: auto;
  padding-top: 10px;
  margin-top: 10px;
}
.spsm .spsmModel .lf {
  width: 350px;
}
.spsm .spsmModel .rt {
  width: 350px;
}
.spsm .spsmModel select#spsm_select {
  display: block;
  width: 336px;
  height: 120px;
  margin: 0 auto;
}
.spsm .spsmModel p {
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spsm .spsmModel .btn.long {
  margin-left: 10px;
  margin-top: 10px;  
  width: 80px;
  height: 30px;
  line-height: 30px;
}
.spsm .spsmModel p .model-title {
  float: left;
  width: 65px;
  text-align: right;
}
.spsm .spsmModel p select {
  float: left;
  height: 28px;
  border: 1px;
  padding: 0;
  margin: 0;
  width: 100px;
}
.spsm .spsmModel p input {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  outline: none;
  border-width: 1px;
  width: 180px;
}
.spsm .spsmModel p .btn {
  float: right;
  height: 26px;
  line-height: 24px;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px;
}
.spsm .spsmModel .btns {
  margin: 20px auto;
  clear: both;
  width: 100px;
}
.spsm .spsmModel .close {
  position: absolute;
  right: 15px;
  top: 5px;
}
.spsm .ui-jqgrid .ui-pg-input{
  width: 36px;
  text-align: center;
}
.hlsd {
  position: relative;
}
.hlsd .hlModel {
  display: none;
  padding: 20px;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  background: #ffffff;
  z-index: 200;
}
.hlsd .hlModel p {
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
}
.hlsd .hlModel p .hl-title {
  float: left;
  width: 150px;
  text-align: right;
}
.hlsd .hlModel p input,
.hlsd .hlModel p select {
  float: left;
  height: 24px;
  padding: 0;
  margin-top: 2px;
  border: 1px solid #333;
  width: 150px;
}
.hlsd .hlModel .btn {
  float: left;
  height: 26px;
  line-height: 24px;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px;
}
.hlsd .hlModel .btns {
  height: 36px;
  width: 130px;
  margin: 20px auto 0;
}

.hlsd #hlsd-tablePager_left::before,
.hlcx #hlcx-tablePager_left::before{
  content: "\8BF4\660E\FF1A\6C47\7387\503C\57FA\51C6\4E3A  100\4EBA\6C11\5E01";
  margin-left: 20px;
  font-size: 14px;
}
.hlsd .datepicker,
.hlcx .datepicker{
  text-align: center;
}
.main .content .work .hlcx .control{
  overflow: visible;
}
.main .content .work .hlcx .control .panel > div{
  display: flex;
}
.hlcx .dropdown{
  position: relative;
}
.hlcx .dropdown #hlcxSetting{
  height: 24px;
  margin: 0 10px;
  padding: 0 5px;
  width: 60px;
  font-size: 12px;
}
.main .content .work .hlcx .control .panel > div .btn{
  border-radius: 4px;
}
.hlcx .caret{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.hlcx .open>.dropdown-menu{
  display: block;
}
.hlcx .dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 130px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.main .content .work .hlcx .control .combo input{
  width: unset;
}
.hlcx .dropdown-menu-right{
  right: 0;
  left: auto;
}
.hlcx .dropdown-menu.settingDropMenu{
  top: 20px;
  height: 300px;
  overflow-y: auto;
}
.main .content .work .hlcx .control .combo .custom{
  position: relative;
}
.main .content .work .hlcx .control .combo .custom .checkbox{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.hlcx .fake-checkbox{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -2px 3px 0 10px;
  background: url(static/image/check_box.png) center center no-repeat;
}
.hlcx .custom.active .fake-checkbox{
  background: url(static/image/check_box_active.png) center center no-repeat;
  background-size: 16px 16px;
}
.hlcx .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr,
.hlcx .ui-jqgrid tr.ui-row-ltr td{
  border-right: 1px solid #f2f2f2;
}
.fpissue #fpkj-table td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fpissue .fpModel {
  padding: 20px 40px;
  z-index: 200;
  font-family: "\6977\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 768px;
  height: 500px;
  overflow: auto;
  margin-top: -270px;
  margin-left: -420px;
  border: 1px solid #ddd;
  color: #096bc8;
  display: none;
}
.fpissue .fpModel .close {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  right: 15px;
  top: 10px;
  font-size: 25px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.fpissue .fpModel .arr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  cursor: pointer;
}
.fpissue .fpModel .arr-left {
  left: 0;
  background: url(static/image/fparr-left.png) no-repeat center center;
}
.fpissue .fpModel .arr-left:hover {
  background: url(static/image/fparr-left-hover.png) no-repeat center center;
}
.fpissue .fpModel .arr-right {
  right: 0;
  background: url(static/image/fparr-right.png) no-repeat center center;
}
.fpissue .fpModel .arr-right:hover {
  background: url(static/image/fparr-right-hover.png) no-repeat center center;
}
.fpissue .fpModel .title {
  text-align: center;
  padding-top: 5px;
  height: 35px;
  position: relative;
}
.fpissue .fpModel .title .line {
  margin: 5px 285px;
  height: 2px;
  border-top: 1px solid #096bc8;
  border-bottom: 1px solid #096bc8;
}
.fpissue .fpModel .title .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  background: url(static/image/bg-fp.png) no-repeat center -6px;
}
.fpissue .fpModel .title .zero {
  position: absolute;
  left: 0px;
  top: 15px;
}
.fpissue .fpModel .title .zero p {
  line-height: 20px;
}
.fpissue .fpModel .fptt {
  height: 82px;
}
.fpissue .fpModel .fptt > table {
  border-collapse: collapse;
  width: 50%;
  float: left;
}
.fpissue .fpModel .fptt > table td {
  border: 1px solid #096bc8;
  border-bottom: none;
  height: 80px;
  line-height: 15px;
  padding: 0;
}
.fpissue .fpModel .fptt > table td li {
  height: 20px;
  line-height: 20px;
}
.fpissue .fpModel .fptt > table td li div {
  float: left;
}
.fpissue .fpModel .fptt > table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.fpissue .fpModel .fpmx {
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
}
.fpissue .fpModel .fpmx .hwxx {
  border: 1px solid #096bc8;
  border-top: none;
  height: 180px;
  overflow: auto;
}
.fpissue .fpModel .fpmx .hwxx table {
  border: none;
}
.fpissue .fpModel .fpmx .hwxx table td:last-child,
.fpissue .fpModel .fpmx .hwxx table th:last-child {
  border-right: none;
}
.fpissue .fpModel .fpmx .hwxx table td:first-child,
.fpissue .fpModel .fpmx .hwxx table th:first-child {
  border-left: none;
}
.fpissue .fpModel .fpmx table {
  width: 100%;
  border-collapse: collapse;
}
.fpissue .fpModel .fpmx table th {
  font-weight: normal;
  text-align: center;
}
.fpissue .fpModel .fpmx table th,
.fpissue .fpModel .fpmx table td {
  border: 1px solid #096bc8;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.fpissue .fpModel .fpmx table th input,
.fpissue .fpModel .fpmx table td input {
  width: 100%;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
}
.fpissue .fpModel .fpmx table tr:hover input {
  background-color: #f2f2f2;
}
.fpissue .fpModel .fpmx table tr:hover .btns.del {
  display: block;
}
.fpissue .fpModel .fpmx .heji {
  border-collapse: collapse;
  width: 100%;
}
.fpissue .fpModel .fpmx .heji td {
  border-top: none;
}
.fpissue .fpModel .fpmx .heji td .jehj {
  float: left;
  text-align: right;
  margin-left: 285px;
  width: 98px;
}
.fpissue .fpModel .fpmx .heji td .sehj {
  float: left;
  text-align: right;
  width: 98px;
  margin-left: 48px;
}
.fpissue .fpModel .fpmx .heji td .jshj {
  margin-left: 200px;
}
.fpissue .fpModel .xfxx {
  height: 110px;
}
.fpissue .fpModel .xfxx table {
  width: 50%;
  border-collapse: collapse;
  float: left;
}
.fpissue .fpModel .xfxx table td {
  border: 1px solid #096bc8;
  border-top: none;
  height: 80px;
  padding: 0;
}
.fpissue .fpModel .xfxx table td li {
  height: 20px;
  line-height: 20px;
}
.fpissue .fpModel .xfxx table td li div {
  float: left;
}
.fpissue .fpModel .xfxx table td li span {
  white-space: nowrap;
  float: left;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fpissue .fpModel .xfxx table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.fpissue .fpModel .xfxx table td textarea {
  display: block;
  float: left;
  width: 360px;
  height: 78px;
  padding: 0;
  margin: 0;
  resize: none;
  border: 0;
}
.fpissue .fpModel .btns {
  width: 200px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.fpissue .fpModel .btn {
  float: left;
  width: 60px;
  text-align: center;
}
.fpissue .fpModel .fpbtm {
  margin-top: 5px;
}
.fpissue .fpModel .fpbtm div {
  width: 33%;
  height: 20px;
  line-height: 20px;
}
.khwh .khModel {
  width: 500px;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -225px;
  background: #ffffff;
  z-index: 200;
}
.khwh .khModel .khModel-title{
  padding: 10px 25px 0;
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.khwh .khModel .khModel-content{
  padding: 0 25px;
  border-top: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
}
.khwh .khModel .khModel-footer{
  padding: 0 25px;
  height: 30px;
  margin: 10px;
}
.khwh .khModel p {
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.khwh .khModel p .model-title {
  float: left;
  width: 110px;
  text-align: right;

}
.khwh .khModel p input {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  outline: none;
  border-width: 1px;
  width: 310px;
  font-size: 13px;
}
.khwh .khModel p textarea{
  font-size: 13px;
  padding: 0 5px;
  font-family: Arial;
  width: 310px;
  resize: none;
}
.khwh .khModel p input[type=checkbox].khwhKpxxmk{
  width: 12px;
  float: none;
  margin-right: 5px;
  vertical-align: middle;
}
.khwh .khModel .btn {
  float: left;
  height: 26px;
  line-height: 24px;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px;
}
.khwh .khModel .btns {
  margin: 0 auto;
  width: 140px;
}
.khwh .khModel .close {
  position: absolute;
  right: 15px;
  top: 5px;
}
.khwh .khwh-import .modal-body{
  font-size: 16px;
  padding: 15px 30px;
}
.khwh .khwh-import .modal-body .btn-import{
  cursor: pointer;
  color: #409eff;
}
.khwh .khwh-import .modal-body p{
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
}
.khwh .khwh-import .modal-body .btn-wrapper{
  margin-top: 30px;
}
.khwh .khwh-import .modal-body .btn-wrapper .btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.khwh .khwh-import .modal-body .btn-wrapper .btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fpcx {
  position: relative;
}
.fpcx .fpcxModel {
  position: absolute;
  background: #ffffff;
  top: 80px;
  left: 50%;
  width: 400px;
  padding: 20px;
  margin-left: -220px;
  display: none;
  z-index: 200;
}
.fpcx .fpcxModel p {
  height: 30px;
  line-height: 30px;
}
.fpcx .fpcxModel p label {
  float: left;
}
.fpcx .fpcxModel .btns {
  width: 110px;
  margin: 0 auto;
}
.fpcx .fpModel {
  padding: 10px 30px;
  z-index: 300;
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff url(static/image/bg-fp.png) no-repeat 280px center;
  width: 768px;
  height: 550px;
  overflow: visible;
  margin-left: -415px;
  border: 1px solid #ddd;
  color: #9E520A;
  display: none;
}
.fpcx .fpModel .fp-btn-rt {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(static/image/fp-close.png) no-repeat center center;
  left: 100%;
  margin-left: 10px;
  top: 10px;
  cursor: pointer;
}
.fpcx .fpModel .fp-btn-rt.xiazai {
  top: 85px;
  background: url(static/image/fp-xiazai.png) no-repeat center center;
}
.fpcx .fpModel .fp-btn-rt.dayin {
  top: 160px;
  background: url(static/image/fp-dayin.png) no-repeat center center;
}
.fpcx .fpModel .width-lock {
  width: 170px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.fpcx .fpModel .jshjZh {
  padding-left: 20px;
  background: url(static/image/bg-jshj.png) no-repeat left center;
}
.fpcx .fpModel .text-black {
  color: #333333;
}
.fpcx .fpModel .arr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  cursor: pointer;
}
.fpcx .fpModel .arr-left {
  left: 0;
  background: url(static/image/fparr-left.png) no-repeat center center;
}
.fpcx .fpModel .arr-left:hover {
  background: url(static/image/fparr-left-hover.png) no-repeat center center;
}
.fpcx .fpModel .arr-right {
  right: 0;
  background: url(static/image/fparr-right.png) no-repeat center center;
}
.fpcx .fpModel .arr-right:hover {
  background: url(static/image/fparr-right-hover.png) no-repeat center center;
}
.fpcx .fpModel .title {
  text-align: center;
  padding-top: 5px;
  height: 75px;
  position: relative;
  /* background: url("../image/bg-fptt.png") no-repeat center center; */
}
.fpcx .fpModel .title .til-content{
  padding-top: 15px;
  font-size: 24px;
  font-weight: 600;

}
.fpcx .fpModel .title .til-content .til-line{
  width: 40%;
  height: 2px;
  display: block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  opacity: .4;
  position: relative;
  margin: 5px auto;

}
.fpcx .fpModel .title .line {
  margin: 5px 285px;
  height: 2px;
  border-top: 1px solid #9E520A;
  border-bottom: 1px solid #9E520A;
}
.fpcx .fpModel .title .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  background: url(static/image/bg-fp.png) no-repeat center -6px;
}
.fpcx .fpModel .title .zero {
  position: absolute;
  left: 10px;
  top: 0px;
}
.fpcx .fpModel .title .zero img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
}
.fpcx .fpModel .title .one {
  position: absolute;
  right: 0px;
  top: 0px;
}
.fpcx .fpModel .title .one p {
  line-height: 20px;
  text-align: left;
}
.fpcx .fpModel .fptt {
  height: 82px;
}
.fpcx .fpModel .fptt > table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  float: left;
  border-right: 1px solid #9E520A;
}
.fpcx .fpModel .fptt > table td {
  border: 1px solid #9E520A;
  border-bottom: none;
  height: 80px;
  padding: 0;
}
.fpcx .fpModel .fptt > table td li {
  height: 20px;
  line-height: 20px;
}
.fpcx .fpModel .fptt > table td li div {
  float: left;
}
.fpcx .fpModel .fptt > table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.fpcx .fpModel .fpmx {
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
}
.fpcx .fpModel .fpmx .hwxx {
  border: 1px solid #9E520A;
  border-top: none;
  height: 230px;
  overflow: auto;
}
.fpcx .fpModel .fpmx .hwxx table {
  border: none;
}
.fpcx .fpModel .fpmx .hwxx table th {
  border-bottom: none;
}
.fpcx .fpModel .fpmx .hwxx table td {
  border-top: none;
  border-bottom: none;
  height: 21px;
}
.fpcx .fpModel .fpmx .hwxx table th:last-child,
.fpcx .fpModel .fpmx .hwxx table td:last-child {
  border-right: none;
}
.fpcx .fpModel .fpmx .hwxx table th:first-child,
.fpcx .fpModel .fpmx .hwxx table td:first-child {
  border-left: none;
}
.fpcx .fpModel .fpmx table {
  width: 100%;
  border-collapse: collapse;
}
.fpcx .fpModel .fpmx table th {
  font-weight: normal;
  text-align: center;
}
.fpcx .fpModel .fpmx table th,
.fpcx .fpModel .fpmx table td {
  border: 1px solid #9E520A;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.fpcx .fpModel .fpmx table th input,
.fpcx .fpModel .fpmx table td input {
  width: 100%;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
}
.fpcx .fpModel .fpmx table tr:hover input {
  background-color: #f2f2f2;
}
.fpcx .fpModel .fpmx table tr:hover .btns.del {
  display: block;
}
.fpcx .fpModel .fpmx .heji {
  border-collapse: collapse;
  width: 100%;
}
.fpcx .fpModel .fpmx .heji td {
  border-top: none;
}
.fpcx .fpModel .fpmx .heji td .jehj {
  float: left;
  text-align: right;
  margin-left: 285px;
  width: 98px;
}
.fpcx .fpModel .fpmx .heji td .sehj {
  float: left;
  text-align: right;
  width: 98px;
  margin-left: 48px;
}
.fpcx .fpModel .fpmx .heji td .jshj {
  margin-left: 200px;
}
.fpcx .fpModel .xfxx {
  margin-top: -5px;
  height: 110px;
}
.fpcx .fpModel .xfxx table {
  width: 50%;
  border-collapse: collapse;
  float: left;
}
.fpcx .fpModel .xfxx table td {
  border: 1px solid #9E520A;
  border-top: none;
  height: 80px;
  padding: 0;
}
.fpcx .fpModel .xfxx table td li {
  height: 20px;
  line-height: 20px;
}
.fpcx .fpModel .xfxx table td li div {
  float: left;
}
.fpcx .fpModel .xfxx table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.fpcx .fpModel .xfxx table td textarea {
  display: block;
  float: left;
  width: 360px;
  height: 78px;
  padding: 0;
  margin: 0;
  resize: none;
  border: 0;
}
.fpcx .fpModel .btns {
  width: 200px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.fpcx .fpModel .btn {
  float: left;
  width: 60px;
  text-align: center;
}
.fpcx .fpModel .fpbtm {
  margin-top: 5px;
}
.fpcx .fpModel .fpbtm div {
  width: 25%;
  height: 20px;
  line-height: 20px;
}
.fpcx .total-money{
  position: relative;
  right: 40px;
  top: -22px;
  text-align: right;
  font-size: 14px;
  height: 0px;
}
.fpcx .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.fpcx .btn-group button{
  margin: 0;
  border: none;
  font-size: 12px;
}
.fpcx .dropdown-menu{
  min-width: 100px;
}
.fpcx .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.fpcx .dropdown-menu>li>a:hover{
  background-color: #e5e5e5;
}
.fpcx .fpcx-cxjf-tb{
  width: 800px;
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 200;
}
.fpcx .fpcx-cxjf-tb .modal-header{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.fpcx .fpcx-cxjf-tb .modal-title{
  font-size: 16px;
  color: #333;
}
.fpcx .fpcx-cxjf-tb .modal-header .close{
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}
.fpcx .fpcx-cxjf-tb .modal-header .close:hover{
  filter: alpha(opacity=70);
  opacity: .7;
}
.fpcx .fpcx-cxjf-tb .cxjf-running{
  color: #2c9ae8;
}
.fpcx .fpcx-cxjf-tb .cxjf-fail{
  color: #F56C6C;
}
.fpcx .btn-default{
  color:#333;
  background-color:#fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.fpcx .btn-default:hover{
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.tl-ui .tl-tabs {
  color: #333333;
}
.tl-ui .tl-tabs .tl-tab-title {
  font-size: 14px;
  float: left;
  padding: 10px 30px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid #f5f5f5;
  background: #fff;
  border-radius: 3px;
  cursor: default;
}
.tl-ui .tl-tabs .tl-tab-title:first-child {
  border-left-color: #f5f5f5;
}
.tl-ui .tl-tabs .tl-tab-title:last-child {
  border-right-color: #f5f5f5;
}
.tl-ui .tl-tabs .tl-tab-title.active {
  background: #fcfcfc;
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
  border-top: 2px solid #2c9ae8;
}
.tl-ui .tl-tabs .tl-tab-content {
  /* display: none; */
  /* background: #fcfcfc; */
  padding: 20px;
  /* border: 1px solid #f5f5f5; */
  /* border-top: none; */
  border-radius: 3px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.tl-ui .tl-tabs .tl-tab-content .tab-title{
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.tl-ui .tl-tabs .tl-tab-content.active {
  display: block;
}
.kpcs .tl-tab-content .width-m{
  box-sizing: border-box;
}
.outbgd .ckbgdModel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -150px;
  padding: 20px;
  width: 260px;
  text-align: center;
  z-index: 200;
  background: #ffffff;
}
.outbgd .ckbgdModel div {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.outbgd .ckbgdModel .btns {
  width: 120px;
  margin: 0 auto;
}
.outbgd .control .help {
  padding-left: 15px;
  background: url(static/image/help.png) no-repeat right center;
}
.main .content .work .outbgd .control .panel > div {
  margin: 5px 1px;
}
.ckdlzm .ckdlzmModel {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -150px;
  padding: 20px;
  width: 260px;
  text-align: center;
  z-index: 200;
  background: #ffffff;
}
.ckdlzm .ckdlzmModel div {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.ckdlzm .ckdlzmModel .btns {
  width: 120px;
  margin: 0 auto;
}
.ckdlzm .control .help {
  padding-left: 15px;
  background: url(static/image/help.png) no-repeat right center;
}
.main .content .work .ckdlzm .control .panel > div {
  margin: 5px 1px;
}
.setSpsm {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 592px;
  height: 500px;
  background: #ffffff;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px #666666;
  border-radius: 4px;
  overflow: hidden;
}
.setSpsm h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #89c5ec;
  font-weight: normal;
  color: #ffffff;
  font-size: 20px;
}
.setSpsm .close {
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 10px;
  font-size: 15px;
  color: #ffffff;
}
.setSpsm .spsmModel {
  padding: 20px;
  height: 420px;
  width: 552px;
}
.setSpsm .spsmModel .tab .tab-item,.spsm .spsmModel .tab .tab-item{
  border: 1px solid #e4e7ed;
  width: 96px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
.setSpsm .spsmModel .tab .tab-item:hover,.spsm .spsmModel .tab .tab-item:hover{
  color: #4383fc;
}
.setSpsm .spsmModel .tab .tab-item.is-active,.spsm .spsmModel .tab .tab-item.is-active{
  border-bottom-color: transparent;
  color: #4383fc;
}
.setSpsm .spsmModel #spsmTreeDiv {
  line-height: 12px;
  border: 1px solid #a6c9e2;
  height: 275px;
  overflow: auto;
  padding-top: 10px;
}
.setSpsm .spsmModel .lf {
  width: 320px;
  height: 354px;
  overflow: auto;
}
.setSpsm .spsmModel .rt {
  width: 232px;
  height: 380px;
}
.setSpsm .spsmModel select#spsm_select {
  display: block;
  width: 232px;
  height: 65px;
  margin: 5px auto 0;
}
.setSpsm .spsmModel p {
  height: 26px;
  line-height: 26px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.setSpsm .spsmModel p .model-title {
  float: left;
  width: 65px;
  text-align: left;
}
.setSpsm .spsmModel p select {
  float: left;
  height: 28px;
  border: 1px;
  padding: 0;
  margin: 0;
  width: 100px;
}
.setSpsm .spsmModel p input {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  outline: none;
  border-width: 1px;
  width: 150px;
}
.setSpsm .spsmModel p .btn {
  float: right;
  height: 26px;
  line-height: 24px;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px;
}
.setSpsm .spsmModel .btns {
  clear: both;
  padding-top: 20px;
}
.setSpsm .spsmModel .btns .btn {
  float: none;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto ;
  padding: 0 15px;
}
.setKhxx {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 540px;
  height: 440px;
  background: #ffffff;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px #666666;
  border-radius: 4px;
  overflow: hidden;
}
.setKhxx h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #89c5ec;
  font-weight: normal;
  color: #ffffff;
  font-size: 20px;
}
.setKhxx .close {
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 10px;
  font-size: 15px;
  color: #ffffff;
}
.setKhxx .khxxModel {
  padding: 20px;
  height: 360px;
  width: 500px;
}
.setKhxx .khxxModel .khxx {
  height: 120px;
  padding: 10px 20px;
  background: #fafafa;
}
.setKhxx .khxxModel .khxx p {
  width: 50%;
  height: 30px;
  float: left;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.setKhxx .khxxModel .gfxx {
  margin-top: 20px;
}
.setKhxx .khxxModel .gfxx p {
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}
.setKhxx .khxxModel .gfxx .item-title {
  text-align: right;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 150px;
}
.setKhxx .khxxModel .gfxx input {
  float: left;
  margin-left: 10px;
  height: 20px;
  margin-top: 2px;
}
.setKhxx .khxxModel .btns {
  clear: both;
  padding-top: 20px;
}
.setKhxx .khxxModel .btns .btn {
  float: none;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto ;
  padding: 0 15px;
}
.guide {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 580px;
  background: #ffffff;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px #666666;
  border-radius: 4px;
}
.guide h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #89c5ec;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
}
.guide .steps {
  height: 30px;
  line-height: 30px;
  padding: 10px 90px;
}
.guide .steps .step {
  width: 125px;
  margin: 0 5px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: url(static/image/guide-arr1.png) no-repeat left center;
  text-align: right;
}
.guide .steps .step.active {
  color: #2c9ae8;
  background: url(static/image/guide-arr2.png) no-repeat left center;
}
.guide .content {
  padding: 20px;
  padding-top: 0;
  height: 390px;
  width: 560px;
}
.guide .content .form p {
  text-align: left;
  height: 35px;
  line-height: 35px;
  width: 574px;
  margin: 0 auto;
}
.guide .content .form p .msg {
  display: block;
  width: 300px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide .content .form input[type='text'],
.guide .content .form input[type='password'],
.guide .content .form select {
  height: 24px;
  box-sizing: border-box;
}
.guide .content label .width-m {
  width: 310px;
}
.guide .content label input,
.guide .content label select,
.guide .content label textarea {
  margin-left: 5px;
}
.guide .content label .title {
  margin-right: 10px;
  width: 80px;
  height: 35px;
  float: left;
  text-align: right;
}
.guide .content label {
  float: left;
}
.guide .content .la-m {
  width: 100px;
}
.guide .content .btns {
  clear: both;
  height: 30px;
  position: absolute;
  bottom: 10px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.guide .content .btns .btn {
  float: right;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 10px;
}
.guide .question {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(static/image/icon-question.png) no-repeat center center;
  margin-top: -7px;
  cursor: pointer;
}
.guide .question .tip {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 120px;
  height: 100px;
  margin-top: -50px;
  margin-left: 5px;
  background: #f6f5f5;
  display: none;
}
.guide .question .tip img {
  display: block;
}
.guide .question .tip div {
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.guide .question:hover .tip {
  display: block;
}
.guide .guide-kzxx label+label{
  width: 96px;
}
.preview-ckxsmx{
  width: 100%;
  max-height: calc(98vh - 20px);
  overflow: auto;
  height: 100%;
}
.preview-ckxsmx .form{
  /* min-width: 1200px; */
  min-width: 960px;
  height: auto !important;
  max-height: 100%;
}
.preview-ckxsmx .form .ckmx{
  margin-top: 0 !important;
}
.ckxsmx.preview-ckxsmx .form .hwxx{
  margin-top: 20px;
}
.ckxsmx.preview-ckxsmx .form .ckmx .title{
  width: 90px;
}
.ckxsmx.preview-ckxsmx .form .ckmx td{
  padding-left: 90px;
  width: 310px;
}
.ckxsmx .form .znxBz-switch{
  margin-left: -5px;
}
.ckxsmx .form .znxBz-switch .znxBz-btn{
  border: 1px solid #2c9ae8;
  border-radius: 5px;
  cursor: pointer;
  height: 30px;
  margin: 5px;
  color: #fff;
  line-height: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.ckxsmx .form .znxBz-switch .znxBz-btn.active{
  border-color: #2c9ae8;
}
.ckxsmx .form .znxBz-switch .znxBz-btn.active::after{
  content: '';
  border: 8px solid #2c9ae8;
  position: absolute;
  transform: rotate(45deg);
  right: -8px;
  top: -8px;
}
.ckxsmx .form .question {
  float: right;
  width: 20px;
  background: url(static/image/icon-question.png) no-repeat center center;
}
.ckxsmx .form input {
  border: 1px solid #dddddd;
  width: 90%;
  padding: 2px 0;
  box-sizing: content-box;
  vertical-align: middle;
}
.ckxsmx .form .hwxx,
.ckxsmx .form .ckmx {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 20px;
}
.ckxsmx .form .hwxx .title,
.ckxsmx .form .ckmx .title {
  float: left;
  width: 100px;
  text-align: right;
  height: 100%;
}
.ckxsmx .form .hwxx tr,
.ckxsmx .form .ckmx tr {
  height: 36px;
  line-height: 24px;
}
.ckxsmx .form .hwxx tr th,
.ckxsmx .form .ckmx tr th {
  border-bottom: 1px solid #DDDDDD;
  line-height: 24px;
}
.ckxsmx .form .hwxx tr td,
.ckxsmx .form .ckmx tr td {
  line-height: 24px;
  background: #fafafa;
}
.ckxsmx .form .ckmx td {
  border: 1px solid #DDDDDD;
  position: relative;
  padding-left: 100px;
}
.ckxsmx .form .ckmx td span.title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 33px;
}
.ckxsmx .form .ckmx td input, .preview-ckxsmx .form .ckmx td textarea{
  display: block;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.ckxsmx .form .hwxx {
  margin-top: 46px;
  border: 1px solid #DDDDDD;
}
.ckxsmx .ckxsmxModel {
  display: none;
  padding: 10px 40px;
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 200px;
  margin-top: -100px;
  margin-left: -90px;
}
.ckxsmx .ckxssj-mx-spdm {
  height: auto;
}
.ckxsmx .ckxsmxSpdmModel {
  border-radius: 5px;
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
}
.ckxsmx .ckxsmxSpdmModel p {
  padding: 0 10px;
  background: #bbdefb;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-radius: 5px 5px 0 0;
}
.ckxsmx .ckxsmxSpdmModel div {
  margin: 20px 30px;
  max-height: 300px;
  overflow: auto;
}
.ckxsmx .ckxsmxSpdmModel div table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}
.ckxsmx .ckxsmxSpdmModel div table th {
  background: #f7f7f7;
}
.ckxsmx .ckxsmxSpdmModel div table th,
.ckxsmx .ckxsmxSpdmModel div table td {
  border: 1px solid #dddddd;
  height: 25px;
  line-height: 24px;
  box-sizing: border-box;
}
.ckxsmx .form .ckmx td .je-content{
  width: 70px;
  height: 22px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: -2px;
  text-align: right;
}
.ckxsmx .sldwInp{
  display: flex;
  justify-content: space-between;
}
.ckxsmx .sldwInp input:first-child{
  width: 60%;
}
.ckxsmx .sldwInp input:last-child{
  width: 40%;
}
.ckxsmx .ckxsmx-cf-model .model-dialog{
  width: 370px;
}
.ckxsmx .ckxsmx-cf-preview-model .model-dialog{
  width: 1000px;
}

.khmc .control .panel span {
  margin: 0 5px;
}
.khmc .content {
  width: 100%;
  height: 100%;
  line-height: 24px;
  box-sizing: border-box;
  padding: 50px 40px 0 40px;
  overflow: auto;
}
.khmc .content .table {
  float: left;
  width: 50%;
  height: 520px;
}
.khmc .content .table #jqgh_khmc-table_je {
  text-align: right;
}
.khmc .content .pie-wrapper {
  float: left;
  position: relative;
  width: 45%;
  margin-left: 5%;
  height: 520px;
  border: 1px solid #e5e5e5;
  border-top: transparent;
  box-sizing: border-box;
}
.khmc .content .pie-wrapper .nav {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000000;
}
.khmc .content .pie-wrapper .nav .nav-tab {
  float: left;
  width: 50%;
  padding-top: 4px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  cursor: pointer;
}
.khmc .content .pie-wrapper .nav .nav-tab:first-child {
  position: relative;
  left: -1px;
}
.khmc .content .pie-wrapper .nav .icon {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 30px;
  background: #e5e5e5;
}
.khmc .content .pie-wrapper .nav .active {
  border-top: 5px solid #0079c8;
  padding-top: 0;
  border-bottom: transparent;
  color: #0079c8;
}
.khmc .content .pie-wrapper #khmc_pie {
  width: 100%;
  height: 490px;
  box-sizing: border-box;
}
.spmc .control .panel span {
  margin: 0 5px;
}
.spmc .content {
  width: 100%;
  height: 100%;
  line-height: 24px;
  box-sizing: border-box;
  padding: 50px 40px 0 40px;
  overflow: auto;
}
.spmc .content .table {
  float: left;
  width: 50%;
  height: 520px;
}
.spmc .content .table #jqgh_spmc-table_je {
  text-align: right;
}
.spmc .content .pie-wrapper {
  float: left;
  position: relative;
  width: 45%;
  margin-left: 5%;
  height: 520px;
  border: 1px solid #e5e5e5;
  border-top: transparent;
  box-sizing: border-box;
}
.spmc .content .pie-wrapper .nav {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000000;
}
.spmc .content .pie-wrapper .nav .nav-tab {
  float: left;
  width: 50%;
  padding-top: 4px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  cursor: pointer;
}
.spmc .content .pie-wrapper .nav .nav-tab:first-child {
  position: relative;
  left: -1px;
}
.spmc .content .pie-wrapper .nav .icon {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 30px;
  background: #e5e5e5;
}
.spmc .content .pie-wrapper .nav .active {
  border-top: 5px solid #0079c8;
  padding-top: 0;
  border-bottom: transparent;
  color: #0079c8;
}
.spmc .content .pie-wrapper #spmc_pie {
  width: 100%;
  height: 490px;
  box-sizing: border-box;
}
.tbzs .container {
  width: 100%;
  height: 100%;
  line-height: 24px;
  box-sizing: border-box;
  padding: 40px;
  overflow: auto;
}
.tbzs .container .bar-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
}
.aytj{
  background-color: #f3f3f3;
}
.main .content .work .aytj .control{
  margin: 15px 20px 10px;
  width: calc(100% - 50px);
  position: relative;
  padding: 15px 5px;
}
.main .content .work .aytj .control .panel{
  float: none;
  font-size: 14px;
}
.main .content .work .aytj .control .panel>div{
  margin: 0 3px;
}
.main .content .work .aytj .control .panel input{
  box-sizing: content-box;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin: 0;
  outline: none;
  vertical-align: top;
  border-radius: 4px;
  font-size: 14px;
  width: 130px;
}
.main .content .work .aytj .control .panel .btn{
  height: 32px;
  margin: 0 5px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  padding: 0 20px;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}
.aytj .panel span {
  margin: 0 5px;
}
.aytj .content {
  width: calc(100% - 40px);
  height: calc(100% - 100px);
  line-height: 24px;
  box-sizing: border-box;
  padding: 20px 20px 0;
  overflow: auto;
  margin: 0 20px 10px;
  background-color: #fff;
}
.aytj .content .top {
  height: 20px;
  line-height: 20px;
  margin: 30px 0;
  padding-left: 20px;
}
.aytj .content .top .lf {
  width: 120px;
  padding-right: 20px;
}
.aytj .content .top .lf + .lf{
  padding-left: 20px;
}
.aytj .content .top .lf span:first-child {
  margin-right: 20px;
}
.aytj .content .top .lf span.num {
  float: right;
  height: 20px;
  line-height: 20px;
}
.aytj .content .top .lf:first-child {
  border-right: 1px solid #e5e5e5;
}
.aytj .custom-tab{
  margin: 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
  background: #fff;
}
.aytj .custom-tab .tab-list{
  position: relative;
  bottom: -1px;
  left: 10px;
  transition: transform .3s;
  z-index: 2;
  display: inline-block;
}
.aytj .custom-tab .tab-list .tab-item{
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    color: #303133;
    position: relative;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    border-bottom: 2px solid transparent;
    padding: 0 60px;
    font-size: 16px;
    font-weight: 600;
}
.aytj .custom-tab .tab-list .tab-item:first-child {
  border-right: 0;
  border-top-left-radius: 3px;
}
.aytj .custom-tab .tab-list .tab-item:nth-child(2) {
  border-top-right-radius: 3px;
}
.aytj .custom-tab .tab-list .tab-item.active-tab{
  color: #409eff;
  border-bottom: 2px solid #fff;
}
.aytj .kpsl .top{
  display: flex;
  align-items: center;
}
.aytj .kpsl .top .checkbox-item{
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.aytj .kpsl .top input{
  margin: 0 2px 0 0;
  cursor: pointer;
}
.aytj .kpsl .top label{
  cursor: pointer;
}
.aytjlist-body {
  box-sizing: border-box;
  border: 1px solid #ededed;
  width: 100%;
  min-width: 800px;
}
.aytj .aytjlist-header,
.aytj .aytjlist-body .aytjlist-body__row{
  padding: 0 3% 0 0;
}
.aytj .aytjlist-header div,
.aytj .aytjlist-body .aytjlist-body__row div{
  padding-right: 0;
  width: 11.1%;
  text-align: right;
  box-sizing: border-box;
  float: left;
  line-height: 40px;
  height: 40px;
}
.aytj .aytjlist-header div:first-child,
.aytj .aytjlist-body .aytjlist-body__row div:first-child{
  text-align: center;
}
.aytjlist-body__row+ .aytjlist-body__row{
  border-top: 1px solid #ededed;
}
.aytjlist {
  width: 90%;
  min-width: 800px;
}
.aytjlist-header {
  width: 97%;
  min-width: 800px;
  height: 40px;
  background-color: #ededed;
  padding-left: 3%;
}
.aytjlist-header div {
  box-sizing: border-box;
  width: 24%;
  float: left;
  text-align: left;
  line-height: 40px;
  height: 40px;
}
.hxbjts .form .hxbjtsModel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-top: -100px;
  margin-left: -150px;
  display: none;
  z-index: 200;
  background: #ffffff;
}
.hxbjts .form .hxbjtsModel div {
  height: 30px;
  line-height: 30px;
}
.hxbjts .form .hxbjtsModel .content {
  padding: 20px;
}
.hxbjts .form .hxbjtsModel .content div {
  margin-top: 5px;
}
.hxbjts .form .hxbjtsModel .title {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #89c5ec;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
}
.hxbjts .form .hxbjtsModel .btns {
  height: 40px;
  width: 60px;
  margin: 0 auto;
}
.hxbjts .form .hxbjtsModel .close {
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: 15px;
  top: 10px;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}
.hxbjts .panel .btn-waring{
  background: #f0ad4e;
}
.zdycs .form .box, .kpxxys .form .box {
  margin: 0 auto;
  width: 600px;
}
.zdycs .form .box .text-box, .kpxxys .form .box .text-box {
  border: 1px solid #00B83F;
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #dcedc8;
  line-height: 25px;
}
.zdycs .form .box table, .kpxxys .form .box table {
  border-collapse: collapse;
  border: 1px solid #666666;
  width: 100%;
}
.zdycs .form .box table td, .kpxxys .form .box table td {
  line-height: 25px;
  padding: 2px 5px;
  border-collapse: collapse;
  width: 25%;
  border: 1px solid #666666;
}
.zdycs .form .box table td input {
  margin: 0;
  line-height: 25px;
  height: 25px;
  display: block;
  border: none;
}
.zdycs .form .box table td.title,.kpxxys .form .box table td.title {
  background: #f5f5f5;
  text-align: right;
}
.kpxxys .form .box table td select{
  width: 100%;
  margin: 0;
  line-height: 25px;
  height: 25px;
  display: block;
  border: none;
}
.kpxxys .form .box .gfqymc{
  width: 33.33%;
}
.kpxxys .form .box .gfqymc input{
  vertical-align: middle;
}
.signup {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  height: 580px;
  background: #ffffff;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px #666666;
  border-radius: 4px;
}
.signup h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #89c5ec;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
}
.signup .content {
  padding: 20px;
  padding-top: 0;
  height: 480px;
  width: 760px;
}
.signup .content .half {
  float: left;
  width: 50%;
}
.signup .content .form p {
  text-align: left;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
.signup .content .form input[type='text'],
.signup .content .form input[type='password'],
.signup .content .form select {
  height: 24px;
  box-sizing: border-box;
}
.signup .content label .width-m {
  width: 250px;
}
.signup .content label input,
.signup .content label select,
.signup .content label textarea {
  margin-left: 5px;
}
.signup .content label .title {
  margin-right: 10px;
  width: 80px;
  float: left;
  text-align: right;
}
.signup .content label {
  float: left;
}
.signup .content .la-m {
  width: 100px;
}
.signup .content .btns {
  clear: both;
  height: 30px;
  position: absolute;
  bottom: 20px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.signup .content .btns .btn {
  float: right;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 10px;
}
.signup .question {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(static/image/icon-question.png) no-repeat center center;
  margin-top: -7px;
  cursor: pointer;
}
.signup .question .tip {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 120px;
  height: 100px;
  margin-top: -50px;
  margin-left: 5px;
  background: #f6f5f5;
  display: none;
}
.signup .question .tip img {
  display: block;
}
.signup .question .tip div {
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.signup .question:hover .tip {
  display: block;
}
.dzkp {
  position: relative;
}
.dzkp .hlv {
  line-height: 34px;
}
.dzkp .form .mid,
.dzkp .form .right {
  height: 100%;
}
.dzkp .mid .box.dzkp-bgdmxTable{
  height: calc(60% - 152px);
}
.dzkp .mid .box.dzkp-fpshd{
  height: calc(40% - 60px);
}
.dzkp .table-title {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.dzkp .table-title .add {
  background: url(static/image/fp-add.png) no-repeat center center;
  padding-left: 15px;
  height: 15px;
  margin-top: 3px;
}
.dzkp .form.sta2 .right {
  width: 100% !important;
  padding-left: 20px;
}
.dzkp .form.sta2 .mid {
  transform: translateX(calc(-100% + 20px));
}
.dzkp .form.sta2 .mid .tog {
  background-image: url(static/image/fp-arr-r.png);
}
.dzkp .right {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 34px;
  box-sizing: border-box;
  overflow-x: auto;
}
.dzkp .right .fp-list {
  border-top: 1px solid #ddd;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
}
.dzkp .right .ul-head span {
  float: left;
  width: 20%;
  height: 26px;
  line-height: 26px;
  background-color: #f7f7f7;
}
.dzkp .right .ul-head .lsh {
  width: 40%;
}
.dzkp .right .ul-body {
  height: 200px;
  overflow: auto;
}
.dzkp .right .ul-body li > span {
  float: left;
  width: 20%;
  height: 26px;
  line-height: 26px;
}
.dzkp .right .ul-body li > span .ibtn {
  width: 16px;
  height: 16px;
  float: right;
  margin: 5px;
  cursor: pointer;
}
.dzkp .right .ul-body li > span .ibtn-edit {
  background: url(static/image/fp-edit.png) no-repeat center center;
}
.dzkp .right .ul-body li > span .ibtn-del {
  background: url(static/image/fp-del.png) no-repeat center center;
}
.dzkp .right .ul-body li .lsh {
  width: 40%;
}
.dzkp .right .amt span {
  float: left;
  width: 25%;
  height: 26px;
  line-height: 26px;
}
.dzkp .right li span {
  text-align: center;
}
.dzkp .right .btn {
  background-color: #2c9ae8;
  padding: 0 10px;
  margin: 3px 5px;
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
}
.dzkp .right .fp-list .close {
  cursor: pointer;
  margin-right: 5px;
}
.dzkp .right .add {
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.dzkp .right .add .ibtn-add,
.dzkp .right .add .ibtn-del {
  width: 16px;
  height: 16px;
  margin: 5px auto;
  cursor: pointer;
  background: url(static/image/fp-add.png) no-repeat center center;
}
.dzkp .right .add .ibtn-del {
  background: url(static/image/fp-del.png) no-repeat center center;
}
.dzkp .mid {
  min-width: 546px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 34px;
  padding-right: 20px;
  box-sizing: border-box;
  border-right: 1px solid #dddddd;
  background: #ffffff;
}
.dzkp .mid .tog {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #dddddd;
  background: url(static/image/fp-arr-l.png) no-repeat center center;
}
.dzkp .mid .table-title {
  width: 100%;
}
.dzkp .mid .bgdtt td {
  padding: 2px 0 2px 10px;
}
.dzkp .mid div {
  width: 95%;
  margin: 0 auto;
}
.dzkp .mid .box {
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 200px;
  overflow: auto;
}
.dzkp .mid .box table {
  width: 100%;
  border-collapse: collapse;
}
.dzkp .mid .box table td {
  border: 1px solid #ddd;
  padding: 2px 5px;
}
.dzkp .form .fpModel.kpz {
  background: #ffffff url(static/image/bg-kpz.png) no-repeat center 100px;
}
.dzkp .form .fpModel.ykp {
  background: #ffffff url(static/image/bg-ykp.png) no-repeat center 100px;
  overflow: scroll;
}
.dzkp .form .fpModel {
  padding: 5px 5px 50px;
  font-family: "\6977\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  width: 100%;
  min-width: 780px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #096bc8;
}
.dzkp .form .fpModel .pager span {
  display: inline-block;
}
.dzkp .form .fpModel .arr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  cursor: pointer;
}
.dzkp .form .fpModel .arr-left {
  left: 0;
  background: url(static/image/fparr-left.png) no-repeat center center;
}
.dzkp .form .fpModel .arr-left:hover {
  background: url(static/image/fparr-left-hover.png) no-repeat center center;
}
.dzkp .form .fpModel .arr-right {
  right: 0;
  background: url(static/image/fparr-right.png) no-repeat center center;
}
.dzkp .form .fpModel .arr-right:hover {
  background: url(static/image/fparr-right-hover.png) no-repeat center center;
}
.dzkp .form .fpModel .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 5px;
  color: #000000;
}
.dzkp .form .fpModel .title {
  text-align: center;
  padding-top: 5px;
  height: 35px;
  position: relative;
}
.dzkp .form .fpModel .title .line {
  margin: 5px 285px;
  height: 2px;
  border-top: 1px solid #096bc8;
  border-bottom: 1px solid #096bc8;
}
.dzkp .form .fpModel .title .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  background: url(static/image/bg-fp.png) no-repeat center -6px;
}
.dzkp .form .fpModel .title .zero {
  position: absolute;
  left: 0px;
  top: 15px;
}
.dzkp .form .fpModel .title .zero p {
  line-height: 20px;
}
.dzkp .form .fpModel .fptt {
  height: 82px;
  margin-bottom: 1px solid #096bc8;
}
.dzkp .form .fpModel .fptt > table {
  border-collapse: collapse;
  width: 50%;
  float: left;
}
.dzkp .form .fpModel .fptt > table td {
  border: 1px solid #096bc8;
  border-bottom: none;
  height: 80px;
  line-height: 15px;
  padding: 0;
}
.dzkp .form .fpModel .fptt > table td li {
  height: 20px;
  line-height: 20px;
}
.dzkp .form .fpModel .fptt > table td li div {
  float: left;
}
.dzkp .form .fpModel .fptt > table td li input,
.dzkp .form .fpModel .fptt > table td li .input-combo,
.dzkp .form .fpModel .fptt > table td li .gfyhzh {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 84px);
  float: left;
}
.dzkp .form .fpModel .fptt > table td li .input-combo input{
  width: 100%;
}
.dzkp .form .fpModel .fpmx {
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
}
.dzkp .form .fpModel .fpmx .hwxx {
  border: 1px solid #096bc8;
  border-top: none;
  height: 180px;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
}
.dzkp .form .fpModel .fpmx .hwxx table {
  border: none;
}
.dzkp .form .fpModel .fpmx .hwxx table td:last-child,
.dzkp .form .fpModel .fpmx .hwxx table th:last-child {
  border-right: none;
}
.dzkp .form .fpModel .fpmx .hwxx table td:first-child,
.dzkp .form .fpModel .fpmx .hwxx table th:first-child {
  border-left: none;
}
.dzkp .form .fpModel .fpmx table {
  width: 100%;
  border-collapse: collapse;
}
.dzkp .form .fpModel .fpmx table th {
  font-weight: normal;
  text-align: center;
}
.dzkp .form .fpModel .fpmx table th,
.dzkp .form .fpModel .fpmx table td {
  border: 1px solid #096bc8;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.dzkp .form .fpModel .fpmx table th input,
.dzkp .form .fpModel .fpmx table td input {
  width: 100%;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
}
.dzkp .form .fpModel .fpmx table tr:hover input {
  background-color: #f2f2f2;
}
.dzkp .form .fpModel .fpmx table tr:hover .btns.del {
  display: block;
}
.dzkp .form .fpModel .fpmx .heji {
  border-collapse: collapse;
  width: 100%;
}
.dzkp .form .fpModel .fpmx .heji td {
  border-top: none;
}
.dzkp .form .fpModel .fpmx .heji td .jehj {
  float: left;
  text-align: right;
  margin-left: 285px;
  width: 98px;
}
.dzkp .form .fpModel .fpmx .heji td .sehj {
  float: left;
  text-align: right;
  width: 98px;
  margin-left: 48px;
}
.dzkp .form .fpModel .fpmx .heji td .jshj {
  margin-left: 200px;
}
.dzkp .form .fpModel .xfxx {
  overflow: hidden;
}
.dzkp .form .fpModel .xfxx table {
  width: 50%;
  border-collapse: collapse;
  float: left;
}
.dzkp .form .fpModel .xfxx table td {
  border: 1px solid #096bc8;
  border-top: none;
  height: 80px;
  padding: 0;
}
.dzkp .form .fpModel .xfxx table td li {
  height: 20px;
  line-height: 20px;
}
.dzkp .form .fpModel .xfxx table td li div {
  float: left;
}
.dzkp .form .fpModel .xfxx table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 84px);
  float: left;
}
.dzkp .form .fpModel .xfxx table td textarea {
  display: block;
  float: left;
  width: 100%;
  height: 78px;
  padding: 0;
  margin: 0;
  resize: none;
  border: 0;
}
.dzkp .form .fpModel .btns {
  width: 200px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.dzkp .form .fpModel .btn {
  float: left;
  width: 60px;
  text-align: center;
}
.dzkp .form .fpModel .fpbtm {
  clear: both;
  overflow: hidden;
}
.dzkp .form .fpModel .fpbtm div {
  width: 25%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
}
.dzkp .form .fpModel .pager {
  margin-top: 10px;
}
.dzkp .hlszModel {
  display: none;
  padding: 10px 40px;
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 256px;
  margin-top: -100px;
  margin-left: -90px;
}
.dzkp .fpPrint {
  padding: 10px 30px;
  z-index: 200;
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff url(static/image/bg-fp.png) no-repeat 280px center;
  width: 768px;
  height: 550px;
  overflow: visible;
  margin-left: -415px;
  border: 1px solid #ddd;
  color: #9E520A;
  display: none;
}
.dzkp .fpPrint .fp-btn-rt {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(static/image/fp-close.png) no-repeat center center;
  left: 100%;
  margin-left: 10px;
  top: 10px;
  cursor: pointer;
}
.dzkp .fpPrint .fp-btn-rt.xiazai {
  top: 85px;
  background: url(static/image/fp-xiazai.png) no-repeat center center;
}
.dzkp .fpPrint .fp-btn-rt.dayin {
  top: 160px;
  background: url(static/image/fp-dayin.png) no-repeat center center;
}
.dzkp .fpPrint .width-lock {
  width: 170px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.dzkp .fpPrint .jshjZh {
  padding-left: 20px;
  background: url(static/image/bg-jshj.png) no-repeat left center;
}
.dzkp .fpPrint .text-black {
  color: #333333;
}
.dzkp .fpPrint .arr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  cursor: pointer;
}
.dzkp .fpPrint .arr-left {
  left: 0;
  background: url(static/image/fparr-left.png) no-repeat center center;
}
.dzkp .fpPrint .arr-left:hover {
  background: url(static/image/fparr-left-hover.png) no-repeat center center;
}
.dzkp .fpPrint .arr-right {
  right: 0;
  background: url(static/image/fparr-right.png) no-repeat center center;
}
.dzkp .fpPrint .arr-right:hover {
  background: url(static/image/fparr-right-hover.png) no-repeat center center;
}
.dzkp .fpPrint .title {
  text-align: center;
  padding-top: 5px;
  height: 75px;
  position: relative;
  /* background: url("../image/bg-fptt.png") no-repeat center center; */
}
.dzkp .fpPrint .title .til-content{
  padding-top: 15px;
  font-size: 24px;
  font-weight: 600;

}
.dzkp .fpPrint .title .til-content .til-line{
  width: 40%;
  height: 2px;
  display: block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  opacity: .4;
  position: relative;
  margin: 5px auto;

}
.dzkp .fpPrint .title .line {
  margin: 5px 285px;
  height: 2px;
  border-top: 1px solid #9E520A;
  border-bottom: 1px solid #9E520A;
}
.dzkp .fpPrint .title .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  background: url(static/image/bg-fp.png) no-repeat center -6px;
}
.dzkp .fpPrint .title .zero {
  position: absolute;
  left: 10px;
  top: 0px;
}
.dzkp .fpPrint .title .zero img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
}
.dzkp .fpPrint .title .one {
  position: absolute;
  right: 0px;
  top: 0px;
}
.dzkp .fpPrint .title .one p {
  line-height: 20px;
  text-align: left;
}
.dzkp .fpPrint .fptt {
  height: 82px;
}
.dzkp .fpPrint .fptt > table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  float: left;
  border-right: 1px solid #9E520A;
}
.dzkp .fpPrint .fptt > table td {
  border: 1px solid #9E520A;
  border-bottom: none;
  height: 80px;
  padding: 0;
}
.dzkp .fpPrint .fptt > table td li {
  height: 20px;
  line-height: 20px;
}
.dzkp .fpPrint .fptt > table td li div {
  float: left;
}
.dzkp .fpPrint .fptt > table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.dzkp .fpPrint .fpmx {
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
}
.dzkp .fpPrint .fpmx .hwxx {
  border: 1px solid #9E520A;
  border-top: none;
  height: 230px;
  overflow: auto;
}
.dzkp .fpPrint .fpmx .hwxx table {
  border: none;
}
.dzkp .fpPrint .fpmx .hwxx table th {
  border-bottom: none;
}
.dzkp .fpPrint .fpmx .hwxx table td {
  border-top: none;
  border-bottom: none;
  height: 21px;
}
.dzkp .fpPrint .fpmx .hwxx table th:last-child,
.dzkp .fpPrint .fpmx .hwxx table td:last-child {
  border-right: none;
}
.dzkp .fpPrint .fpmx .hwxx table th:first-child,
.dzkp .fpPrint .fpmx .hwxx table td:first-child {
  border-left: none;
}
.dzkp .fpPrint .fpmx table {
  width: 100%;
  border-collapse: collapse;
}
.dzkp .fpPrint .fpmx table th {
  font-weight: normal;
  text-align: center;
}
.dzkp .fpPrint .fpmx table th,
.dzkp .fpPrint .fpmx table td {
  border: 1px solid #9E520A;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.dzkp .fpPrint .fpmx table th input,
.dzkp .fpPrint .fpmx table td input {
  width: 100%;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
}
.dzkp .fpPrint .fpmx table tr:hover input {
  background-color: #f2f2f2;
}
.dzkp .fpPrint .fpmx table tr:hover .btns.del {
  display: block;
}
.dzkp .fpPrint .fpmx .heji {
  border-collapse: collapse;
  width: 100%;
}
.dzkp .fpPrint .fpmx .heji td {
  border-top: none;
}
.dzkp .fpPrint .fpmx .heji td .jehj {
  float: left;
  text-align: right;
  margin-left: 285px;
  width: 98px;
}
.dzkp .fpPrint .fpmx .heji td .sehj {
  float: left;
  text-align: right;
  width: 98px;
  margin-left: 48px;
}
.dzkp .fpPrint .fpmx .heji td .jshj {
  margin-left: 200px;
}
.dzkp .fpPrint .xfxx {
  margin-top: -5px;
  height: 110px;
}
.dzkp .fpPrint .xfxx table {
  width: 50%;
  border-collapse: collapse;
  float: left;
}
.dzkp .fpPrint .xfxx table td {
  border: 1px solid #9E520A;
  border-top: none;
  height: 80px;
  padding: 0;
}
.dzkp .fpPrint .xfxx table td li {
  height: 20px;
  line-height: 20px;
}
.dzkp .fpPrint .xfxx table td li div {
  float: left;
}
.dzkp .fpPrint .xfxx table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
  width: 265px;
  float: left;
}
.dzkp .fpPrint .xfxx table td textarea {
  display: block;
  float: left;
  width: 360px;
  height: 78px;
  padding: 0;
  margin: 0;
  resize: none;
  border: 0;
}
.dzkp .fpPrint .btns {
  width: 200px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.dzkp .fpPrint .btn {
  float: left;
  width: 60px;
  text-align: center;
}
.dzkp .fpPrint .fpbtm {
  margin-top: 5px;
}
.dzkp .fpPrint .fpbtm div {
  width: 25%;
  height: 20px;
  line-height: 20px;
}
.dzkp .dzkpSpdmModel {
  display: none;
  border-radius: 5px;
  padding: 0px;
  z-index: 200;
  position: absolute;
  box-sizing: border-box;
  top: 70px;
  left: 50%;
  background: #fff;
  width: 600px;
  margin-left: -300px;
}
.dzkp .dzkpSpdmModel p {
  padding: 0 10px;
  background: #bbdefb;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-radius: 5px 5px 0 0;
}
.dzkp .dzkpSpdmModel div {
  margin: 20px;
  max-height: 300px;
  overflow: auto;
}
.dzkp .dzkpSpdmModel div table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}
.dzkp .dzkpSpdmModel div table th {
  background: #f7f7f7;
}
.dzkp .dzkpSpdmModel div table th,
.dzkp .dzkpSpdmModel div table td {
  border: 1px solid #dddddd;
  height: 25px;
  line-height: 24px;
  box-sizing: border-box;
}
.sgkp .zero {
  color: #f44336;
}
.sgkp .zero .question {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(static/image/icon-question.png) no-repeat center center;
  vertical-align: middle;
}
.sgkp .form .fpModel {
  padding: 5px 0;
  font-family: "\6977\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  color: #9E520A;
  box-sizing: border-box;
  background: #fff;
}
.sgkp .form .fpModel .pager span {
  display: inline-block;
}
.sgkp .form .fpModel .arr {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  cursor: pointer;
}
.sgkp .form .fpModel .title {
  text-align: center;
  position: relative;
}
.sgkp .form .fpModel .title .line {
  margin: 5px 285px;
  height: 2px;
  border-top: 1px solid #9E520A;
  border-bottom: 1px solid #9E520A;
}
.sgkp .form .fpModel .title .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  height: 80px;
  margin-left: -100px;
  background: url(static/image/bg-fp.png) no-repeat center -6px;
}
.sgkp .form .fpModel .title .zero {
  position: absolute;
  left: 0px;
  top: 15px;
}
.sgkp .form .fpModel .title .zero p {
  line-height: 20px;
}
.sgkp .form .fpModel .fptt {
  height: 94px;
}
.sgkp .form .fpModel .fptt > table {
  border-collapse: collapse;
  width: 50%;
  float: left;
}
.sgkp .form .fpModel .fptt > table td {
  border: 1px solid #9E520A;
  border-bottom: none;
  height: 92px;
  line-height: 15px;
  padding: 0;
}
.sgkp .form .fpModel .fptt > table td li {
  height: 23px;
  line-height: 23px;
  box-sizing: border-box;
  border-bottom: 1px dotted #999999;
}
.sgkp .form .fpModel .fptt > table td li div {
  float: left;
}
.sgkp .form .fpModel .fptt > table td li input,
.sgkp .form .fpModel .fptt > table td li .input-combo,
.sgkp .form .fpModel .fptt > table td li .gfyhzh {
  padding: 0;
  border: 0;
  margin: 0;
  height: 22px;
  line-height: 19px;
  width: calc(100% - 84px);
  float: left;
}
.sgkp .form .fpModel .fptt > table td li .input-combo input{
  width: 100%;
}
.sgkp .form .fpModel .fpmx {
  box-sizing: border-box;
  font-family: "\5B8B\4F53", "\5FAE\8F6F\96C5\9ED1", "sans-serif", Arial, "Lucida Grande";
  padding-top: 23.2px;
}
.sgkp .form .fpModel .fpmx th {
  border: 1px solid #9E520A;
  border-right: none;
}
.sgkp .form .fpModel .fpmx .hwxx {
  border: 1px solid #9E520A;
  box-sizing: border-box;
  border-top: none;
  border-bottom: none;
  height: 150px;
  overflow: auto;
  width: 100%;
}
.sgkp .form .fpModel .fpmx .hwxx td {
  height: 20px;
  border-right: none;
  border-top: none;
  border-bottom: 1px dotted #999999;
}
.sgkp .form .fpModel .fpmx .hwxx table {
  border: none;
}
.sgkp .form .fpModel .fpmx .hwxx table td:last-child,
.sgkp .form .fpModel .fpmx .hwxx table th:last-child {
  border-right: none;
}
.sgkp .form .fpModel .fpmx .hwxx table td:first-child,
.sgkp .form .fpModel .fpmx .hwxx table th:first-child {
  border-left: none;
}
.sgkp .form .fpModel .fpmx table {
  width: 100%;
  border-collapse: collapse;
}
.sgkp .form .fpModel .fpmx table th {
  font-weight: normal;
  text-align: center;
}
.sgkp .form .fpModel .fpmx table td {
  border: 1px solid #9E520A;
}
.sgkp .form .fpModel .fpmx table th,
.sgkp .form .fpModel .fpmx table td {
  height: 20px;
  line-height: 20px;
  position: relative;
}
.sgkp .form .fpModel .fpmx table th input,
.sgkp .form .fpModel .fpmx table td input,
.sgkp .form .fpModel .fpmx table th select,
.sgkp .form .fpModel .fpmx table td select {
  width: 100%;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
}
.sgkp .form .fpModel .fpmx table tr:hover input {
  background-color: #f2f2f2;
}
.sgkp .form .fpModel .fpmx table tr:hover .btns.del {
  display: block;
}
.sgkp .form .fpModel .fpmx .heji {
  border-collapse: collapse;
  width: 100%;
}
.sgkp .form .fpModel .fpmx .heji td {
  border-top: none;
}
.sgkp .form .fpModel .fpmx .heji td .jehj {
  float: left;
  text-align: right;
  margin-left: 50%;
  width: 98px;
}
.sgkp .form .fpModel .fpmx .heji td .sehj {
  float: left;
  text-align: right;
  width: 98px;
  margin-left: 48px;
}
.sgkp .form .fpModel .fpmx .heji td .jshj {
  margin-left: 200px;
}
.sgkp .form .fpModel .xfxx {
  height: 110px;
}
.sgkp .form .fpModel .xfxx table {
  width: 50%;
  border-collapse: collapse;
  float: left;
}
.sgkp .form .fpModel .xfxx table td {
  border: 1px solid #9E520A;
  border-top: none;
  height: 80px;
  padding: 0;
}
.sgkp .form .fpModel .xfxx table td li {
  height: 20px;
  line-height: 20px;
  border-bottom: 1px dotted #999999;
  box-sizing: border-box;
}
.sgkp .form .fpModel .xfxx table td li div {
  float: left;
}
.sgkp .form .fpModel .xfxx table td li input {
  padding: 0;
  border: 0;
  margin: 0;
  height: 19px;
  line-height: 19px;
  width: calc(100% - 84px);
  float: left;
}
.sgkp .form .fpModel .xfxx table td textarea {
  display: block;
  float: left;
  width: 100%;
  height: 78px;
  padding: 0;
  margin: 0;
  resize: none;
  border: 0;
}
.sgkp .form .fpModel .btns {
  width: 200px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.sgkp .form .fpModel .btn {
  float: left;
  width: 60px;
  text-align: center;
}
.sgkp .form .fpModel .fpbtm {
  padding-top: 10px;
  clear: both;
  padding-bottom: 5px;
  overflow: hidden;
}
.sgkp .form .fpModel .fpbtm div {
  width: 33%;
  height: 20px;
  line-height: 20px;
}
.sgkp .form .fpModel .add-row {
  height: 20px;
  width: 100%;
  border-left: 1px solid #9E520A;
  border-right: 1px solid #9E520A;
  border-bottom: 1px solid #9E520A;
  box-sizing: border-box;
  position: relative;
}
.sgkp .form .fpModel .add-row .ibtn-add {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(static/image/fp-add.png) no-repeat center center;
}

.frozen-bdiv.ui-jqgrid-bdiv {
  right: 0px !important;
  background: #fff;
}
.app-loading{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(1,1,1,0.2);
  width: 100%;
  height: 100%;
  z-index: 1251;
  display: none;
}
.app-loading img{
  position: relative;
  top: 50%;
  left: 50%;
}



.device .check{
  width: 700px;
  margin:0 auto;
}
.device .check ul{
  padding: 0;
  list-style: none;
  border-radius: 4px;
}
.device .check ul li{
  position: relative;

  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  color: #333333;font-family: "\5FAE\8F6F\96C5\9ED1", "sans-serif";
}
.device .check ul li .state{
  padding-left: 50px;
  margin-left: 10px;
  height: 50px;
}
.device .check ul li .state.active{
  background: url(static/image/checkING.gif) no-repeat left center;
}
.device .check ul li .state.complete{
  background: url(static/image/checkOK.png) no-repeat left center;
}
.device .check ul li .state.err{
  background: url(static/image/checkERR.png) no-repeat left center;
}
.device .check ul li .btn{
  position: absolute;
  top: 0;
  display: block;
  white-space: nowrap;
  font-size:13px;
  left: 100%;
  margin-left: 10px;
  margin-top: 13px;
}
.device .check ul li .tips1,.check ul li .tips2,.check ul li .tips3,.check ul li .tips4,.check ul li .tips5{
  color: #E6A23C;
  line-height: 25px;
  font-size: 13px;
}
.device .check ul li span{
  float: right;
}
.device .rt{
  float: right;
}
.device .lf{float: left}
.device .btn{
  float: left;
  height: 24px;
  margin:5px;
  color: #ffffff;
  line-height: 24px;
  background-color: #F56C6C;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  cursor:pointer;
}
.device .line{
  width: 700px;
  margin: 50px auto 20px;
}
.device .line h2{
  color: #0e72b1;
  font-weight: normal;
  font-size: 26px;
}
.device .line .bar{
  width: 100%;
  height: 5px;
  background: #e5e5e5;
  border-radius: 3px;

}
.device .line .bar div{
  width: 0%;
  height: 5px;
  background: #7ab4da;
  border-radius: 3px;

}
.device .rhpart,.nnpart{
  display: none;
}
.device .btn-reload{
  width: 80px;
  height: 35px;
  background-color: #f56c6c;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  margin: 30px auto;
}
.device .text4 .logout:hover{
  text-decoration: underline;
}

.select-scroll{
  border: 1px solid #ccc !important;
  position: absolute;
  height: 100px !important; 
  border: 1px solid;
  overflow-x: hidden;
  border:none;
  width: max-content !important;
  min-width: 100%;
  top: 100%;
  left: 0;
  scrollbar-width: none;
  z-index: 400;
}
.input-select{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
}

.fpcx .frozen-div{
  overflow: hidden;
}
#fpxf-table td[aria-describedby=fpxf-table_cb].ui-state-disabled:hover{
  padding: 0 2px;
}
.fpcx #gbox_fpcx-table td[aria-describedby=fpcx-table_op2]{
  overflow: visible;
}

.open>.dropdown-menu{
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.page-model {
  position: fixed;
  width: 600px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  border-radius: 5px;
  background: #ffffff;
  display: none;
  z-index: 350;
}
.page-model .model-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
}
.page-model .model-title .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.page-model .model-content {
  height: 350px;
  box-sizing: border-box;
  padding: 20px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.g-popover{
  display: none;
  width: 500px;
  height: 500px;
  background-color: red;
  position: fixed;
  top: 0;
  z-index: 999;
  min-width: 50px;
  min-height: 32px;
  padding: 10px 25px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  transition: 1s opacity;
}
.g-popover.out{
  opacity: 0;
}
.g-popover.in{
  opacity: 1;
}
.g-popover .g-popover-arrow{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: -10px;
  margin-top: -11px;
  border-width: 11px;
  border-left-width: 0;
  border-right-color: rgba(0,0,0,.25);
}
.g-popover .g-popover-close{
  position: absolute;
  right: 6px;
  font-family: arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  text-decoration: none;
  cursor: pointer;
  width: 16px;
  text-align: center;
}
.g-popover .g-popover-close:hover{
  opacity: .5;
  filter: alpha(opacity=50);
}
.g-popover .g-popover-arrow:after{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  left: 1px;
  bottom: -10px;
  border-width: 10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.g-popover.in.fixWidth .g-popover-arrow-left{
  display: none;
}
.g-popover .g-popover-arrow-left{
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  left: 7px;
  top: 0;
  height: 100%;
  padding-right: 2px;
  text-align: center;
  color: #3498db;
  cursor: pointer;
  font-weight: bold;
}
.g-popover .g-popover-arrow-left .g-popover-arrow-icon{
  transform: rotate(90deg);
}
.g-popover .g-popover-arrow-left .g-popover-arrow-icon:hover{
  animation: slidein 1s;
}
@keyframes slidein {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(270deg);
  }
}

.custom-model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0,0,0,0.5)
}
.custom-model .model-dialog{
  width: 800px;
  margin: 150px auto 0;
  background-color: #fff;
}
.custom-model .model-dialog .modal-header{
  padding: 20px 20px 10px;
  display: flex;
  justify-content: space-between;
}
.custom-model .model-dialog .modal-header .modal-title{
  font-size: 18px;
  line-height: 24px;
}
.custom-model .model-dialog .modal-header .close{
  cursor: pointer;
  font-size: 16px;
}
.custom-model .model-dialog  .modal-content{
  padding: 0 20px;
}
.custom-model .model-dialog  .modal-content .modal-content-item input,
.custom-model .model-dialog  .modal-content .modal-content-item select{
  width: 230px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  height: 32px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.custom-model .model-dialog  .modal-content .errorTips{
  color: #ff0000;
  margin-left: 60px;
}

.icon-refresh{
  position: absolute;
  top:50%;
  margin-top: -15px;
  right:-20px;
  width: 34px;
  height: 30px;
  padding-left: 16px;
  line-height: 30px;
  color: #666;
  font-size: 15px;
  font-style: normal;
  cursor: pointer;
  background: url(static/image/icon-refresh.png) no-repeat left center;
}
.icon-refresh:hover{
  background: url(static/image/icon-refresh_hover.png) no-repeat left center;
}

.import-dialog .modal-body{
  font-size: 16px;
  padding: 15px 30px;
}
.import-dialog .modal-body .btn-import{
  cursor: pointer;
  color: #409eff;
}
.import-dialog .modal-body p{
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
}
.import-dialog .modal-body .btn-wrapper{
  margin-top: 30px;
}
.import-dialog .modal-body .btn-wrapper .btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.import-dialog .modal-body .btn-wrapper .btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}

.wkpbgdGgxhDialog{
  padding: 20px;
  width: 681px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -340px;
  background: #ffffff;
  z-index: 280;
  border-radius: 6px;
}

.wkpbgdGgxhDialog .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 10px 0;
}

.wkpbgdGgxhDialog .textarea{
  width: 675px;
  height: 300px;
}
.wkpbgdGgxhDialog .btn-box{
  width: 120px;
  margin: 0 auto;
}
.wkpbgdGgxh.btn-edit{
  background: url(static/image/fp-edit.png) no-repeat center center;
}
.wkpbgdGgxh.ibtn{
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 2px;
  float: left;
}
.dzkpGgxhDialog{
  padding: 20px;
  width: 681px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -340px;
  background: #ffffff;
  z-index: 280;
  border-radius: 6px;
}

.dzkpGgxhDialog .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 10px 0;
}

.dzkpGgxhDialog .textarea{
  width: 675px;
  height: 300px;
}
.dzkpGgxhDialog .btn-box{
  width: 120px;
  margin: 0 auto;
}
.dzkpGgxh.btn-edit{
  background: url(static/image/fp-edit.png) no-repeat center center;
}
.dzkpGgxh.ibtn{
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 2px;
  float: left;
}

.sgkpGgxhDialog{
  padding: 20px;
  width: 681px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -340px;
  background: #ffffff;
  z-index: 280;
  border-radius: 6px;
}

.sgkpGgxhDialog .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 10px 0;
}

.sgkpGgxhDialog .textarea{
  width: 675px;
  height: 300px;
}
.sgkpGgxhDialog .btn-box{
  width: 120px;
  margin: 0 auto;
}
.sgkp .sgkp-spmc-list{
  position: absolute;
  top: 25px;
  border: 2px solid #000;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 99;
  border-radius: 4px;
  width: 800px;
  max-height: 198px;
  overflow: auto;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border:1px solid #e4e7ed;
}
.sgkp .sgkp-spmc-list_item{
  height: 28px;
  line-height: 28px;
  padding:  0 6px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.sgkp .sgkp-spmc-list_item.active{
  background-color: rgb(140, 197, 255);
  color: #fff;
}
.sgkpSpmcDialog{
  padding: 20px;
  width: 1001px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -500px;
  background: #ffffff;
  z-index: 280;
  border-radius: 6px;
  /* position: relative; */
}
.sgkpSpmcDialog .close{
  position: absolute;
  top: 5px;
  right: 15px;
}
.sgkpSpmcDialog .spmc-search{
  display: flex;
  align-items: center;
}
.sgkpSpmcDialog .search-input{
  display: flex;
  align-items: center;
}
.sgkpSpmcDialog input{
  box-sizing: content-box;
  height: 22px;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: top;
}
.sgkpSpmcDialog select{
  box-sizing: content-box;
  height: 22px;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: top;
}
.sgkpSpmcDialog .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 10px 0;
}

.sgkpSpmcDialog .textarea{
  width: 675px;
  height: 300px;
}
.sgkpSpmcDialog .btn-box{
  width: 120px;
  margin: 0 auto;
}
.sgkpGgxh.btn-edit{
  background: url(static/image/fp-new-edit.png) no-repeat center center;
  background-size: 12px 12px;
}
.sgkpGgxh.ibtn{
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-top: 5px;
  float: right;
}
.sgkpGgxh.btn-showDialog{
  background: url(static/image/fp-ok.png) no-repeat center center;
  background-size: 14px 14px;
}
.sgkpGgxh.newibtn{
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-top: 5px;
  float: right;
}

.newModel {
  display: none;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
}
.fpissueDialog{
  padding: 10px;
  width: 901px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -450px;
  background: #ffffff;
  z-index: 280;
  border-radius: 6px;
  /* position: relative; */
}
.fpissueDialog .close{
  position: absolute;
  top: 5px;
  right: 15px;
}
.fpissueDialog .modal-title{
  font-size: 18px;
  text-align: left;
}
.fpissueDialog .modal-body{
  padding: 0px 10px 20px;
}
.fpissueDialog .modal-body .warn-1{
  color: #409eff;
}
.fpissueDialog .modal-body .warn-2{
  color: red;
}
.fpissueDialog .tab-title{
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}

.fpcxDialog{
  padding: 10px;
  width: 901px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -450px;
  background: #ffffff;
  z-index: 280;
  border-radius: 6px;
  /* position: relative; */
}
.fpcxDialog .close{
  position: absolute;
  top: 5px;
  right: 15px;
}
.fpcxDialog .modal-title{
  font-size: 18px;
  text-align: left;
}
.fpcxDialog .modal-body{
  padding: 0px 10px 20px;
}
.fpcxDialog .modal-body .warn-1{
  color: #409eff;
}
.fpcxDialog .modal-body .warn-2{
  color: red;
}
.fpcxDialog .tab-title{
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
.fpcxDialog .download-btn{
  display: flex;
  justify-content: center;
}
.fpcxDialog .disabled{
  opacity: 0.5;  
  pointer-events: none;  
  user-select: none; 
}

.fpcxDialog-xml{
  padding: 10px;
  width: 901px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -450px;
  background: #ffffff;
  /* z-index: 280; */
  border-radius: 6px;
  color: black;
  z-index: 999;
  /* position: relative; */
}
.fpcxDialog-xml .close{
  position: absolute;
  top: 5px;
  right: 15px;
}
.fpcxDialog-xml .modal-title{
  font-size: 18px;
  text-align: left;
}
.fpcxDialog-xml .modal-body{
  padding: 0px 10px 20px;
}
.fpcxDialog-xml .modal-body .warn-1{
  color: #409eff;
}
.fpcxDialog-xml .modal-body .warn-2{
  color: red;
}
.fpcxDialog-xml .tab-title{
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
.fpcxDialog-xml .download-btn{
  display: flex;
  justify-content: center;
}
.fpcxDialog-xml .disabled{
  opacity: 0.5;  
  pointer-events: none;  
  user-select: none; 
}
.text-ellipsis{
  white-space: nowrap; /* 保持文字在一行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略符号 */
  display: block;
}
.wkpbgd .khModelbgd {
  width: 500px;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -225px;
  background: #ffffff;
  z-index: 200;
}
.wkpbgd .khModelbgd .khModelbgd-title{
  padding: 10px 25px 0;
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.wkpbgd .khModelbgd .khModelbgd-content{
  padding: 0 25px;
  border-top: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
}
.wkpbgd .khModelbgd .khModelbgd-footer{
  padding: 0 25px;
  height: 30px;
  margin: 10px;
}
.wkpbgd .khModelbgd p {
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wkpbgd .khModelbgd p .model-title {
  float: left;
  width: 110px;
  text-align: right;

}
.wkpbgd .khModelbgd p input {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 5px;
  outline: none;
  border-width: 1px;
  width: 310px;
  font-size: 13px;
}
.wkpbgd .khModelbgd p textarea{
  font-size: 13px;
  padding: 0 5px;
  font-family: Arial;
  width: 310px;
  resize: none;
}
.wkpbgd .khModelbgd p input[type=checkbox].khwhKpxxmk{
  width: 12px;
  float: none;
  margin-right: 5px;
  vertical-align: middle;
}
.wkpbgd .khModelbgd .btn {
  float: left;
  height: 26px;
  line-height: 24px;
  margin: 0;
  margin-left: 10px;
  padding: 0 15px;
}
.wkpbgd .khModelbgd .btns {
  margin: 0 auto;
  width: 140px;
}
.wkpbgd .khModelbgd .close {
  position: absolute;
  right: 15px;
  top: 5px;
}

.fpkj .btn-group button{
  margin: 0;
  border: none;
  font-size: 12px;
}
.fpkj .dropdown-menu{
  min-width: 100px;
}
.fpkj .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.fpkj .dropdown-menu>li>a:hover{
  background-color: #e5e5e5;
}.header {
  position: absolute;
  top: 0px;
  height: 60px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #525252;
}
.header .lf .logo{
  float: left;
  height: 60px;
  line-height: 60px;
  min-width: 270px;
  background: url(static/image/logo.png) no-repeat 15px center;
  user-select: none;
}
.header .lf .logo-til{
  color: #fff;
  margin-left: 200px;
  font-size: 20px;
  font-weight: 600;
  font-family: serif;
  position: relative;
  top: 1px;
}
.header h1 {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  overflow: hidden;
}
.header .rt{
  font-size: 14px;
}
.header .top {
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: right;
  min-width: 300px;
}
.header .top span {
  margin: 0 3px;
}
.header .xf {
  border-radius: 20px;
  color: #8a7026;
  cursor: pointer;
  padding: 0 4px;
  background: url(static/image/bg-xf-1px.png) repeat-y center center;
}
.header .xf:hover {
  color: #bd9b3d;
}
.header .btm {
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding-right: 20px;
}
.header .btm a {
  color: #fff;
  cursor: pointer;
}
.header .btm span {
  margin: 0 3px;
}.captcha-login{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 1100;
}
.captcha-login .form{
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -220px;
  background-color: #fff;
  width: 440px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.captcha-login .form .title{
  line-height: 24px;
  font-size: 18px;
  color: #303133;
  padding: 0 0 10px 0;
  text-align: center;
}
.captcha-login .form .close{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}
.captcha-login .form .close:hover{
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.captcha-login .form .form-item{
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.captcha-login .form .form-item .form-label{
  width: 120px;
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}
.captcha-login .form .form-item .form-label::before{
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
  font-size: 14px;
}
.captcha-login .form .form-item .form-item-error{
  position: absolute;
  top: 100%;
  color: #F56C6C;
  font-size: 12px;
  line-height: 1;
  /* left: 120px; */
  padding-top: 2px;
  max-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.captcha-login #qrLoginXsd{
  text-align: center;
}
.captcha-login .form .form-item-qrcode-refresh{
  color: #409eff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 160px 10px;
}
.captcha-login .form .form-item-error-qr{
  color: #F56C6C;
  font-size: 12px;
  word-break: break-all;
  margin: 0 0px 20px;
  text-align: center;
}
.captcha-login .form .form-item-error-qr .sw-app{
  display: inline-block;
  color: #409eff;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.captcha-login .form .form-item-error-qr .sw-app-qr{
  position: absolute;
  left: -50%;
  top: 5px;
  display: none;
}
.captcha-login .form .form-item-error-qr .sw-app-qr .arrow{
  border: 12px solid transparent;
  border-bottom-color: #8a8886;
  position: relative;
  top: 3px;
  display: inline-block;
  width: 0;
  height: 0;
}
.captcha-login .form .form-item-error-qr .sw-app-qr .arrow::after{
  content: ' ';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: relative;
  left: -9px;
  top: -7px;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}
.captcha-login .form .form-item-error-qr .sw-app-qr .swAppQr{
  box-shadow: 0 1px 10px #000;
  width: 100%;
  padding: 2px;
  background: #fff;
}
.captcha-login .form .form-item-error-qr .sw-app-qr img{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}
.captcha-login .form .form-item-error-qr .sw-app:hover .sw-app-qr{
  display: block;
}
.captcha-login .form .form-item input{
  width: 270px;
  height: 32px;
  line-height: 32px;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
}
.captcha-login .form .form-item  .captchaInp{
  width: 270px;
  display: flex;
  justify-content: space-between;
}
.captcha-login .form .form-item  .captchaInp input{
  margin-right: 10px;
  width: 150px;
}
.captcha-login .form .form-item  .captchaInp .captchaBtn{
  height: 32px;
  line-height: 32px;
  background-color: #f78989;
  border-color: #f78989;
  color: #fff;
  width: 92px;
  position: relative;
  top: -3px;
}
.captcha-login .form .form-item.form-footer{
  margin-top: 20px;
}
.captcha-login .form .form-item .confirm{
  width: 100%;
  color: #fff;
  height: 40px;
  line-height: 32px;
}
.captcha-login .form .form-item .btn.is-disabled{
  opacity: .5;
}
.captcha-login .form .form-item .btn:active{
  box-shadow: 0 0 0 0 #000
}
.captcha-login .eye{    
  position: absolute;
  margin-left: -32px;
  margin-top: 5px;
  width: 30px;
  height: 25px;
  background: url(static/image/eye.png) no-repeat center center;
  cursor: pointer;
  right: 8px;
  top: 0;
}
.captcha-login .eye.eyeActive{
  background: url(static/image/eye-active.png) no-repeat center center;
}
.captcha-login .tab-title{
  text-align: center;
}
.captcha-login .tab-title span{
  display: inline-block;
  margin: 0 20px 20px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  font-size: 16px;
}
.captcha-login .tab-title span.tab-title-active{
  border-color:#409eff;
  color: #409eff;
}
.captcha-login .form .form-item.keepPwd{
  margin-left: 120px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.captcha-login .keepPwd .inp{
  padding-right: 10px;
}
.captcha-login .form .form-item.keepPwd input{
  width: 12px;
  height: 12px;
  margin: 0;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.captcha-login .keepPwd label{
  padding-left: 5px;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.captcha-login .qrcode-btns{
  height: 42px;
  text-align: center;
}
.captcha-login .qrcode-btns .qr-btn{
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
}
.captcha-login .qrcode-btns .qr-btn+.qr-btn{
  margin-left: 15px;
}
.captcha-login .qrcode-btns .qr-btn.active{
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
}

.captcha-login .tab-title {
  text-align: center;
  margin-bottom: 10px;
}
.captcha-login .tab-title span {
  display: inline-block;
  margin: 5px 10px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  font-size: 16px;
}
.captcha-login .tab-title .tab-title-active {
  border-color: #409eff;
  color: #409eff;
}.fpkjTips{
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1100;
  background-color: #fff;
  width: 350px;
  height: 150px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  line-height: 22px;
  font-size: 14px;
  border-radius: 6px 6px 0 0 ;
  overflow: hidden;
}
.fpkjTips .title{
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #409eff;
  padding: 10px 20px;
}
.fpkjTips .title .close{
  cursor: pointer;
  font-size: 20px;
  float: right;
}
.fpkjTips .content{
  padding: 0 20px;
  border-left: 1px solid #409eff;
  border-right: 1px solid #409eff;
}
.fpkjTips .link{
  text-decoration: underline;
  color: #1989fa;
  cursor: pointer;
}
.fpkjTips .red{
  color: #f56c6c;
}
.fpkjTips .footer{
  text-align: right;
  padding: 0 20px;
  border-left: 1px solid #409eff;
  border-right: 1px solid #409eff;
}
.fpkjTips .footer .setup{
  cursor: pointer;
}
.fp_qd_zzs.fpModel .title .one{
  top: 20px;
}

.fp_qd_zzs.fpModel .xfxx table{
  width: 100%;
}
.fp_qd_zzs.fpModel .fptt > table{
  width: 50%;
}
.fp_qd_zzs.fpModel .fptt > table:first-child{
  border-right: none;
}
.fp_qd_zzs.fpModel .text-black.bz{
  display: block;
  word-break: break-all;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.fp_qd_zzs.fpModel .fpbtm .info{
  position: relative;
  top: 10px;
  left: 20px;
}
.fp_qd_zzs.fpModel .fptt .line{
  width: 360px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.fp_qd_zzs.fpModel .title .zero{
  top: 10px;
}
.fp_qd_zzs.fpModel.tl-fp .title .zero .tlys-bz{
  position: relative;
  top: -35px;
  font-weight: 600;
  left: 90px;
}
.fp_qd_zzs.fpModel.tl-fp .hwxx{
  height: 138px;
}
.fp_qd_zzs.fpModel.tl-fp .hwxx.lkxx{
  height: 69px;
}
.fp_qd_zzs.fpModel.tl-fp .hwxx.lkxx th{
  border-top: none;
}