﻿@charset "utf-8";
@import url("mobiscroll.custom-2.17.0.min.css");
@import url("icons.css");
@import url("ui-dialog.css");


/******样式清除******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: #333;
  background-color: transparent;
  max-width: 750PX;
  min-width: 320PX;
  margin: 0 auto;
  -webkit-user-select: none;
  user-select: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.clearfix {
  overflow: auto;
}

a, a:link, a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}

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

/****核心样式****/
html, body {
  height: 100%;
  width: 100%;
}

.hidden {
  display: none !important;
}


div {
  margin: 0;
  padding: 0;
  border: 0;
}


/****btn****/
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.3;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn.btn-primary {
  color: #fff;
  background-color: #0092db;
  border-color: #0092db;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #1681d3;
  border-color: #1681d3;
}

.btn.btn-primary:focus, .btn.btn-primary.focus {
  color: #fff;
  background-color: #1681d3;
  border-color: #1681d3;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  color: #fff;
  background-color: #0092db;
  border-color: #0092db;
}

.btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1681d3;
  border-color: #1681d3;
}

.btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/*首页*/

.top-box {
  background: #686f78;
  width: 100%;
}

.title-box {
  background: #f0eff5;
  width: 100%;
}

.content-box {
  background: #fff;
  width: 100%;
  height: auto;
}

.top-box .ltable .link-box p {
  font-size: 1rem;
  color: #fff;
}

.top-box ul {
}

.top-box ul li {
  color: #fff;
  font-size: 1em;
}

.top-box img {
  float: left;
  margin: 1.25rem 0.625rem 1.25rem 1.25rem;
  width: 5rem;
  height: 5rem;
  border-radius: .5em;
}

.top-box .user-info {
  float: left;
  font-size: 0.875rem;
  margin: 1.25rem 0 0 0;
}

.title-box h1 {
  padding-left: 0.625rem;
  font-weight: normal;
  font-size: 1rem;
}

.ltable {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.ltable tr td {
  border-bottom: 0.0625rem solid #e5e5e5;
  text-align: center;
  border-right: 0.0625rem solid #e5e5e5;
  position: relative;
}

.ltable tr td:active {
  background: #eee;
}

.ltable.noborder tr td {
  border: none;
}

.ltable .link-box {
  display: inline-block;
  position: relative;
}

.ltable .link-box img {
  width: 2.5rem;
  height: 2.5rem;
}

.ltable .link-box p {
  font-size: 0.875rem;
}

.ltable .link-box span {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  background: #fe0000;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #fff;
}

/*框架*/
#sdui {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  display: none;
}

/*
#sdui>#header.open,#sdui>#content.open,#sdui>#footer.open{transform:translate3d(12.5rem,0,0) scale(1) rotate(0deg) rotateY(0deg) skew(0deg,0deg); transition:transform 1s ease 0s;}
#sdui>#header.close,#sdui>#content.close,#sdui>#footer.close{transform:translate3d(0,0,0) scale(1) rotate(0deg) rotateY(0deg) skew(0deg,0deg); transition:transform 1s ease 0s;}
    */


/*头部*/
#header {
  display: block;
  position: absolute;
  height: 2.5rem;
  padding: 0 0.9375rem;
  left: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 250;
  box-sizing: border-box;
  background: #0092db;
  color: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
}

#header a {
  cursor: pointer;
}

#header a.func-btn {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: left;
  position: absolute;
}

#header a.menu-btn {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}

#header h1 {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

#lhheader {
  display: block;
  position: absolute;
  height: 2.5rem;
  padding: 0 0.9375rem;
  left: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 250;
  box-sizing: border-box;
  background: white;
  color: black;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
}

#lhheader a {
  cursor: pointer;
}

#lhheader a.func-btn {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: left;
}

#lhheader a.menu-btn {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}

#lhheader h1 {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

/*内容*/
#content {
  padding-bottom: 3.125rem;
  display: block;
  position: absolute;
  top: 2.5rem;
  bottom: 3.0625rem;
  left: 0px;
  right: 0px;
  z-index: 180;
  overflow: scroll;
  background: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

#contentbox {
  padding-bottom: 3.125rem;
  display: block;
  top: 3rem;
  left: 0px;
  right: 0px;
  z-index: 180;
  overflow: scroll;
  background: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

#mxcontent {
  display: block;
  height: 100%;
  padding-bottom: 3rem;
  top: 3rem;
  left: 0px;
  right: 0px;
  z-index: 180;
  overflow-y: scroll;
  background: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
  padding-left: 0.6375rem;
  padding-right: 0.6375rem;
}

#content-box {
  padding-bottom: 3.125rem;
  display: block;
  top: 3rem;
  left: 0px;
  right: 0px;
  z-index: 180;
  overflow: scroll;
  background: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
  padding-left: 0.6375rem;
  padding-right: 0.6375rem;
}

.step {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #ebedf1;
  margin-bottom: 0.3125rem;
  clear: both;
  position: relative;
}

.stepcheck .step:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.3rem;
  font-family: 'iconfont';
  content: "\e6a9";
}

.step span {
  padding-left: 0.9375rem;
  font-size: .9rem;
  color: #000;
}

.step.enable {
  background: #1cbd7a;
}

.step.enable:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.3rem;
  font-family: 'iconfont';
  content: "\e6a8";
  color: #fff;
}

