@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-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-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
  background-color: #f5f8fa;
}

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

a {
  color: #2b89ca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1e5e8b;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

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

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

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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 11px;
}

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

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

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

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

.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,
.initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #3097d1;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3097d1;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

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

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

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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;
  float: none;
  display: table-column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd0d2;
  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, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #98cbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 36px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm,
.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-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  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 textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

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

.input-lg,
.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-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  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 textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

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

.has-feedback {
  position: relative;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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;
  border-color: #3c763d;
  background-color: #dff0d8;
}

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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;
  border-color: #a94442;
  background-color: #f2dede;
}

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

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

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

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

@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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

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

.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;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-default:focus,
.btn-default.focus {
  color: #636b6f;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #636b6f;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #636b6f;
  background-color: #e6e5e5;
  border-color: #adadad;
}

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #3097d1;
  border-color: #2a88bd;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2579a9;
  border-color: #133d55;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2579a9;
  border-color: #1f648b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2579a9;
  border-color: #1f648b;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f648b;
  border-color: #133d55;
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3097d1;
  border-color: #2a88bd;
}

.btn-primary .badge {
  color: #3097d1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #20895e;
  border-color: #0d3625;
}

.btn-success:hover {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #196c4b;
  border-color: #0d3625;
}

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}

.btn-info:hover {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #538db0;
  border-color: #3d6983;
}

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

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: #c5b143;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #b6a338;
  border-color: #685d20;
}

.btn-warning:hover {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #9b8a30;
  border-color: #685d20;
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: #aa4a24;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #954120;
  border-color: #411c0e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #78341a;
  border-color: #411c0e;
}

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

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

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

.btn-link {
  color: #2b89ca;
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

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

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

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

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

.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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;
}

.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}

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

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

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

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

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

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

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

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.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 {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-left: 0;
  padding-right: 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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
}

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

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

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b89ca;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 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.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.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:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3097d1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f8fa;
  }
}

.tab-content {
  width: 100%;
  clear: both;
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    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-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 7px;
  margin-bottom: 7px;
}

@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

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

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

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

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

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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: #fff;
  border-color: #d3e0e9;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d3e0e9;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #2b89ca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #1e5e8b;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3097d1;
  border-color: #3097d1;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.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-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.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:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #3097d1;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2579a9;
}

.label-success {
  background-color: #2ab27b;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #20895e;
}

.label-info {
  background-color: #8eb4cb;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #6b9dbb;
}

.label-warning {
  background-color: #cbb956;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b6a338;
}

.label-danger {
  background-color: #bf5329;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #954120;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2b89ca;
  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;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.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;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  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: 22px;
  color: #fff;
  text-align: center;
  background-color: #3097d1;
  -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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #2ab27b;
}

.progress-striped .progress-bar-success {
  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: #8eb4cb;
}

.progress-striped .progress-bar-info {
  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: #cbb956;
}

.progress-striped .progress-bar-warning {
  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: #bf5329;
}

.progress-striped .progress-bar-danger {
  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 {
  zoom: 1;
  overflow: hidden;
}

.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-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d3e0e9;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-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:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3097d1;
  border-color: #3097d1;
}

.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: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,
.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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d7ebf6;
}

.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:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  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:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  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:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  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:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  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: 22px;
  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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d3e0e9;
  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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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,
.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-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-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 {
  border-top-left-radius: 3px;
}

.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,
.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-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-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 {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.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,
.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 {
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #d3e0e9;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d3e0e9;
}

.panel-default {
  border-color: #d3e0e9;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #d3e0e9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d3e0e9;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d3e0e9;
}

.panel-primary {
  border-color: #3097d1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3097d1;
  border-color: #3097d1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3097d1;
}

.panel-primary > .panel-heading .badge {
  color: #3097d1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3097d1;
}

.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}

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

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.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: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.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 {
  bottom: 0;
  right: 5px;
  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: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  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);
}

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

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

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

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  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 {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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);
}

.carousel-control.left {
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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-prev,
  .carousel-control .icon-next {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }

  th.visible-xs,
  td.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;
  }

  th.visible-sm,
  td.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;
  }

  th.visible-md,
  td.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;
  }

  th.visible-lg,
  td.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;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    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;
  }

  th.visible-print,
  td.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;
  }
}

body {
  background-color: #ffffff;
  overflow-y: scroll;
  color: #252525;
  line-height: 1.5;
}

a {
  color: #969696;
  outline-style: none;
}

a:hover {
  color: unset;
}

a,
a:active,
a:focus {
  text-decoration: none !important;
}

a[data-toggle=modal],
a[data-toggle=popover] {
  outline: none !important;
  cursor: pointer;
}

ul,
ol,
li,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

table.form-menu {
  width: 100%;
}

table.form-menu tr {
  border-bottom: 1px solid #f0f0f0;
}

table.form-menu tr:first-child,
table.form-menu tr.social {
  border: none;
}

table.form-menu tr.disabled td {
  color: #c4c4c4 !important;
}

table.form-menu tr td {
  padding: 20px 0;
}

table.form-menu tr td:first-child {
  width: 140px;
}

table.form-menu tr td.top-line {
  padding-top: 0;
}

table.form-menu tr td.setting-title {
  font-size: 15px;
  color: #969696;
}

table.form-menu tr td.setting-verticle {
  vertical-align: bottom;
}

table.form-menu tr td span {
  margin: 0 20px 0 6px;
  vertical-align: middle;
}

table.form-menu tr td p {
  padding: 8px 0 0;
  font-size: 12px;
  color: #969696;
  clear: both;
}

table.form-menu tr td input[type=email] {
  width: 280px;
}

table.form-menu tr td input[type=checkbox],
table.form-menu tr td input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  table.form-menu tr td:first-child {
    width: 80px;
  }

  table.form-menu tr td span {
    margin: 0 7px 0 3px;
  }
}

table.form-menu tr textarea {
  font-size: 15px;
  height: 100px;
}

.weixin {
  color: #42c02e;
}

.weibo {
  color: #e54438;
}

.qq {
  color: #407fcf;
}

.more,
.qqzone {
  color: #fb981d;
}

.other {
  color: #969696;
}

.weixin-bg {
  background-color: #42c02e;
}

.weibo-bg {
  background-color: #e54438;
}

.qq-bg {
  background-color: #407fcf;
}

.theme-bg {
  background-color: #557280;
}

.qqzone-bg {
  background-color: #d96a5f;
}

.other-bg {
  background-color: #969696;
}

.hover-colour:hover .weixin {
  color: #42c02e;
}

.hover-colour:hover .weibo {
  color: #e54438;
}

.hover-colour:hover .qq {
  color: #407fcf;
}

.hover-colour:hover .more,
.hover-colour:hover .qqzone {
  color: #557280;
}

.hover-colour:hover .other {
  color: #969696;
}

input,
textarea {
  outline: none !important;
  outline-style: none !important;
}

textarea,
.sign-container,
.commenTable {
  padding: 10px 15px;
  width: 100%;
  height: 80px;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: rgba(181, 181, 181, 0.1);
  -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);
  resize: none;
  display: inline-block;
  vertical-align: top;
  overflow-x: hidden;
}

.input-style {
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background-color: rgba(181, 181, 181, 0.1);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #E3E6FD;
  -webkit-box-shadow: 0 0 0 400px #E3E6FD inset;
}

#search-input {
  width: 100%;
  height: 36px;
  padding: 0 40px 0 20px;
  border-radius: 36px;
  background-color: #ececec;
  border: none;
  outline: none;
  font-size: 14px;
}

.title {
  display: block;
  color: #252525;
  font-weight: 700;
}

.distance {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.surround {
  padding: 20px;
}

.division-line,
hr {
  border: none;
  border-bottom: 1px solid #ececec;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .division-line,
  hr {
    border: none;
    margin: 5px -16px 15px;
    height: 10px;
    background-color: #f0f0f0;
  }
}

.badge {
  position: absolute;
  min-width: 20px;
  height: 20px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #557280;
}

.open-more {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px !important;
  color: #969696;
}

.open-more:hover {
  color: #252525;
}

.notice,
.descriptor {
  font-size: 13px;
  vertical-align: middle;
  color: #969696;
}

.descriptor {
  font-size: 12px;
}

.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar,
.avatar-category {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.avatar img,
.avatar-category img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
}

.avatar-category {
  border-radius: 10%;
}

.avatar-category img {
  border-radius: 10%;
}

.navbar.navbar-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ececec;
}

