@charset "UTF-8";
html {
  font-size: 14px; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "SimSun", Tahoma, Verdana, Arial;
  outline: none; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit; }

del,
ins {
  text-decoration: none; }

li {
  list-style: none; }

caption {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr,
acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

a {
  outline: none; }

textarea {
  resize: none; }

input:focus,
textarea:focus {
  outline: none; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

textarea {
  resize: none; }

input:focus,
textarea:focus {
  outline: none; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

video::-webkit-media-controls-enclosur {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

::-moz-selection {
  background: #00cce3;
  color: #fff; }

::selection {
  background: #00cce3;
  color: #fff; }

::-ms-clear,
::-ms-reveal {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =2 public */
body.scroll-no {
  overflow: hidden; }

a {
  text-decoration: none;
  color: #00cce3; }
  a:hover {
    text-decoration: underline;
    color: #17e7ff; }
  a:active {
    color: #009eb0; }

strong, b, .b {
  font-weight: 700; }

button, submit, .button, .submit {
  cursor: pointer; }

.height-auto {
  height: auto !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, h5,
.h4, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

h4, h6, .h4, .h6 {
  font-weight: 700; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.clr {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.hide, .hidden {
  display: none; }

.show, .block {
  display: block; }

.overhide {
  overflow: hidden; }

.invisible {
  visibility: hidden; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed {
  position: fixed; }

.text-indent-em {
  text-indent: 2em; }

.text-indent-hide {
  text-indent: -9999px; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-nowrap {
  white-space: nowrap; }

.text-break-all {
  word-wrap: break-word;
  word-break: break-all; }

.marquee {
  position: relative;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden; }

.marquee-inner {
  position: absolute;
  top: 0; }

@-webkit-keyframes ant-up {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: .3; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes ant-up {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: .3; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes spinner-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  8.33333333% {
    -webkit-transform: rotate(30deg); }
  16.66666667% {
    -webkit-transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  33.33333333% {
    -webkit-transform: rotate(120deg); }
  41.66666667% {
    -webkit-transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  58.33333333% {
    -webkit-transform: rotate(210deg); }
  66.66666667% {
    -webkit-transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  83.33333333% {
    -webkit-transform: rotate(300deg); }
  91.66666667% {
    -webkit-transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spinner-spin {
  0% {
    transform: rotate(0deg); }
  8.33333333% {
    transform: rotate(30deg); }
  16.66666667% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  33.33333333% {
    transform: rotate(120deg); }
  41.66666667% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  58.33333333% {
    transform: rotate(210deg); }
  66.66666667% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  83.33333333% {
    transform: rotate(300deg); }
  91.66666667% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

.m-auto {
  margin-right: auto;
  margin-left: auto; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.pa-5 {
  padding: 5px; }

.px-5 {
  padding-right: 5px;
  padding-left: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.ma-5 {
  padding: 5px; }

.mx-5 {
  margin-right: 5px;
  margin-left: 5px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pa-10 {
  padding: 10px; }

.px-10 {
  padding-right: 10px;
  padding-left: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.ma-10 {
  padding: 10px; }

.mx-10 {
  margin-right: 10px;
  margin-left: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pa-15 {
  padding: 15px; }

.px-15 {
  padding-right: 15px;
  padding-left: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.ma-15 {
  padding: 15px; }

.mx-15 {
  margin-right: 15px;
  margin-left: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pa-20 {
  padding: 20px; }

.px-20 {
  padding-right: 20px;
  padding-left: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.ma-20 {
  padding: 20px; }

.mx-20 {
  margin-right: 20px;
  margin-left: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pa-30 {
  padding: 30px; }

.px-30 {
  padding-right: 30px;
  padding-left: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.ma-30 {
  padding: 30px; }

.mx-30 {
  margin-right: 30px;
  margin-left: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pa-50 {
  padding: 50px; }

.px-50 {
  padding-right: 50px;
  padding-left: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.ma-50 {
  padding: 50px; }

.mx-50 {
  margin-right: 50px;
  margin-left: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

/* =3 grid */
.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15 {
  float: left;
  margin-right: 10px;
  margin-left: 10px; }

.col-1 {
  width: 60px; }

.col-2 {
  width: 140px; }

.col-3 {
  width: 220px; }

.col-4 {
  width: 300px; }

.col-5 {
  width: 380px; }

.col-6 {
  width: 460px; }

.col-7 {
  width: 540px; }

.col-8 {
  width: 620px; }

.col-9 {
  width: 700px; }

.col-10 {
  width: 780px; }

.col-11 {
  width: 860px; }

.col-12 {
  width: 940px; }

.col-13 {
  width: 1020px; }

.col-14 {
  width: 1100px; }

.col-15 {
  width: 1180px; }

.col-offset-1 {
  margin-left: 90px; }

.col-offset-2 {
  margin-left: 170px; }

.col-offset-3 {
  margin-left: 250px; }

.col-offset-4 {
  margin-left: 330px; }

.col-offset-5 {
  margin-left: 410px; }

.col-offset-6 {
  margin-left: 490px; }

.col-offset-7 {
  margin-left: 570px; }

.col-offset-8 {
  margin-left: 650px; }

.col-offset-9 {
  margin-left: 730px; }

.col-offset-10 {
  margin-left: 810px; }

.col-offset-11 {
  margin-left: 890px; }

.col-offset-12 {
  margin-left: 970px; }

.col-offset-13 {
  margin-left: 1050px; }

.col-offset-14 {
  margin-left: 1130px; }

.col-offset-15 {
  margin-left: 100%; }

/* =4 buttons */
.btn {
  *overflow: visible;
  display: inline-block;
  border: 1px solid transparent;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  height: 32px;
  border-radius: 0px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  .btn:active, .btn.active {
    outline: 0; }
  .btn.disabled, .btn[disabled] {
    background-color: #f5f5f5 !important;
    border-color: #ccc !important;
    text-decoration: none !important;
    color: #ccc !important;
    cursor: not-allowed; }
  .btn.btn-fillet {
    border-radius: 20px; }
  .btn.btn-dashed {
    border-style: dashed; }
  .btn.btn-link {
    background-color: transparent !important;
    border: 0; }
    .btn.btn-link:hover {
      text-decoration: underline; }

.btn-primary {
  color: #fff;
  background-color: #00cce3;
  border-color: #00cce3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #17e7ff;
    border-color: #17e7ff; }
  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #009eb0;
    border-color: #009eb0; }
  .btn-primary.btn-second, .btn-primary.btn-dashed {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }
    .btn-primary.btn-second:hover, .btn-primary.btn-dashed:hover {
      border-color: #17e7ff;
      color: #17e7ff; }
    .btn-primary.btn-second:active, .btn-primary.btn-second.active, .btn-primary.btn-dashed:active, .btn-primary.btn-dashed.active {
      border-color: #009eb0;
      color: #009eb0; }
  .btn-primary.btn-inverse, .btn-primary.btn-link {
    background-color: transparent;
    color: #00cce3; }
    .btn-primary.btn-inverse:hover, .btn-primary.btn-link:hover {
      color: #17e7ff; }
    .btn-primary.btn-inverse:active, .btn-primary.btn-inverse.active, .btn-primary.btn-link:active, .btn-primary.btn-link.active {
      color: #009eb0; }
  .btn-primary.btn-inverse {
    border-color: #00cce3; }
    .btn-primary.btn-inverse.btn-second, .btn-primary.btn-inverse.btn-dashed, .btn-primary.btn-inverse.btn-link {
      border-color: #fff;
      color: #fff; }
      .btn-primary.btn-inverse.btn-second:hover, .btn-primary.btn-inverse.btn-dashed:hover, .btn-primary.btn-inverse.btn-link:hover {
        color: #17e7ff; }
      .btn-primary.btn-inverse.btn-second:active, .btn-primary.btn-inverse.btn-second.active, .btn-primary.btn-inverse.btn-dashed:active, .btn-primary.btn-inverse.btn-dashed.active, .btn-primary.btn-inverse.btn-link:active, .btn-primary.btn-inverse.btn-link.active {
        color: #009eb0; }
    .btn-primary.btn-inverse:hover {
      border-color: #17e7ff; }
    .btn-primary.btn-inverse:active, .btn-primary.btn-inverse.active {
      border-color: #009eb0; }

.btn-blue {
  color: #fff;
  background-color: #00cce3;
  border-color: #00cce3; }
  .btn-blue:hover {
    color: #fff;
    background-color: #17e7ff;
    border-color: #17e7ff; }
  .btn-blue:active, .btn-blue.active {
    color: #fff;
    background-color: #009eb0;
    border-color: #009eb0; }
  .btn-blue.btn-second, .btn-blue.btn-dashed {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }
    .btn-blue.btn-second:hover, .btn-blue.btn-dashed:hover {
      border-color: #17e7ff;
      color: #17e7ff; }
    .btn-blue.btn-second:active, .btn-blue.btn-second.active, .btn-blue.btn-dashed:active, .btn-blue.btn-dashed.active {
      border-color: #009eb0;
      color: #009eb0; }
  .btn-blue.btn-inverse, .btn-blue.btn-link {
    background-color: transparent;
    color: #00cce3; }
    .btn-blue.btn-inverse:hover, .btn-blue.btn-link:hover {
      color: #17e7ff; }
    .btn-blue.btn-inverse:active, .btn-blue.btn-inverse.active, .btn-blue.btn-link:active, .btn-blue.btn-link.active {
      color: #009eb0; }
  .btn-blue.btn-inverse {
    border-color: #00cce3; }
    .btn-blue.btn-inverse.btn-second, .btn-blue.btn-inverse.btn-dashed, .btn-blue.btn-inverse.btn-link {
      border-color: #fff;
      color: #fff; }
      .btn-blue.btn-inverse.btn-second:hover, .btn-blue.btn-inverse.btn-dashed:hover, .btn-blue.btn-inverse.btn-link:hover {
        color: #17e7ff; }
      .btn-blue.btn-inverse.btn-second:active, .btn-blue.btn-inverse.btn-second.active, .btn-blue.btn-inverse.btn-dashed:active, .btn-blue.btn-inverse.btn-dashed.active, .btn-blue.btn-inverse.btn-link:active, .btn-blue.btn-inverse.btn-link.active {
        color: #009eb0; }
    .btn-blue.btn-inverse:hover {
      border-color: #17e7ff; }
    .btn-blue.btn-inverse:active, .btn-blue.btn-inverse.active {
      border-color: #009eb0; }

.btn-info {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff; }
  .btn-info:hover {
    color: #fff;
    background-color: #4ba9ff;
    border-color: #4ba9ff; }
  .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #0076e4;
    border-color: #0076e4; }
  .btn-info.btn-second, .btn-info.btn-dashed {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }
    .btn-info.btn-second:hover, .btn-info.btn-dashed:hover {
      border-color: #4ba9ff;
      color: #4ba9ff; }
    .btn-info.btn-second:active, .btn-info.btn-second.active, .btn-info.btn-dashed:active, .btn-info.btn-dashed.active {
      border-color: #0076e4;
      color: #0076e4; }
  .btn-info.btn-inverse, .btn-info.btn-link {
    background-color: transparent;
    color: #1890ff; }
    .btn-info.btn-inverse:hover, .btn-info.btn-link:hover {
      color: #4ba9ff; }
    .btn-info.btn-inverse:active, .btn-info.btn-inverse.active, .btn-info.btn-link:active, .btn-info.btn-link.active {
      color: #0076e4; }
  .btn-info.btn-inverse {
    border-color: #1890ff; }
    .btn-info.btn-inverse.btn-second, .btn-info.btn-inverse.btn-dashed, .btn-info.btn-inverse.btn-link {
      border-color: #fff;
      color: #fff; }
      .btn-info.btn-inverse.btn-second:hover, .btn-info.btn-inverse.btn-dashed:hover, .btn-info.btn-inverse.btn-link:hover {
        color: #4ba9ff; }
      .btn-info.btn-inverse.btn-second:active, .btn-info.btn-inverse.btn-second.active, .btn-info.btn-inverse.btn-dashed:active, .btn-info.btn-inverse.btn-dashed.active, .btn-info.btn-inverse.btn-link:active, .btn-info.btn-inverse.btn-link.active {
        color: #0076e4; }
    .btn-info.btn-inverse:hover {
      border-color: #4ba9ff; }
    .btn-info.btn-inverse:active, .btn-info.btn-inverse.active {
      border-color: #0076e4; }

.btn-success {
  color: #fff;
  background-color: #52c41a;
  border-color: #52c41a; }
  .btn-success:hover {
    color: #fff;
    background-color: #6ae32e;
    border-color: #6ae32e; }
  .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #3f9714;
    border-color: #3f9714; }
  .btn-success.btn-second, .btn-success.btn-dashed {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }
    .btn-success.btn-second:hover, .btn-success.btn-dashed:hover {
      border-color: #6ae32e;
      color: #6ae32e; }
    .btn-success.btn-second:active, .btn-success.btn-second.active, .btn-success.btn-dashed:active, .btn-success.btn-dashed.active {
      border-color: #3f9714;
      color: #3f9714; }
  .btn-success.btn-inverse, .btn-success.btn-link {
    background-color: transparent;
    color: #52c41a; }
    .btn-success.btn-inverse:hover, .btn-success.btn-link:hover {
      color: #6ae32e; }
    .btn-success.btn-inverse:active, .btn-success.btn-inverse.active, .btn-success.btn-link:active, .btn-success.btn-link.active {
      color: #3f9714; }
  .btn-success.btn-inverse {
    border-color: #52c41a; }
    .btn-success.btn-inverse.btn-second, .btn-success.btn-inverse.btn-dashed, .btn-success.btn-inverse.btn-link {
      border-color: #fff;
      color: #fff; }
      .btn-success.btn-inverse.btn-second:hover, .btn-success.btn-inverse.btn-dashed:hover, .btn-success.btn-inverse.btn-link:hover {
        color: #6ae32e; }
      .btn-success.btn-inverse.btn-second:active, .btn-success.btn-inverse.btn-second.active, .btn-success.btn-inverse.btn-dashed:active, .btn-success.btn-inverse.btn-dashed.active, .btn-success.btn-inverse.btn-link:active, .btn-success.btn-inverse.btn-link.active {
        color: #3f9714; }
    .btn-success.btn-inverse:hover {
      border-color: #6ae32e; }
    .btn-success.btn-inverse:active, .btn-success.btn-inverse.active {
      border-color: #3f9714; }

.btn-warning {
  color: #fff;
  background-color: #faad14;
  border-color: #faad14; }
  .btn-warning:hover {
    color: #fff;
    background-color: #fbbe46;
    border-color: #fbbe46; }
  .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #d69005;
    border-color: #d69005; }
  .btn-warning.btn-second, .btn-warning.btn-dashed {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }
    .btn-warning.btn-second:hover, .btn-warning.btn-dashed:hover {
      border-color: #fbbe46;
      color: #fbbe46; }
    .btn-warning.btn-second:active, .btn-warning.btn-second.active, .btn-warning.btn-dashed:active, .btn-warning.btn-dashed.active {
      border-color: #d69005;
      color: #d69005; }
  .btn-warning.btn-inverse, .btn-warning.btn-link {
    background-color: transparent;
    color: #faad14; }
    .btn-warning.btn-inverse:hover, .btn-warning.btn-link:hover {
      color: #fbbe46; }
    .btn-warning.btn-inverse:active, .btn-warning.btn-inverse.active, .btn-warning.btn-link:active, .btn-warning.btn-link.active {
      color: #d69005; }
  .btn-warning.btn-inverse {
    border-color: #faad14; }
    .btn-warning.btn-inverse.btn-second, .btn-warning.btn-inverse.btn-dashed, .btn-warning.btn-inverse.btn-link {
      border-color: #fff;
      color: #fff; }
      .btn-warning.btn-inverse.btn-second:hover, .btn-warning.btn-inverse.btn-dashed:hover, .btn-warning.btn-inverse.btn-link:hover {
        color: #fbbe46; }
      .btn-warning.btn-inverse.btn-second:active, .btn-warning.btn-inverse.btn-second.active, .btn-warning.btn-inverse.btn-dashed:active, .btn-warning.btn-inverse.btn-dashed.active, .btn-warning.btn-inverse.btn-link:active, .btn-warning.btn-inverse.btn-link.active {
        color: #d69005; }
    .btn-warning.btn-inverse:hover {
      border-color: #fbbe46; }
    .btn-warning.btn-inverse:active, .btn-warning.btn-inverse.active {
      border-color: #d69005; }

.btn-danger {
  color: #fff;
  background-color: #f5222d;
  border-color: #f5222d; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f7535b;
    border-color: #f7535b; }
  .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #da0a15;
    border-color: #da0a15; }
  .btn-danger.btn-second, .btn-danger.btn-dashed {
    background-color: #fff;
    border-color: #ccc;
    color: #333; }
    .btn-danger.btn-second:hover, .btn-danger.btn-dashed:hover {
      border-color: #f7535b;
      color: #f7535b; }
    .btn-danger.btn-second:active, .btn-danger.btn-second.active, .btn-danger.btn-dashed:active, .btn-danger.btn-dashed.active {
      border-color: #da0a15;
      color: #da0a15; }
  .btn-danger.btn-inverse, .btn-danger.btn-link {
    background-color: transparent;
    color: #f5222d; }
    .btn-danger.btn-inverse:hover, .btn-danger.btn-link:hover {
      color: #f7535b; }
    .btn-danger.btn-inverse:active, .btn-danger.btn-inverse.active, .btn-danger.btn-link:active, .btn-danger.btn-link.active {
      color: #da0a15; }
  .btn-danger.btn-inverse {
    border-color: #f5222d; }
    .btn-danger.btn-inverse.btn-second, .btn-danger.btn-inverse.btn-dashed, .btn-danger.btn-inverse.btn-link {
      border-color: #fff;
      color: #fff; }
      .btn-danger.btn-inverse.btn-second:hover, .btn-danger.btn-inverse.btn-dashed:hover, .btn-danger.btn-inverse.btn-link:hover {
        color: #f7535b; }
      .btn-danger.btn-inverse.btn-second:active, .btn-danger.btn-inverse.btn-second.active, .btn-danger.btn-inverse.btn-dashed:active, .btn-danger.btn-inverse.btn-dashed.active, .btn-danger.btn-inverse.btn-link:active, .btn-danger.btn-inverse.btn-link.active {
        color: #da0a15; }
    .btn-danger.btn-inverse:hover {
      border-color: #f7535b; }
    .btn-danger.btn-inverse:active, .btn-danger.btn-inverse.active {
      border-color: #da0a15; }

.btn-sm, .btn-group-sm > .btn, .pagination-sm .btn {
  height: 24px;
  border-radius: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 12px; }

.btn-lg, .btn-group-lg > .btn, .pagination-lg .btn {
  height: 40px;
  border-radius: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px; }

a.btn {
  line-height: 29px; }

a.btn-sm, .btn-group-sm > a.btn {
  line-height: 22px; }

a.btn-lg, .btn-group-lg > a.btn {
  line-height: 38px; }

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

.btn img,
.btn span {
  vertical-align: middle; }

.btn img + span {
  margin-left: 6px; }

.btn img {
  width: 14px;
  height: 14px; }

.btn.btn-sm img, .btn-group-sm > .btn img {
  width: 12px;
  height: 12px; }

.btn.btn-lg img, .btn-group-lg > .btn img {
  width: 16px;
  height: 16px; }

.btn-icon {
  width: 32px;
  padding: 0; }
  .btn-icon img {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px; }
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    width: 24px; }
    .btn-icon.btn-sm img, .btn-group-sm > .btn-icon.btn img {
      width: 14px;
      height: 14px; }
  .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    width: 40px; }
    .btn-icon.btn-lg img, .btn-group-lg > .btn-icon.btn img {
      width: 24px;
      height: 24px; }

.dropdown-toggle[disabled]:after {
  border-color: #ccc transparent transparent !important; }

.dropup .dropdown-toggle:after {
  border-width: 0 4px 4px;
  border-color: transparent transparent #fff; }

.dropup .dropdown-toggle.btn-second:after, .dropup .dropdown-toggle.btn-dashed:after, .dropup .dropdown-toggle.btn-inverse:after, .dropup .dropdown-toggle.btn-link:after {
  border-bottom-color: #333; }

.dropup .dropdown-toggle.btn-primary.btn-second:hover:after, .dropup .dropdown-toggle.btn-primary.btn-dashed:hover:after, .dropup .dropdown-toggle.btn-primary.btn-inverse:hover:after, .dropup .dropdown-toggle.btn-primary.btn-link:hover:after {
  border-bottom-color: #17e7ff; }

.dropup .dropdown-toggle.btn-primary.btn-second:active:after, .dropup .dropdown-toggle.btn-primary.btn-dashed:active:after, .dropup .dropdown-toggle.btn-primary.btn-inverse:active:after, .dropup .dropdown-toggle.btn-primary.btn-link:active:after {
  border-bottom-color: #009eb0; }

.dropup .dropdown-toggle.btn-primary.btn-inverse:after, .dropup .dropdown-toggle.btn-primary.btn-link:after {
  border-bottom-color: #00cce3; }

.dropup .dropdown-toggle.btn-blue.btn-second:hover:after, .dropup .dropdown-toggle.btn-blue.btn-dashed:hover:after, .dropup .dropdown-toggle.btn-blue.btn-inverse:hover:after, .dropup .dropdown-toggle.btn-blue.btn-link:hover:after {
  border-bottom-color: #17e7ff; }

.dropup .dropdown-toggle.btn-blue.btn-second:active:after, .dropup .dropdown-toggle.btn-blue.btn-dashed:active:after, .dropup .dropdown-toggle.btn-blue.btn-inverse:active:after, .dropup .dropdown-toggle.btn-blue.btn-link:active:after {
  border-bottom-color: #009eb0; }

.dropup .dropdown-toggle.btn-blue.btn-inverse:after, .dropup .dropdown-toggle.btn-blue.btn-link:after {
  border-bottom-color: #00cce3; }

.dropup .dropdown-toggle.btn-info.btn-second:hover:after, .dropup .dropdown-toggle.btn-info.btn-dashed:hover:after, .dropup .dropdown-toggle.btn-info.btn-inverse:hover:after, .dropup .dropdown-toggle.btn-info.btn-link:hover:after {
  border-bottom-color: #4ba9ff; }

.dropup .dropdown-toggle.btn-info.btn-second:active:after, .dropup .dropdown-toggle.btn-info.btn-dashed:active:after, .dropup .dropdown-toggle.btn-info.btn-inverse:active:after, .dropup .dropdown-toggle.btn-info.btn-link:active:after {
  border-bottom-color: #0076e4; }

.dropup .dropdown-toggle.btn-info.btn-inverse:after, .dropup .dropdown-toggle.btn-info.btn-link:after {
  border-bottom-color: #1890ff; }

.dropup .dropdown-toggle.btn-success.btn-second:hover:after, .dropup .dropdown-toggle.btn-success.btn-dashed:hover:after, .dropup .dropdown-toggle.btn-success.btn-inverse:hover:after, .dropup .dropdown-toggle.btn-success.btn-link:hover:after {
  border-bottom-color: #6ae32e; }

.dropup .dropdown-toggle.btn-success.btn-second:active:after, .dropup .dropdown-toggle.btn-success.btn-dashed:active:after, .dropup .dropdown-toggle.btn-success.btn-inverse:active:after, .dropup .dropdown-toggle.btn-success.btn-link:active:after {
  border-bottom-color: #3f9714; }

.dropup .dropdown-toggle.btn-success.btn-inverse:after, .dropup .dropdown-toggle.btn-success.btn-link:after {
  border-bottom-color: #52c41a; }

.dropup .dropdown-toggle.btn-warning.btn-second:hover:after, .dropup .dropdown-toggle.btn-warning.btn-dashed:hover:after, .dropup .dropdown-toggle.btn-warning.btn-inverse:hover:after, .dropup .dropdown-toggle.btn-warning.btn-link:hover:after {
  border-bottom-color: #fbbe46; }

.dropup .dropdown-toggle.btn-warning.btn-second:active:after, .dropup .dropdown-toggle.btn-warning.btn-dashed:active:after, .dropup .dropdown-toggle.btn-warning.btn-inverse:active:after, .dropup .dropdown-toggle.btn-warning.btn-link:active:after {
  border-bottom-color: #d69005; }

.dropup .dropdown-toggle.btn-warning.btn-inverse:after, .dropup .dropdown-toggle.btn-warning.btn-link:after {
  border-bottom-color: #faad14; }

.dropup .dropdown-toggle.btn-danger.btn-second:hover:after, .dropup .dropdown-toggle.btn-danger.btn-dashed:hover:after, .dropup .dropdown-toggle.btn-danger.btn-inverse:hover:after, .dropup .dropdown-toggle.btn-danger.btn-link:hover:after {
  border-bottom-color: #f7535b; }

.dropup .dropdown-toggle.btn-danger.btn-second:active:after, .dropup .dropdown-toggle.btn-danger.btn-dashed:active:after, .dropup .dropdown-toggle.btn-danger.btn-inverse:active:after, .dropup .dropdown-toggle.btn-danger.btn-link:active:after {
  border-bottom-color: #da0a15; }

.dropup .dropdown-toggle.btn-danger.btn-inverse:after, .dropup .dropdown-toggle.btn-danger.btn-link:after {
  border-bottom-color: #f5222d; }

.dropdown-toggle:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  margin: 0 0 3px 2px; }

.dropdown-toggle.btn-second:after, .dropdown-toggle.btn-dashed:after, .dropdown-toggle.btn-inverse:after, .dropdown-toggle.btn-link:after {
  border-top-color: #333; }

.dropdown-toggle.btn-primary.btn-second:hover:after, .dropdown-toggle.btn-primary.btn-dashed:hover:after, .dropdown-toggle.btn-primary.btn-inverse:hover:after, .dropdown-toggle.btn-primary.btn-link:hover:after {
  border-top-color: #17e7ff; }

.dropdown-toggle.btn-primary.btn-second:active:after, .dropdown-toggle.btn-primary.btn-dashed:active:after, .dropdown-toggle.btn-primary.btn-inverse:active:after, .dropdown-toggle.btn-primary.btn-link:active:after {
  border-top-color: #009eb0; }

.dropdown-toggle.btn-primary.btn-inverse:after, .dropdown-toggle.btn-primary.btn-link:after {
  border-top-color: #00cce3; }

.dropdown-toggle.btn-blue.btn-second:hover:after, .dropdown-toggle.btn-blue.btn-dashed:hover:after, .dropdown-toggle.btn-blue.btn-inverse:hover:after, .dropdown-toggle.btn-blue.btn-link:hover:after {
  border-top-color: #17e7ff; }

.dropdown-toggle.btn-blue.btn-second:active:after, .dropdown-toggle.btn-blue.btn-dashed:active:after, .dropdown-toggle.btn-blue.btn-inverse:active:after, .dropdown-toggle.btn-blue.btn-link:active:after {
  border-top-color: #009eb0; }

.dropdown-toggle.btn-blue.btn-inverse:after, .dropdown-toggle.btn-blue.btn-link:after {
  border-top-color: #00cce3; }

.dropdown-toggle.btn-info.btn-second:hover:after, .dropdown-toggle.btn-info.btn-dashed:hover:after, .dropdown-toggle.btn-info.btn-inverse:hover:after, .dropdown-toggle.btn-info.btn-link:hover:after {
  border-top-color: #4ba9ff; }

.dropdown-toggle.btn-info.btn-second:active:after, .dropdown-toggle.btn-info.btn-dashed:active:after, .dropdown-toggle.btn-info.btn-inverse:active:after, .dropdown-toggle.btn-info.btn-link:active:after {
  border-top-color: #0076e4; }

.dropdown-toggle.btn-info.btn-inverse:after, .dropdown-toggle.btn-info.btn-link:after {
  border-top-color: #1890ff; }

.dropdown-toggle.btn-success.btn-second:hover:after, .dropdown-toggle.btn-success.btn-dashed:hover:after, .dropdown-toggle.btn-success.btn-inverse:hover:after, .dropdown-toggle.btn-success.btn-link:hover:after {
  border-top-color: #6ae32e; }

.dropdown-toggle.btn-success.btn-second:active:after, .dropdown-toggle.btn-success.btn-dashed:active:after, .dropdown-toggle.btn-success.btn-inverse:active:after, .dropdown-toggle.btn-success.btn-link:active:after {
  border-top-color: #3f9714; }

.dropdown-toggle.btn-success.btn-inverse:after, .dropdown-toggle.btn-success.btn-link:after {
  border-top-color: #52c41a; }

.dropdown-toggle.btn-warning.btn-second:hover:after, .dropdown-toggle.btn-warning.btn-dashed:hover:after, .dropdown-toggle.btn-warning.btn-inverse:hover:after, .dropdown-toggle.btn-warning.btn-link:hover:after {
  border-top-color: #fbbe46; }

.dropdown-toggle.btn-warning.btn-second:active:after, .dropdown-toggle.btn-warning.btn-dashed:active:after, .dropdown-toggle.btn-warning.btn-inverse:active:after, .dropdown-toggle.btn-warning.btn-link:active:after {
  border-top-color: #d69005; }

.dropdown-toggle.btn-warning.btn-inverse:after, .dropdown-toggle.btn-warning.btn-link:after {
  border-top-color: #faad14; }

.dropdown-toggle.btn-danger.btn-second:hover:after, .dropdown-toggle.btn-danger.btn-dashed:hover:after, .dropdown-toggle.btn-danger.btn-inverse:hover:after, .dropdown-toggle.btn-danger.btn-link:hover:after {
  border-top-color: #f7535b; }

.dropdown-toggle.btn-danger.btn-second:active:after, .dropdown-toggle.btn-danger.btn-dashed:active:after, .dropdown-toggle.btn-danger.btn-inverse:active:after, .dropdown-toggle.btn-danger.btn-link:active:after {
  border-top-color: #da0a15; }

.dropdown-toggle.btn-danger.btn-inverse:after, .dropdown-toggle.btn-danger.btn-link:after {
  border-top-color: #f5222d; }

.btn-group.open .dropdown-menu {
  display: block; }

.btn-group.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin: 0 0 4px; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 125px;
  max-height: 256px;
  padding: 5px 0;
  margin: 4px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
  background-clip: padding-box; }
  .dropdown-menu > li.line {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e8e8e8; }
  .dropdown-menu > li > a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    clear: both;
    white-space: nowrap;
    text-decoration: none;
    font-weight: normal;
    color: #333; }

.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  text-decoration: none; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover {
  color: #ccc; }

.dropdown-menu > .disabled > a:hover {
  background-color: transparent;
  text-decoration: none;
  cursor: not-allowed; }

.btn-group > .btn + .dropdown-toggle {
  position: relative;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-right: 8px;
  padding-left: 8px; }
  .btn-group > .btn + .dropdown-toggle.btn-primary {
    border-left-color: #17e7ff; }
    .btn-group > .btn + .dropdown-toggle.btn-primary.btn-inverse {
      border-left-color: #00cce3; }
    .btn-group > .btn + .dropdown-toggle.btn-primary:hover {
      border-left-color: #17e7ff; }
    .btn-group > .btn + .dropdown-toggle.btn-primary:active {
      border-left-color: #009eb0; }
  .btn-group > .btn + .dropdown-toggle.btn-blue {
    border-left-color: #17e7ff; }
    .btn-group > .btn + .dropdown-toggle.btn-blue.btn-inverse {
      border-left-color: #00cce3; }
    .btn-group > .btn + .dropdown-toggle.btn-blue:hover {
      border-left-color: #17e7ff; }
    .btn-group > .btn + .dropdown-toggle.btn-blue:active {
      border-left-color: #009eb0; }
  .btn-group > .btn + .dropdown-toggle.btn-info {
    border-left-color: #4ba9ff; }
    .btn-group > .btn + .dropdown-toggle.btn-info.btn-inverse {
      border-left-color: #1890ff; }
    .btn-group > .btn + .dropdown-toggle.btn-info:hover {
      border-left-color: #4ba9ff; }
    .btn-group > .btn + .dropdown-toggle.btn-info:active {
      border-left-color: #0076e4; }
  .btn-group > .btn + .dropdown-toggle.btn-success {
    border-left-color: #6ae32e; }
    .btn-group > .btn + .dropdown-toggle.btn-success.btn-inverse {
      border-left-color: #52c41a; }
    .btn-group > .btn + .dropdown-toggle.btn-success:hover {
      border-left-color: #6ae32e; }
    .btn-group > .btn + .dropdown-toggle.btn-success:active {
      border-left-color: #3f9714; }
  .btn-group > .btn + .dropdown-toggle.btn-warning {
    border-left-color: #fbbe46; }
    .btn-group > .btn + .dropdown-toggle.btn-warning.btn-inverse {
      border-left-color: #faad14; }
    .btn-group > .btn + .dropdown-toggle.btn-warning:hover {
      border-left-color: #fbbe46; }
    .btn-group > .btn + .dropdown-toggle.btn-warning:active {
      border-left-color: #d69005; }
  .btn-group > .btn + .dropdown-toggle.btn-danger {
    border-left-color: #f7535b; }
    .btn-group > .btn + .dropdown-toggle.btn-danger.btn-inverse {
      border-left-color: #f5222d; }
    .btn-group > .btn + .dropdown-toggle.btn-danger:hover {
      border-left-color: #f7535b; }
    .btn-group > .btn + .dropdown-toggle.btn-danger:active {
      border-left-color: #da0a15; }
  .btn-group > .btn + .dropdown-toggle.btn-second, .btn-group > .btn + .dropdown-toggle.btn-dashed {
    border-left-color: #ccc; }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle; }
  .btn-group .btn + .btn {
    margin-left: -1px; }
  .btn-group > .btn {
    position: relative;
    float: left;
    z-index: 2; }
    .btn-group > .btn:hover {
      z-index: 3; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }

/* =5 forms */
label, .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #333; }

label + .form-control, .label + .form-control {
  margin-left: 5px; }

select.form-control {
  padding-left: 5px !important;
  padding-right: 0 !important; }

textarea.form-control {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px; }

.form-control {
  height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  color: #333;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:hover {
    border-color: #00cce3; }
  .form-control:focus {
    border-color: #00cce3;
    -webkit-box-shadow: 0 0 6px rgba(228, 49, 3, 0.2);
    box-shadow: 0 0 6px rgba(228, 49, 3, 0.2); }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    border-color: #ccc !important;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .form-control-warning {
    border-color: #faad14; }
  .form-control-success {
    border-color: #52c41a; }
  .form-control-danger {
    border-color: #f5222d; }

.form-control-sm,
.pagination-sm .form-control,
.input-group-sm .form-control {
  height: 24px;
  border-radius: 0px;
  font-size: 12px; }

.form-control-lg,
.pagination-lg .form-control,
.input-group-lg .form-control {
  height: 40px;
  border-radius: 0px;
  font-size: 16px; }

.form-control-toggle {
  background: url(../images/icon/toggle_down.png) no-repeat right 10px center; }

.form-group {
  display: inline-block;
  *display: inline;
  vertical-align: middle; }

.form-tips {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #999; }
  .form-tips-warning {
    background-image: url(../images/icon/warning_16x16.png);
    color: #faad14; }
  .form-tips-success {
    background-image: url(../images/icon/success_16x16.png);
    color: #52c41a; }
  .form-tips-danger {
    background-image: url(../images/icon/danger_16x16.png);
    color: #f5222d; }

.choice {
  display: inline-block;
  margin: 5px 30px 5px 0;
  cursor: pointer; }
  .choice > input {
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    *margin-bottom: 1px; }
    .choice > input:nth-child(1) {
      display: none; }
    .choice > input:checked ~ .choice-name::before {
      border: 1px solid #00cce3;
      background: #00cce3; }
    .choice > input[type="radio"] ~ .choice-name::before {
      border-radius: 50%;
      background-clip: content-box !important; }
    .choice > input[type="checkbox"] ~ .choice-name::before {
      border-radius: 2px; }
    .choice > input[type="checkbox"]:checked ~ .choice-name::before {
      background: url(../images/icon/checked.png) no-repeat center center #00cce3; }
    .choice > input[disabled] ~ .choice-name {
      cursor: not-allowed;
      color: #ccc; }
      .choice > input[disabled] ~ .choice-name::before {
        border-color: #ccc; }
    .choice > input[type="radio"][disabled]:checked ~ .choice-name:before {
      background-color: #ccc; }
    .choice > input[type="checkbox"][disabled]:checked ~ .choice-name:before {
      background: url(../images/icon/checked_disable.png) no-repeat center center #fff; }
  .choice > .choice-name {
    display: block;
    color: #333; }
    .choice > .choice-name::before {
      float: left;
      display: inline-block;
      content: "";
      width: 16px;
      height: 16px;
      background: #fff;
      border: 1px solid #ccc;
      margin: 3px 10px 0 0;
      padding: 4px; }
  .choice:hover > .choice-name::before {
    border: 1px solid #00cce3; }

.choice-advanced {
  display: inline-block;
  margin: 10px 20px 10px 0;
  cursor: pointer; }
  .choice-advanced > input {
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    *margin-bottom: 1px; }
    .choice-advanced > input:nth-child(1) {
      display: none; }
    .choice-advanced > input ~ .choice-name {
      display: inline-block;
      border-radius: 2px;
      text-align: center; }
    .choice-advanced > input[type="radio"] ~ .choice-name:nth-child(2) {
      min-width: 52px;
      height: 24px;
      line-height: 24px;
      padding: 0 6px;
      color: #333; }
    .choice-advanced > input[type="checkbox"] ~ .choice-name:nth-child(2) {
      min-width: 70px;
      height: 32px;
      line-height: 30px;
      padding: 0 12px;
      border: 1px solid #ccc;
      color: #666; }
    .choice-advanced > input[type="radio"]:checked ~ .choice-name {
      background-color: #00cce3;
      color: #fff !important; }
    .choice-advanced > input[type="checkbox"]:checked ~ .choice-name {
      position: relative;
      border-color: #00cce3;
      color: #00cce3; }
      .choice-advanced > input[type="checkbox"]:checked ~ .choice-name:before, .choice-advanced > input[type="checkbox"]:checked ~ .choice-name:after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        content: ''; }
      .choice-advanced > input[type="checkbox"]:checked ~ .choice-name:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 14px;
        border-color: transparent transparent #00cce3 transparent; }
      .choice-advanced > input[type="checkbox"]:checked ~ .choice-name:after {
        width: 14px;
        height: 14px;
        background: url(../images/icon/checked_advanced.png) no-repeat 6px 7px; }
    .choice-advanced > input[disabled] ~ .choice-name {
      border-color: #ccc !important;
      cursor: not-allowed;
      color: #ccc !important; }
    .choice-advanced > input[type="checkbox"][disabled]:checked ~ .choice-name:before {
      border-bottom-color: #ccc; }
  .choice-advanced:hover > input ~ .choice-name:nth-child(2) {
    color: #00cce3; }
  .choice-advanced:hover > input[type="checkbox"] ~ .choice-name {
    border-color: #00cce3; }

.switch {
  display: inline-block;
  /*利用能力来进行选择的CSS Hack，最后一个子元素*/ }
  .switch > input {
    /*IE7 IE8*/
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    *margin-bottom: 1px;
    /*利用能力来进行选择的CSS Hack，第一个子元素*/ }
    .switch > input:nth-child(1) {
      display: none; }
  .switch > .switch-name:last-child {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    background-color: #ccc;
    border-radius: 22px;
    cursor: pointer;
    text-indent: -9999em; }
  .switch > .switch-name::before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .switch > .switch-name::after {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 22px;
    height: 18px;
    line-height: 18px;
    content: "";
    text-indent: 0;
    text-align: center;
    font-size: 12px;
    color: #fff; }
  .switch > input:checked ~ .switch-name {
    background-color: #00cce3; }
    .switch > input:checked ~ .switch-name::before {
      left: 24px; }
    .switch > input:checked ~ .switch-name::after {
      left: 2px;
      content: ""; }
  .switch > input[disabled] ~ .switch-name {
    opacity: 0.35;
    filter: alpha(opacity=35);
    cursor: not-allowed; }

.switch-txt > .switch-name::after {
  content: "关"; }

.switch-txt > input:checked ~ .switch-name::after {
  content: "开"; }

.switch-sm > .switch-name:last-child {
  width: 28px;
  height: 16px; }

.switch-sm > .switch-name::before {
  width: 12px;
  height: 12px; }

.switch-sm > .switch-name::after {
  width: 12px;
  height: 8px;
  line-height: 8px; }

.switch-sm > input:checked ~ .switch-name::before {
  left: 14px; }

.form-count {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1; }
  .form-count:before, .form-count:after {
    content: " ";
    display: table; }
  .form-count:after {
    clear: both; }
  .form-count .form-count-max {
    margin-left: 5px;
    color: #999; }
  .form-count textarea + .form-count-max {
    display: block;
    margin: 0; }
  .form-count .form-count-num.exceed {
    color: #00cce3; }

.form-number {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1; }
  .form-number:before, .form-number:after {
    content: " ";
    display: table; }
  .form-number:after {
    clear: both; }
  .form-number > .form-control {
    float: left;
    width: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .form-number > .form-control + a {
      border-top-right-radius: 0px; }
    .form-number > .form-control + a + a {
      border-bottom-right-radius: 0px; }
    .form-number > .form-control-sm ~ a {
      height: 12px;
      line-height: 10px; }
      .form-number > .form-control-sm ~ a + a {
        line-height: 11px; }
    .form-number > .form-control-lg ~ a {
      height: 20px;
      line-height: 18px; }
      .form-number > .form-control-lg ~ a + a {
        line-height: 19px; }
  .form-number > a {
    display: block;
    width: 23px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #ccc;
    border-left: 0;
    margin-left: 55px;
    text-decoration: none;
    text-align: center;
    color: #ccc; }
    .form-number > a + a {
      line-height: 15px;
      border-top: 0; }
    .form-number > a:hover {
      color: #00cce3; }
    .form-number > a:active {
      background-color: #f5f5f5;
      color: #00cce3; }

.input-group {
  display: table;
  border-collapse: separate; }
  .input-group > .form-control {
    display: table-cell;
    width: 100%; }
    .input-group > .form-control:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .form-control:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .input-group > .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
  .input-group > .input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-addon {
  display: table-cell;
  width: 1%;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 0 8px;
  white-space: nowrap;
  vertical-align: middle;
  color: #999; }
  .input-group-addon > img {
    vertical-align: middle; }

.form-group-date,
.form-group-pwd {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle; }
  .form-group-date .form-control,
  .form-group-pwd .form-control {
    padding-right: 35px; }
  .form-group-date > i,
  .form-group-pwd > i {
    position: absolute;
    right: 5px;
    display: block;
    width: 20px;
    height: 14px;
    background-image: url(../images/spirit/eye.png);
    background-repeat: no-repeat;
    cursor: pointer; }
    .form-group-date > i.hide,
    .form-group-pwd > i.hide {
      background-position: 0 0; }
    .form-group-date > i.show,
    .form-group-pwd > i.show {
      background-position: 0 -14px; }
  .form-group-date .form-control + i,
  .form-group-pwd .form-control + i {
    top: 9px; }
  .form-group-date .form-control-sm + i,
  .form-group-pwd .form-control-sm + i {
    top: 6px; }
  .form-group-date .form-control-lg + i,
  .form-group-pwd .form-control-lg + i {
    top: 13px; }

.form-group-date > i {
  right: 10px;
  width: 15px;
  height: 16px;
  background: url(../images/spirit/date.png) no-repeat 0 0; }
  .form-group-date > i:hover {
    background-position: 0 -16px; }

.form-connector {
  margin: 0 10px;
  color: #333; }

.form-tags {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  min-height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 5px 10px;
  line-height: 1;
  *zoom: 1;
  color: #333; }
  .form-tags:before, .form-tags:after {
    content: " ";
    display: table; }
  .form-tags:after {
    clear: both; }
  .form-tags-input {
    display: inline-block;
    background-color: transparent;
    width: 20px;
    height: 24px;
    outline: 0;
    border: 0;
    margin: 2px 0 0 5px;
    vertical-align: top; }
  .form-tags-list {
    display: inline; }
    .form-tags-list li {
      position: relative;
      display: inline-block;
      *display: inline;
      height: 24px;
      line-height: 24px;
      background-color: #00cce3;
      border-radius: 2px;
      padding: 0 24px 0 5px;
      margin: 2px;
      white-space: nowrap;
      overflow: hidden;
      color: #fff; }
      .form-tags-list li i {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 20px;
        height: 24px;
        font-style: normal;
        text-align: center;
        cursor: pointer; }
        .form-tags-list li i:hover {
          background-color: #4aedff; }

.text-zoom {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
  height: 40px;
  line-height: 40px;
  background-color: #fefae1;
  border: 1px solid #ffa55c;
  border-radius: 0px;
  padding: 0 10px;
  margin: 5px 0;
  white-space: nowrap;
  font-size: 18px;
  color: #ff7200;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ant-up;
  animation-name: ant-up; }

.mailAuto-list {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 14px;
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ant-up;
  animation-name: ant-up; }
  .mailAuto-list p {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #ccc; }
  .mailAuto-list li {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    white-space: nowrap;
    cursor: pointer; }
    .mailAuto-list li.active {
      background: #e6fffd; }

/* =6 tables */
table {
  width: 100%;
  border-collapse: collapse; }

.tables th,
.tables td {
  height: 48px;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  color: #333; }
  .tables th .choice,
  .tables td .choice {
    margin: 0; }
  .tables th .btn-link.dropdown-toggle,
  .tables td .btn-link.dropdown-toggle {
    height: 22px;
    padding-left: 0;
    font-weight: 700;
    color: #333; }
    .tables th .btn-link.dropdown-toggle:after,
    .tables td .btn-link.dropdown-toggle:after {
      border-color: #333 transparent transparent; }
  .tables th .dropdown-menu,
  .tables td .dropdown-menu {
    border-color: #00cce3;
    -webkit-box-shadow: 0 0 6px rgba(225, 51, 26, 0.2);
    box-shadow: 0 0 6px rgba(225, 51, 26, 0.2);
    border-radius: 0;
    padding: 0; }
    .tables th .dropdown-menu > li.active > a,
    .tables td .dropdown-menu > li.active > a {
      background-color: #00cce3 !important;
      color: #fff !important; }
    .tables th .dropdown-menu > li.disabled > a,
    .tables td .dropdown-menu > li.disabled > a {
      background-color: #fff !important; }
    .tables th .dropdown-menu > li > a:hover,
    .tables td .dropdown-menu > li > a:hover {
      background-color: #e6fffd; }

.tables th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700; }
  .tables th.text-right {
    text-align: right; }

.tables tr:nth-child(2n) td {
  background-color: #fafafa; }

.tables tr:hover td {
  background-color: #e6fffd; }

.tables td a {
  vertical-align: middle; }

.tables-line {
  margin: 0 5px;
  vertical-align: middle;
  font-size: 12px;
  color: #e8e8e8; }

.tables-nest tr:nth-child(2n) td {
  background-color: #fff; }

.tables-nest tr.has-inner {
  display: none; }
  .tables-nest tr.has-inner > td {
    border-bottom: 0;
    padding: 0 20px; }

.tables-nest tr.open-inner {
  display: table-row; }
  .tables-nest tr.open-inner td {
    background-color: #f5f5f5 !important; }
  .tables-nest tr.open-inner tr:hover td {
    background-color: #e6fffd !important; }

.tables-nest i.toggle-next {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/tables_plus.png) no-repeat 0 0;
  cursor: pointer; }
  .tables-nest i.toggle-next.open {
    background-image: url(../images/icon/tables_minus.png); }

.tables-border th,
.tables-border td {
  border: 1px solid #ccc; }

.tables-border .choice > .choice-name::before {
  margin-right: 0; }

/* =7 pagination */
.pagination {
  margin: 10px 0; }
  .pagination .label {
    color: #666; }
  .pagination .form-paging {
    width: 30px;
    padding: 0 2px;
    text-align: center; }

.pagination-list {
  display: inline-block;
  *display: inline; }
  .pagination-list > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle; }
    .pagination-list > li > a, .pagination-list > li > span {
      position: relative;
      float: left;
      display: inline-block;
      min-width: 32px;
      height: 32px;
      line-height: 30px;
      border: 1px solid #ccc;
      border-radius: 2px;
      margin-right: 6px;
      padding: 0 5px;
      text-decoration: none;
      text-align: center;
      color: #666; }
      .pagination-list > li > a:hover, .pagination-list > li > span:hover {
        border-color: #00cce3;
        color: #00cce3; }
    .pagination-list > li > a {
      background: #fff; }
    .pagination-list > li.active > a, .pagination-list > li.active > span {
      background-color: #00cce3 !important;
      border-color: #00cce3 !important;
      color: #fff; }
    .pagination-list > li.disabled > a, .pagination-list > li.disabled > span {
      border-color: #ccc;
      color: #ccc;
      cursor: not-allowed; }
    .pagination-list > li.more > a, .pagination-list > li.more > span {
      border-width: 0 !important;
      color: #999 !important; }

.pagination-lg .label {
  font-size: 18px; }

.pagination-lg .form-paging {
  width: 45px; }

.pagination-lg .pagination-list > li > a, .pagination-lg .pagination-list > li > span {
  min-width: 46px;
  height: 40px;
  line-height: 38px;
  font-size: 18px; }

.pagination-sm .label {
  font-size: 12px; }

.pagination-sm .form-paging {
  width: 28px; }

.pagination-sm .pagination-list > li > a, .pagination-sm .pagination-list > li > span {
  min-width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 12px; }

.pagination-lite .pagination-list > li > a, .pagination-lite .pagination-list > li > span {
  background-color: transparent;
  border-color: transparent;
  margin-right: 0; }

.pagination-lite .pagination-list > li.line > span {
  min-width: auto;
  margin: 0; }

.pagination-lite .pagination-list > li.more > span {
  margin-right: -10px; }

.pagination-lite .form-paging {
  width: 50px; }

.pagination-lite.pagination-sm .form-paging {
  width: 40px; }

.pagination-lite.pagination-lg .form-paging {
  width: 60px; }

/* =8 steps */
/*基础*/
.steps li {
  position: relative;
  float: left;
  width: 20%;
  height: 20px;
  line-height: 20px; }
  .steps li:before {
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    z-index: 8;
    display: block;
    content: " ";
    height: 2px;
    background-color: #333; }
  .steps li:first-child:before {
    display: none; }
  .steps li span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: block;
    padding: 0 10px;
    background-color: #fff;
    color: #333; }
  .steps li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50%;
    border: 1px solid #333;
    margin: 0 8px 0 0;
    text-align: center;
    font-style: inherit; }

.steps li.active:before {
  background-color: #00cce3; }

.steps li.active i,
.steps li.active span {
  color: #00cce3; }

.steps li.active i {
  border-color: #00cce3; }

/*点状*/
.steps-dot {
  padding-top: 40px; }
  .steps-dot li {
    line-height: 1; }
    .steps-dot li span {
      top: -28px;
      right: -100px;
      width: 200px;
      height: 43px;
      background: none;
      padding: 0;
      text-align: center;
      font-size: 18px; }
    .steps-dot li i {
      position: absolute;
      right: 95px;
      bottom: 0;
      z-index: 10;
      width: 10px;
      height: 10px;
      background-color: #333;
      margin-right: 0;
      text-indent: -9999em; }
  .steps-dot li.active:before {
    background-color: #00cce3; }
  .steps-dot li.active i {
    background-color: #00cce3; }

/*高级：基础+点状*/
.steps-advanced {
  padding-top: 40px; }
  .steps-advanced li {
    line-height: 1; }
    .steps-advanced li:before {
      height: 12px;
      background-color: #ccc;
      border-top: 3px solid #ccc;
      border-bottom: 3px solid #ccc; }
    .steps-advanced li span {
      top: -33px;
      right: -100px;
      width: 200px;
      height: 66px;
      background: none;
      padding: 0;
      text-align: center;
      font-size: 18px;
      color: #333 !important; }
    .steps-advanced li i {
      position: absolute;
      right: 82px;
      bottom: 0;
      z-index: 10;
      display: block;
      width: 36px;
      height: 36px;
      line-height: 24px;
      background-color: #ccc;
      border: 6px solid #ccc !important;
      margin-right: 0;
      color: #fff; }
  .steps-advanced li.active:before {
    background-color: #00cce3; }
  .steps-advanced li.active i {
    background: url(../images/icon/right_white_15x10.png) no-repeat center center #00cce3;
    text-indent: -9999em; }

/*三角形*/
.steps-arrow li {
  float: left;
  width: 20%;
  padding-right: 32px; }
  .steps-arrow li a,
  .steps-arrow li span {
    display: block;
    background: #e8e8e8;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 28px;
    padding: 0 10px 0 20px;
    color: #333; }
    .steps-arrow li a:before, .steps-arrow li a:after,
    .steps-arrow li span:before,
    .steps-arrow li span:after {
      content: "";
      position: absolute;
      top: 0;
      border: 0 solid #e8e8e8;
      border-width: 15px 15px;
      width: 0;
      height: 0; }
    .steps-arrow li a:before,
    .steps-arrow li span:before {
      left: -30px;
      border-left-color: transparent; }
    .steps-arrow li a:after,
    .steps-arrow li span:after {
      left: 100%;
      border-color: transparent;
      border-left-color: #e8e8e8; }
    .steps-arrow li a i,
    .steps-arrow li span i {
      display: inline-block;
      float: left;
      width: 20px;
      height: 20px;
      line-height: 18px;
      border-radius: 50%;
      border: 1px solid #333;
      margin: 5px 8px 0 0;
      text-align: center;
      font-style: inherit; }
  .steps-arrow li a:hover {
    background-color: #009eb0;
    color: #fff; }
    .steps-arrow li a:hover:before {
      border-color: #009eb0;
      border-left-color: transparent; }
    .steps-arrow li a:hover:after {
      border-left-color: #009eb0; }
    .steps-arrow li a:hover i {
      border-color: #fff;
      color: #fff; }
  .steps-arrow li.active a,
  .steps-arrow li.active span {
    background-color: #00cce3;
    color: #fff; }
    .steps-arrow li.active a:before,
    .steps-arrow li.active span:before {
      border-color: #00cce3;
      border-left-color: transparent; }
    .steps-arrow li.active a:after,
    .steps-arrow li.active span:after {
      border-left-color: #00cce3; }
    .steps-arrow li.active a i,
    .steps-arrow li.active span i {
      border-color: #fff;
      color: #fff; }
  .steps-arrow li:first-child a:before,
  .steps-arrow li:first-child span:before {
    border: none; }

/*个数处理*/
.steps-2 li {
  width: 50%; }

.steps-3 li {
  width: 33.3%; }

.steps-4 li {
  width: 25%; }

.steps-5 li {
  width: 20%; }

/* =9 navs */
.breadcrumb li {
  float: left;
  display: inline-block;
  *margin-right: 6px;
  *padding-right: 6px; }
  .breadcrumb li a {
    display: inline-block;
    text-decoration: none;
    color: #333; }
  .breadcrumb li.home a:before {
    float: left;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/spirit/breadcrumb_home.png) no-repeat 0 0;
    margin: 2px 6px 0 0; }
  .breadcrumb li a.active,
  .breadcrumb li a:hover,
  .breadcrumb li span {
    color: #00cce3; }
  .breadcrumb li.home a:hover:before {
    background-position: 0 -16px; }
  .breadcrumb li:after {
    display: inline-block;
    content: '/';
    margin: 0 10px;
    color: #666; }
  .breadcrumb li:last-child:after {
    display: none; }

/* =10 tabs */
/*基础*/
.tabs {
  position: relative;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs .tab {
    position: relative;
    float: left;
    display: inline-block; }
    .tabs .tab:after {
      position: absolute;
      top: 10px;
      right: 0;
      bottom: 20px;
      display: block;
      content: " ";
      width: 1px;
      background-color: #ebeceb; }
    .tabs .tab:last-child:after {
      display: none; }
    .tabs .tab a {
      position: relative;
      display: inline-block;
      height: 48px;
      padding: 10px 20px 20px;
      text-decoration: none;
      line-height: 1;
      font-size: 16px;
      color: #333; }
      .tabs .tab a:hover {
        color: #00cce3; }
    .tabs .tab.active a {
      color: #00cce3; }
      .tabs .tab.active a:before {
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        display: block;
        content: " ";
        height: 2px;
        background-color: #00cce3; }
    .tabs .tab.disabled a {
      cursor: not-allowed;
      color: #ccc; }
    .tabs .tab i {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: 0 0; }
      .tabs .tab i.video {
        background-image: url(../images/spirit/tabs_video.png); }
    .tabs .tab:hover i,
    .tabs .tab.active i {
      background-position: 0 -16px; }

/*卡片*/
.tabs-card .tab {
  margin-right: -1px; }
  .tabs-card .tab:after {
    display: none; }
  .tabs-card .tab a {
    bottom: -1px;
    height: 40px;
    line-height: 38px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 0 20px; }
  .tabs-card .tab.active a {
    background-color: #fff;
    border-bottom-color: #fff; }
    .tabs-card .tab.active a:before {
      top: -1px;
      right: -1px;
      bottom: inherit;
      left: -1px; }

/*胶囊*/
.tabs-capsule {
  border-bottom: 0; }
  .tabs-capsule .tab {
    margin-right: -1px; }
    .tabs-capsule .tab:after {
      display: none; }
    .tabs-capsule .tab a {
      height: 32px;
      line-height: 30px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 0 20px; }
    .tabs-capsule .tab.active a {
      background-color: #00cce3;
      border-color: #00cce3;
      color: #fff; }
      .tabs-capsule .tab.active a:before {
        display: none; }
    .tabs-capsule .tab:first-child a {
      border-radius: 2px 0 0 2px; }
    .tabs-capsule .tab:last-child a {
      border-radius: 0 2px 2px 0; }

/*竖状*/
.tabs-vertical {
  float: left;
  width: 140px;
  border-right: 2px solid #666;
  border-bottom: 0;
  padding: 12px 0; }
  .tabs-vertical .tab {
    float: none;
    display: block; }
    .tabs-vertical .tab:after {
      display: none; }
    .tabs-vertical .tab a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 20px 0 0;
      text-align: right; }
    .tabs-vertical .tab.active a {
      background-color: #f5f5f5; }
      .tabs-vertical .tab.active a:before {
        top: 0;
        right: -2px;
        bottom: 0;
        left: inherit;
        width: 2px;
        height: 100%; }
  .tabs-vertical ~ .tabs-panel {
    margin-left: 140px; }

.tabs-panel {
  display: none; }
  .tabs-panel.active {
    display: block; }

/* =11 share */
.share {
  height: 32px;
  line-height: 32px; }
  .share > span,
  .share > a {
    display: inline-block;
    vertical-align: middle; }
  .share > a {
    position: relative;
    z-index: 6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    text-indent: -9999em;
    overflow: hidden; }
    .share > a:after,
    .share > a i {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    .share > a:after {
      z-index: 8;
      top: 16px;
      left: 16px;
      width: 0;
      height: 0;
      border-radius: 50%;
      -webkit-transition: all 0.32s cubic-bezier(0.24, 0.82, 0.48, 0.89);
      -o-transition: all 0.32s cubic-bezier(0.24, 0.82, 0.48, 0.89);
      transition: all 0.32s cubic-bezier(0.24, 0.82, 0.48, 0.89); }
    .share > a:hover:after {
      top: -9px;
      left: -9px;
      width: 50px;
      height: 50px; }
    .share > a i {
      z-index: 9;
      background: url(../images/spirit/share.png) no-repeat; }
    .share > a.wx {
      background-color: #52c41a; }
      .share > a.wx:after {
        background-color: #6ae32e; }
      .share > a.wx i {
        background-position: 0 0; }
    .share > a.qq {
      background-color: #1890ff; }
      .share > a.qq:after {
        background-color: #4ba9ff; }
      .share > a.qq i {
        background-position: 0 -32px; }
    .share > a.wb {
      background-color: #00cce3; }
      .share > a.wb:after {
        background-color: #17e7ff; }
      .share > a.wb i {
        background-position: 0 -64px; }
    .share > a.qz {
      background-color: #faad14; }
      .share > a.qz:after {
        background-color: #fbbe46; }
      .share > a.qz i {
        background-position: 0 -96px; }

/* =12 feedback */
.feedback {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 11; }
  .feedback > a {
    position: relative;
    z-index: 10;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #a3a0a0;
    margin-bottom: 5px;
    overflow: hidden;
    text-decoration: none; }
    .feedback > a > i,
    .feedback > a > span, .feedback > a:after {
      position: absolute;
      display: block; }
    .feedback > a > i,
    .feedback > a > span {
      z-index: 12; }
    .feedback > a > i {
      top: 9px;
      right: 9px;
      width: 26px;
      height: 26px;
      background: url(../images/spirit/feedback.png) no-repeat 0 0; }
    .feedback > a.code > i {
      background-position: 0 0; }
    .feedback > a.service > i {
      background-position: 0 -26px; }
    .feedback > a.help > i {
      background-position: 0 -52px; }
    .feedback > a.top > i {
      background-position: 0 -78px; }
    .feedback > a > span {
      top: 8px;
      right: 5px;
      bottom: 8px;
      left: 5px;
      display: none;
      line-height: 14px;
      text-align: center;
      font-size: 12px;
      color: #fff; }
    .feedback > a:after {
      top: 22px;
      left: 22px;
      z-index: 11;
      content: " ";
      width: 0;
      height: 0;
      border-radius: 50%;
      -webkit-transition: all 0.32s cubic-bezier(0.24, 0.82, 0.48, 0.89);
      -o-transition: all 0.32s cubic-bezier(0.24, 0.82, 0.48, 0.89);
      transition: all 0.32s cubic-bezier(0.24, 0.82, 0.48, 0.89); }
    .feedback > a:hover {
      *background-color: #00cce3; }
      .feedback > a:hover > i {
        display: none; }
      .feedback > a:hover > span {
        display: block; }
      .feedback > a:hover:after {
        top: -8px;
        left: -8px;
        width: 60px;
        height: 60px;
        background-color: #00cce3; }
  .feedback > .code-layer {
    position: absolute;
    top: 0;
    right: 60px;
    display: none;
    *width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    white-space: nowrap; }
    .feedback > .code-layer > p {
      display: inline-block;
      *float: left;
      width: 100px;
      text-align: center; }
      .feedback > .code-layer > p > img {
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto; }
    .feedback > .code-layer:before, .feedback > .code-layer:after {
      position: absolute;
      display: block;
      content: " ";
      width: 0;
      height: 0;
      border-width: 12px 0 12px 12px;
      border-style: solid; }
    .feedback > .code-layer:before {
      top: 12px;
      right: -12px;
      z-index: 10;
      border-color: transparent transparent transparent #ccc; }
    .feedback > .code-layer:after {
      top: 12px;
      right: -11px;
      z-index: 11;
      border-color: transparent transparent transparent #fff; }

/* =13 badge */
.badge {
  *overflow: visible;
  display: inline-block;
  border: 1px solid transparent;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 14px; }

.badge-primary {
  color: #fff;
  background-color: #00cce3;
  border-color: #00cce3; }

.badge-info {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff; }

.badge-success {
  color: #fff;
  background-color: #52c41a;
  border-color: #52c41a; }

.badge-warning {
  color: #fff;
  background-color: #faad14;
  border-color: #faad14; }

.badge-danger {
  color: #fff;
  background-color: #f5222d;
  border-color: #f5222d; }

.badge-default {
  color: #fff;
  background-color: #aaa;
  border-color: #aaa; }

.badge-sm {
  height: 20px;
  line-height: 18px;
  border-radius: 4px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px; }

.badge-lg {
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px; }

.badge-inverse.badge-primary {
  color: #00cce3;
  background-color: transparent;
  border-color: #00cce3; }

.badge-inverse.badge-info {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff; }

.badge-inverse.badge-success {
  color: #52c41a;
  background-color: transparent;
  border-color: #52c41a; }

.badge-inverse.badge-warning {
  color: #faad14;
  background-color: transparent;
  border-color: #faad14; }

.badge-inverse.badge-danger {
  color: #f5222d;
  background-color: transparent;
  border-color: #f5222d; }

.badge-inverse.badge-default {
  color: #666;
  background-color: transparent;
  border-color: #666; }

.badge-dot,
.badge-count {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
  .badge-dot > sup,
  .badge-count > sup {
    position: absolute;
    z-index: 10; }

.badge-dot > sup {
  top: -3px;
  right: -5px;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center; }

.badge-count > sup {
  top: -8px;
  right: -21px;
  width: 42px;
  text-align: center; }
  .badge-count > sup > span {
    display: inline-block;
    border-radius: 100px;
    padding: 3px 6px;
    line-height: 1;
    color: #fff; }

.badge-dot sup.primary,
.badge-count sup.primary span {
  background: #00cce3; }

.badge-dot sup.info,
.badge-count sup.info span {
  background: #1890ff; }

.badge-dot sup.success,
.badge-count sup.success span {
  background: #52c41a; }

.badge-dot sup.warning,
.badge-count sup.warning span {
  background: #faad14; }

/* =14 empty */
.empty {
  text-align: center; }
  .empty a {
    text-decoration: none;
    color: #00cce3; }
    .empty a:hover {
      text-decoration: underline; }
  .empty .empty-media {
    line-height: 1; }
    .empty .empty-media > img {
      width: 150px;
      height: 150px; }
    .empty .empty-media ~ div {
      margin-top: 15px;
      font-size: 16px;
      color: #333; }
  .empty-xs .empty-media > img {
    width: 16px;
    height: 16px; }
  .empty-sm .empty-media > img {
    width: 110px;
    height: 110px; }
  .empty-lg .empty-media > img {
    width: 200px;
    height: 200px; }

.empty-horizontal {
  text-align: center; }
  .empty-horizontal .empty {
    display: inline-block;
    text-align: left;
    *zoom: 1; }
    .empty-horizontal .empty:before, .empty-horizontal .empty:after {
      content: " ";
      display: table; }
    .empty-horizontal .empty:after {
      clear: both; }
    .empty-horizontal .empty .empty-media {
      float: left; }
      .empty-horizontal .empty .empty-media + .empty-header,
      .empty-horizontal .empty .empty-media + .empty-body {
        margin-top: 0; }
      .empty-horizontal .empty .empty-media + .empty-header {
        line-height: 1; }
      .empty-horizontal .empty .empty-media + .empty-body {
        margin-top: -4px; }
      .empty-horizontal .empty .empty-media ~ div {
        margin-left: 180px; }
  .empty-horizontal .empty-xs .empty-media ~ div {
    margin-left: 25px;
    font-size: 14px; }
  .empty-horizontal .empty-sm .empty-media ~ div {
    margin-left: 140px; }
  .empty-horizontal .empty-lg .empty-media ~ div {
    margin-left: 230px; }

/* =15 rating */
.rating-item {
  height: 28px;
  padding: 5px 10px; }
  .rating-item.even {
    background-color: #e6fffd; }

.rating-name,
.rating-list,
.rating-info {
  display: inline-block;
  vertical-align: text-top; }

.rating-name {
  width: 80px;
  text-align: right; }

.rating-list {
  width: 140px;
  *zoom: 1; }
  .rating-list:before, .rating-list:after {
    content: " ";
    display: table; }
  .rating-list:after {
    clear: both; }
  .rating-list > a {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/spirit/star.png) no-repeat -5px 0;
    margin: 0 5px; }
    .rating-list > a.empty {
      width: 0;
      margin-right: 23px; }
    .rating-list > a.half {
      width: 9px;
      margin-right: 14px; }
    .rating-list > a:hover, .rating-list > a.hover, .rating-list > a.active {
      background-position: -5px -18px; }

.rating-info {
  margin-left: 5px;
  color: #666; }

.rating-show .rating-list {
  background: url(../images/spirit/star.png) repeat 0 0; }
  .rating-show .rating-list > a:hover {
    background-position: -5px 0; }
  .rating-show .rating-list > a.active:hover {
    background-position: -5px -18px; }

/* =16 citySelect */
/*省市区行政区划-多级联动菜单*/
.city-select {
  position: absolute;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 400px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
  margin: 10px 0 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ant-up;
  animation-name: ant-up; }

.city-select-tab {
  *zoom: 1; }
  .city-select-tab:before, .city-select-tab:after {
    content: " ";
    display: table; }
  .city-select-tab:after {
    clear: both; }
  .city-select-tab li {
    float: left;
    width: 33.33%;
    height: 32px;
    line-height: 31px;
    background-color: #f5f5f5;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    cursor: not-allowed; }
    .city-select-tab li:last-child {
      width: 33.34%;
      border-right: 0; }
    .city-select-tab li.active {
      background: #fff;
      border-bottom: 1px solid #fff; }
    .city-select-tab li.can {
      cursor: pointer; }

.city-select-list + .city-select-tab li {
  border-top: 1px solid #e8e8e8;
  border-bottom: 0; }
  .city-select-list + .city-select-tab li.active {
    border-top: 1px solid #fff;
    border-bottom: 0; }

.city-select-list {
  padding: 20px 0; }
  .city-select-list dl {
    margin: 10px 0;
    *zoom: 1; }
    .city-select-list dl:before, .city-select-list dl:after {
      content: " ";
      display: table; }
    .city-select-list dl:after {
      clear: both; }
    .city-select-list dl:last-child {
      margin-bottom: 0; }
    .city-select-list dl dt {
      float: left;
      width: 70px;
      padding-left: 30px; }
    .city-select-list dl dd {
      margin-left: 70px;
      *zoom: 1; }
      .city-select-list dl dd:before, .city-select-list dl dd:after {
        content: " ";
        display: table; }
      .city-select-list dl dd:after {
        clear: both; }

ul.city-select-list {
  display: none;
  padding: 20px;
  *zoom: 1; }
  ul.city-select-list:before, ul.city-select-list:after {
    content: " ";
    display: table; }
  ul.city-select-list:after {
    clear: both; }

.city-select-list dd > span,
ul.city-select-list li {
  float: left;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
  cursor: pointer; }

.city-select-list dd > span.active,
ul.city-select-list li.active {
  background-color: #00cce3;
  border-radius: 3px;
  color: #fff; }

/* =17 slick */
.slick {
  min-width: 1200px;
  height: 400px;
  overflow: hidden; }

.slick-item > a {
  display: block;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center top; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: url(../images/icon/slick_loader.gif) center center no-repeat #fff; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 40px;
  height: 80px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #aeaeae;
  top: 160px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #8e8e8e; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  display: block;
  content: "";
  width: 40px;
  height: 80px; }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    background: url(../images/icon/slick_prev.png) center center no-repeat; }

.slick-next {
  right: 10px; }
  .slick-next:before {
    background: url(../images/icon/slick_next.png) center center no-repeat; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #a7a7a7;
      display: block;
      width: 28px;
      height: 3px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background-color: #00cce3; }

/* =18 chosen */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
    box-shadow: 0 0 6px rgba(128, 128, 128, 0.35);
    background-clip: padding-box; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none; }
  .chosen-container .search-choice .group-name,
  .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999; }
  .chosen-container .search-choice .group-name:after,
  .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 32px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #666;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 10px;
    right: 26px;
    display: none;
    width: 12px;
    height: 12px;
    background: url(../images/spirit/chosen.png) -40px 2px no-repeat;
    font-size: 1px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: -40px -8px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/icon/toggle_down.png) no-repeat center center;
      -webkit-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../images/spirit/chosen.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container .chosen-results {
  color: #666;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    color: #333; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #f5f5f5; }
    .chosen-container .chosen-results li.no-results {
      color: #333;
      display: list-item;
      background: #f5f5f5; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      color: #00cce3; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  min-height: 32px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 0 5px;
  margin: 0;
  vertical-align: middle;
  color: #333;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  cursor: text; }
  .chosen-container-multi .chosen-choices:hover {
    border-color: #00cce3; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
    .chosen-container-multi .chosen-choices li.search-field {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 1px 0;
        padding: 0;
        height: 25px;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #999;
        font-size: 100%;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
        width: 25px; }
    .chosen-container-multi .chosen-choices li.search-choice {
      position: relative;
      margin: 3px 5px 3px 0;
      padding: 4px 20px 5px 5px;
      max-width: 100%;
      background-color: #f5f5f5;
      border: 1px solid #ccc;
      border-radius: 0px;
      background-size: 100% 19px;
      background-repeat: repeat-x;
      background-clip: padding-box;
      color: #333;
      line-height: 1;
      cursor: default; }
      .chosen-container-multi .chosen-choices li.search-choice span {
        word-wrap: break-word; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 6px;
        right: 3px;
        display: block;
        width: 12px;
        height: 12px;
        background: url(../images/spirit/chosen.png) -40px 2px no-repeat;
        font-size: 1px; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background-position: -40px -8px; }
    .chosen-container-multi .chosen-choices li.search-choice-disabled {
      padding-right: 5px;
      border: 1px solid #ccc;
      background-color: #e4e4e4;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      color: #666; }
    .chosen-container-multi .chosen-choices li.search-choice-focus {
      background: #d4d4d4; }
      .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #00cce3;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.chosen-container-active .chosen-choices {
  border-color: #00cce3;
  -webkit-box-shadow: 0 0 6px rgba(228, 49, 3, 0.2);
  box-shadow: 0 0 6px rgba(228, 49, 3, 0.2); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #333 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed; }
  .chosen-disabled .chosen-single {
    cursor: not-allowed; }
  .chosen-disabled .chosen-choices {
    cursor: not-allowed; }
    .chosen-disabled .chosen-choices .chosen-search-input,
    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
      cursor: not-allowed; }
  .chosen-disabled .chosen-choices:hover {
    border-color: #ccc; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
    .chosen-rtl .chosen-single span {
      margin-right: 0;
      margin-left: 26px;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      right: auto;
      left: 3px; }
    .chosen-rtl .chosen-single abbr {
      right: auto;
      left: 26px; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl .chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(../images/spirit/chosen.png) no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(../images/spirit/chosen@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* =19 range */
.slider-container {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 300px; }
  .slider-container .back-bar {
    position: relative;
    height: 4px;
    background-color: #d9d9d9;
    border-radius: 3px; }
    .slider-container .back-bar .selected-bar {
      position: absolute;
      height: 100%;
      background-color: #00cce3; }
    .slider-container .back-bar .pointer {
      position: absolute;
      top: -8px;
      z-index: 2;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 2px solid #00cce3;
      border-radius: 20px;
      -webkit-box-shadow: 0 3px 6px #d9d9d9;
      box-shadow: 0 3px 6px #d9d9d9;
      cursor: col-resize;
      opacity: 1; }
      .slider-container .back-bar .pointer.pointer.last-active {
        z-index: 3; }
    .slider-container .back-bar .pointer-label {
      position: absolute;
      top: -48px;
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 34px;
      border: 1px solid #ccc;
      -webkit-box-shadow: 0 2px 4px rgba(217, 217, 217, 0.5);
      box-shadow: 0 2px 4px rgba(217, 217, 217, 0.5);
      border-radius: 3px;
      text-align: center; }
    .slider-container .back-bar .focused {
      z-index: 10; }
  .slider-container .clickable-dummy {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .slider-container .scale {
    top: 5px;
    position: relative; }
    .slider-container .scale span {
      position: absolute;
      height: 8px;
      border-left: 1px solid #999;
      font-size: 0; }
    .slider-container .scale ins {
      font-size: 12px;
      text-decoration: none;
      position: absolute;
      left: 0;
      top: 10px;
      color: #999;
      line-height: 1; }
  .slider-container.slider-readonly .clickable-dummy,
  .slider-container.slider-readonly .pointer {
    cursor: auto; }

/* =19 toast */
.toast {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background-color: transparent;
  display: table; }
  .toast-gray {
    background: url(../images/toast/mask_bg.png);
    background-color: rgba(0, 0, 0, 0.2); }
  .toast-outer {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .toast-inner {
    display: inline-block;
    min-width: 105px;
    background: url(../images/toast/toast_bg.png);
    background: rgba(56, 56, 56, 0.8);
    border-radius: 10px;
    padding: 20px;
    font-size: 15px;
    color: #fff; }
    .toast-inner i {
      display: inline-block;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat;
      line-height: 1; }
  .toast-text .toast-inner {
    width: auto;
    white-space: nowrap;
    padding: 10px 20px; }
  .toast-succeed i {
    background-image: url(../images/toast/succeed.png); }
  .toast-failure i {
    background-image: url(../images/toast/failure.png); }
  .toast-warning i {
    background-image: url(../images/toast/warning.png); }
  .toast-error i {
    background-image: url(../images/toast/error.png); }
  .toast-loading i {
    background-image: url(../images/toast/loading.png);
    -webkit-animation: spinner-spin 1.5s step-end infinite;
    -o-animation: spinner-spin 1.5s step-end infinite;
    animation: spinner-spin 1.5s step-end infinite; }

/* =19 webuploader */
.webuploader-container {
  position: relative; }

.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.btn .webuploader-pick {
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  margin: -1px -15px; }

.btn-sm .webuploader-pick, .btn-group-sm > .btn .webuploader-pick {
  height: 26px;
  line-height: 26px; }

.btn-lg .webuploader-pick, .btn-group-lg > .btn .webuploader-pick {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: -1px -21px; }

.webuploader-imgList .webuploader-pick {
  width: 95px;
  height: 95px;
  margin: -1px; }

.webuploader-pick {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  cursor: pointer; }

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none; }

.webuploader-tips {
  font-size: 12px;
  color: #999; }

.tables + .webuploader-list.block li {
  padding-right: 450px;
  padding-left: 40px; }
  .tables + .webuploader-list.block li:first-child {
    border-top: 0; }

.tables + .webuploader-list.block .file-operation {
  right: 320px; }

.webuploader-list.block li {
  padding-right: 300px; }

.webuploader-list.block .file-operation {
  right: 170px; }

.webuploader-list li {
  height: 56px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 120px 12px 20px; }
  .webuploader-list li:first-child {
    border-top: 1px solid #e8e8e8; }

.webuploader-list p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1; }
  .webuploader-list p + p {
    margin-top: 6px; }

.webuploader-list .file-name {
  color: #333; }

.webuploader-list .tips-error {
  font-size: 12px;
  color: #f5222d; }

.webuploader-list .file-loading {
  font-size: 12px;
  color: #ccc; }
  .webuploader-list .file-loading span {
    float: left; }
  .webuploader-list .file-loading .per-bg {
    display: inline-block;
    width: 90%;
    height: 4px;
    background: #e8e8e8;
    border-radius: 2px;
    margin: 5px 10px 0 0; }
  .webuploader-list .file-loading .per-in {
    display: inline-block;
    width: 50%;
    height: 4px;
    background: #00cce3;
    border-radius: 2px; }

.webuploader-list .file-type {
  float: left;
  display: inline-block;
  width: 28px;
  height: 32px;
  background-image: url(../images/file/type.png);
  background-repeat: no-repeat; }
  .webuploader-list .file-type.file-3gp {
    background-position: 0px -34px; }
  .webuploader-list .file-type.file-asf {
    background-position: 0px -306px; }
  .webuploader-list .file-type.file-avi {
    background-position: 0px -68px; }
  .webuploader-list .file-type.file-excel {
    background-position: 0px -102px; }
  .webuploader-list .file-type.file-flv {
    background-position: 0px -136px; }
  .webuploader-list .file-type.file-img {
    background-position: 0px -170px; }
  .webuploader-list .file-type.file-mov {
    background-position: 0px -204px; }
  .webuploader-list .file-type.file-mp4 {
    background-position: 0px -238px; }
  .webuploader-list .file-type.file-mpg {
    background-position: 0px -272px; }
  .webuploader-list .file-type.file-other {
    background-position: 0px 0px; }
  .webuploader-list .file-type.file-pdf {
    background-position: 0px -340px; }
  .webuploader-list .file-type.file-ppt {
    background-position: 0px -374px; }
  .webuploader-list .file-type.file-rar {
    background-position: 0px -408px; }
  .webuploader-list .file-type.file-rm {
    background-position: 0px -442px; }
  .webuploader-list .file-type.file-rmvb {
    background-position: 0px -476px; }
  .webuploader-list .file-type.file-video {
    background-position: 0px -510px; }
  .webuploader-list .file-type.file-wmv {
    background-position: 0px -544px; }
  .webuploader-list .file-type.file-word {
    background-position: 0px -578px; }
  .webuploader-list .file-type.file-wrf {
    background-position: 0px -612px; }
  .webuploader-list .file-type ~ p {
    margin-left: 38px; }
  .webuploader-list .file-type ~ .file-loading .per-bg {
    width: 88%; }

.webuploader-list .file-operation {
  position: absolute;
  top: 20px;
  right: 20px; }
  .webuploader-list .file-operation a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/file/operation.png);
    background-repeat: no-repeat;
    margin-left: 10px; }

.webuploader-list .file-edit {
  background-position: 0 0; }
  .webuploader-list .file-edit:hover {
    background-position: 0 -16px; }

.webuploader-list .file-save {
  background-position: 0 -32px; }
  .webuploader-list .file-save:hover {
    background-position: 0 -48px; }

.webuploader-list .file-remove {
  background-position: 0 -64px; }
  .webuploader-list .file-remove:hover {
    background-position: 0 -80px; }

.webuploader-list .file-play {
  background-position: 0 -96px; }
  .webuploader-list .file-play:hover {
    background-position: 0 -112px; }

.webuploader-list .file-save {
  position: absolute;
  top: 8px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/file/operation.png);
  background-repeat: no-repeat; }

.webuploader-list .file-text {
  position: relative;
  margin-top: 0 !important; }
  .webuploader-list .file-text .form-control {
    width: 98%;
    padding-right: 40px; }

.webuploader-imgList {
  *zoom: 1; }
  .webuploader-imgList:before, .webuploader-imgList:after {
    content: " ";
    display: table; }
  .webuploader-imgList:after {
    clear: both; }
  .webuploader-imgList li {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    width: 95px;
    height: 95px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 20px;
    overflow: hidden; }
    .webuploader-imgList li:last-child {
      margin-right: 0; }
    .webuploader-imgList li.addition {
      background-image: url(../images/file/plus.png);
      background-repeat: no-repeat;
      background-position: center center;
      border-style: dashed;
      cursor: pointer; }
    .webuploader-imgList li i.del {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 26px;
      height: 26px;
      background: url(../images/file/operation.png) no-repeat 0 -128px;
      cursor: pointer; }
    .webuploader-imgList li .file-break,
    .webuploader-imgList li .file-warn,
    .webuploader-imgList li .file-img {
      width: 94px;
      height: 94px; }
    .webuploader-imgList li .file-break {
      background: url(../images/file/break.png) no-repeat center center; }
    .webuploader-imgList li .file-warn {
      background: url(../images/file/warn.png) no-repeat center center; }
    .webuploader-imgList li .file-img img {
      width: 158px;
      height: 158px;
      vertical-align: middle;
      margin: 0; }
    .webuploader-imgList li .file-loading {
      margin: 40px 5px 0;
      line-height: 1;
      text-align: center;
      font-size: 12px;
      color: #ccc; }
      .webuploader-imgList li .file-loading span {
        float: left; }
      .webuploader-imgList li .file-loading .per-bg {
        display: inline-block;
        width: 55%;
        height: 4px;
        background: #e8e8e8;
        border-radius: 2px;
        margin: 5px 5px 0 0; }
      .webuploader-imgList li .file-loading .per-in {
        display: inline-block;
        width: 50%;
        height: 4px;
        background: #00cce3;
        border-radius: 2px; }

/* =20 viewer */
/*!
 * Viewer v0.1.0
 * https://github.com/fengyuanchen/viewer
 *
 * Copyright (c) 2015 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2015-09-02T09:08:17.223Z
 */
.viewer-zoom-in:before,
.viewer-zoom-out:before,
.viewer-one-to-one:before,
.viewer-reset:before,
.viewer-prev:before,
.viewer-play:before,
.viewer-next:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen:before,
.viewer-fullscreen-exit:before,
.viewer-close:before {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
  background-repeat: no-repeat; }

.viewer-zoom-in:before {
  content: "Zoom In";
  background-position: 0 0; }

.viewer-zoom-out:before {
  content: "Zoom Out";
  background-position: -20px 0; }

.viewer-one-to-one:before {
  content: "One to One";
  background-position: -40px 0; }

.viewer-reset:before {
  content: "Reset";
  background-position: -60px 0; }

.viewer-prev:before {
  content: "Previous";
  background-position: -80px 0; }

.viewer-play:before {
  content: "Play";
  background-position: -100px 0; }

.viewer-next:before {
  content: "Next";
  background-position: -120px 0; }

.viewer-rotate-left:before {
  content: "Rotate Left";
  background-position: -140px 0; }

.viewer-rotate-right:before {
  content: "Rotate Right";
  background-position: -160px 0; }

.viewer-flip-horizontal:before {
  content: "Flip Horizontal";
  background-position: -180px 0; }

.viewer-flip-vertical:before {
  content: "Flip Vertical";
  background-position: -200px 0; }

.viewer-fullscreen:before {
  content: "Enter Full Screen";
  background-position: -220px 0; }

.viewer-fullscreen-exit:before {
  content: "Exit Full Screen";
  background-position: -240px 0; }

.viewer-close, .viewer-zoom-in, .viewer-zoom-out, .viewer-one-to-one, .viewer-prev, .viewer-next {
  *background: url(../images/viewer.png) no-repeat; }

.viewer-close {
  *background-position: 15px 55px; }

.viewer-zoom-in {
  *background-position: 19px -17px; }

.viewer-zoom-out {
  *background-position: 19px -56px; }

.viewer-prev {
  *background-position: 19px -97px; }

.viewer-next {
  *background-position: 19px -142px; }

.viewer-one-to-one {
  *background-position: 19px -186px; }

.viewer-close:before {
  content: "Close";
  background-position: -260px 0; }

.viewer-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url(../images/mask_layer_bg.png) repeat;
  background: rgba(0, 0, 0, 0.8);
  direction: ltr !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent; }

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent; }

.viewer-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important; }

.viewer-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.viewer-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center; }

.viewer-navbar {
  overflow: hidden;
  background: url(../images/viewer_bg.png) repeat;
  background: rgba(0, 0, 0, 0.5); }

.viewer-list {
  height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1px 0;
  margin: 0;
  overflow: hidden; }

.viewer-list > li {
  float: left;
  width: 30px;
  height: 50px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
  padding: 0;
  border: 0; }

.viewer-list > li + li {
  margin-left: 1px; }

.viewer-list > .viewer-active {
  filter: alpha(opacity=100);
  opacity: 1; }

.viewer-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  cursor: none;
  background-color: #000; }

.viewer-player > img {
  position: absolute;
  top: 0;
  left: 0; }

.viewer-toolbar {
  width: 400px;
  padding: 3px 0;
  margin: 0 auto 5px;
  overflow: hidden; }

.viewer-toolbar > li {
  float: left;
  width: 48px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  background-color: #999;
  border-radius: 50%;
  padding: 0;
  border: 0; }

.viewer-toolbar > li:hover {
  background-color: #ccc; }

.viewer-toolbar > li:before {
  margin: 14px; }

.viewer-toolbar > li + li {
  margin-left: 1px; }

.viewer-toolbar > .viewer-play {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-bottom: -3px; }

.viewer-toolbar > .viewer-play:before {
  margin: 5px; }

.viewer-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 50px;
  height: 20px;
  margin-top: -10px;
  margin-left: -25px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px; }

.viewer-title {
  display: none;
  max-width: 90%;
  margin: 0 5% 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  color: #ccc;
  text-overflow: ellipsis;
  white-space: nowrap;
  filter: alpha(opacity=80);
  opacity: .8; }

.viewer-title:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

.viewer-button {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  background-color: #999;
  border-radius: 50%; }

.viewer-button:before {
  position: absolute;
  bottom: 15px;
  left: 15px; }

.viewer-fixed {
  position: fixed; }

.viewer-open {
  overflow: hidden; }

.viewer-show {
  display: block; }

.viewer-hide {
  display: none; }

.viewer-invisible {
  visibility: hidden; }

.viewer-toggle {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.viewer-fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.viewer-in {
  filter: alpha(opacity=100);
  opacity: 1; }

.viewer-transition {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.viewer-flip-horizontal, .viewer-flip-vertical, .viewer-play, .viewer-reset {
  display: none; }

.container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff; }

.row {
  padding: 10px 0; }

.tabs-panel {
  height: 150px;
  background-color: #f8f8f8; }