.step.enable span {
  color: #fff;
}

.step-con {
  display: none;
  height: auto;
}

.step-con.open {
  display: block;
  transition: display 1s ease 0s;
}

.step-con.close {
  display: none;
  transition: display 1s ease 0s;
}

.step-con .check-box {
  display: block;
  clear: both;
  margin: 0 auto;
}

.step-con .check-box li {
  float: left;
  margin: 0.3125rem;
  background: #0092db;
  color: #fff;
  font-size: 0.875rem;
  display: table;
  text-align: center;
  cursor: pointer;
}

.step-con .check-box li p {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell
}

.step-con .check-box li.disable {
  background: #ccc;
  color: #000;
}

.step-con .check-box li.xs {
  background: #ffa14c;
  color: #fff;
}

.step-con .check-box li.checked {
  background: #1cbd7a;
  color: #fff;
}


.step-con .input-box {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0 0.625rem;
}

.step-con .input-box dl {
  display: block;
  clear: both;
  font-size: 0.875rem;
  padding: 0.3125rem 0;
}

.step-con .input-box dl dt {
  display: block;
  clear: both;
  margin: 0 auto;
  padding-bottom: 0.3125rem;
}

.step-con .sbtn-box {
  display: block;
  width: 100%;
  margin: 0.625rem 0;
  clear: both;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
}

.step-con .sbtn-box a {
  background: #0092db;
  color: #fff;
  margin: 0 0.625rem;
  padding: 0rem 1.875rem;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  border-radius: 0.25rem;
}


/*信息列表*/
.list-news {
  width: 100%;
  height: auto;
}

.list-news ul li {
  padding: 1.25rem 2rem 1.25rem 0.625rem;
  border-bottom: 0.0625rem solid #eee;
  border-color: #ccc;
  box-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.08) inset;
  display: block;
  font-size: .9rem;
  line-height: 0.875rem;
  list-style: outside none none;
  position: relative;
}

.list-news ul li a {
  width: 100%;
  color: #53575e;
  display: block;
}

.list-news ul li a span:after {
  font-family: "iconfont";
  content: "\e6a9";
  padding-left: 0.3125rem;
  padding-top: 0.125rem;
}


.list-news ul li a span {
  position: absolute;
  right: 0.5rem;
}

.list-news.small ul li {
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  border-bottom: 0.0625rem solid #eee;
  border-color: #ccc;
  box-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.08) inset;
  display: block;
  font-size: .9rem;
  line-height: 0.875rem;
  list-style: outside none none;
  position: relative;
}

.table-list {
  margin: .5em;
}

.table-list .mtable {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

.table-list .mtable tr {
  line-height: 2.5em;
}

.table-list .mtable tr td {
  border: 0.0625rem solid #ccc;
}

.table-list .mtable tr td.center {
  text-align: center;
}


.meta {
  margin: 0.9375rem 0;
}

.meta .meta-tit {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #333;
  word-break: break-all;
}

.meta .meta-info {
  margin: 0.75rem 0 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #999;
}

.meta .meta-info span {
  margin-right: 1.25rem;
}

.entry {
  margin: .5em;
  padding: 0;
  font-size: 0.0375rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.entry p {
  margin-bottom: 1.5rem !important;
  text-indent: 0 !important;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.entry img {
  max-width: 100% !important;
  height: auto !important;
}

.entry h2, .entry h3, .entry h4 {
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #EEE;
  color: #111;
}

.entry h2 {
  font-size: 1.0625rem;
}

.entry h3, #afui .entry h4 {
  font-size: 0.875rem;
}

.entry strong {
  color: #DC2523;
}

.entry ul, .entry ol {
  margin: 1rem;
}

.entry li {
  margin-left: 1.625rem;
}

.entry ul li {
  list-style: disc outside none;
}

.entry ol li {
  list-style: decimal outside none;
}

.entry p {
  display: inherit;
  margin: 0.9375rem 0;
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.entry a {
  text-decoration: underline;
}

.entry code, #afui .comment code {
  background-color: #EEE;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  color: #777;
  font-family: 'courier new';
  margin: 0 0.25rem;
  padding: 0.0625rem 0.25rem;
}

.entry table {
  border-left: 0.0625rem solid #EEE;
  border-top: 0.0625rem solid #EEE;
}

.entry table th {
  background-color: #F9F9F9;
  text-align: center;
}

.entry table td, #afui .entry table th {
  border-bottom: 0.0625rem solid #EEE;
  border-right: 0.0625rem solid #EEE;
  padding: 0.3125rem 0.625rem;
}

.network-box {
  margin: 0.9875rem 0rem;
}

.network-box div {
  list-style: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.2125em;
  font-size: 0.875rem;
  color: #53575e;
  margin: 0.625rem 0;
  display: block;
  padding: 0.6rem 0.875rem;
}

.network-box dl {
  margin: 0.8rem 0;
  display: block;
}

.network-box dl dt {
  float: left;
  width: 5rem;
}

.network-box dl dd {
  padding-left: 4.375rem;
}

.network-box dl dd a {
  display: inline-block;
  border: none;
  background: #0092db;
  color: #fff;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}

.max-box {
  margin: .5em;
}

.max-box div {
  list-style: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.2125em;
  font-size: 0.875rem;
  color: #53575e;
  margin: 0.625rem 0;
  display: block;
}

.max-box dl {
  padding: 0.3125rem 0.9375rem;
  display: block;
}

.max-box dl dt {
  float: left;
  width: 6.5625rem;
}

.max-box dl dd {
  padding-left: 4.375rem;
}

.max-box dl dd a {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border: none;
  background: #0092db;
  color: #fff;
  cursor: pointer;
}


.a-list {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0.9875rem;
}

.a-list a {
  font-size: 1.0625rem;
  padding: 0.375rem 0.75rem;
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.view-box {
}

.view-box ul {
  border-top: 0.0625rem solid #ccc;
}

.view-box ul li {
  border-bottom: 0.0625rem solid #ccc;
  padding: 0.3125rem .5em;
}

.view-box ul li h2 {
  font-size: .9em;
  font-weight: normal;
  padding-bottom: 0.3125rem;
  display: block;
}

.view-box ul li h3 {
  font-size: .9em;
  display: block;
}

.view-box ul li p {
  margin-left: .5em;
  display: block;
  font-size: 0.875rem;
}

.view-box ul li span {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 0.875rem;
}

.view-box2 {
}

.view-box2 ul {
  border-top: 0.0625rem solid #ccc;
}

.view-box2 ul li {
  border-bottom: 0.0625rem solid #ccc;
  padding: 0.3125rem .5em;
}

.view-box2 ul li h2 {
  font-size: .9em;
  font-weight: normal;
  padding-bottom: 0.3125rem;
  display: block;
}

.view-box2 ul li h3 {
  font-size: .9em;
  display: block;
}

.view-box2 ul li p {
  margin-left: .5em;
  display: block;
  font-size: 0.875rem;
}

.view-box2 ul li span {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 0.875rem;
}

#category-box {
  display: block;
  position: absolute;
  top: 2.8125rem;
  bottom: 3.0625rem;
  left: 0px;
  right: 0px;
  z-index: 180;
  overflow: hidden;
  background: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
  z-index: -99;
}

#category-box .category-bar {
  margin: .5em;
}

#category-box .category-bar li {
  margin: 0 0 0.3125rem 0;
  clear: both;
  list-style: none;
}