.navbar.navbar-fixed-top .width-limit {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

.navbar.navbar-fixed-top .width-limit .logo {
  float: left;
  height: 56px;
}

.navbar.navbar-fixed-top .width-limit .logo img {
  height: 100%;
}

.navbar.navbar-fixed-top .width-limit .user {
  float: right;
  position: relative;
}

.navbar.navbar-fixed-top .width-limit .user > a {
  display: block;
  margin: 8px 20px;
}

.navbar.navbar-fixed-top .width-limit .user > a img {
  height: 40px;
  width: 40px;
}

.navbar.navbar-fixed-top .width-limit .download-app {
  display: none;
}

.navbar.navbar-fixed-top .width-limit .search .navbar-form {
  margin: 10px 0;
}

.navbar.navbar-fixed-top .width-limit .register,
.navbar.navbar-fixed-top .width-limit .creation,
.navbar.navbar-fixed-top .width-limit .ask {
  float: right;
  margin: 9px 0;
}

.navbar.navbar-fixed-top .width-limit .register .btn-base,
.navbar.navbar-fixed-top .width-limit .creation .btn-base,
.navbar.navbar-fixed-top .width-limit .ask .btn-base {
  font-size: 16px;
  height: 38px;
  line-height: 36px;
  padding: 0 18px;
}

.navbar.navbar-fixed-top .width-limit .register:hover,
.navbar.navbar-fixed-top .width-limit .creation:hover,
.navbar.navbar-fixed-top .width-limit .ask:hover {
  background-color: transparent;
}

.navbar.navbar-fixed-top .width-limit .register {
  margin-right: 20px;
  display: block;
}

.navbar.navbar-fixed-top .width-limit .creation a span,
.navbar.navbar-fixed-top .width-limit .ask a span {
  font-size: 21px;
  margin-right: 5px;
}

.navbar.navbar-fixed-top .width-limit .login {
  float: right;
  margin: 8px 6px 0 8px;
  font-size: 16px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-header .navbar-toggle {
  float: left;
  padding: 11px 10px;
  margin-top: 9px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse {
  margin-left: -15px;
  display: block;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab {
  font-size: 16px;
  margin-right: 10px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab a {
  height: 56px;
  line-height: 26px;
  padding: 15px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab a i {
  font-size: 20px;
  margin-right: 5px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab .badge {
  top: 8px;
  right: -8px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab.active > a {
  color: #557280;
  background-color: initial;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab:hover {
  background-color: #ececec;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .notification .hover-dropdown-menu .badge {
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .user img {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .user .hover-dropdown-menu {
  width: 160px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .user .hover-dropdown-menu li {
  font-size: 14px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .user .hover-dropdown-menu li > a i {
  font-size: 20px;
  margin: -2px 15px 0 0;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form {
  margin: 10px 0;
  border-color: transparent;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group {
  text-align: center;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper {
  display: inline-block;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper #search-input,
.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper .form-control {
  width: 220px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper #search-input:focus,
.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper .form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 260px;
}

.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper #search-input:focus + span,
.navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper .form-control:focus + span {
  color: #f0f0f0;
  background-color: #969696;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper #search-input,
  .navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper .form-control {
    width: 150px;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper #search-input:focus,
  .navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-form .form-group .search-wrapper .form-control:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 160px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navbar.navbar-fixed-top .width-limit .logo {
    margin-right: 0;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-collapse .navbar-nav .tab {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .navbar.navbar-fixed-top .width-limit .user .hover-dropdown-menu {
    left: -50% !important;
    width: 160px;
  }

  .navbar.navbar-fixed-top .width-limit .user > a {
    display: block;
    margin: 13px 8px;
  }

  .navbar.navbar-fixed-top .width-limit .user > a i {
    display: none;
  }

  .navbar.navbar-fixed-top .width-limit .user > a img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }

  .navbar.navbar-fixed-top .width-limit .download-app {
    float: right;
    color: #fff;
    display: block;
  }

  .navbar.navbar-fixed-top .width-limit .download-app p {
    margin: 12px 0;
    background-color: #557280;
    padding: 6px 11px;
    border-radius: 30px;
  }

  .navbar.navbar-fixed-top .width-limit .search {
    float: right;
    color: #fff;
    display: block;
    width: 37%;
  }

  .navbar.navbar-fixed-top .width-limit .search i {
    font-size: 28px;
    margin: 7px 11px;
    display: block;
  }

  .navbar.navbar-fixed-top .width-limit .search .navbar-form {
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin: 11px 0;
  }

  .navbar.navbar-fixed-top .width-limit .search .navbar-form .form-control {
    height: 33px !important;
    width: 100% !important;
  }

  .navbar.navbar-fixed-top .width-limit .register {
    margin-right: 0;
    display: none;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-header {
    display: none;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-nav {
    display: none;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-nav .tab {
    margin-right: 0px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-nav .tab .badge {
    top: 8px;
    right: unset;
    margin-left: 20px;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-nav .user .hover-dropdown-menu {
    width: 100%;
    text-align: center;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }

  .navbar.navbar-fixed-top .width-limit .container .navbar-nav .user .hover-dropdown-menu li a {
    line-height: 36px;
  }
}

@media (max-width: 320px) {
  .navbar.navbar-fixed-top .width-limit {
    padding: 0px 12px;
  }
}

#footer {
  text-align: center;
  margin: 20px 0;
  color: #969696;
  font-size: 13px;
}

#footer a {
  display: inline-block;
  color: #717171;
}

#footer img {
  height: 30px;
  margin-left: 10px;
}

#footer .icp {
  margin-top: 10px;
  font-size: 12px;
}

#footer .icp a {
  color: #969696;
}

.btn-base {
  display: inline-block;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  outline: none !important;
  font-size: 15px;
  padding: 11px 18px;
}

.btn-base i {
  font-size: 15px;
}

.btn-base.btn-md,
.btn-base.btn-sm,
.btn-group-sm > .btn-base.btn,
.btn-base.btn-xs,
.btn-group-xs > .btn-base.btn {
  width: auto;
  height: auto;
  margin: 0;
  float: unset;
}

.btn-base.btn-sm,
.btn-group-sm > .btn-base.btn,
.btn-base.btn-xs,
.btn-group-xs > .btn-base.btn {
  font-size: 12px;
}

.btn-base.btn-sm i,
.btn-group-sm > .btn-base.btn i,
.btn-base.btn-xs i,
.btn-group-xs > .btn-base.btn i {
  font-size: 13px;
}

.btn-base.btn-md {
  min-width: 70px;
  padding: 10px 16px;
  font-size: 14px;
}

.btn-base.btn-md i {
  font-size: 14px;
}

.btn-base.btn-sm,
.btn-group-sm > .btn-base.btn {
  padding: 6px 10px;
}

.btn-base.btn-xs,
.btn-group-xs > .btn-base.btn {
  padding: 3px 6px;
}

.btn-base.btn-lg,
.btn-group-lg > .btn-base.btn {
  width: auto !important;
  padding: 12px 25px;
  font-size: 16px;
}

.btn-base.btn-hg {
  width: auto !important;
  padding: 12px 40px;
  font-size: 20px;
}

.btn-base.btn-bold {
  font-weight: 500;
  margin: 30px 0;
  min-width: 90px;
}

.btn-follow,
.btn-toggle-followed {
  width: 100px;
  padding: 11px 0;
}

.btn-follow,
.btn-toggle-followed,
.btn-hollow {
  float: right;
}

.btn-follow i,
.btn-toggle-followed i,
.btn-hollow i {
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .btn-follow,
  .btn-toggle-followed,
  .btn-hollow {
    width: 80px;
    padding: 10px 0;
    font-size: 14px;
  }

  .btn-follow i,
  .btn-toggle-followed i,
  .btn-hollow i {
    font-size: 14px;
  }
}

.btn-follow,
.btn-handle {
  background-color: rgba(66, 192, 46, 0.9) !important;
  border-color: rgba(66, 192, 46, 0.9) !important;
  color: #fff !important;
}

.btn-follow:hover,
.btn-handle:hover {
  background-color: #42c02e !important;
}

.btn-toggle-followed,
.toggle-followed {
  background-color: #fff;
  border-color: #c4c4c4;
  color: #969696 !important;
}

.btn-toggle-followed::after,
.toggle-followed::after {
  content: "\5DF2\5173\6CE8";
}

.btn-toggle-followed .chacha,
.toggle-followed .chacha {
  display: none;
}

.btn-toggle-followed .gougou,
.toggle-followed .gougou {
  display: inline-block;
}

.btn-toggle-followed:hover,
.toggle-followed:hover {
  background-color: #ececec;
  border-color: #969696;
  color: #717171 !important;
}

.btn-toggle-followed:hover::after,
.toggle-followed:hover::after {
  content: "\53D6\6D88\5173\6CE8";
}

.btn-toggle-followed:hover .chacha,
.toggle-followed:hover .chacha {
  display: inline-block;
}

.btn-toggle-followed:hover .gougou,
.toggle-followed:hover .gougou {
  display: none;
}

.toggle-followed:hover {
  background-color: transparent;
}

.btn-hollow {
  border-color: rgba(66, 192, 46, 0.9) !important;
  color: rgba(66, 192, 46, 0.9) !important;
}

.btn-hollow:hover {
  background-color: rgba(66, 192, 46, 0.2) !important;
}

.btn-gray,
.btn-light {
  background-color: #f0f0f0;
  border-color: #c4c4c4;
  color: #717171 !important;
}

.btn-gray:hover,
.btn-light:hover {
  background-color: #ececec;
}

.btn-light {
  background-color: #fff;
}

.btn-more {
  width: 100%;
  background-color: #969696;
  color: #fff !important;
  margin: 30px 0;
}

.btn-theme {
  background-color: rgba(85, 114, 128, 0.9) !important;
  border-color: rgba(85, 114, 128, 0.9) !important;
  color: #fff !important;
}

.btn-theme:hover {
  background-color: #557280 !important;
}

.btn-login {
  background-color: rgba(64, 127, 207, 0.9) !important;
  border-color: rgba(64, 127, 207, 0.9) !important;
  color: #fff !important;
}

.btn-login:hover {
  background-color: #407fcf !important;
}

.btn-file {
  position: relative;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

.theme-tag,
.collection-tag {
  border-color: rgba(85, 114, 128, 0.9) !important;
  color: rgba(85, 114, 128, 0.9) !important;
}

.theme-tag:hover,
.collection-tag:hover {
  background-color: rgba(85, 114, 128, 0.2) !important;
}

.likeButton {
  display: inline-block;
}

.likeButton .btn-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.likeButton .btn-base .btn-like {
  display: inline-block;
  font-size: 19px;
}

.likeButton .btn-base .btn-like a {
  color: #557280;
}

.likeButton .btn-base .btn-like a i {
  font-size: 21px;
  margin-right: 5px;
}

.likeButton .btn-base .modal-wrap {
  margin-left: 16px;
  line-height: initial;
  font-size: 18px;
  border-left: 1px solid rgba(85, 114, 128, 0.5);
  display: inline-block;
}

.likeButton .btn-base .modal-wrap a {
  color: #557280;
  padding-left: 16px;
}

.likeButton .btn-theme .btn-like a {
  color: #fff;
}

.likeButton .btn-theme .modal-wrap {
  border-color: #fff;
}

.likeButton .btn-theme .modal-wrap a {
  color: #fff;
}

.new-note-btn {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #42c02e !important;
}

#poster {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  z-index: 99;
}

#poster .poster-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#poster .poster-inner .item {
  display: none;
}

#poster .poster-inner .item .banner {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.6, 0, 0.2, 1);
}

#poster .poster-inner .item .banner a {
  position: relative;
  display: inline-block;
}

#poster .poster-inner .item .banner a img {
  width: 100%;
  -webkit-transition: 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: 1s cubic-bezier(0.6, 0, 0.2, 1);
}

#poster .poster-inner .item .banner a .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 2%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

#poster .poster-inner .item .banner a .title p {
  display: inline-block;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#poster .poster-inner .item .banner:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#poster .poster-inner .active,
#poster .poster-inner .next,
#poster .poster-inner .prev {
  display: block;
}

#poster .poster-inner .active.left .banner {
  opacity: 0;
}

#poster .poster-inner .active.right .banner {
  opacity: 0;
}

#poster .poster-inner .next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#poster .poster-inner .next .banner {
  opacity: 0;
}

#poster .poster-inner .next.left .banner {
  opacity: 1;
}

#poster .poster-inner .prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#poster .poster-inner .prev .banner {
  opacity: 0;
}

#poster .poster-inner .prev.right .banner {
  opacity: 1;
}

#poster .banner-btn {
  position: absolute;
  width: 40px;
  height: 50px;
  top: 50%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  color: #fff;
  z-index: 999;
}

#poster .banner-btn.left {
  left: 0;
  border-radius: 0 4px 4px 0;
}

#poster .banner-btn.right {
  right: 0;
  border-radius: 4px 0 0 4px;
}

#poster:hover .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  #poster .poster-inner .item .banner a .title p {
    font-size: 18;
  }

  #poster .banner-btn {
    width: 25px;
    height: 30px;
    font-size: 14px;
  }
}

.category-label,
.question-label,
.tags {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  background-color: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  vertical-align: top;
  overflow: hidden;
  color: #515151;
  font-size: 0;
}

.category-label.active,
.question-label.active,
.tags.active {
  color: #557280 !important;
}

.category-label img,
.question-label img,
.tags img {
  width: 32px;
  height: 32px;
  vertical-align: top;
}

.category-label .name,
.question-label .name,
.tags .name {
  display: inline-block;
  padding: 0 11px 0 11px;
  font-size: 14px;
}

.category-label.more,
.category-label.tag,
.question-label.more,
.question-label.tag,
.tags.more,
.tags.tag {
  border: none;
  color: #717171;
}

.category-label.more:hover,
.category-label.tag:hover,
.question-label.more:hover,
.question-label.tag:hover,
.tags.more:hover,
.tags.tag:hover {
  color: #969696;
}

.category-label,
.question-label {
  margin: 0 18px 18px 0;
}

.tags {
  margin: 0 12px 8px 0;
}

.tags .name {
  padding: 0 10px 0 10px;
}

.administrator .fold {
  height: 200px;
  overflow: hidden;
}

.administrator .unfold {
  margin-top: 5px;
  margin-bottom: 10px;
}

.administrator .unfold .check-more {
  cursor: pointer;
  margin-right: 5px;
}

.author,
.single-media {
  margin-bottom: 15px;
  font-size: 13px;
}

.author .avatar,
.author .avatar-category,
.single-media .avatar,
.single-media .avatar-category {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.author .info,
.single-media .info {
  display: inline-block;
  vertical-align: middle;
}

.author .info .nickname,
.author .info .name,
.single-media .info .nickname,
.single-media .info .name {
  color: #252525;
  vertical-align: middle;
}

.author .info .badge-icon,
.single-media .info .badge-icon {
  width: 15px;
  height: 15px;
}

.author .info .time,
.author .info .dynamic,
.author .info span,
.single-media .info .time,
.single-media .info .dynamic,
.single-media .info span {
  display: inline-block;
  padding-left: 3px;
  color: #969696;
  vertical-align: middle;
}

.author .extrude,
.single-media .extrude {
  padding: 1px 3px;
  margin-left: 2px;
  border-radius: 3px;
  font-size: 12px;
  color: #969696;
  border: 1px solid #969696;
}

.article-item,
.question-item {
  position: relative;
  width: 100%;
  min-height: 140px;
  word-wrap: break-word;
  color: #252525;
  margin: 0 0 15px 0;
  padding: 8px 0 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.article-item .wrap-img,
.question-item .wrap-img {
  position: absolute;
  display: none;
  top: 50%;
  right: 0;
  width: 22%;
  max-height: 110px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.article-item .wrap-img img,
.question-item .wrap-img img {
  width: 100%;
  height: auto;
}

.article-item .wrap-img .duration,
.question-item .wrap-img .duration {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  right: 10%;
  bottom: 0;
  height: 30%;
  color: #fff;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, transparent 100%);
}

.article-item .video:hover,
.question-item .video:hover {
  -webkit-box-shadow: 0 1px 5px 1px #c4c4c4;
          box-shadow: 0 1px 5px 1px #c4c4c4;
}

.article-item .video:hover img,
.question-item .video:hover img {
  opacity: 0.8;
}

.article-item .video:hover .hover-play,
.question-item .video:hover .hover-play {
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.article-item.have-img .content,
.question-item.have-img .content {
  padding-right: 24%;
}

.article-item.have-img .wrap-img,
.question-item.have-img .wrap-img {
  display: inline-block;
}

.article-item .title,
.article-item .abstract,
.question-item .title,
.question-item .abstract {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-item .title,
.question-item .title {
  margin-bottom: 4px;
  font-size: 18px;
}

.article-item .title span,
.question-item .title span {
  color: #252525;
}

.article-item .abstract,
.question-item .abstract {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  color: #969696;
}

.article-item .meta,
.question-item .meta {
  font-size: 12px;
  line-height: 20px;
}

.article-item .meta a,
.article-item .meta span,
.question-item .meta a,
.question-item .meta span {
  margin-right: 10px;
  color: #c4c4c4;
}

.article-item .meta > a:hover,
.question-item .meta > a:hover {
  color: #717171;
}

.article-item .meta .origin-author,
.question-item .meta .origin-author {
  display: inline;
}

.article-item .meta .origin-author a,
.question-item .meta .origin-author a {
  color: #2b89ca;
}

.article-item .meta .collection-tag,
.question-item .meta .collection-tag {
  display: inline-block;
  padding: 3px 6px;
  margin-top: -4px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid rgba(85, 114, 128, 0.7);
  border-radius: 3px;
}

.article-item .comment,
.question-item .comment {
  line-height: 1.5;
  font-size: 15px;
}

.article-item .comment a,
.question-item .comment a {
  color: #2b89ca;
}

.article-item .comment p,
.question-item .comment p {
  margin-bottom: 10px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-item blockquote,
.question-item blockquote {
  margin-bottom: 0;
  color: #969696;
  border-left: 3px solid #ececec;
}

@media screen and (max-width: 650px) {
  .article-item,
  .question-item {
    min-height: 120px;
  }

  .article-item .title,
  .question-item .title {
    -webkit-line-clamp: 1;
  }

  .article-item .abstract,
  .question-item .abstract {
    -webkit-line-clamp: 2;
  }

  .article-item .comment p,
  .question-item .comment p {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 550px) {
  .article-item.have-img .wrap-img,
  .question-item.have-img .wrap-img {
    width: 28%;
  }

  .article-item.have-img .content,
  .question-item.have-img .content {
    padding-right: 30%;
  }

  .article-item.have-img .content .title,
  .question-item.have-img .content .title {
    font-style: 16px;
  }
}

.article-item:hover .title,
.question-item:hover .title {
  text-decoration: underline !important;
}

.question-item {
  overflow: hidden;
  padding: 15px 20px;
  background-color: #ffffff;
}

.question-item.pay::after {
  content: "\4ED8\8D39\54A8\8BE2";
  position: absolute;
  top: 10px;
  right: -28px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  background-color: rgba(85, 114, 128, 0.7);
  width: 100px;
  text-align: center;
  -webkit-transform: rotateZ(40deg);
          transform: rotateZ(40deg);
}

.question-item.pay.payed::after {
  content: "\5DF2\89E3\51B3";
  background-color: #bbb6ce;
}

.question-item.pay.payed .question-info .amount {
  color: #bbb6ce;
}

.question-item.pay .title {
  padding-right: 5%;
}

.question-item.simple {
  padding: 30px 0 0 0;
  background-color: unset;
  min-height: 120px;
  border-bottom: none;
}

.question-item.simple .title {
  font-size: 15px;
}

.question-item.simple .author {
  margin-bottom: 5px;
}

.question-item.simple .author .avatar {
  width: 28px;
  height: 28px;
}

.question-item.simple .author .pull-right {
  font-weight: 700;
  margin-top: 4px;
}

.question-item.simple .question-warp {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question-item.simple .question-warp .wrap-img {
  position: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 30%;
}

.question-item.simple .question-warp .wrap-img img {
  max-height: 100px;
}

.question-item.simple .question-warp .content {
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: auto;
}

.question-item .question-info {
  margin: 8px 0 12px 0;
}

.question-item .question-info .amount {
  font-size: 15px;
  margin-top: -3px;
  color: #557280;
}

.question-item .question-warp {
  position: relative;
  min-height: 100px;
}

@media screen and (max-width: 520px) {
  .question-item .question-warp {
    min-height: auto;
  }
}

.paging,
.pagination {
  margin: 20px 0;
  text-align: center;
  display: block;
  clear: both;
}

.paging li,
.pagination li {
  margin: 0 4px;
  display: inline-block;
}

.paging li .active,
.pagination li .active {
  font-weight: 700;
  border: none;
  pointer-events: none;
}

.paging li a,
.paging li span,
.pagination li a,
.pagination li span {
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  color: #969696 !important;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  cursor: pointer;
}

.paging li a:hover,
.paging li span:hover,
.pagination li a:hover,
.pagination li span:hover {
  background-color: rgba(150, 150, 150, 0.1);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 20px;
}

.pagination > li.active a,
.pagination > li.active span {
  font-weight: 700;
  border: none;
  pointer-events: none;
  background-color: transparent;
}

.content-item {
  padding: 20px 0;
  width: 100%;
  position: relative;
  display: table;
  word-wrap: break-word;
  word-break: break-all;
  color: #252525;
  border-bottom: 1px solid #f0f0f0;
}

.content-item.have-img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  min-height: 150px;
}

.content-item.have-img .content {
  padding-right: 150px;
}

.content-item.have-img .wrap-img {
  display: inline-block;
}

.content-item .wrap-img {
  position: absolute;
  display: none;
  top: 50%;
  right: 0;
  width: 135px;
  height: 110px;
  margin-top: -55px;
  overflow: hidden;
  border-radius: 4px;
}

.content-item .wrap-img img {
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.content-item .wrap-img .duration {
  position: absolute;
  right: 5px;
  bottom: 2px;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.content-item .wrap-img .rotate-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.content-item .wrap-img .rotate-play::after {
  content: '';
  position: absolute;
  padding: 22%;
  top: 50%;
  left: 50%;
  margin: -22% 0 0 -22%;
  border-radius: 50%;
  background: url(https://www.ainicheng.com/images/rotate_play.png) no-repeat;
  background-size: cover;
  opacity: 0;
}

.content-item .wrap-img .rotate-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

.content-item .wrap-img:hover {
  -webkit-box-shadow: 0 1px 5px 1px #c4c4c4;
          box-shadow: 0 1px 5px 1px #c4c4c4;
}

.content-item .wrap-img:hover .rotate-play {
  background-color: rgba(0, 0, 0, 0);
}

.content-item .wrap-img:hover .rotate-play::after {
  -webkit-animation: rotate 3s infinite linear;
          animation: rotate 3s infinite linear;
  opacity: 1;
}

.content-item .author {
  margin-bottom: 15px;
  font-size: 13px;
}

.content-item .author .avatar {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.content-item .author .info {
  display: inline-block;
  vertical-align: middle;
}

.content-item .author .info .nickname {
  color: #252525;
  vertical-align: middle;
}

.content-item .author .info span {
  display: inline-block;
  padding-left: 3px;
  color: #969696;
  vertical-align: middle;
}

.content-item .content {
  display: table-cell;
  vertical-align: middle;
}

.content-item .content .title,
.content-item .content .abstract {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-item .content .title {
  font-size: 18px;
  color: #252525;
}

.content-item .content .abstract {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  color: #969696;
}

.content-item .meta {
  margin: 10px 0 0px;
  font-size: 12px;
  line-height: 20px;
}

.content-item .meta a,
.content-item .meta span {
  margin-right: 10px;
  color: #c4c4c4;
  display: inline-block;
  vertical-align: middle;
}

.content-item .meta a i,
.content-item .meta span i {
  font-size: 12px;
}

.content-item .meta > a:hover {
  color: #717171;
}

.content-item .meta .category {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(85, 114, 128, 0.7);
}

.content-item .meta .category:hover {
  color: #557280;
}

.content-item .comment {
  line-height: 1.5;
  font-size: 15px;
}

.content-item .comment a {
  color: #2b89ca;
}

.content-item .comment p {
  margin-bottom: 10px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-item blockquote {
  margin-bottom: 0;
  color: #969696;
  border-left: 3px solid #ececec;
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .content-item .comment p {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }

  .content-item.have-img {
    padding: 15px 0;
    min-height: 130px;
  }

  .content-item.have-img .wrap-img {
    width: 125px;
    height: 100px;
    margin-top: -50px;
  }

  .content-item.have-img .content {
    padding-right: 140px;
  }

  .content-item.have-img .content .author .badge-icon {
    display: none;
  }

  .content-item.have-img .content .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .content-item .comment p {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }

  .content-item.have-img {
    padding: 15px 0;
    min-height: 110px;
  }

  .content-item.have-img .wrap-img {
    width: 100px;
    height: 80px;
    margin-top: -40px;
  }

  .content-item.have-img .wrap-img .rotate-play i {
    font-size: 20px;
  }

  .content-item.have-img .author {
    margin-bottom: 8px;
  }

  .content-item.have-img .author .avatar {
    width: 22px;
    height: 22px;
  }

  .content-item.have-img .author .badge-icon {
    display: none;
  }

  .content-item.have-img .content {
    padding-right: 110px;
  }

  .content-item.have-img .content .title {
    font-size: 14px;
  }

  .content-item.have-img .content .abstract {
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 18px;
  }

  .content-item.have-img .content .meta {
    margin: 5px 0 0px;
  }
}

.content-item:hover .title {
  text-decoration: underline !important;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.vd-head {
  margin: 20px 0;
  position: relative;
}

.vd-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 50px;
  margin-top: -1px;
  height: 2px;
  background: #eee;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #eee), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(to right, #eee 80%, rgba(238, 238, 238, 0) 100%);
}

.vd-head .vd-title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 6px;
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #252525;
  line-height: 30px;
}

.vd-head .vd-title .title-icon i {
  font-size: 22px;
  color: #ff6666;
  margin-right: 10px;
}

.video-list .video-item {
  margin-bottom: 10px;
}

.hover-play {
  opacity: 0;
  background: url(https://www.ainicheng.com/images/play-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.video-item {
  width: 100%;
}

.video-item.vt .thumb {
  width: 100%;
  line-height: 0;
}

.video-item.vt .thumb a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 85px;
  overflow: hidden;
  background: #000;
}

.video-item.vt .thumb a img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #000;
}

.video-item.vt .thumb a .duration {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  right: 10%;
  bottom: 0;
  height: 30%;
  color: #fff;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, transparent 100%);
}

.video-item.vt .thumb a:hover {
  -webkit-box-shadow: 0 1px 5px 1px #c4c4c4;
          box-shadow: 0 1px 5px 1px #c4c4c4;
}

.video-item.vt .thumb a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-item.vt .thumb a:hover .hover-play {
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.video-item.vt .info-list {
  margin-top: 2px;
  padding: 7px 0;
}

.video-item.vt .info-list .video-title {
  height: 36px;
  line-height: 18px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-item.vt .info-list .video-title a {
  font-size: 14px;
  color: #515151;
}

.video-item.vt .info-list .video-title a:hover {
  color: #00ccff;
}

.video-item.vt .info-list .subtitle {
  font-size: 12px;
  color: #969696;
}

.video-item.hz a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-item.hz a:hover .info .video-title {
  color: #00ccff !important;
}

.video-item.hz a .cover {
  width: 50%;
  float: left;
  display: inline-block;
  position: relative;
}

.video-item.hz a .cover img {
  width: 100%;
}

.video-item.hz a .cover .duration {
  position: absolute;
  left: 4px;
  bottom: 8px;
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.video-item.hz a .info {
  width: 50%;
  padding: 0 5%;
  float: right;
  display: inline-block;
}

.video-item.hz a .info .video-title {
  font-size: 14px;
  line-height: 20px;
  color: #515151;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-item.hz a .info .amount {
  white-space: nowrap;
  font-size: 12px;
  color: #969696;
}

.note-info,
.user-info {
  font-size: 14px;
}

.note-info .avatar,
.note-info .avatar-category,
.user-info .avatar,
.user-info .avatar-category {
  float: left;
}

.note-info .btn-base,
.user-info .btn-base {
  margin: 4px 0 0 10px;
}

.note-info .title,
.note-info .info,
.user-info .title,
.user-info .info {
  padding: 3px 0 0 58px;
}

.note-info .title a,
.user-info .title a {
  color: #2b89ca;
}

.note-info .title .name,
.note-info .title .nickname,
.user-info .title .name,
.user-info .title .nickname {
  vertical-align: middle;
  color: #252525;
  font-size: 15px;
}

.note-info .title .man,
.user-info .title .man {
  color: #2b89ca;
}

.note-info .title .woman,
.user-info .title .woman {
  color: #ff6666;
  font-size: 18px;
}

.note-info .title .badge-icon,
.user-info .title .badge-icon {
  width: 20px;
  height: 20px;
}

.note-info .info,
.user-info .info {
  color: #969696;
  font-size: 12px;
}

.note-info .info > p,
.user-info .info > p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.note-info .info > p a,
.user-info .info > p a {
  color: #2b89ca;
}

.note-info .info > p span,
.user-info .info > p span {
  margin-right: 5px;
}

.note-info .info > p span i,
.user-info .info > p span i {
  font-size: 14px;
  margin-right: 2px;
}

.note-info .info .info-list li,
.user-info .info .info-list li {
  display: inline-block;
}

.note-info .info .info-list li .meta-block,
.user-info .info .info-list li .meta-block {
  padding-right: 5px;
  margin: 0 5px 5px 0;
  border-right: 1px solid #f0f0f0;
  font-size: 12px;
}

.note-info .info .info-list li .meta-block a,
.user-info .info .info-list li .meta-block a {
  color: #969696;
}

.note-info .info .info-list li .meta-block p,
.user-info .info .info-list li .meta-block p {
  font-size: 15px;
  line-height: 18px;
  color: #252525;
}

.note-info .info .info-list li .meta-block i,
.user-info .info .info-list li .meta-block i {
  font-size: 8px;
}

.note-info .info .info-list li:last-child .meta-block,
.user-info .info .info-list li:last-child .meta-block {
  margin: 0;
  padding: 0;
  border-right: none;
}

.note-info.info-xs .avatar,
.note-info.info-xs .avatar-category,
.user-info.info-xs .avatar,
.user-info.info-xs .avatar-category {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.note-info.info-xs .title,
.note-info.info-xs .info,
.user-info.info-xs .title,
.user-info.info-xs .info {
  padding: 0 0 0 48px;
}

.note-info.info-xs .btn-base,
.user-info.info-xs .btn-base {
  margin: 0 0 0 10px;
}

.note-info.info-md .avatar,
.note-info.info-md .avatar-category,
.user-info.info-md .avatar,
.user-info.info-md .avatar-category {
  width: 52px;
  height: 52px;
}

.note-info.info-md .title,
.note-info.info-md .info,
.user-info.info-md .title,
.user-info.info-md .info {
  padding: 5px 0 0 62px;
}

.note-info.info-md .btn-base,
.user-info.info-md .btn-base {
  margin: 7px 0 0 10px;
}

.note-info.info-lg,
.user-info.info-lg {
  margin: 0 0 35px 0;
}

.note-info.info-lg .btn-base,
.user-info.info-lg .btn-base {
  min-width: 90px;
  margin: 20px 0 20px 15px;
  float: right;
}

.note-info.info-lg .btn-md,
.user-info.info-lg .btn-md {
  min-width: 70px;
}

.note-info.info-lg .avatar,
.note-info.info-lg .avatar-category,
.user-info.info-lg .avatar,
.user-info.info-lg .avatar-category {
  width: 80px;
  height: 80px;
}

.note-info.info-lg .title,
.note-info.info-lg .info,
.user-info.info-lg .title,
.user-info.info-lg .info {
  padding: 10px 0 0 0;
}

.note-info.info-lg .title,
.user-info.info-lg .title {
  font-size: 20px;
}

.note-info.info-lg .title .name,
.note-info.info-lg .title .nickname,
.user-info.info-lg .title .name,
.user-info.info-lg .title .nickname {
  font-size: 20px;
}

.note-info.info-lg .info,
.user-info.info-lg .info {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .note-info.info-lg .btn-base,
  .user-info.info-lg .btn-base {
    margin: 20px 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .note-info.info-lg,
  .user-info.info-lg {
    position: relative;
    padding-bottom: 30px;
  }

  .note-info.info-lg .avatar,
  .user-info.info-lg .avatar {
    width: 60px;
    height: 60px;
    margin-top: 10px;
  }

  .note-info.info-lg .btn-wrap,
  .user-info.info-lg .btn-wrap {
    position: absolute;
    left: 90px;
    top: 80px;
  }

  .note-info.info-lg .btn-wrap .btn-base,
  .user-info.info-lg .btn-wrap .btn-base {
    float: unset;
    margin: 7px 5px 0 0;
  }

  .note-info.info-lg .title,
  .note-info.info-lg .info,
  .user-info.info-lg .title,
  .user-info.info-lg .info {
    padding: 5px 0 0 0;
  }

  .note-info.info-lg .title .name,
  .note-info.info-lg .info .name,
  .user-info.info-lg .title .name,
  .user-info.info-lg .info .name {
    font-size: 18px;
  }
}

.user-info .title {
  font-weight: normal;
}

.user-info .title .name {
  font-weight: 700;
}

.note-list .note-info,
.note-list .user-info,
.user-list .note-info,
.user-list .user-info {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.follow-user-list .user-info .avatar {
  margin-top: 5px;
}

.follow-user-list .user-info .title,
.follow-user-list .user-info .info {
  padding-top: 0;
  padding-bottom: 0;
}

.follow-user-list .user-info .info .meta {
  padding-top: 2px;
  font-size: 12px;
  color: #969696;
}

.follow-user-list .user-info .info .meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #969696;
}

.follow-user-list .user-info .btn-base {
  margin: 12.5px 0 12.5px 25px;
}

@media screen and (max-width: 768px) {
  .follow-user-list .user-info .btn-base {
    margin: 7px 5px 0 0;
  }
}

.recommend-follower ul {
  margin-bottom: 25px;
}

.recommend-follower ul li {
  margin-top: 15px;
}

.recommend-follower ul li .follow {
  float: right;
  margin-top: 5px;
  color: #42c02e;
}

.recommend-follower ul li .follow i {
  margin-right: 2px;
  font-weight: 700;
  font-size: 15px;
}

.recommend-follower ul li .toggle-followed {
  float: right;
  margin: 5px 0 0 0;
  text-align: right;
}

.recommend-follower .btn-base {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 13px;
}

.recommend-follower .btn-base i {
  font-size: 13px;
  padding-left: 2px;
}

.plate-title,
.bottom-title {
  font-size: 14px;
  padding: 5px 0;
  color: #969696;
  margin-bottom: 10px;
  text-align: left;
}

.plate-title span,
.bottom-title span {
  color: #252525;
}

.plate-title > a:hover,
.bottom-title > a:hover {
  color: #515151;
}

.plate-title .right,
.bottom-title .right {
  font-weight: 400;
  float: right;
  height: 100%;
  color: #969696;
}

.plate-title .right i,
.bottom-title .right i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.plate-title .right i.icon-shuaxin,
.bottom-title .right i.icon-shuaxin {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.plate-title.underline,
.bottom-title.underline {
  padding: 0 0 12px 0;
  border-bottom: 3px solid #ececec;
  font-weight: bold;
  margin-top: 0;
}

.plate-title.underline span,
.bottom-title.underline span {
  position: relative;
  font-size: 16px;
}

.plate-title.underline span::after,
.plate-title.underline span::before,
.bottom-title.underline span::after,
.bottom-title.underline span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-width: 3px;
  border-style: none dashed solid none;
}

.plate-title.underline span::after,
.bottom-title.underline span::after {
  padding-right: 2px;
  border-bottom-color: #ff6666;
  border-right-color: #ececec;
}

.plate-title.underline span::before,
.bottom-title.underline span::before {
  padding-right: 6px;
  border-bottom-color: #f7f7f7;
  border-right-color: #ececec;
}

.bottom-title {
  font-size: 15px;
  padding: 0 0 0 8px;
  border-left: 3px solid #557280;
  margin-bottom: 20px;
}

.page-banner {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.page-banner .banner-img {
  width: 100%;
  height: 80px;
  color: #ffffff;
  border-radius: 6px;
  background: url(/images/banner.png) no-repeat;
  background-size: 100% 100%;
}

.page-banner .banner-img > div {
  display: inline-block;
  position: absolute;
  top: 18%;
  left: 3%;
}

.page-banner .banner-img > div i {
  font-size: 30px;
  margin-right: 8px;
}

.page-banner .banner-img > div span {
  font-size: 23px;
  font-weight: 400;
}

.page-banner .banner-img.new-list {
  background-color: #c094fe;
}

.page-banner .banner-img.seven-list {
  background-color: #feb247;
}

.page-banner .banner-img.thirty-list {
  background-color: #f58a76;
}

.page-banner .banner-img.recommend-banner {
  background-color: #feb347;
}

.page-banner .banner-img.recommend-author {
  background-color: #6ecafa;
}

.page-banner .banner-img.collect-note {
  background-color: #f59581;
}

.page-banner .banner-img.question-note {
  background-color: #f2a08f;
}

.page-banner .banner-img.recommend-question {
  background-color: #3fb7f6;
}

.page-banner .help {
  position: absolute;
  right: 5%;
  top: 65%;
  font-size: 18px;
  color: #fff;
  margin-top: -28px;
}

.page-banner .help i {
  font-size: 20px;
  margin-right: 5px;
}

.board {
  margin-top: -4px;
  padding-bottom: 4px;
}

.board .board-list {
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
}

.board .board-list .board-title {
  margin-left: 30px;
  font-size: 17px;
  color: #fff;
}

.board .board-list .board-title i {
  padding-left: 5px;
}

.board .board-list .board-right {
  float: right;
  font-size: 48px;
}

.board .board-list .permanent,
.board .board-list .seven-days,
.board .board-list .thirty-days,
.board .board-list .question,
.board .board-list .classroom {
  display: block;
  background: #c094fe;
  border-radius: 4px;
}

.board .board-list .permanent .board-right,
.board .board-list .seven-days .board-right,
.board .board-list .thirty-days .board-right,
.board .board-list .question .board-right,
.board .board-list .classroom .board-right {
  color: #9026ed;
}

.board .board-list .seven-days {
  background: #feb247;
}

.board .board-list .seven-days .board-right {
  color: #f89b00;
}

.board .board-list .thirty-days {
  background: #f58a76;
}

.board .board-list .thirty-days .board-right {
  color: #e16a52;
}

.board .board-list .question {
  background: #71c671;
}

.board .board-list .question .board-right {
  color: #008b00;
}

.board .board-list .classroom {
  background: #aed0e9;
}

.board .board-list .classroom .board-title {
  color: #437da0;
}

.board .board-list .classroom .board-right {
  color: #66aace;
}

.description {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
}

.description .social {
  margin-top: 10px;
  display: inline-block;
}

.description .social img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.download-app .app {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding: 10px 18px;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background-color: #fff;
  color: #252525;
}

.download-app .app img {
  width: 30%;
}

.download-app .app .app-info {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.download-app .app .app-info .down {
  font-size: 15px;
}

.download-app .app .app-info .down i {
  font-size: 14px;
}

.download-app .app .app-info .describe {
  margin-top: 4px;
  font-size: 13px;
  color: #969696;
}

.download-app .popover .popover-content {
  padding: 8px;
}

.download-app .popover .popover-content img {
  width: 150px;
}

.icon-text-list li {
  margin-bottom: 6px;
  font-size: 14px;
}

.icon-text-list li a {
  display: inline-block;
  color: #515151;
}

.icon-text-list li a img {
  margin: -3px 5px 0 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.icon-text-list li a i {
  color: #969696;
}

.icon-text-list.icon-fix i {
  font-size: 18px;
  font-weight: 500;
  color: #515151;
  vertical-align: middle;
  margin: -3px 0 0 0;
  display: inline-block;
}

.list-people li {
  display: inline-block;
  margin: 0 -5px;
}

.list-people li .avatar {
  width: 30px;
  height: 30px;
  margin-right: -5px;
}

.list-people li .avatar img {
  border: 3px solid #ffffff;
}

.list-people .more {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #969696;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #c4c4c4;
  text-align: center;
  line-height: 24px;
}

.popover-share-menu li {
  font-size: 14px;
}

.popover-share-menu li a {
  display: block;
  padding: 6px 15px;
  color: #252525;
  border-bottom: none !important;
}

.popover-share-menu li a i {
  font-size: 18px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  display: inline-block;
}

.popover-share-menu li a .weibo {
  font-size: 20px;
}

.popover-share-menu li:hover {
  background-color: #f0f0f0;
}

.share-button + .popover .popover-content {
  padding: 0;
}

.profile-edit.intro-form {
  margin-bottom: 20px;
  display: none;
}

.profile-edit.intro-form textarea {
  height: 150px;
  white-space: pre-line;
  margin-bottom: 12px;
}

.profile-edit.intro-form .btn-hollow {
  padding: 8px 16px;
}

.profile-edit.intro-form a {
  margin-left: 10px;
  font-size: 14px;
  color: #969696;
  vertical-align: middle;
}

.share span {
  font-size: 14px;
  vertical-align: middle;
}

.share > a {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.share > a i {
  font-size: 24px;
  color: #515151;
  pointer-events: none;
}

.share > a i.qqzone {
  font-size: 21px;
  margin-top: -2px;
  display: inline-block;
}

.share > a:hover .weixin {
  color: #42c02e;
}

.share > a:hover .weibo {
  color: #e54438;
}

.share > a:hover .qq {
  color: #407fcf;
}

.share > a:hover .more,
.share > a:hover .qqzone {
  color: #fb981d;
}

.share > a:hover .other {
  color: #969696;
}

.administrator ul li {
  margin-bottom: 10px;
}

.administrator ul li .info {
  font-size: 14px;
  max-width: 150px;
  margin-right: 8px;
}

.aside-menu li.active {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.aside-menu li > a {
  height: auto;
  padding: 10px 25px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #252525;
}

.aside-menu li > a .icon-wrp {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.aside-menu li > a .icon-wrp i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}

.aside-menu li > a .icon-wrp span {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .aside-menu li > a {
    padding: 10px 0;
    text-align: center;
  }

  .aside-menu li > a .icon-wrp {
    width: auto;
    height: auto;
    margin-right: 0;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    display: block;
    vertical-align: middle;
  }

  .aside-menu li > a .icon-wrp i {
    padding: 5px;
    background-color: #a6a6a6;
    border-radius: 4px;
  }
}

.aside-menu li:hover {
  background-color: #f0f0f0;
}

.left-aside .notification-aside li.active {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.left-aside .notification-aside li > a {
  position: relative;
  height: auto;
  padding: 10px 25px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #252525;
}

.left-aside .notification-aside li > a i {
  margin-right: 15px;
  font-size: 22px;
  color: #557280;
  vertical-align: middle;
}

.left-aside .notification-aside li > a span {
  vertical-align: middle;
}

.left-aside .notification-aside li > a .badge {
  top: 50%;
  margin-top: -10px;
  right: 20px;
}

.left-aside .notification-aside li:hover {
  background-color: #f0f0f0;
}

#trigger-menu {
  margin-bottom: 20px;
}

#trigger-menu li {
  display: inline-block;
  height: 52px;
}

#trigger-menu li a {
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #969696;
  line-height: 25px;
  border: none;
}

#trigger-menu li a i {
  padding-right: 3px;
  font-size: 17px;
}

#trigger-menu li:hover {
  border-bottom: 2px solid #717171;
}

#trigger-menu li:hover a {
  background-color: initial;
  color: #717171;
}

#trigger-menu li.active {
  border-bottom: 2px solid #515151;
}

#trigger-menu li.active a {
  color: #515151;
}

@media screen and (max-width: 1000px) {
  #trigger-menu li {
    height: auto;
  }

  #trigger-menu li > a {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 768px) {
  #trigger-menu li {
    height: auto;
  }

  #trigger-menu li > a {
    font-size: 13px;
    padding: 9px 5px;
  }

  #trigger-menu li > a i {
    font-size: 15px;
  }
}

.dropdown-menu {
  top: auto;
  left: auto;
  min-width: 150px;
}

.dropdown-menu li {
  font-size: 14px;
  padding: 0 !important;
  border-top: 0 !important;
}

.dropdown-menu li > a {
  position: relative;
  padding: 10px 20px;
  line-height: 1.2;
  display: block;
  color: #252525;
}

.dropdown-menu li > a i {
  margin-right: 8px;
  font-size: 14px;
  color: #252525;
  vertical-align: middle;
}

.dropdown-menu li > a span {
  vertical-align: middle;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.dropdown-menu li .noti-badge {
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 13px;
}

.hover-dropdown-menu {
  top: 100% !important;
  left: auto !important;
  right: unset !important;
  padding: 5px 0;
  text-align: left;
  width: 190px;
}

.hover-dropdown-menu > li {
  font-size: 15px;
}

.hover-dropdown-menu > li > a {
  line-height: 30px;
}

.hover-dropdown-menu > li > a i {
  margin-right: 15px !important;
  font-size: 22px;
  color: #557280;
  display: inline-block;
}

.hover-dropdown-menu::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  top: -6px;
  opacity: 0;
}

[data-hover="dropdown"]:hover .dropdown-menu {
  display: block;
}

.carousel.mini {
  margin: 0 0 30px 0;
}

.carousel.mini .carousel-inner img {
  max-height: 180px;
  min-height: 120px;
}

.carousel.mini .carousel-indicators {
  bottom: 8px;
}

.new-comment .avatar {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  float: left;
}

.new-comment .avatar + div {
  overflow: hidden;
}

.new-comment .sign-container {
  text-align: center;
}

.new-comment .sign-container .btn-base {
  width: 78px;
  margin: 11px 10px 0 0;
}

.new-comment .sign-container span {
  font-size: 14px;
  vertical-align: -7px;
}

.write-block {
  height: 50px;
}

.write-block .emoji-wrap {
  position: relative;
}

.write-block .emoji-wrap .emoji {
  float: left;
  margin-top: 14px;
}

.write-block .emoji-wrap .emoji i {
  font-size: 20px;
  color: #969696;
}

.write-block .hint {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 13px;
  color: #969696;
}

.write-block .btn-handle {
  width: 78px;
  font-size: 16px;
  float: right;
  margin: 10px 0;
}

.write-block .cancel {
  float: right;
  margin: 16px 30px 0 0;
  font-size: 16px;
  color: #969696;
}

.write-block .emoji i,
.write-block .cancel {
  cursor: pointer;
}

.write-block .emoji i:hover,
.write-block .cancel:hover {
  color: #515151;
}

@media screen and (max-width: 600px) {
  .write-block .hint {
    margin: 20px 0 0 5px;
  }

  .write-block .cancel {
    margin: 16px 5px 0 0;
  }
}

.commenTable {
  outline: none;
}

.commenTable .atwho-inserted {
  color: #2b89ca;
}

.commenTable:empty::before {
  color: #4e4c4c;
  content: attr(placeholder);
}

.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: black;
  border: 1px solid #DDD;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  z-index: 11110 !important;
}

.atwho-view .atwho-header {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-bottom: solid 1px #eaeff1;
  color: #6f8092;
  font-size: 11px;
  font-weight: bold;
}

.atwho-view .atwho-header .small {
  color: #6f8092;
  float: right;
  padding-top: 2px;
  margin-right: -5px;
  font-size: 12px;
  font-weight: normal;
}

.atwho-view .atwho-header:hover {
  cursor: default;
}

.atwho-view .cur {
  background: #3366FF;
  color: white;
}

.atwho-view .cur small {
  color: white;
}

.atwho-view strong {
  color: #3366FF;
}

.atwho-view .cur strong {
  color: white;
  font: bold;
}

.atwho-view ul {
  /* width: 100px; */
  list-style: none;
  padding: 0;
  margin: auto;
  max-height: 200px;
  overflow-y: auto;
}

.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  /* border-top: 1px solid #C8C8C8; */
}

.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal;
}

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

.recommend-card > div {
  min-height: 300px;
  margin-top: 80px;
  padding: 0 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: rgba(181, 181, 181, 0.1);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #252525;
}

.recommend-card > div a {
  color: #252525;
}

.recommend-card > div .avatar-category,
.recommend-card > div .avatar {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  background-color: #ffffff;
}

.recommend-card > div .name {
  font-size: 20px;
  font-weight: 700;
}

.recommend-card > div .category-description,
.recommend-card > div .author-description {
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recommend-card > div .btn-base {
  float: unset;
}

.recommend-card > div .count,
.recommend-card > div .recent-update {
  font-size: 14px;
}

.recommend-card > div .meta {
  float: left;
  margin-top: -29px;
  padding-right: 10px;
  font-size: 12px;
  color: #969696;
  background-color: #f8f8f8;
}

.recommend-card > div .recent-update {
  min-height: 75px;
  margin-bottom: 5px;
}

.recommend-card > div .recent-update .new {
  font-size: 13px;
  line-height: 25px;
  display: block;
}

.recommend-card > div .recent-update .new:hover {
  text-decoration: underline !important;
}

.recommend-card > div:hover {
  -webkit-box-shadow: 0 0 10px 1px #ccc;
          box-shadow: 0 0 10px 1px #ccc;
}

.follow-card {
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(181, 181, 181, 0.1);
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 12px;
  color: #969696;
}

.follow-card .note-info .title .name {
  font-size: 17px;
}

.follow-card .signature {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-wrapper {
  position: relative;
  margin: 0 auto;
}

.search-wrapper .search-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #717171;
  border-radius: 50%;
}

.tool-group,
.sub-tool-group {
  color: #969696;
  font-size: 14px;
}

.tool-group a,
.sub-tool-group a {
  margin-right: 10px;
  font-size: 0;
  color: #969696;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.tool-group a span,
.sub-tool-group a span {
  font-size: 14px;
}

.tool-group a i,
.sub-tool-group a i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.tool-group a:hover,
.sub-tool-group a:hover {
  color: #252525;
}

.tool-group a.like i,
.sub-tool-group a.like i {
  margin-top: -2px;
  display: inline-block;
}

.tool-group a.like:hover,
.tool-group a.like.active,
.sub-tool-group a.like:hover,
.sub-tool-group a.like.active {
  color: rgba(85, 114, 128, 0.8);
}

.tool-group a.report,
.sub-tool-group a.report {
  float: right;
  margin: 1px 0 0 10px;
  display: none;
}

.tool-group span,
.sub-tool-group span {
  vertical-align: middle;
  margin-right: 10px;
}

.tool-group:hover .report,
.sub-tool-group:hover .report {
  display: block;
}

.sub-tool-group {
  font-size: 12px;
}

.sub-tool-group a span {
  font-size: 12px;
}

.sub-tool-group a i {
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

#contribute-note-list .title {
  padding: 20px 0 10px 20px;
  font-size: 15px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #f0f0f0;
}

#contribute-note-list li {
  position: relative;
  padding: 20px 100px 20px 25px;
  font-size: 15px;
  border-bottom: 1px solid #c4c4c4;
}

#contribute-note-list li .action-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}

#contribute-note-list li .status {
  font-size: 13px;
  color: #969696;
}

#contribute-note-list li .status.has-add {
  font-size: 12px;
  color: #42c02e;
}

#contribute-note-list li .collection-info {
  vertical-align: middle;
  display: inline-block;
}

#contribute-note-list li .collection-info .collection-name {
  font-weight: 700;
  color: #252525;
  display: block;
}

#contribute-note-list li .collection-info .meta {
  font-size: 12px;
  color: #969696;
  display: inline-block;
}

.modal .img-list .img-item {
  width: 32.5%;
  height: 108px;
  margin: 0 1.25% 1.25% 0;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #e8e8e8;
}

.modal .img-list .img-item:nth-of-type(3n) {
  margin-right: 0;
}

.modal .img-list .img-item img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .img-list .img-item .img-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0 4px;
  text-align: center;
  line-height: 18px;
  color: white;
}

.modal .img-list .img-item .img-check i {
  font-size: 14px;
}

.modal .img-list .img-item.img-item-check .img-check {
  background-color: #d96a5f;
}

@media screen and (max-width: 768px) {
  .modal .img-list .img-item {
    height: 80px;
  }
}

.modal {
  background-color: rgba(255, 255, 255, 0.6);
}

.modal .modal-dialog {
  position: fixed;
  top: 49%;
  left: 50%;
  width: 90%;
  max-width: 620px;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 15px 20px;
}

.modal .modal-dialog .modal-content .modal-header .close {
  outline: none;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 17px;
}

.modal .modal-dialog .modal-content .modal-header .search-wrapper {
  margin: 20px 0 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  font-size: 16px;
  overflow: auto;
  max-height: 480px;
}

.modal .modal-dialog .modal-content .modal-body > div {
  line-height: 30px;
}

.modal .modal-dialog .modal-content .modal-body.tips {
  padding: 20px;
}

.modal .modal-dialog.simple {
  width: 320px;
}

.modal .modal-dialog.simple .modal-title {
  font-size: 16px;
}

.modal .modal-dialog.simple .modal-body {
  padding: 20px;
}

.modal .modal-dialog.simple .modal-body > div {
  line-height: normal;
}

.modal .modal-dialog.simple footer {
  padding: 16px;
}

.modal .modal-dialog.simple footer .cancel,
.modal .modal-dialog.simple footer .submit {
  float: right;
  height: 30px;
  line-height: 20px;
  padding: 4px 12px;
  font-size: 14px;
  min-width: auto;
}

.modal-post .modal-dialog,
.modal-ask-question .modal-dialog {
  padding-bottom: 20px;
}

.modal-post .modal-dialog .modal-content .modal-header,
.modal-ask-question .modal-dialog .modal-content .modal-header {
  padding: 10px 20px;
}

.modal-post .modal-dialog .modal-content .modal-body,
.modal-ask-question .modal-dialog .modal-content .modal-body {
  padding: 5px 40px 0px;
  overflow: auto;
}

.modal-post .modal-dialog .modal-content .modal-body > div,
.modal-ask-question .modal-dialog .modal-content .modal-body > div {
  line-height: normal;
}

.modal-post .modal-dialog .modal-content .modal-body .input-question,
.modal-ask-question .modal-dialog .modal-content .modal-body .input-question {
  margin-bottom: 5px;
}

.modal-post .modal-dialog .modal-content .modal-body .textarea-box,
.modal-ask-question .modal-dialog .modal-content .modal-body .textarea-box {
  position: relative;
}

.modal-post .modal-dialog .modal-content .modal-body .textarea-box textarea,
.modal-ask-question .modal-dialog .modal-content .modal-body .textarea-box textarea {
  padding-bottom: 25px;
}

.modal-post .modal-dialog .modal-content .modal-body .textarea-box .word-count,
.modal-ask-question .modal-dialog .modal-content .modal-body .textarea-box .word-count {
  position: absolute;
  bottom: 1px;
  right: 6px;
  color: #969696;
  font-size: 14px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting {
  margin-top: 12px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting > p,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting > p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .setting-group > div,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .setting-group > div {
  margin-right: 20px;
  display: inline-block;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .setting-group > div span,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .setting-group > div span {
  font-size: 14px;
  color: #969696;
  display: inline-block;
  vertical-align: middle;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .setting-group > div span.hot,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .setting-group > div span.hot {
  color: #d96a5f;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .pay-tip .pay-tip-content,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .pay-tip .pay-tip-content {
  font-size: 13px;
  color: #969696;
  line-height: 30px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .pay-tip .pay-tip-content a,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .pay-tip .pay-tip-content a {
  color: #2b89ca;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount > div,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount > div {
  font-size: 13px;
  margin-bottom: 10px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .refresh,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .refresh {
  cursor: pointer;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .refresh i.icon-shuaxin,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .refresh i.icon-shuaxin {
  display: inline-block;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option {
  text-align: center;
  position: relative;
  margin: 0 5px 5px 0px;
  width: 77px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .amount,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .amount {
  font-size: 15px;
  vertical-align: top;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .piece,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .piece {
  font-size: 13px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-text,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-text {
  font-size: 14px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input i,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input i {
  position: absolute;
  top: 0;
  left: 3px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input input,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input input {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 38px;
  line-height: 38px;
  border: none;
  font-size: 16px;
  text-align: center;
  background: transparent;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input input::-webkit-outer-spin-button,
.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input input::-webkit-inner-spin-button,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input input::-webkit-outer-spin-button,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input .piece,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount .option .custom-amount-input .piece {
  position: absolute;
  top: 0;
  right: 3px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input {
  display: none;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input:checked + .option,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input:checked + .option {
  color: #d96a5f;
  border-color: #d96a5f;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input:checked + .option .custom-amount-input,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input:checked + .option .custom-amount-input {
  z-index: 1;
  opacity: 1;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input:checked + .option .custom-text,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .money-amount input:checked + .option .custom-text {
  opacity: 0;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .expiration-date div,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .expiration-date div {
  font-size: 13px;
  margin-bottom: 10px;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .expiration-date span,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .expiration-date span {
  font-size: 13px;
  color: #969696;
  display: inline-block;
  vertical-align: middle;
}

.modal-post .modal-dialog .modal-content .modal-body .question-setting .pay-group .expiration-date input,
.modal-ask-question .modal-dialog .modal-content .modal-body .question-setting .pay-group .expiration-date input {
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector {
  margin-top: 11px;
  position: relative;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .ask-img-header,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .ask-img-header {
  font-size: 14px;
  padding-bottom: 20px;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .ask-img-header.bigger,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .ask-img-header.bigger {
  padding-bottom: 35px;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .ask-img-header .desc,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .ask-img-header .desc {
  color: #969696;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .img-preview,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .img-preview {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item {
  float: right;
  border: 1px solid #e8e8e8;
  margin-left: 4px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item .as-height,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item .as-height {
  height: 100%;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item .img-del,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item .img-del {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0 4px;
  padding: 1px;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item .img-del i,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .img-preview .img-preview-item .img-del i {
  font-size: 14px;
  color: white;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-header ul li,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-header ul li {
  padding-bottom: 6px;
  height: 20px;
  line-height: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  font-size: 14px;
  color: #212121;
  margin-right: 30px;
  cursor: pointer;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-header ul li.tab-header-actived,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-header ul li.tab-header-actived {
  border-bottom: solid 2px #d96a5f;
  font-weight: bold;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body {
  height: 256px;
  background-color: #f7f7f7;
  margin: 0 -40px;
  padding: 20px 0 0 0;
  position: relative;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item {
  height: 100%;
  width: 100%;
  position: relative;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search {
  position: relative;
  height: 34px;
  margin: 0 40px 20px 40px;
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 2px;
  overflow: hidden;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search .search-icon,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search .search-icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search .search-input,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search .search-input {
  height: 100%;
  padding: 2px 64px 2px 32px;
  border: none;
  font-size: 14px;
  background-color: #fff;
  display: block;
  width: 100%;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search .search-submit,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .material-search .search-submit {
  height: 34px;
  width: 64px;
  background-color: #ececec;
  font-size: 14px;
  line-height: 14px;
  color: #515151;
  letter-spacing: 1px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container {
  height: 180px;
  padding: 0 25px 0 40px;
  overflow-x: auto;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer {
  overflow: hidden;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer .img-tip,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer .img-tip {
  margin: 0 0 20px 0;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer .img-tip .img-tip-content,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer .img-tip .img-tip-content {
  font-size: 13px;
  color: #969696;
  line-height: 18px;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer .img-tip .img-tip-content a,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-container .img-container-outer .img-tip .img-tip-content a {
  color: #2b89ca;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field {
  height: 100%;
  padding-top: 46px;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn {
  position: relative;
  text-align: center;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn i,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn i {
  font-size: 42px;
  color: #D8D8D8;
  line-height: 1;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-click-here,
.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-limit,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-click-here,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-limit {
  font-size: 14px;
  color: #2b89ca;
  display: block;
  margin-top: 16px;
  line-height: 1;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-file,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-file {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 0;
  margin-left: -60px;
  width: 120px;
  height: 100px;
  cursor: pointer;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-file input,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-file input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.modal-post .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-limit,
.modal-ask-question .modal-dialog .modal-content .modal-body .img-selector .tab-body .tab-body-item .img-upload-field .img-upload-btn .img-limit {
  color: #969696;
  margin-top: 12px;
}

.modal-post .modal-dialog .modal-content footer,
.modal-ask-question .modal-dialog .modal-content footer {
  padding: 15px 40px;
}

#side-tool {
  position: fixed;
  right: 20px;
  bottom: 50px;
}

#side-tool > ul > li {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #fff;
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in;
}

#side-tool > ul > li#goTop {
  display: none;
}

#side-tool > ul > li > a {
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  color: #252525;
}

#side-tool > ul > li > a i {
  line-height: 50px;
  font-size: 25px;
  display: block;
}

#side-tool > ul > li > a i.icon-shoucang1 {
  color: #557280;
}

#side-tool > ul > li .popover {
  top: unset !important;
  bottom: -36px !important;
  left: -138px !important;
}

#side-tool > ul > li .popover .arrow {
  top: 53% !important;
}

#side-tool > ul > li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

#side-tool > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #side-tool > ul > li {
    background-color: transparent;
  }

  #side-tool > ul > li > a {
    width: 40px;
    height: 40px;
  }

  #side-tool > ul > li > a i {
    font-size: 18px;
    line-height: 40px;
  }
}

.question-delete .tips {
  margin-left: 10px;
  color: #f2a08f;
}

.requests-list li .single-media {
  position: relative;
  margin-bottom: 0;
}

.requests-list li .single-media .avatar-category {
  width: 50px;
  height: 50px;
  float: left;
}

.requests-list li .single-media .badge {
  top: -5px;
  right: -5px;
}

.requests-list li .single-media .info {
  display: block;
  padding: 15px 0 15px 60px;
  color: #252525;
}

.requests-list li .single-media .info span p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.requests-list .all-request .avatar-category,
.requests-list .all-request .info {
  display: inline-block;
}

.requests-list .all-request .avatar-category {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 48px;
}

.requests-list .all-request .avatar-category i {
  font-size: 30px;
  color: #557280;
}

.requests-list .all-request .info {
  color: #252525;
  font-size: 15px;
}

.other-message .hasMessage li .info {
  font-size: 15px;
  line-height: 1.7;
}

.other-message .hasMessage li .info i {
  color: #557280;
  margin-right: 5px;
  font-size: 20px;
}

.other-message .hasMessage li .info a {
  color: #2b89ca;
  margin: 0 0 0 5px;
}

.other-message .hasMessage li .info a:first-of-type {
  margin: 0 5px 0 0;
}

.other-message .hasMessage li .info a:nth-of-type(n + 2):before {
  content: "\300A";
}

.other-message .hasMessage li .info a:nth-of-type(n + 2):after {
  content: "\300B";
}

.other-message .hasMessage li .info span {
  margin: 0 5px;
}

.other-message .hasMessage li .time {
  margin-top: 2px;
  font-size: 12px;
  color: #969696;
  line-height: normal;
}

#app .left-aside {
  width: 960px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#app .left-aside .aside {
  position: fixed;
  width: 280px;
  top: 0;
  bottom: 0;
  margin: 87px 0 0;
  padding: 0 0 30px;
  overflow: auto;
}

#app .left-aside .main {
  margin-left: 300px;
  width: auto;
}

#app .left-aside .main .menu {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

#app .left-aside .main .write-message,
#app .left-aside .main .chat-top,
#app .left-aside .main .push-top {
  width: 650px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#app .left-aside .main .chat-top,
#app .left-aside .main .push-top {
  position: fixed;
  z-index: 1;
  min-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

#app .left-aside .main .chat-top:before,
#app .left-aside .main .push-top:before {
  content: "";
  position: absolute;
  top: -87px;
  left: 0;
  height: 87px;
  width: 100%;
  background-color: #ffffff;
}

#app .left-aside .main .chat-top .back-list,
#app .left-aside .main .push-top .back-list {
  float: left;
}

#app .left-aside .main .chat-top .back-list:hover,
#app .left-aside .main .push-top .back-list:hover {
  color: #252525;
}

#app .left-aside .main .chat-top b a,
#app .left-aside .main .push-top b a {
  color: #252525;
}

#app .left-aside .main .chat-top .dropdown,
#app .left-aside .main .push-top .dropdown {
  position: initial;
}

#app .left-aside .main .chat-top .dropdown,
#app .left-aside .main .push-top .dropdown {
  float: right;
  margin-right: 15px;
}

#app .left-aside .main .chat-top .dropdown i,
#app .left-aside .main .push-top .dropdown i {
  color: #252525;
}

#app .left-aside .main .chat-top .dropdown-menu,
#app .left-aside .main .push-top .dropdown-menu {
  right: 15px;
}

@media screen and (max-width: 1050px) {
  #app .left-aside {
    width: 690px;
  }

  #app .left-aside .aside {
    width: 200px;
  }

  #app .left-aside .aside li .link {
    padding: 10px 10px !important;
  }

  #app .left-aside .main {
    margin-left: 210px;
  }

  #app .left-aside .main .write-message,
  #app .left-aside .main .chat-top,
  #app .left-aside .main .push-top {
    width: 480px;
  }

  #app .left-aside .main .write-message b a,
  #app .left-aside .main .chat-top b a,
  #app .left-aside .main .push-top b a {
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  #app .left-aside {
    width: 100%;
    padding: 0 15px;
  }

  #app .left-aside .aside {
    width: 20%;
    margin: 67px 0 0;
  }

  #app .left-aside .aside li .link {
    padding: 10px !important;
  }

  #app .left-aside .aside li .link .badge {
    right: 10px;
  }

  #app .left-aside .main {
    margin-left: 24%;
  }

  #app .left-aside .main .write-message,
  #app .left-aside .main .chat-top,
  #app .left-aside .main .push-top {
    width: 71%;
  }
}

#app {
  padding-top: 87px;
}

#app.black {
  padding-top: 57px;
}

#app.black .navbar {
  background-color: #303036;
  border-color: #3c3c3c;
  border-radius: 0;
}

#app.black .navbar .navbar-nav > li > a {
  color: #fff;
}

#app.black .navbar .navbar-nav > li:hover {
  background-color: #303036;
}

#app.black .navbar .navbar-nav > li:hover > a {
  color: #557280;
}

@media screen and (min-width: 992px) {
  #app .container {
    width: 960px;
  }
}

@media screen and (min-width: 768px) {
  #app .main.sm-left {
    float: left;
    width: 66.66667%;
    padding-left: 15px;
  }

  #app .aside.sm-right {
    float: right;
    width: 29.16667%;
    margin-left: 4.16667%;
  }

  #app .main.center {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #app {
    padding-top: 67px;
  }

  #app .main.sm-left {
    padding: 0 15px;
  }

  #app .main.center {
    padding: 0 15px;
  }
}

.blank {
  padding-top: 0 !important;
}

#index {
  margin-top: -30px;
}

#index .poster-container {
  margin-bottom: 30px;
}

