/* common variables shared by projects */
/* specific variables should be modified to fit theme needs */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: STHeiti Light, STHeiti, STXihei, Microsoft YaHei;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
button,
select,
textarea {
  outline: none;
}
button {
  background: none;
  border: 0;
}
textarea {
  resize: none;
  border: 0;
}
.img-size-10 {
  width: 10px;
  height: 10px;
}
.img-size-20 {
  width: 20px;
  height: 20px;
}
.img-size-30 {
  width: 30px;
  height: 30px;
}
.img-size-40 {
  width: 40px;
  height: 40px;
}
.img-size-50 {
  width: 50px;
  height: 50px;
}
.img-size-60 {
  width: 60px;
  height: 60px;
}
.img-size-70 {
  width: 70px;
  height: 70px;
}
.img-size-80 {
  width: 80px;
  height: 80px;
}
.img-size-90 {
  width: 90px;
  height: 90px;
}
.img-size-100 {
  width: 100px;
  height: 100px;
}
.img-size-110 {
  width: 110px;
  height: 110px;
}
.word-break-all {
  word-wrap: break-word;
  word-break: break-all;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-row.wrap,
.flex-column.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-row.center,
.flex-column.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-row.v-center,
.flex-column.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row.space-around,
.flex-column.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-row.space-between,
.flex-column.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flex-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-small {
  padding-top: 5px;
}
.p-left-small {
  padding-left: 5px;
}
.p-right-small {
  padding-right: 5px;
}
.p-bottom-small {
  padding-bottom: 5px;
}
.p-all-small {
  padding: 5px;
}
.p-v-small {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-h-small {
  padding-left: 5px;
  padding-right: 5px;
}
.p-top-normal {
  padding-top: 10px;
}
.p-left-normal {
  padding-left: 10px;
}
.p-right-normal {
  padding-right: 10px;
}
.p-bottom-normal {
  padding-bottom: 10px;
}
.p-all-normal {
  padding: 10px;
}
.p-v-normal {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-h-normal {
  padding-left: 10px;
  padding-right: 10px;
}
.p-top-large {
  padding-top: 15px;
}
.p-left-large {
  padding-left: 15px;
}
.p-right-large {
  padding-right: 15px;
}
.p-bottom-large {
  padding-bottom: 15px;
}
.p-all-large {
  padding: 15px;
}
.p-v-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-h-large {
  padding-left: 15px;
  padding-right: 15px;
}
.m-top-small {
  margin-top: 5px;
}
.m-left-small {
  margin-left: 5px;
}
.m-right-small {
  margin-right: 5px;
}
.m-bottom-small {
  margin-bottom: 5px;
}
.m-all-small {
  margin: 5px;
}
.m-v-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-h-small {
  margin-left: 5px;
  margin-right: 5px;
}
.m-top-normal {
  margin-top: 10px;
}
.m-left-normal {
  margin-left: 10px;
}
.m-right-normal {
  margin-right: 10px;
}
.m-bottom-normal {
  margin-bottom: 10px;
}
.m-all-normal {
  margin: 10px;
}
.m-v-normal {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-h-normal {
  margin-left: 10px;
  margin-right: 10px;
}
.m-top-large {
  margin-top: 15px;
}
.m-left-large {
  margin-left: 15px;
}
.m-right-large {
  margin-right: 15px;
}
.m-bottom-large {
  margin-bottom: 15px;
}
.m-all-large {
  margin: 15px;
}
.m-v-large {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-h-large {
  margin-left: 15px;
  margin-right: 15px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-hidden {
  overflow: hidden;
}
.radius-min {
  border-radius: 2px;
}
.radius-small {
  border-radius: 5px;
}
.radius-normal {
  border-radius: 10px;
}
.radius-large {
  border-radius: 15px;
}
.auto-margin {
  margin: auto;
}
.a-no-style:link {
  text-decoration: none;
  color: #4D585C;
}
.a-no-style:active {
  text-decoration: none;
  color: #4D585C;
}
.a-no-style:hover {
  text-decoration: none;
  color: #4D585C;
}
.a-no-style:visited {
  text-decoration: none;
  color: #4D585C;
}
.line-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 36px;
}
.wrapper-item {
  margin-top: 10px;
  background-color: #FFF;
}
.wrapper-item:last-child {
  margin-bottom: 10px;
}
.wrap-fill-limit {
  max-width: 100%;
  max-height: 100%;
}
.wrap-fill {
  width: 100%;
  height: 100%;
}
.width-fill-limit {
  max-width: 100%;
}
.width-fill {
  width: 100%;
}
.height-fill-limit {
  max-height: 100%;
}
.height-fill {
  height: 100%;
}
.color-desc {
  color: #99A0A3;
}
.bg-white {
  background-color: #FFF;
}
.bg-gray {
  background: #EFEFF4;
}
.font-small {
  font-size: 12px;
}
.font-sub {
  font-size: 14px;
}
.font-normal {
  font-size: 16px;
}
.font-desc {
  font-size: 18px;
}
.font-large {
  font-size: 20px;
}
.template,
.hidden {
  display: none !important;
}
.simple-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simple-info .value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-wrap: break-word;
  word-break: break-all;
}
.simple-info .value:empty:after {
  color: #99A0A3;
  content: attr(data-empty);
}
.simple-info.linked:after {
  content: "";
  background: url('/cmpt/public/img/glyph_arrow.png') right center no-repeat;
  background-size: 16px;
  padding: 10px;
}
.simple-info.none-linked:after {
  content: "";
  padding: 10px;
}
.wrap-fill {
  max-width: 100%;
  max-height: 100%;
}
body {
  color: #4D585C;
  background-color: #EFEFF4;
}
.template,
.hidden {
  display: none !important;
}
/* styles inherited from site.less */
/* page styles */
body {
  max-width: 750px;
  margin: auto;
}
.banner .banner-img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.barCode-bar {
  display: none;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #1D8BF2;
}
.current-user {
  display: none;
}
.current-user .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 15px 10px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
  color: #4D585C;
  background-color: #FFF;
}
.current-user .info-wrap .label {
  padding-left: 26px;
  background: url("/assets/ykwx/img/glyph_user.png") left center no-repeat;
  background-size: 16px 16px;
}
.current-user .info-wrap .value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 26px;
  text-align: right;
  background: url("/assets/ykwx/img/glyph_arrow.png") right center no-repeat;
  background-size: 16px 16px;
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 10px;
  line-height: 1em;
  color: #1D8BF2;
}
.title:before,
.title:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  margin: 0 10px;
  background-color: #1D8BF2;
}
.links {
  padding: 0 5px;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}
.links li {
  float: left;
  width: 50%;
}
.links .link {
  display: block;
  padding-bottom: 15px;
  margin: 0 5px 10px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #4D585C;
  background-color: #FFF;
  -webkit-tap-highlight-color: transparent;
}
.links .link:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px auto 10px;
  background: url("/assets/ykwx/img/sprite_hsp_new3.png") no-repeat;
  background-size: 390px 30px;
}
.links .link.link-reserve:before {
  background-position: 0px 0;
}
.links .link.link-register:before {
  background-position: -30px 0;
}
.links .link.link-queue:before {
  background-position: -60px 0;
}
.links .link.link-charge:before {
  background-position: -90px 0;
}
.links .link.link-check:before {
  background-position: -120px 0;
}
.links .link.link-record:before {
  background-position: -150px 0;
}
.links .link.link-visitor:before {
  background-position: -180px 0;
}
.links .link.link-inform:before {
  background-position: -210px 0;
}
.links .link.link-account:before {
  background-position: -240px 0;
}
.links .link.link-caseno:before {
  background-position: -270px 0;
}
.links .link.link-examination:before {
  background-position: -300px 0;
}
.links .link.link-counsel:before {
  background-position: -330px 0;
}
.links .link.link-operationReserve:before {
  background-position: -360px 0;
}
.actionSheets {
  display: none;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
}
.actionSheets .actionSheetsItem {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actionSheets .actionSheetsItem > span {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.actionSheets .actionSheetsItem > button {
  width: 100%;
  border: none;
  padding: 15px 0;
  background-color: #ffffff;
  outline: none;
}