#category-box .category-bar li h2 a {
  display: block;
  font-size: 1em;
  color: #53575e;
  line-height: 2.1875rem;
  border-bottom: 0.0625rem solid #ddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#category-box .category-bar li p:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#category-box .category-bar li p a {
  display: block;
  float: left;
  margin: 0.625rem 0;
  font-size: 0.875rem;
  color: #666;
  width: 33.333%;
  line-height: 1.25rem;
  height: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#category-box .category-bar.list li p a {
  width: 100%;
}

.mess-list {
  clear: both;
}

.mess-list dl {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  line-height: 1.5;
  clear: both;
  margin: 0.9375rem 0;
  min-height: 1.1875rem;
}

.mess-list dt {
  float: left;
}

.mess-list dd {
}

#mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
}

/*底部*/
#footer {
  display: block;
  position: absolute;
  height: 3.0625rem;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background: #fafbfe;
  border-top: 0.0625rem solid #e1e1e1;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
}

#footer a {
  box-sizing: border-box;
  color: #a9a9a9;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  height: 2.6875rem;
  line-height: 4.3rem;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0.2rem;
  width: 33.33%;
}

#footer .icon:before {
  left: 0;
  margin: auto;
  position: absolute;
  top: 0.125rem;
  font-size: 1.3rem;
  width: 100%;
  color: #a9a9a9;
}

/* copyright
----------------------------------------------------------------------*/
.copyright {
  text-align: center;
  color: #999;
  font-size: 00.875rem;
  margin: .5em 0;
  height: 3em;
  line-height: 3em;
  display: block;
  clear: both;
}

.copyright a {
  color: #999;
  font-size: 0.875rem;
}

/* page
----------------------------------------------------------------------*/
.page-box {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 3.75rem;
  margin: .5em;
}

div.default {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Verdana;
  font-size: 0.75rem;
  height: 3.75rem;
}

div.default a, div.default span {
  display: block;
  float: left;
  margin: 0.9375rem 0 0 -0.0625rem;
  padding: 0.25rem 0.625rem;
  border: 0.0625rem solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
}

div.default span:first-child {
  border-left: 0.0625rem solid #e1e1e1;
}

div.default a:hover {
  color: #666;
  background: #eee;
}

div.default span.current {
  color: #fff;
  background: #488FCD;
  border-color: #488FCD;
}

div.default span.disabled {
  color: #999;
  background: #fff;
}

/* 分页2 */
.page-box a {
  display: block;
  float: left;
  margin: 0.9375rem 0 0 -0.0625rem;
  padding: 0.25rem 0.625rem;
  border: 0.0625rem solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.page-box a.disable {
  color: #999;
  background: #fff;
}

.hide-box {
  display: none;
}


/*登录*/
.login-logo {
  width: 6.875rem;
  height: 6.875rem;
  margin: 0.9375rem auto;
}

/*导航部分*/
#menu {
  display: block !important;
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 12.5rem;
  z-index: 1;
  background: #0092db;
}

#menu .tit {
  font-size: 1.125rem;
  text-align: center;
  margin: 0.9375rem 0;
}

#menu .tit a {
  color: #fff;
}

