body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
:before,
:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img {
  border: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ul {
  list-style-type: none;
}
a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
}
a:hover {
  color: #3492e6;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
textarea {
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.timeline .timeline-item {
  position: relative;
  text-align: left;
  padding-left: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.timeline .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline .timeline-item:last-child:before {
  display: none;
}
.timeline .timeline-item .timeline-content {
  position: relative;
  top: -4px;
}
.timeline .timeline-item .timeline-content p {
  padding: 0;
  margin: 0;
}
.timeline .timeline-item .timeline-content .timeline-title {
  font-weight: bold;
}
.timeline .timeline-item .timeline-content .timeline-tag {
  color: #999;
}
.timeline .timeline-item:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px #3492e6 solid;
  background: #fff;
  border-radius: 6px;
}
.timeline .timeline-item:before {
  content: ' ';
  width: 2px;
  background: #d4d4d4;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
}
.timeline .timeline-item-highlight:after {
  border: 2px #FF6633 solid;
}
.timeline .timeline-item-comfort:after {
  border: 2px #66CC33 solid;
}
.steps {
  border-top: 4px #eee solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps .steps-item-circle:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border: 2px #eee solid;
  background: #eee;
  border-radius: 6px;
}
.steps .steps-item-circle:first-child:before {
  left: 0;
}
.steps .steps-item-circle:last-child:before {
  left: auto;
  right: 0 !important;
}
.steps .steps-item {
  position: relative;
  text-align: center;
  border-top: 4px #eee solid;
  margin-top: -4px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.steps .steps-item .steps-item-title {
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
}
.steps .steps-item .steps-item-title {
  padding-top: 0.5em;
}
.steps .steps-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.steps .steps-item:first-child .steps-item-title {
  left: 0;
}
.steps .steps-item:first-child .steps-item-icon {
  left: 0;
}
.steps .steps-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.steps .steps-item:last-child .steps-item-title {
  left: auto;
  right: 0;
  margin-right: -50px;
}
.steps .steps-item:last-child .steps-item-icon {
  left: auto;
  right: 0 !important;
}
.steps .steps-item-done {
  border-top-color: #66CC33 !important;
}
.steps .steps-item-done:before {
  border-color: #66CC33 !important;
  background: #66CC33;
}
.sidebar-menu {
  background: #3492e6;
  -webkit-transition: width ease-in-out 0.4s !important;
  transition: width ease-in-out 0.4s !important;
}
.sidebar-menu > li > span {
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
  display: block;
  white-space: nowrap;
}
.sidebar-menu .menu-item-icon {
  padding-left: 50px !important;
}
.sidebar-menu .menu-item-icon i {
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  font-size: 1.5em;
  color: #ffffff !important;
}
.sidebar-menu .menu-item {
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: left;
  padding-left: 1em;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.sidebar-menu .menu-item-current {
  position: relative;
  background: #61aaec;
  color: #ffffff;
}
.sidebar-menu .menu-item-current:after {
  position: absolute;
  content: " ";
  width: 0px;
  height: 0px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-right-color: #fff;
}
.sidebar-menu .menu-item-current i {
  color: #3492e6;
}
.sidebar-menu a {
  height: 100%;
  width: 100%;
  display: block;
  color: #b6becc;
}
.sidebar-menu-sm .menu-item {
  height: 35px;
  line-height: 35px;
}
.sidebar-menu-sm .menu-item-icon {
  padding-left: 35px !important;
}
.sidebar-menu-sm .menu-item-icon i {
  width: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 1.2em;
}
.sidebar-menu-sm .menu-item-current:after {
  position: absolute;
  content: " ";
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-right-color: #fff;
}
.sidebar-menu-white {
  background: #fff;
}
.sidebar-menu-white .menu-item-icon i {
  color: #999 !important;
}
.sidebar-menu-white .menu-item {
  color: #999 !important;
}
.sidebar-menu-white .menu-item-current {
  background: #f2f2f2;
  color: #999 !important;
}
.sidebar-menu-white .menu-item-current:after {
  display: none;
}
.sidebar-menu-white .menu-item-current i {
  color: #3492e6;
}
.sidebar-menu-light {
  background: none;
}
.sidebar-menu-light .menu-item-icon i {
  color: #999 !important;
}
.sidebar-menu-light .menu-item {
  color: #999 !important;
}
.sidebar-menu-light .menu-item-current {
  border-left: 2px #3492e6 solid;
  background: #fff;
  color: #3492e6 !important;
}
.sidebar-menu-light .menu-item-current:after {
  display: none;
}
.sidebar-menu-light .menu-item-current i {
  color: #3492e6 !important;
}
.sidebar-menu-curl {
  width: 50px !important;
}
.sidebar-menu-curl > li > span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sidebar-menu-sm-curl {
  width: 35px !important;
}
.sidebar-menu-sm-curl > li > span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row:after {
  content: ' ';
  display: block;
  clear: both;
  width: 100%;
  line-height: 0;
  height: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.p1111 {
  padding: 7px 7px;
}
.p0111 {
  padding: 0 7px 7px 7px;
}
.p1000 {
  padding-top: 7px !important;
}
.p0010 {
  padding-bottom: 7px !important;
}
.p0100 {
  padding-right: 7px !important;
}
.p0001 {
  padding-left: 7px !important;
}
.p1010 {
  padding: 7px 0;
}
.p0101 {
  padding: 0 7px;
}
.p1101 {
  padding: 7px 7px 0 7px;
}
.p1001 {
  padding: 7px 0 0 7px;
}
.p0110 {
  padding: 0 7px 7px 0;
}
.p2222 {
  padding: 14px 14px;
}
.p0222 {
  padding: 0 14px 14px 14px;
}
.p2000 {
  padding-top: 14px !important;
}
.p0020 {
  padding-bottom: 14px !important;
}
.p0200 {
  padding-right: 14px !important;
}
.p0002 {
  padding-left: 14px !important;
}
.p2020 {
  padding: 14px 0;
}
.p0202 {
  padding: 0 14px;
}
.p0202 {
  padding: 0 14px;
}
.p2202 {
  padding: 14px 14px 0 14px;
}
.p2002 {
  padding: 14px 0 0 14px;
}
.p0220 {
  padding: 0 14px 14px 0;
}
.p3000 {
  padding-top: 28px !important;
}
.p0030 {
  padding-bottom: 28px !important;
}
.p0300 {
  padding-right: 28px !important;
}
.p0003 {
  padding-left: 28px !important;
}
.p3333 {
  padding: 28px 28px;
}
.m1111 {
  margin: 7px 7px;
}
.m0111 {
  margin: 0 7px 7px 7px;
}
.m1000 {
  margin-top: 7px;
}
.m0010 {
  margin-bottom: 7px;
}
.m0100 {
  margin-right: 7px;
}
.m0001 {
  margin-left: 7px;
}
.m1010 {
  margin: 7px 0;
}
.m0101 {
  margin: 0 7px;
}
.m1101 {
  margin: 7px 7px 0 7px;
}
.m1001 {
  margin: 7px 0 0 7px;
}
.m0110 {
  margin: 0 7px 7px 0;
}
.m2222 {
  margin: 14px 14px;
}
.m0222 {
  margin: 0 14px 14px 14px;
}
.m2000 {
  margin-top: 14px;
}
.m0020 {
  margin-bottom: 14px;
}
.m0200 {
  margin-right: 14px;
}
.m0002 {
  margin-left: 14px;
}
.m2020 {
  margin: 14px 0;
}
.m0202 {
  margin: 0 14px;
}
.m2202 {
  margin: 14px 14px 0 14px;
}
.m2002 {
  margin: 14px 0 0 14px;
}
.m0220 {
  margin: 0 14px 14px 0;
}
.m3000 {
  margin-top: 28px;
}
.m0030 {
  margin-bottom: 28px;
}
.m0300 {
  margin-right: 28px;
}
.m0003 {
  margin-left: 28px;
}
.m3333 {
  margin: 28px 28px;
}
.notice {
  padding: 0.5em 1em;
  position: relative;
  border-radius: 2px;
}
.notice .notice-close {
  position: absolute;
  right: 0.5em;
}
.notice-warm {
  background: #FF6633;
  color: #fff;
}
.thin-scroll::-webkit-scrollbar {
  width: 7px;
}
.thin-scroll::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-left: 2px solid transparent;
}
.thin-scroll::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-left: 2px solid transparent;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.ar {
  position: absolute;
  right: 0;
  top: 0;
}
.al {
  position: absolute;
  left: 0;
  top: 0;
}
.ovf {
  overflow: hidden;
}
.bor-bottom {
  border-bottom: 1px #d4d4d4 solid;
}
.bor-top {
  border-top: 1px #d4d4d4 solid;
}
.bb {
  border-bottom: 1px #d4d4d4 solid;
}
.bl {
  border-left: 1px #d4d4d4 solid;
}
.br {
  border-right: 1px #d4d4d4 solid;
}
.bl-light {
  border-left: 1px #eee solid;
}
.br-light {
  border-right: 1px #eee solid;
}
.bb-light {
  border-bottom: 1px #eee solid;
}
.bt {
  border-top: 1px #d4d4d4 solid;
}
.bt-light {
  border-top: 1px #eee solid;
}
.f-default {
  font-size: 14px !important;
}
.f-lg {
  font-size: 22px !important;
}
.f-md {
  font-size: 17px !important;
}
.f-sm {
  font-size: 12px !important;
}
.f-light {
  color: #999 !important;
}
.f-highlight {
  color: #FF6633 !important;
}
.va {
  vertical-align: bottom;
}
button,
textarea {
  outline: none;
}
.label-lg {
  font-size: 17px;
}
.form-control {
  width: 100%;
}
.textarea,
.input,
.select {
  background: #fff;
  border: 1px #d4d4d4 solid;
  border-radius: 2px;
  font-size: 14px;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
.textarea:focus,
.input:focus,
.select:focus {
  outline: none;
  border: 1px #3492e6 solid;
}
.textarea:hover,
.input:hover,
.select:hover {
  border: 1px #3492e6 solid;
}
.readonly {
  background: #f9f9f9;
}
.textarea,
.textarea-underline {
  padding: 9px 10px;
  font-size: 14px !important;
}
.input,
.select {
  padding: 9px 10px;
  height: 39px;
}
.input-lg,
.select-lg {
  padding: 11px 10px;
  height: 46px;
  font-size: 17px;
}
.input-sm,
.select-sm {
  padding: 6px 10px;
  height: 33px;
}
.input-tiny,
.select-tiny {
  padding: 3px 8px;
  height: 27px;
}
.has-icon {
  position: relative;
}
.has-icon > i {
  color: #999;
  position: absolute;
  right: 0.4em;
  top: 50%;
  font-family: iconfont;
  font-size: 22px;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
}
.be-wrong,
.be-pass,
.be-loading {
  position: relative;
}
.be-wrong:after,
.be-pass:after,
.be-loading:after {
  position: absolute;
  right: 0.4em;
  top: 50%;
  font-family: iconfont;
  font-size: 22px;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
}
.be-wrong > i,
.be-pass > i,
.be-loading > i {
  display: none;
}
.be-wrong:after {
  content: '\e6e4';
  color: #FF6633;
}
.be-wrong > input,
.be-wrong > select,
.be-wrong > textarea {
  border: 1px #FF6633 solid;
  box-shadow: 0 0 4px #ff9f80;
}
.be-wrong > input:hover,
.be-wrong > select:hover,
.be-wrong > textarea:hover,
.be-wrong > input:focus,
.be-wrong > select:focus,
.be-wrong > textarea:focus {
  border: 1px #FF6633 solid;
  box-shadow: 0 0 4px #ff9f80;
}
.be-wrong > .input-underline,
.be-wrong > .select-underline,
.be-wrong > .textarea-underline {
  border-bottom: 1px #FF6633 solid !important;
  box-shadow: none !important;
}
.be-pass:after {
  content: '\e656';
  color: #66CC33;
}
.be-pass > input,
.be-pass > select,
.be-pass > textarea {
  border: 1px #66CC33 solid;
  box-shadow: 0 0 4px #94db70;
}
.be-pass > input:hover,
.be-pass > select:hover,
.be-pass > textarea:hover,
.be-pass > input:focus,
.be-pass > select:focus,
.be-pass > textarea:focus {
  border: 1px #66CC33 solid;
  box-shadow: 0 0 4px #94db70;
}
.be-pass > .input-underline,
.be-pass > .select-underline,
.be-pass > .textarea-underline {
  border-bottom: 1px #66CC33 solid !important;
  box-shadow: none !important;
}
.has-icon {
  position: relative;
}
.has-icon i {
  position: absolute;
  right: 0.4em;
  top: 50%;
  font-family: iconfont;
  font-size: 22px;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
}
.input-underline,
.select-underline,
.textarea-underline {
  border: 0px !important;
  border-bottom: 1px #d4d4d4 solid !important;
}
.btn {
  -webkit-appearance: none !important;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  cursor: pointer;
  padding: 8px 12px;
  border: 0;
  border-radius: 2px;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #444;
  background: #f2f2f2;
  border: 1px #f2f2f2 solid;
}
.btn:hover {
  background: #d9d9d9;
}
.btn i {
  line-height: 1em;
}
.btn-block {
  width: 100%;
}
.btn-square {
  border-radius: 0 !important;
}
.btn-primary {
  color: #fff;
  background: #3492e6;
  border: 1px #3492e6 solid;
}
.btn-primary:hover {
  background: #1976c9;
  color: #fff;
}
.btn-warm {
  color: #fff;
  background: #FF6633;
  border: 1px #FF6633 solid;
}
.btn-warm:hover {
  background: #fa3e00;
  color: #fff;
}
.btn-comfort {
  color: #fff;
  background: #66CC33;
  border: 1px #66CC33 solid;
}
.btn-comfort:hover {
  background: #509f28;
  color: #fff;
}
.btn-blank {
  color: #444;
  border: 1px #d4d4d4 solid;
  background: none;
}
.btn-blank:hover {
  background: #f2f2f2;
  color: #444;
}
.btn-primary-blank {
  color: #3492e6;
  border: 1px #3492e6 solid;
  background: none;
}
.btn-primary-blank:hover {
  background: #3492e6;
  color: #fff;
}
.btn-warm-blank {
  color: #FF6633;
  border: 1px #FF6633 solid;
  background: none;
}
.btn-warm-blank:hover {
  background: #FF6633;
  color: #fff;
}
.btn-comfort-blank {
  color: #66CC33;
  border: 1px #66CC33 solid;
  background: #fff;
}
.btn-comfort-blank:hover {
  background: #66CC33;
  color: #fff;
}
.btn-icon {
  border: 0;
  background: none;
  color: #d4d4d4;
  font-size: 26.4px;
  padding: 0;
  vertical-align: center;
}
.btn-icon:hover {
  background: none;
}
.btn-icon-primary {
  border: 0;
  background: none;
  color: #3492e6;
  font-size: 26.4px;
}
.btn-tiny {
  padding: 2px 6px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm-icon {
  font-size: 17px;
}
.btn-lg {
  padding: 11px 16px;
  font-size: 17px;
}
.btn-lg-icon {
  font-size: 22px;
}
.btn-block {
  width: 100%;
  display: block !important;
}
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table th {
  padding: 8.4px 14px;
  font-size: 14px;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
.table td {
  padding: 8.4px 14px;
  line-height: 1.6em;
}
.table-underline th,
.table-underline td {
  border-bottom: 1px #eee solid;
}
.table-border {
  border: 1px #eee solid;
}
.table-border th {
  background: #f9f9f9;
}
.table-border th,
.table-border td {
  border-bottom: 1px #eee solid;
}
.table-border-all {
  border: 1px #eee solid;
}
.table-border-all th {
  background: #f9f9f9;
}
.table-border-all th,
.table-border-all td {
  border-bottom: 1px #eee solid;
  border-right: 1px #eee solid;
}
.markdown h2,
.markdown h3 {
  padding: 1em 0 0.5em 0;
}
.markdown h2 {
  font-size: 16px;
  font-weight: bold;
}
.markdown h3 {
  font-size: 14px;
  font-weight: bold;
}
.markdown p {
  padding: 10px 0;
  line-height: 1.8em;
}
.markdown table {
  margin: 5px 0;
  width: 100%;
  text-align: left !important;
  border-collapse: collapse;
  border: 1px #eee solid;
}
.markdown table th {
  padding: 8.4px 14px;
  font-size: 14px;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
.markdown table td {
  padding: 8.4px 14px;
  line-height: 1.6em;
}
.markdown table th {
  background: #f9f9f9;
}
.markdown table th,
.markdown table td {
  border-bottom: 1px #eee solid;
  border-right: 1px #eee solid;
}
.mobile {
  width: 100%;
  height: 100%;
  position: relative;
  background: #444;
  border-radius: 5px;
}
.mobile:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 17px;
  width: 40px;
  height: 6px;
  background: #666;
  border-radius: 3px;
  margin-left: -20px;
}
.mobile:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: #666;
  border-radius: 15px;
  margin-left: -15px;
}
.mobile .screen {
  position: absolute;
  top: 40px;
  left: 5px;
  right: 5px;
  bottom: 50px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile .screen::-webkit-scrollbar {
  width: 0px;
}
.mobile .screen::-webkit-scrollbar-thumb {
  background-color: #FF6633;
  border-left: 0px solid transparent;
}
.mobile .screen::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 0px solid transparent;
}
.mobile-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mobile-top .screen {
  position: absolute;
  top: 40px;
  left: 5px;
  right: 5px;
  bottom: 0;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-top:after {
  content: ' ';
  height: 1px;
  line-height: 1px;
  background: none;
  border-bottom: 1px #eee solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 380px;
  margin-left: -190px;
}
.mobile-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mobile-bottom:before {
  content: ' ';
  height: 1px;
  line-height: 1px;
  background: none;
  border-bottom: 1px #eee solid;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 999;
  width: 380px;
  margin-left: -190px;
}
.mobile-bottom .screen {
  position: absolute;
  top: 0px;
  left: 5px;
  right: 5px;
  bottom: 50px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.form .form-item {
  text-align: left;
}
.form .form-item label {
  font-weight: bold;
}
.form-lg .input,
.form-lg .select {
  padding: 11px 10px;
  height: 46px;
  font-size: 17px;
}
.form-lg label {
  font-size: 17px;
}
.tabs-horizon {
  height: 44px;
  background: #fff;
}
.tabs-horizon .tabs-item {
  display: inline-block;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 5.6px;
  border: 0;
  background: none;
  color: #444;
}
.tabs-horizon .tabs-item:hover {
  cursor: pointer;
}
.tabs-horizon .tabs-item-current {
  border-bottom: 4px #3492e6 solid;
  color: #3492e6 !important;
}
.tabs-horizon-dark {
  background: #3492e6 !important;
}
.tabs-horizon-dark .tabs-item {
  color: #fff;
}
.tabs-horizon-dark .tabs-item-current {
  border-bottom: 4px #8fc3f1 solid;
  color: #fff !important;
}
.tabs-group {
  display: inline-block;
  border: 1px #3492e6 solid;
  border-radius: 2px;
}
.tabs-group .tabs-item {
  display: inline-block;
  border: 0px !important;
  border-radius: 0 !important;
}
.tabs-group .tabs-item-current {
  background: #3492e6;
  color: #fff;
}
.tabs-group-dark {
  border: 1px #fff solid;
}
.animate-hack {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-enter,
.modal-leave-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}
.lr-enter-active,
.lr-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.lr-enter,
.lr-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.bt-enter-active,
.bt-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.bt-enter,
.bt-leave-active {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.tb-enter-active,
.tb-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.tb-enter,
.tb-leave-active {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.layout-enter-active,
.layout-leave-active {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.layout-enter,
.layout-leave-active {
  opacity: 0;
}
.pagein-enter-active,
.pagein-leave-active {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.pagein-leave,
.pagein-enter,
.pagein-leave-active {
  position: absolute;
  left: 0;
  width: 100%;
}
.pagein-enter {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.pagein-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.loading {
  -webkit-animation: loading 2s linear infinite;
          animation: loading 2s linear infinite;
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jump {
  -webkit-animation: jump .6s ease;
          animation: jump .6s ease;
}
@-webkit-keyframes jump {
  40% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  80% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes jump {
  40% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  80% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.font-primary {
  color: #3492e6;
}
.font-light {
  color: #999;
}
.font-highlight {
  color: #FF6633;
}
.font-comfort {
  color: #66CC33;
}
.font-normal {
  font-size: 14px !important;
}
.font-lg {
  font-size: 22px !important;
}
.font-sm {
  font-size: 12px !important;
}
.font-md {
  font-size: 17px !important;
}
.color-primary {
  color: #3492e6;
}
.color-primary-light {
  color: #8fc3f1;
}
.color-highlight {
  color: #FF6633;
}
.color-comfort {
  color: #66CC33;
}
.color-light {
  color: #999;
}
.bg-primary {
  background: #3492e6;
}
.bg-highlight {
  background: #FF6633;
}
.bg-comfort {
  background: #66CC33;
}
.statistics {
  padding: 0.8em 0;
  width: 100%;
}
.statistics .statistics-item {
  display: inline-block;
  line-height: 1.2em !important;
  padding: 0 14px;
  border-right: 1px #eee solid;
}
.statistics .statistics-item .statistics-title {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #999;
}
.statistics .statistics-item .statistics-number {
  font-size: 20px;
  line-height: 1em;
  display: block;
}
.statistics .statistics-item-link {
  position: relative;
  padding: 0.6em 0 0.4em 0;
}
.statistics .statistics-item-link:after {
  position: absolute;
  content: " ";
  width: 0px;
  height: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  bottom: 0;
  right: 0;
  border-right-color: #FF6633;
  border-bottom-color: #FF6633;
}
.statistics-full {
  padding: 0;
}
.statistics-full .statistics-item {
  padding: 0.8em 14px;
}
.tabs-horizon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.form-item-head {
  text-align: left;
}
.form-item-head label {
  padding-left: 14px;
  font-weight: normal !important;
}
.form-item-head .input,
.form-item-head .select,
.form-item-head .textarea {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}
.form-item-blank {
  position: relative;
}
.form-item-blank label {
  padding-left: 14px;
  font-weight: normal !important;
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  z-index: 998;
}
.form-item-blank .input,
.form-item-blank .select,
.form-item-blank .textarea {
  padding-left: 100px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.form-head {
  text-align: left;
}
.form-head .form-item {
  padding-top: 5px;
}
.form-head label {
  padding-left: 14px;
  font-weight: normal !important;
}
.form-head .input,
.form-head .select,
.form-head .textarea {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}
.form-blank {
  position: relative;
}
.form-blank .form-item {
  position: relative;
}
.form-blank label {
  padding-left: 14px;
  font-weight: normal !important;
  position: absolute;
  left: 0;
  top: 50%;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  z-index: 998;
}
.form-blank .input,
.form-blank .select,
.form-blank .textarea {
  padding-left: 100px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.form-code {
  position: relative;
}
.form-code .form-code-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.form-code .form-code-btn button {
  color: #3492e6;
  background: none;
  border: 0;
}
.dialog-layout {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog-layout .dialog {
  border-radius: 2px;
  width: 80%;
  max-height: 95%;
  background: #fff;
}
.dialog-layout .dialog .dialog-content {
  font-size: 17px;
  padding: 14px;
}
.dialog-layout .dialog .dialog-content p {
  color: #999;
  font-size: 14px;
}
.dialog-layout .dialog .dialog-buttons {
  border-top: 1px #eee solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog-layout .dialog .dialog-buttons .button-ok,
.dialog-layout .dialog .dialog-buttons .button-no,
.dialog-layout .dialog .dialog-buttons .button {
  background: none;
  border: 0;
  font-size: 17px;
  padding: 11px 16px;
}
.dialog-layout .dialog .dialog-buttons .button-ok {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3492e6;
}
.dialog-layout .dialog .dialog-buttons .button-no {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px #eee solid;
}
.card {
  background: #fff;
  border: 1px #eee solid;
  border-radius: 4px;
}
.card .card-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px #eee solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .card-header .card-title {
  font-size: 17px;
  font-weight: normal;
  padding: 0.6em 14px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card .card-header .card-addon {
  padding-right: 14px;
  color: #999;
}
.card .card-content {
  padding: 0.5em 14px;
  text-align: left;
}
.card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px #eee solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 14px;
  text-align: left;
}
.card .card-footer .card-footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-underline {
  border: 0px;
  border-bottom: 1px #eee solid;
}
.card-primary {
  border-left: 4px #3492e6 solid;
}
.card-highlight {
  border-left: 4px #FF6633 solid;
}
.card-comfort {
  border-left: 4px #66CC33 solid;
}
.card-new {
  border: 1px #eee solid;
  border-radius: 4px;
  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;
  background: #fff;
  min-height: 100px;
}
.card-new .card-content i {
  font-size: 28px;
  color: #999;
}
.card-new .card-content p {
  padding: 0;
  margin: 0;
  color: #999;
}
.card-square {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
.redbag .card-content {
  background: #ee5f4f;
  color: #fff;
}
.redbag .card-content .card-icon {
  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;
  width: 40px;
  height: 40px;
}
.redbag .card-content .card-icon img {
  width: 30px;
}
.redbag .card-content .redbag-content {
  font-size: 16px;
  padding: 8px 15px;
}
.redbag .card-footer {
  color: #999;
}
.redbag-free .card-icon {
  font-size: 28px;
  color: #ee5f4f;
}
.redbag-free .card-icon .unit {
  font-size: 13px;
  color: #ee5f4f;
}
.redbag-free .redbag-content {
  color: #444;
}
.redbag-free .card-content {
  background: none;
}
.redbag-free .dock {
  background: url(../img/arrow-bg.png) repeat-y #ee5f4f;
  color: #fff;
  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;
}
.redbag-off .dock {
  background: url(../img/arrow-bg.png) repeat-y #e0e0e0;
  color: #444;
}
.user-box {
  background: #3492e6;
}
.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 14px;
}
.user-info .user-avatar {
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 30px;
}
.user-info .user-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  vertical-align: bottom;
}
.user-info .user-avatar-sm {
  line-height: 44px;
  height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 22px;
}
.user-info .user-avatar-sm img {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  vertical-align: bottom;
}
.user-info .user-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 17px;
  text-align: left;
  padding-left: 1.1em;
}
.user-info .user-phone {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.user-info2 {
  position: relative;
  padding-bottom: 40px;
}
.user-info2 .user-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  vertical-align: bottom;
}
.user-info2 .user-name {
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.user-info2 .user-phone {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #fff;
}
.user-info2 .user-count {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -30px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  background: #fff;
}
.user-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.8em 0;
}
.user-count .user-count-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
}
.user-count .user-count-item .user-count-title {
  font-size: 12px;
}
.user-count .user-count-item .user-count-number {
  font-size: 22px;
  line-height: 1em;
  display: block;
}
.layout-top,
.layout-bottom {
  position: fixed;
  z-index: 999;
}
.layout-top {
  top: 0;
  left: 0;
  width: 100%;
}
.layout-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.layout-fixed {
  position: fixed;
}
.layout-main {
  padding-bottom: 52.8px;
}
.layout-main-fixed {
  position: fixed;
}
.layout-main-absolute {
  position: absolute;
}
.layout-main-fixed,
.layout-main-absolute {
  top: 44px;
  left: 0;
  right: 0;
  bottom: 52.8px;
}
.layout-has-top {
  padding-top: 44px;
}
.layout-has-header-tabs {
  padding-top: 88px;
}
.layout-has-bottom {
  padding-top: 58px;
}
.layout-opacity,
.layout-none {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.layout-header {
  z-index: 998;
}
.layout-left {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}
.layout-right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}
.layout-none {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header {
  width: 100%;
  height: 44px;
  text-align: center;
  position: relative;
  font-size: 17.85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  line-height: 44px;
}
.header .header-body-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 14px;
}
.header .header-dock {
  height: 44px;
  line-height: 44px;
}
.header .header-dock a,
.header .header-dock button {
  background: none;
  border: 0;
  min-width: 44px;
  color: #ffffff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
  font-size: 18.7px;
}
.header .header-dock a:hover,
.header .header-dock button:hover {
  background: #1d86e3;
}
.header .header-dock a i,
.header .header-dock button i {
  font-size: 22px;
}
.header .header-dock .tip {
  content: ' ';
  position: absolute;
  right: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #FF6633;
}
.header {
  background: #3492e6;
  color: #fff;
}
.header-light {
  background: #fff;
  color: #444;
  border-bottom: 1px #d4d4d4 solid;
}
.header-light .header-dock a,
.header-light .header-dock button {
  color: #444;
}
.header-light .header-dock a:hover,
.header-light .header-dock button:hover {
  background: none;
  color: #3492e6;
}
.header-opacity {
  background: none;
  color: #fff;
  border-bottom: 0;
}
.header-opacity .header-dock a,
.header-opacity .header-dock button {
  color: #fff;
}
.header-opacity .header-dock a:hover,
.header-opacity .header-dock button:hover {
  background: none;
  color: #fff;
}
.header-search {
  padding: 0 6px;
}
.menu-horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.menu-horizon-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
  background: none;
  border: 0;
}
.menu-horizon-item > span {
  display: block;
}
.menu-horizon-item .menu-pic {
  margin: 0 auto;
  text-align: center;
  width: 2em;
  line-height: 1.2em;
  font-size: 28.6px;
  display: block;
}
.menu-horizon-item .menu-pic img {
  width: 1.6em;
  height: 1.6em;
}
.menu-horizon-item .menu-title {
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  display: block;
}
.menu-horizon-item .tip {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 10px;
  background: #FF6633;
  color: #fff;
  padding: 0 4px;
  line-height: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 9px;
  font-size: 10.8px;
}
.menu-horizon-item .tip-point {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: 6px;
  background: #FF6633;
  color: #fff;
  text-align: center;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
}
.menu-horizon-sm {
  padding: 2px 0;
  height: 54px;
}
.menu-horizon-sm .menu-pic {
  width: 2em;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 26.4px;
  display: block;
  color: #999;
}
.menu-horizon-sm .menu-pic img {
  width: 30px;
  height: 30px;
}
.menu-horizon-sm .menu-title {
  padding: 1px 0;
  font-size: 10px;
  display: block;
  line-height: 1em;
  color: #999;
}
.menu-horizon-border .menu-horizon-item {
  padding: 10px 0 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px #eee solid;
}
.menu-horizon-circle .menu-horizon-item .menu-pic {
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  line-height: 1.6em;
  font-size: 30.8px;
  display: block;
}
.menu-horizon-circle .menu-horizon-item .menu-pic i {
  color: #fff;
  font-size: 30.8px;
}
.menu-current .menu-pic {
  color: #3492e6 !important;
}
.menu-current .menu-title {
  color: #3492e6 !important;
}
.menu-card {
  text-align: left;
}
.menu-card .menu-icon {
  text-align: center;
  padding-right: 11.2px;
  line-height: 1em;
}
.menu-card .menu-icon i {
  font-size: 33px;
  line-height: 1em;
}
.menu-card .menu-icon img {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  vertical-align: bottom;
}
.menu-card .menu-icon-title {
  font-size: 17px;
  font-weight: normal;
}
.menu-card .menu-icon-note {
  color: #999;
  line-height: 1.2em;
}
.list-title {
  padding: 7px 14px;
  text-align: left;
  color: #777777;
}
.list {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.list,
.list-hack {
  position: relative;
}
.list .up-fresh,
.list-hack .up-fresh,
.list .down-fresh,
.list-hack .down-fresh {
  position: absolute;
  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;
  overflow: hidden;
}
.list .up-fresh p,
.list-hack .up-fresh p,
.list .down-fresh p,
.list-hack .down-fresh p {
  color: #999;
}
.list .up-fresh p i,
.list-hack .up-fresh p i,
.list .down-fresh p i,
.list-hack .down-fresh p i {
  font-size: 30.8px;
  display: block;
  line-height: 1em;
}
.list .up-fresh p span,
.list-hack .up-fresh p span,
.list .down-fresh p span,
.list-hack .down-fresh p span {
  font-size: 12px;
}
.list .up-fresh,
.list-hack .up-fresh {
  left: 0;
  right: 0;
  bottom: -58px;
}
.list .down-fresh,
.list-hack .down-fresh {
  left: 0;
  right: 0;
  top: -58px;
}
.list .list-item,
.list-hack .list-item {
  position: relative;
}
.list .list-item-arrow,
.list-hack .list-item-arrow {
  position: relative;
}
.list .list-item-arrow:before,
.list-hack .list-item-arrow:before {
  content: '\e660';
  font-family: iconfont;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #d4d4d4;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -10px;
}
.list-box {
  background: #fff;
  border-top: 1px #eee solid;
  border-bottom: 1px #d4d4d4 solid;
}
.list-box .list-item {
  border-bottom: 1px #d4d4d4 solid;
}
.list-box .list-item:last-child {
  border-bottom: 0 !important;
  background: none;
}
.menu-vertical-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: none;
  border: 0;
  min-height: 48.4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-vertical-item .menu-icon {
  text-align: center;
  padding-right: 14px;
  padding-left: 5.6px;
  color: #3492e6;
  font-size: 22px;
  line-height: 1em;
}
.menu-vertical-item .menu-icon i {
  font-size: 22px;
}
.menu-vertical-item .menu-icon img {
  width: 30px;
  vertical-align: bottom;
}
.menu-vertical-item .menu-icon-font {
  text-align: center;
  padding-right: 14px;
  padding-left: 5.6px;
  font-size: 17px;
  line-height: 1em;
}
.menu-vertical-item .menu-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 11.2px 0;
  text-align: left;
  font-size: 17px;
  line-height: 1.1em;
}
.menu-vertical-item .menu-dock {
  padding-right: 14px;
  line-height: 1em;
}
.page {
  position: absolute;
}
.comment-avatar,
.comment-avatar-left,
.comment-avatar-right {
  position: relative;
  text-align: left;
}
.comment-avatar-left .avatar {
  position: absolute;
  left: 10px;
  top: 7px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #f9f9f9;
  line-height: 30px;
  text-align: center;
}
.comment-avatar-left .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.comment-avatar-left .content {
  margin-left: 50px;
}
.comment-avatar-left .content .name {
  padding-top: 10px;
  font-size: 15px;
}
.comment-avatar-left .content .article {
  padding: 5px 0;
}
.comment-avatar-left .content .time {
  padding-bottom: 10px;
  font-size: 11px;
  color: #999;
}
.comment-avatar-left .content .reply {
  color: #999;
  padding: 0 0 5px 0;
}
.stars {
  height: 25px;
  line-height: 25px;
}
.stars .star,
.stars .star-check {
  display: inline-block;
  border: 0;
  background: 0;
  font-size: 22px;
  margin: 0 5px;
  color: #ddd;
  padding: 0;
}
.stars .star-check {
  color: #FF6633;
}
.stars .score {
  line-height: 25px;
  float: left;
  font-size: 17px;
}
.stars-sm {
  height: 20px;
  line-height: 20px;
}
.stars-sm .star,
.stars-sm .star-check {
  margin-right: 5px;
  font-size: 14px;
}
.stars-sm {
  height: 20px;
  line-height: 20px;
}
.stars-sm .star,
.stars-sm .star-check {
  margin-right: 5px;
  font-size: 14px;
}
.stars-circle {
  height: 10px;
  line-height: 10px;
}
.stars-circle .star,
.stars-circle .star-check {
  display: inline-block;
  border: 0;
  background: 0;
  margin: 0 3px;
  background: #ddd;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.stars-circle .star-check {
  background: #3492e6;
}
.drawer {
  position: fixed;
  z-index: 1001;
}
.drawer-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.drawer-bottom .drawer-box {
  background: #fff;
}
.drawer-top {
  top: 0;
  left: 0;
  right: 0;
}
.drawer-top .drawer-box {
  background: #fff;
}
.drawer-top-header {
  top: 44px;
  left: 0;
  right: 0;
  z-index: 998;
}
.drawer-top-header .drawer-box {
  background: #fff;
}
.drawer-center {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-center .drawer-box {
  width: 80%;
  background: #fff;
  border-radius: 2px;
}
.drawer-left {
  left: 0;
  top: 0;
  bottom: 0;
}
.drawer-left .drawer-box {
  background: #fff;
  height: 100%;
  overflow-y: auto;
}
.slide {
  overflow: hidden;
  position: relative;
}
.slide .slide-content {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.slide .slide-item {
  float: left;
}
.slide .slide-item img {
  width: 100%;
  vertical-align: bottom;
}
.slide .slide-btns {
  position: absolute;
  width: 200px;
  left: 50%;
  bottom: 20px;
  margin-left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
}
.slide .slide-btns .slide-btn {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  margin: 0 5px;
  border: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.slide .slide-btns .slide-btn-current {
  width: 20px;
}
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 14px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toast i {
  font-size: 44px;
  line-height: 1em;
  display: block;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.switch {
  width: 50px;
  height: 30px;
  border-radius: 15px;
  background: #f9f9f9;
  position: relative;
  border: 1px #d4d4d4 solid;
  -webkit-transition: background .4s;
  transition: background .4s;
}
.switch:before {
  content: ' ';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.switch-tag {
  width: 60px;
}
.switch-tag .on,
.switch-tag .off {
  text-align: center;
  width: 32px;
  line-height: 28px;
  font-size: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.switch-tag .on {
  color: #fff;
  padding-left: 1px;
  float: left;
}
.switch-tag .off {
  color: #999;
  float: right;
  padding-right: 1px;
}
.switch-on {
  background: #3492e6;
  border: 1px #3492e6 solid;
}
.switch-on .off {
  display: none;
}
.switch-off {
  background: #f9f9f9;
}
.switch-off:before {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.switch-off .on {
  display: none;
}
.switch-tag-off {
  background: #f9f9f9;
}
.switch-tag-off:before {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.switch-tag-off .on {
  display: none;
}
.counter {
  padding: 0.8em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  text-align: center;
}
.counter .counter-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 1.2em !important;
}
.counter .counter-item .counter-title {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  color: #999;
}
.counter .counter-item .counter-number {
  font-size: 20px;
  line-height: 1.1em;
  display: block;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-box .flex-item-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-box .flex-item-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.flex-box .flex-item-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.flex-box .flex-item-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.flex-box .flex-item-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.flex-box-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-box-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-box-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-box-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-box-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.result-box .result-icon {
  font-size: 60px;
}
.result-box .result-title {
  font-size: 22px;
}
.result-box .result-content {
  padding-top: 0.2em;
  font-size: 14px;
  color: #999;
}
/*数字选择*/
.number .number-input {
  border: 0;
  background: none;
  width: 30px;
  padding: 3px 8px;
  padding-left: 0;
  padding-right: 0;
  height: 27px;
  text-align: center;
  font-size: 17px;
}
.number button {
  cursor: pointer;
  line-height: 27px;
  color: #3492e6;
}
.number button i {
  line-height: 27px;
}
.number .number-btn-active {
  color: #3492e6;
}
.number .number-btn-hidden,
.number .number-input-hidden {
  visibility: hidden;
}
.number .number-btn-disable {
  color: #d4d4d4;
}
/*日期选择*/
.calendar table {
  width: 100%;
}
.calendar .weekday {
  font-weight: bold;
  height: 32px;
}
.calendar .day {
  height: 32px;
  text-align: center;
  width: 14.28%;
}
.calendar .active,
.calendar .unactive {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  line-height: 2em;
}
.calendar .active {
  background: #3492e6;
  color: #fff;
}
.calendar .unactive {
  background: #f2f2f2;
  color: #444;
}
.calendar .disable {
  color: #999;
}
.shopping-bar {
  padding-left: 70px;
}
.shopping-bar .shopping-info {
  padding-top: 4px;
}
.shopping-bar .icon {
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  border: 2px #fff solid;
  text-align: center;
  font-size: 22px;
  background: #3492e6;
}
.shopping-bar .btn {
  border-radius: 0 !important;
  font-size: 18.7px;
  padding: 0.8em 1em;
}
.paycode {
  width: 80%;
}
.paycode .paycode-content {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.paycode .paycode-content .paycode-bar {
  background: #f9f9f9;
}
.paycode .paycode-content .paycode-bar img {
  width: 100%;
}
.paycode .paycode-content .paycode-body img {
  width: 50%;
}
.br {
  border-right: 1px #eee solid;
}
.bl {
  border-left: 1px #eee solid;
}
.bt {
  border-top: 1px #eee solid;
}
.bb {
  border-bottom: 1px #eee solid;
}
.ba {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
}
.rbb {
  border-bottom: 0px !important;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: bottom;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ba {
    /*
    background-image:linear-gradient(180deg, red, red 50%, transparent 50%),
    linear-gradient(270deg, red, red 50%, transparent 50%),
    linear-gradient(0deg, red, red 50%, transparent 50%),
    linear-gradient(90deg, red, red 50%, transparent 50%);
    background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
    background-repeat: no-repeat;
    background-position: top, right top,  bottom, left top;*/
  }
  .rbt,
  .bor-top,
  .bt {
    border-top: 0px !important;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  }
  .rbb,
  .bb,
  .input-underline,
  .select-underline,
  .textarea-underline,
  .list-box .list-item,
  .list-box,
  .bor-bottom,
  .form-blank .form-item,
  .card-header,
  .form-blank .input,
  .form-blank .select,
  .form-blank .textarea {
    border-bottom: 0px !important;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    background-position: bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  }
}
.selector .selector-title {
  text-align: center;
  padding: 0.5em 0;
}
.selector .selector-list {
  overflow-y: auto;
}
.selector .selector-list .selected {
  color: #3492e6;
  font-weight: bold;
}
.selector .selector-list li {
  padding: 0.2em 0;
  line-height: 1.5em;
  font-size: 17px;
}
.selector-check .selector-list {
  text-align: left;
}
.selector-check .selector-list li {
  position: relative;
  padding-left: 42px;
  font-weight: normal !important;
}
.selector-check .selector-list li:after,
.selector-check .selector-list .selected:after {
  content: '\e6d7';
  color: #d4d4d4;
  text-align: left;
  position: absolute;
  left: 0.4em;
  top: 50%;
  font-family: iconfont;
  font-size: 22px;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
}
.selector-check .selector-list .selected:after {
  color: #3492e6 !important;
  content: '\e656' !important;
}
.selector-underline .selector-list li {
  border-bottom: 0px !important;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  background-position: bottom;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  border-bottom: 1px #eee solid;
}
.selector-lg .selector-list li {
  padding-top: 1em ;
  padding-bottom: 1em;
}
.tip-box {
  position: relative;
  background: #fff;
  color: #444;
  padding: 8px 18px;
  line-height: 1.5em;
  border-radius: 2px;
}
.tip-box:before {
  position: absolute;
  content: " ";
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
}
.tip-comfort {
  background: #66CC33;
}
.tip-comfort:before {
  border-color: #66CC33;
}
.tip-left:before {
  left: 100%;
  top: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.tip-top:before {
  right: 12px;
  bottom: -2.5px;
}
.tip-bottom:before {
  left: 12px;
  top: -2.5px;
}
.tip-right:before {
  right: 100%;
  top: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.keyboard {
  background: #fff;
}
.keyboard .board-btn {
  width: 33.33333%;
  text-align: center;
  float: left;
}
.keyboard .board-btn button {
  font-size: 24px;
  border: 0;
  background: none;
  height: 55px;
  line-height: 55px;
  width: 100%;
}
.keyboard .board-btn .del {
  background: #f2f2f2;
  font-size: 17px;
}
.keyboard .board-btn .none {
  background: #f2f2f2;
}
.paypassword {
  background: #fff;
}
.paypassword .pay-item {
  width: 16.66666666%;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 40px;
  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;
}
.paypassword .pay-item .pay-input {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #444;
}