#index .wrap {
  padding-top: 30px;
}

#index .wrap .main .videos {
  margin: 0 -5px 15px;
}

#index .wrap .main .videos .video {
  padding: 0 5px;
}

#index .more-video {
  float: right;
  padding-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index .more-video p {
  color: #3c3c3c;
  line-height: 12px;
  margin-top: 10px;
  font-size: 14px;
}

#index .more-video i {
  font-size: 13px;
}

#detail .main {
  width: 70%;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#detail .main article {
  padding-bottom: 30px;
  color: #252525;
}

#detail .main article h1 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

#detail .main article .article-author {
  margin: 15px 0 30px;
}

#detail .main article .article-author .title {
  padding-top: 3px;
}

#detail .main article .article-author .title .btn-base {
  margin-left: 5px;
}

#detail .main article .article-author .title .btn-light {
  float: right;
}

#detail .main article .show-content {
  word-break: break-all !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

#detail .main article .show-content img {
  max-width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}

#detail .main article .show-content img + i {
  display: inline-block;
  max-width: 80%;
  min-width: 20%;
  padding: 6px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 14px;
  color: #969696;
}

#detail .main article .show-content p {
  text-align: left;
}

#detail .main article .show-content p.embed-responsive.embed-responsive-4by3 {
  padding: 28% 50%;
}