#menu .list {
}

#menu .list li {
  display: block;
  box-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.08) inset;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  position: relative;
}

#menu .list li a {
  font-size: .9em;
  color: #fff;
  padding-left: 0.625rem;
}

#menu .list li a.icon:before {
  margin-right: 0.25rem;
}

#zxuser {
  display: block !important;
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 12.5rem;
  z-index: -1;
  background: #0092db;
}

#zxuser .list {
}

#zxuser .list li {
  display: block;
  box-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.08) inset;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  position: relative;
  color: #fff;
}

#zxuser .list li span {
  color: #ccc;
}


@media screen and (min-width: 600px) {
  .ltable .link-box img {
    width: 3.75rem;
    height: 3.75rem;
  }

  .ltable .link-box p {
    font-size: 0.875rem;
  }

}

.loading-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #000 url(../Images/loading.jpg) no-repeat center 100% 100%;
}

.loading-box {
}

.loading-box {
}


.input {
  padding: 0.3125rem 0.25rem;
  min-height: 1.25rem;
  line-height: 1.25rem;
  background: #fff;
  vertical-align: middle;
  color: #333;
  font-size: 1rem;
  padding: .2rem 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  *min-height: 1.5625rem;
  border: 0.0625rem solid #66afe9;
  width: 11.5rem;
}

input.txt300 {
  width: 18.75rem;
}

input.txt100 {
  width: 6.25rem;
}

input.txt150 {
  width: 9.375rem;
}

input.txt200 {
  width: 12.5rem;
}

input.txt400 {
  width: 25rem;
}

input.input-r {
  text-align: right;
}

input[type='month'], input[type='text'], textarea, input[type='password'], input[type='tel'] {
  -moz-appearance: none;
  box-sizing: border-box;
  border: 0.0625rem solid #e8e8e8;
  width: 100%;
  color: #333;
  background: #fff;
  font-size: 0.875rem;
  padding: 0.3125rem 0.25rem;
  border-radius: 0.25rem;
  font-family: inherit;
}

input[type='month']:focus, input[type='date']:focus, input[type='button']:focus, select:focus, input[type='text']:focus, textarea:focus, input[type='password']:focus, input[type='number']:focus, input[type='tel']:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6);
}

