<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("../fonts/font-awesome.min.css");
@import url("ui-dialog.css");
@import url("ui-slickgrid.css");


/*全局样式
---------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #333;
  font: 12px/1.5 Arial, "Microsoft Yahei";
  text-align: center;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

input, button, select, textarea, img, p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-size: 12px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #34ad2a;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ol, ul, li, dl, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Clear Fix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.noborder {
  border: none !important;
}

.width-g {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 1500px) {
  .width-g {
    width: 1470px;
    margin: 0 auto;
  }
}

/*栅格系统 start*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}


@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lgx-1,.col-lgx-2,.col-lgx-3,.col-lgx-4,.col-lgx-5,.col-lgx-6,.col-lgx-7,.col-lgx-8,.col-lgx-9,.col-lgx-10,.col-lgx-11,.col-lgx-12{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
@media (min-width: 1500px) {
  .col-lgx-1, .col-lgx-2, .col-lgx-3, .col-lgx-4, .col-lgx-5, .col-lgx-6, .col-lgx-7, .col-lgx-8, .col-lgx-9, .col-lgx-10, .col-lgx-11, .col-lgx-12 {
    float: left;
  }
  .col-lgx-12 {
    width: 100%;
  }
  .col-lgx-11 {
    width: 91.66666667%;
  }
  .col-lgx-10 {
    width: 83.33333333%;
  }
  .col-lgx-9 {
    width: 75%;
  }
  .col-lgx-8 {
    width: 66.66666667%;
  }
  .col-lgx-7 {
    width: 58.33333333%;
  }
  .col-lgx-6 {
    width: 50%;
  }
  .col-lgx-5 {
    width: 41.66666667%;
  }
  .col-lgx-4 {
    width: 33.33333333%;
  }
  .col-lgx-3 {
    width: 25%;
  }
  .col-lgx-2 {
    width: 16.66666667%;
  }
  .col-lgx-1 {
    width: 8.33333333%;
  }

}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


/*栅格系统 end*/

/*
------------头部样式-----------------------*/
.header {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #e3e3e3;
  background: url(../images/header_bg.png) 100% bottom no-repeat, linear-gradient(90deg, #5984e8, #06dcd2);
  padding: 0px;
}

.header .header-layout {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 5px 0;
}

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

.header .header-layout h1 {
  float: left;
  display: inline-block;
  height: 70px;
}

.header .header-layout h1 a {
  float: left;
  display: inline-block;
  height: 70px;
  width: 550px;
  overflow: hidden;
  text-indent: -999em;
}

.header .header-layout h2 {
  float: left;
  display: inline-block;
  border-left: 1px solid #fff;
  width: auto;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-left: 10px;
  padding-left: 10px;
}

.header .header-layout .header-nav {
  width: auto;
  height: 14px;
  float: right;
  line-height: 14px;
  margin-top: 20px;
}

.header .header-layout .header-nav li {
  float: left;
  padding: 0 0 0 10px;
  margin-right: 10px;
  border-left: 1px solid #fff;
}

.header .header-layout .header-nav li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  _display: inline;
  *zoom: 1;
}

.header .header-layout .header-nav li a:hover {
  color: #0000E3;
}

.header .header-layout .header-nav li:first-child {
  border-left: none;
}

.header .header-layout .sign-list {
  margin-top: 20px;
}

.header .header-layout .sign-list li {
  border-left: 0;
}

.header .header-layout .sign-list li a {
  font-size: 14px;
}

.header .header-layout .sign-list li a i {
  padding-right: 5px;
}

@media screen and (min-width: 1500px) {
  .header .header-layout h2 {
    font-size: 22px;
  }
}

/*------------头部样式 END-------------------*/