#detail .main article .show-content p.embed-responsive.embed-responsive-4by3 video {
  background-color: #000;
}

#detail .main article .show-foot {
  margin: 30px 0;
  font-size: 12px;
  color: #969696;
}

#detail .main article .show-foot .copyright,
#detail .main article .show-foot .report {
  float: right;
  margin-top: 5px;
}

#detail .main article .show-foot .report {
  margin-right: 20px;
}

#detail .main article .read-more {
  margin-bottom: 20px;
}

#detail .main article .read-more h4 {
  font-size: 16px;
  color: #303036;
}

#detail .main article .read-more .article-item .wrap-img {
  width: 20%;
  max-height: 100px;
}

#detail .main article .read-more .article-item .wrap-img img {
  max-height: 100px;
}

#detail .main article .read-more .article-item .content {
  padding-right: 22%;
}

#detail .main article .page-turning {
  margin-bottom: 20px;
}

#detail .main article .page-turning .prev a,
#detail .main article .page-turning .next a {
  color: #2b89ca;
  font-size: 15px;
  line-height: 28px;
}

#detail .main article .page-turning .prev a:hover,
#detail .main article .page-turning .next a:hover {
  text-decoration: underline !important;
}

#detail .main article .support-author {
  padding: 30px 0 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

#detail .main article .support-author p {
  margin-bottom: 20px;
  font-size: 17px;
}