.text-box {
  margin: 0.9875rem 0rem;
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-box input[readonly] {
  background: #ccc;
}

.text-box .small {
  font-size: 0.875rem;
}

.text-box input[type="text"].noinput {
  background: #eee;
}

input.input-readonly {
  background: #ccc;
  box-shadow: none;
  border: none;
}

.text-box .text-title {
  font-size: 1em;
  color: #53575e;
  display: block;
  line-height: 2em;
}


.text-box.login input[type="text"] {
  padding: .5em .6em .5em 2em;
}

.text-box.login input[type="tel"] {
  padding: .5em .6em .5em 2em;
}

.text-box.login .icon {
  position: absolute;
  left: .5em;
  top: .5em;
  color: #53575e;
}

.text-box div {
  position: absolute;
  top: .4em;
  left: .3em;
  color: #ccc;
}

.text-box input.disable {
  background: #f2f2f2;
}

.text-box.sjcode {
  position: relative;
  display: table;
  border-collapse: separate;
}

.text-box.sjcode input[type="text"]:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-box.sjcode input[type="text"] {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-btn:last-child > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn > .btn {
  position: relative;
  border: none;
  color: white;
  padding: 0.365rem 0.875rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
}

.text-box.sjcode a {
  display: inline-block;
  width: 49%;
  position: absolute;
  right: 0;
  padding: .6em 0;
  color: #fff;
  text-align: center;
  background: #0088d1;
  font-size: 0.875rem;
}

.text-box.sjcode a.disable {
  background: #ccc;
}

.text-box.rgzx {
  margin: 0.3125rem .3em;
  background: #fff;
  display: block;
  height: 2.1875rem;
}

.text-box.rgzx input[type='text'] {
  float: left;
  margin: 0 0.3125rem;
  border: none;
  border: 0.0625rem solid #e8e8e8;
}

.text-box.rgzx input[type='button'] {
  width: 4rem;
  float: left;
  border: none;
  border-radius: .5em;
  font-size: 1em;
  color: #fff;
  padding: .7rem 0.8rem;
  background: #0092db;
}

.file-box {
  display: none;
}


.btn-box {
  display: block;
}

.btn-box input[type="button"] {
  border: none;
  background: #0092db;
  width: 100%;
  color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-modify: read-write-plaintext-only;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  display: block;
}

.btn-box input[type="button"]:checked {
  border: 0.0625rem solid #0092db;
  background: #0092db;
}

.btn-box.rgzx {
  margin: 0em;
  display: block;
  width: 100%;
  background: #eee;
  border-top: 0.0625rem solid #ccc;
  height: 3.125rem;
  clear: both;
}

.btn-box.rgzx ul {
}

.btn-box.rgzx ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-top: .2em;
}

.btn-box.rgzx ul li p {
  font-size: 1em;
}

.btn-box.rgzx ul li span {
  font-size: 0.875rem;
}

.btn-box.rgzx ul li.checked {
  background: #16a0d3;
  border-radius: .5em;
  color: #fff;
}

.btncard {
  width: 20%;
  height: 600px;
  background-color: #fff;
  float: left;
  border-left: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

.btnsubcard {
  width: 200px;
  position: relative
}

.okbox {
  transform: rotate(90deg);
  position: absolute;
  top: 160px;
  width: 100px;
  left: -10px;
}

.clearbox {
  transform: rotate(90deg);
  position: absolute;
  top: 330px;
  width: 100px;
  left: -10px;
}

.moment-tip {
  transform: rotate(90deg);
  position: absolute;
  top: 300px;
  width: 180px;
}

.select-box {
  margin: 0.9875rem 0rem;
  display: block;
}

.select-box .select-title {
  font-size: 1em;
  color: #53575e;
  display: block;
  float: left;
  line-height: 2em;
  width: 100%;
}

.select-box select {
  box-sizing: border-box;
  font-size: 0.875rem;
  width: 100%;
  padding: 0.6rem 0.875rem;
  margin: 0.0625rem 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e8e8e8;
  color: #333;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-box select:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6);
}

.select-box select + div {
  position: relative;
  float: right;
  font-size: 1.05em;
  top: -1.3em;
  left: -0.5rem;
  right: .3em;
  width: 0;
  height: 0;
  border-top: .5em solid #c6c6c6;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
}

.select-box .small {
  font-size: 0.875rem;
}

.select-box select.small {
  font-size: 0.875rem;
  color: #53575e;
}


.select-bar {
  width: 100%;
  border-bottom: 0.0625rem solid #ccc;
  height: 2.5em;
  line-height: 2.5em;
  position: relative;
  display: block;
}

.select-bar .bar {
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.select-bar .bar:first-child {
  border-right: 0.0625rem solid #ccc;
}

.select-bar .bar a {
  font-size: .9em;
}

.select-bar .bar a.backs::before {
  content: "\e867";
  left: .25em;
  height: 1.375rem;
  width: 1.375rem;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
}

.select-bar .bar a.stackoverflow::before {
  content: "\e9cf";
  left: .25em;
  height: 1.375rem;
  width: 1.375rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}

.select-bar .bar a.checked:after {
  font-family: "iconfont";
  content: "\e6a9";
  right: .25em;
  height: 1.375rem;
  width: 1.375rem;
  position: absolute;
}


/*单项选择*/
.single-checkbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  *display: inline;
}

.single-checkbox a, .single-checkbox a:visited {
  display: inline-block;
  border: 0.0625rem solid #d4d4d4;
  background: #d4d4d4;
  width: 5rem;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.875rem;
}

.single-checkbox a i {
  display: block;
  width: 50%;
  height: 1.75rem;
  line-height: 1.75rem;
  font-style: normal;
  background: #fff;
  color: #333;
  text-align: center;
}

.single-checkbox a i.on {
  float: right;
  display: none;
}

.single-checkbox a i.off {
  float: left;
  display: block;
}

.single-checkbox a.selected {
  border: 0.0625rem solid #16a0d3;
  background: #16a0d3;
}

.single-checkbox a.selected i.on {
  display: block;
}

.single-checkbox a.selected i.off {
  display: none;
}


/*多项单选*/
.multi-radio {
  display: block;
  vertical-align: middle;
  *display: inline;
}

.multi-radio:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.multi-radio .boxwrap {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  height: 2.1875rem;
}

.multi-radio a {
  display: inline-block;
  background: #fff;
  margin-right: -0.0625rem;
  float: left;
  padding: 0.3125rem 0.9375rem;
  line-height: 1.25rem;
  border: 0.0625rem solid #eee;
  vertical-align: middle;
  color: #333;
  font-size: 100%;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.multi-radio a:hover {
  background: #C9E1EF;
  text-decoration: none;
}

.multi-radio a:active {
  text-decoration: none;
}

.multi-radio a.selected {
  background: #16a0d3;
  border-color: #1096c7;
  color: #fff;
}

.online-box {
  background: #f4f4f4;
  font-size: 0.875rem;
  padding: .2em;
  overflow: hidden;
}

.online-box input[type="button"] {
  border: 0.0625rem solid #0092db;
}

.online-box ul {
}

.online-box ul li {
  margin: .4em 0;
  width: 100%;
}

.online-box ul li.left {
  text-align: left;
}

.online-box ul li.right {
  text-align: right;
}

.online-box ul li p {
  font-size: 0.875rem;
}

.online-box ul li span {
  background: #0092db;
  padding: .3em .5em;
  border-radius: .5em;
  color: #000;
  display: inline-block;
}

.online-box ul li.left span {
  background: #cdd7e2;
  border: 0.0625rem solid #cdd7e2;
}

.online-box ul li.right span {
  background: #78cdf8;
  border: 0.0625rem solid #78cdf8;
}


.upload-box {
  padding: 0.3125rem;
  font-size: 0.875rem;
}

.upload-box li {
  padding: 0.875rem 0;
  display: block;
  border-bottom: 0.0625rem solid #eee;
  position: relative;
}

.upload-box li .files {
  display: block;
  padding: 0.1875rem 0.5rem;
  background: #0092db;
  color: #fff;
  position: absolute;
  right: 0;
  top: .4em;
  margin-right: 24%;
}

.upload-box li .view {
  display: block;
  padding: 0.1875rem 0.5rem;
  background: #0092db;
  color: #fff;
  position: absolute;
  right: 0;
  top: .4em;
}

.zhxz-box {
  margin: 0.9875rem 0rem;
}

.zhxz-box div {
  list-style: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.2125em;
  font-size: 0.875rem;
  color: #53575e;
  margin: 0.625rem 0;
  display: block;
  position: relative;
  padding: 0.6rem 0.875rem;
}

.zhxz-box dl {
  margin: 0.4rem 0;
  display: block;
}

.zhxz-box dl dt {
  float: left;
  width: 6.875rem;
}

.zhxz-box a {
  box-sizing: border-box;
  text-align: center;
  display: block;
  background: #0092db;
  color: #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.9375rem;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}


.hzlps {
  width: 100%;
  height: auto;
  margin: 0.9875rem 0rem;
}

.hzlps ul {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 0.5rem;
  overflow: auto;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}

.hzlps ul li {
  padding: 0.4rem 0;
  border-color: #ccc;
  box-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.08) inset;
  display: block;
  font-size: .9rem;
  line-height: 1.2rem;
  list-style: outside none none;
  position: relative;
}

button[disabled] {
  border: 0.0625rem solid #DDD;
  background-color: #F5F5F5;
  color: #ACA899;
}

span.right-unit {
  left: auto;
  right: 0.5rem;
  float: right;
  display: block;
  position: absolute;
  margin: 0.6875rem 0.125rem 0.25rem 0.625rem;
  z-index: 3;
  width: 1rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 0.875rem;
}


.loginbtn {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  outline: none;
  border: 0px;
  margin: 0 auto;
  letter-spacing: 0.0625rem;
  border-radius: 0.25rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  background-color: #0092db;
  border-color: #0092db;
}

.my-toast {
  position: fixed;
  z-index: 5000;
  width: 100%;
  min-height: 100%;
  padding: 45% 30%;
  top: 50%;
  left: 50%;
  background: hsla(0, 0%, 39%, 0.7);
  text-align: center;
  border-radius: 0.3125rem;
  color: #fff;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.my-icon_toast.my-loading {
  margin: 1.875rem 0 0;
  width: 2.375rem;
  height: 2.375rem;
  vertical-align: baseline;
}

.my-icon_toast {
  font-size: 3.4375rem;
  color: white;
  margin-bottom: 0.375rem;
}

@-webkit-keyframes e {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes e {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.my-loading {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: e 1s steps(12) infinite;
  animation: e 1s steps(12) infinite;
  background: transparent url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%
}

/*新增css*/
.info {
  margin: 0.9875rem 0;
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 0.0625rem solid #b8b8b8;
}

.info span {
  font-size: 1em;
  color: #53575e;
  line-height: 2em;
  padding-left: 5px;
}

.info .select {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6rem 0.875rem;
  margin-bottom: 0.6rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e8e8e8;
  background: #fff;
  font-size: 0.875rem;
  color: #53575e;
  float: none;
}

.info-title {
  border-left: 0.3125rem solid #0c9eff;
}

.right {
  float: right;
}

.info button {
  float: right;
  padding: 0.3125rem;
  width: 30%;
  margin-right: 0.625rem;
  margin-top: -0.4375rem;
  border-radius: 0.375rem;
  background: #fff;
  border: 0.0625rem solid #ccc;
  color: #3a3a3a;
}

.blue {
  background: #0092db;
  border: 0.0625rem solid #0092db;
  color: #fff;
}

.btn-step {
  text-align: center;
  margin: 0.875rem auto;
  background: #0092db;
  color: #fff;
  padding: 0.625rem 0;
  width: 100%;
  border-radius: 0.625rem;
}

.process {
  width: 95%;
  margin: 0.625rem auto;
}

.process-box {
  background: #eee;
  padding: 0.625rem 1.25rem;
  min-height: 25px;
}

.process-step {
  padding: 0.375rem 2.5rem 0.375rem 0.625rem;
  border-right: 0.0625rem solid #ababab;
  width: 25%;
  box-sizing: border-box;
  float: left;
}

.process-text {
  width: 70%;
  float: right;
}

.info .required {
  color: red;
}

button.plus {
  float: right;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: none;
  background: url(../images/plus.png) no-repeat center;
}

.da-box {
  padding: 0.625rem;
}

.img-box {
  min-height: 3.125rem;
  padding: 0.3125rem;
}

.da-left-box {
  width: 90%;
  float: left;
}

.da-box {
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #ccc;
}

.float-content {
  height: 100vh;
  width: 100vw;
  background: #ccc;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
}

.float-content img {
  width: 80%;
  max-height: 25.9375rem;
  margin: 28% 10% 0;
}

#imgbox {
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-content .pic-preview-btns {
  height: 15vh;
}

.float-box {
  border-radius: 0.9375rem;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem 0.125rem #686868;
}

button.check {
  width: 100%;
  padding: 0.625rem 0.3125rem;
  border: none;
  background: #fff;
}

.img-box img {
  /*width: 3.75rem;*/
  height: 3.75rem;
  margin: 0.3125rem;
}

div.float-content button {
  width: 2rem;
  height: 2rem;
  margin: 1.5625rem 9%;
  border: none;
}

.step-content {
  padding: 0 10px;
}

.content {
  padding-bottom: 10px;
  top: 0px;
  bottom: 49px;
  left: 0px;
  right: 0px;
  z-index: 180;
  overflow: hidden;
  background: #fff;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
}

.select[disabled] {
  background: #eee;
}

input[readonly] {
  background: #eee;
}

.steps {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-top: 5.5%;
}

.steps .text {
  margin-top: 30px;
  clear: both;
}

.round {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ccc;
  float: left;
  margin-left: 10%;
  position: absolute;
  z-index: 99;
}

.solic {
  width: 73.5%;
  height: 3px;
  background: #ccc;
  margin: 7.5% auto;
  position: absolute;
  left: 16%;
}

.selected {
  box-shadow: 0px 0px 2px 3px #2bcccc;
  background: #31b6e7;
}

.actived {
  background: #31b6e7;
}

/*-------------------步骤条(简洁无图片）-----------------------*/
.step-box {
  padding: 15px 0;
  background: #fff;
}

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

.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: 10px;
}

.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 > .step-head {
  background: #338dff;
}

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

/*省市区三级联动*/
.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  /*backface-visibility: hidden;*/
  /*transform-origin: 0% 0% 0px;*/
}

.info_flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#DBXSDQ {
  position: fixed;
  width: 100%;
  height: 40%;
  bottom: -500px;
  left: 0;
  right: 0;
  background-color: #F2F2F2;
  box-shadow: #848484 5px 11px 34px 8px;
  z-index: 100;
}

#TOP {
  width: 100%;
  height: 14%;
  background-color: #F2F2F2;
  border: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

#TOP > button {
  width: 25%;
  height: 100%;
  color: #333;
  font-size: .8rem;
  border: none;
}

#dqstep {
  position: absolute;
  left: 2%;
  width: 40%;
  height: 40%;
}

