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: #333744;
  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 #333744 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;
}
.sidebar-menu {
  background: #333744;
  -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: #ced1db !important;
}
.sidebar-menu .menu-item {
  min-height: 50px;
  line-height: 50px;
  position: relative;
  text-align: left;
  padding-left: 1em;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.sidebar-menu .menu-item .tip {
  line-height: 1em;
  margin-top: -10px;
  padding-bottom: 15px;
  font-size: 13px;
}
.sidebar-menu .menu-item-current {
  position: relative;
  background: #494f61;
  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: #333744;
}
.sidebar-menu a {
  height: 100%;
  width: 100%;
  display: block;
  color: #b6becc;
}
.sidebar-menu-sm .menu-item {
  min-height: 35px;
  line-height: 35px;
}
.sidebar-menu-sm .menu-item .tip {
  line-height: 1em;
  margin-top: -5px;
  padding-bottom: 10px;
  font-size: 13px;
}
.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: #333744;
}
.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 #333744 solid;
  background: #fff;
  color: #333744 !important;
}
.sidebar-menu-light .menu-item-current:after {
  display: none;
}
.sidebar-menu-light .menu-item-current i {
  color: #333744 !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%;
  }
}
.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: #333744;
  border: 1px #333744 solid;
}
.btn-primary:hover {
  background: #1b1d24;
  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: #333744;
  border: 1px #333744 solid;
  background: none;
}
.btn-primary-blank:hover {
  background: #333744;
  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: 24px;
  padding: 0;
  vertical-align: center;
}
.btn-icon:hover {
  background: none;
}
.btn-icon-primary {
  border: 0;
  background: none;
  color: #333744;
  font-size: 24px;
}
.btn-tiny {
  padding: 2px 6px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm-icon {
  font-size: 17px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
}
.btn-lg-icon {
  font-size: 20px;
}
.btn-block {
  width: 100%;
  display: block !important;
}
.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: 20px !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;
}
. {
  /*
	&has-icon{
		position: relative;
		&>i{
			color: @font-color-light;
			position: absolute;
			right: @padding-horizon;
			top:50%;
			font-family: @font-family-icon;
			font-size: @font-size-lg;
			height: 1em;
      line-height: 1em;
      margin-top: -0.5em;
		}
	}*/
}
.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 #333744 solid;
}
.textarea:hover,
.input:hover,
.select:hover {
  border: 1px #333744 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;
}
.be-wrong,
.be-pass,
.be-loading {
  position: relative;
}
.be-wrong:after,
.be-pass:after,
.be-loading:after {
  position: absolute;
  right: 14px;
  top: 50%;
  font-family: iconfont;
  font-size: 20px;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
}
.be-wrong > i,
.be-pass > i,
.be-loading > i {
  display: none;
}
.be-wrong:after {
  content: '\e72a';
  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: '\e730';
  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 {
  color: #999;
  position: absolute;
  right: 14px;
  top: 50%;
  font-family: iconfont;
  font-size: 20px;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;
}
.input-underline,
.select-underline,
.textarea-underline {
  border: 0px !important;
  border-bottom: 1px #d4d4d4 solid !important;
}
.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 #333744 solid;
  color: #333744 !important;
}
.tabs-horizon-dark {
  background: #333744 !important;
}
.tabs-horizon-dark .tabs-item {
  color: #fff;
}
.tabs-horizon-dark .tabs-item-current {
  border-bottom: 4px #5f667e solid;
  color: #fff !important;
}
.tabs-group {
  display: inline-block;
  border: 1px #333744 solid;
  border-radius: 2px;
}
.tabs-group .tabs-item {
  display: inline-block;
  border: 0px !important;
  border-radius: 0 !important;
}
.tabs-group .tabs-item-current {
  background: #333744;
  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: #333744;
}
.font-light {
  color: #999;
}
.font-highlight {
  color: #FF6633;
}
.font-comfort {
  color: #66CC33;
}
.font-normal {
  font-size: 14px !important;
}
.font-lg {
  font-size: 20px !important;
}
.font-sm {
  font-size: 12px !important;
}
.font-md {
  font-size: 17px !important;
}
.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;
}
.color-primary {
  color: #333744;
}
.color-primary-light {
  color: #5f667e;
}
.color-highlight {
  color: #FF6633;
}
.color-comfort {
  color: #66CC33;
}
.color-light {
  color: #999;
}
.bg-primary {
  background: #333744;
}
.bg-highlight {
  background: #FF6633;
}
.bg-comfort {
  background: #66CC33;
}
.ad-container {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.container-mini .logo-mini {
  display: block;
}
.container-mini .logo {
  display: none;
}
.container-mini .ad-layout-sidebar .hidden {
  display: none !important;
}
.container-mini .menu-item:hover .tip {
  display: block;
}
.logo-mini {
  display: none;
}
.logo {
  display: block;
}
.ad-layout-header {
  width: 100%;
  padding-left: 150px;
  height: 50px;
  background: #fff;
  color: #fff;
}
.ad-header-fixed {
  position: absolute;
  left: 150px;
  top: 0;
}
.ad-layout-sidebar {
  width: 150px;
  color: #fff;
  background: #333744;
}
.ad-sidebar-fixed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.ad-layout-content {
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 150px;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
}