#detail .main article .support-author .btn-theme {
  width: 110px;
  margin-bottom: 20px;
}

#detail .main article .support-author .supporter .list-people {
  display: inline-block;
}

#detail .main article .support-author .supporter .list-people .avatar {
  width: 40px;
  height: 40px;
}

#detail .main article .support-author .supporter .reward-user {
  cursor: pointer;
  padding-left: 5px;
  margin-right: -10px;
  font-size: 13px;
}

#detail .main article .mate-bottom {
  margin: 30px 0 60px 0;
}

#detail .main article .mate-bottom .share-circle {
  float: right;
}

#detail .main article .mate-bottom .share-circle a {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

#detail .main article .mate-bottom .share-circle a i {
  margin-top: 10px;
  font-size: 24px;
  line-height: 2;
  pointer-events: none;
}

#detail .main article .mate-bottom .share-circle a:hover {
  background-color: #f0f0f0;
}

#detail .main article .mate-bottom .share-circle .more-share {
  width: auto;
  padding: 4px 18px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50px;
}

@media screen and (max-width: 600px) {
  #detail .main article h1 {
    font-size: 25px;
  }

  #detail .main article .mate-bottom .like .btn-base {
    width: 110px;
    height: 42px;
    line-height: 38px;
  }

  #detail .main article .mate-bottom .like .btn-base .btn-like {
    font-size: 18px;
  }

  #detail .main article .mate-bottom .like .btn-base .btn-like a {
    padding-right: 0;
  }

  #detail .main article .mate-bottom .like .btn-base .btn-like a i {
    margin-right: 0;
  }

  #detail .main article .mate-bottom .like .btn-base .modal-wrap a {
    padding-left: 8px;
  }

  #detail .main article .mate-bottom .share-circle {
    margin-top: 8px;
  }

  #detail .main article .mate-bottom .share-circle a {
    width: 35px;
    height: 35px;
  }

  #detail .main article .mate-bottom .share-circle a i {
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  #detail .main {
    width: 100%;
  }
}