#yxlist {
  display: flex;
}

ul {
  width: 100%;
  padding-left: 0;
}

li {
  list-style-type: none;

}

#yxlist li {
  width: 100%;
  font-size: .5rem;
  color: #333;
  margin: .3rem 0;
  display: flex;
  align-items: center;

}

.yxxyd {
  left: 2rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #A4A4A4;
  margin: .2rem 1rem .2rem 0;
}

.yxwz {
  right: 1rem;
  font-size: 1.3rem;
}

#DQLIST {
  margin: 2rem auto;
  width: 50%;
  height: 50%;
  overflow: scroll;
}

#DQLIST li {
  border-bottom: 1px solid #efefef !important;
  font-size: 1.5rem;
  padding: .4rem;
  text-align: center;
  box-shadow: #a4a4a4 0px 2px 21px -15px

}

.txly_info {
  display: flex !important;
  flex-direction: column;
}

.input-nomo {
  box-sizing: border-box;
  border: 0.0625rem solid #e8e8e8;
  width: 100%;
  color: #333;
  background: #fff;
  font-size: 0.875rem;
  padding: 0.3125rem 0.25rem;
  border-radius: 0.25rem;
  font-family: inherit;
}

.grkh_item {
  text-align: center;
  margin-bottom: 20px;
}