/*------------新版信息展示栏样式---------------*/
.fixInfo {
  width:1170px;
  margin: -90px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.info-box {
  height: 160px;
  flex: 1;
  margin: 10px 1.3% 30px 1.3%;
  border-radius: 8px;
  padding: 20px 30px;
  box-sizing: border-box;
  color: #fff;
}
.info-box:first-child
{
  margin-left: 0px;
  width: 400px;
  flex: 0 1 auto;
}
.info-box:last-child
{
  margin-right: 0px;
}


.text-info {
  text-align: left;
  width: 100%;
  line-height: 25px;
}

.text-info p {
  font-size: 1em;
}

.text-info p span {
  width: 50%;
  display: block;
  float: left;
}

.info-box.userinfo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.info-box.userinfo  .user-avatar-img {
  width: 80px;
  float: left;
  padding: 20px 10px;
  text-align: center;
}
.info-box.userinfo  .user-avatar-img img{
  width: 80px;
  height: 80px;
}
.info-box.userinfo  .text-info {
  margin-left: 10px;
}
.btn-info-tm{
  cursor: pointer;
  margin-left: 10px;
}
.btn-info-tm:hover{
  opacity: 0.8;
}

@media screen and (min-width: 1500px) {
  .info-box.userinfo .user-avatar-img {
    width: 100px;
    padding: 8px 10px;
  }
  .info-box.userinfo  .user-avatar-img img{
    width: 100px;
    height: 100px;
  }
  .info-box:first-child
  {
    width: 500px;
  }
  .fixInfo {
    width:1470px;
    margin: -90px auto 0;
  }
}

.main-container {
  width: 1170px;
  background: #fff;
  min-height: 600px;
  position: relative;
  clear: both;
  margin: 10px auto;
  border-radius: 10px;
}
.section {
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  clear: both;
  border-radius: 10px;
  width: 1170px;
  margin: 0 auto;
}
.section.center-nav{
  margin: 10px auto;
}
.section.center-nav div {
  float: none;
  font-size: 20px;
}

@media screen and (min-width: 1500px) {
  .main-container {
    width: 1470px;
  }
  .section {
    width: 1470px;
  }
}

.main-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

/*------------新版信息展示栏样式 END---------------*/
/*
------------导航样式-----------------------*/


.location {
  text-align: left;
  font-size: 16px;
  color: #777777;
}

/*------------导航样式 END-------------------*/
.content {
  position: relative;
  height: auto;
  clear: both;
}

.content:after {
  content: ".";
  height: 0px;
  display: block;
  clear: both;
}

.login-left {
  float: left;
  width: 430px;
  height: 350px;
}

.login-module {
  position: relative;
  border: 1px solid #D4D4D4;
  right: 100px;
  margin-bottom: 10px;
  background-color: #fff;
  min-width: 320px;
  min-height: 320px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  float: right;
}

.login-module .login-tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 60px;
  overflow: hidden;
  position: absolute;
  left: -40px;
  top: -1px;
}

.login-module .login-tabs li {
  width: 40px;
  height: 100px;
  background: url(../images/bg-select.png) no-repeat;
  cursor: pointer;
}

.login-module .login-tabs li span {
  width: 20px;
  display: inline-block;
  font-size: 12px;
  padding-top: 10px;
}

.login-module .login-tabs .current {
  background: url(../images/bg-selected.png) no-repeat;
  z-index: 5;
  color: #268bf1;
  background-size: 40px 100px;
}

.login-content {
  width: 340px;
}

.user-msg {
  width: 15%;
  background: #fff;
  min-height: 620px;
  float: left;
}

.user-msg .info-list {
  color: #777;
  font-size: 12px;
  padding: 12px 16px;
  border-top: 1px solid #ededed;
}

.list-rows {
  text-align: left;
  min-height: 24px;
  line-height: 24px;
}

.detail-info {
  width: 82.5%;
  background: #fff;
  min-height: 600px;
  float: right;
  position: relative;
  padding: 10px;
  left: 1%
}

ul.list-li{


}

ul.list-li.dw {
  width: 95%;
  margin: 0px auto;
}

.list-li li {
  width: 9.5%;
  height: 120px;
  float: left;
  margin-right: -1px;
  margin-bottom: -1px;
  text-align: center;
  box-shadow: 0 0 3px 3px #eee;
  border-radius: 20px;
  margin: 1% 1.5%;
}

/*.list-li li:first-child, .list-li li:nth-child(5n) { margin-left: 0;}*/
.list-li li p {
  text-align: center;
}

.list-li li .list-icon {
  font-size: 46px;
  color: #338dff;
}

.list-li li .list-title {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 12px;
}

.list-li li:hover {
  box-shadow: 4px 3px 10px 3px #afafaf;
}

