@charset "utf-8";
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font: 16px/150% '\5FAE\8F6F\96C5\9ED1', Verdana, Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  background: #F7F8FA;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a,
span,
i,
b {
  margin: 0;
  padding: 0;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
a,
span,
i,
em,
b,
p,
label {
  word-break: break-all;
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
i {
  font-style: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  *font-size: 100%;
  color: #2d364a;
}
textarea {
  padding: 5px 10px;
  border: 1px solid #bbb;
}
label,
span,
em {
  display: inline-block;
}
legend {
  color: #3b3b3b;
}
a {
  text-decoration: none;
  color: #3b3b3b;
}
* {
  outline: none;
}
textarea {
  resize: none;
  font-size: 14px;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
}
.cl {
  clear: both;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
*html .clear {
  height: 1%;
}
.fl {
  float: left;
  *display: inline;
}
.fr {
  float: right;
  *display: inline;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.cur-p {
  cursor: pointer;
}
.ps-r {
  position: relative;
}
.ps-a {
  position: absolute;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-j {
  text-align: justify;
}
.ov-h {
  overflow: hidden;
}
.ov-a {
  overflow: auto;
}
.dis-n {
  display: none;
}
.dis-b {
  display: block;
}
.dis-ib {
  display: inline-block;
}
/*宽度百分比*/
.pct10 {
  width: 10%;
}
.pct15 {
  width: 15%;
}
.pct20 {
  width: 20%;
}
.pct25 {
  width: 25%;
}
.pct30 {
  width: 30%;
}
.pct33 {
  width: 33.3%;
}
.pct40 {
  width: 40%;
}
.pct50 {
  width: 50%;
}
.pct60 {
  width: 60%;
}
.pct66 {
  width: 66.6%;
}
.pct70 {
  width: 70%;
}
.pct75 {
  width: 75%;
}
.pct80 {
  width: 80%;
}
.pct90 {
  width: 90%;
}
.pct100 {
  width: 100%;
}
/* 基于display:table-cell的自适应布局 */
.cell {
  display: table-cell;
  *display: inline-block;
  width: 2000px;
  *width: auto;
}
/* 双栏自适应cell部分连续英文字符换行 */
.cell-bk {
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
/* 单行文字溢出虚点显示*/
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* css3过渡动画效果 */
.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* 大小不定元素垂直居中 */
.dib-vm {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
/* 无框文本框文本域 */
.bd-none {
  border: 0;
  outline: none;
}
/* 绝对定位隐藏 */
.abs-out {
  position: absolute;
  left: -999em;
  top: -999em;
}
.abs-clip {
  position: absolute;
  clip: rect(0 0 0 0);
}
/* 按钮禁用 */
.disabled {
  color: #acacac !important;
  border-color: #acacac !important;
  text-shadow: 1px 1px #fff !important;
  outline: 0 !important;
  cursor: default !important;
  pointer-events: none;
}
.disabled:hover {
  text-decoration: none !important;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.w250 {
  width: 250px;
}
.grid-m:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12 {
  position: relative;
  float: left;
  min-height: 1px;
}
.col-m-12 {
  width: 100%;
}
.col-m-11 {
  width: 91.66666667%;
}
.col-m-10 {
  width: 83.33333333%;
}
.col-m-9 {
  width: 75%;
}
.col-m-8 {
  width: 66.66666667%;
}
.col-m-7 {
  width: 58.33333333%;
}
.col-m-6 {
  width: 50%;
}
.col-m-5 {
  width: 41.66666667%;
}
.col-m-4 {
  width: 33.33333333%;
}
.col-m-3 {
  width: 25%;
}
.col-m-2 {
  width: 16.66666667%;
}
.col-m-1 {
  width: 8.33333333%;
}
.yh-btn-group {
  text-align: center;
}
.yh-btn-group .yh-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 24px;
  background-color: #538AFC;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.yh-btn-group .yh-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #ffffff;
}
.yh-btn-group .yh-btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.yh-btn-group .yh-btn:disabled {
  background: #ccc;
  color: #666;
  cursor: default;
}
.yh-btn-group .yh-btn + .yh-btn {
  margin-left: 10px;
}
.yh-btn-group .yh-btn-radius {
  border-radius: 100px;
}
.yh-btn-group .yh-btn .yh-icon {
  margin-right: 3px;
  font-size: 18px;
  vertical-align: bottom;
  vertical-align: middle \9;
}
.yh-btn-group .yh-btn-primary {
  border: 1px solid #C9C9C9;
  background-color: #fff;
  color: #555555;
}
.yh-btn-group .yh-btn-primary:hover {
  border-color: #538AFC;
  color: #538afc;
}
.yh-btn-group .yh-btn-normal {
  background-color: #538afc;
}
.yh-btn-group .yh-btn-danger {
  background-color: #ff5722;
}
.yh-btn-group .yh-btn-small {
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  font-size: 12px;
}
.yh-btn-group .yh-btn-mini + .yh-btn-mini {
  margin-left: 5px!important;
}
.yh-btn-group .yh-btn-mini {
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-size: 12px;
}
.yh-btn-group .yh-btn-disabled,
.yh-btn-group .yh-btn-disabled:active,
.yh-btn-group .yh-btn-disabled:hover {
  border: 1px solid #e6e6e6;
  background-color: #FBFBFB;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1;
}
.yh-btn-group .yh-btn-rmb {
  background: #ffffff url("../images/icon-rmb.png") no-repeat;
  background-size: 15px 15px;
  border: 1px solid #C9C9C9;
  padding-left: 30px;
  background-position: 10px 8px;
  color: #4D5668;
}
.yh-btn-group .yh-btn-rmb:hover {
  opacity: 1;
  color: #4D5668;
}
.yh-btn-group .yh-btn-remove {
  background: #ffffff url("../images/icon-del.png") no-repeat;
  border: 1px solid #C9C9C9;
  padding-left: 30px;
  background-size: 15px 15px;
  background-position: 10px 8px;
}
.yh-btn-group .yh-btn-remove:hover {
  opacity: 1;
  color: #4D5668;
  border: 1px solid #C9C9C9;
}
.search-wrap {
  background: #f7fcff;
  padding: 20px 0 0 0;
  border: 1px solid #f0f4f9;
}
.search-wrap .grid-m {
  padding-bottom: 20px;
}
.search-wrap .search-controller .search-label {
  float: left;
  display: block;
  padding: 3px 10px;
  width: 110px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #2d364a;
  text-align: right;
  position: relative;
  vertical-align: middle;
  margin-top: 1px;
}
.search-wrap .search-controller .search-input-block {
  margin-left: 130px;
  position: relative;
}
.search-wrap .search-controller .search-input-inline {
  float: left;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
}
.search-wrap .search-controller .search-input-inline .yh-btn-group {
  padding-top: 0;
}
.search-wrap .search-controller .search-form-mid {
  float: left;
  display: block;
  padding: 3px 0;
  margin-right: 10px;
  line-height: 20px;
  position: relative;
}
.search-wrap .search-controller .yh-inp {
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d5dbe1;
  border-radius: 50px;
  padding: 0 15px;
}
.search-wrap .search-controller .yh-select {
  height: 38px;
  line-height: 38px;
  display: block;
  width: 100%;
  border: 1px solid #d7dde9;
  border-radius: 5px;
}
.search-wrap .search-controller .icon-control-date {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  pointer-events: none;
  background: url(../images/icon-control-time.png) no-repeat left top;
}
.search-wrap .search-controller .search-btn-days li {
  display: inline-block;
  width: 64px;
  height: 26px;
  margin-left: 5px;
  font-size: 13px;
  line-height: 26px;
  color: #979797;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.search-wrap .search-controller .search-btn-days li.active {
  color: #538AFC;
  position: relative;
}
.search-wrap .search-controller .search-btn-days li.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background: #538AFC;
}
.yh-mate-search {
  position: relative;
}
.yh-mate-search .mate-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 2px #D3D9E1;
  box-shadow: 0 0 2px #D3D9E1;
  z-index: 10;
  overflow-y: auto;
  max-height: 280px;
  font-size: 14px;
}
.yh-mate-search .mate-list li {
  text-align: center;
  line-height: 40px;
  color: #4D5668;
  cursor: pointer;
}
.yh-mate-search .mate-list li:hover {
  background: #F8FBFE;
  color: #538AFC;
}
.yh-mate-search .mate-list .none {
  display: none;
  text-align: center;
  line-height: 40px;
  color: #999;
}
.container {
  min-width: 1200px;
}
.container-body {
  width: 90%;
  min-width: 1200px;
  height: 100%;
  margin: -10px auto 0 auto;
  padding-bottom: 30px;
  position: relative;
  z-index: 66;
  overflow: hidden;
}
.container-body .page-manage {
  padding: 30px;
  min-height: 500px;
  background: #ffffff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 8px 10px #E7EAF1;
  box-shadow: 0 8px 10px #E7EAF1;
}
.container-body .page-manage-left {
  width: 200px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 8px 10px #E7EAF1;
  box-shadow: 0 8px 10px #E7EAF1;
  position: absolute;
  left: 10px;
  top: 0;
  padding-top: 15px;
  background: #ffffff;
}
.container-body .page-manage-right {
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 230px;
  min-height: 500px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 8px 10px #E7EAF1;
  box-shadow: 0 8px 10px #E7EAF1;
  background: #ffffff;
}
.container-body .center-info-wrap {
  background: #f7fcff;
  padding: 10px 0 0 0;
  border: 1px solid #f0f4f9;
  margin-top: 16px;
}
.container-body .center-info-wrap .grid-m {
  padding: 0 30px;
}
.container-body .center-info-wrap .grid-m .col-m-12 {
  padding-bottom: 10px;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-title {
  font-size: 14px;
  color: #8590a6;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item {
  font-size: 14px;
  color: #8590a6;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: 6px;
  height: 6px;
  border: 3px solid #538afc;
  border-radius: 50px;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item span {
  color: #538afc;
  padding: 0 5px;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item + .label-item {
  margin-left: 32px;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item.label-item-green:before {
  border: 3px solid #1fbd9c;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item.label-item-green span {
  color: #1fbd9c;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item.label-item-red:before {
  border: 3px solid #fc5655;
}
.container-body .center-info-wrap .grid-m .col-m-12 .label-item.label-item-red span {
  color: #fc5655;
}
.container-body .center-info-wrap .yh-btn-group {
  display: inline-block;
  float: right;
  padding-top: 0;
}
.yh-pagination-wrap .pagination {
  padding: 20px 35px 20px 0;
}
.yh-pagination-wrap .pagination-list > a {
  display: inline;
  float: left;
  padding: 1px 12px;
  margin-left: 6px;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 100px;
}
.yh-pagination-wrap .pagination .spec {
  float: left;
  margin-left: 6px;
}
.yh-pagination-wrap .pagination-list > a.pre,
.yh-pagination-wrap .pagination-list > a.next,
.yh-pagination-wrap .pagination-list > a.pre-to-begin,
.yh-pagination-wrap .pagination-list > a.next-to-end {
  width: 18px;
  background: #ffffff url(../images/ylz-icon.png) no-repeat;
}
.yh-pagination-wrap .pagination-list > a.pre {
  background-position: -45px -298px;
}
.yh-pagination-wrap .pagination-list > a.pre:hover,
.yh-pagination-wrap .pagination-list > a.pre.current {
  background-position: -159px -298px;
}
.yh-pagination-wrap .pagination-list > a.next {
  background-position: -95px -297px;
}
.yh-pagination-wrap .pagination-list > a.next:hover,
.yh-pagination-wrap .pagination-list > a.next.current {
  background-position: -214px -297px;
}
.yh-pagination-wrap .pagination-list > a.pre-to-begin {
  background-position: -48px -268px;
}
.yh-pagination-wrap .pagination-list > a.pre-to-begin:hover,
.yh-pagination-wrap .pagination-list > a.pre-to-begin.current {
  background-position: -159px -261px;
}
.yh-pagination-wrap .pagination-list > a.next-to-end {
  background-position: -97px -267px;
}
.yh-pagination-wrap .pagination-list > a.next-to-end:hover,
.yh-pagination-wrap .pagination-list > a.next-to-end.current {
  background-position: -212px -264px;
}
.yh-pagination-wrap .pagination-list > a:hover {
  background-color: #eaeaea;
}
.yh-pagination-wrap .pagination-list > a.current {
  color: #fff;
  background-color: #71afdd;
  border-color: #71afdd;
}
/*应用header*/
.header-wrap {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 8px 10px #E7EAF1;
  box-shadow: 0 8px 10px #E7EAF1;
  position: relative;
  z-index: 88;
}
.header-wrap.login-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-wrap .header {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  height: 73px;
  line-height: 73px;
}
.header-wrap .header .left-box {
  width: 70%;
}
.header-wrap .header .left-box .logo {
  float: left;
  width: 220px;
  height: 34px;
  margin-top: 22px;
  vertical-align: middle;
}
.header-wrap .header .left-box .logo.ylz-pay-logo {
  width: 158px;
  height: 42px;
  margin-top: 15px;
}
.header-wrap .header .left-box .logo img {
  width: 100%;
}
.header-wrap .header .left-box span.header-title {
  font-size: 22px;
  color: #263F6B;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #95A3BD;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  margin-top: 23.5px;
}
.header-wrap .header .left-box .top-nav {
  float: right;
}
.header-wrap .header .left-box .top-nav li {
  float: left;
  position: relative;
  margin: 0 10px;
  padding: 0 14px;
  cursor: pointer;
}
.header-wrap .header .left-box .top-nav li.active {
  color: #fff;
}
.header-wrap .header .left-box .top-nav li.active a {
  color: #fff;
}
.header-wrap .header .left-box .top-nav li.active:hover a {
  color: #fff;
}
.header-wrap .header .left-box .top-nav li.active em {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #538AFC;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.header-wrap .header .left-box .top-nav li:hover a {
  color: #538afc;
}
.header-wrap .header .left-box .top-nav li a {
  font-size: 18px;
  color: #707473;
  position: relative;
  z-index: 10;
}
.header-wrap .header .left-box .top-nav li a.icon-menu {
  padding-left: 26px;
}
.header-wrap .header .left-box .top-nav li a.icon-menu > span {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.header-wrap .header .left-box .top-nav li a.icon-menu > span > img {
  width: 100%;
  max-width: 100%;
}
.header-wrap .header .right-box {
  width: 25%;
}
.header-wrap .header .right-box .drop-down {
  float: left;
  margin-right: 20px;
}
.header-wrap .header .right-box .drop-down.drop-down-type {
  margin-right: 25px;
}
.header-wrap .header .right-box .drop-down.drop-down-type > a {
  background: #EFF1F4;
  padding: 3px 18px;
  border-radius: 15px;
}
.header-wrap .header .right-box .drop-down.drop-down-type > a i.down-arrow {
  display: inline-block;
  width: 6px;
  height: 4px;
  margin-left: 2px;
  vertical-align: middle;
  background: url(../images/down-arrow.png) no-repeat;
}
.header-wrap .header .right-box .drop-down.drop-down-type:hover i.down-arrow {
  background-position: -6px 0;
}
.header-wrap .header .right-box .drop-down.drop-down-type:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  height: 26px;
  width: 1px;
  margin-top: -13px;
  background: #CED7DE;
}
.header-wrap .header .right-box .drop-down.drop-down-set-up {
  margin-left: 10px;
}
.header-wrap .header .right-box .drop-down.drop-down-set-up > a {
  display: inline-block;
  vertical-align: middle;
  padding-top: 24px;
  padding-bottom: 23px;
}
.header-wrap .header .right-box .drop-down.drop-down-set-up > a i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/icon-set-up.png) no-repeat center;
}
.header-wrap .header .right-box .drop-down.drop-down-set-up > a i.iconfont {
  line-height: 26px;
  font-size: 24px;
  background: none;
  color: #B9C6D0;
  cursor: pointer;
}
.header-wrap .header .right-box .drop-down.drop-down-set-up .nav-drop-down {
  right: -116px;
}
.header-wrap .header .right-box .drop-down.drop-down-system > a {
  display: inline-block;
  vertical-align: middle;
  padding-top: 21px;
  padding-bottom: 20px;
}
.header-wrap .header .right-box .drop-down.drop-down-system > a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/icon-system.png) no-repeat center;
}
.header-wrap .header .right-box .drop-down.drop-down-system .nav-drop-down {
  right: -116px;
}
.header-wrap .header .right-box .drop-down > a {
  font-size: 14px;
  color: #707473;
}
.header-wrap .header .right-box .drop-down:hover .nav-drop-down {
  display: block;
}
.header-wrap .header .right-box .drop-down .nav-drop-down {
  display: none;
  position: absolute;
  top: 73px;
  right: -32px;
  z-index: 2;
  white-space: nowrap;
  color: #76838f;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #dcdfe0;
  box-shadow: 0 0 10px #dcdfe0;
  border-radius: 4px;
  max-height: 394px;
  overflow-y: auto;
}
.header-wrap .header .right-box .drop-down .nav-drop-down a {
  display: block;
  min-width: 130px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}
.header-wrap .header .right-box .drop-down .nav-drop-down a:hover {
  color: #5087FF;
  background: #f7fcff;
}
/*应用页面*/
.apply-list .apply-list-con {
  width: 90%;
  margin: 34px auto 0 auto;
}
.apply-list .apply-list-con .apply-item {
  position: relative;
  float: left;
  width: 250px;
  height: 310px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #E7EAF1;
  padding: 13px;
  margin: 0 10px 32px 10px;
}
.apply-list .apply-list-con .apply-item:hover {
  border: 2px solid #538AFC;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.apply-list .apply-list-con .apply-item > h3 {
  text-align: right;
}
.apply-list .apply-list-con .apply-item > h3 .editing {
  width: 30px;
  height: 30px;
  background: url(../images/icon-apply-edit.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-size: contain;
  cursor: pointer;
}
.apply-list .apply-list-con .apply-item > h3 .edited {
  display: none;
  padding: 6px 12px;
  background: #EFF1F4;
  border: 1px solid #E7EAF1;
  border-radius: 15px;
  cursor: pointer;
}
.apply-list .apply-list-con .apply-item > h3 .edited .e-ok {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: url(../images/icon-apply-ok.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-size: contain;
}
.apply-list .apply-list-con .apply-item > h3 .edited .e-cel {
  width: 14px;
  height: 14px;
  background: url(../images/icon-apply-cancel.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-size: contain;
}
.apply-list .apply-list-con .apply-item > h2 {
  width: 75px;
  height: 75px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.apply-list .apply-list-con .apply-item > h2:hover .bnt-apply-update {
  display: inline-block;
}
.apply-list .apply-list-con .apply-item > h2 img {
  width: 100%;
  max-width: 100%;
}
.apply-list .apply-list-con .apply-item > h2 .bnt-apply-update {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
.apply-list .apply-list-con .apply-item > h2 .bnt-apply-update i {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-apply-update.png) no-repeat center;
  background-size: cover;
  margin-top: 15px;
}
.apply-list .apply-list-con .apply-item > h2 .bnt-apply-update .inp-file {
  width: 100%;
  height: 100%;
  padding: 100px;
  position: relative;
  top: -80px;
  left: -10px;
  cursor: pointer;
}
.apply-list .apply-list-con .apply-item > h4 {
  text-align: center;
}
.apply-list .apply-list-con .apply-item > h4 .apply-txt {
  color: #3F3F3F;
  font-size: 18px;
  display: inline-block;
  width: 150px;
}
.apply-list .apply-list-con .apply-item > h4 .apply-inp-title {
  display: none;
  color: #3F3F3F;
  font-size: 18px;
  background: #EFF1F4;
  border: 2px solid #E7EAF1;
  padding: 5px 15px;
  border-radius: 5px;
}
.apply-list .apply-list-con .apply-item > ul {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.apply-list .apply-list-con .apply-item > ul li {
  float: left;
  width: 92px;
  text-align: center;
}
.apply-list .apply-list-con .apply-item > ul li a {
  cursor: pointer;
  font-size: 14px;
  color: #707473;
  display: block;
  text-align: center;
}
.apply-list .apply-list-con .apply-item > ul li a:hover {
  color: #5087FF;
}
.apply-list .apply-list-con .apply-item > ul li a em {
  display: block;
  width: 25px;
  height: 22px;
  margin: 10px auto;
  text-align: center;
  vertical-align: middle;
}
.apply-list .apply-list-con .apply-item > ul li a em.icon-apply-base {
  background: url(../images/icon-apply-base.png) no-repeat center;
  background-size: cover;
}
.apply-list .apply-list-con .apply-item > ul li a em.icon-apply-channel {
  background: url(../images/icon-apply-channel.png) no-repeat center;
  background-size: cover;
}
.apply-list .apply-list-con .apply-item > ul li a em.icon-apply-setup {
  background: url(../images/icon-apply-setup.png) no-repeat center;
  background-size: cover;
}
.apply-list .apply-list-con .add-apply .item-add {
  width: 93px;
  margin: 91px auto 0 auto;
  cursor: pointer;
}
.apply-list .apply-list-con .add-apply .item-add em {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 93px;
  height: 93px;
  background: url(../images/icon-apply-add.png) no-repeat center;
  background-size: cover;
}
.apply-list .apply-list-con .add-apply .item-add span {
  font-size: 18px;
  color: #538AFC;
  display: block;
  text-align: center;
  margin: 10px auto 0 auto;
}
/*左边菜单栏*/
.left-menu-wrap {
  padding: 0 10px 15px 10px;
}
.left-menu-wrap .left-menu-title {
  padding: 15px 0 15px 20px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #8691a6;
  position: relative;
}
.left-menu-wrap .left-menu-title a {
  display: block;
}
.left-menu-wrap .left-menu-title.active,
.left-menu-wrap .left-menu-title:hover {
  color: #538afc;
  background: #f3f9ff;
}
.left-menu-wrap .left-menu-title.active a,
.left-menu-wrap .left-menu-title:hover a {
  color: #538afc;
}
.left-menu-wrap .left-menu-title.active:before,
.left-menu-wrap .left-menu-title:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 35px;
  margin-top: -18px;
  background: #538afc;
}
.left-menu-wrap .left-menu-title a {
  color: #8691a6;
}
.left-menu-wrap .left-menu-title a h2 {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.left-menu-wrap .left-menu-title a h2 img {
  width: 100%;
  height: 100%;
}
.left-menu-wrap .left-menu-title a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
/*表单*/
.yh-form-wrap {
  padding-left: 75px;
  padding-right: 75px;
}
.yh-form-wrap .yh-form-item {
  margin-bottom: 28px;
  clear: both;
}
.yh-form-wrap .yh-form-item .yh-label-require {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../images/icon_star.png) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 3px;
}
.yh-form-wrap .yh-form-item .yh-form-label {
  float: left;
  display: block;
  padding: 9px 10px;
  width: 110px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #2d364a;
  text-align: right;
  position: relative;
}
.yh-form-wrap .yh-form-item .yh-inp-wrap {
  position: relative;
}
.yh-form-wrap .yh-form-item .yh-input-block {
  margin-left: 130px;
  position: relative;
}
.yh-form-wrap .yh-form-item .yh-input-block .checkbox-radio-label {
  font-size: 14px;
  color: #2d364a;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.yh-form-wrap .yh-form-item .yh-inp {
  outline: 0;
  font-size: 15px;
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 1.3;
  line-height: 38px \9;
  border: 1px solid #d7dde9;
  background-color: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.yh-form-wrap .yh-form-item .yh-inp:focus {
  color: #237aff;
  border: 1px solid #237aff;
}
.yh-form-wrap .yh-form-item .yh-inp[disabled] {
  background-color: #f5f5f5;
}
.yh-form-wrap .yh-form-item .yh-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfe1e8;
  border-radius: 5px;
  height: 120px;
}
.yh-form-wrap .yh-form-item .yh-textarea:focus {
  color: #237aff;
  border: 1px solid #237aff;
}
.yh-form-wrap .yh-form-item .yh-textarea[disabled] {
  background-color: #f5f5f5;
}
.yh-form-wrap .yh-form-item .yh-select {
  height: 38px;
  line-height: 38px;
  display: block;
  width: 100%;
  border: 1px solid #d7dde9;
  border-radius: 5px;
}
.yh-form-wrap .yh-form-item .yh-validate-wrap {
  font-size: 13px;
  color: #ed5565;
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: -25px;
}
.yh-form-wrap .footer-btn {
  padding-top: 25px;
}
.yh-create-form .grid-m {
  padding-bottom: 0;
}
.yh-create-form .search-wrap {
  padding: 0 30px;
  padding-top: 20px;
}
.yh-create-form .yh-form-item {
  margin-bottom: 20px;
}
.yh-create-form .yh-form-item .jqTransformSelectWrapper {
  background: #fff;
  height: 28px;
}
.yh-create-form .yh-form-item .jqTransformSelectWrapper div span {
  background: none;
  height: 28px;
  line-height: 28px;
}
.yh-create-form .yh-form-item .jqTransformSelectWrapper a.jqTransformSelectOpen {
  height: 28px;
}
.article-preview-wrap {
  width: 375px;
  height: 667px;
  border: 1px solid #d7dde9;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
}
.article-preview-wrap label,
.article-preview-wrap span,
.article-preview-wrap em {
  display: inline;
}
.article-preview-wrap .container-wrap {
  padding: 0 7.5px;
  margin: 0 auto;
}
.article-preview-wrap .container-wrap .article-wrap {
  background: #fff;
  overflow: hidden;
}
.article-preview-wrap .container-wrap .article-wrap img {
  width: 100%;
}
.article-preview-wrap .container-wrap .article-wrap h1 {
  font-size: 20px;
  color: #2B3446;
  font-weight: 500;
  padding: 19px 7.5px 0 7.5px;
}
.article-preview-wrap .container-wrap .article-wrap .time {
  font-size: 12px;
  color: #9A9A9A;
  margin-top: 11px;
  padding-left: 15px;
}
.article-preview-wrap .container-wrap .article-wrap .article-info {
  color: #676774;
  text-align: justify;
  padding: 21px 15px 35px 15px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*table表格*/
.yh-table-wrap {
  padding: 20px 0;
}
.yh-table-wrap .yh-table {
  width: 100%;
  font-size: 13px;
  color: #9b9b9b;
  text-align: center;
}
.yh-table-wrap .yh-table tr th {
  padding: 0 10px 15px 10px;
  color: #666;
  text-align: center;
  border-top: none;
  border-bottom: 2px solid #ddd;
}
.yh-table-wrap .yh-table tr td {
  color: #9b9b9b;
  padding: 20px 10px;
  border-bottom: 2px solid #efefef;
}
.icon-btn {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E7EAF1;
  color: #4D5668;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
}
.icon-btn:hover span {
  display: block;
}
.icon-btn:hover .icon-fabuzhangdan {
  color: #6598FF;
}
.icon-btn:hover .icon-weixin- {
  color: #45C442;
}
.icon-btn:hover .icon-daoruzhangdan- {
  color: #F2BE31;
}
.icon-btn:hover .icon-zhangdanmingxi- {
  color: #49B4FF;
}
.icon-btn:hover .icon-shanchuzhangdan- {
  color: #FC5453;
}
.icon-btn:disabled {
  cursor: default;
}
.icon-btn:disabled .icon {
  color: #E7EAF1;
}
.icon-btn span {
  position: absolute;
  display: none;
  width: 80px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  top: 35px;
  left: -25px;
}
/*首页*/
.index-wrap .color-blue {
  color: #538AFC;
}
.index-wrap .color-green {
  color: #1BBC9B;
}
.index-wrap .index-left {
  float: left;
  width: 49%;
}
.index-wrap .index-right {
  float: right;
  width: 49%;
}
.index-wrap .index-block {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E7EAF1;
  border-radius: 5px;
  margin-top: 30px;
  padding: 0 25px 45px 25px;
}
.index-wrap .index-block h2.title {
  height: 20px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 19px;
  color: #3F3F3F;
}
.index-wrap .index-block h2.title a {
  float: right;
  color: #4D4A46;
  font-size: 14px;
}
.index-wrap .index-block h2.title a span.more {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-radius: 11px;
  background: #FF982B;
  font-size: 14px;
  color: #fff;
  min-width: 40px;
  text-align: center;
}
.index-wrap .all-situation .as-count a {
  text-align: center;
  border-right: 1px solid #E7EAF1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-wrap .all-situation .as-count a:last-child {
  border: none;
}
.index-wrap .all-situation .as-count a h3 {
  font-size: 60px;
  line-height: 45px;
}
.index-wrap .all-situation .as-count a p {
  font-size: 18px;
  margin-top: 27px;
  color: #4D4A46;
}
.index-wrap .msg-remind ul {
  border: 1px solid #EFF4F8;
  border-radius: 5px;
}
.index-wrap .msg-remind ul li {
  padding: 23px 25px;
  font-size: 16px;
  color: #12223F;
  line-height: 30px;
}
.index-wrap .msg-remind ul li:nth-child(even) {
  background: #FAFAFA;
}
.index-wrap .msg-remind ul li .type span {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #538AFC;
  background: #D1E2FE;
  border-radius: 3px;
  width: 45px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}
.index-wrap .msg-remind ul li .type span.ts {
  color: #1BBC9B;
  background: #DDFBEA;
}
.index-wrap .msg-remind ul li .type span.bx {
  color: #538AFC;
  background: #D1E2FE;
}
.index-wrap .msg-remind ul li .msg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-wrap .msg-remind ul li .handle {
  text-align: center;
}
.index-wrap .msg-remind ul li .handle a {
  display: inline-block;
  height: 29px;
  width: 29px;
  background: url("../images/icon-chat.png") no-repeat;
  background-size: cover;
}
.index-wrap .msg-remind ul li .handle a:hover {
  background: url("../images/icon-chat-hover.png") no-repeat;
  background-size: cover;
}
.index-wrap .data-count .count-charts .col-m-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EFF4F8;
  border-radius: 5px;
  width: 48%;
  height: 402px;
  text-align: center;
}
.index-wrap .data-count .count-charts .col-m-6:nth-child(even) {
  float: right;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-map {
  display: inline-block;
  width: 210px;
  height: 210px;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
  display: inline-block;
  text-align: left;
  padding-left: 25px;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend .item {
  line-height: 33px;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend .item i {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #83B1ED;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend .item span {
  font-size: 14px;
  color: #4D4A46;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend .item span.count {
  font-size: 22px;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend .total {
  font-size: 14px;
  color: #4D4A46;
  margin-top: 20px;
}
.index-wrap .data-count .count-charts .col-m-6 .charts-legend .total span.count {
  font-size: 22px;
}
.index-wrap .data-count .count-card .col-m-6 {
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EFF4F8;
  border-radius: 5px;
  margin-bottom: 24px;
  width: 48%;
}
.index-wrap .data-count .count-card .col-m-6:nth-child(even) {
  float: right;
}
.index-wrap .data-count .count-card .col-m-6 .info {
  float: left;
}
.index-wrap .data-count .count-card .col-m-6 .info p {
  font-size: 14px;
  color: #4D4A46;
  margin-bottom: 10px;
}
.index-wrap .data-count .count-card .col-m-6 .info span {
  font-size: 30px;
}
.index-wrap .data-count .count-card .col-m-6 .icon {
  float: right;
  width: 40px;
}
.index-wrap .data-count .count-card .col-m-6 .icon img {
  width: 100%;
}
/*登陆页*/
.login-wrap {
  position: absolute;
  top: 73px;
  min-width: 1200px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#549ff8), to(#256cf6));
  background: linear-gradient(to right, #549ff8, #256cf6);
}
.login-wrap.ylz-pay-login {
  overflow: hidden;
}
.login-wrap.ylz-pay-login .login-bg {
  width: 989px;
  height: 546px;
  position: absolute;
  bottom: -100px;
  left: -22px;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}
.login-wrap.ylz-pay-login .login-bg img {
  width: 100%;
}
.login-wrap.ylz-pay-login .login-wa {
  position: absolute;
  z-index: 2;
  width: 642px;
  height: 127px;
  top: 96px;
  left: 184px;
}
.login-wrap.ylz-pay-login .login-wa img {
  width: 100%;
}
.login-wrap.ylz-pay-login .login-container {
  position: relative;
  z-index: 3;
}
.login-wrap.ylz-pay-login .login-container .login-form {
  border-radius: 10px;
}
.login-wrap.ylz-pay-login .login-container .login-form form label span.inp-error {
  display: none;
}
.login-wrap.ylz-pay-login .login-container .login-form form label.code {
  width: 200px;
}
.login-wrap.ylz-pay-login .login-container .login-form form label.code input {
  width: 145px;
}
.login-wrap.ylz-pay-login .login-container .login-form form label.code i.icon {
  width: 24px;
  left: 22px;
}
.login-wrap.ylz-pay-login .login-container .login-form form label.code .code-img {
  position: absolute;
  width: 120px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: -140px;
  top: 0;
  border-radius: 23px;
  border: 2px solid #EFF1F4;
  text-align: center;
}
.login-wrap.ylz-pay-login .login-container .login-form form label.code .code-img img {
  height: 100%;
  overflow: hidden;
}
.login-wrap.ylz-pay-login .login-container .login-form form .register-link {
  position: absolute;
  text-align: center;
  font-size: 16px;
  bottom: -46px;
  width: 100%;
}
.login-wrap.ylz-pay-login .login-container .login-form form .register-link a {
  color: #fff;
}
.login-wrap.ylz-pay-login .login-container .login-form form .login-submit button {
  border-radius: 23px;
  background:#9fa8b9;
  /**background: -webkit-gradient(linear, left top, right top, from(#39db9d), to(#2fcaca)) no-repeat;
  background: linear-gradient(to right, #39db9d, #2fcaca) no-repeat;
  -webkit-box-shadow: 2px 0 9px rgba(57, 218, 159, 0.36);
          box-shadow: 2px 0 9px rgba(57, 218, 159, 0.36);**/
}
.login-wrap .login-container .login-form {
  background: #fff;
  padding: 24px;
  position: absolute;
  right: 100px;
  top: 100px;
  width: 340px;
  border-radius: 5px;
}
.login-wrap .login-container .login-form h1 {
  text-align: center;
  font-size: 20px;
  color: #314463;
  margin-bottom: 20px;
}
.login-wrap .login-container .login-form form label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 55px;
  border-radius: 23px;
  background: #EFF1F4;
  margin-bottom: 26px;
}
.login-wrap .login-container .login-form form label i.icon {
  position: absolute;
  top: 12px;
  left: 28px;
  width: 15px;
  height: 22px;
  line-height: 22px;
}
.login-wrap .login-container .login-form form label i.icon img {
  width: 100%;
}
.login-wrap .login-container .login-form form label input {
  width: 285px;
  background: none;
  height: 46px;
  line-height: 46px;
  border: none;
  outline: none;
}
.login-wrap .login-container .login-form form label span.inp-error {
  line-height: 20px;
  color: #ff0000;
  font-size: 14px;
  padding-top: 3px;
}
.login-wrap .login-container .login-form form .login-submit button {
  width: 100%;
  background: #3ECF8E;
  border: none;
  border-radius: 5px;
  height: 46px;
  color: #fff;
  font-size: 19px;
}
.login-wrap .login-container .login-form form .login-link {
  text-align: center;
  margin-top: 20px;
}
.login-wrap .login-container .login-form form .login-link a {
  color: #3379FF;
  text-align: center;
  font-size: 16px;
}
.login-wrap .login-bg {
  padding-left: 110px;
  padding-top: 160px;
}
.login-wrap .login-bg img {
  width: 85%;
}
/*收银页*/
.yh-cashier-wrap {
  position: relative;
  padding: 0 30px 108px 30px;
  min-height: 392px;
}
.yh-cashier-wrap .checked-group {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
}
.yh-cashier-wrap .checked-group input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: -99999999px;
}
.yh-cashier-wrap .checked-group input:checked + i {
  background: url(../images/icon-checkbox.png) no-repeat;
  background-size: cover;
  border: none;
}
.yh-cashier-wrap .checked-group i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D4DAE1;
  border-radius: 50%;
  background: #fff;
}
.yh-cashier-wrap .yh-cashier-search .search-controller .search-label {
  float: left;
  display: block;
  padding: 3px 10px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #2d364a;
  text-align: right;
  position: relative;
  vertical-align: middle;
  margin-top: 1px;
}
.yh-cashier-wrap .yh-cashier-search .search-controller .search-input-inline {
  float: left;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
}
.yh-cashier-wrap .yh-cashier-search .search-controller .yh-inp {
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d5dbe1;
  border-radius: 50px;
  padding: 0 15px;
}
.yh-cashier-wrap .yh-cashier-search .cashier-record .cashier-btn {
  float: right;
  cursor: pointer;
  width: 140px;
  height: 26px;
  padding-right: 10px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #538AFC;
  border-radius: 13px;
  color: #538AFC;
  font-size: 14px;
  background: url(../images/icon-arrow-right.png) no-repeat;
  background-size: 6.5px 11.5px;
  background-position: 130px center;
}
.yh-cashier-wrap .yh-cashier-search .cashier-record .cashier-btn img {
  position: relative;
  top: 3px;
  width: 13px;
  margin-right: 5px;
}
.yh-cashier-wrap .yh-cashier-bar {
  background: #F8FBFE;
  border: 1px solid #EFF4F8;
  height: 43px;
  line-height: 43px;
  margin-top: 30px;
}
.yh-cashier-wrap .yh-cashier-bar .cashier-bar-label {
  padding: 0 10px;
  font-size: 14px;
  color: #4D5668;
}
.yh-cashier-wrap .yh-cashier-bar .cashier-bar-item {
  font-size: 14px;
  color: #8590A6;
}
.yh-cashier-wrap .yh-cashier-bar .cashier-bar-item img {
  position: relative;
  height: 14px;
  top: 1px;
  margin-right: 5px;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item {
  margin-top: 20px;
  height: 54px;
  overflow: hidden;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item.drop {
  height: auto;
  -webkit-box-shadow: 0 0 2px #D3D9E1;
  box-shadow: 0 0 2px #D3D9E1;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item.drop .cashier-brief .toggle-btn {
  color: #538AFC;
  background: url(../images/icon-arrow-top.png) no-repeat;
  background-size: 11.5px 6.5px;
  background-position: right center;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-brief {
  height: 54px;
  line-height: 54px;
  background: #FAFAFA;
  border: 1px solid #EFF4F8;
  color: #8590A6;
  font-size: 14px;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-brief.checked {
  background: #F8FBFE;
  border-color: #EFF4F8;
  color: #4D5668;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-brief .checked-group {
  top: 19px;
  left: 46px;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-brief .toggle-btn {
  float: right;
  display: inline-block;
  padding-right: 30px;
  color: #538AFC;
  background: url(../images/icon-arrow-bottom.png) no-repeat;
  background-size: 11.5px 6.5px;
  background-position: right center;
  margin-right: 30px;
  cursor: pointer;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-brief .wx-unclock a {
  cursor: pointer;
  color: #1BBC9B;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-info .grid-m {
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 14px;
  color: #4D5668;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-info .grid-m.info-head {
  color: #8590A6;
}
.yh-cashier-wrap .yh-cashier-list .cashier-list-item .cashier-info .grid-m:nth-child(even) {
  background: #FAFAFA;
}
.yh-cashier-wrap .yh-cashier-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 30px;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
  height: 38px;
  line-height: 38px;
  padding-left: 45px;
  padding-right: 65.5px;
}
.yh-cashier-wrap .yh-cashier-foot .all-check {
  color: #4D5668;
  font-size: 14px;
}
.yh-cashier-wrap .yh-cashier-foot .all-check label {
  top: 2px;
}
.yh-cashier-wrap .yh-cashier-foot .col-m-9 {
  text-align: right;
}
.yh-cashier-wrap .yh-cashier-foot .col-m-9 .price {
  display: inline;
  padding-right: 30px;
  font-size: 14px;
  color: #12223F;
}
.yh-cashier-wrap .yh-cashier-foot .col-m-9 .price span {
  color: #FC5453;
  font-size: 24px;
}
.yh-cashier-wrap .yh-cashier-foot .col-m-9 button {
  width: 180px;
  background: #538AFC;
  font-size: 14px;
  color: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
}
/*投票页*/
.yh-vote-wrap {
  padding: 0 60px;
}
.yh-vote-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.yh-vote-wrap .yh-vote-block {
  border: 1px solid #E7EAF1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.yh-vote-wrap .yh-vote-block h2 {
  font-size: 16px;
  line-height: 16px;
  color: #4D5668;
  padding-bottom: 30px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-left {
  float: left;
  width: 49%;
}
.yh-vote-wrap .yh-vote-block.yh-vote-left img {
  max-width: 100%;
}
.yh-vote-wrap .yh-vote-block.yh-vote-left .vote-list {
  margin-top: 15px;
  padding: 10px 0 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8FBFE;
  border: 1px solid #EFF4F8;
  color: #8590A6;
  font-size: 14px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-left .vote-list li {
  line-height: 30px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-left .vote-content {
  padding-left: 14px;
  font-size: 14px;
  color: #4D5668;
  margin-top: 15px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right {
  float: right;
  width: 47%;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item {
  margin-bottom: 30px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item .vote-msg {
  border: 1px solid #EFF4F8;
  background: #F8FBFE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #4D5668;
  padding: 20px 15px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item .vote-bar {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item .vote-bar .percent-line {
  width: 100%;
  height: 20px;
  background: #F8FBFE;
  position: relative;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item .vote-bar .percent-line span {
  display: block;
  position: absolute;
  height: 20px;
  width: 0;
  background: #83B1ED;
  color: #4D5668;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item .vote-bar .count {
  text-align: right;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.yh-vote-wrap .yh-vote-block.yh-vote-right .vote-group .vote-item .vote-bar .percent {
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4380C0;
}
/*账单管理*/
.yh-bill-search {
  background: none;
  border: none;
}
.yh-bill-search .search-controller .search-label {
  width: auto;
}
.yh-bill-search .bill-add .bill-add-btn {
  float: right;
  cursor: pointer;
  width: 140px;
  height: 26px;
  padding-right: 10px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #E7EAF1;
  border-radius: 13px;
  color: #4D5668;
  font-size: 14px;
  background-size: 6.5px 11.5px;
  background-position: 130px center;
}
.yh-bill-search .bill-add .bill-add-btn img {
  position: relative;
  top: 3px;
  width: 13px;
  margin-right: 5px;
}
.yh-bill-search .bill-download {
  line-height: 28px;
  color: #4D5668;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.yh-bill-search .bill-download span {
  font-size: 13px;
}
.yh-bill-search .bill-result {
  color: #90939A;
  line-height: 28px;
  font-size: 13px;
}
.yh-bill-search .bill-result .red {
  color: #FC5453;
}
.yh-bill-search .bill-result .blue {
  color: #538AFC;
}
.yh-bill-search .bill-result .green {
  color: #1BBC9B;
}
.yh-bill-wrap {
  padding: 0 30px 108px 30px;
}
.bill-popup-wrap {
  padding: 30px 30px 0 30px;
}
.bill-popup-wrap .bill-popup-title {
  text-align: center;
  color: #4D5668;
}
.bill-popup-wrap .bill-popup-title h1 {
  font-size: 18px;
  font-weight: 500;
}
.bill-popup-wrap .bill-popup-title p {
  font-size: 16px;
  margin-top: 10px;
}
.bill-popup-wrap .bill-info-wrap {
  margin-top: 30px;
}
.bill-popup-wrap .bill-info-wrap .col-m-4 .label-title {
  font-size: 14px;
  color: #4D5668;
}
.bill-popup-wrap .bill-info-wrap .col-m-4 .label-title span {
  color: #49B4FF;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 {
  text-align: right;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item {
  font-size: 14px;
  color: #8590a6;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: 6px;
  height: 6px;
  border: 3px solid #538afc;
  border-radius: 50px;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item span {
  color: #538afc;
  padding: 0 5px;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item + .label-item {
  margin-left: 32px;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item.label-item-green:before {
  border: 3px solid #1fbd9c;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item.label-item-green span {
  color: #1fbd9c;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item.label-item-red:before {
  border: 3px solid #fc5655;
}
.bill-popup-wrap .bill-info-wrap .col-m-8 .label-item.label-item-red span {
  color: #fc5655;
}
/*错误状态码*/
.err-image .err-sweat1,
.err-image .err-sweat2,
.err-image .err-sweat3 {
  background: url('../images/errorCode/icon_sweat.png') 0 0 no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
}
.err-image .err-sweat1 {
  top: 24%;
  left: 54%;
  -webkit-animation: fadeOutThree 3s infinite ease;
  animation: fadeOutThree 3s infinite ease;
}
.err-image .err-sweat2 {
  top: 25.3%;
  left: 52.5%;
  -webkit-animation: fadeOutOne 3s infinite ease;
  animation: fadeOutOne 3s infinite ease;
}
.err-image .err-sweat3 {
  top: 27%;
  left: 54.2%;
  -webkit-animation: fadeOutTwo 3s infinite ease;
  animation: fadeOutTwo 3s infinite ease;
}
@-webkit-keyframes fadeOutOne {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutOne {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutTwo {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutTwo {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutThree {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutThree {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.err-image img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 470px;
}
.err-image .err-leaf1 {
  background: url('../images/errorCode/icon_leaf1.png') 0 0 no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 10%;
  left: -3%;
  -webkit-animation: enterOne 4s ease forwards;
  animation: enterOne 4s ease forwards;
}
@-webkit-keyframes enterOne {
  100% {
    top: 50%;
    left: 30%;
  }
}
@keyframes enterOne {
  100% {
    top: 50%;
    left: 30%;
  }
}
.err-image .err-leaf2 {
  background: url('../images/errorCode/icon_leaf2.png') 0 0 no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 2%;
  right: -3%;
  -webkit-animation: enterTwo 2.5s ease forwards;
  animation: enterTwo 2.5s ease forwards;
}
@-webkit-keyframes enterTwo {
  100% {
    top: 41%;
    right: 53%;
  }
}
@keyframes enterTwo {
  100% {
    top: 41%;
    right: 53%;
  }
}
.err-image .err-leaf3 {
  background: url('../images/errorCode/icon_leaf3.png') 0 0 no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 2%;
  right: -3%;
  z-index: 10;
  -webkit-animation: enterThree 4.5s ease forwards;
  animation: enterThree 4.5s ease forwards;
}
@-webkit-keyframes enterThree {
  100% {
    top: 70%;
    right: 47%;
  }
}
@keyframes enterThree {
  100% {
    top: 70%;
    right: 47%;
  }
}
.jqTransformSelectWrapper {
  background: #fff;
}
.jqTransformSelectWrapper.select-focus {
  border: 1px solid #237aff;
}
.jqTransformSelectWrapper:focus {
  border: 1px solid #237aff !important;
}
.jqTransformSelectWrapper div span {
  background: none !important;
  position: relative;
  z-index: 2;
}
.jqTransformSelectWrapper div a.jqTransformSelectOpen {
  position: absolute;
  z-index: 1;
  right: 0;
}
.search-controller label {
  position: relative;
}
.search-controller .webuploader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.search-controller .webuploader-pick {
  position: absolute;
  background: none;
  z-index: 2;
}
/*# sourceMappingURL=style.css.map */