.xyqd_btnsize {
  width: 10rem;
}

.xyqd_btndis {
  background-color: grey;
  float: left
}

.xyqd_btnagree {
  background-color: grey;
  float: right
}

.btn-share {
  height: 30px;
  font-size: 14px;
  margin-left: 10px;
  background-color: rgb(0, 146, 219);
  border: none;
  color: white;
  border-radius: 5px;
}

.file-share {
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 91%;
  background-color: white;
  border: 1px solid rgb(0, 146, 219);
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgb(0 146 219);
  z-index: 2;
}

.share-title {
  height: 50px;
  display: flex;
  border-bottom: 1px solid rgb(51, 141, 255);
}

.share-title span {
  display: inline-block;
  margin: 0 auto;
  line-height: 50px;
}

.share-buttons {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid rgb(0, 146, 219);
  width: 100%;
}

.file-mask {
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  backface-visibility: hidden;
  transform-origin: 0% 0% 0px;
}


.refresh {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.1rem
}

/* 刷新动画 */

@-webkit-keyframes rotation {

  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

}

.rowoutline {
  margin-right: 0px !important;
  margin-left: 0px !important;
  border: none !important;
}

.da-info {
  margin-top: 0.9875rem;
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 0.0625rem solid #b8b8b8;
}

.da-info-title {
  font-size: 16px;
  font-weight: bolder;
  color: #53575e;
  letter-spacing: 2px;
  line-height: 2em;
  padding-left: 6px;
  border-left: 4px solid rgb(51, 141, 255);
}

.da-img-box .da-box-title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

.da-box-title .da-box-name {
  display: flex;
}

.da-box-title .da-view-caseimg {
  color: red;
}

.da-box-name .da-necessary {
  color: red;
  margin-right: 3px;
}

.da-box-description {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(150, 150, 150);
  margin-bottom: 10px;
  line-height: 18px;
}

.da-box-content {
  display: flex;
}

.da-box-content div {
  height: 80px;
  width: 80px;
  border: 1px solid rgb(210, 210, 210);
  display: flex;
  justify-content: center;
  align-items: center;
}

.da-box-content div:not(:last-child) {
  margin-right: 10px;
}

.da-box-content div.da-img img {
  max-width: 100%;
  max-height: 100%;
}

.da-box-content div.plus img {
  width: 25px;
  height: 25px;
}