ul.yw_main_list{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

ul.yw_main_list &gt; li{
  width: calc(16.6666666% - 20px);
  height: 140px;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 3px 3px #eee;
  position: relative;

}
ul.yw_main_list &gt; li:nth-child(6){
  margin-right: 0px;
}
ul.yw_main_list &gt; li &gt;a{
  display: inline-block;
  width: 100%;
  padding: 10px;
}

ul.yw_main_list &gt; li p {
  text-align: center;
}

ul.yw_main_list &gt; li .list-icon {
  font-size: 50px;
  color: #338dff;
}

ul.yw_main_list &gt; li .list-title {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}

ul.yw_main_list &gt; li a .list-title:nth-child(3) {
  margin-top: 10px;
  font-size: 12px;
}

ul.yw_main_list &gt; li:hover {
  box-shadow: 4px 3px 10px 3px #afafaf;
}


@media screen and (min-width: 1410px) {
  ul.yw_main_list &gt; li {
    width: calc(12.5% - 20px);
    height: 140px;
  }

  ul.yw_main_list &gt; li:nth-child(6) {
    margin-right: 20px;
  }

  ul.yw_main_list &gt; li:nth-child(8) {
    margin-right: 0px;
  }
}

.yw_main_list .icon-new {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.yw_main_list .icon-new::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid red;
  border-right: 50px solid transparent;
  border-radius: 5px 0 0 0;
}

.yw_main_list .icon-new .icon-new-text {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 3px;
  color: white !important;
  font-size: 16px;
}

.text_color_green p {
  color: #5ecec0 !important;
}

.text_color_red p {
  color: #ff687b !important;
}

.text_color_blue1 p {
  color: #338dff !important;
}

.text_color_blue2 p {
  color: #0f72d2 !important;
}

.text_color_brown p {
  color: #ff9f5a !important;
}

.text_color_orange p {
  color: #e97228 !important;
}

.task_num {
  color: white;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: red;
  top: 20px;
  right: 2.5rem;
  position: absolute;
  border-radius: 50%;
  font-size: 0.7rem;
}

/*.text_color_green:hover, .text_color_green:hover p { background: #5ecec0; color: #fff !important; border-radius: 15px;}
.text_color_red:hover, .text_color_red:hover p { background: #ff687b; color: #fff !important; border-radius: 15px;}
.text_color_blue1:hover, .text_color_blue1:hover p { background: #338dff; color: #fff !important; border-radius: 15px;}
.text_color_blue2:hover, .text_color_blue2:hover p { background: #0f72d2; color: #fff !important; border-radius: 15px;}
.text_color_brown:hover, .text_color_brown:hover p { background: #ff9f5a; color: #fff !important; border-radius: 15px;}
.text_color_orange:hover, .text_color_orange:hover p { background: #e97228; color: #fff !important; border-radius: 15px;}*/
/*
------------TAB样式------------------------*/
.tab-content {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.box-scroll{
  overflow-x: scroll;
}

.box-scroll::-webkit-scrollbar{
  height:6px;
  background-color: #969696;
  border-radius: 8px;
}
.box-scroll::-webkit-scrollbar-track{
  background: #e2e2e2;
  border-radius:2px;
}
.box-scroll::-webkit-scrollbar-thumb{
  background: #969696;
  border-radius:8px;
}
.box-scroll::-webkit-scrollbar-thumb:hover{
  background: #a5a5a5;
}
.box-scroll::-webkit-scrollbar-corner{
  background: #969696;
}

.tab-content ul {
  position: absolute;
  top: 10px;
  height: 31px;
}

.tab-content ul li {
  float: left;
  border: 1px solid #eee;
  border-bottom: 0;
  line-height: 31px;
}

.tab-content ul li + li {
  border-left: none;
}

.tab-content ul li a {
  padding: 0 20px;
  line-height: 31px;
  height: 30px;
  display: block;
}

.tab-content ul li a:hover {
  color: #2A72C5;
}

.tab-content ul li a.selected {
  height: 31px;
  background: #fff;
  color: #2A72C5;
}

.tab-content ul:after {
  content: ".";
  display: block;
  height: 0px;
}

/*------------TAB样式 END------------------*/

.search-box {
  min-height: 40px;
  padding: 0px 10px;
}

.search-box:after {
  content: ".";
  display: block;
}

.search-box .input-group {
  float: left;
  margin-right: 10px;
}

/*
------------版权样式-----------------------*/
.footer-box {
  width: 100%;
  min-height: 60px;
  background: #e5e3e3;
}

.footer {
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin: 0 auto;
}

.footer .copyright {
  text-align: center;
  color: #999;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.footer .copyright-left { float: left; }
.footer .copyright-right { float: right; }
/*------------版权样式 END-----------------*/

.content-box {width:100%; height: auto; margin-top: 10px;}
.content-box::after {content:"."; display:block;}

.from-content {width:280px; margin:0 auto;}
.input-content {width: 100%; height: auto;}
.input-icons.col-1-1{width: 100%}

.input-rows{position: relative; width: 100%; display: block; min-height: 35px; clear:both;}
.input-rows&gt;.input-label,.input-rows&gt;.input-content{float:left;}

.input-content .input-rows { min-height:40px !important; line-height: 40px;}

.input-rows .input-label{position: relative; font-size: 0;  vertical-align:middle; display: table-cell; text-align:right; }
.input-rows .input-label label{font-size: 12px; overflow: hidden; position: relative; clear:both; padding-right:10px;}
.input-rows .input-label label .required{color: #f00; font-size: 12px; padding:0 2px;}
.input-rows .input-content .input-icons{position: relative;}
.input-rows .input-content .input-icons input[readonly]{background-color:#eeeeee}

.input-rows .input-content .input-icons &gt; span.right-unit { left: auto; right: 8px; float: right; display: block; position: absolute; margin: 11px 2px 4px 10px; z-index: 3; width: 16px; font-size: 14px; text-align: center; line-height: 14px;}
.input-rows .input-content .input-icons &gt; span.unit-two { width: 35px;}
.input-rows .input-content .md-checkbox{margin-top:8px;}

.input-rows .input-btn {float:left; position:relative; vertical-align:middle;}


.login-nav { width: 160px; height: 30px; line-height: 14px; margin: 0 auto; }
.login-nav li { float: left; padding: 0 0 0 10px; margin-right: 10px; border-left: 1px solid #268bf1; }
.login-nav li a { color: #000; font-size: 12px; text-decoration: none; _display:inline; *zoom:1; line-height:20px;}
.login-nav li a:hover {color:#0000E3; }
.login-nav li:first-child { border-left: 0; }



.btn-box { width: 100%; height: 35px; vertical-align: central; text-align: center;margin-top: 20px }
.btn-box .btn { margin: 0 5px; width:auto; min-width:80px;}

.btn-box-grxxcjsm { width: 100%; height: 35px; bottom: 0px; vertical-align: central; text-align: center; }
.btn-box-grxxcjsm .btn { margin: 0 5px; width:auto; min-width:80px;}
.height30 {height:30px !important; line-height:30px !important; min-height:30px !important;}


.hidden {display:none !important;}
.margintop10 {margin-top:10px;}
.margintop20 {margin-top:20px;}
.margintop40 {margin-top:40px;}

.marginleft10 {margin-left:10px;}

.marginbotton20 {margin-bottom:20px;}

.padddingtop10 {padding-top:10px;}
.padddingtop20 {padding-top:20px;}



.input{border: 1px solid #ccc; border-radius: 4px; width: 100%; height: 32px; padding:0 12px; box-sizing:border-box;}

.btn { font-size: 14px; border-radius: 5px; border: 1px solid #ddd;  overflow: hidden; position: relative; user-select: none; line-height:20px; padding: 7px 14px 6px 14px; width:100%; box-sizing:border-box;background:#fff;    cursor: pointer;}
.blue {background:#338dff; color:#fff; border-color:#338dff;}
.red {background:#c40000; color:#fff; border-color:#f0f0f0; }
.btn.right { width:95%; position:absolute; right:0px; }
.btn.btn-search { padding:5px 10px;}
button[disabled]{border: 1px solid #DDD; background-color: #ccc; color:#ACA899;}




.col-0-1{width: 1%;}
.col-0-2{width: 2%;}
.col-0-3{width: 3%;}
.col-0-4{width: 4%;}
.col-0-5{width: 5%;}
.col-0-6{width: 6%;}
.col-0-7{width: 7%;}
.col-0-8{width: 8%;}
.col-0-9{width: 9%;}
.col-1{width: 10%;}
.col-1-1{width: 11%;}
.col-1-2{width: 12%;}
.col-1-3{width: 13%;}
.col-1-4{width: 14%;}
.col-1-5{width: 15%;}
.col-1-6{width: 16%;}
.col-1-7{width: 17%;}
.col-1-8{width: 18%;}
.col-1-9{width: 19%;}
.col-2{width: 20%;}
.col-2-5{width: 25%;}
.col-3{width: 30%;}
.col-3-5{width: 35%;}
.col-4{width: 40%;}
.col-4-5{width: 45%;}
.col-5{width: 50%;}
.col-5-5{width: 55%;}
.col-6{width: 60%;}
.col-6-5{width: 65%;}
.col-7{width: 70%;}
.col-7-5{width: 75%;}
.col-8{width: 80%;}
.col-8-5{width: 85%;}
.col-9{width: 90%;}
.col-9-5{width: 95%;}
.col-10{width: 100%;}

/* 文字方向 */
.text-center{ text-align: center !important;}
.text-right{ text-align: right !important;}
.text-left{ text-align: left !important;}

/*下拉菜单*/
.single-select{ position:relative; display:inline-block; margin-right:5px; vertical-align:middle; cursor:pointer; *float:left; }
.single-select .boxwrap{ display:inline-block; vertical-align:middle; }
.single-select .select-tit{ position:relative; display:block; margin-bottom:1px; padding:5px 38px 5px 10px; min-width:40px; line-height:20px; height:20px; border:solid 1px #eee; text-decoration:none; background:#fff; white-space:nowrap; word-break:break-all; }
.single-select .select-tit span{ display:inline-block; color:#333; font-size:12px; vertical-align:middle; }
.single-select .select-tit i{ position:absolute; right:0; top:0; display:block; width:28px; height:100%; border-left:1px solid #eee; color:#666; font-size:10px; line-height:30px; text-align:center; background:#fafafa; -webkit-transform:scale(0.833); }
.single-select .select-items{ display:none; position:absolute; left:0; top:35px; box-shadow:0px 1px 4px rgba(0,0,0,0.1); /*overflow:hidden;*/ }
.single-select .select-items ul{ position:relative; padding:5px; min-width:120px; max-height:280px; border:1px solid #eee; background:#fff; overflow-y:auto; overflow-x:hidden; }
.single-select .select-items ul li{ display:block; padding:4px 10px; line-height:20px; font-size:12px; color:#666; white-space:nowrap; cursor:pointer; }
.single-select .select-items ul li:hover{ color:#fff; text-decoration:none; background:#16a0d3; }
.single-select .select-items ul li.selected{ color:#fff; background:#16a0d3; }
.single-select.up .select-items{ top:auto; bottom:35px; }


.select-wrap{ height: 34px; box-sizing: border-box; display: block; position: relative;}
.select-wrap .select-selection { height: 34px; box-sizing: border-box; display: block; border: 1px solid #ddd; line-height: 32px; cursor:pointer; overflow:hidden;}
.select-wrap .select-selection.disabled{background:#eee; cursor:auto;}
.select-wrap .select-selection .select-value { padding: 0px 24px 0px 12px; display: block; box-sizing: border-box; text-align: left; }
.select-wrap .select-selection .select-arrow { width: 0; height: 0; border-width: 4px 4px 0 4px; border-color: #000 transparent transparent transparent; position: absolute; top: 14px; right: 10px; border-style: solid; }


.select-wrap .select-items { position: absolute; top: 34px; left: 0px; border: 1px solid #ddd; z-index: 9999; background: #fff; border-top: 0px; display: block; box-sizing:border-box; width:100%; max-height:300px; overflow-y:auto;}
.select-wrap .select-items ul{ text-align:left; padding:5px 0;}
.select-wrap .select-items ul li { line-height:20px; padding:5px 12px; cursor:pointer;}
.select-wrap .select-items ul li:hover { background:#337ab7; color:#fff;}

/*模糊检索 */
.search-input-wrap .select-items { position: absolute; top: 35px; left: 0px; border: 1px solid #ddd; z-index: 9999; background: #fff; border-top: 0px; display: block; box-sizing:border-box; width:100%; max-height:300px; overflow-y:auto;}
.search-input-wrap .select-items ul{ text-align:left; padding:5px 0;}
.search-input-wrap .select-items ul li { line-height:20px; padding:5px 12px; cursor:pointer; border-bottom:1px solid #eee;}
.search-input-wrap .select-items ul li:last-child {border-bottom:none;}
.search-input-wrap .select-items ul li:hover { background:#337ab7; color:#fff;}
.search-input-wrap .btn-search { width:auto;}

/*日期样式*/
.date-input{ position:relative; display:inline-block; width:120px; height:32px; vertical-align:middle; *display:inline; }
.date-input i{ display:block; position:absolute; top:10px; left:8px; width:14px; height:14px; line-height:14px; color:#535353; font-size:14px; text-align:center; }
.select{ margin:1px; padding:4px; min-height:20px; line-height:20px; border:1px solid #eee; background:#fff; vertical-align:middle; color:#333; font-size:100%; }
.date-input input{ padding-left:25px; }
.date-input.date-yyyy-mm-dd { width:110px; text-align:center }
.date-input.date-yyyy-mm { width:100px; }
.date-input.date-all {width:100%;}

.input-rows .date-input{ display:block !important; vertical-align:inherit !important; *display:inline; }

/* 信用贷款 */
.input-rows .input-label1 label {
  font-size: 18px;
  overflow: hidden;
  position: relative;
  clear: both;
  padding-right: 10px;
}


/*锁屏界面*/
#lockPage {
  width: 40%;
  margin: 10% 30%;
}

.lock-content {
  padding: 15px;
  border-radius: 10px;
  background: #eee
}

.input-rows .input-label.lock-top {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.input-rows .input-label label.lock-top-label {
  font-size: 34px;
  color: #337ab7;
}

.btn-lock {
  float: right;
  margin-right: 15px;
  border-radius: 5px;
  color: #eee
}
/*变手指*/
.cursor-pointer{
  cursor:pointer
}
/*综服3.0步骤栏*/
.nav-box {
  width: 95%;
  height: 100px;
  margin: 10px auto;
}

.nav-box.small {
  width: 95%;
  height: 70px;
  margin: 10px auto;
}

.nav-box div {
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  .step {
    width: 8.5%;
  }
}

@media screen and (min-width: 1200px) {
  .step {
    width: 7.5%;
  }
}

@media screen and (min-width: 1600px) {
  .step {
    width: 7.5%;
  }
}

.step {
  height: 90px;
  float: left;
  margin-left: -1%;
}

.nav-box.small .step {
  height: 60px;
  float: left;
  margin-left: -1%;
}

.img-box {
  width: 76%;
  height: 70px;
  text-align: center;
  border: 2px solid #199ed8;
  border-radius: 35px;
  margin: 0 auto;
}

.nav-box.small .img-box {
  width: 60%;
  height: 50px;
  text-align: center;
  border: 2px solid #199ed8;
  border-radius: 35px;
  margin: 0 auto;
}

.nav-box img {
  width: 40px;
  margin: 11px;
}

.nav-box.small img{
  width: 25px;
  margin: 10px;
}

.step .img-box.selected {
  background: #199ed8;
}

.solid-box {
  width: 35%;
  height: 70px;
  float: left;
  margin-left: -1%;
}
.nav-box.small .solid-box {
  width: 30%;
  height: 60px;
  float: left;
  margin-left: -1%;
}
.solid {
  width: 100%;
    height: 35px;
    border-bottom: 2px solid #199ed8;
}

.nav-box .img-box.disabled{
    border: 2px solid #ccc;
    background: #ccc;
}

.solid-box .solid.disabled{
  border-bottom: 2px solid #ccc;
}

.content-title {
    border-bottom: 1px solid #199ED8;
    color: #199ED8;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.choose-box {
  margin-top: 10%;
}

.choose-box button {
    padding: 15px 55px;
    margin: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.choose-box button:hover {
    padding: 15px 55px;
    margin: 10px 20px;
    background: #199ED8;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}

/*3.0档案*/

.slick-row .slick-cell .row-span {
  font-size: 1.5em;
  overflow: hidden;
  position: relative;
  user-select: none;
  padding: 2px 6px 1px 6px;
  width: auto;
  box-sizing: border-box;
  margin: 0 5px;
  color: #3598dc;
  vertical-align: middle;
}

.slick-row .slick-cell .row-span:hover {
  text-decoration: underline;
}

.center-nav {
  height: 50px;
  margin: 10px auto;
  border-bottom: 1px solid #338dff;
}

.center-nav div {
  float: left;
  height: 51px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 24px;
  box-sizing: border-box;
}

.center-nav div.selected {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 7px solid #338dff;
}

.class-box {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}

.class-box label {
  font-size: 18px;
  font-weight: 400;
  margin: 0 2px;
  box-sizing: border-box;
  width: 130px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}


.class-box label:hover,.class-box label.selected {
  color: #338dff;
  border: 2px solid #338dff;
  border-radius: 30px;
}

.up-box {
  position: absolute;
  font-size: 19px;
  color: #ff687b;
  top: 10px;
  right: 10px;
  border-top: 4px solid #ff687b;
}

.up-box.uped {
  border-top-color: #ccc;
  color: #ccc;
}

.nav-box ~ .content-box {
  width: 95%;
  min-height: 400px;
  overflow: auto;
  padding-top: 10px;
  border-top: 4px solid #eee;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto 0;
}

/*-------------------批量导入--------------------*/
.enterType2 table {
  width: 70%;
}

.enterType2 td, .enterType2 th {
  border: 1px solid #ccc;
  width: 25%;
  height: 40px;
}

#export:hover {
  text-decoration: underline;
}

#export,
#errorNum {
  color: red
}

.content-box .img {
  margin-top: 5%;
}

/*-------------------步骤条(简洁无图片）-----------------------*/
.step-box {
  width: 95%;
  height: 70px;
  margin: 10px auto;
  padding-top: 20px;
  border-bottom: 5px solid #ccc;
}

.step-box .step {
  position: relative;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
}

.step-box .step-head {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 19px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  z-index: 10000;
  background: #ccc;
  position: absolute;
  left: 44%;
}

.step-box .step-main {
  font-size: 12px;
  color: #48576a;
  text-align: center;
  margin-top: 20px;
}

.step-box .step-line {
  position: absolute;
  top: 8px;
  height: 2px;
  right: 0;
  left: 0;
  display: inline-block;
  z-index: 10000;
  background: #ccc;
}


.step-box .step.sucess &gt; .step-head {
  background: #338dff;
}

.step-box .step.sucess &gt; .step-line {
  background: #338dff;
}

/*----------------------------------------------档案基础信息样式-------------------------------*/
label.disabled {
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
}

label.btn {
  float: left;
  background: white;
  border: 1px solid #3598dc;
  color: #3598dc;
  padding: 7px 5px;
  margin-right: 15px;
  border-radius: 7px;
}

label.btn2 {
  padding: 13px 5px;
}

.btn-rows .btn2{
  width: 30%;
  text-align: center;
}

label.btn input[type="radio"] {
  display: none;
}

label.blue {
  background: #3598dc;
  color: #fff;
}

label.disabled {
  background: #ccc;
  color: #fff;
}

label.blue.disabled {
  background: #7cbce8;
}

.input-rows button {
  min-width: 8%;
}

.DKYH-BOX span {
  display: inline-block;
  padding: 0 25px;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

span.blue:hover {
  background: #f9b72c;
}

span.orange {
  background: #f9b72c;
}

.input-content input[type="radio"] {
  margin-left: 20px
}
/**********************自定义begin******************************/
.alert{
  background-color: #5c7391;
  border-radius: 3%;
}


/*封存原因调整*/
.ycj-btn1{
  width: auto;
}

/* 帮助提示的css */
.y_help{
  margin-top: 30px;
  color: #0c91e5;
  display: none;
}
.y_help p span:hover{
  text-decoration: underline;
}
.y_help p{
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 17px;
  font-weight: bold;
}
.y_help p img{
  cursor: pointer;
  width: 32px;
}
.y_help p span{
  text-decoration: none;
  cursor: pointer;
}

.input-rows:after{
  content: '';
  display: block;
  clear: both;
}

.sd_my97 { min-height: 260px !important;}

.tips-label {
  display: flex;
  justify-content: end;
  align-items: center;
}

.tips-label span.required {
  margin-right: 5px;
}

.tips-label .tips {
  cursor: pointer;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: red;
  color: white;
  font-size: 14px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
</pre></body></html>