.note-bottom {
  background-color: #f7f7f7;
  padding: 20px 0 40px 0;
}

.note-bottom .recommend-category {
  margin-bottom: 20px;
}

.note-bottom .article-list .article-item {
  border-bottom: 1px solid #d6d6d6 !important;
}

.modal.like-user .modal-body ul li {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.modal.like-user .modal-body ul li .avatar {
  width: 32px;
  height: 32px;
}

.modal.like-user .modal-body ul li .name {
  font-size: 15px;
  color: #252525;
  vertical-align: middle;
  display: inline-block;
}

.modal.like-user .modal-body ul li .time {
  float: right;
  margin-top: 7px;
  font-size: 12px;
  color: #969696;
}

#categories,
#recommendations,
.recommend-content {
  padding-left: 15px;
}

#categories .recommend-list,
#recommendations .recommend-list,
.recommend-content .recommend-list {
  text-align: center;
  margin: 0 -15px;
}

#categories .recommend-list .btn-more,
#recommendations .recommend-list .btn-more,
.recommend-content .recommend-list .btn-more {
  width: 38.2%;
}

#recommendations .recommend-list .name {
  line-height: 1.5 !important;
}

#wallet {
  width: 90%;
  margin: 0 auto;
}

#wallet .wallet-top {
  margin: 10px -15px 40px -15px;
}

#wallet .wallet-top .left {
  padding-top: 20px;
  padding-bottom: 20px;
}

#wallet .wallet-top .middle {
  padding: 10px 50px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

#wallet .wallet-top .right {
  padding: 20px 40px;
}

.note-info.note-info-wallet {
  margin: 0;
}

.note-info.note-info-wallet .title {
  padding-top: 10px;
}

.note-info.note-info-wallet .info {
  margin-top: 0;
  padding-top: 0;
  font-size: 12px;
}

.wallet-account .account-money {
  margin-right: 20px;
  font-size: 16px;
  color: #969696;
  display: inline-block;
}

.wallet-account .main-money {
  font-size: 28px;
}

.wallet-account .money-sub {
  font-size: 18px;
}

.wallet-account .action {
  margin-top: 20px;
}

.wallet-account .action .btn-base {
  margin-right: 15px;
}

.wallet-account .action .warn {
  font-size: 13px;
  color: #969696;
}

.wallet-meta .help {
  font-size: 13px;
  color: #2b89ca;
  display: block;
}

.wallet-history {
  border: 1px solid #dcdcdc;
  border-radius: 6px 6px 0 0;
}

.wallet-history li {
  padding: 15px 20px;
  font-size: 12px;
  border-bottom: 1px solid #dcdcdc;
}

.wallet-history li:nth-child(2n) {
  background-color: rgba(181, 181, 181, 0.1);
}

.wallet-history li:last-child {
  border-bottom: 0;
}

.wallet-history li.title {
  padding: 25px 20px;
}

.wallet-history li.title div {
  border-right: 1px dashed #c4c4c4;
  font-size: 14px !important;
  color: #252525;
}

.wallet-history li.title div.remark {
  border-right: 0;
}

.wallet-history li div {
  display: inline-block;
  vertical-align: middle;
}

.wallet-history li div:nth-child(n+1) {
  padding-left: 15px;
}

.wallet-history li .time {
  width: 17%;
}

.wallet-history li .type {
  width: 12%;
}

.wallet-history li .details {
  width: 37%;
}

.wallet-history li .details a {
  color: #2b89ca;
}

.wallet-history li .amount {
  width: 14%;
  color: #42c02e;
  font-size: 13px;
}

.wallet-history li .remark {
  width: 17%;
  font-size: 13px;
  color: #969696;
}

.wallet-history li .remark .state {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .wallet-history li {
    padding: 5px;
  }
}

#notification .main ul li {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  #follow .main .note-info.info-lg .btn-base.btn-md {
    padding: 8px 3px;
    min-width: 60px;
  }

  #follow .main .note-info.info-lg .info {
    font-size: 13px;
  }

  #follow .main .article-item .meta .collection-tag {
    display: none;
  }
}

#category .note-info.info-lg .title,
#category .note-info.info-lg .info,
#collection .note-info.info-lg .title,
#collection .note-info.info-lg .info,
#follow .note-info.info-lg .title,
#follow .note-info.info-lg .info {
  padding: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  #category #select-menu,
  #collection #select-menu,
  #follow #select-menu {
    right: 5px;
  }

  #category #select-menu a,
  #collection #select-menu a,
  #follow #select-menu a {
    padding: 4px 6px;
  }
}

#category-editor {
  min-width: 400px;
}

#category-editor .avatar-category {
  width: 100px;
  height: 100px;
}

#category-editor h3 {
  font-size: 21px;
}

#category-editor .main {
  margin: 0 !important;
}

#category-editor .main tr {
  border-bottom: none !important;
}

#category-editor .main .avatar-category {
  width: 100px;
  height: 100px;
}

#category-editor .main .add-manager a.btn {
  color: #42c02e;
}

@-webkit-keyframes scaleOne {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes scaleOne {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes scaleTwo {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 0.8;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleTwo {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 0.8;
    -webkit-transform: scale(0.8);
  }
}

#login,
#register {
  height: 100vh;
  text-align: center;
  font-size: 14px;
}

#login:before,
#register:before {
  content: "";
  display: inline-block;
  height: 85%;
  vertical-align: middle;
}

#login .logo,
#register .logo {
  position: absolute;
  top: 50px;
  margin-left: 50px;
  width: 10%;
  min-width: 140px;
  max-width: 220px;
}

#login .logo a,
#register .logo a {
  width: 100%;
}

#login .logo a img,
#register .logo a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #login::before,
  #register::before {
    display: none;
  }

  #login .logo,
  #register .logo {
    display: none;
  }

  #login .signs,
  #register .signs {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 10% 5%;
  }
}

.questions-list {
  position: fixed;
  width: 100%;
  top: 57px;
  padding-top: 15px;
  z-index: 998;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 1px #ececec;
          box-shadow: 0 2px 2px 1px #ececec;
}

.questions-list .recommend-question {
  width: 100%;
  height: 52px;
  overflow: hidden;
  position: relative;
  padding-right: 90px;
}

.questions-list .recommend-question .question-label {
  border-color: transparent;
}

.questions-list .recommend-question .question-label.more {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.questions-list .recommend-question .question-label.hot {
  background-color: rgba(255, 102, 102, 0.2);
  border-color: rgba(255, 102, 102, 0.3);
}

.questions-list .recommend-question .question-label.hot.active {
  color: #ff6666 !important;
}

.questions-list .recommend-question .question-label.money {
  background-color: rgba(85, 114, 128, 0.2);
  border-color: rgba(85, 114, 128, 0.3);
}

#questions {
  overflow: hidden;
  background-color: #f7f7f7 !important;
}

#questions .wrap {
  padding-top: 55px;
}

#questions .wrap .aside .hot-questions {
  margin: 0 0 30px 0;
}

#questions .wrap .aside .wd-contact .contact-info {
  padding-top: 8px;
}

#questions .wrap .aside .wd-contact .contact-info p {
  font-size: 14px;
  color: #717171;
  margin-top: 8px;
}

#questions .wrap .aside .wd-contact .contact-info p.cooperate {
  font-weight: 600;
}

#answer {
  padding-bottom: 50px;
}

#answer .main.sm-left .question-name {
  line-height: 40px;
  font-size: 28px;
  margin-top: 4px;
  margin-bottom: 10px;
  color: #252525;
}

#answer .main.sm-left .question-tip {
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: rgba(255, 102, 102, 0.6);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

#answer .main.sm-left .inquisitorial .amount {
  font-size: 15px;
  line-height: 25px;
  margin-top: 4px;
  color: #fff;
  background-color: rgba(85, 114, 128, 0.8);
  padding: 0 5px;
  border-radius: 4px;
}

#answer .main.sm-left .question-text {
  font-size: 16px;
  white-space: pre-line;
  color: #969696;
}

#answer .main.sm-left .question-img-preview {
  margin: 20px 0;
  height: 120px;
  overflow: hidden;
}

#answer .main.sm-left .question-img-preview img {
  height: 100%;
  width: auto;
  margin-right: 10px;
}

#answer .main.sm-left .answer-write {
  position: relative;
}

#answer .main.sm-left .answer-write .submitbar {
  position: absolute;
  height: 40px;
  bottom: 0;
  right: 5px;
  z-index: 1;
}

#answer .main.sm-left .plate-title {
  margin: 20px 0;
  border-bottom: 2px solid #ececec;
}

#answer .main.sm-left .plate-title::after,
#answer .main.sm-left .plate-title::before {
  bottom: -12px;
  border-width: 2px;
}

#answer .main.sm-left .all-answers .answer-items {
  margin-bottom: 30px;
}

#answer .main.sm-left .all-answers .answer-items .answer-item {
  border-bottom: 1px solid #ececec;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-user {
  margin: 20px 0;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-user .title .user-intro {
  color: #717171;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text {
  position: relative;
  font-size: 16px;
  text-align: justify;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text.fold .answer-text-full {
  max-height: 300px;
  overflow: hidden;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text.fold .expand-bottom {
  display: block;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text .answer-text-full {
  color: #515151;
  margin-bottom: 30px;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text .answer-text-full p {
  line-height: 28px;
  margin: 0px;
  margin-bottom: 20px;
  word-wrap: break-word;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text .answer-text-full img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  min-width: 60%;
  height: auto;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text .answer-text-full > div .col-md-6 {
  width: 100%;
}

#answer .main.sm-left .all-answers .answer-items .answer-item .answer-text .expand-bottom {
  position: absolute;
  display: none;
  font-size: 14px;
  line-height: 240px;
  bottom: 0;
  left: 0px;
  text-align: center;
  width: 100%;
  color: #2b89ca;
  height: 136px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

#answer .aside.sm-right .qrcode-sidebar {
  margin-bottom: 30px;
}

#answer .aside.sm-right .plate-title,
#answer .aside.sm-right .question-item {
  margin-bottom: 20px;
}

#answer .inquisitorial-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  padding: 5px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 1px #c4c4c4;
          box-shadow: 0 1px 5px 1px #c4c4c4;
}

#answer .inquisitorial-bottom .inquisitorial-tool {
  text-align: center;
}

#answer .inquisitorial-bottom .inquisitorial-tool .btn-base {
  height: 40px;
  border-radius: 4px;
}

#search-content .aside > div:not(:last-child) {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

#search-content .main .top {
  margin-bottom: 30px;
  background-color: rgba(181, 181, 181, 0.1);
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

#search-content .main .top .relevant {
  padding: 20px 0;
}

#search-content .main .top .relevant:nth-of-type(2) {
  border-top: 1px solid #f0f0f0;
}

#search-content .main .top .relevant .plate-title {
  padding: 0 15px;
  margin-bottom: 0;
}

#search-content .main .top .relevant .plate-title .right {
  color: #2b89ca;
  font-size: 13px;
}

#search-content .main .top .relevant .plate-title .right i {
  font-size: 13px;
}

#search-content .main .top .relevant .list {
  padding-top: 10px;
}

#search-content .main .top .relevant .list .note-info,
#search-content .main .top .relevant .list .user-info {
  margin: 15px 0 0 0;
}

#search-content .main .search-content .note-list .article-item em {
  font-style: normal;
  color: #557280;
}

#search-content .main .search-content .note-list .videos .video {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #search-content .aside > div:not(:last-child) {
    border-bottom: none;
  }
}

.apps .row {
  position: relative;
}

.apps .row:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(150, 150, 150, 0.15)), to(rgba(150, 150, 150, 0)));
  background-image: linear-gradient(0deg, rgba(150, 150, 150, 0.15), rgba(150, 150, 150, 0));
}

.apps .row .background-img {
  width: 80%;
  left: 10%;
  position: absolute;
  z-index: -1;
}