.da-caseimg-bg, .dialog-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.da-caseimg-box, .dialog-box {
  width: 80%;
  max-height: 80%;
  min-width: 40%;
  overflow-y: hidden;
  background: white;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 5px;
  position: relative;
}

.da-caseimg-title, .dialog-title {
  height: 45px;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.da-caseimg-name, .dialog-name {
  font-weight: bold;
}

.da-caseimg-close, .dialog-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
}

.da-caseimg-content, .dialog-content {
  box-sizing: border-box;
  padding: 5px;
  margin-top: 45px;
  height: calc(100% - 45px);
  overflow-y: scroll;
}

.da-caseimg:not(:first-child) {
  margin-top: 15px;
}

.da-caseimg {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}

.da-caseimg-imgname {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 5px;
}

.da-caseimg-abstract {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.da-caseimg-img {
  box-sizing: border-box;
  width: 100%;
  max-height: 500px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.da-caseimg-img img {
  max-width: 100%;
  max-height: 100%;
}


/*region    ====== 零资料提取 ======       */
.sd-card {
  margin: 10px 0;
}

.sd-section {
  margin: 5px 0;
}

.sd-section .sd-section_title {
  font-size: 14px;
  color: rgba(69, 90, 100, .6);
  padding: 10px 15px;
}

.sd-section .van-cell-group {
  border-radius: 10px;
  overflow: auto;
}

.sd-section .van-cell {
  align-items: center;
}

.sd-section .van-field__control {
  padding: 0 !important;
  font-size: 14px !important;
  border: 0 !important;
  border-radius: 0px !important;
  text-align: right;
}

.sd-section .van-field__control:disabled {
  color: #323233;
}

.sd-section .van-field__control:focus {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sd-section .sd-btn {
  height: 32px !important;
  line-height: 32px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-bottom: 10px !important;
}

.sd-section .sd-cell-msg {
  line-height: 24px;
  font-size: 14px;
  color: #323233;
  padding-left: 16px;
  padding-right: 16px;
}

.sd-section .sd-icon {
  color: #1989fa;
}

.sd-section .sd-input-dwbtn .van-field__button {
  padding-left: 0px !important;
}

.sd-section .sd-input-dwbtn .van-button {
  border: none !important;
  background-color: transparent !important;
  padding: 0 3px !important;
  font-size: 14px !important;
}

.sd-section .sd-btn-large {
  width: 98% !important;
}

.sd-section .van-field__label {
  color: #323233;
}

.sd-section .van-field--disabled .van-field__label {
  color: #323233;
}

.sd-section input[readonly] {
  background-color: transparent;
}

.sd-section .sd-radio-group-hyzk {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
}

.van-panel__footer {
  text-align: center;
}

.sd-section-button {
  margin-top: 10px;
}

.sd-group-panel {
  margin-bottom: 10px;
}

.sd-group-panel .van-cell__value .van-radio {
  justify-content: flex-end;
}

.sd-card .sqxy .van-cell__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.sd-card .sqxy .van-panel__content {
  padding: 10px !important;
  font-size: 14px;
}

.sd-card .sqxy p {
  line-height: 24px;
  text-indent: 2em;
}

.sd-card .sqxy p.tit {
  font-size: 16px;
  text-indent: 0;
}

.sd-card .sqxy p.tit-blod {
  font-weight: bold;
  font-size: 14px;
}

.sd-card .sqxy .van-cell-group {
  border-radius: 10px;
  overflow: auto;
}


.sd-card .sd-wzqr .van-cell__label {
  font-size: 16px;
  color: #323233;
}

.sd-tright {
  text-align: right !important;
}

/*endregion*/

/* singleselect start */
.single-select .select-tit {
  position: relative;
  display: block;
  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;
  background: url(../images/skin_icons.png) 7px -189px no-repeat #fafafa;
}

.single-select .select-items {
  display: none;
  position: absolute;
  left: 0;
  top: 45px; /*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 .arrow {
  display: none;
  position: absolute;
  left: 15px;
  top: 35px;
  width: 21px;
  height: 11px;
  text-indent: -9999px;
  background: url(../images/skin_icons.png) 0 -290px no-repeat;
}

.single-select.up .select-items {
  top: auto;
  bottom: 45px;
}

.single-select.up .arrow {
  top: -13px;
  background: url(../images/skin_icons.png) 0 -300px no-repeat;
}

.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 #e8e8e8;
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
}

.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: 40px;
  padding: 5px 12px;
  cursor: pointer;
}

.select-wrap .select-items ul li:hover {
  background: #337ab7;
  color: #fff;
}
/* singleselect end */

.radio {
  font-size: 16px;
  margin: 0 5px;
}
.xxxx {
  background: #0088d1;
}

.haha {
  display: inline-block;
  width: 49%;
  position: absolute;
  right: 0;
  padding: .6em 0;
  color: #fff;
  text-align: center;
  font-size: .8em;
  outline: none;
  border: 0px;
}

.float-content {
  height: 100%;
  width: 100%;
  background: #ccc;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  text-align: center;
}

.float-content .content-box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 10% auto;
  box-sizing:border-box;
}

.float-content p {
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}

.float-content .title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.float-content .end {
  text-align: right;
}

.tabs ul li label {
  padding: .2rem 0 !important;
}

.closable-div {
  position: relative;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  margin-right: 1vh;
  color: #dbdbdb;
}
