html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../lib/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot);
  src: url(../lib/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot)
      format("embedded-opentype"),
    url(../lib/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(../lib/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(../lib/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(../lib/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*a{color:#337ab7;text-decoration:none}*/

/*a:focus,a:hover{color:#23527c;text-decoration:underline}*/

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

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

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

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

.h4,
h4 {
  font-size: 18px;
}

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }

  .shumu_mobile {
    display: none;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

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

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-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:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

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

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

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

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

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/*hidden-xs hidden-sm*/

/*hidden-md hidden-lg*/

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  #carousel-11 {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  #carousel-11 {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  #carousel-12 {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  #carousel-12 {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url(../lib/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(../lib/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0)
      format("embedded-opentype"),
    url(../lib/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0)
      format("woff2"),
    url(../lib/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0)
      format("woff"),
    url(../lib/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0)
      format("truetype"),
    url(../lib/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

@charset "UTF-8";

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
}

.title {
  height: 36px;
  padding: 0 10px;
  border-top: 1px solid #b2a58e;
  line-height: 36px;
  background-color: #f1f0e8;
}

.title h3 {
  line-height: 32px;
  font-size: 16px;
  font-weight: normal;
}

.bar {
  padding: 10px;
  border-top: 1px solid #d5d2d2;
  border-bottom: 1px solid #d5d2d2;
  background: transparent
    linear-gradient(
      to bottom,
      rgba(227, 223, 214, 0.3) 0,
      rgba(255, 255, 255, 0.3) 100%
    )
    repeat scroll 0 0;
  box-shadow: 0 15px 15px -14px rgba(172, 172, 172, 0.4);
}

.bar:after {
  content: "";
  display: table;
  clear: both;
}

.list {
  margin-top: 1px;
}

.list li {
  position: relative;
  padding: 0 10px;
  border-bottom: 1px dashed #ddd;
}

.list li:hover {
  background-color: #fafaf6;
}

.list .active {
  background-color: #fafaf6;
}

.list .active:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}

.list .active a {
  color: #d96630 !important;
}

.list a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #000;
  text-decoration: none;
}

.list a:hover {
  color: #3169a8;
}

.sod_select {
  width: 100px;
  height: 36px;
  margin: 0 20px 0 0;
  padding: 0 10px;
  border-color: #b4b2ac;
  border-radius: 4px;
  line-height: 36px;
  font-size: 14px;
  color: #3169a8;
  box-shadow: 0 5px 5px #ddd;
  background-image: -moz-linear-gradient(top, #f6f6f3, #edebe4);
}

.sod_select .sod_list li {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
}

.sod_select::before {
  display: none;
}

.sod_select:hover,
.sod_select.open {
  border-color: #b4b2ac;
}

.sod_select .sod_list,
.sod_select.focus {
  border-color: #b4b2ac;
  box-shadow: 0 5px 5px #ddd;
}

.sod_select::after {
  font-size: 12px;
  top: 0;
  color: #3169a8;
}

.sod_select.open {
  color: #3169a8;
}

.sod_select .sod_list {
  width: 100px;
}

.page {
  display: inline-block;
  padding: 6px 0;
  border: 1px solid #b4b2ac;
  border-radius: 4px;
  box-shadow: 0 5px 5px #ddd;
  background-image: -moz-linear-gradient(top, #f6f6f3, #edebe4);
}

.page a {
  display: inline-block;
  width: 36px;
  height: 24px;
  line-height: 24px;
  color: #3169a8;
  text-align: center;
}

.page a:not(:first-child) {
  border-left: 1px solid #d9dad9;
}

.page a:not(:last-child) {
  border-right: 1px solid #c0c2c3;
}

.pagination {
  margin: 0;
  vertical-align: top;
}

.pagination > li > a,
.pagination > li > span {
  height: 36px;
  line-height: 22px;
  border-color: #b4b2ac;
  background-image: -moz-linear-gradient(top, #f6f6f3, #edebe4);
}

.pagination > li > a:focus,
.pagination > li > a:hover {
  border-color: #b4b2ac;
  color: #ddd;
  background-image: -moz-linear-gradient(top, #8b8578, #8b8578);
}

.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #b4b2ac;
  color: #ddd;
  background-image: -moz-linear-gradient(top, #8b8578, #8b8578);
}

.inset {
  border-left: 1px solid #d1c2a8;
  box-shadow: inset 35px 20px 25px -40px #c1c1c1;
}

@media (max-width: 768px) {
  .inset {
    box-shadow: none;
  }

  .inset .pl24 {
    padding-left: 0;
  }
}

.third-party-landing {
  padding-bottom: 20px;
}

.third-party-landing h4 {
  margin-top: 20px;
  font-size: 16px;
}

.third-party-landing ul {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.third-party-landing li {
  margin-top: 10px;
}

.third-party-landing .btn {
  width: 250px;
  text-align: left;
}

.third-party-landing .fa {
  margin-right: 5px;
}

.third-party-landing a {
  margin-left: 10px;
}

.technoshpere-hd {
  margin-top: 20px;
  position: relative;
}

.technoshpere-hd img {
  width: 100%;
}

.technoshpere-hd .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.technoshpere-hd a {
  color: #fff;
  text-decoration: none;
}

.technoshpere-hd h5 {
  font-size: 16px;
}

.technoshpere-hd h5 small {
  margin-left: 10px;
  color: #d5d4cc;
}

.technoshpere-hd .sub {
  margin-top: 8px;
  font-size: 12px;
  color: #939189;
}

.technoshpere-hd .sub strong {
  font-weight: normal;
  color: #d5d4cc;
}

.technoshpere-hd .sub a {
  margin-left: 5px;
}

.technoshpere-bd {
  padding-bottom: 20px;
}

.technoshpere-bd li {
  position: relative;
  margin-top: 20px;
}

.technoshpere-bd a {
  color: #fff;
}

.technoshpere-bd img {
  width: 100%;
}

.technoshpere-bd .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.technoshpere-bd .txt h6 {
  font-size: 16px;
}

.technoshpere-bd .txt small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #d5d4cc;
}

@media (min-width: 768px) {
  .technoshpere-bd ul {
    font-size: 0;
  }

  .technoshpere-bd li {
    display: inline-block;
    width: 50%;
  }

  .technoshpere-bd li:nth-child(odd) {
    border-right: 10px solid transparent;
  }

  .technoshpere-bd li:nth-child(even) {
    border-left: 10px solid transparent;
  }
}

.content-box li {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.content-box .fa {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 10px;
  line-height: 50px;
  font-size: 32px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.content-box .weixin i {
  background-color: #5ac64f;
}

.content-box .weibo i {
  background-color: #f77;
}

.content-box .qq i {
  background-color: #5ca3e1;
}

.content-box dl {
  margin-top: 15px;
  text-align: center;
}

.content-box dd {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

.contribute-hd {
  margin-bottom: 20px;
}

.contribute-hd dt {
  margin: 20px 0 5px;
}

.contribute-main {
  padding-top: 20px;
}

.contribute-main .tips {
  display: inline-block;
  padding: 5px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  color: #999;
  background-color: #f2f2f2;
}

html {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}

html.borderbox * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body,
button,
input,
select,
textarea {
  font: 400 14px/1.8 Avenir, PingFang SC, Microsoft Yahei, Hiragino Sans GB,
    Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

blockquote {
  position: relative;
  color: #999;
  font-weight: 400;
  border-left: 1px solid #1abc9c;
  padding-left: 1em;
  margin: 1em 3em 1em 2em;
}

@media only screen and (max-width: 640px) {
  blockquote {
    margin: 1em 0;
  }
}

acronym {
  border-bottom: 1px dotted;
  font-variant: normal;
}

abbr {
  border-bottom: 1px dotted;
  font-variant: normal;
  cursor: help;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

:root sub,
:root sup {
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
}

u,
.typo-u {
  text-decoration: underline;
}

mark {
  background: #fffdd1;
  border-bottom: 1px solid #ffedce;
  padding: 2px;
  margin: 0 5px;
}

pre,
code {
  font-family: Courier, "Courier New", monospace;
}

pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  display: block;
  -webkit-overflow-scrolling: touch;
}

pre tt {
  font-family: Courier, "Courier New", monospace;
}

hr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0.8em;
  height: 10px;
}

small,
.typo-small,
figcaption {
  font-size: 0.9em;
  color: #888;
}

strong,
b {
  font-weight: bold;
}

[draggable] {
  cursor: move;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

.textwrap td,
.textwrap th {
  word-wrap: break-word;
  word-break: break-all;
}

.textwrap-table {
  table-layout: fixed;
}

.serif {
  font-family: Palatino, Optima, Georgia, serif;
}

.typo p,
.typo pre,
.typo ul,
.typo ol,
.typo dl,
.typo form,
.typo hr,
.typo table {
  margin-bottom: 1.2em;
}

.typo-p,
.typo-pre,
.typo-ul,
.typo-ol,
.typo-dl,
.typo-form,
.typo-hr,
.typo-table,
blockquote {
  margin-bottom: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei,
    Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  line-height: 1.4;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.35;
}

.typo-h1,
.typo-h2,
.typo-h3,
.typo-h4,
.typo-h5,
.typo-h6 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.35;
}

.typo h1,
.typo-h1 {
  font-size: 2em;
}

.typo h2,
.typo-h2 {
  font-size: 1.8em;
}

.typo h3,
.typo-h3 {
  font-size: 1.6em;
}

.typo h4,
.typo-h4 {
  font-size: 1.4em;
}

.typo h5,
.typo h6 {
  font-size: 1.2em;
}

.typo-h5,
.typo-h6 {
  font-size: 1.2em;
}

.typo ul,
.typo-ul {
  margin-left: 1.3em;
  list-style: disc;
}

.typo ol,
.typo-ol {
  list-style: decimal;
  margin-left: 1.9em;
}

.typo li ul,
.typo li ol {
  margin-bottom: 0.8em;
  margin-left: 2em;
}

.typo-ul ul,
.typo-ul ol {
  margin-bottom: 0.8em;
  margin-left: 2em;
}

.typo-ol ul,
.typo-ol ol {
  margin-bottom: 0.8em;
  margin-left: 2em;
}

.typo li ul,
.typo-ul ul,
.typo-ol ul {
  list-style: circle;
}

.typo table th,
.typo table td {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  color: #666;
}

.typo-table th,
.typo-table td {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  color: #666;
}

.typo table caption {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  color: #666;
}

.typo table th {
  background: #fbfbfb;
}

.typo-table th {
  background: #fbfbfb;
}

.typo table thead th,
.typo-table thead th {
  background: #f1f1f1;
}

.typo table caption {
  border-bottom: none;
}

.typo-input,
.typo-textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.typo-em,
.typo em,
legend,
caption {
  color: #000;
  font-weight: inherit;
}

.typo-em {
  position: relative;
}

.typo-em:after {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
}

.typo img {
  max-width: 100%;
}

@font-face {
  font-family: "ryicon";
  src: url(fonts/ryicon.eot);
  src: url(fonts/ryicon.eot#iefix) format("embedded-opentype"),
    url(fonts/ryicon.ttf) format("truetype"),
    url(fonts/ryicon.woff) format("woff"),
    url(fonts/ryicon.svg#ryicon) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ryi-"],
[class*=" ryi-"] {
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ryi-cat-cog:before {
  content: "";
}

.ryi-cat-follow:before {
  content: "";
}

.ryi-beh-star-o:before {
  content: "";
}

.ryi-beh-star:before {
  content: "";
}

.ryi-but-plus:before {
  content: "";
}

.ryi-nav-close:before {
  content: "";
}

.ryi-nav-sandwich:before {
  content: "";
}

.ryi-soc-qq:before {
  content: "";
}

.ryi-soc-ms:before {
  content: "";
}

.ryi-cat-archive:before {
  content: "";
}

.ryi-cat-bookmark:before {
  content: "";
}

.ryi-cat-category:before {
  content: "";
}

.ryi-cat-face:before {
  content: "";
}

.ryi-cat-hero:before {
  content: "";
}

.ryi-cat-paper:before {
  content: "";
}

.ryi-cat-sound:before {
  content: "";
}

.ryi-form-check-o:before {
  content: "";
}

.ryi-form-check:before {
  content: "";
}

.ryi-form-edit:before {
  content: "";
}

.ryi-form-setting:before {
  content: "";
}

.ryi-angle-down:before {
  content: "";
}

.ryi-angle-left:before {
  content: "";
}

.ryi-angle-right:before {
  content: "";
}

.ryi-angle-up:before {
  content: "";
}

.ryi-beh-donate-big:before {
  content: "";
}

.ryi-beh-donate:before {
  content: "";
}

.ryi-beh-download:before {
  content: "";
}

.ryi-beh-example:before {
  content: "";
}

.ryi-beh-eye:before {
  content: "";
}

.ryi-beh-heart-o:before {
  content: "";
}

.ryi-beh-heart:before {
  content: "";
}

.ryi-beh-share:before {
  content: "";
}

.ryi-beh-vote:before {
  content: "";
}

.ryi-cat-9:before,
.ryi-cat-60:before {
  content: "";
}

.ryi-cat-10:before,
.ryi-cat-61:before {
  content: "";
}

.ryi-cat-11:before,
.ryi-cat-62:before {
  content: "";
}

.ryi-cat-branch:before {
  content: "";
}

.ryi-cat-list:before {
  content: "";
}

.ryi-quote-left:before {
  content: "";
}

.ryi-quote-right:before {
  content: "";
}

.ryi-act-download:before {
  content: "";
}

.ryi-act-comment:before {
  content: "";
}

.ryi-act-eye:before {
  content: "";
}

.ryi-act-star:before {
  content: "";
}

.ryi-act-vote:before {
  content: "";
}

.ryi-login-cart:before {
  content: "";
}

.ryi-login-new:before {
  content: "";
}

.ryi-login-user:before {
  content: "";
}

.ryi-nav-eye:before {
  content: "";
}

.ryi-nav-search:before {
  content: "";
}

.ryi-nav-write:before {
  content: "";
}

.ryi-soc-wb:before {
  content: "";
}

.ryi-soc-wx:before {
  content: "";
}

.ryi-tab-grid:before {
  content: "";
}

.ryi-tab-list:before {
  content: "";
}

body {
  background: #fff;
  font: 400 14px/1.8 Avenir, "PingFang SC", "Microsoft Yahei", "微软雅黑",
    "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei",
    "sans-serif";
  color: #111;
}

a {
  color: #888;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover,
a:active,
a:focus {
  color: #c30e18;
  text-decoration: underline;
}

hr {
  border-bottom: 1px solid #e7e8f0;
  padding: 0;
  height: 0;
  margin: 30px 0;
}

hr.m-0 {
  margin: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #e8e8e8;
}

.btn {
  border-radius: 0;
}

.btn-default {
  color: #c30e18;
}

.input-group .btn {
  padding: 10px 14px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

.form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
  border-color: #d4d4d4;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.08);
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap,
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 0;
}

.k-multiselect-wrap {
  padding: 6px;
  border-color: #d4d4d4;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.08);
}

.input-group .k-numeric-wrap .k-input {
  padding: 8px 0 9px 0;
}

.input-group .k-numerictextbox .k-link,
.input-group .k-numerictextbox .k-icon {
  height: 20px;
}

.input-group .k-numerictextbox .k-select .k-link span.k-i-arrow-s {
  background-position: 0 -30px;
}

.input-group .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
  background-position: 0 2px;
}

.input-group .k-numerictextbox .k-state-over .k-link span.k-i-arrow-s {
  background-position: -16px -30px;
}

.input-group .k-numerictextbox .k-state-over .k-link span.k-i-arrow-n {
  background-position: -16px 2px;
}

label {
  font-weight: normal;
}

img {
  max-width: 100%;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.pl24 {
  padding-left: 9px;
}

.p0-10 {
  padding: 0 10px;
}

.p20-0 {
  padding: 20px 0;
}

.mt20 {
  margin-top: 20px;
}

.cb {
  clear: both;
}

.high-1 {
  color: #d96630;
}

@media only screen and (min-width: 992px) {
  .row.g-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row.g-50 > .col-md-1,
  .row.g-50 > .col-lg-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-2,
  .row.g-50 > .col-lg-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-3,
  .row.g-50 > .col-lg-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-4,
  .row.g-50 > .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-5,
  .row.g-50 > .col-lg-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-6,
  .row.g-50 > .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-7,
  .row.g-50 > .col-lg-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-8,
  .row.g-50 > .col-lg-8 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-9,
  .row.g-50 > .col-lg-9 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-10,
  .row.g-50 > .col-lg-10 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-11,
  .row.g-50 > .col-lg-11 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row.g-50 > .col-md-12,
  .row.g-50 > .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.row.g-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.g-20 > .col-md-1,
.row.g-20 > .col-lg-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-2,
.row.g-20 > .col-lg-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-3,
.row.g-20 > .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-4,
.row.g-20 > .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-5,
.row.g-20 > .col-lg-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-6,
.row.g-20 > .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-7,
.row.g-20 > .col-lg-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-8,
.row.g-20 > .col-lg-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-9,
.row.g-20 > .col-lg-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-10,
.row.g-20 > .col-lg-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-11,
.row.g-20 > .col-lg-11 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.g-20 > .col-md-12,
.row.g-20 > .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .customized-page .out-container > .container > .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .customized-page .out-container > .container > .row > .col-md-1,
  .customized-page .out-container > .container > .row > .col-lg-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-2,
  .customized-page .out-container > .container > .row > .col-lg-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-3,
  .customized-page .out-container > .container > .row > .col-lg-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-4,
  .customized-page .out-container > .container > .row > .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-5,
  .customized-page .out-container > .container > .row > .col-lg-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-6,
  .customized-page .out-container > .container > .row > .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-7,
  .customized-page .out-container > .container > .row > .col-lg-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-8,
  .customized-page .out-container > .container > .row > .col-lg-8 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-9,
  .customized-page .out-container > .container > .row > .col-lg-9 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-10,
  .customized-page .out-container > .container > .row > .col-lg-10 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-11,
  .customized-page .out-container > .container > .row > .col-lg-11 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customized-page .out-container > .container > .row > .col-md-12,
  .customized-page .out-container > .container > .row > .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-close,
  .navbar-toggles {
    display: none;
  }

  .head-login {
    border-top: 4px solid #262626;
    color: #9c9c9c;
    font-size: 12px;
    position: relative;
  }

  .head-login::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 80px;
    height: 4px;
    margin-left: -40px;
    background: #c30e18;
  }

  .head-login form {
    margin: 0 -15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-login form {
    margin: 0 -8px;
  }
}

@media only screen and (min-width: 768px) {
  .head-login .login {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .head-login .login {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .head-login .login.login-hello {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .head-login .login.login-hello {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .head-login .login a {
    line-height: 38px;
    height: auto;
    display: inline-block;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-login .login a {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 768px) {
  .head-login .login a:hover {
    text-decoration: none;
  }

  .head-login a {
    color: #767676;
  }

  .head-login a:hover {
    background: inherit;
    color: #c30e18;
  }

  .head-login [class^="ryi-"],
  .head-login [class*=" ryi-"] {
    font-size: 16px;
    vertical-align: -2px;
  }

  .head-login .label {
    vertical-align: 2px;
    border-radius: 10px;
    padding: 2px 6px;
    margin: 0 2px;
  }

  .head {
    background: #fff;
    padding: 0;
    height: 83px;
    border-bottom: 1px solid #ddd;
    margin: 6px 0 30px 0;
  }

  .head .container {
    position: relative;
  }

  .head .head-logo {
    background: url(../images/logo-may-160x43_402x.png) no-repeat 0 0;
    background-size: 160px 43px;
    width: 160px;
    height: 43px;
    position: absolute;
    left: 15px;
    top: 9px;
  }

  .head .head-logo a {
    display: block;
    width: 160px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
  }

  .head [class^="ryi-"],
  .head [class*=" ryi-"] {
    font-size: 24px;
    vertical-align: -4px;
  }

  .head-nav {
    margin: 10px 0 auto 12%;
    width: 940px;
    background: none;
    height: 44px;
    position: relative;
    color: inherit;
    font-size: 0;
    font-weight: normal;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav {
    width: 1020px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav {
    width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li {
    float: left;
    margin-left: 12px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li {
    margin-left: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li > a {
    padding: 0 18px;
    display: block;
    line-height: 40px;
    color: #111;
    width: 70px;
    height: 40px;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li > a {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li > a {
    padding: 0 14px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li > a {
    width: 52px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li > a::before,
  .head-nav > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/sprite-nav_402x_new.png) no-repeat;
    background-size: 1200px 150px;
  }

  .head-nav > li > a::after {
    opacity: 0;
    background-color: green;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .head-nav > li > a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .head-nav > li > a:hover::after {
    opacity: 1;
  }

  .head-nav > li.quebec {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 3;
    margin: 0;
    border: 0;
    width: 0;
    height: 4px;
    padding: 0;
    overflow: hidden;
    background: #c30e18;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .head-nav > li:nth-child(1).active ~ li.quebec {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(1).active ~ li.quebec {
    left: 32px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(1).active ~ li.quebec {
    left: 36px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(1).active ~ li.quebec {
    left: 18px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(1) > a::before {
    background-position: -26px -10px;
  }

  .head-nav > li:nth-child(1) > a::after {
    background-position: -26px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(1) > a::before {
    background-position: -26px -10px;
  }

  .head-nav > li:nth-child(1) > a::after {
    background-position: -26px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(1) > a::before {
    background-position: -34px -10px;
  }

  .head-nav > li:nth-child(1) > a::after {
    background-position: -34px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(2).active ~ li.quebec {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(2).active ~ li.quebec {
    left: 112px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(2).active ~ li.quebec {
    left: 120px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(2).active ~ li.quebec {
    left: 76px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(2) > a::before {
    background-position: -126px -10px;
  }

  .head-nav > li:nth-child(2) > a::after {
    background-position: -126px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(2) > a::before {
    background-position: -126px -10px;
  }

  .head-nav > li:nth-child(2) > a::after {
    background-position: -126px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(2) > a::before {
    background-position: -134px -10px;
  }

  .head-nav > li:nth-child(2) > a::after {
    background-position: -134px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(3).active ~ li.quebec {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(3).active ~ li.quebec {
    left: 192px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(3).active ~ li.quebec {
    left: 204px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(3).active ~ li.quebec {
    left: 134px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(3) > a::before {
    background-position: -226px -10px;
  }

  .head-nav > li:nth-child(3) > a::after {
    background-position: -226px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(3) > a::before {
    background-position: -226px -10px;
  }

  .head-nav > li:nth-child(3) > a::after {
    background-position: -226px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(3) > a::before {
    background-position: -234px -10px;
  }

  .head-nav > li:nth-child(3) > a::after {
    background-position: -234px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(4).active ~ li.quebec {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(4).active ~ li.quebec {
    left: 272px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(4).active ~ li.quebec {
    left: 288px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(4).active ~ li.quebec {
    left: 192px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(4) > a::before {
    background-position: -851px -10px;
  }
  .head-nav > li:nth-child(4) > a::after {
    background-position: -851px -80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(4) > a::before {
    background-position: -851px -10px;
  }
  .head-nav > li:nth-child(4) > a::after {
    background-position: -851px -80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(4) > a::before {
    background-position: -849px -10px;
  }
  .head-nav > li:nth-child(4) > a::after {
    background-position: -841px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(5).active ~ li.quebec {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(5).active ~ li.quebec {
    left: 355px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(5).active ~ li.quebec {
    left: 380px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(5).active ~ li.quebec {
    left: 178px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(5) > a::before {
    background-position: -961px -10px;
  }
  .head-nav > li:nth-child(5) > a::after {
    background-position: -961px -80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(5) > a::before {
    background-position: -961px -10px;
  }
  .head-nav > li:nth-child(5) > a::after {
    background-position: -961px -80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(5) > a::before {
    background-position: -961px -10px;
  }
  .head-nav > li:nth-child(5) > a::after {
    background-position: -961px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(6).active ~ li.quebec {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(6).active ~ li.quebec {
    left: 445px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(6).active ~ li.quebec {
    left: 467px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(6).active ~ li.quebec {
    left: 335px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(6) > a::before {
    background-position: -326px -10px;
  }

  .head-nav > li:nth-child(6) > a::after {
    background-position: -326px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(6) > a::before {
    background-position: -326px -10px;
  }

  .head-nav > li:nth-child(6) > a::after {
    background-position: -326px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(6) > a::before {
    background-position: -334px -10px;
  }

  .head-nav > li:nth-child(6) > a::after {
    background-position: -334px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(7).active ~ li.quebec {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(7).active ~ li.quebec {
    left: 519px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(7).active ~ li.quebec {
    left: 552px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(7).active ~ li.quebec {
    left: 410px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(7) > a::before {
    background-position: -721px -10px;
  }

  .head-nav > li:nth-child(7) > a::after {
    background-position: -721px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(7) > a::before {
    background-position: -721px -10px;
  }

  .head-nav > li:nth-child(7) > a::after {
    background-position: -721px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(7) > a::before {
    background-position: -729px -10px;
  }

  .head-nav > li:nth-child(7) > a::after {
    background-position: -721px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(8).active ~ li.quebec {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(8).active ~ li.quebec {
    left: 605px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(8).active ~ li.quebec {
    left: 640px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(8).active ~ li.quebec {
    left: 368px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(8) > a::before {
    background-position: -426px -10px;
  }

  .head-nav > li:nth-child(8) > a::after {
    background-position: -426px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(8) > a::before {
    background-position: -426px -10px;
  }

  .head-nav > li:nth-child(8) > a::after {
    background-position: -426px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(8) > a::before {
    background-position: -434px -10px;
  }

  .head-nav > li:nth-child(8) > a::after {
    background-position: -434px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(9).active ~ li.quebec {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(9).active ~ li.quebec {
    left: 606px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(9).active ~ li.quebec {
    left: 636px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(9).active ~ li.quebec {
    left: 421px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(9) > a::before {
    background-position: -526px -10px;
  }

  .head-nav > li:nth-child(9) > a::after {
    background-position: -526px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(9) > a::before {
    background-position: -526px -10px;
  }

  .head-nav > li:nth-child(9) > a::after {
    background-position: -526px -80px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(9) > a::before {
    background-position: -534px -10px;
  }

  .head-nav > li:nth-child(9) > a::after {
    background-position: -534px -80px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(10).active ~ li.quebec {
    width: 68px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .head-nav > li:nth-child(10).active ~ li.quebec {
    left: 672px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav > li:nth-child(10).active ~ li.quebec {
    left: 852px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .head-nav > li:nth-child(10).active ~ li.quebec {
    left: 471px;
  }
}

@media only screen and (min-width: 768px) {
  .head-nav > li:nth-child(10) > a::before {
    background-position: -656px -10px;
  }

  .head-nav > li:nth-child(10) > a::after {
    background-position: -656px -80px;
  }

  li.head-compose {
    position: absolute;
    width: 100px;
    right: -24px;
    top: 0;
  }

  li.head-compose a {
    width: 100px;
  }

  li.head-search {
    position: absolute;
    right: 0px;
    top: -1px;
  }

  li.head-search form {
    margin: 0;
    padding: 0;
    width: auto;
  }

  li.head-search input.key {
    background: none;
    outline: 1px blue;
    border-radius: 0;
    margin: 0;
    vertical-align: 0;
    color: #767676;
    padding: 9px 34px 11px 10px;
    height: 40px;
    border: 2px solid #c30e18;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  li.head-search input.key {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  li.head-search input.key {
    width: 230px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  li.head-search input.key {
    width: 260px;
  }
}

@media only screen and (min-width: 768px) {
  li.head-search .go {
    color: #111;
    font-size: 20px;
    height: 30px;
    line-height: 20px;
    margin: 0 -6px 0 -32px;
    vertical-align: -1px;
    padding: 0 6px;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  li.head-search .go:hover,
  li.head-search .go:active,
  li.head-search .go:focus {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  body {
    margin-top: 75px;
  }

  .head {
    background: #262626;
    height: 44px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .head-logo {
    background: url(../images/logo-may-100x30_403x.png) no-repeat 0 0;
    background-size: 100px 30px;
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 9px;
  }

  .head-logo a {
    display: block;
    width: 100px;
    height: 0;
    padding-top: 30px;
    overflow: hidden;
  }

  .head-logo a:hover,
  .head-logo a:active,
  .head-logo a:focus {
    text-decoration: none;
    opacity: 0.8;
  }

  .head-nav {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background: #666;
    height: auto;
    font-size: 18px;
    height: 0;
    text-align: center;
    overflow: hidden;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .head-nav > li {
    font-weight: 300;
    line-height: 50px;
    display: none;
  }

  .head-nav > li.navbar-close {
    margin-top: 50px;
    padding: 0;
  }

  .head-nav > li.navbar-close > a {
    padding: 0;
  }

  .head-nav > li.head-search {
    padding: 10px;
  }

  .head-nav > li.head-search .key {
    width: 100%;
    display: block;
    height: 40px;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #666;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .head-nav > li.head-search .key::-webkit-input-placeholder {
    color: #bababa;
    content: "请输入关键字";
  }

  .head-nav > li.head-search .go {
    display: none;
  }

  .head-nav > li > a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 0 20px;
  }

  .head-nav > li > a:hover,
  .head-nav > li > a:active,
  .head-nav > li > a:focus {
    text-decoration: none;
    opacity: 0.8;
  }

  .head-nav .ryi-nav-write {
    display: none;
  }

  .head-nav.on-main {
    height: 470px;
    background: #c30e18;
    padding: 40px 0;
  }

  .head-nav.on-main > li {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (max-height: 568px) {
  .head-nav.on-main > li {
    display: inline-block;
  }

  .head-nav.on-main > li.navbar-close {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .head-nav.on-main > li.head-search {
    display: none;
  }

  .head-nav.on-search {
    height: 60px;
    padding: 0;
    background: #494949;
  }

  .head-nav.on-search > li {
    display: none;
  }

  .head-nav.on-search > li.head-search {
    display: block;
  }

  .head-login {
    background: #000;
    font-size: 18px;
    line-height: 50px;
    font-weight: 300;
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 100%;
    top: 44px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
  }

  .head-login.on {
    left: 0;
  }

  .head-login a {
    color: #fff;
    display: block;
    padding: 0 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (max-height: 568px) {
  .head-login a {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .head-login a:hover,
  .head-login a:active,
  .head-login a:focus {
    text-decoration: none;
    opacity: 0.8;
  }

  .head-login .label {
    vertical-align: 1px;
    border-radius: 30px;
    margin-left: 4px;
    line-height: 1;
    padding: 2px 8px;
  }

  .navbar-close {
    width: 40px;
    height: 40px;
    margin: 30px auto 0 auto;
  }

  .navbar-close a {
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    font-size: 20px;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
  }

  .navbar-close a:hover,
  .navbar-close a:active,
  .navbar-close a:focus {
    text-decoration: none;
    opacity: 0.8;
  }

  .navbar-toggles > a {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    top: 0;
  }

  .navbar-toggles > a.on {
    height: 45px;
  }

  .navbar-toggles > a:hover,
  .navbar-toggles > a:active,
  .navbar-toggles > a:focus {
    text-decoration: none;
    color: #eee;
  }

  .navbar-toggles .toggle-main {
    background: #c30e18;
    left: 0;
  }

  .navbar-toggles .toggle-search {
    right: 44px;
  }

  .navbar-toggles .toggle-search.on {
    color: #c30e18;
    background: #494949;
  }

  .navbar-toggles .toggle-user {
    right: 0;
    background: #000;
    font-size: 20px;
  }

  .navbar-toggles .toggle-user.on {
    color: #c30e18;
  }
}

.foot {
  margin-top: 20px;
}

.foot .bottom-menu {
  padding: 40px 0 30px 0;
  background: #f5f5f5;
}

.foot .bottom-menu > .container > ul {
  font-size: 0;
}

.foot .bottom-menu > .container > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 20%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .foot .bottom-menu > .container > ul > li {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .foot .bottom-menu > .container > ul > li {
    width: 50%;
  }
}

.foot .bottom-menu > .container > ul > li:nth-child(1) dl dt {
  background: url(../images/ico-foot-1.png) no-repeat center 10px;
  background-size: 40px 40px;
}

.foot .bottom-menu > .container > ul > li:nth-child(2) dl dt {
  background: url(../images/ico-foot-4.png) no-repeat center 10px;
  background-size: 40px 40px;
}

.foot .bottom-menu > .container > ul > li:nth-child(3) dl dt {
  background: url(../images/ico-foot-3.png) no-repeat center 10px;
  background-size: 40px 40px;
}

/*.foot .bottom-menu>.container>ul>li:nth-child(4) dl{background:#fff url(../images/ico-foot-4.png) no-repeat center 30px;background-size:64px 64px}*/

.foot .bottom-menu > .container > ul > li:nth-child(4) dl dt {
  background: url(../images/ico-foot-5.png) no-repeat center 10px;
  background-size: 40px 40px;
}

.foot .bottom-menu a:hover {
  color: #c30e18;
}

.foot .copyright {
  background: #333;
  color: #6d6d6d;
  font-size: 14px;
  padding: 18px 0;
  text-align: center;
}

.foot a {
  color: #cdf;
}

.foot dl {
  padding: 15px 5px;
  margin: 0;
  background: #fff;
  height: 130px;
}

.foot dt {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: 90px;
  height: 100px;
  padding-top: 60px;
  text-align: center;
}

.foot dd {
  margin: 5px 0;
  color: #585858;
  font-size: 12px;
  font-weight: normal;
}

.foot dd a {
  color: #585858;
}

.foot .footcontact {
  text-align: center;
  font-size: 12px;
}

.foot .footcontact .tel {
  font-size: 16px;
  font-weight: 700;
  color: #656565;
  margin: 10px 0;
}

#toTop {
  width: 50px;
  height: 203px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #toTop {
    display: none;
  }
}

#toTop a {
  background: #888;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 50px;
  height: 50px;
  font-size: 26px;
  padding: 0;
  line-height: 50px;
  margin-bottom: 1px;
  color: #fff;
  text-decoration: none;
}

#toTop a.ryi-angle-up,
#toTop a.ryi-angle-down {
  font-size: 20px;
}

#toTop a:hover {
  background: #c30e18;
}

#toTop a.ryi-soc-wb:hover {
  background: #ff4f53;
}

#toTop a.ryi-soc-wx:hover {
  background: #27d85f;
}

#ptp-carousel {
  margin-top: -31px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  #ptp-carousel {
    height: 430px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #ptp-carousel {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  #ptp-carousel {
    height: 400px;
    margin-top: -16px;
  }
}

.slide-2016 .carousel-inner {
  overflow: hidden;
}

.slide-2016 .carousel-inner .item {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 992px) {
  .slide-2016 .carousel-inner .item {
    height: 430px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-2016 .carousel-inner .item {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .slide-2016 .carousel-inner .item {
    height: 400px;
  }
}

.slide-2016 .carousel-inner .item.img-item {
  height: auto;
  width: 100%;
}

.slide-2016 .carousel-inner .container {
  height: 100%;
}

.slide-2016 .carousel-inner .container > table {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.slide-2016 .carousel-inner .container > table > tbody > tr > td > table {
  width: 100%;
  height: 70%;
}

.slide-2016 .btn-carousel {
  border: 3px solid #fff;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  padding: 4px 44px;
  position: relative;
  margin: 8px 0;
}

.slide-2016 .btn-carousel::after {
  content: " ";
  position: absolute;
  right: -20px;
  top: 15px;
  background: #c30e18;
  width: 38px;
  height: 3px;
}

.slide-2016 .btn-carousel:hover {
  color: #c30e18;
  border-color: #c30e18;
}

.slide-2016 .carousel-indicators {
  position: absolute;
  width: auto;
  left: auto;
  right: 20px;
  top: auto;
  bottom: 10px;
  margin-left: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-2016 .carousel-indicators {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide-2016 .carousel-indicators {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
  }
}

.slide-2016 .carousel-control.left {
  left: -60px;
  right: auto;
  padding-right: 3px;
}

.slide-2016 .carousel-control.right {
  left: auto;
  right: -60px;
  padding-left: 3px;
}

@media only screen and (max-width: 767px) {
  .slide-2016 .carousel-control.left {
    left: 10px;
  }

  .slide-2016 .carousel-control.right {
    right: 10px;
  }
}

.carousel-indicators {
  box-sizing: border-box;
  opacity: 1;
  bottom: 10px;
  font-size: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.carousel-indicators:hover {
  opacity: 1;
}

.carousel-indicators > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  background: #fff;
  border-radius: 50%;
  margin: 16px 6px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  background: #ff4f53;
  margin: 15px 5px;
}

.carousel-control {
  position: absolute;
  top: auto;
  bottom: 9vw;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 32px;
  text-shadow: none;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  opacity: 0.8;
  text-align: center;
}

.carousel-control.left {
  left: 20px;
  right: auto;
  padding-right: 3px;
}

.carousel-control.right {
  left: auto;
  right: 20px;
  padding-left: 3px;
}

.carousel-control:hover {
  background: #c30e18;
  border-color: #c30e18;
  opacity: 1;
}

.carousel-control:active,
.carousel-control:focus {
  opacity: 0.6;
}

.carousel-hero {
  padding: 0 0 60px 0;
}

.carousel-hero h1,
.carousel-hero h2,
.carousel-hero h3,
.carousel-hero h4,
.carousel-hero h5,
.carousel-hero h6 {
  font-weight: 300;
  line-height: 1.1;
  padding: 0;
  margin: 12px 0;
}

.carousel-hero h1 small,
.carousel-hero h2 small,
.carousel-hero h3 small,
.carousel-hero h4 small,
.carousel-hero h5 small,
.carousel-hero h6 small {
  font-size: 0.45em;
  color: inherit;
  vertical-align: 6px;
  font-weight: 300;
}

.carousel-hero b {
  font-weight: normal;
  color: inherit;
}

.carousel-hero h1 {
  font-size: 50px;
}

.carousel-hero h2 {
  font-size: 40px;
}

.carousel-hero h3 {
  font-size: 34px;
}

.carousel-hero h4 {
  font-size: 28px;
}

.carousel-hero h5 {
  font-size: 22px;
}

.carousel-hero h6 {
  font-size: 16px;
}

.carousel-hero h2 {
  color: inherit;
}

.carousel-hero p {
  font-size: 16px;
  margin: 12px 0;
}

.carousel-hero .title {
  margin: 12px 0;
}

.carousel-hero .title-pillar {
  border-left: 6px solid #c30e18;
  border-color: inherit;
  padding-left: 10px;
  margin: 12px 0 12px -16px;
}

.btn-carousel {
  border: 3px solid #fff;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  padding: 4px 44px;
  position: relative;
  margin: 8px 0;
}

.btn-carousel::after {
  content: " ";
  position: absolute;
  right: -20px;
  top: 15px;
  background: #c30e18;
  width: 38px;
  height: 3px;
}

.btn-carousel:hover {
  color: #c30e18;
  border-color: #c30e18;
}

.btn-carousel-more {
  border: 3px solid #fff;
  border-color: inherit;
  color: inherit;
  font-size: 16px;
  border-radius: 0;
  padding: 4px 30px;
  position: relative;
  margin: 8px 0;
  line-height: 30px;
}

.btn-carousel-more span.arrow {
  font-size: 30px;
  font-family: Arial;
  color: red;
  vertical-align: -2px;
  padding: 0 0 0 8px;
}

.btn-carousel-more:hover {
  color: #c30e18;
  border-color: #c30e18;
}

.btn-carousel-more:hover span {
  color: inherit;
}

.carousel-inner > .item > img {
  width: 100%;
}

.banner-row {
  margin: 24px 0 20px 0;
  zoom: 1;
  overflow: hidden;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .banner-row {
    margin-top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-row {
    margin-top: -10px;
  }
}

.banner-row li {
  width: 33.3333333%;
  height: 142px;
  float: left;
  position: relative;
}

.banner-row li:nth-child(1) {
  background: url(../images/book1.png) no-repeat left center;
  background-size: auto 100%;
}

.banner-row li:nth-child(2) {
  background: url(../images/book2.png) no-repeat left center;
  background-size: auto 100%;
}

.banner-row li:nth-child(3) {
  background: url(../images/book3.png) no-repeat left center;
  background-size: auto 100%;
}

.banner-row a.link0 {
  font-size: 0;
  position: absolute;
  width: 142px;
  height: 142px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.banner-row a.link1,
.banner-row a.link2 {
  position: absolute;
  right: 10%;
  top: 40%;
  display: block;
  width: 6em;
  height: 2em;
  line-height: 2em;
  color: #fff;
  background-color: #c30e18;
  text-align: center;
  font-size: 0.8em;
  border-radius: 5px;
}

.banner-row a.link2 {
  top: 70%;
}

.banner-row a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-row li {
    height: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-row li {
    width: 100%;
  }

  .banner-row a.link1,
  .banner-row a.link2 {
    font-size: 1.2em;
  }

  .banner-row a.link1 {
    right: 120px;
    top: 50%;
  }

  .banner-row a.link2 {
    right: 10px;
    top: 50%;
  }
}

.more-block {
  text-align: center;
  margin: 20px 0 34px 0;
}

.btn-more {
  font-size: 20px;
  color: #111;
  border-radius: 0;
  padding: 8px 50px 8px 40px;
  position: relative;
  margin: 8px 0;
}

.btn-more::after {
  content: "";
  position: absolute;
  font: 32px/1 FontAwesome;
  right: 18px;
  top: 5px;
  color: #c30e18;
  width: 38px;
  height: 3px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-more:hover {
  color: #fff;
  background-color: #c30e18;
  border-color: #c30e18;
}

.btn-more:hover::after {
  color: #fff;
}

.book-list > ul,
.block-books > ul {
  font-size: 0;
}

.book-list > ul > li,
.block-books > ul > li {
  font-size: 14px;
  margin-bottom: 30px;
}

.book-list .name,
.block-books .name {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 18px;
  color: #111;
  line-height: 1.4;
}

.book-list .name a,
.block-books .name a {
  color: inherit;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.book-list .name a:hover,
.block-books .name a:hover {
  color: #c30e18;
}

.book-list .author,
.block-books .author {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #9c9c9c;
  text-overflow: ellipsis;
}

.book-list .author span,
.block-books .author span {
  margin-right: 0.5em;
}

.book-list .intro,
.block-books .intro {
  font-size: 14px;
  margin: 4px 0;
}

.book-list.no-price .paperback,
.book-list.no-author .author,
.block-books.no-price .paperback,
.block-books.no-author .author {
  display: none;
}

.book-list .paperback,
.book-list .ebook,
.block-books .paperback,
.block-books .ebook {
  color: #9c9c9c;
}

.book-list .price,
.block-books .price {
  color: #ff4f53;
  font-size: 16px;
}

.book-img {
  background: #f5f5f5;
  padding: 22px 0;
  margin-bottom: 0;
  text-align: center;
}

.book-img > a {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 170px;
}

.book-img > a img {
  /* position:absolute;left:0;bottom:0; */
  width: 100%;
  vertical-align: bottom; /*-webkit-box-shadow:2px 2px 10px rgba(0,0,0,.5);-moz-box-shadow:2px 2px 10px rgba(0,0,0,.5);box-shadow:2px 2px 10px rgba(0,0,0,.5);*/
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.book-img > a img:hover {
  /*-webkit-box-shadow:4px 4px 20px rgba(0,0,0,.6);-moz-box-shadow:4px 4px 20px rgba(0,0,0,.6);box-shadow:4px 4px 20px rgba(0,0,0,.6)*/
}

.book-list-vertical > ul,
.block-books-list > ul {
  margin-bottom: -12px;
}

.book-list-vertical > ul > li,
.block-books-list > ul > li {
  display: list-item;
  width: 100%;
  padding: 0;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}

.col-md-3 .book-list-vertical > ul > li,
.col-sm-3 .book-list-vertical > ul > li,
.col-md-4 .book-list-vertical > ul > li,
.col-sm-4 .book-list-vertical > ul > li,
.col-md-3 .block-books-list > ul > li,
.col-sm-3 .block-books-list > ul > li,
.col-md-4 .block-books-list > ul > li,
.col-sm-4 .block-books-list > ul > li {
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.book-list-vertical > ul > li::after,
.block-books-list > ul > li::after {
  content: "";
  display: table;
  clear: both;
}

.book-list-vertical .book-img,
.block-books-list .book-img {
  float: left;
  margin-right: 10px;
  padding: 20px 5px;
  width: 175px;
  height: 220px;
}

.col-md-3 .book-list-vertical .book-img,
.col-sm-3 .book-list-vertical .book-img,
.col-md-4 .book-list-vertical .book-img,
.col-sm-4 .book-list-vertical .book-img,
.col-md-3 .block-books-list .book-img,
.col-sm-3 .block-books-list .book-img,
.col-md-4 .block-books-list .book-img,
.col-sm-4 .block-books-list .book-img {
  padding: 15px 5px;
  width: 100px;
  height: 126px;
}

.col-md-3 .book-list-vertical .book-img a,
.col-sm-3 .book-list-vertical .book-img a,
.col-md-4 .book-list-vertical .book-img a,
.col-sm-4 .book-list-vertical .book-img a,
.col-md-3 .block-books-list .book-img a,
.col-sm-3 .block-books-list .book-img a,
.col-md-4 .block-books-list .book-img a,
.col-sm-4 .block-books-list .book-img a {
  width: 66px;
  height: 94px;
}

.book-list-vertical .book-info,
.block-books-list .book-info {
  margin-left: 195px;
}

.col-md-3 .book-list-vertical .book-info,
.col-sm-3 .book-list-vertical .book-info,
.col-md-4 .book-list-vertical .book-info,
.col-sm-4 .book-list-vertical .book-info,
.col-md-3 .block-books-list .book-info,
.col-sm-3 .block-books-list .book-info,
.col-md-4 .block-books-list .book-info,
.col-sm-4 .block-books-list .book-info {
  margin-left: 110px;
}

.col-md-3 .book-list-vertical .book-info .name,
.col-sm-3 .book-list-vertical .book-info .name,
.col-md-4 .book-list-vertical .book-info .name,
.col-sm-4 .book-list-vertical .book-info .name,
.col-md-3 .block-books-list .book-info .name,
.col-sm-3 .block-books-list .book-info .name,
.col-md-4 .block-books-list .book-info .name,
.col-sm-4 .block-books-list .book-info .name {
  font-size: 18px;
}

.book-list-vertical .name,
.block-books-list .name {
  font-size: 20px;
}

.book-list-vertical .name a,
.block-books-list .name a {
  white-space: normal;
  max-height: 50px;
}

.book-list-vertical .author,
.block-books-list .author {
  font-size: 14px;
  color: #686868;
  margin-bottom: 10px;
}

.col-md-3 .book-list-vertical .author,
.col-sm-3 .book-list-vertical .author,
.col-md-4 .book-list-vertical .author,
.col-sm-4 .book-list-vertical .author,
.col-md-3 .block-books-list .author,
.col-sm-3 .block-books-list .author,
.col-md-4 .block-books-list .author,
.col-sm-4 .block-books-list .author {
  font-size: 12px;
  color: #9c9c9c;
}

.book-list-vertical .intro,
.block-books-list .intro {
  color: #9c9c9c;
}

.col-md-3 .book-list-vertical .intro,
.col-sm-3 .book-list-vertical .intro,
.col-md-4 .book-list-vertical .intro,
.col-sm-4 .book-list-vertical .intro,
.col-md-3 .block-books-list .intro,
.col-sm-3 .block-books-list .intro,
.col-md-4 .block-books-list .intro,
.col-sm-4 .block-books-list .intro {
  font-size: 12px;
  height: 44px;
  overflow: hidden;
}

.book-list-vertical .ebook,
.block-books-list .ebook {
  margin-left: 20px;
}

.book-list-vertical .price,
.block-books-list .price {
  font-size: 24px;
  margin: 10px 0;
}

.side .book-list-vertical .book-img,
.side .block-books-list .book-img,
.col-md-4 .book-list-vertical .book-img,
.col-md-4 .block-books-list .book-img {
  margin: 0;
}

.side .book-list-vertical img,
.side .block-books-list img,
.col-md-4 .book-list-vertical img,
.col-md-4 .block-books-list img {
  padding: 4px;
}

.side .book-list-vertical .name,
.side .block-books-list .name,
.col-md-4 .book-list-vertical .name,
.col-md-4 .block-books-list .name {
  margin-bottom: 0;
}

.side .book-list-vertical .author,
.side .block-books-list .author,
.col-md-4 .book-list-vertical .author,
.col-md-4 .block-books-list .author {
  margin: 5px 0;
}

.side .book-list-vertical .price,
.side .block-books-list .price,
.col-md-4 .book-list-vertical .price,
.col-md-4 .block-books-list .price {
  font-size: 16px;
}

.book-list-horizontal > ul,
.block-books-grid > ul {
  margin: 0 -15px -30px -15px;
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal > ul,
  .block-books-grid > ul {
    margin: 0 -5px -30px -5px;
  }
}

.book-list-horizontal > ul > li,
.block-books-grid > ul > li {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal > ul > li,
  .block-books-grid > ul > li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .book-list-horizontal > ul > li,
  .block-books-grid > ul > li {
    width: 16.6666666%;
  }

  .col-md-8 .book-list-horizontal > ul > li,
  .col-sm-8 .book-list-horizontal > ul > li,
  .col-md-9 .book-list-horizontal > ul > li,
  .col-sm-9 .book-list-horizontal > ul > li,
  .col-md-8 .block-books-grid > ul > li,
  .col-sm-8 .block-books-grid > ul > li,
  .col-md-9 .block-books-grid > ul > li,
  .col-sm-9 .block-books-grid > ul > li {
    width: 25%;
  }

  .col-md-6 .book-list-horizontal > ul > li,
  .col-md-6 .block-books-grid > ul > li {
    width: 33.3333333%;
  }

  .col-md-4 .book-list-horizontal > ul > li,
  .col-md-4 .block-books-grid > ul > li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal > ul > li,
  .block-books-grid > ul > li {
    width: 50%;
  }
}

.book-list-horizontal .book-img,
.block-books-grid .book-img {
  padding: 22px 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

/*.book-list-horizontal .book-img::before,.block-books-grid .book-img::before{content:'';font-size:24px;font-family:'ryicon'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;right:0;padding:1px 9px 0 8px;color:#fff;background:#c30e18;-moz-transition:all .25s ease;-o-transition:all .25s ease;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/

.book-list-horizontal .book-img:hover::before,
.block-books-grid .book-img:hover::before {
  background: #1db289;
}

.book-list-horizontal .book-img.book-tag-31::after,
.block-books-grid .book-img.book-tag-31::after {
  content: "特价";
  font-size: 14px;
  position: absolute;
  width: 90px;
  top: 4px;
  left: -26px;
  padding: 3px 0 2px 0;
  color: #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');
  zoom: 1;
  background: #ff4f53;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.book-list-horizontal .book-img.book-tag-31:hover::after,
.block-books-grid .book-img.book-tag-31:hover::after {
  background: #e6474b;
}

.book-list-horizontal .book-info,
.block-books-grid .book-info {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 12px 8px;
  text-align: left;
}

/*.book-list-horizontal .star,.block-books-grid .star{display:inline-block;width:126px;height:23px;margin-top:5px;background-image:url(../images/star.png)}*/

.book-list-horizontal .paperback,
.book-list-horizontal .ebook,
.block-books-grid .paperback,
.block-books-grid .ebook {
  display: block;
  color: #3169a8;
}

.book-list-horizontal .paperback,
.block-books-grid .paperback {
  margin-top: 5px;
}

.book-list-horizontal .intro,
.block-books-grid .intro {
  display: none;
}

.book-list-horizontal .action,
.block-books-grid .action {
  display: none;
}

.book-list-horizontal.force.force-3 > ul > li,
.block-books-grid.force.force-3 > ul > li {
  width: 33%;
}

.book-list-horizontal.force.force-3 .book-img,
.block-books-grid.force.force-3 .book-img {
  padding: 36px 0;
}

.book-list-horizontal.force.force-3 .book-img a,
.block-books-grid.force.force-3 .book-img a {
  width: 170px;
  height: 250px;
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal.force.force-3 .book-img a,
  .block-books-grid.force.force-3 .book-img a {
    max-width: 90%;
    max-height: 40vw;
  }
}

.page-book-head .book-img {
  padding: 50px 0;
  position: relative;
}

.page-book-head .book-img > a {
  width: 220px;
  height: 320px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-book-head .book-img > a {
    width: 200px;
    height: 290px;
  }
}

.page-book-head .book-img-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-book-head .book-series {
  font-size: 16px;
}

.page-book-head .book-series strong {
  font-weight: inherit;
}

.page-book-head .book-title {
  margin: 10px 0;
}

.page-book-head .book-title a {
  color: #c30e18;
}

.page-book-head .book-campaign {
  margin: 8px 0;
}

.btn.btn-book-follow,
.btn.btn-book-unfollow {
  display: block;
  line-height: 38px;
  font-size: 18px;
  opacity: 1;
  border: none;
}

.btn.btn-book-follow [class^="ryi-"],
.btn.btn-book-follow [class*=" ryi-"],
.btn.btn-book-unfollow [class^="ryi-"],
.btn.btn-book-unfollow [class*=" ryi-"] {
  vertical-align: -2px;
}

.btn.btn-book-follow:hover,
.btn.btn-book-unfollow:hover {
  opacity: 0.8;
}

.btn.btn-book-follow {
  background-color: rgba(32, 198, 152, 0.8);
}

.btn.btn-book-follow:hover {
  background-color: rgba(32, 198, 152, 0.8);
}

.btn.btn-book-unfollow {
  background-color: rgba(187, 187, 187, 0.8);
}

.btn.btn-book-unfollow:hover {
  background-color: rgba(187, 187, 187, 0.8);
}

.book-author {
  color: #9c9c9c;
}

.book-author span {
  margin-right: 1em;
}

.book-author a {
  color: #c30e18;
}

.book-author a:hover {
  color: #1a9e7a;
}

.book-intro {
  margin: 12px 40px;
  position: relative;
  color: #9c9c9c;
}

.book-intro::before,
.book-intro::after {
  position: absolute;
  font-size: 22px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ddd;
}

.book-intro::before {
  content: "";
  left: -40px;
  top: 0;
}

.book-intro::after {
  content: "";
  right: -40px;
  bottom: 0;
}

.book-head-upper {
  min-height: 150px;
}

.book-infobox {
  padding: 22px 10px;
  background: #f5f5f5;
}

.book-infobox {
  *zoom: 1;
}

.book-infobox:before,
.book-infobox:after {
  content: "";
  display: table;
}

.book-infobox:after {
  clear: both;
}

.book-infobox .link {
  font-weight: bold;
  color: #c30e18;
}

/*.book-approaches{padding:5px 20px;}

.book-approaches{*zoom:1}

.book-approaches:before,.book-approaches:after{content:"";display:table}

.book-approaches:after{clear:both}

.book-approaches .book-price{float:left}

.book-approaches .price{color:#ff4f53;font-size:36px;line-height:1;margin-left:-8px}

.book-approaches .price>b{font-size:48px;color:inherit;font-weight:inherit}*/

.book-buttons {
  margin-top: 15px;
}

.book-buttons a {
  margin-bottom: 10px;
}

/*.btn-purchase{background:#ff4f53;color:#fff;font-size:20px;padding:5px 40px 5px 26px;position:relative;margin-right:20px}*/

.btn-pdfbook,
.btn-purchase,
.btn-exchange,
.btn-ewmxz,
.btn-feedback {
  background: #c30e18;
  color: #fff;
  padding: 8px 20px 8px 38px;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
}

/*.btn-purchase::after{content:'';position:absolute;font-size:14px;font-family:'ryicon'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:20px;top:12px;color:#fff}*/

.btn-pdfbook:hover,
.btn-purchase:hover,
.btn-exchange:hover,
.btn-ewmxz:hover,
.btn-feedback:hover {
  color: #fff;
  background-color: #1ebc90;
}

.btn-pdfbook::before,
.btn-purchase::before,
.btn-exchange::before,
.btn-ewmxz::before,
.btn-feedback::before {
  content: "";
  position: absolute;
  font-size: 18px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 16px;
  top: 10px;
  color: #fff;
}

.btn-purchase::before {
  content: "";
}

.btn-pdfbook::before {
  content: "";
}

.btn-ewmxz::before {
  content: "";
}

.btn-feedback::before {
  content: "";
}

.btn-sample {
  background: #fff;
  color: #111;
  padding: 8px 18px 8px 36px;
  position: relative;
  border: 2px solid #c30e18;
}

.btn-sample::before {
  content: "";
  position: absolute;
  font-size: 17px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 14px;
  top: 10px;
  color: #c30e18;
}

.btn-sample:hover {
  background-color: #e9f9f5;
}

.book-downloads {
  *zoom: 1;
}

.book-downloads:before,
.book-downloads:after {
  content: "";
  display: table;
}

.book-downloads:after {
  clear: both;
}

.book-downloads > li {
  display: inline-block;
  padding: 0 24px;
  position: relative;
}

/*.book-downloads>li::before{position:absolute;content:' ';width:8px;height:8px;background:#c30e18;border-radius:50%;top:8px;left:12px}*/

.book-downloads > li a {
  font-size: 16px;
  color: #c30e18;
}

/*.book-downloads>li .download{display:inline-block;color:#9c9c9c;padding-left:20px;margin-left:10px;position:relative;-moz-transition:all .25s ease;-o-transition:all .25s ease;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/

.book-downloads > li::before,
.book-downloads > li .download::before {
  content: "";
  position: absolute;
  font-size: 16px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 2px;
  color: #c30e18;
}

.book-downloads > li:hover::before,
.book-downloads > li a:hover .download {
  color: #c30e18;
}

.page-book-body {
  margin-top: 20px;
}

.page-book-body .block-body {
  color: #9c9c9c;
}

.page-book-body .main > .block {
  margin-bottom: 50px;
}

.page-book-body .side > .block:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 24px;
}

.book-detail {
  line-height: 2;
  text-align: justify;
}

.book-detail .title {
  margin-bottom: 10px;
}

.book-detail .title:not(:first-child) {
  margin: 30px 0 10px;
}

.book-detail-hd {
  padding-top: 20px;
  padding-left: 224px;
}

.book-detail-hd:after {
  content: "";
  display: table;
  clear: both;
}

.book-detail-hd .book-left {
  float: left;
  width: 204px;
  margin-left: -224px;
}

.book-detail-hd .book-left > a {
  display: block;
}

.book-detail-hd .book-right {
  float: left;
  width: 100%;
}

.book-detail-hd .book-right .book-name {
  float: left;
}

.book-detail-hd .book-right .book-view {
  float: right;
}

.book-detail-hd .book-right .author {
  margin: 15px 0 10px;
  color: #666;
}

.book-detail-hd .book-right .intro {
  line-height: 1.5;
}

.book-detail-hd .book-right .price {
  margin-top: 20px;
  padding: 20px;
  background-color: #e3f5f3;
}

.book-detail-hd .book-right .price li:not(:first-child) {
  margin-top: 5px;
}

.book-detail-hd .book-right .price input {
  margin: -5px 5px 0 0;
  vertical-align: middle;
}

.book-detail-hd .book-right .price span {
  margin-left: 10px;
  color: #d96630;
}

.book-detail-hd .book-right .btns {
  text-align: right;
}

.book-detail-hd .book-right .btns a {
  display: inline-block;
  margin: 15px 0 0 20px;
  padding: 10px 20px;
  color: #fff;
  background-color: #00a493;
  text-decoration: none;
}

.book-detail-hd .book-right .btns a:hover {
  background-color: #008c7d;
}

.book-detail-hd .book-right .btns a:first-child {
  float: left;
  margin-left: 0;
}

.bookmenu {
  color: #111;
  font-size: 16px;
  margin-bottom: 0;
}

.bookmenu > tbody > tr > td {
  padding: 13px 20px;
}

.bookmenu a {
  color: inherit;
}

.bookmenu a:hover,
.bookmenu a:active,
.bookmenu a:focus {
  color: #c30e18;
}

.bookmenu a.read-btn {
  float: right;
  color: #c30e18;
  font-size: 14px;
  margin-top: 1px;
  position: relative;
}

.bookmenu a.read-btn::before {
  content: "";
  position: absolute;
  font-size: 16px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -20px;
  top: 1px;
}

.catalogue + .readmore-toggle,
.photo-collapse + .readmore-toggle {
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 150px;
  margin-top: -1px;
  left: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 10px 37px;
  color: #111;
  position: relative;
}

.catalogue + .readmore-toggle::after,
.photo-collapse + .readmore-toggle::after {
  position: absolute;
  font-size: 16px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 26px;
  top: 14px;
  color: #c30e18;
}

.catalogue + .readmore-toggle.more::after,
.photo-collapse + .readmore-toggle.more::after {
  content: "";
}

.catalogue + .readmore-toggle.less::after,
.photo-collapse + .readmore-toggle.less::after {
  content: "";
}

.catalogue + .readmore-toggle:hover,
.photo-collapse + .readmore-toggle:hover {
  background: #f5f5f5;
}

.catalogue + .readmore-toggle.affix,
.photo-collapse + .readmore-toggle.affix {
  position: fixed;
  bottom: 0;
}

.catalogue + .readmore-toggle.affix-bottom,
.photo-collapse + .readmore-toggle.affix-bottom {
  left: auto !important;
  top: 0 !important;
}

.photo-collapse + .readmore-toggle.more::before {
  content: "全部展开";
}

.photo-collapse + .readmore-toggle.less::before {
  content: "全部收起";
}

.photo-collapse {
  max-height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}

.photo-collapse.expanded {
  height: auto;
  max-height: none;
}

.publish-info {
  color: #111;
}

.publish-info > li {
  padding-left: 100px;
  margin-bottom: 10px;
}

.publish-info strong {
  display: inline-block;
  width: 90px;
  padding-right: 12px;
  margin-left: -90px;
  text-align: lefts;
  font-weight: normal;
  color: #9c9c9c;
}

.article-list > ul,
.block-articles > ul {
  font-size: 0;
}

.article-list > ul > li,
.block-articles > ul > li {
  font-size: 14px;
}

.article-list .article-thumbnail,
.block-articles .article-thumbnail {
  position: relative;
}

.article-list .article-thumbnail .article-pic,
.block-articles .article-thumbnail .article-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.article-list h2,
.block-articles h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  max-height: 50px;
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 0;
}

.article-list h2 a,
.block-articles h2 a {
  color: inherit;
}

.article-list h2 a:hover,
.block-articles h2 a:hover {
  color: #c30e18;
}

/*.article-list .article-summary,.block-articles .article-summary{max-height:200px}*/

.article-list .article-summary,
.block-articles .article-summary {
  *zoom: 1;
}

.article-list .article-summary:before,
.article-list .article-summary:after,
.block-articles .article-summary:before,
.block-articles .article-summary:after {
  content: "";
  display: table;
}

.article-list .article-summary:after,
.block-articles .article-summary:after {
  clear: both;
}

.article-list .txt,
.block-articles .txt {
  padding: 0;
  font-size: 12px;
  color: #9c9c9c;
  font-weight: 300;
}

.article-list .article-summary,
.block-articles .article-summary {
  margin: 16px 0 14px 0;
}

.article-list .article-author,
.block-articles .article-author {
  font-size: 12px;
  color: #9c9c9c;
}

.article-list .article-author a,
.article-list .article-author img,
.block-articles .article-author a,
.block-articles .article-author img {
  margin-right: 6px;
}

.article-list .article-author img,
.block-articles .article-author img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.article-list .fa,
.block-articles .fa {
  float: none;
  color: #c30e18;
  vertical-align: 0.1em;
}

.article-list [class^="ryi-"],
.article-list [class*=" ryi-"],
.block-articles [class^="ryi-"],
.block-articles [class*=" ryi-"] {
  font-size: 16px;
  vertical-align: -2px;
}

.article-list .info,
.block-articles .info {
  font-size: 12px;
  font-weight: 300;
}

.article-list .info a,
.block-articles .info a {
  color: inherit;
}

.article-list .info a:hover,
.block-articles .info a:hover {
  color: #c30e18;
  text-decoration: none;
}

.article-list-vertical > ul > li,
.block-articles-list > ul > li {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-list-vertical > ul > li,
.block-articles-list > ul > li {
  *zoom: 1;
}

.article-list-vertical > ul > li:before,
.article-list-vertical > ul > li:after,
.block-articles-list > ul > li:before,
.block-articles-list > ul > li:after {
  content: "";
  display: table;
}

.article-list-vertical > ul > li:after,
.block-articles-list > ul > li:after {
  clear: both;
}

.article-list-vertical .article-thumbnail,
.block-articles-list .article-thumbnail {
  width: 150px;
  height: 200px;
  float: left;
  margin-right: 20px;
}

.article-list-vertical .article-author,
.block-articles-list .article-author {
  float: left;
}

.article-list-vertical .action,
.block-articles-list .action {
  float: right;
}

.article-list-vertical .img,
.block-articles-list .img {
  float: left;
  margin-right: 15px;
}

.article-list-vertical .img img,
.block-articles-list .img img {
  width: 180px;
  height: 120px;
}

.article-list-vertical .txt,
.block-articles-list .txt {
  color: #9c9c9c;
  height: auto;
  max-height: 86px;
  overflow: hidden;
}

.article-list-vertical .author,
.block-articles-list .author {
  margin-top: 6px;
  line-height: 20px;
  color: #999;
}

.article-list-vertical .author img,
.block-articles-list .author img {
  width: 20px;
  margin-right: 5px;
}

.article-list-vertical .author .time,
.block-articles-list .author .time {
  margin-left: 10px;
}

.article-list-vertical .info,
.block-articles-list .info {
  margin-top: 6px;
  line-height: 20px;
  color: #999;
}

.article-list-vertical .info .time,
.block-articles-list .info .time {
  margin-left: 5px;
}

.article-list-vertical .info .comments,
.article-list-vertical .info .favorites,
.block-articles-list .info .comments,
.block-articles-list .info .favorites {
  margin-left: 15px;
}

.article-list-horizontal > ul,
.block-articles-grid > ul {
  font-size: 0;
  margin: 0 -15px;
}

.article-list-horizontal > ul::after,
.block-articles-grid > ul::after {
  content: " ";
  display: table;
  clear: both;
}

.article-list-horizontal > ul > li,
.block-articles-grid > ul > li {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 30px;
  width: 33.3333333%;
}

.col-md-8 .article-list-horizontal > ul > li,
.col-sm-8 .article-list-horizontal > ul > li,
.col-md-9 .article-list-horizontal > ul > li,
.col-sm-9 .article-list-horizontal > ul > li,
.col-md-8 .block-articles-grid > ul > li,
.col-sm-8 .block-articles-grid > ul > li,
.col-md-9 .block-articles-grid > ul > li,
.col-sm-9 .block-articles-grid > ul > li {
  width: 50%;
}

.col-md-6 .article-list-horizontal > ul > li,
.col-md-6 .block-articles-grid > ul > li {
  width: 50%;
}

.col-md-4 .article-list-horizontal > ul > li,
.col-md-4 .block-articles-grid > ul > li {
  width: 50%;
}

.article-list-horizontal .article-thumbnail,
.article-list-horizontal .article-author,
.block-articles-grid .article-thumbnail,
.block-articles-grid .article-author {
  display: none;
}

.article-list-horizontal .img,
.block-articles-grid .img {
  display: none;
}

.article-list-horizontal .txt,
.block-articles-grid .txt {
  height: 124px;
  overflow: hidden;
}

.article-list-horizontal .author,
.block-articles-grid .author {
  display: none;
}

.article-list-horizontal .info,
.block-articles-grid .info {
  float: none;
  font-size: 12px;
  color: #999;
}

.article-list-horizontal.force.force-3 > ul > li,
.block-articles-grid.force.force-3 > ul > li {
  width: 33%;
}

.side .article-list-vertical > ul > li,
.side .block-articles-list > ul > li,
.col-md-4 .article-list-vertical > ul > li,
.col-md-4 .block-articles-list > ul > li {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.side .article-list-vertical .img img,
.side .block-articles-list .img img,
.col-md-4 .article-list-vertical .img img,
.col-md-4 .block-articles-list .img img {
  width: 100px;
  height: auto;
}

.side .article-list-vertical .txt,
.side .block-articles-list .txt,
.col-md-4 .article-list-vertical .txt,
.col-md-4 .block-articles-list .txt {
  height: 64px;
  overflow: hidden;
}

.side .article-list-vertical .author,
.side .block-articles-list .author,
.col-md-4 .article-list-vertical .author,
.col-md-4 .block-articles-list .author {
  display: none;
}

.side .article-list-vertical .info,
.side .block-articles-list .info,
.col-md-4 .article-list-vertical .info,
.col-md-4 .block-articles-list .info {
  float: none;
}

.g-side {
  padding: 0;
}

.g-side .article-list-vertical,
.g-side .block-articles-list {
  margin-right: -15px;
  margin-bottom: -1px;
}

.g-side .article-list-vertical li,
.g-side .block-articles-list li {
  padding-right: 15px;
}

.g-side .article-list-vertical .info,
.g-side .block-articles-list .info {
  display: none;
}

.g-side .article-list-vertical h2,
.g-side .block-articles-list h2 {
  font-size: 14px;
  font-weight: normal;
}

.g-side .article-list-vertical .txt,
.g-side .block-articles-list .txt {
  font-size: 14px;
  height: 80px;
  overflow: hidden;
}

.g-side .article-list-vertical .author,
.g-side .block-articles-list .author {
  font-size: 12px;
  margin: 0;
}

.article {
  padding: 20px 0;
}

.article .article-hd {
  border-bottom: 1px solid #e7e8f0;
  margin: 0 -20px 1.4em 0;
  padding-bottom: 10px;
  padding-right: 20px;
}

.article .article-hd .info {
  margin-top: 10px;
  color: #999;
}

.article .article-hd a,
.article .article-hd span {
  margin-right: 20px;
}

.article .article-hd .fa {
  margin-right: 3px;
}

.article .article-bd {
  line-height: 1.8;
  min-height: 300px;
}

.article .article-bd p {
  margin-top: 1em;
}

.article .book-view {
  float: right;
}

.article .book-view a {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.article .book-view a:not(:first-child) {
  border-left: 1px solid #ddd;
}

.article .book-view i {
  font-size: 20px;
}

.article .book-view i.fa {
  margin: 10px 0 10px 0;
}

.article .book-view span {
  display: block;
  font-size: 12px;
}

.article .book-view a:not(:first-child) {
  border-left: 1px solid #e7e8f0;
}

.article #article-fav-vote {
  padding-right: 20px;
  margin-right: -20px;
  border-top: 1px solid #e7e8f0;
}

.article #article-fav-vote i {
  font-style: normal;
}

.page-article-head {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-article-head .article-author {
  font-size: 12px;
  color: #9c9c9c;
  margin: 14px 0;
}

.page-article-head .article-author a {
  color: #c30e18;
}

.beh-donate-huge {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  height: 60px;
  width: 310px;
  margin: 0 auto 100px auto;
}

.beh-donate-huge .btn-donate-lg {
  display: block;
  margin: 0 auto;
  width: 140px;
  background: #fff;
  text-align: center;
}

.beh-donate-huge .btn-donate-lg .ryi-beh-donate-big {
  font-size: 100px;
  color: #ff4f53;
}

.beh-donate-huge .btn-donate-lg .ryi-beh-donate-big:hover,
.beh-donate-huge .btn-donate-lg .ryi-beh-donate-big:active,
.beh-donate-huge .btn-donate-lg .ryi-beh-donate-big:focus {
  color: #f24b4f;
}

.news-thumbnail {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  position: relative;
}

.col-md-5 .news-thumbnail {
  height: 300px;
}

.col-md-3 .news-thumbnail {
  height: 155px;
}

.news-thumbnail .news-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.news-thumbnail .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.28) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 10px 16px;
}

.news-thumbnail .news-title h2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.col-md-3 .news-thumbnail .news-title h2 {
  font-size: 14px;
  text-align: center;
}

.news-thumbnails .block-item {
  width: 100%;
  height: 158px;
  margin-bottom: 29px;
  position: relative;
  padding: 0;
}

.news-thumbnails .article-summary,
.news-thumbnails .article-author,
.news-thumbnails .action {
  display: none;
}

.news-thumbnails .article-thumbnail,
.news-thumbnails .article-pic {
  width: 100%;
  height: 100%;
}

.news-thumbnails h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.28) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 10px 4px;
  margin: 0;
  text-align: center;
  max-height: 100px;
  line-height: 1.2;
}

.news-thumbnails h2 a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.pagination-dots {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-top: none;
  margin-top: -30px;
  height: 40px;
  text-align: center;
  font-size: 0;
}

.pagination-dots > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b0b0b0;
  border-radius: 50%;
  margin: 16px 5px;
}

.pagination-dots > li:nth-child(1) {
  width: 10px;
  height: 10px;
  background: #ff4f53;
  margin: 15px 5px;
}

.article-list-vertical.news-headlines .txt,
.article-list-vertical.news-headlines .author,
.article-list-vertical.news-headlines .info,
.article-list-vertical.news-headlines .article-summary,
.article-list-vertical.news-headlines .article-author,
.article-list-vertical.news-headlines .action,
.article-list-vertical.news-headlines .article-thumbnail,
.block-articles-list.news-headlines .txt,
.block-articles-list.news-headlines .author,
.block-articles-list.news-headlines .info,
.block-articles-list.news-headlines .article-summary,
.block-articles-list.news-headlines .article-author,
.block-articles-list.news-headlines .action,
.block-articles-list.news-headlines .article-thumbnail {
  display: none;
}

.article-list-vertical.news-headlines > ul > li,
.block-articles-list.news-headlines > ul > li {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.article-list-vertical.news-headlines > ul > li:first-child,
.block-articles-list.news-headlines > ul > li:first-child {
  margin-bottom: 8px;
  margin-top: -4px;
}

.article-list-vertical.news-headlines > ul > li:first-child h2,
.block-articles-list.news-headlines > ul > li:first-child h2 {
  font-size: 24px;
  max-height: 64px;
  margin-bottom: 0;
}

.article-list-vertical.news-headlines > ul > li:first-child .article-summary,
.block-articles-list.news-headlines > ul > li:first-child .article-summary {
  display: block;
  margin: 0;
}

.article-list-vertical.news-headlines > ul > li:first-child .txt,
.block-articles-list.news-headlines > ul > li:first-child .txt {
  display: block;
  margin: 8px 0 10px 0;
  overflow: hidden;
}

.article-list-vertical.news-headlines > ul > li:not(:first-child),
.block-articles-list.news-headlines > ul > li:not(:first-child) {
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
}

.article-list-vertical.news-headlines > ul > li:not(:first-child)::before,
.block-articles-list.news-headlines > ul > li:not(:first-child)::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background: #c30e18;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.article-list-vertical.news-headlines > ul > li:not(:first-child) h2,
.block-articles-list.news-headlines > ul > li:not(:first-child) h2 {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-list-horizontal.news-headlines > ul > li,
.block-articles-grid.news-headlines > ul > li {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 31px;
  width: 33%;
}

.article-list-horizontal.news-headlines > ul > li::before,
.block-articles-grid.news-headlines > ul > li::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background: #c30e18;
  border-radius: 50%;
  top: 7px;
  left: 15px;
}

.article-list-horizontal.news-headlines > ul > li h2,
.block-articles-grid.news-headlines > ul > li h2 {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-list-horizontal.news-headlines > ul > li .txt,
.article-list-horizontal.news-headlines > ul > li .author,
.article-list-horizontal.news-headlines > ul > li .info,
.article-list-horizontal.news-headlines > ul > li .action,
.article-list-horizontal.news-headlines > ul > li .article-summary,
.block-articles-grid.news-headlines > ul > li .txt,
.block-articles-grid.news-headlines > ul > li .author,
.block-articles-grid.news-headlines > ul > li .info,
.block-articles-grid.news-headlines > ul > li .action,
.block-articles-grid.news-headlines > ul > li .article-summary {
  display: none;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1),
.article-list-horizontal.news-headlines > ul > li:nth-child(2),
.article-list-horizontal.news-headlines > ul > li:nth-child(3),
.article-list-horizontal.news-headlines > ul > li:nth-child(4),
.block-articles-grid.news-headlines > ul > li:nth-child(1),
.block-articles-grid.news-headlines > ul > li:nth-child(2),
.block-articles-grid.news-headlines > ul > li:nth-child(3),
.block-articles-grid.news-headlines > ul > li:nth-child(4) {
  padding-left: 15px;
  margin-bottom: 30px;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(1) .action,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) .action,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) .action,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) .action,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .action,
.block-articles-grid.news-headlines > ul > li:nth-child(2) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(2) .action,
.block-articles-grid.news-headlines > ul > li:nth-child(3) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(3) .action,
.block-articles-grid.news-headlines > ul > li:nth-child(4) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(4) .action {
  display: block;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) .article-summary,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(2) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(3) .article-summary,
.block-articles-grid.news-headlines > ul > li:nth-child(4) .article-summary {
  margin: 0;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1)::before,
.article-list-horizontal.news-headlines > ul > li:nth-child(2)::before,
.article-list-horizontal.news-headlines > ul > li:nth-child(3)::before,
.article-list-horizontal.news-headlines > ul > li:nth-child(4)::before,
.block-articles-grid.news-headlines > ul > li:nth-child(1)::before,
.block-articles-grid.news-headlines > ul > li:nth-child(2)::before,
.block-articles-grid.news-headlines > ul > li:nth-child(3)::before,
.block-articles-grid.news-headlines > ul > li:nth-child(4)::before {
  content: none;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1) .news-thumbnail,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) .news-thumbnail,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) .news-thumbnail,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) .news-thumbnail,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .news-thumbnail,
.block-articles-grid.news-headlines > ul > li:nth-child(2) .news-thumbnail,
.block-articles-grid.news-headlines > ul > li:nth-child(3) .news-thumbnail,
.block-articles-grid.news-headlines > ul > li:nth-child(4) .news-thumbnail {
  height: 140px;
  margin-bottom: 12px;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1) h2,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) h2,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) h2,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) h2,
.block-articles-grid.news-headlines > ul > li:nth-child(1) h2,
.block-articles-grid.news-headlines > ul > li:nth-child(2) h2,
.block-articles-grid.news-headlines > ul > li:nth-child(3) h2,
.block-articles-grid.news-headlines > ul > li:nth-child(4) h2 {
  font-size: 20px;
  max-height: 64px;
  margin-top: -4px;
  margin-bottom: 0;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1) .txt,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) .txt,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) .txt,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) .txt,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .txt,
.block-articles-grid.news-headlines > ul > li:nth-child(2) .txt,
.block-articles-grid.news-headlines > ul > li:nth-child(3) .txt,
.block-articles-grid.news-headlines > ul > li:nth-child(4) .txt {
  display: block;
  height: 60px;
  overflow: hidden;
  margin: 8px 0 10px 0;
}

.article-list-horizontal.news-headlines > ul > li:nth-child(1) .info,
.article-list-horizontal.news-headlines > ul > li:nth-child(2) .info,
.article-list-horizontal.news-headlines > ul > li:nth-child(3) .info,
.article-list-horizontal.news-headlines > ul > li:nth-child(4) .info,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .info,
.block-articles-grid.news-headlines > ul > li:nth-child(2) .info,
.block-articles-grid.news-headlines > ul > li:nth-child(3) .info,
.block-articles-grid.news-headlines > ul > li:nth-child(4) .info {
  display: block;
}

.article-list-horizontal.news-headlines
  > ul
  > li:nth-child(1)
  .article-thumbnail,
.block-articles-grid.news-headlines > ul > li:nth-child(1) .article-thumbnail {
  display: block;
  margin-bottom: 15px;
}

.article-list-horizontal.news-headlines
  > ul
  > li:nth-child(1)
  .article-thumbnail
  .article-pic,
.block-articles-grid.news-headlines
  > ul
  > li:nth-child(1)
  .article-thumbnail
  .article-pic {
  height: 140px;
}

.dotted-border {
  border: 1px #ddd dotted;
  padding: 20px;
}

.online-book-title h3 {
  font-size: 20px;
}

.online-book-title .fa {
  color: #c30e18;
}

.online-book-title a {
  color: inherit;
}

.article-tit {
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px dotted #ddd;
}

.resource-list > ul,
.block-resources > ul {
  font-size: 0;
}

.resource-list > ul > li,
.block-resources > ul > li {
  font-size: 14px;
}

.resource-list .resource-thumbnail,
.block-resources .resource-thumbnail {
  position: relative;
}

.resource-list .resource-thumbnail .resource-pic,
.block-resources .resource-thumbnail .resource-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.resource-list h2,
.block-resources h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  max-height: 50px;
  overflow: hidden;
  margin: 0 0 4px 0;
  padding: 0;
}

.resource-list h2 a,
.block-resources h2 a {
  color: inherit;
}

.resource-list h2 a:hover,
.block-resources h2 a:hover {
  color: #c30e18;
}

.resource-list .resource-summary,
.block-resources .resource-summary {
  max-height: 200px;
}

.resource-list .resource-summary,
.block-resources .resource-summary {
  *zoom: 1;
}

.resource-list .resource-summary:before,
.resource-list .resource-summary:after,
.block-resources .resource-summary:before,
.block-resources .resource-summary:after {
  content: "";
  display: table;
}

.resource-list .resource-summary:after,
.block-resources .resource-summary:after {
  clear: both;
}

.resource-list .txt,
.block-resources .txt {
  padding: 0;
  font-size: 12px;
  color: #9c9c9c;
  font-weight: 300;
}

.resource-list .resource-summary,
.block-resources .resource-summary {
  margin: 16px 0 14px 0;
}

.resource-list .resource-author,
.block-resources .resource-author {
  font-size: 12px;
  color: #9c9c9c;
}

.resource-list .resource-author a,
.resource-list .resource-author img,
.block-resources .resource-author a,
.block-resources .resource-author img {
  margin-right: 6px;
}

.resource-list .resource-author img,
.block-resources .resource-author img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.resource-list .fa,
.block-resources .fa {
  float: none;
  color: #c30e18;
  vertical-align: 0.1em;
}

.resource-list [class^="ryi-"],
.resource-list [class*=" ryi-"],
.block-resources [class^="ryi-"],
.block-resources [class*=" ryi-"] {
  font-size: 16px;
  vertical-align: -2px;
}

.resource-list .info,
.block-resources .info {
  font-size: 12px;
  font-weight: 300;
}

.resource-list .info a,
.block-resources .info a {
  color: inherit;
}

.resource-list .info a:hover,
.block-resources .info a:hover {
  color: #c30e18;
  text-decoration: none;
}

.block-resources-list > ul > li {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-resources-list > ul > li {
  *zoom: 1;
}

.block-resources-list > ul > li:before,
.block-resources-list > ul > li:after {
  content: "";
  display: table;
}

.block-resources-list > ul > li:after {
  clear: both;
}

.block-resources-list h2 {
  margin-bottom: 12px;
}

.block-resources-list .resource-thumbnail {
  width: 160px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.block-resources-list .resource-author {
  float: left;
}

.block-resources-list .action {
  float: right;
}

.block-resources-list .img {
  float: left;
  margin-right: 15px;
}

.block-resources-list .img img {
  width: 180px;
  height: 120px;
}

.block-resources-list .txt {
  color: #9c9c9c;
  height: auto;
  max-height: 106px;
  overflow: hidden;
}

.block-resources-list .author {
  margin-top: 6px;
  line-height: 20px;
  color: #999;
}

.block-resources-list .author img {
  width: 20px;
  margin-right: 5px;
}

.block-resources-list .author .time {
  margin-left: 10px;
}

.block-resources-list .info {
  margin-top: 6px;
  line-height: 20px;
  color: #999;
}

.block-resources-list .info .time {
  margin-left: 5px;
}

.block-resources-list .info .comments,
.block-resources-list .info .favorites {
  margin-left: 15px;
}

.block-resources-list .resource-author .avatar {
  display: inline-block;
}

.block-resources-list .resource-author .time {
  margin-left: 10px;
}

.col-md-4 .block-resources-list .resource-author .time,
col-sm-4 .block-resources-list .resource-author .time {
  display: none;
}

.resource-list-horizontal > ul,
.block-resources-grid > ul {
  font-size: 0;
  margin: 0 -15px;
}

.resource-list-horizontal > ul::after,
.block-resources-grid > ul::after {
  content: " ";
  display: table;
  clear: both;
}

.resource-list-horizontal > ul > li,
.block-resources-grid > ul > li {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 30px;
  width: 33.3333333%;
}

.col-md-8 .resource-list-horizontal > ul > li,
.col-sm-8 .resource-list-horizontal > ul > li,
.col-md-9 .resource-list-horizontal > ul > li,
.col-sm-9 .resource-list-horizontal > ul > li,
.col-md-8 .block-resources-grid > ul > li,
.col-sm-8 .block-resources-grid > ul > li,
.col-md-9 .block-resources-grid > ul > li,
.col-sm-9 .block-resources-grid > ul > li {
  width: 50%;
}

.col-md-6 .resource-list-horizontal > ul > li,
.col-md-6 .block-resources-grid > ul > li {
  width: 50%;
}

.col-md-4 .resource-list-horizontal > ul > li,
.col-md-4 .block-resources-grid > ul > li {
  width: 50%;
}

.resource-list-horizontal h2,
.block-resources-grid h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resource-list-horizontal .resource-thumbnail,
.resource-list-horizontal .resource-author,
.resource-list-horizontal .author,
.resource-list-horizontal .lbl,
.block-resources-grid .resource-thumbnail,
.block-resources-grid .resource-author,
.block-resources-grid .author,
.block-resources-grid .lbl {
  display: none;
}

.resource-list-horizontal .img,
.block-resources-grid .img {
  display: none;
}

.resource-list-horizontal .txt,
.block-resources-grid .txt {
  height: 124px;
  overflow: hidden;
}

.resource-list-horizontal .info,
.block-resources-grid .info {
  float: none;
  font-size: 12px;
  color: #999;
}

.resource-list-horizontal.force.force-3 > ul > li,
.block-resources-grid.force.force-3 > ul > li {
  width: 33%;
}

.side .resource-list-vertical > ul > li,
.side .block-resources-list > ul > li {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.side .resource-list-vertical .img img,
.side .block-resources-list .img img {
  width: 100px;
  height: auto;
}

.side .resource-list-vertical .txt,
.side .block-resources-list .txt {
  height: 72px;
  margin-top: 4px;
  overflow: hidden;
}

.side .resource-list-vertical .author,
.side .block-resources-list .author {
  display: none;
}

.side .resource-list-vertical .info,
.side .block-resources-list .info {
  float: none;
}

.g-side {
  padding: 0;
}

.g-side .resource-list-vertical,
.g-side .block-resources-list {
  margin-right: -15px;
  margin-bottom: -1px;
}

.g-side .resource-list-vertical li,
.g-side .block-resources-list li {
  padding-right: 15px;
}

.g-side .resource-list-vertical .info,
.g-side .block-resources-list .info {
  display: none;
}

.g-side .resource-list-vertical h2,
.g-side .block-resources-list h2 {
  font-size: 14px;
  font-weight: normal;
}

.g-side .resource-list-vertical .txt,
.g-side .block-resources-list .txt {
  margin: 4px 0;
  font-size: 14px;
  height: 80px;
  overflow: hidden;
}

.g-side .resource-list-vertical .author,
.g-side .block-resources-list .author {
  font-size: 12px;
  margin: 0;
}

.resource {
  padding: 20px 0;
}

.resource .resource-hd {
  border-bottom: 1px solid #e7e8f0;
  margin: 0 -20px 1.4em 0;
  padding-bottom: 10px;
  padding-right: 20px;
}

.resource .resource-hd .info {
  margin-top: 10px;
  color: #999;
}

.resource .resource-hd a,
.resource .resource-hd span {
  margin-right: 20px;
}

.resource .resource-hd .fa {
  margin-right: 3px;
}

.resource .resource-bd {
  line-height: 1.8;
  min-height: 300px;
}

.resource .resource-bd p {
  margin-top: 1em;
}

.resource .book-view {
  float: right;
}

.resource .book-view a {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.resource .book-view a:not(:first-child) {
  border-left: 1px solid #ddd;
}

.resource .book-view i {
  font-size: 20px;
}

.resource .book-view i.fa {
  margin: 10px 0 10px 0;
}

.resource .book-view span {
  display: block;
  font-size: 12px;
}

.resource .book-view a:not(:first-child) {
  border-left: 1px solid #e7e8f0;
}

.resource #resource-fav-vote {
  padding-right: 20px;
  margin-right: -20px;
  border-top: 1px solid #e7e8f0;
}

.resource #resource-fav-vote i {
  font-style: normal;
}

.page-resource-head {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-resource-head .resource-author {
  font-size: 12px;
  color: #9c9c9c;
  margin: 14px 0;
}

.page-resource-head .resource-author a {
  color: #c30e18;
}

.resource-info dl {
  margin-bottom: 20px;
}

.resource-info .btn-primary {
  width: auto;
  min-width: 150px;
  padding-left: 40px;
  position: relative;
  margin: 0 0 30px;
  background: #c30e18;
  border: #c30e18;
  font-size: 20px;
  text-align: left;
}

.resource-info .btn-primary::before {
  content: "";
  position: absolute;
  font-size: 20px;
  font-family: "FontAwesome" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 14px;
  top: 10px;
  color: #fff;
}

.resource-info .btn-primary:hover {
  opacity: 0.8;
}

.resource-info .btn-down::before {
  content: "";
}

.resource-info .btn-email::before {
  content: "";
}

.user-list > ul,
.block-users > ul {
  margin: 0 -15px;
  font-size: 0;
}

.user-list > ul > li,
.block-users > ul > li {
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.user-list .avatar,
.block-users .avatar {
  width: 100%;
}

.user-list .avatar > a,
.block-users .avatar > a {
  display: block;
  margin: 0 auto;
}

.user-list .avatar img,
.block-users .avatar img {
  width: 90px;
  height: 90px;
}

.user-list .name,
.block-users .name {
  font-size: 20px;
  margin-bottom: 8px;
}

.user-list .name a,
.block-users .name a {
  color: inherit;
}

.user-list .name a:hover,
.block-users .name a:hover {
  color: #c30e18;
}

.user-list .articles,
.user-list .books,
.user-list .prestige,
.block-users .articles,
.block-users .books,
.block-users .prestige {
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  color: #9c9c9c;
}

.avatar img {
  border-radius: 100%;
  max-width: 100%;
  max-height: 100%;
}

.user-list-horizontal > ul > li,
.block-users-grid > ul > li {
  width: 25%;
}

.col-md-8 .user-list-horizontal > ul > li,
.col-sm-8 .user-list-horizontal > ul > li,
.col-md-9 .user-list-horizontal > ul > li,
.col-sm-9 .user-list-horizontal > ul > li,
.col-md-8 .block-users-grid > ul > li,
.col-sm-8 .block-users-grid > ul > li,
.col-md-9 .block-users-grid > ul > li,
.col-sm-9 .block-users-grid > ul > li {
  width: 33.3333333%;
}

.col-md-6 .user-list-horizontal > ul > li,
.col-md-6 .block-users-grid > ul > li {
  width: 50%;
}

.col-md-4 .user-list-horizontal > ul > li,
.col-md-4 .block-users-grid > ul > li {
  width: 50%;
}

.user-list-horizontal .avatar,
.block-users-grid .avatar {
  background: url(../images/bg-namecard-3.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 54px;
  height: 100px;
}

.user-list-horizontal .avatar > a,
.block-users-grid .avatar > a {
  display: block;
  margin: 0 auto;
  width: 94px;
}

.user-list-horizontal .avatar > a > img,
.block-users-grid .avatar > a > img {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.user-list-horizontal li:nth-child(3n + 1) .avatar,
.block-users-grid li:nth-child(3n + 1) .avatar {
  background-image: url(../images/bg-namecard-1.jpg);
}

.user-list-horizontal li:nth-child(3n + 2) .avatar,
.block-users-grid li:nth-child(3n + 2) .avatar {
  background-image: url(../images/bg-namecard-2.jpg);
}

.user-list-horizontal .info,
.block-users-grid .info {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding-top: 50px;
  padding-bottom: 24px;
  text-align: center;
}

.user-list-vertical > ul,
.block-users-list > ul {
  margin-bottom: -28px;
  text-align: center;
}

.user-list-vertical > ul > li,
.block-users-list > ul > li {
  width: 11.111111%;
}

.col-md-8 .user-list-vertical > ul > li,
.col-sm-8 .user-list-vertical > ul > li,
.col-md-9 .user-list-vertical > ul > li,
.col-sm-9 .user-list-vertical > ul > li,
.col-md-8 .block-users-list > ul > li,
.col-sm-8 .block-users-list > ul > li,
.col-md-9 .block-users-list > ul > li,
.col-sm-9 .block-users-list > ul > li {
  width: 16.6666666%;
}

.col-md-6 .user-list-vertical > ul > li,
.col-md-6 .block-users-list > ul > li {
  width: 25%;
}

.col-md-4 .user-list-vertical > ul > li,
.col-md-4 .block-users-list > ul > li {
  width: 33.3333333%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .user-list-vertical > ul,
  .block-users-list > ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  .user-list-vertical > ul > li,
  .block-users-list > ul > li {
    padding: 0 5px;
  }

  .user-list-vertical .avatar img,
  .block-users-list .avatar img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-list-vertical > ul > li,
  .block-users-list > ul > li {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .user-list-vertical > ul > li,
  .block-users-list > ul > li {
    width: 120px;
  }
}

.user-list-vertical .avatar,
.block-users-list .avatar {
  margin-bottom: 8px;
}

.user-list-vertical .info,
.block-users-list .info {
  height: 18px;
  overflow: hidden;
}

.user-list-vertical .name,
.block-users-list .name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-info {
  padding: 20px 0;
}

.user-info .avatar {
  float: left;
}

.user-info .txt {
  margin-left: 115px;
}

.user-info .name {
  margin-bottom: 8px;
  padding: 5px 0 8px;
  border-bottom: 1px solid #ddd;
}

.user-info ul {
  line-height: 24px;
  font-size: 0;
}

.user-info li {
  display: inline-block;
  width: 30%;
  font-size: 14px;
}

.user-info .long {
  width: 100%;
}

.title-2 {
  padding: 10px 2px 5px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.title-3 {
  margin: 30px 0 10px;
  font-size: 16px;
}

.user-bookauthors > ul > li {
  width: 100%;
  margin-bottom: 10px;
}

.user-bookauthors .avatar {
  float: left;
  width: 90px;
  height: 90px;
}

.user-bookauthors .info {
  text-align: left;
  margin-top: 14px;
  margin-left: 94px;
}

.user-bookauthors .name {
  margin-left: 6px;
  font-size: 18px;
}

.side .user-articleauthors > ul > li {
  width: 100%;
  margin-bottom: 20px;
}

.profile-head {
  min-height: 340px;
  position: relative;
  margin: -31px 0 40px 0;
  overflow: hidden;
}

.profile-head .custom-bg {
  min-height: 350px;
  -webkit-filter: blur(2px) brightness(80%);
  -ms-filter: blur(2px) brightness(80%);
  -moz-filter: blur(2px) brightness(80%);
  filter: blur(2px) brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: -5px -5px -245px -5px;
  z-index: 1;
}

.profile-head .profile-panel {
  position: relative;
  z-index: 10;
}

.profile-head .profile-panel .avatar > a > img {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 120px;
}

.profile-head .profile-info {
  margin-left: 145px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.profile-head .profile-info .infos dt {
  color: inherit;
}

.profile-head .badge {
  text-shadow: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.side .profile-panel {
  border: 1px solid #c30e18;
  border-top-width: 3px;
  margin-bottom: 30px;
  padding: 20px;
}

.profile-panel {
  *zoom: 1;
}

.profile-panel:before,
.profile-panel:after {
  content: "";
  display: table;
}

.profile-panel:after {
  clear: both;
}

.profile-panel .profile-avatar {
  float: left;
  text-align: center;
}

.profile-panel .avatar > a {
  display: block;
  margin: 0 auto 10px auto;
}

.profile-panel .avatar > a > img {
  width: 90px;
  height: 90px;
}

.profile-panel .edit-btn {
  padding: 4px 10px;
  color: #c30e18;
}

.profile-panel .edit-btn:hover,
.profile-panel .edit-btn:active,
.profile-panel .edit-btn:focus {
  background: #f5f5f5;
}

.profile-info {
  margin-left: 100px;
  font-size: 12px;
  line-height: 2;
}

.profile-info dt,
.profile-info dd,
.profile-info b {
  font-weight: normal;
}

.profile-info .name {
  font-size: 24px;
  margin-bottom: 6px;
}

.profile-info .name .badge {
  padding: 3px 10px;
  vertical-align: 4px;
  font-weight: normal;
}

.profile-info .name .label {
  vertical-align: 4px;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: normal;
}

.profile-info .badge {
  background: #ff9f00;
  vertical-align: 1px;
  padding: 2px 10px;
}

.profile-info .levels {
  margin: 10px 0;
}

.profile-info .levels dl,
.profile-info .levels dt,
.profile-info .levels dd {
  display: inline-block;
}

.profile-info .levels dl {
  margin-right: 1em;
}

.profile-info .infos {
  max-width: 500px;
  font-size: 0;
  margin-bottom: 14px;
}

.profile-info .infos dt,
.profile-info .infos dd {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
  word-wrap: break-word;
}

.profile-info .infos dt {
  width: 64px;
  color: #9c9c9c;
}

.profile-info .infos dd {
  max-width: 100%;
}

.profile-info .infos b {
  color: #ff4f53;
}

.profile-info .infos .progress {
  display: inline-block;
  vertical-align: -1px;
  background: #d8d8d8;
  box-shadow: none;
  border-radius: 0;
  height: 10px;
  width: 76px;
  margin: 0 4px 0 0;
}

.profile-info .infos .progress-bar {
  background: #c30e18;
}

.profile-info .infos .level {
  display: inline-block;
  vertical-align: -1px;
  box-shadow: none;
  border-radius: 0;
  height: 10px;
  width: 80px;
  margin: 0;
  font-size: 0;
}

.profile-info .infos .level-bar {
  display: inline-block;
  background: #c30e18;
  width: 24px;
  height: 10px;
  background: #d8d8d8;
  margin-right: 2px;
}

.profile-info .infos .level-bar.red {
  background: #ff4f53;
}

.profile-info .infos .level-bar.sun {
  background: #ff9f00;
}

.profile-btns {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .profile-btns {
    top: -50px;
  }
}

.profile-btns > li {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

.profile-btns .btn-follow,
.profile-btns .btn-default {
  border: 2px solid #ff9f00;
  color: #fff;
  background: #ff9f00;
  font-size: 16px;
  padding: 4px 10px;
}

.profile-btns .btn-follow:hover,
.profile-btns .btn-follow:active,
.profile-btns .btn-follow:focus,
.profile-btns .btn-default:hover,
.profile-btns .btn-default:active,
.profile-btns .btn-default:focus {
  background: #f29700;
  border-color: #f29700;
}

.profile-btns .btn-follow-on {
  color: #ff9f00;
  background: #fff;
}

.profile-btns .btn-follow-on:hover,
.profile-btns .btn-follow-on:active,
.profile-btns .btn-follow-on:focus {
  background: #f5f5f5;
}

.profile-btns [class^="ryi-"],
.profile-btns [class*=" ryi-"] {
  font-size: 20px;
  vertical-align: -3px;
  margin-left: -2px;
  margin-right: 2px;
}

.address-list {
  margin-top: 20px;
}

.address-list .update,
.address-list .del {
  margin-left: 10px;
}

.block-notices {
  margin-bottom: 40px;
}

.block-notices > ul > li {
  padding: 20px 0 14px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}

.block-notices > ul > li {
  *zoom: 1;
}

.block-notices > ul > li:before,
.block-notices > ul > li:after {
  content: "";
  display: table;
}

.block-notices > ul > li:after {
  clear: both;
}

.block-notices .avatar {
  float: left;
  margin-top: 4px;
  width: 50px;
}

.block-notices .notice-body {
  margin-left: 60px;
}

.block-notices .notice-from {
  margin-bottom: 8px;
}

.block-notices .notice-from .name {
  color: #c30e18;
}

.block-notices .notice-from .txt {
  color: #9c9c9c;
}

.block-notices .notice-from .txt a {
  color: #111;
}

.block-notices .notice-date {
  float: right;
  font-size: 12px;
  color: #9c9c9c;
}

.block-notices .notice-content {
  margin: 0.4em 0;
}

.block-notices .notice-content p,
.block-notices .notice-content img {
  margin: 0.4em 0;
}

.block-users-message > ul {
  margin: 0;
}

.block-users-message > ul > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 100;
  position: relative;
}

.block-users-message > ul > li > a {
  display: block;
  padding: 15px 20px;
  margin: 0;
}

.block-users-message > ul > li > a {
  *zoom: 1;
}

.block-users-message > ul > li > a:before,
.block-users-message > ul > li > a:after {
  content: "";
  display: table;
}

.block-users-message > ul > li > a:after {
  clear: both;
}

.block-users-message > ul > li > a:hover,
.block-users-message > ul > li > a:active,
.block-users-message > ul > li > a:focus {
  text-decoration: none;
  background: #f5f5f5;
}

.block-users-message > ul > li > a:hover .name,
.block-users-message > ul > li > a:active .name,
.block-users-message > ul > li > a:focus .name {
  color: #c30e18;
}

.block-users-message > ul > li.active {
  border-left: 6px solid #c30e18;
}

.block-users-message > ul > li.active > a {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 14px;
  background: #fff;
  margin-right: -1px;
}

.block-users-message > ul > li.active .name {
  color: #c30e18;
}

.block-users-message > ul > li .avatar {
  float: left;
  display: block;
  width: 50px;
}

.block-users-message > ul > li .avatar img {
  width: 50px;
  height: 50px;
}

.block-users-message > ul > li .info {
  display: block;
  margin-left: 60px;
}

.block-users-message > ul > li .name {
  font-size: 14px;
  color: #111;
  margin: 6px 0 0 0;
}

.block-users-message > ul > li .link-view {
  font-size: 12px;
  color: #c30e18;
}

.message-panel {
  border: 1px solid #e8e8e8;
  margin-left: -30px;
  padding: 10px 30px;
}

.block-messages > ul > li {
  padding: 20px 0;
  margin: 0;
}

.block-messages > ul > li {
  *zoom: 1;
}

.block-messages > ul > li:before,
.block-messages > ul > li:after {
  content: "";
  display: table;
}

.block-messages > ul > li:after {
  clear: both;
}

.block-messages > ul > li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.block-messages .avatar {
  width: 50px;
  height: 50px;
}

.block-messages .avatar img {
  width: 50px;
  height: 50px;
}

.block-messages .message-date {
  color: #9c9c9c;
  font-size: 12px;
  margin-top: 4px;
}

.login-form .btn.btn-submit {
  width: 150px;
  font-size: 20px;
}

.login-form .btn-primary {
  background: #ff4f53;
  border-color: #ff4f53;
  color: #fff;
}

.login-form .btn-primary,
.page-login .login-form .btn-primary + .btn {
  margin-bottom: 10px;
}

.login-form .btn-default.btn-submit {
  border-color: #c30e18;
  color: #c30e18;
}

.page-login .form-group {
  margin-bottom: 30px;
}

.welcome {
  margin: 80px auto;
  max-width: 420px;
}

.welcome h1,
.welcome h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}

.welcome h1 {
  margin-top: 20px;
}

.welcome h2 {
  color: #ff4f53;
  margin-bottom: 4px;
}

.welcome p {
  line-height: 26px;
}

.welcome a {
  color: #c30e18;
}

.login-title {
  margin-bottom: 40px;
  margin-top: 10px;
}

.login-title h4 {
  font-size: 24px;
}

.login-prompts a {
  color: #c30e18;
}

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

.vendor-btns > ul {
  font-size: 0;
}

.vendor-btns > ul > li {
  font-size: 14px;
  display: inline-block;
  width: 33%;
}

.vendor-btns .btn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 10px;
  border: none;
}

.vendor-btns .btn:hover,
.vendor-btns .btn:active,
.vendor-btns .btn:focus {
  opacity: 0.8;
}

.vendor-btns #Weibo {
  background: #ff7d76;
}

.vendor-btns #QQ {
  background: #4ca6e6;
}

.vendor-btns #Microsoft {
  background: #50b7e3;
}

.vendor-btns [class^="ryi-"],
.vendor-btns [class*=" ryi-"] {
  font-size: 40px;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .register-form .control-label {
    display: block;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .register-form .control-label {
    margin: 0 0 4px 10px;
  }
}

/*.register-form .btn-default{border-color:#c30e18}*/

.register-form .btn-st {
  width: 150px;
  font-size: 20px;
}

.register-form .btn-st,
.register-form .btn-st + .btn {
  margin-bottom: 10px;
  color: #999;
}

.register-form .btn-st.active {
  color: #c30e18;
}

.register-form .btn-st.active::before {
  content: "";
  font-family: "ryicon" !important;
}

.register-form .form-group {
  margin-bottom: 30px;
}

.order-form li:first-child {
  margin-top: 20px;
}

.order-form .order-number {
  margin-left: 20px;
  font-weight: normal;
}

.order-form .book-img {
  width: 100px;
  margin: 0 15px 0 0;
}

.order-form td {
  vertical-align: middle !important;
}

.order-form .price {
  text-align: right;
  color: #ff4f53;
  font-size: 18px;
}

.order-form .price > span {
  margin-left: 20px;
}

.order-form .btns {
  text-align: right;
}

.order-form .btns .btn {
  margin-left: 20px;
}

.order-item {
  margin-top: 30px;
  border: 1px solid #e8e8e8;
  border-top: 2px solid #ccc;
}

.order-item .top {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 10px 20px;
  font-size: 0;
  position: relative;
}

.order-item .top {
  *zoom: 1;
}

.order-item .top:before,
.order-item .top:after {
  content: "";
  display: table;
}

.order-item .top:after {
  clear: both;
}

.order-item .top::after {
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  color: #c30e18;
  position: absolute;
  right: 20px;
  top: 15px;
}

.order-item .top.open::after {
  content: "";
}

.order-item .l-panel,
.order-item .r-panel {
  display: inline-block;
  font-size: 14px;
}

.order-item .l-panel {
  width: 40%;
}

.order-item .bottom {
  padding: 20px;
}

.offsetl20 {
  margin-left: 20px;
}

.order-table {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}

.order-table > tbody > tr > th:first-child,
.order-table > tbody > tr > td:first-child {
  padding-left: 20px;
}

.shopping-cart {
  margin-top: 20px;
}

.shopping-cart td {
  vertical-align: middle !important;
}

.shopping-cart .book-img {
  width: 100px;
  margin: 0 15px 0 0;
}

.shopping-cart .book-subtract,
.shopping-cart .book-add {
  display: inline-block;
  width: 16px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
}

.shopping-cart .book-subtract {
  border-right: 0;
}

.shopping-cart .book-add {
  border-left: 0;
}

.shopping-cart .book-num {
  display: inline-block;
  width: 40px;
  border: 1px solid #ccc;
  text-align: center;
}

.shopping-cart .preferential-2 {
  margin-top: 10px;
}

.shopping-cart .integral {
  line-height: 34px;
  color: #999;
}

.shopping-cart .clearing .price1 {
  color: #f90;
}

.shopping-cart .clearing .price2 {
  font-size: 24px;
  color: red;
}

.shopping-cart .clearing .price3 {
  color: #333;
}

.shopping-cart .btns-2 {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.shopping-cart .btns-2 .btn {
  margin: 0 10px;
}

.cart-table {
  border: 1px solid #e8e8e8;
}

.cart-table thead,
.cart-table tbody {
  border: none;
}

.cart-table > thead > tr > th {
  border: none;
  background: #f5f5f5;
}

.price {
  color: #ff4f53;
}

.total .price {
  font-size: 24px;
}

.book-feed li {
  padding-bottom: 0;
  border-bottom: 0;
}

.book-feed .feed-cancel {
  margin-top: 10px;
}

.feed-page {
  padding: 30px 0 20px;
  text-align: center;
}

.remind {
  padding: 10px;
}

.remind li {
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
}

.remind .remind-avatar {
  float: left;
}

.remind .remind-avatar img {
  width: 50px;
}

.remind .remind-txt {
  margin-left: 65px;
}

.remind .p1 {
  margin-bottom: 8px;
}

.remind .p1 span {
  float: right;
  color: #999;
}

.showType1 {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
  text-align: right;
}

.showType1 a {
  margin-right: 10px;
  color: #999;
}

.showType1 .active {
  color: #337ab7;
}

.my-main {
  margin-bottom: 20px;
  border: 1px solid #d5d2d2;
}

.my-hd {
  padding: 1px;
}

.my-hd img {
  width: 100%;
}

.my-bd {
  margin: -30px 20px 0;
  padding-bottom: 20px;
}

.my-bd .avatar {
  float: left;
}

.my-bd .my-info-list {
  margin-left: 120px;
}

.my-bd .my-info-list dt {
  height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

.my-bd .my-info-list dd {
  display: inline-block;
  width: 32%;
  line-height: 30px;
}

.my-bd .my-info-list .website {
  width: 100%;
}

.my-bd .my-fans {
  margin-top: 40px;
  font-size: 0;
}

.my-bd .my-fans li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #d5d2d2;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 992px) {
  .my-bd .my-info-list dd {
    width: 100%;
  }

  .my-bd .my-fans {
    margin: 10px 0 0 90px;
    text-align: left;
  }

  .my-bd .my-fans li:first-child {
    border-left: 0;
  }
}

@media (min-width: 992px) {
  .my-bd .my-fans {
    text-align: right;
  }
}

.edit-avatar {
  padding-top: 20px;
}

.edit-avatar .edit-avatar-select {
  position: relative;
  margin-top: 15px;
}

.edit-avatar .edit-avatar-select img {
  width: 100px;
}

.edit-avatar .edit-avatar-select input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.edit-avatar .edit-avatar-select .btn {
  width: 100px;
}

.edit-main {
  padding-top: 20px;
}

.edit-main .title-2 {
  margin: 40px 0 15px;
  padding-bottom: 8px;
}

.edit-main .title-2 h3 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .profile-sidenav > .sidenav-minor,
  .profile-sidenav > .sidenav-mini {
    display: none;
  }
}

.compose-head {
  min-height: 150px;
  margin: -30px 0 40px 0;
  background: #f5f5f5;
}

.compose-panel {
  position: relative;
  padding-top: 30px;
  margin-left: 115px;
  font-size: 14px;
  line-height: 1.4;
}

.compose-panel .avatar {
  float: left;
  margin-left: -115px;
}

.compose-panel .avatar > a {
  display: block;
  margin: 0 auto;
}

.compose-panel .avatar > a > img {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 90px;
  height: 90px;
  border-radius: 45px;
}

.compose-info {
  line-height: 2;
  padding-top: 10px;
}

.compose-info .name {
  font-size: 30px;
  display: inline-block;
}

.compose-info .name .ryi-nav-write {
  color: #c30e18;
  font-size: 38px;
  vertical-align: -4px;
}

.compose-info .greeting {
  margin: 6px 0 20px 0;
  color: #9c9c9c;
}

.compose-info .greeting a {
  color: #c30e18;
}

.compose-info .greeting b {
  font-weight: normal;
  color: #ff4f53;
}

.nav-pills.compose-btns {
  float: right;
  margin-top: 50px;
  text-align: right;
}

.nav-pills.compose-btns > li {
  margin-left: 10px;
  margin-bottom: 10px;
}

.nav-pills.compose-btns > li > a {
  border: 1px solid #c30e18;
  background: #fff;
  font-size: 14px;
  color: #111;
  border-radius: 20px;
  padding: 4px 20px;
}

.nav-pills.compose-btns > li > a:hover {
  background: #f5f5f5;
}

.compose-form {
  margin: 10px;
}

.compose-form .form-group {
  margin-bottom: 30px;
}

.compose-form .control-label {
  padding-top: 9px;
}

.compose-form label.required::after {
  content: "*";
  display: inline-block;
  width: 12px;
  text-align: right;
  margin-right: -12px;
  font-weight: normal;
  color: #ff4f53;
}

.compose-form .help-block {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #9c9c9c;
}

.compose-form p.help-block {
  margin: 6px 0;
}

.compose-form b {
  font-weight: normal;
  color: #ff4f53;
}

.form-link {
  color: #c30e18;
}

.form-link [class^="ryi-"],
.form-link [class*=" ryi-"] {
  font-size: 16px;
  vertical-align: -1px;
}

.form-link:hover,
.form-link:active,
.form-link:focus {
  color: #1db289;
  text-decoration: none;
}

.item-inline {
  display: inline-block;
  margin-right: 20px;
}

.flat-checkbox {
  position: relative;
  padding: 0;
}

.flat-checkbox input[type="checkbox"] {
  display: none;
}

.flat-checkbox input[type="checkbox"] + label,
.flat-checkbox input[type="checkbox"] + input + label {
  padding-left: 28px;
  padding-bottom: 4px;
}

.flat-checkbox input[type="checkbox"] + label::before,
.flat-checkbox input[type="checkbox"] + label::after,
.flat-checkbox input[type="checkbox"] + input + label::before,
.flat-checkbox input[type="checkbox"] + input + label::after {
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #c30e18;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.flat-checkbox input[type="checkbox"] + label::before,
.flat-checkbox input[type="checkbox"] + input + label::before {
  content: "";
  opacity: 1;
}

.flat-checkbox input[type="checkbox"] + label::after,
.flat-checkbox input[type="checkbox"] + input + label::after {
  content: "";
  opacity: 0;
}

.flat-checkbox input[type="checkbox"]:checked + label::before,
.flat-checkbox input[type="checkbox"]:checked + input + label::before {
  opacity: 0;
}

.flat-checkbox input[type="checkbox"]:checked + label::after,
.flat-checkbox input[type="checkbox"]:checked + input + label::after {
  opacity: 1;
}

.flat-file-upload {
  width: 120px;
  line-height: 40px;
  color: #fff;
  background: #c30e18;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.flat-file-upload:hover {
  background: #1db289;
}

.flat-file-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.flat-file-upload div {
  display: none;
}

.flat-select {
  position: relative;
}

.flat-select::after {
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  color: #c30e18;
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 1000;
}

.compose-submit .btn {
  margin-right: 20px;
}

.compose-submit .btn-primary {
  background: #ff4f53;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  width: 150px;
  padding: 10px;
  border: none;
}

.compose-submit .btn-primary:hover {
  background: #e6474b;
}

.compose-submit .btn-default {
  font-size: 16px;
  line-height: 30px;
  width: 150px;
  padding: 9px;
  border: 1px solid #c30e18;
}

.compose-submit .btn-default:hover {
  background: #f5f5f5;
}

.g-block {
  margin-bottom: 20px;
  background-color: #fff;
}

.g-title > a {
  display: block;
}

.g-title > a:hover {
  opacity: 0.8;
}

.g-title h3 {
  font-size: 30px;
  color: #111;
  line-height: 1.8;
  margin: 40px 0 10px 0;
}

.g-title h3 a {
  color: #111;
}

.g-title.g-form-title {
  border-top: 1px solid #e7e8f0;
  margin-top: 10px;
  margin-bottom: 40px;
}

.title,
.block-header {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  margin: 30px 0;
}

.title h3,
.title h4,
.block-header h3,
.block-header h4 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 700;
  min-height: 40px;
  min-width: 10px;
  color: #555;
}

.icon1 h4 {
  padding-left: 32px;
  position: relative;
}

.icon1 h4::before {
  font-family: "ryicon" !important;
  content: "";
  font-size: 28px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #c30e18;
}

.title h3 a,
.title h4 a,
.block-header h3 a,
.block-header h4 a {
  color: inherit;
}

.title h5,
.block-header h5 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  padding: 4px 0 0 0;
  font-weight: 700;
  min-width: 10px;
  color: #555;
}

.title.at-top h3,
.title.at-top h4,
.block-header.at-top h3,
.block-header.at-top h4 {
  margin-top: 0;
}

.profile-title {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  padding: 18px 20px;
  position: relative;
}

.profile-title h3,
.profile-title h4 {
  font-size: 30px;
}

.profile-title .more {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  color: #c30e18;
}

.profile-title-sm {
  padding: 40px 0 20px 0;
}

.profile-title-sm h3,
.profile-title-sm h4 {
  font-size: 20px;
}

.block.bottom-hr {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 24px;
}

.block-border {
  border: 1px solid #e8e8e8;
}

.side .title,
.side .block-header,
.title-pillar .title,
.title-pillar .block-header {
  padding-left: 18px;
  margin: 24px 0;
  position: relative;
}

.side .title::before,
.side .block-header::before,
.title-pillar .title::before,
.title-pillar .block-header::before {
  content: " ";
  width: 6px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #c30e18;
}

.side .title h3,
.side .title h4,
.side .block-header h3,
.side .block-header h4,
.title-pillar .title h3,
.title-pillar .title h4,
.title-pillar .block-header h3,
.title-pillar .block-header h4 {
  font-size: 26px;
  min-height: 36px;
}

.main {
  margin-bottom: 40px;
}

.pl24,
.p-test999 {
  background: #fff;
}

.g-side,
.g-main {
  border: 1px solid #e7e8f0;
  background: #fff;
}

.g-main {
  border: none;
  margin-bottom: 20px;
}

.g-main::after {
  content: "";
  display: table;
  clear: both;
  height: 10px;
}

.g-main .g-title {
  margin-left: -20px;
  margin-right: -20px;
}

.sidenav-list {
  margin-bottom: 40px;
  border: 1px solid #c30e18;
  border-top: none;
}

.sidenav-list .badge {
  vertical-align: 1px;
  margin-left: 6px;
  background: #ff4f53;
}

.sidenav-list .badge.badge-gold {
  background: #ff9f00;
}

.sidenav-list ul {
  margin: 0;
  padding: 0;
}

.sidenav-list li {
  padding: 0;
}

.sidenav-list li > a,
.sidenav-list li > h4 {
  display: block;
  padding: 12px 20px;
  color: inherit;
}

.sidenav-list li > a {
  position: relative;
}

.sidenav-list li > a:hover,
.sidenav-list li > a:active,
.sidenav-list li > a:focus {
  text-decoration: none;
  background: #f5e9e9;
}

.sidenav-list li.sidenav-header {
  border-top: 3px solid #c30e18;
}

.sidenav-list li.sidenav-header h3 {
  font-size: 22px;
  line-height: 1;
  color: inherit;
}

.sidenav-list li.sidenav-header h3 .ryi-cat-list {
  font-size: 30px;
  vertical-align: -4px;
  margin-right: 4px;
  color: #c30e18;
}

.sidenav-list li.sidenav-header .toggle::after {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #c30e18;
  position: absolute;
  right: 4px;
  top: 3px;
}

.sidenav-list li.sidenav-header .toggle:hover::after {
  opacity: 0.5;
}

.sidenav-list li.sidenav-header.active .ryi-cat-list,
.sidenav-list li.sidenav-header.active .toggle::after {
  color: #fff;
}

.sidenav-list li.sidenav-major {
  border-top: 1px solid #c30e18;
}

.sidenav-list li.sidenav-major > a {
  font-size: 18px;
  padding-bottom: 11px;
  position: relative;
}

.sidenav-list li.sidenav-major > a .toggle::after {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #c30e18;
  position: absolute;
  right: 4px;
  top: 3px;
}

.sidenav-list li.sidenav-major > a .toggle:hover::after {
  opacity: 0.5;
}

.sidenav-list li.sidenav-major [class^="ryi-"],
.sidenav-list li.sidenav-major [class*=" ryi-"] {
  font-size: 24px;
  color: #c30e18;
  margin-left: 3px;
  margin-right: 9px;
  vertical-align: -3px;
}

.sidenav-list li.sidenav-major .ryi-cat-9,
.sidenav-list li.sidenav-major .ryi-cat-10,
.sidenav-list li.sidenav-major .ryi-cat-11 {
  color: #9c9c9c;
}

.sidenav-list li.sidenav-major.open > a::after {
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  color: #c30e18;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sidenav-list li.sidenav-major.collapsed > ul {
  display: none;
}

.sidenav-list li.sidenav-major.collapsed > a .toggle::after {
  content: "";
}

.sidenav-list li.sidenav-major.active > a .toggle::after {
  color: #fff;
}

.sidenav-list li.sidenav-major + li.sidenav-minor,
.sidenav-list li.sidenav-major > ul > li.sidenav-minor:first-child {
  border-top: 1px solid #e8e8e8;
}

.sidenav-list li.sidenav-minor > ul {
  margin: 0 -20px;
}

.sidenav-list li.sidenav-minor,
.sidenav-list li.sidenav-mini {
  margin-left: 20px;
  margin-right: 20px;
}

.sidenav-list li.sidenav-minor > a,
.sidenav-list li.sidenav-mini > a {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 60px;
}

.sidenav-list li.sidenav-minor > a::before,
.sidenav-list li.sidenav-mini > a::before {
  content: "";
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #c30e18;
  margin-right: 2px;
  vertical-align: -1px;
}

.sidenav-list li.sidenav-minor.active > a::before,
.sidenav-list li.sidenav-mini.active > a::before {
  color: #fff;
}
/** start*/
.sidenav-list li.sidenav-minor-three.collapsed > a .toggle::after {
  content: "";
}
.sidenav-list li.sidenav-minor-three.active > a .toggle::after {
  color: #fff;
}
.sidenav-list li.sidenav-major + li.sidenav-minor-three,
.sidenav-list li.sidenav-major > ul > li.sidenav-minor-three:first-child {
  border-top: 1px solid #e8e8e8;
}
.sidenav-list li.sidenav-minor-three > ul {
  margin: 0 -20px;
}
.sidenav-list li.sidenav-minor-three {
  margin-left: 20px;
  margin-right: 20px;
}
.sidenav-list li.sidenav-minor-three > a {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 60px;
}
.sidenav-list li.sidenav-minor-three > a::before {
  content: "";
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #c30e18;
  margin-right: 2px;
  vertical-align: -1px;
}
.sidenav-list li.sidenav-minor-three.active > a::before {
  color: #fff;
}
.sidenav-list li.sidenav-minor-three.active a::after {
  top: 18px !important;
}

.sidenav-list
  li.sidenav-major
  + li.sidenav-minor-three
  + li.sidenav-minor-three-child,
.sidenav-list
  li.sidenav-major
  > ul
  > li.sidenav-minor-three
  + li.sidenav-minor-three-child:first-child {
  border-top: 1px solid #e8e8e8;
}
.sidenav-list li.sidenav-minor-three-child > ul {
  margin: 0 -20px;
}
.sidenav-list li.sidenav-minor-three-child {
  margin-left: 20px;
  margin-right: 20px;
}
.sidenav-list li.sidenav-minor-three-child > a {
  margin-left: 0px;
  margin-right: -20px;
  padding-left: 60px;
}
.sidenav-list li.sidenav-minor-three-child > a::before {
  content: "";
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #c30e18;
  margin-right: 2px;
  vertical-align: -1px;
}
.sidenav-list li.sidenav-minor-three-child.active > a::before {
  color: #fff;
}
.sidenav-list li.sidenav-minor-three-child.active a::after {
  top: 18px !important;
}
/**end*/
.sidenav-list li.sidenav-mini > a {
  padding-left: 74px;
}

.sidenav-list li.sidenav-mini > a::before {
  content: "–";
}

.sidenav-list li.active > a {
  background: #cc3636;
  color: #fff;
  position: relative;
}

.sidenav-list li.active > a > h3 {
  color: #fff;
}

.sidenav-list li.active > a::after {
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sidenav-list li.active > a [class^="ryi-"],
.sidenav-list li.active > a [class*=" ryi-"] {
  color: #fff;
}

.sidenav-list li.sidenav-minor.active a::after {
  top: 18px !important;
}

.category-sidenav li.active > a::after,
.category-sidenav li.sidenav-major.open > a::after {
  content: none;
}

.category-sidenav.expanded li.sidenav-header .toggle::after {
  content: "";
}

@media only screen and (min-width: 768px) {
  .category-sidenav li.sidenav-header .toggle {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .category-sidenav li.sidenav-major,
  .category-sidenav li.sidenav-minor,
  .category-sidenav li.sidenav-mini {
    display: none;
  }

  .category-sidenav.expanded li.sidenav-major,
  .category-sidenav.expanded li.sidenav-minor,
  .category-sidenav.expanded li.sidenav-mini {
    display: block;
  }
}

.nav-tabs {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  font-size: 16px;
}

.nav-tabs > li > a {
  margin: 0;
  line-height: 50px;
  border-radius: 0;
  padding: 0 20px;
  color: inherit;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  background: #f5e9e9;
  border-color: transparent;
}

.nav-tabs > li.active {
  font-size: 20px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-top: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-top: 3px solid #c30e18;
  border-left: none;
  border-right: none;
  color: #c30e18;
  background: #fff;
  cursor: default;
}

.nav-tabs .breadcrumbs {
  font-size: 14px;
}

.nav-pills.sec-tab > li > a {
  line-height: 30px;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0 15px;
  color: inherit;
}

.nav-pills.sec-tab > li > a:hover,
.nav-pills.sec-tab > li > a:active {
  background: #f5e9e9;
  border-color: transparent;
}

.nav-pills.sec-tab > li.active {
  border: none;
}

.nav-pills.sec-tab > li.active > a,
.nav-pills.sec-tab > li.active > a:focus,
.nav-pills.sec-tab > li.active > a:hover {
  border-left: none;
  border-right: none;
  color: #c30e18;
  background: #fff;
  cursor: default;
}

.nav-tab-primary {
  margin-bottom: 16px;
  position: relative;
}

.nav-tab-primary .advanced-search {
  position: absolute;
  right: 20px;
  top: 15px;
}

.nav-tab-primary .advanced-search a {
  color: #c30e18;
}

.nav-tab-secondary {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 16px;
}

.nav-tab-secondary + .g-main .block-books-grid,
.nav-tab-secondary + .g-main .block-articles-grid {
  margin-top: 30px;
}

.nav-tab-secondary::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}

.nav-tab-secondary .show-type {
  float: left;
}

.nav-tab-secondary .sec-tab {
  float: left;
}

.nav-tab-secondary .pages {
  float: right;
  text-align: right;
  margin: 0 -2px 0 0;
}

.show-type {
  font-size: 16px;
  line-height: 12px;
  margin-right: 2px;
}

.show-type > li + li {
  margin-left: 1px;
}

.show-type > li > a {
  line-height: 30px;
  margin: 0;
  border-radius: 0;
  padding: 0 7px;
  height: 30px;
  color: #c30e18;
}

.show-type > li > a span {
  vertical-align: -2px;
}

.show-type > li.active > a,
.show-type > li.active > a:focus,
.show-type > li.active > a:hover {
  background: #c30e18;
  color: #fff;
}

.sod_select {
  border: 1px solid #e7e8f0;
  box-shadow: none;
  width: 100px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  padding: 9px 10px;
  height: 35px;
  border-radius: 0;
  margin: -1px 0 -1px 4px;
}

.sod_select:hover,
.sod_select.open,
.sod_select.focus,
.sod_select .sod_list_wrapper {
  border: 1px solid #e7e8f0;
  box-shadow: none;
}

.sod_select .sod_list_wrapper {
  width: 100px;
  margin-left: -1px;
}

.sod_select .sod_list {
  width: 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e8f0;
  margin: -1px;
}

.sod_select .sod_list li {
  padding: 10px 10px;
  line-height: 1.2;
}

.sec-tab {
  margin: 1px 0 0 8px;
}

.sec-tab > li.active {
  border: none;
}

.sec-tab > li.active > a,
.sec-tab > li.active > a:focus,
.sec-tab > li.active > a:hover {
  padding: 0;
  margin: 0 15px;
  border-bottom: 2px solid #c30e18;
}

.pages {
  font-size: 0;
  display: block;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

.pages a,
.pages .spana {
  display: inline-block;
  font-size: 14px;
  margin: 2px;
  padding: 2px 10px;
  color: inherit;
  text-decoration: none;
}

.PagedList-pager > ul > li > a:active,
.pages a:hover,
.pages a:active {
  background: #f5e9e9;
  color: #c30e18;
}

.pages .spana {
  background-color: #c30e18;
  color: #fff;
}

.btn-lg {
  font-size: 20px;
  padding: 8px 30px;
}

.btn-primary {
  color: #fff;
  background: #c30e18;
  border-color: #c30e18;
}

.btn-primary.btn-red {
  background: #ff4f53;
  border-color: #ff4f53;
}

.btn-primary.btn-red:hover {
  background: #ff4f53;
  border-color: #ff4f53;
}

.btn-primary:hover {
  background: #c30e18;
  border-color: #c30e18;
  opacity: 0.8;
}

.comments > ul {
  clear: both;
}

.comments > ul {
  *zoom: 1;
}

.comments > ul:before,
.comments > ul:after {
  content: "";
  display: table;
}

.comments > ul:after {
  clear: both;
}

.comments > ul > li {
  padding: 20px 0;
}

.comments > ul > li {
  *zoom: 1;
}

.comments > ul > li:before,
.comments > ul > li:after {
  content: "";
  display: table;
}

.comments > ul > li:after {
  clear: both;
}

.comment-list {
  font-size: 12px;
  line-height: 2;
  margin-top: -10px;
  margin-bottom: 50px;
}

.comment-list > ul > li {
  border-bottom: 1px solid #e8e8e8;
}

.comment-list .avatar {
  float: left;
  margin-right: 20px;
}

.comment-list .avatar img {
  width: 50px;
  vertical-align: top;
  border-radius: 25px;
}

.comment-list .txt {
  margin-left: 70px;
}

.comment-list .comment-info {
  font-size: 12px;
  margin-top: 6px;
  color: #9c9c9c;
  float: left;
}

.comment-list .comment-info a {
  color: #c30e18;
}

.comment-list .reply-bar {
  text-align: right;
  margin-top: 6px;
  float: right;
}

.comment-list .reply-bar a {
  margin-left: 15px;
  font-size: 12px;
  color: inherit;
}

.comment-list .bts {
  margin-top: 10px;
  text-align: right;
}

.comment-list .bts .btn {
  margin-left: 5px;
}

.reply-list ul {
  padding-top: 20px;
  margin-bottom: -20px;
}

.reply-list ul > li {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.comment-empty {
  margin: 2em 0;
  color: #9c9c9c;
  text-align: center;
}

.tag-list {
  margin: 0 -5px;
  font-size: 0;
}

.tag-list > li {
  display: inline-block;
  height: 40px;
  padding: 5px;
  font-size: 14px;
}

.tag-list > li > a {
  padding: 4px 10px;
  border: 1px solid #c30e18;
  border-radius: 20px;
  color: inherit;
}

.tag-list > li > a:hover,
.tag-list > li > a:active,
.tag-list > li > a:focus {
  background: #c30e18;
  color: #fff;
  text-decoration: none;
}

.notice-list {
  margin-top: 20px;
  margin-right: -20px;
}

.notice-list .media {
  border-top: 1px solid #e7e8f0;
  padding: 10px 20px 10px 0;
}

.mail-list {
  border-left: 1px solid #e7e8f0;
}

.dialog-lst-box {
  margin-top: 20px;
}

.dialog-lst-box .media {
  border-top: 1px solid #e7e8f0;
  padding: 10px 0;
}

.action {
  margin-top: 6px;
  line-height: 16px;
  color: #9c9c9c;
  font-size: 12px;
  overflow: hidden;
}

.action [class^="ryi-"],
.action [class*=" ryi-"] {
  font-size: 16px;
  vertical-align: -2px;
}

.action > span:not(:last-child) {
  margin-right: 16px;
}

.action > a {
  color: inherit;
}

.action > a:hover,
.action > a:active,
.action > a:focus {
  color: #c30e18;
  text-decoration: none;
}

.action > a:not(:last-child) {
  margin-right: 16px;
}

.col-md-4 .action .lbl,
.col-sm-4 .action .lbl {
  display: none;
}

.book-actions,
.article-actions,
.resource-actions {
  text-align: right;
  font-size: 0;
  margin-left: -20px;
}

.book-actions a,
.article-actions a,
.resource-actions a {
  display: inline-block;
  padding: 0 6px;
  min-width: 60px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: inherit;
}

.book-actions a:hover,
.article-actions a:hover,
.resource-actions a:hover {
  color: #c30e18;
}

.book-actions a:not(:first-child),
.article-actions a:not(:first-child),
.resource-actions a:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}

.book-actions a#article-toggle-praise,
.article-actions a#article-toggle-praise,
.resource-actions a#article-toggle-praise {
  margin-right: -10px;
  border-right: none;
}

.book-actions a.jiathis,
.article-actions a.jiathis,
.resource-actions a.jiathis {
  height: 62px;
}

.book-actions a.on,
.article-actions a.on,
.resource-actions a.on {
  color: #c30e18;
}

.book-actions i,
.article-actions i,
.resource-actions i {
  font-style: normal;
  color: #ff4f53;
}

.book-actions span,
.article-actions span,
.resource-actions span {
  display: block;
}

.book-actions [class^="ryi-"],
.book-actions [class*=" ryi-"],
.article-actions [class^="ryi-"],
.article-actions [class*=" ryi-"],
.resource-actions [class^="ryi-"],
.resource-actions [class*=" ryi-"] {
  font-size: 26px;
  margin: 6px 0;
}

.rounded-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ececec;
  padding: 10px;
  margin-bottom: 10px;
}

.div-box-row {
  background-color: #fff;
  padding: 5px 10px;
}

.div-box-row ul li {
  float: left;
  width: 33.333333%;
  padding: 0;
  margin: 0;
  color: #555;
  margin-bottom: 5px;
}

.rounded-box.flat-bottom {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 0;
}

.rounded-box.flat-top {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-top: 0;
}

ul.ul-box {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ul-box li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  position: relative;
}

.ul-box a,
.ul-box span {
  display: block;
  padding: 10px;
}

.ul-box li.selected {
  background-color: #666;
  color: #fff;
}

.ul-box a:hover {
  text-decoration: none;
}

ul.ul-box li.current-article a {
  border-left: 5px solid #333;
}

.markdown-body {
  font: 400 14px/1.75 "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial,
    SimSun, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  padding: 5px;
  margin-top: 5px;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-family: inherit;
  font-weight: bolder;
  line-height: 1.5;
}

.markdown-body h1 {
  font-size: 22px;
}

.markdown-body h2 {
  font-size: 20px;
}

.markdown-body h3 {
  font-size: 18px;
}

.markdown-body h4 {
  font-size: 16px;
}

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

.markdown-body b,
.markdown-body strong {
  font-weight: 700;
  color: #000;
}

.markdown-body p {
  margin: 15px 0;
}

.markdown-body blockquote {
  font-size: 14px;
  margin: 6px 0;
  color: #666;
  border-left: 5px solid #eee;
  padding-left: 0;
  font-weight: 300;
}

.markdown-body blockquote p {
  padding-left: 5px;
}

.markdown-body p.editing-tag {
  margin: 15px 5px 0 8px;
  float: left;
  font-weight: bold;
  color: #777;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 5px;
  vertical-align: 2px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  line-height: 1.4;
}

.markdown-body p.超强提示 {
  border-left: 5px solid red;
  padding-left: 5px;
}

.markdown-body p.超强提示标签 {
  color: red;
  border-color: red;
  background-color: #f3f3f3;
}

.markdown-body p.提示 {
  border-left: 5px solid #090;
  padding-left: 5px;
}

.markdown-body p.提示标签 {
  color: #090;
  border-color: #090;
  background-color: #f3f3f3;
}

.markdown-body p.强提示 {
  border-left: 5px solid #f80;
  padding-left: 5px;
}

.markdown-body p.强提示标签 {
  color: #f80;
  border-color: #f80;
  background-color: #f3f3f3;
}

.markdown-body p.表头单元格,
.markdown-body p.表格单元格 {
  margin: 5px 0;
}

.markdown-body p + p.editing-tag {
  margin-top: 0;
}

.markdown-body .注释编号,
.markdown-body .注释编号下 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  font-weight: bold;
}

.markdown-body .注释内容 {
  border-left: 5px solid #777;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.markdown-body .图 {
  text-align: center;
}

.markdown-body .图题 {
  text-align: center;
  font-size: 90%;
}

.markdown-body .表题 {
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}

.markdown-body .代码清单标题 {
  text-align: right;
  font-size: 90%;
}

.markdown-body .strong-code-line {
  font-weight: bold;
  background-color: #c7daf2;
}

.markdown-body table {
  margin: 0 auto;
}

.markdown-body acronym {
  color: #090;
  font-weight: bold;
}

.markdown-body ul {
  list-style-type: disc;
}

.markdown-body ul ul {
  list-style-type: circle;
}

.markdown-body ul ul ul {
  list-style-type: square;
}

.markdown-body ul ul ul ul {
  list-style-type: disc;
}

.markdown-body ol {
  list-style-type: decimal-leading-zero;
}

.markdown-body ol ol {
  list-style-type: lower-alpha;
}

.markdown-body ol ol ol {
  list-style-type: lower-roman;
}

.markdown-body ol ol ol ol {
  list-style-type: lower-greek;
}

.markdown-body pre {
  margin: 10px 0;
}

.markdown-body pre.prettyprint {
  padding: 5px 5px 5px 30px;
}

.markdown-body .代码编号分隔,
.markdown-body .列表编号分隔 {
  display: none;
}

.markdown-body .编注 {
  color: #fff;
  background-color: #890707;
}

.profile-head .custom-bg {
  background-image: url(../images/profile-03.jpg);
}

.carousel.slide.carousel-lg.slide-2016 {
  margin-bottom: 30px;
  margin-top: -31px;
}

.hidehr + hr {
  display: none;
}

#block-80 {
  margin-top: -10px;
}

#block-90 > .more-block {
  margin-left: -98px;
}

#block-87 > .more-block {
  margin-left: 390px;
}

#row-3 > .container > .row {
  margin-bottom: 34px;
}

#row-3 > .container > .row .more-block {
  margin-bottom: 0;
}

.block-books-list.news-headlines .book-img,
.block-books-list.news-headlines .author,
.block-books-list.news-headlines .intro,
.block-books-list.news-headlines .paperback {
  display: none;
}

.block-books-list.news-headlines .book-info {
  margin-left: 0;
}

.block-books-list.news-headlines > ul > li {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.block-books-list.news-headlines > ul > li:first-child {
  margin-bottom: 8px;
  margin-top: -4px;
}

.block-books-list.news-headlines > ul > li:first-child h2 {
  font-size: 24px;
  max-height: 64px;
  margin-bottom: 0;
}

.block-books-list.news-headlines > ul > li:first-child .intro {
  display: block;
  max-height: 40px;
  margin: 8px 0 10px 0;
  overflow: hidden;
}

.block-books-list.news-headlines > ul > li:not(:first-child) {
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
}

.block-books-list.news-headlines > ul > li:not(:first-child)::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background: #c30e18;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.block-books-list.news-headlines > ul > li:not(:first-child) h2 {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editable-area.same-height,
.carousel.slide.same-height .carousel-inner {
  height: 360px;
  margin-bottom: 15px;
}

.block-gb-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-gb-list li {
  margin-bottom: 30px;
}

.gb-author {
  color: #9c9c9c;
}

.gb-author span {
  margin-left: 15px;
  margin-right: 15px;
}

.gb-author::before {
  font-family: "ryicon" !important;
  content: "";
  left: -40px;
  top: 0;
}

.gb-content {
  margin: 12px 40px 20px;
  position: relative;
}

.gb-content::before,
.gb-content::after {
  position: absolute;
  font-size: 20px;
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ddd;
}

.gb-content::before {
  content: "";
  left: -40px;
  top: 0;
}

.gb-author-admin {
  font-size: 12px;
  color: #9c9c9c;
  text-align: right;
}

.gb-reply {
  background: #f3f3f3;
  padding: 15px 10px;
  margin: 0 40px;
}

.gb-reply p {
  color: #c30e18;
  padding-left: 20px;
  position: relative;
}

.gb-reply p::before {
  font-size: 12px;
  font-family: "ryicon" !important;
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  color: #9c9;
}

.gb-author-admin img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.gb-writelink {
  font-size: 18px;
  position: absolute;
  right: 40px;
  top: 10px;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .order-item .l-panel {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.profile-title .l-panel {
  display: inline-block;
  width: 79%;
}

.profile-title .r-panel {
  display: inline-block;
  text-align: right;
  width: 20%;
}

.profile-title .r-panel a {
  color: #c30e18;
}

.article-editable-area {
  max-width: 733px;
}

#article-photo-collection .carousel-indicators {
  display: none;
}

#wx-qrcode img {
  margin: 0 auto;
}

#qq-qun {
  width: 100px;
  position: fixed;
  bottom: 200px;
  right: 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c30e18;
  padding: 5px;
  font-size: 12px;
  line-height: 18px;
}

#qq-qun a {
  text-decoration: none;
}

#toTop {
  height: 103px;
  bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .carousel-control {
    bottom: 16vw;
    width: 30px;
    height: 30px;
    z-index: 99;
    font-size: 24px;
    line-height: 30px;
  }
}

#jiangtang .article-list-vertical > ul > li,
#jiangtang .block-articles-list > ul > li {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

#jiangtang .block-articles-grid .txt {
  height: 90px;
}

#jiangtang .block-header {
  margin-top: 0;
}

#jiangtang hr {
  margin-bottom: 30px;
}

#jiangtang #row-5 hr {
  margin-top: 30px;
}

.col-md-4 .block-articles-list.zhongbang .txt {
  height: 42px;
}

.block-articles-list.zhongbang .article-thumbnail {
  height: 100px;
  width: 133px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.profile-title-sm {
  padding: 10px;
}

.book-list .price-old,
.block-books .price-old {
  color: #a9a9a9;
  font-size: 12px;
}

.addr .row {
  margin-bottom: 10px;
}

.addr .col-xs-3 {
  padding-right: 0;
  padding-top: 7px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .topic-page.container {
    margin-top: -80px;
  }
}

.topic-page .title-pillar .block-header {
  margin: 12px 0;
}

.topic-page .buy-fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 44px;
}

.topic-page .buy-fixed-bottom .price {
  position: absolute;
  right: 150px;
  top: 8px;
}

.topic-page .add,
.topic-page .minus {
  border: 1px solid #e8e8e8;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.topic-page .quantity {
  display: inline;
  width: 35px;
  height: 22px;
  text-align: center;
}

.topic-page .table > tbody > tr > td,
.topic-page .table > tbody > tr > th {
  padding-right: 5px;
  padding-left: 5px;
}

.topic-page .table .book-name {
  width: 110px;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.block-modal {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  left: 10%;
  top: 40%;
  z-index: 101;
  width: 80%;
  text-align: center;
  padding: 30px 0;
}

.block-modal .wait {
  color: rgba(0, 0, 0, 0.5);
}

.block-modal .address-check {
  margin-bottom: 20px;
}

.block-modal .checked::after {
  content: "";
  font-family: "ryicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 14px;
  color: #c30e18;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-left: 5px;
}

.toggle-invoice {
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
}

#toggle-invoice {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mobile-fixed-buy {
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 40px;
    z-index: 100;
  }

  .mobile-fixed-buy .btn-sample {
    display: none;
  }

  .mobile-fixed-buy .btn-purchase,
  .mobile-fixed-buy .btn-exchange {
    margin-right: 0;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    border: none;
    border-radius: 0;
  }

  .mobile-fixed-buy .btn-purchase:after {
    content: none;
  }

  .mobile-fixed-buy .btn-exchange:before {
    content: none;
  }

  /*	.book-approaches{min-height:0}

	.book-approaches .mobile-fixed-buy .price{margin-left:5px;font-size:20px;display:inline-block;margin-top:10px}*/

  .mobile-fixed-buy .price.original-price {
    display: none;
  }

  .sidenav-list.profile-sidenav .sidenav-major {
    display: none;
  }

  .sidenav-list.profile-sidenav .sidenav-oneline {
    text-align: center;
    display: block !important;
    border-top: 1px solid #c30e18;
  }

  .sidenav-list.profile-sidenav {
    margin-bottom: 20px;
  }

  .sidenav-list.profile-sidenav .sidenav-oneline span.active {
    color: #c30e18;
  }

  .sidenav-oneline span {
    padding: 12px 5px;
    font-size: 16px;
    display: inline-block;
  }

  .profile-panel .avatar > a,
  .profile-info .infos {
    margin-bottom: 0;
  }

  .register-form .form-group {
    margin-bottom: 10px;
  }

  .register-form .login-title {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .register-form .col-xs-4 {
    padding-left: 0;
  }

  .shumu {
    display: none;
  }
}

@media (max-width: 320px) {
  .register-form .col-xs-4 .btn {
    padding: 4px 2px;
  }

  .sidenav-list.profile-sidenav .sidenav-oneline.active {
    color: #c30e18;
  }

  .sidenav-oneline span {
    padding: 6px 5px;
    font-size: 14px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .zhxx-pp {
    background-image: url("../images/image_ht/zhxxzj_03.png");
    background-size: 100%;
    background-repeat: repeat-y;
  }

  .zhxx-pp > .xx-title {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .xx-img {
    padding: 10px 80px;
  }

  .xx-js {
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .zhxx-bottom img {
    margin-top: -20px;
  }

  .xx-img p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .jrlj-red {
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    padding-bottom: 30px;
    text-align: center;
  }

  .jrlj-red > a {
    color: red;
  }

  .ar-js {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .ar-img1 {
    text-align: center;
    padding: 10px 80px;
  }

  .ar-img1 p {
    font-weight: 700;
  }

  .ar-img2 {
    text-align: center;
    padding: 10px 80px;
  }

  .ar-img2 p {
    font-weight: 700;
  }

  .ar-smaz {
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    padding-bottom: 30px;
    text-align: center;
  }

  .jsj-text {
    padding: 3px 20px;
    font-size: 14px;
  }

  .jsj-img {
    text-align: center;
    padding: 20px;
  }

  .jsj-red {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: red;
    padding-bottom: 20px;
  }

  .jsj-red > a {
    color: red;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  .zhxx-pp {
    background-image: url("../images/image_ht/zhxxzj_03.png");
    background-repeat: repeat-y;
    background-size: 100%;
    margin: 0 auto;
  }

  .zhxx-pp > .xx-title {
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .zhxx-pp > .row {
    padding: 20px;
  }

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

  .xx-img p {
    font-size: 18px;
    font-weight: 700;
  }

  .xx-js {
    line-height: 35px;
  }

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

  .jrlj-red {
    color: red;
    font-size: 18px;
    font-weight: bold;
  }

  .jrlj-red > a {
    color: red;
  }

  .ar-padd {
    padding: 20px 60px;
  }

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

  .ar-img1 > p {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #a4a3a3;
  }

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

  .ar-img2 > p {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #a4a3a3;
  }

  .ar-smaz {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .jsj-text {
    font-size: 18px;
    padding-top: 15px;
  }

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

  .jsj-red {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: red;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .jsj-red > a {
    color: red;
  }

  .height50 {
    height: 50px;
  }
}

@media (min-width: 1025px) {
  .zhxx-top {
    text-align: center;
  }

  .zhxx-pp > .xx-title {
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .zhxx-pp {
    background-image: url("../images/image_ht/zhxxzj_03.png");
    background-repeat: repeat-y;
    width: 1019px;
    margin: 0 auto;
  }

  .zhxx-pp > .row {
    padding: 20px;
  }

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

  .xx-img p {
    font-size: 18px;
    font-weight: 700;
  }

  .xx-js {
    line-height: 35px;
  }

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

  .jrlj-red {
    color: red;
    font-size: 18px;
    font-weight: bold;
  }

  .jrlj-red > a {
    color: red;
  }

  .ar-padd {
    padding: 20px 60px;
  }

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

  .ar-img1 > p {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #a4a3a3;
  }

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

  .ar-img2 > p {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #a4a3a3;
  }

  .ar-smaz {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .jsj-text {
    font-size: 18px;
    padding-top: 15px;
  }

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

  .jsj-red {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: red;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .jsj-red > a {
    color: red;
  }

  .height50 {
    height: 50px;
  }
}

.teacher-list-li {
  background: #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.intro-teacher {
  padding: 10px 10px 0 0;
}

.intro-teacher h3 {
  font-size: 20px;
}

.intro-teacher p {
  text-indent: 2em;
  padding-top: 3px;
}

.teacher-list-li > a {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: red;
}

.intro-img {
  max-width: 100%;
  margin: 10px 0 0 10px;
}

.topT-intr > .text-content {
  margin-top: 10px;
}

.topT-intr > h2 {
  margin-top: 20px;
}

.topT-intr > .text-content p {
  font-size: 18px;
  color: #555555;
  line-height: 36px;
  text-indent: 2em;
}

.magnum-opus > .title > span {
  font-size: 30px;
  border-left: 8px solid #c40f18;
  padding-left: 10px;
}

.magnum-opus > .title {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
}

.magnum-opus .col-md-6 {
  padding-bottom: 20px;
}

.specialist {
  background: url("../images/image_ht/zhuanjia_03.png") repeat-x;
  height: 340px;
  margin-top: 20px;
}

.specialist h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.swiper-container1 {
  display: none;
}

.swiper-slide a {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 129px;
  text-decoration: none;
}

.swiper-slide a div {
  height: 200px;
}

.swiper-slide a:hover img {
  border-bottom: 5px solid #f6ff00;
}

.swiper-slide a p {
  text-align: center;
}

.swiper-slide a p span {
  margin-left: 20px;
}

.book-img .swiper-container {
  margin: 0 50px;
}
.book-img .swiper-wrapper {
  padding: 0;
  margin: 0px;
}
.book-img .swiper-slide a {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  text-decoration: none;
}
.book-img .swiper-slide a div {
  height: 200px;
}
.book-img .swiper-slide a:hover img {
  border-bottom: none;
}
.book-img .swiper-slide a p {
  text-align: center;
}
.book-img .swiper-slide a p span {
  margin-left: 20px;
}
.book-img .swiper-pagination {
  width: 100%;
  text-align: center;
}
.book-img .swiper-pagination span {
  margin: 0 3px;
}

.book-img .cksp {
  margin-top: 30px;
}

.book-img > .videos {
  margin: 0 40px;
}
.book-img > .videos video {
  width: 100%;
}

@media (max-width: 767px) {
  .swiper-container {
    display: none;
  }

  .swiper-container1 {
    display: block;
  }

  .swiper-wrapper {
    padding-left: 5%;
    margin-top: 30px;
  }

  .book-img .swiper-container {
    display: block;
  }
}

.book-img {
  position: relative;
}

.book-img .video-bg {
  margin: 50px;
  height: 400px;
}

.book-img .video-bg video {
  width: 100%;
  height: 100%;
}

/*新增修改样式*/
.book-list-horizontal > ul,
.block-books-grid-msjt > ul {
  margin: 0 -15px -30px -15px;
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal > ul,
  .block-books-grid-msjt > ul {
    margin: 0 -5px -30px -5px;
  }
}

.book-list-horizontal > ul > li,
.block-books-grid-msjt > ul > li {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal > ul > li,
  .block-books-grid-msjt > ul > li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .book-list-horizontal > ul > li,
  .block-books-grid-msjt > ul > li {
    width: 16.6666666%;
  }

  .col-md-8 .book-list-horizontal > ul > li,
  .col-sm-8 .book-list-horizontal > ul > li,
  .col-md-9 .book-list-horizontal > ul > li,
  .col-sm-9 .book-list-horizontal > ul > li,
  .col-md-8 .block-books-grid-msjt > ul > li,
  .col-sm-8 .block-books-grid-msjt > ul > li,
  .col-md-9 .block-books-grid-msjt > ul > li,
  .col-sm-9 .block-books-grid-msjt > ul > li {
    width: 20%;
  }

  .col-md-6 .book-list-horizontal > ul > li,
  .col-md-6 .block-books-grid-msjt > ul > li {
    width: 33.3333333%;
  }

  .col-md-4 .book-list-horizontal > ul > li,
  .col-md-4 .block-books-grid-msjt > ul > li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal > ul > li,
  .block-books-grid-msjt > ul > li {
    width: 50%;
  }
}

.book-list-horizontal .book-img,
.block-books-grid-msjt .book-img {
  padding: 22px 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

/*.book-list-horizontal .book-img::before,.block-books-grid-msjt .book-img::before{content:'';font-size:24px;font-family:'ryicon'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;right:0;padding:1px 9px 0 8px;color:#fff;background:#c30e18;-moz-transition:all .25s ease;-o-transition:all .25s ease;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/

.book-list-horizontal .book-img:hover::before,
.block-books-grid-msjt .book-img:hover::before {
  background: #1db289;
}

.book-list-horizontal .book-img.book-tag-31::after,
.block-books-grid-msjt .book-img.book-tag-31::after {
  content: "特价";
  font-size: 14px;
  position: absolute;
  width: 90px;
  top: 4px;
  left: -26px;
  padding: 3px 0 2px 0;
  color: #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');
  zoom: 1;
  background: #ff4f53;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.book-list-horizontal .book-img.book-tag-31:hover::after,
.block-books-grid-msjt .book-img.book-tag-31:hover::after {
  background: #e6474b;
}

.book-list-horizontal .book-info,
.block-books-grid-msjt .book-info {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 12px 8px;
  text-align: left;
}

/*.book-list-horizontal .star,.block-books-grid-msjt .star{display:inline-block;width:126px;height:23px;margin-top:5px;background-image:url(../images/star.png)}*/

.book-list-horizontal .paperback,
.book-list-horizontal .ebook,
.block-books-grid-msjt .paperback,
.block-books-grid-msjt .ebook {
  display: block;
  color: #3169a8;
}

.book-list-horizontal .paperback,
.block-books-grid-msjt .paperback {
  margin-top: 5px;
}

.book-list-horizontal .intro,
.block-books-grid-msjt .intro {
  display: none;
}

.book-list-horizontal .action,
.block-books-grid-msjt .action {
  display: none;
}

.book-list-horizontal.force.force-3 > ul > li,
.block-books-grid-msjt.force.force-3 > ul > li {
  width: 33%;
}

.book-list-horizontal.force.force-3 .book-img,
.block-books-grid-msjt.force.force-3 .book-img {
  padding: 36px 0;
}

.book-list-horizontal.force.force-3 .book-img a,
.block-books-grid-msjt.force.force-3 .book-img a {
  width: 170px;
  height: 250px;
}

@media only screen and (max-width: 767px) {
  .book-list-horizontal.force.force-3 .book-img a,
  .block-books-grid-msjt.force.force-3 .book-img a {
    max-width: 90%;
    max-height: 40vw;
  }
}

.sanji {
  display: none;
}

.sanji > .sidenav-minor {
  padding: 12px 0 12px 80px;
}

.head-nav-new > li {
  display: inline-block;
}

/* .zyxzbtn1{
	height: 40px;
}
.zyxzbtn1 > .zxyd{
	position: relative;
	float: left;
	margin-left: 25px;
	width: 171px;
	height: 40px;
	color: #fff;
}
.zyxzbtn1 > .zxyd a{
	color: #fff;
	text-decoration: none;
}
.zyxzbtn1 > .zxyd > a > img{
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.zyxzbtn1 > .zxyd > a > span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: block;
	width: 171px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.zyxzbtn1 > .zxyd > span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: block;
	width: 141px;
	height: 40px;
	padding-left: 30px;
	line-height: 40px;
}

.zyxzbtn1 > .yangshusq{
	float: left;
	margin-left: 30px;
	position: relative;
	width: 171px;
	height: 40px;
}
.zyxzbtn1 > .yangshusq > a{
	color: #fff;
}
.zyxzbtn1 > .yangshusq > a > img{
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.zyxzbtn1 > .yangshusq > a > span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: block;
	width: 171px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.zyxzbtn1 > .erweimaxiazai{
	float: left;
	margin-left: 30px;
	position: relative;
	width: 135px;
	height: 40px;
}

.zyxzbtn1 > .erweimaxiazai span{
	width: 110px;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	position: absolute;
	right: 0px;
	top:0px;
	color: #535353;
}


.zyxzbtn2{
	 margin-top:20px
 }
.zyxzbtn3{
 	margin-top:20px;
	 
}
.zyxzbtn3 a{
	position: relative;
}
.zyxzbtn3 a > span{
	position: absolute;
	right: 15px;
	top: -4px;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.zyxzbtn2 > ul{
	height: 40px;
	margin-right: 350px;
	padding-bottom: 20px;
}
.zyxzbtn2 > ul > li{
	float: right;
	margin-left: 15px;
	position: relative;
}

.zyxzbtn2 .scsjbtn{
	height: 40px;
	width: 182px;
}
.zyxzbtn2 .scsjbtn img{
	width: 40px;
	width: 182px;
}
.zyxzbtn2 .scsjbtn span{
	width: 176px;
	height: 37px;
	padding-top: 3px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	top:0px;
	color: #fff;
}

.zyxzbtn2 .lilist3{
	height: 40px;
	width: 177px;
}

.zyxzbtn2 .lilist3 span{
	width: 157px;
	height: 37px;
	padding-top: 3px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	top:0px;
	color: #fff;
}

.zyxzbtn2 .lilist1{
	height: 40px;
	width: 115px;
}

.zyxzbtn2 .lilist1 span{
	width: 95px;
	height: 37px;
	padding-top: 3px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	top:0px;
	color: #535353;
}





.lilist3 > span {
	display: none;
	position: absolute;
	left: 0;
	bottom: 40px;
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 10px;
	font-size:14px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

 
.lilist3:hover > span{
	display: block;
}


@media only screen and (max-width:767px){
	.zyxzbtn2 > ul {
		height: 280px;
	}
	.zyxzbtn2 > ul > li{
		float: none;
		margin-bottom: 20px;
	}
	.zyxzbtn1{
		height: 120px;
	}
	.zyxzbtn1 > div{
		margin-top: 20px;
		margin-left: -20px;
	}
	.zyxzbtn1 > .zxyd{
		float: left;
		margin-left: 20px;
	}
	.zyxzbtn1 > .yangshusq{
		float: left;
		margin-left: 20px;
	}
	.zyxzbtn1 > .erweimaxiazai{
		float: left;
		margin-left: 20px;
	}
	
}

@media(min-width:767px) and (max-width:1200px){
	.zyxzbtn2 > ul{
		height: 40px;
		margin-right: 210px;
		padding-bottom: 20px;
	}
	.zyxzbtn2 > ul > li{
		margin-left: 5px;
	}
} */

/*
.zyxzbtn1 .zxyd{
	width: 212px;
	float: left;
	position: relative;
	color: #fff;
	margin-left: 15px;
}
.zyxzbtn1 .yangshusq{
	width: 212px;
	float: left;
	position: relative;
	color: #fff;
	margin-left: 35px;
}

.zyxzbtn1 .zxyd span{
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 212px;
	color: #fff;
	font-size: 16px;
	margin-left: 35px;
}
.zyxzbtn1 .yangshusq span{
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 212px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.zyxzbtn1 a{
	color: #fff;
	font-size: 16px
}
.zyxzbtn1 .zxyd img{
	width: 100%;
}

.zyxzbtn1 .yangshusq img{
	width: 100%;
}
.zyxzbtn1 .yangshusq a:hover span{
	text-decoration: underline;
}

.zyxzbtn2 > ul{
	margin-right: 260px;
}
.zyxzbtn2 > ul >li{
	float: right;
	margin-right: 15px;
}

.zyxzbtn2 .scsjbtn{
	position: relative;
}
.zyxzbtn2 .scsjbtn img{
	width: 212px;
}
.zyxzbtn2 .scsjbtn span{
	position: absolute;
	left: 0;
	top: 5px;
	width: 212px;
	padding-left: 15px;
	text-align: center;
	color: #fff;
}

.zyxzbtn2 .lilist3{
	position: relative;
}
.zyxzbtn2 .lilist3 a{
	color: #fff;
}
.zyxzbtn2 .lilist3 img{
	width: 212px;
}
.zyxzbtn2 .lilist3 a span{
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	width: 212px;
	
}
.zyxzbtn2 .lilist3 a:hover span{
	text-decoration: underline;;
}

.zyxzbtn2 .lilist1{
	position: relative;
	width: 126px;
}
.zyxzbtn2 .lilist1 img{
	height: 40px;
}
.zyxzbtn2 .lilist1 a{
	color: #fff;
}
.zyxzbtn2 .lilist1 a:hover span{
	text-decoration: underline;
}
.zyxzbtn2 .lilist1 span{
	position: absolute;
	left: 0;
	top: 8px;
	width: 126px;
	padding-left: 22px;
	text-align: center;
}

.zlbxzan{
	margin-top: 30px;
}

.zyxzbtn2 .lilist3 > span{
	width: 212px;
	position: absolute;
	right: 0px;
	bottom:50px;
	color: #fff;
	background: cornflowerblue;
	padding: 10px;
	border-radius: 6px;
	display: none;
	z-index:9999
}

.zyxzbtn2 .lilist3 > span:before{
      content: "";
      position: absolute;
      border:10px solid transparent;
      border-top-color:cornflowerblue;
      bottom:-20px;
      left:95px;
    }


.appshow{ display: none;}
.pcshow{ display: block;}


.erweimaxiazai{
	width: 161px;
	float: left;
	margin-left: 57px;
}
.erweimaxiazai > a{
	position: relative;
	display: block;
	width: 161px;
}
.erweimaxiazai > a span{
	position: absolute;
	left: 0;
	top: 0;
	width: 161px;
	display: block;
	text-align: center;
	padding-top: 4px;
	color: #000;
	padding-left: 20px;
}

@media(min-width:767px) and (max-width:1200px){
	.zyxzbtn1 .yangshusq{
		width: 212px;
		float: left;
		position: relative;
		color: #fff;
		margin-left: 63px;
	}
	.zyxzbtn2 > ul{
		margin-right: 110px;
	}
	.zyxzbtn2 > ul >li{
		float: right;
		margin-right: 5px;
	}
	
	.erweimaxiazai{
		width: 161px;
		float: none;
		margin-left: 0px;
		position: absolute;
		right: 150px;
		bottom: 70px;
	}
	
} 

@media only screen and (max-width:767px){
	.zyxzbtn1 .zxyd{
		width: 212px;
		float: left;
		position: relative;
		color: #fff;
		margin-left: 0px;
	}
	.zyxzbtn1 .yangshusq{
		width: 212px;
		float: left;
		position: relative;
		color: #fff;
		margin-left: 0px;
	}
	
	.zyxzbtn2 > ul{
		margin-right: 0px;
	}
	.zyxzbtn2 > ul > li{
		float: none;
	}
	
	.appshow{ display: block;}
	.pcshow{ display: none;}
	.erweimaxiazai{
	
		margin-left: 0px;
		
	}
}*/

/*
.zyxzbtn1 > .erweimaxiazai{
	float: left;
	margin-left: 30px;
	position: relative;
	width: 135px;
	height: 27px;
}

.zyxzbtn1 > .erweimaxiazai span{
	width: 135px;
	height: 27px;
	position: absolute;
	text-align: center;
	right: 0px;
	top:1px;
	color: #fff;
}


.zyxzbtn1 > .zxyd{
	width:170px;
	height: 28px;
	line-height: 28px;
	float: left;
	background: url(../images/zyxz/zxbtn1_03.png) no-repeat;
	color: #fff;
	padding-left: 13px;
}
.zyxzbtn1 > .zxyd a{
	color: #fff;
	font-size: 16px;
}
.zyxzbtn1 > .yangshusq{
	margin-left: 27px;
	width:170px;
	height: 28px;
	line-height: 28px;
	float: left;
	background: url(../images/zyxz/zxbtn2_03.png) no-repeat;
	padding-left: 45px;
}
.zyxzbtn1 > .yangshusq a{
	color: #fff;
	font-size: 16px;
}

.zyxzbtn2{
	height: 28px;
	margin-top: 19px;
}
.zyxzbtn2 > ul{
	height: 28px;
	line-height: 28px;
	margin-right: 386px;
}
.zyxzbtn2 > ul > li{
	width: 135px;
	float: right;
	background: url(../images/zyxz/zxbtn5_03.png) no-repeat;
	color: #fff;
	text-align: center;
}
.zyxzbtn2 > ul > li a{
	color: #fff;
	font-size: 16px;
}
.zyxzbtn2 > ul > li:nth-child(2){
	width: 135px;
	float: right;
	background: url(../images/zyxz/zxbtn4_03.png) no-repeat;
}
.zyxzbtn2 > ul > li:last-child{
	width: 135px;
	float: right;
	background: url(../images/zyxz/zxbtn6_03.png) no-repeat;
}

.zyxzbtn2 > ul > li:first-child{
	width: 220px;
	float: right;
	background: url(../images/zyxz/zxbtn3_03.png) no-repeat;
	position: relative;
}
.zyxzbtn2 > ul > li.lilist4:first-child{
	width: 220px;
	float: right;
	background: url(../images/zyxz/zxbtn3no_03.png) no-repeat;
	position: relative;
}

.zyxzbtn2 .lilist3 > span{
	width: 212px;
	position: absolute;
	text-align: left;
	right: 0px;
	bottom:40px;
	color: #000;
	background: #fbeece;
	padding: 10px;
	border-radius: 6px;
	display: none;
	z-index:9999
}
.zyxzbtn2 .lilist3 > span:hover{
	text-decoration: underline;
}

.zyxzbtn2 .lilist3 > span:before{
      content: "";
      position: absolute;
      border:10px solid transparent;
      border-top-color:#fbeece;
      bottom:-20px;
      left:95px;
    }


.appshow{ display: none;}
.pcshow{ display: block;}


@media(min-width:767px) and (max-width:1200px){
	.zyxzbtn1 > .erweimaxiazai{
		float: left;
		margin-left: 30px;
		position: relative;
		width: 135px;
		height: 27px;
	}
	
	.zyxzbtn1 > .erweimaxiazai span{
		width: 135px;
		height: 27px;
		position: absolute;
		text-align: center;
		right: 0px;
		top:1px;
		color: #fff;
	}
	
	
	.zyxzbtn1 > .zxyd{
		width:145px;
		height: 25px;
		line-height: 25px;
		float: left;
		background: url(../images/zyxz/zxbtnxp1_03.png) no-repeat;
		color: #fff;
		padding-left: 13px;
	}
	.zyxzbtn1 > .zxyd a{
		color: #fff;
		font-size: 14px;
	}
	.zyxzbtn1 > .yangshusq{
		margin-left: 23px;
		width:145px;
		height: 25px;
		line-height: 25px;
		float: left;
		background: url(../images/zyxz/zxbtnxp2_05.png) no-repeat;
		padding-left: 33px;
	}
	.zyxzbtn1 > .yangshusq a{
		color: #fff;
		font-size: 14px;
	}
	
	.zyxzbtn2{
		height: 28px;
		margin-top: 19px;
	}
	.zyxzbtn2 > ul{
		height: 25px;
		line-height: 25px;
		margin-right: 307px;
	}
	.zyxzbtn2 > ul > li{
		width: 115px;
		float: right;
		background: url(../images/zyxz/zxbtnxp5_10.png) no-repeat;
		color: #fff;
		text-align: center;
	}
	.zyxzbtn2 > ul > li a{
		color: #fff;
		font-size: 14px;
	}
	.zyxzbtn2 > ul > li:nth-child(2){
		width: 115px;
		float: right;
		background: url(../images/zyxz/zxbtnxp4_10.png) no-repeat;
	}
	.zyxzbtn2 > ul > li:last-child{
		width: 115px;
		float: right;
		background: url(../images/zyxz/zxbtnxp6_10.png) no-repeat;
	}
	
	.zyxzbtn2 > ul > li:first-child{
		width: 187px;
		float: right;
		text-align: left;
		background: url(../images/zyxz/zxbtnxp3_10.png) no-repeat;
		position: relative;
		padding-left: 20px;
	}
	.zyxzbtn2 > ul > li.lilist4:first-child{
		width: 187px;
		float: right;
		text-align: left;
		position: relative;
		padding-left: 20px;
		background: url(../images/zyxz/zxbtnxp3no_10.png) no-repeat;
	}
	
	.zyxzbtn2 .lilist3 > span{
		width: 180px;
		position: absolute;
		text-align: left;
		right: 0px;
		bottom:40px;
		color: #000;
		background: #fbeece;
		padding: 10px;
		border-radius: 6px;
		display: none;
		z-index:9999
	}
	.zyxzbtn2 .lilist3 > span:hover{
		text-decoration: underline;
	}
	
	.zyxzbtn2 .lilist3 > span:before{
	      content: "";
	      position: absolute;
	      border:10px solid transparent;
	      border-top-color:#fbeece;
	      bottom:-20px;
	      left:95px;
	    }
	
	
} 


@media only screen and (max-width:767px){
	.zyxzbtn1 > .erweimaxiazai{
		float: left;
		margin-left: 0px;
		position: relative;
		width: 135px;
		height: 27px;
		margin-bottom: 10px;
	}
	
	.zyxzbtn1 > .erweimaxiazai span{
		width: 135px;
		height: 27px;
		position: absolute;
		text-align: center;
		right: 0px;
		top:1px;
		color: #fff;
	}
	
	
	.zyxzbtn1 > .zxyd{
		width:170px;
		height: 28px;
		line-height: 28px;
		float: none;
		background: url(../images/zyxz/zxbtn1_03.png) no-repeat;
		color: #fff;
		padding-left: 13px;
		margin-bottom: 10px;
	}
	.zyxzbtn1 > .zxyd a{
		color: #fff;
		font-size: 16px;
	}
	.zyxzbtn1 > .yangshusq{
		margin-bottom: 10px;
		margin-left: 0px;
		width:170px;
		height: 28px;
		line-height: 28px;
		float: none;
		background: url(../images/zyxz/zxbtn2_03.png) no-repeat;
		padding-left: 45px;
	}
	.zyxzbtn1 > .yangshusq a{
		color: #fff;
		font-size: 16px;
	}
	
	.zyxzbtn2{
		height: auto;
		margin-top: 0px;
	}
	.zyxzbtn2 > ul{
		height: auto;
		line-height: 28px;
		margin-right: 0px;
	}
	.zyxzbtn2 > ul > li{
		margin-bottom: 10px;
		width: 135px;
		float: none;
		background: url(../images/zyxz/zxbtnyd5_03.png) no-repeat;
		color: #fff;
		text-align: center;
	}
	.zyxzbtn2 > ul > li a{
		color: #fff;
	}
	.zyxzbtn2 > ul > li:nth-child(2){
		width: 135px;
		float:  none;
		background: url(../images/zyxz/zxbtnyd4_03.png) no-repeat;
	}
	.zyxzbtn2 > ul > li:last-child{
		width: 135px;
		float:  none;
		background: url(../images/zyxz/zxbtnyd6_03.png) no-repeat;
	}
	
	.zyxzbtn2 > ul > li:first-child{
		width: 220px;
		float:  none;
		background: url(../images/zyxz/zxbtn3_03.png) no-repeat;
		position: relative;
	}
	
	.zyxzbtn2 .lilist3 > span{
		width: 212px;
		position: absolute;
		text-align: left;
		right: 0px;
		bottom:40px;
		color: #000;
		background: #fbeece;
		padding: 10px;
		border-radius: 6px;
		display: none;
		z-index:9999
	}
	.zyxzbtn2 .lilist3 > span:hover{
		text-decoration: underline;
	}
	
	.zyxzbtn2 .lilist3 > span:before{
	      content: "";
	      position: absolute;
	      border:10px solid transparent;
	      border-top-color:#fbeece;
	      bottom:-20px;
	      left:95px;
	    }
	
	
}*/

.zlbxzan {
  margin-top: 20px;
  position: relative;
}
.zyxzbtn2 > ul {
  height: 28px;
}
.zyxzbtn2 > ul > li {
  float: left;
  width: 98px;
  height: 28px;
  line-height: 28px;
  background: url("../images/zyxz/zzdpimg3_05.png") no-repeat;
  color: #fff;
  text-align: center;
}
.zyxzbtn2 > ul > li a {
  color: #fff;
}
.zyxzbtn2 > ul > li:first-child {
  width: 142px;
  background: url("../images/zyxz/zzdpimg1_03.png") no-repeat;
}
.zyxzbtn2 > ul > li.yangshusq {
  width: 100px;
  background: url("../images/zyxz/zzdpimg2_04.png") no-repeat;
}

.zyxzbtn2 > ul > li.yangshusq1 {
  width: 100px !important;
  background: url("../images/zyxz/zzdpimg2_05.png") no-repeat !important;
}

.zyxzbtn2 > ul > li:last-child {
  width: 224px;
  background: url("../images/zyxz/zzdpimg4_05.png") no-repeat;
  position: relative;
}

.zyxzbtn2 .lilist3 > span {
  width: 212px;
  position: absolute;
  text-align: left;
  right: 0px;
  bottom: 40px;
  color: #000;
  background: #fbeece;
  padding: 10px;
  border-radius: 6px;
  display: none;
  z-index: 9999;
}
.zyxzbtn2 .lilist3 > span:hover {
  text-decoration: underline;
}

.zyxzbtn2 .lilist3 > span:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #fbeece;
  bottom: -20px;
  left: 95px;
}

.appshow {
  display: none;
}
.pcshow {
  display: block;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .zlbxzan {
    margin-top: 20px;
  }
  .zyxzbtn2 > ul {
    height: 25px;
  }
  .zyxzbtn2 > ul > li {
    float: left;
    width: 83px;
    height: 25px;
    line-height: 25px;
    background: url("../images/zyxz/zzxpimg3_05.png") no-repeat;
    color: #fff;
    text-align: center;
    font-size: 12px;
  }
  .zyxzbtn2 > ul > li a {
    color: #fff;
    font-size: 12px;
  }
  .zyxzbtn2 > ul > li:first-child {
    width: 120px;
    background: url("../images/zyxz/zzxpimg1_03.png") no-repeat;
  }
  .zyxzbtn2 > ul > li.yangshusq {
    width: 85px;
    background: url("../images/zyxz/zzxpimg2_04.png") no-repeat;
  }

  .zyxzbtn2 > ul > li.yangshusq1 {
    width: 85px !important;
    background: url("../images/zyxz/zzxpimg2_05.png") no-repeat !important;
  }
  .zyxzbtn2 > ul > li:last-child {
    width: 190px;
    background: url("../images/zyxz/zzxpimg4_06.png") no-repeat;
    position: relative;
  }

  .zyxzbtn2 .lilist3 > span {
    width: 190px;
    position: absolute;
    text-align: left;
    right: 0px;
    bottom: 40px;
    color: #000;
    background: #fbeece;
    padding: 10px;
    border-radius: 6px;
    display: none;
    z-index: 9999;
    font-size: 12px;
  }
  .zyxzbtn2 .lilist3 > span:hover {
    text-decoration: underline;
  }

  .zyxzbtn2 .lilist3 > span:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #fbeece;
    bottom: -20px;
    left: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .zlbxzan {
    margin-top: 20px;
    width: 280px;
  }
  .zyxzbtn2 > ul {
    height: auto;
    overflow: hidden;
  }
  .zyxzbtn2 > ul > li {
    width: 83px;
    height: 25px;
    line-height: 25px;
    background: url("../images/zyxz/zzydimg3.png") no-repeat;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .zyxzbtn2 > ul > li a {
    color: #fff;
    font-size: 12px;
  }
  .zyxzbtn2 > ul > li:first-child {
    width: 120px;
    background: url("../images/zyxz/zzydimg1.png") no-repeat;
  }
  .zyxzbtn2 > ul > li.yangshusq {
    width: 85px;
    background: url("../images/zyxz/zzydimg2.png") no-repeat;
  }

  .zyxzbtn2 > ul > li:last-child {
    width: 190px;
    background: url("../images/zyxz/zzydimg6.png") no-repeat;
    position: relative;
  }

  .zyxzbtn2 .lilist3 > span {
    width: 190px;
    position: absolute;
    text-align: left;
    right: 0px;
    bottom: 40px;
    color: #000;
    background: #fbeece;
    padding: 10px;
    border-radius: 6px;
    display: none;
    z-index: 9999;
    font-size: 12px;
  }
  .zyxzbtn2 .lilist3 > span:hover {
    text-decoration: underline;
  }

  .zyxzbtn2 .lilist3 > span:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #fbeece;
    bottom: -20px;
    left: 95px;
  }

  .appshow {
    display: block;
  }
  .pcshow {
    display: none;
  }
}

.zenrenbj {
  position: absolute;
  right: 22px;
  top: 65px;
  margin-top: 15px;
  height: 58px;
}
.zenrenbj > div {
  width: 243px;
  height: 46px;
  border-bottom: 1px solid #c30e18;
  font-size: 16px;
  font-weight: 700;
  font-family: "黑体";
}
.zenrenbj span {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  background: #c30e18;
  color: #fff;
  padding: 3px 10px;
  border-radius: 1px;
  margin-right: 10px;
  font-weight: 400;
}
.zenrenbj b {
  display: inline-block;
}

.zenrenbj img {
  position: absolute;
  bottom: -1px;
  right: 40px;
}

@media only screen and (max-width: 767px) {
  .book-actions {
    padding-bottom: 60px;
  }
}


.modal-content{
 
}

.modal-content .content{
  padding: 10px;
}

.modal-content .red{
  color: red;
}

.modal-content .content .form-item{
  margin-bottom: 10px;
}

.modal-content .content .form-item label{
  margin-top: 10px;
}