.apps .row .top-part {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.apps .row .top-part .top-logo {
  margin-bottom: 40px;
}

.apps .row .top-part .top-logo .logo {
  width: 100px;
  height: 100px;
}

.apps .row .top-part .top-logo .info {
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  vertical-align: middle;
}

.apps .row .top-part .top-logo .info .title {
  font-size: 30px;
}

.apps .row .top-part .top-logo .info .slogan {
  font-size: 24px;
  font-weight: 300;
}

.apps .row .top-part .background-img {
  top: 10%;
}

.apps .row .top-part .phone-img {
  width: 36%;
}

.apps .row .top-part .no-border {
  width: 25%;
}

.apps .row .middle-part {
  padding: 30px 0;
}

.apps .row .middle-part .text-block {
  margin-top: 8%;
}

.apps .row .middle-part .fix {
  margin-top: -17%;
}

.apps .row .middle-part img {
  width: 100%;
}

.apps .row .middle-part .game-imgs {
  margin-top: 20px;
}

.apps .row .middle-part .game-imgs .game-img {
  width: 20%;
  display: block;
  float: right;
}

.apps .row .middle-part .game {
  display: none;
}

.apps .row .middle-part h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

.apps .row .middle-part h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.apps .row .bottom-part {
  margin-top: 50px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 24px;
  position: relative;
}

.apps .row .bottom-part .bottom-qrcode {
  margin-bottom: 10px;
  width: 140px;
}

.apps .row .bottom-part .bottom-logo {
  margin-top: 30px;
}

.apps .row .bottom-part .bottom-logo img {
  width: 56px;
  height: 56px;
}

.apps .row .bottom-part .bottom-logo .info {
  display: inline-block;
  margin-left: 8px;
  text-align: left;
  vertical-align: middle;
}

.apps .row .bottom-part .bottom-logo .info .title {
  font-size: 17px;
}

.apps .row .bottom-part .bottom-logo .info .slogan {
  font-size: 14px;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .apps .row .container {
    width: 960px;
  }

  .apps .row .download-phone {
    display: none;
  }

  .apps .row .top-qrcode {
    display: inline-block;
    margin: 0 0 35px 35px;
    vertical-align: bottom;
  }

  .apps .row .top-qrcode img {
    width: 50%;
  }

  .apps .row .top-qrcode .title {
    margin-top: 4px;
    font-size: 24px;
  }

  .apps .row .top-qrcode .introduce {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 300;
  }
}

@media screen and (max-width: 768px) {
  .apps .row .top-part .phone-img {
    width: 80%;
  }

  .apps .row .top-part .top-qrcode {
    margin: 30px 0;
    text-align: center;
  }

  .apps .row .middle-part .fix {
    margin-top: 0;
  }

  .apps .row .middle-part .no-border {
    width: 78%;
    margin-left: 11%;
  }

  .apps .row .download-phone {
    display: block;
    padding: 10px 0;
  }

  .apps .row .download-phone .download2 {
    padding-right: 10px;
    width: 40%;
  }

  .apps .row .download-web {
    display: none;
  }

  .apps .row .top-qrcode {
    display: none;
  }

  .apps .row .game-img {
    display: none !important;
  }

  .apps .row .game {
    display: block !important;
  }
}

.player-container {
  background-color: #303036;
}

.player-container .playerBox {
  max-width: 1380px;
  margin: 0 auto;
  background-color: #303036;
  color: #ececec;
  padding: 20px 10px 0 10px;
}

.player-container .playerBox .author-info {
  display: none;
}

.player-container .playerBox .player-basic {
  background-color: #26262b;
  position: relative;
}

.player-container .playerBox .player-basic .playerArea {
  padding: 0;
}

.player-container .playerBox .player-basic .playerArea .h5-player {
  background-color: #000;
}

.player-container .playerBox .player-basic .playerArea .pc-option {
  min-height: 50px;
  padding: 0px 15px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .editor-btn {
  float: right;
  margin-top: 10px;
  background-color: #252525 !important;
  border-color: #717171 !important;
  color: #d96a5f !important;
}

.player-container .playerBox .player-basic .playerArea .pc-option .editor-btn:hover {
  background-color: #d96a5f !important;
  border-color: #d96a5f !important;
  color: #fff !important;
}

.player-container .playerBox .player-basic .playerArea .pc-option .likeButton {
  padding-top: 10px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .likeButton .btn-base {
  padding: 3px 8px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .likeButton .btn-base .btn-like a {
  font-size: 14px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .likeButton .btn-base .btn-like a i {
  font-size: 20px;
  vertical-align: middle;
}

.player-container .playerBox .player-basic .playerArea .pc-option .likeButton .btn-base .modal-wrap {
  font-size: 18px;
  margin-left: 8px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .likeButton .btn-base .modal-wrap a {
  padding-left: 8px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .share-circle {
  float: right;
}

.player-container .playerBox .player-basic .playerArea .pc-option .share-circle a {
  width: 50px;
  height: 37px;
  margin-left: 5px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}

.player-container .playerBox .player-basic .playerArea .pc-option .share-circle a i {
  margin-top: 5px;
  font-size: 24px;
  pointer-events: none;
}

.player-container .playerBox .player-basic .playerArea .h5-option {
  display: none;
}

.player-container .playerBox .player-basic .playerArea .video-body {
  display: none;
}

.player-container .playerBox .player-basic .video-right {
  float: right;
  width: 33.33333%;
}

.player-container .playerBox .player-basic .video-right .listArea .title {
  background-color: #26262b;
}

.player-container .playerBox .player-basic .video-right .admire {
  float: right;
  margin-top: 12%;
}

@media (max-width: 767px) {
  .player-container .playerBox .player-basic .video-right {
    display: none;
  }
}

.player-container .playerBox .video-title {
  font-size: 20px;
  font-weight: 300;
  padding-top: 8px;
}

.player-container .playerBox .video-title .video-info {
  float: right;
}

@media (max-width: 767px) {
  .player-container .playerBox .video-title {
    font-size: 16px;
  }
}

.player-container .playerBox .video-info {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.player-container .playerBox .video-info .category-name {
  background-color: #557280;
  border-radius: 30px;
  padding: 0 12px;
  color: #ececec;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.player-container .playerBox .video-info i {
  color: #999;
  padding-left: 20px;
  padding-right: 3px;
  font-size: 16px;
}

.player-container .playerBox .video-info .icon-shipin1 {
  font-size: 14px;
}

.player-container .playerBox .video-info span {
  padding-right: 20px;
  color: #999;
  font-size: 12px;
}

@media (max-width: 767px) {
  .player-container .playerBox .video-info span {
    padding-right: 0px;
  }

  .player-container .playerBox .video-info .icon-shipin1 {
    display: none;
  }

  .player-container .playerBox .video-info .hits {
    display: none;
  }
}

.player-container .playerBox .video-relevant .related-video {
  display: none;
}

.player-container .playerBox .video-relevant .author-info {
  display: block;
  padding: 10px 0;
}

.player-container .playerBox .video-relevant .author-info .avatar {
  width: 32px;
  height: 32px;
}

.player-container .playerBox .video-relevant .author-info .upload-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.player-container .playerBox .video-relevant .author-info .upload-user .sub {
  color: #ececec;
}

.player-container .playerBox .video-relevant .author-info .upload-user .sub img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.player-container .playerBox .video-relevant .author-info .upload-user div .name {
  font-size: 13px;
}

.player-container .playerBox .video-relevant .author-info .upload-user div .time {
  font-size: 12px;
  color: #807f83;
}

.player-container .playerBox .video-relevant .video-title {
  font-size: 25px;
  font-weight: 300;
}

.player-container .playerBox .video-relevant .admire-min {
  display: none;
}

.player-container .playerBox .video-relevant .video-description {
  color: #888;
  font-size: 13px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .player-container .playerBox .video-relevant .video-title,
  .player-container .playerBox .video-relevant .video-description {
    word-wrap: wrap-word;
    word-break: break-all;
    overflow-wrap: break-word;
    color: #888;
  }
}

.player-container .playerBox .video-relevant .video-categories > h4 {
  border-left: 3px solid #d96a5f;
  padding-left: 10px;
  margin-bottom: 30px;
}

.player-container .playerBox .video-relevant .video-categories .category-label {
  background-color: #3d3d46;
  border: 1px solid #666;
  color: #888;
  margin-right: 35px;
}

.player-container .playerBox .video-relevant .video-categories .category-label:hover {
  color: #d96a5f;
}

.player-container .playerBox .video-relevant .desc {
  line-height: 30px;
  font-size: 15px;
}

.player-container .playerBox .video-relevant .desc .upload-user .sub {
  color: #ececec;
}

.player-container .playerBox .video-relevant .desc .upload-user .sub img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.player-container .playerBox .video-relevant .desc .upload-user .button-vd {
  display: inline-block;
  margin-left: 10px;
  float: right;
}

.player-container .playerBox .video-relevant .desc .upload-user .button-vd a {
  padding: 0 6px;
  line-height: 25px;
  font-size: 13px;
}

.player-container .playerBox .video-relevant .desc .upload-user .button-vd a i {
  font-size: 13px;
}

.player-container .playerBox .video-relevant .admire a {
  font-size: 13px;
  padding: 0 8px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 300;
}

.player-container .playerBox .video-relevant .listArea {
  padding: 0px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.player-container .playerBox .video-relevant .listArea .related-video {
  margin-right: -20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.player-container .playerBox .video-relevant .listArea .related-video::-webkit-scrollbar {
  width: 5px;
  background: #252525;
}

.player-container .playerBox .video-relevant .listArea .related-video::-webkit-scrollbar-track-piece {
  background: 0 0;
}

.player-container .playerBox .video-relevant .listArea .related-video::-webkit-scrollbar-button {
  display: none;
}

.player-container .playerBox .video-relevant .listArea .related-video::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px;
}

.player-container .playerBox .video-relevant .listArea .related-video .video-list .video-item .info .video-title {
  color: #ececec;
}

.player-container .playerBox .button-vd > a {
  width: 100%;
  background-color: #252525 !important;
  border-color: #717171 !important;
  color: #557280 !important;
}

.player-container .playerBox .button-vd > a:hover {
  background-color: #557280 !important;
  border-color: #557280 !important;
  color: #fff !important;
}

.player-container .sectionBox {
  background-color: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .player-container .sectionBox .clearfix {
    width: 1380px !important;
  }
}

.player-container .sectionBox .guess-like {
  padding-top: 20px;
  width: 33.3333%;
  float: right;
}

.player-container .sectionBox .guess-like .guessVideo h4 {
  font-weight: 300;
  font-size: 25px;
  margin: 0 0 20px;
  line-height: 25px;
  color: #515151;
}

.player-container .sectionBox .guess-like .recommend-video-title {
  color: #333 !important;
}

.player-container .modal .option {
  text-align: center;
}

.player-container .modal .reward-intro {
  text-align: center;
}

.player-container .modal .reward-intro .intro {
  color: #252525;
}

.player-container .modal .modal-body {
  text-align: center;
}

.share-module {
  display: none;
}

#pageLayout {
  display: none;
}

@media (max-width: 767px) {
  .player-container {
    background-color: #fff;
  }

  .player-container .playerBox {
    padding: 0px;
  }

  .player-container .playerBox .video-title {
    display: none;
  }

  .player-container .playerBox .video-info {
    display: none;
  }

  .player-container .playerBox .author-info {
    display: block;
    padding: 10px;
  }

  .player-container .playerBox .author-info .avatar {
    width: 32px;
    height: 32px;
  }

  .player-container .playerBox .author-info .upload-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .player-container .playerBox .author-info .upload-user .sub {
    color: #ececec;
  }

  .player-container .playerBox .author-info .upload-user .sub img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .player-container .playerBox .author-info .upload-user div .name {
    font-size: 13px;
  }

  .player-container .playerBox .author-info .upload-user div .time {
    font-size: 12px;
    color: #807f83;
  }

  .player-container .playerBox .player-basic {
    padding-bottom: 10px;
  }

  .player-container .playerBox .player-basic .playerArea .video-body {
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
  }

  .player-container .playerBox .player-basic .playerArea .video-body .name {
    color: #557280 !important;
  }

  .player-container .playerBox .player-basic .playerArea .video-body .content {
    padding-left: 5px;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .video-like {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .video-like .btn-select i {
    color: #557280;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .video-like .btn-noselect i:hover {
    color: #969696;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .video-like i {
    font-size: 18px;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .video-like .modal-wrap {
    font-size: 14px;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .video-like .modal-wrap a {
    padding: 1px 0 0 8px;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .comments {
    width: 10%;
    margin: 0px 15px;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .comments a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .comments p {
    padding: 1px 0 0 8px;
    color: #969696;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .share {
    width: 33%;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .share a p {
    padding: 2px 0 0 8px;
    color: #969696;
  }

  .player-container .playerBox .player-basic .playerArea .h5-option .share a i {
    font-size: 20px;
    color: #969696;
  }

  .player-container .playerBox .player-basic .playerArea .pc-option {
    display: none;
  }

  .player-container .playerBox .video-relevant {
    padding: 0 10px 10px 10px;
    border-top: 2px solid #000;
  }

  .player-container .playerBox .video-relevant .video-description {
    display: none;
  }

  .player-container .playerBox .video-relevant .author-info {
    display: none;
  }

  .player-container .playerBox .video-relevant .related-video {
    display: block;
  }

  .player-container .playerBox .video-relevant .related-video .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .player-container .playerBox .video-relevant .related-video .title h4 {
    font-size: 14px;
    color: #969696;
    font-weight: 700;
    padding-left: 0px;
  }

  .player-container .playerBox .video-relevant .related-video .title a {
    float: none;
    margin: 0px;
  }

  .player-container .playerBox .video-relevant .related-video .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #303036;
    padding-left: 0px;
  }

  .player-container .playerBox .video-relevant .related-video .video-list .video-item {
    width: 48%;
    margin-bottom: 0;
  }

  .player-container .playerBox .video-relevant .related-video .video-list .video-item .link {
    display: inline-block;
  }

  .player-container .playerBox .video-relevant .related-video .video-list .video-item .link > div {
    width: 100%;
    float: none;
  }

  .player-container .playerBox .video-relevant .related-video .video-list .video-item .link > div .recommend-video-title {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .player-container .playerBox .video-relevant .related-video .video-list .video-item .link .info {
    padding: 0px !important;
    height: auto;
  }

  .share-module {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 12;
    bottom: -195px;
    left: 0;
    width: 100%;
    height: 195px;
    text-align: center;
    background: #2b2931;
  }

  .share-module .module-share-h3 {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    color: #807f83;
  }

  .share-module .share-circle {
    height: 77px;
  }

  .share-module .share-circle i {
    font-size: 44px;
    margin: 20px;
  }

  .share-module div {
    text-align: center;
  }

  #pageLayout {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
}

.video-top .more-cateory {
  float: right;
  padding-top: 1px;
}

.video-top .more-cateory p {
  color: #3c3c3c;
  line-height: 12px;
  margin-top: 10px;
  font-size: 14px;
}

.video-top .more-cateory i {
  font-size: 13px;
}

.video-top .category-video-list {
  clear: both;
  overflow: hidden;
  margin-right: -5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .video-top .category-video-list .category-video-item {
    width: 50% !important;
    margin-right: 0px !important;
  }
}

.video-top .category-video-list .category-video-item {
  float: left;
  width: 129px;
  height: 196px;
  margin: 0 26px 20px 0;
  position: relative;
  background: #ffffff;
}

.video-top .category-video-list .category-video-item .game-category {
  width: 130px;
  height: 175px;
  border-radius: 4px;
}

.video-top .category-video-list .category-video-item p {
  text-align: center;
  color: #3c3c3c;
  line-height: 12px;
  margin-top: 10px;
  font-size: 12px;
}

.video-navs {
  width: 100%;
  padding: 15px 0;
}

.video-navs .nav-menus:after {
  content: "";
  clear: both;
  display: block;
}

.video-navs .nav-menus {
  height: auto;
  position: relative;
  padding: 0 10px;
}

.video-navs .nav-menus .menu-title {
  color: #333;
  line-height: 40px;
  font-size: 26px;
  margin-right: 32px;
  width: auto;
  font-weight: 700;
  position: relative;
}

.video-navs .nav-menus .menu-title p {
  padding-top: 3px;
}

.video-navs .nav-menus li {
  float: left;
  position: relative;
  width: 96px;
  text-align: left;
  overflow: visible;
  line-height: 32px;
  font-size: 14px;
  padding-right: 5px;
  height: 42px;
}

.video-navs .nav-menus li a {
  color: #666;
  max-width: 75px;
  height: 30px;
  position: absolute;
  bottom: 0;
}

.video-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.video-box .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #f0f0f0;
  width: 98%;
}

.video-box .box-top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-box .box-top .top-left img {
  width: 36px;
  height: 36px;
  margin: 5px;
}

.video-box .box-top .top-left p {
  font-size: 16px;
  color: #3c3c3c;
  margin-left: 10px;
}

.video-box .box-top .top-left i {
  font-size: 26px;
  color: #ff6666;
}

.video-box .box-top .top-right {
  position: relative;
  right: 0px;
}

.video-box .box-top .top-right p {
  color: #3c3c3c;
  line-height: 12px;
  margin-top: 10px;
  font-size: 14px;
}

.video-box .box-top .top-right i {
  font-size: 13px;
}

.video-box .box-body .game-video-list {
  clear: both;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .video-box .box-body .game-video-list .game-video-item {
    margin-left: 20px !important;
    float: none !important;
    width: auto !important;
  }
}

.video-box .box-body .game-video-list .game-video-item {
  float: left;
  margin: 20px 20px 0 0;
  width: 290px;
}

.video-box .box-body .game-video-list .game-video-item .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  height: 165px;
  border-radius: 4px;
  color: #000;
}

.video-box .box-body .game-video-list .game-video-item .video-info:hover img {
  -webkit-box-shadow: 0 1px 5px 1px;
          box-shadow: 0 1px 5px 1px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-box .box-body .game-video-list .game-video-item .video-info:hover .hover-play {
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.video-box .box-body .game-video-list .game-video-item .video-info .video-photo {
  width: 100%;
  height: auto;
}

.video-box .box-body .game-video-list .game-video-item .video-title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 295px;
  text-overflow: ellipsis;
  line-height: 25px;
  font-weight: 500;
  font-size: 15px;
  color: #3c3c3c;
}

.video-box .box-body .game-video-list .game-video-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  width: 100%;
}

.video-box .box-body .game-video-list .game-video-item .info span {
  color: #777;
  font-size: 13px;
  line-height: 15px;
  font-weight: 200;
}

.video-box .box-body .game-video-list .game-video-item .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.video-box .box-body .game-video-list .game-video-item i {
  padding-left: 5px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}

.video-box .box-body .game-video-list .game-video-item .hover-play {
  padding: 0px;
}

.category-admin-header {
  position: relative;
}

.category-admin-header .category-admin-title {
  min-height: 50px;
  display: inline-block;
}

.category-item {
  padding: 15px;
  border-bottom: 1px solid #d3e0e9;
}

.category-item .item-info {
  margin-left: 200px;
}

.category-item .item-info .category-name {
  vertical-align: top;
}

#email-reset {
  height: 100vh;
  text-align: center;
  font-size: 14px;
  background-color: #f0f0f0;
}

#email-reset .logo {
  position: absolute;
  top: 50px;
  margin-left: 50px;
  width: 10%;
  min-width: 140px;
  max-width: 220px;
  width: 100%;
}

#email-reset .logo img {
  width: 100%;
}

#email-reset .reset-box {
  width: 40%;
  min-width: 340px;
  max-width: 400px;
  margin: 160px auto 0;
  padding: 50px 50px 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  display: inline-block;
}

#email-reset .reset-box .title {
  margin-bottom: 40px;
}

#email-reset .reset-box .panel-body {
  padding: 20px;
  padding-top: 40px;
}

#email-reset .reset-box .panel-body form {
  position: relative;
}

#email-reset .reset-box .panel-body form .input-prepend {
  position: relative;
  width: 100%;
  margin: 0px;
}

#email-reset .reset-box .panel-body form .input-prepend .help-block {
  position: absolute;
  bottom: -145px;
}

#email-reset .reset-box .panel-body form .input-prepend input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 4px 12px 4px 35px;
  border: 1px solid #c4c4c4;
  background-color: rgba(181, 181, 181, 0.1);
  vertical-align: middle;
  font-size: 15px;
}

#email-reset .reset-box .panel-body form .input-prepend input::-webkit-input-placeholder {
  color: #c8c8c8;
}

#email-reset .reset-box .panel-body form .input-prepend i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: 10px;
  left: 5px;
  font-size: 18px;
  color: #969696;
}

#email-reset .reset-box .panel-body form .submit-btn {
  margin-top: 55px;
  width: 100%;
  font-size: 18px;
  background: rgba(217, 104, 94, 0.9) !important;
  color: #fff;
}

#email-reset .reset-box .panel-body form .submit-btn:hover {
  background-color: #d96a5f !important;
}

#reset {
  height: 100vh;
  text-align: center;
  font-size: 14px;
  background-color: #f0f0f0;
}

#reset .logo {
  position: absolute;
  top: 50px;
  margin-left: 50px;
  width: 10%;
  min-width: 140px;
  max-width: 220px;
}

#reset .logo img {
  width: 100%;
}

#reset .resetPasswordMain {
  width: 40%;
  min-width: 340px;
  max-width: 400px;
  margin: 160px auto 0;
  padding: 50px 50px 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  display: inline-block;
}

#reset .resetPasswordMain .reset-title {
  margin-bottom: 40px;
}

#reset .resetPasswordMain form {
  position: relative;
}

#reset .resetPasswordMain form .input-prepend {
  position: relative;
  width: 100%;
}

#reset .resetPasswordMain form .input-prepend .help-block {
  position: absolute;
  top: 100px;
}

#reset .resetPasswordMain form .input-prepend .email {
  top: 160px;
  width: 100%;
}

#reset .resetPasswordMain form .input-prepend input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 4px 12px 4px 35px;
  border: 1px solid #c4c4c4;
  border-bottom: none;
  background-color: rgba(181, 181, 181, 0.1);
  vertical-align: middle;
  font-size: 15px;
}

#reset .resetPasswordMain form .input-prepend input::-webkit-input-placeholder {
  color: #c8c8c8;
}

#reset .resetPasswordMain form .input-prepend i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: 10px;
  left: 5px;
  font-size: 18px;
  color: #969696;
}

#reset .resetPasswordMain form .input-prepend .last-input {
  border-bottom: 1px solid #c4c4c4;
}

#reset .resetPasswordMain form .btn-reset {
  margin-top: 55px;
  width: 100%;
  font-size: 18px;
  background: rgba(217, 104, 94, 0.9) !important;
  color: #fff;
}

#reset .resetPasswordMain form .btn-reset:hover {
  background-color: #d96a5f !important;
}

.error {
  position: relative;
}

.error .info {
  position: absolute;
  top: 50px;
  right: 0px;
}

.error .info .state {
  width: 342px;
}

.error .info .state .return {
  color: rgba(217, 106, 95, 0.9);
  font-size: 16px;
  font-weight: 700;
}

.error .info .icon-icon-test,
.error .info .icon-icon-test1 {
  font-size: 100px;
}

.error .recommend {
  margin-top: 100px;
}

.error .recommend .title {
  background: url(/images/mid_line.png) no-repeat 10px;
}

.error .recommend .title h3 {
  color: #777;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  width: 150px;
  background: #fff;
  margin: 0 auto;
}

.error .recommend .hot-recommend {
  margin: 20px 0 70px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #ededed;
}

.error .recommend .hot-recommend a {
  color: #9e7e6b;
  padding: 0 8px;
}

.download-config .panel-body .row .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-config .panel-body .row .form-inline div {
  width: 150px;
  text-align: right;
}

.download-config .panel-body .row .form-inline .form-control,
.download-config .panel-body .row .form-inline .btn {
  margin-left: 10px;
}

.header-checkbox {
  margin: 12px 10px 12px 0;
}

.admin-section .btn {
  margin: 2px;
}



@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1534918125044'); /* IE9*/
  src: url('iconfont.eot?t=1534918125044#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('iconfont.ttf?t=1534918125044') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1534918125044#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weibo:before { content: "\e600"; }

.icon-yonghu:before { content: "\e601"; }

.icon-shezhi:before { content: "\e602"; }

.icon-weixin:before { content: "\e60a"; }

.icon-yonghu01:before { content: "\e6ae"; }

.icon-jinggao:before { content: "\e642"; }

.icon-ordinarymobile:before { content: "\e683"; }

.icon-youjian:before { content: "\e621"; }

.icon-qq:before { content: "\e616"; }

.icon-qq1:before { content: "\e608"; }

.icon-heimingdan:before { content: "\e85b"; }

.icon-xiangshangjiantou:before { content: "\e649"; }

.icon-xuexishuben:before { content: "\e708"; }

.icon-svg37:before { content: "\e84a"; }

.icon-bi1:before { content: "\e713"; }

.icon-unie646:before { content: "\e6fa"; }

.icon-guanzhu:before { content: "\e6da"; }

.icon-xiangxiajiantou:before { content: "\e60b"; }

.icon-zhifubao:before { content: "\e63b"; }

.icon-shijian1:before { content: "\e651"; }

.icon-hot:before { content: "\e609"; }

.icon-xia:before { content: "\e720"; }

.icon-weibiaoti12:before { content: "\e6c2"; }

.icon-shoucang:before { content: "\e6c3"; }

.icon-jia1:before { content: "\e702"; }

.icon-xin:before { content: "\e69a"; }

.icon-send1179291easyiconnet:before { content: "\e65a"; }

.icon-iconset0237:before { content: "\e68a"; }

.icon-iconset03100:before { content: "\e717"; }

.icon-xinxi:before { content: "\e6af"; }

.icon-tianjia:before { content: "\e64d"; }

.icon-03xihuan:before { content: "\e653"; }

.icon-dianzan:before { content: "\e686"; }

.icon-fenlei:before { content: "\e709"; }

.icon-fenxiang:before { content: "\e6d8"; }

.icon-shipin2:before { content: "\e63a"; }

.icon-shangchuan:before { content: "\e671"; }

.icon-qianqianqian:before { content: "\e614"; }

.icon-sina:before { content: "\e6b0"; }

.icon-faxian:before { content: "\e663"; }

.icon-weixin1:before { content: "\e6b1"; }

.icon-shuaxin:before { content: "\e751"; }

.icon-bangzhu:before { content: "\e6c4"; }

.icon-qianbao:before { content: "\e6c6"; }

.icon-heimingdan1:before { content: "\e6eb"; }

.icon-renzheng1:before { content: "\e716"; }

.icon-shipin:before { content: "\e650"; }

.icon-combinedshape:before { content: "\e6fc"; }

.icon-youbian:before { content: "\e657"; }

.icon-zuobian:before { content: "\e658"; }

.icon-admin:before { content: "\e72a"; }

.icon-wenji:before { content: "\e6e3"; }

.icon-icon_article:before { content: "\e610"; }

.icon-ku:before { content: "\e722"; }

.icon-help:before { content: "\e627"; }

.icon-dunpai:before { content: "\e6a1"; }

.icon-icon20:before { content: "\e714"; }

.icon-remen1:before { content: "\e6d2"; }

.icon-xialaxuan:before { content: "\e6f9"; }

.icon-wendangxiugai:before { content: "\e723"; }

.icon-quanpingshouqi:before { content: "\e72d"; }

.icon-suo2:before { content: "\e6b2"; }

.icon-774bianjiqi_yulan:before { content: "\e659"; }

.icon-duoxuan:before { content: "\e61a"; }

.icon-suo1:before { content: "\e7c6"; }

.icon-icon-feixingmanyou:before { content: "\e625"; }

.icon-sousuo:before { content: "\e6dc"; }

.icon-zhongyaogaojing:before { content: "\e678"; }

.icon-huo:before { content: "\e679"; }

.icon-jiaguanzhu:before { content: "\e6df"; }

.icon-lajitong:before { content: "\e72b"; }

.icon-paihang:before { content: "\e692"; }

.icon-smile:before { content: "\e711"; }

.icon-tougaoguanli:before { content: "\e6db"; }

.icon-fenxiang1:before { content: "\e6d9"; }

.icon-gengduo:before { content: "\e6b3"; }

.icon-ziliao:before { content: "\e71a"; }

.icon-xie:before { content: "\e6c9"; }

.icon-icon2:before { content: "\e6ca"; }

.icon-diannao:before { content: "\e676"; }

.icon-tupian:before { content: "\e62c"; }

.icon-paihangbang:before { content: "\e7bc"; }

.icon-qq2:before { content: "\e6b4"; }

.icon-dianzan1:before { content: "\e688"; }

.icon-email:before { content: "\e6ec"; }

.icon-HOT:before { content: "\e661"; }

.icon-nvsheng1:before { content: "\e62b"; }

.icon-zhuanti1:before { content: "\e6fd"; }

.icon-nansheng1:before { content: "\e607"; }

.icon-meiyouxiaoxi1:before { content: "\e6f3"; }

.icon-fabuxiaoxi:before { content: "\e624"; }

.icon-xinxi2:before { content: "\e6e1"; }

.icon-zanshangicon:before { content: "\e6de"; }

.icon-zhinanzhen1:before { content: "\e6ea"; }

.icon-tuijian1:before { content: "\e6cb"; }

.icon-maobi:before { content: "\e6b5"; }

.icon-shoucang1:before { content: "\e6d0"; }

.icon-fabulous:before { content: "\e6e8"; }

.icon-zan2:before { content: "\e689"; }

.icon-changjianwenti:before { content: "\e605"; }

.icon-tuichu1:before { content: "\e6d4"; }

.icon-shuaxin2:before { content: "\e6ed"; }

.icon-huo1:before { content: "\e606"; }

.icon-wenjianjia:before { content: "\e67c"; }

.icon-liulan:before { content: "\e6b6"; }

.icon-biaoqian:before { content: "\e6d5"; }

.icon-zhuanti:before { content: "\e682"; }

.icon-zhaopian:before { content: "\e6bf"; }

.icon-caozuo-quanping-zhankai:before { content: "\e73b"; }

.icon-cha:before { content: "\e6e5"; }

.icon-huizhang:before { content: "\e6e2"; }

.icon-shipin3:before { content: "\e60f"; }

.icon-shipin1:before { content: "\e611"; }

.icon-jinqian1:before { content: "\eb03"; }

.icon-jianpan:before { content: "\e60c"; }

.icon-icon-test:before { content: "\e604"; }

.icon-icon-test1:before { content: "\e7a5"; }

.icon-shijian:before { content: "\e7fa"; }

.icon-shangjiantou:before { content: "\e628"; }

